@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  width: 100%;
  background-color: #f9f2e8;
  font-family: mulish, Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  font-size: 0.94rem;
  line-height: normal;
}
body.active {
  overflow-y: auto;
}

h1,
h2,
.h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: normal;
  font-size: 0.94rem;
}

blockquote,
figure,
figcaption {
  padding: 0;
  margin: 0;
}

.mask {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.4s ease;
}
.mask.active {
  z-index: 5;
  background-color: white;
  visibility: visible;
  opacity: 1;
}

img {
  vertical-align: middle;
  backface-visibility: hidden;
  transition: all 0.4s ease;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  outline: none;
  text-decoration: none;
  line-height: normal;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}
a:active, a:focus, a:visited {
  text-decoration: none;
  outline: none;
}

ul,
li {
  transition: all 0.4s ease;
}

label {
  font-weight: normal;
}

span {
  line-height: normal;
}

p {
  line-height: 1.45em;
}
figure {
  padding: 0;
  margin: 0;
}

.is-contact .wrap-form {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
}
@media (min-width: 992px) {
  .is-contact .wrap-form {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.4);
  }
}

.f-h {
  height: calc(100vh - 20px);
  display: grid;
  border: solid 1px #ededed;
}

.link-oval {
  border-radius: 24px;
  border: solid 2px white;
  background-color: transparent;
  color: #ffffff;
  height: 24px;
  width: 50px;
  display: grid;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: -50px;
  top: 7px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.full-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.promotion {
  background-color: #4f7f47;
  text-align: center;
}
.promotion-link {
  padding: 8px 0;
  margin: 0;
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.promotion-link img {
  width: 8px;
  height: 100%;
}

.wrap-xs {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-sm {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-md {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-lg {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-content {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .wrap-content {
    padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
  }
}

.form-control {
  font-family: Arial, Helvetica, sans-serif;
}

.has-error .form-control {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: none;
}
.has-error .list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
.has-error .list-unstyled li {
  color: #ffffff;
  font-size: 16px;
}
@media (min-width: 992px) {
  .has-error .list-unstyled li {
    font-size: 18px;
  }
}
.has-error .form-control-feedback {
  color: #1c4531;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e9e9e9;
  font-size: 0.9rem;
}
.breadcrumb a {
  color: #1c4531;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  color: #e9e9e9;
}

.c-1 {
  color: #ffffff;
}

.bgc-1 {
  background-color: #ffffff;
}

.bdc-1 {
  border-color: #ffffff;
}

.c-2 {
  color: #000000;
}

.bgc-2 {
  background-color: #000000;
}

.bdc-2 {
  border-color: #000000;
}

.c-3 {
  color: #cccccc;
}

.bgc-3 {
  background-color: #cccccc;
}

.bdc-3 {
  border-color: #cccccc;
}

.c-4 {
  color: #a94442;
}

.bgc-4 {
  background-color: #a94442;
}

.bdc-4 {
  border-color: #a94442;
}

.btn {
  border: none;
  transition: all 0.3s ease;
}
.btn:hover {
  transform: translateY(-2px);
}

.btn-subscribe {
  background-color: #1c4531;
  border-radius: 16px;
  color: white;
}

.btn-secondary {
  background: transparent;
  color: #2d5a27;
  padding: 12px 24px;
  border: 2px solid #2d5a27;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}
.btn-secondary:hover {
  background: #2d5a27;
  color: white;
  transform: translateY(-2px);
}

.btn-outline {
  background-color: white;
  color: #2d5a27;
  border: 2px solid #2d5a27;
  padding: 8px 14px;
  border-radius: 8px;
  font-weight: 600;
}

.btn-primary {
  background: #2d5a27;
  color: white;
  padding: 16px 32px;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.btn-primary:hover {
  background: #1e3d1a;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(45, 90, 39, 0.3);
}

.introduce {
  display: block;
  background-color: #e9e9e9;
  padding: 16px;
}
.introduce-info {
  display: grid;
  text-align: center;
  gap: 24px;
}
.introduce-data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: -moz-fit-content;
  height: fit-content;
  list-style: none;
  padding: 0;
  margin: 0;
  height: calc(100vh - 64px - 75px);
}
.introduce-title, .introduce-content, .introduce-sub-content {
  color: #1c4531;
}
.introduce-title {
  color: #1c4531;
  text-align: center;
  font-size: 1rem;
}
.introduce-content {
  display: grid;
  text-align: center;
  font-size: 2.5rem;
}
.introduce-sub-content {
  display: grid;
  text-align: center;
}
.introduce-item {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  grid-gap: 16px;
}
@media (min-width: 992px) {
  .introduce-item {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.introduce-thumb {
  display: grid;
  align-items: center;
}
.introduce-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.wrap-hamburger {
  display: grid;
  width: 36px;
  height: 36px;
  position: fixed;
  right: 32px;
  top: 126px;
  border-radius: 100%;
  transition: 0.3s;
  background-color: #f9f2e8;
  border: solid 1px #1c4531;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.wrap-hamburger.fixed {
  opacity: 1;
  z-index: 21;
  pointer-events: visible;
}
.wrap-hamburger .hamburger {
  height: 13px;
  width: 15px;
  position: relative;
  margin: auto;
  cursor: pointer;
}
.wrap-hamburger .hamburger .bar {
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  background-color: #1c4531;
  border-radius: 10px;
  transition: 0.4s;
}
.wrap-hamburger .hamburger .bar:nth-of-type(1) {
  top: 0;
  transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s;
  animation: mrotr 2s cubic-bezier(0.5, 0.2, 0.2, 1.01);
}
.wrap-hamburger .hamburger .bar:nth-of-type(2) {
  top: 6px;
  transition: 0.3s ease 0.3s;
  animation: fade 2s cubic-bezier(0.5, 0.2, 0.2, 1.01);
}
.wrap-hamburger .hamburger .bar:nth-of-type(3) {
  top: 12px;
  transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s;
  animation: mrotl 2s cubic-bezier(0.5, 0.2, 0.2, 1.01);
}
.wrap-hamburger .hamburger.active .bar:nth-of-type(1) {
  top: 6px;
  transform: rotate(45deg);
  transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
}
.wrap-hamburger .hamburger.active .bar:nth-of-type(2) {
  opacity: 0;
}
.wrap-hamburger .hamburger.active .bar:nth-of-type(3) {
  top: 6px;
  transform: rotate(-45deg);
  transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
}
.wrap-hamburger .hamburger:after {
  content: "";
  display: block;
  clear: both;
}

.blog-image {
  background-color: white;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.featured-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #2d5a27;
  color: white;
  padding: 6px 12px;
  font-size: 0.8rem;
  border-radius: 20px;
}

.introduce,
.hero-visual__image {
  height: calc(100vh - 32px - 38px);
}

.hero-visual__image {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.hero-visual__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-visual__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.hero {
  display: block;
  background-color: #1c4531;
  padding: 16px;
  height: calc(100vh - 38px);
  overflow: hidden;
  position: relative;
}
.hero-logo {
  width: 96px;
  position: absolute;
  left: 32px;
  top: 32px;
  z-index: 1;
}
.hero-logo-link {
  display: grid;
}
.hero-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-visual {
  position: relative;
  overflow: hidden;
}
.hero-visual .visual-item {
  padding-top: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .hero-visual .visual-item {
    padding-top: 0;
    background-size: cover;
  }
}
.hero-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hero .owl-item .key-item {
  padding-top: 100%;
  background-color: black;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .hero .owl-item .key-item {
    padding-top: 0;
    background-size: cover;
  }
}
.hero .owl-item .key-item img {
  display: none;
}
@media (min-width: 992px) {
  .hero .owl-item .key-item img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero-introduce {
  display: flex;
  gap: 16px;
}
.hero .column {
  flex: 1;
  border-radius: 16px;
}
.hero-about-header {
  display: grid;
  align-items: center;
  height: 80%;
}
.hero-about-header p {
  font-size: 2.5rem;
  text-align: center;
  color: #1c4531;
  margin: 0;
  line-height: normal;
}
.hero-about-content {
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
}
.hero-product-header {
  display: grid;
  align-items: center;
  height: 80%;
}
.hero-product-header p {
  font-size: 2.5rem;
  text-align: center;
  color: #1c4531;
  margin: 0;
  line-height: normal;
}
.hero-product-content {
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
}
.hero .btn-primary {
  position: absolute;
  z-index: 1;
  right: 32px;
  bottom: 32px;
}

.arrow {
  transition: all 0.4s ease;
  width: 40px;
  height: 40px;
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
}
.arrow-go {
  width: 11px;
  height: 11px;
  border-right: solid 1px #1c4531;
  border-top: solid 1px #1c4531;
  transform: rotate(45deg) translate3d(0, 0, 0);
  left: -2px;
  position: relative;
}
.arrow-plus {
  width: 40px;
  height: 40px;
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
}
.arrow-plus:before, .arrow-plus:after {
  content: "";
  background-color: #1c4531;
  position: absolute;
  transition: all 0.4s;
}
.arrow-plus:before {
  height: 1px;
  width: 15px;
}
.arrow-plus:after {
  height: 15px;
  width: 1px;
}
.arrow-plus.active:before {
  transform: rotate(180deg) translate3d(0, 0, 0);
}
.arrow-plus.active:after {
  transform: rotate(90deg) translate3d(0, 0, 0);
}

.service .wrap-content {
  display: grid;
  grid-row-gap: 24px;
}
@media (min-width: 992px) {
  .service .wrap-content {
    grid-row-gap: 24px;
  }
}
.service-data {
  position: relative;
  text-align: center;
  display: grid;
  grid-gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  grid-gap: 16px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 992px) {
  .service-data {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px;
  }
}
.service-item {
  display: grid;
  border-radius: 16px;
  overflow: hidden;
}
.service-link {
  background-color: #1c4531;
  color: white;
  padding: 16px;
  display: grid;
  align-items: center;
}
.service-link:hover {
  opacity: 0.8;
}
.service-link p {
  margin: 0;
  color: #1c4531;
  display: none;
}
@media (min-width: 992px) {
  .service-link p {
    display: block;
  }
}
.service-title {
  margin: 0;
  line-height: normal;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 992px) {
  .service-title {
    font-size: 16px;
  }
}
.service-thumb {
  display: grid;
  height: 110px;
  align-items: center;
  justify-items: center;
}
@media (min-width: 992px) {
  .service-thumb {
    height: 256px;
  }
}
.service-thumb img {
  width: 100%;
  height: 100%;
  max-height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .service-thumb img {
    max-height: 256px;
  }
}
.service-thumb img.no-image {
  width: 64px;
  height: 64px;
}
.service .more {
  position: relative;
  text-align: center;
  display: grid;
}
.service .more:before {
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1c4531;
  position: absolute;
}
.service .more-link {
  background-color: #1c4531;
  color: white;
  border-radius: 24px;
  display: grid;
  align-items: center;
  justify-self: center;
  padding: 8px 16px;
  z-index: 1;
  text-transform: uppercase;
}

.heading {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1rem;
}
@media (min-width: 992px) {
  .heading {
    font-size: 1.4rem;
  }
}

.sub-heading {
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 0 32px;
}
@media (min-width: 992px) {
  .sub-heading {
    text-align: center;
    padding: 0;
  }
}

.search-section .container {
  margin-top: 64px;
  margin-bottom: 64px;
}
.search-section .search-bar {
  display: flex;
  align-items: center;
  background: transparent;
  border: 2px solid #1c4531;
  border-radius: 24px;
  padding: 5px;
  max-width: 500px;
  margin: 0 auto;
  transition: border-color 0.3s ease;
}
.search-section .search-bar .search-input {
  flex: 1;
  padding: 8px 20px;
  border: none;
  outline: none;
  font-size: 1rem;
  background: transparent;
}
.search-section .search-bar .search-input:focus-within {
  border-color: #1c4531;
}
.search-section .search-bar .search-input::-moz-placeholder {
  color: #1c4531;
}
.search-section .search-bar .search-input::placeholder {
  color: #1c4531;
}
.search-section .search-bar .search-btn {
  width: 34px;
  height: 34px;
  background-color: transparent;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c4531;
  transition: background 0.3s ease;
}
.search-section .search-bar .search-btn:hover {
  background: #1c4531;
  color: white;
}
.search-section .search-bar .search-btn svg {
  width: 20px;
  height: 20px;
}

.contact {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .contact {
    margin-bottom: 64px;
  }
}
.contact-info {
  display: grid;
  align-items: start;
  grid-gap: 0;
}
@media (min-width: 992px) {
  .contact-info {
    grid-template-columns: 1fr 1fr;
    grid-gap: 164px;
  }
}
.contact-logo {
  display: grid;
  justify-content: center;
  width: 160px;
  margin: auto;
}
.contact-thumb {
  display: grid;
  margin-top: 12px;
  height: 214px;
}
@media (min-width: 992px) {
  .contact-thumb {
    height: 244px;
  }
}
.contact-thumb img {
  width: 100%;
  height: 60%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-brand {
  display: grid;
}
.contact-brand .name {
  background-color: #1c4531;
  border-radius: 24px;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  height: 36px;
  display: grid;
  align-items: center;
}
.contact-brand .sub-name {
  color: #1c4531;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  line-height: normal;
}
.contact-brand .slogan {
  color: #1c4531;
  text-align: center;
  font-weight: bold;
}
.contact-brand p {
  margin: 0;
}
.contact .callnow {
  display: grid;
  align-items: center;
  grid-gap: 8px;
}
.contact .callnow-header {
  display: none;
}
@media (min-width: 992px) {
  .contact .callnow-header {
    display: grid;
    font-weight: bold;
    color: #1c4531;
    text-transform: uppercase;
  }
}
.contact .callnow-btn {
  background-color: #1c4531;
  border-radius: 12px;
  color: white;
  display: flex;
  align-items: center;
  grid-gap: 8px;
  text-align: center;
  width: 196px;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
}
.contact .callnow .phone-number {
  display: flex;
  padding: 8px 0;
  grid-gap: 8px;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: white;
}
.contact-address {
  display: grid;
  grid-gap: 16px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .contact-address {
    grid-gap: 32px;
    margin-top: 24px;
  }
}
.contact-address .address-head {
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  padding-top: 16px;
  font-size: 24px;
}
.contact-address .address-name {
  color: #1c4531;
  display: block;
  text-transform: uppercase;
}
.contact-address .address-block {
  display: grid;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  grid-gap: 8px;
}
.contact-address .address-block li img {
  width: 16px;
}
.contact-address .address-building {
  padding-top: 8px;
}
.contact-address .address-building,
.contact-address .tel,
.contact-address .email,
.contact-address .globe {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 8px;
  align-items: center;
}
.contact-address .address a,
.contact-address .globe a,
.contact-address .email a,
.contact-address .tel a {
  color: black;
  text-decoration: none;
}
.contact-address .address .far,
.contact-address .address .fas,
.contact-address .globe .far,
.contact-address .globe .fas,
.contact-address .email .far,
.contact-address .email .fas,
.contact-address .tel .far,
.contact-address .tel .fas {
  color: #1c4531;
}
.contact-address p {
  margin: 0;
  padding: 0;
}

.quote {
  background-color: #1c4531;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.quote .quote-heading {
  font-size: 2.2rem;
  font-weight: bold;
  color: white;
  text-align: center;
}
.quote .quote-background {
  background: #f5f5f5;
  padding: 1.5rem;
  border-radius: 8px;
  display: grid;
  align-items: center;
  text-align: center;
}
.quote .text-middle {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.quote .text-large {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}

.related-articles {
  padding: 40px 0 80px 0;
}
.related-articles .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.related-articles .articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.related-articles .article-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.related-articles .article-card:hover {
  transform: translateY(-8px);
}
.related-articles .article-card .article-image {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.related-articles .article-card .article-image .blog-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #4a7c59 0%, #6b9c7a 100%);
  border-radius: 50%;
  opacity: 0.8;
}
.related-articles .article-card .article-content {
  padding: 25px;
}
.related-articles .article-card .article-content .article-category {
  background: #2d5a27;
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
}
.related-articles .article-card .article-content h3 {
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.4;
}
.related-articles .article-card .article-content h3:hover {
  color: #2d5a27;
}
.related-articles .article-card .article-content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 0.95rem;
}
.related-articles .article-card .article-content .article-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: #999;
}
.related-articles .article-card .article-content .article-meta .article-date,
.related-articles .article-card .article-content .article-meta .article-read-time {
  display: flex;
  align-items: center;
  gap: 5px;
}

.stories {
  display: block;
}
.stories-header {
  color: #1c4531;
  display: block;
}
.stories-list {
  position: relative;
  text-align: center;
  display: grid;
  grid-gap: 24px;
  list-style: none;
  margin: 16px 0 0 0;
  padding: 0;
}
@media (min-width: 992px) {
  .stories-list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px;
  }
}
.stories-item {
  display: grid;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: left;
  align-items: baseline;
  overflow: hidden;
}
@media (min-width: 992px) {
  .stories-item {
    grid-template-rows: 80px auto;
  }
}
.stories-detail {
  padding: 16px 16px 24px 16px;
  display: grid;
  grid-gap: 16px;
}
.stories-detail p {
  margin: 0;
}
.stories-detail span {
  font-weight: bold;
}
.stories-caption {
  display: grid;
  grid-gap: 8px;
  background-color: #1c4531;
  align-items: center;
  padding: 8px;
  grid-template-columns: 46px auto;
}
@media (min-width: 992px) {
  .stories-caption {
    padding: 16px;
  }
}
.stories-caption p {
  padding: 0;
  margin: 0;
  color: #030303;
}
.stories-title {
  padding: 0;
  margin: 0;
  color: white;
  font-size: 16px;
  font-weight: bold;
}
.stories-circle {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  overflow: hidden;
}
.stories-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.thailand-map img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.testimonial {
  display: grid;
}
.testimonial-list {
  list-style: none;
  margin: 0;
  padding: 32px;
  display: grid;
  background-color: #4f7f47;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}
.testimonial-name {
  text-align: right;
  color: white;
}
.testimonial-quote p {
  text-align: justify;
  color: white;
}
.testimonial-avatar {
  display: flex;
  justify-self: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: white;
}
.testimonial-item {
  display: grid;
}
.testimonial-background {
  position: relative;
  height: 100vh;
}
.testimonial-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-caption {
  position: absolute;
  text-align: center;
  top: 32px;
  left: 32px;
  color: white;
}
.testimonial-caption .small {
  font-size: 2rem;
}
.testimonial-caption .large {
  font-size: 3rem;
}

.journey {
  display: grid;
  align-items: center;
  grid-gap: 32px;
}
.journey::before, .journey::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 60%;
}
.journey::before {
  background-image: url("../images/melon.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  background-position: top left;
  z-index: 1;
}
.journey::after {
  background-image: url("../images/gung.png");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  background-position: right bottom;
  z-index: 1;
}
.journey-stage {
  position: relative;
  padding: 24px 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .journey-stage {
    padding: 232px 0;
  }
}
.journey-content {
  height: -moz-max-content;
  height: max-content;
  display: grid;
  gap: 8px;
  position: absolute;
}
.journey-list {
  position: relative;
  display: grid;
  grid-gap: 24px;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
}
@media (min-width: 992px) {
  .journey-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
  }
}
.journey-item {
  position: relative;
  height: 300px;
}
.journey-item:nth-child(1) .journey-content {
  right: 10%;
}
.journey-item:nth-child(1) .journey-content .journey-more {
  padding-left: 32px;
}
.journey-item:nth-child(1) .journey-content .journey-label {
  padding-left: 16px;
}
.journey-item:nth-child(2) .journey-content {
  transform: translateX(-50%);
  left: 50%;
}
.journey-item:nth-child(3) .journey-content {
  left: 10%;
}
.journey-thumb {
  display: grid;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.journey-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.journey-thumb img.no-image {
  width: 64px;
  height: 64px;
}
.journey-text {
  width: -moz-max-content;
  width: max-content;
  font-size: 1.4rem;
}
.journey-label {
  text-transform: uppercase;
}
.journey-label, .journey-text {
  color: #1c4531;
  padding: 0;
  margin: 0;
}
.journey-br {
  border: solid 1px #1c4531;
  border-radius: 26px;
  padding: 4px 16px;
  background-color: rgba(28, 69, 49, 0.06);
}
.journey-tags {
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.journey-tags .tag {
  color: #1c4531;
}
.journey-more {
  display: grid;
}
.journey-link {
  background-color: #1c4531;
  color: white;
  padding: 12px 12px;
  border-radius: 14px;
  width: -moz-max-content;
  width: max-content;
  font-size: 12px;
  line-height: 1.2;
}

.combo {
  display: grid;
}
.combo-article {
  position: relative;
}
.combo-caption {
  position: absolute;
  bottom: 32px;
  right: 32px;
  display: grid;
}
.combo-list {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.combo-thumb {
  display: grid;
}
.combo-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.combo-item {
  display: grid;
  height: 100%;
}
.combo-more {
  padding: 12px 16px;
  border-radius: 16px;
  color: white;
}
.combo-more.yellow {
  background-color: #dfb060;
}
.combo-more.green {
  background-color: #1c4531;
}
.combo-heading {
  display: flex;
  color: #1c4531;
  background-color: #e9e9e9;
  padding: 8px 16px;
  margin: 0;
  z-index: 1;
  left: 16px;
  line-height: normal;
  font-size: 0.94rem;
  width: -moz-fit-content;
  width: fit-content;
}
.combo-desc {
  color: black;
  text-align: center;
  margin: 0;
  font-weight: bold;
  font-size: 1.1rem;
}
@media (min-width: 992px) {
  .combo-desc {
    font-size: 1.4rem;
  }
}

.welcome {
  margin: auto;
  display: grid;
  grid-gap: 16px;
}
@media (min-width: 992px) {
  .welcome {
    grid-template-columns: 1fr 1fr;
  }
}

.section {
  display: grid;
  position: relative;
}
.section-combo {
  gap: 16px;
}
.section-quote {
  height: 100vh;
  overflow: hidden;
}
.section-journey {
  background-color: #f9f2e8;
}

.header {
  z-index: 6;
  position: relative;
  background-color: #ffffff;
  display: grid;
}

.wrap-nav {
  background-color: #f9f2e8;
  position: fixed;
  right: 46px;
  top: 144px;
  border-radius: 16px;
  overflow: hidden;
  border: solid 1px #1c4531;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: -1;
}
.wrap-nav.active {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}
.wrap-nav .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wrap-nav .menu-item {
  list-style: none;
  padding: 0;
  border-bottom: solid 1px #1c4531;
}
.wrap-nav .menu-item:last-child {
  border: none;
}
.wrap-nav .menu-item-link {
  color: #1c4531;
  padding: 8px 16px;
  display: grid;
}
.wrap-nav .menu-item-link:hover {
  color: white;
  background-color: #dc802d;
}

.nav {
  transition: all 0.4s ease;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  background-color: #ffffff;
  padding: 16px;
  border-radius: 8px;
}
.nav.expand {
  display: block;
  height: auto;
  overflow: visible;
  padding-top: 16px;
  z-index: 6;
}
.nav-bar {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: all 0.4s ease;
}
@media (min-width: 992px) {
  .nav-bar {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(8, auto);
    grid-column-gap: 24px;
  }
}
.nav-bar .menu-item {
  transition: all 0.4s ease;
}
@media (min-width: 992px) {
  .nav-bar .menu-item {
    position: relative;
  }
  .nav-bar .menu-item:hover .submenu {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
}
.nav-bar .menu-item-arrow {
  display: grid;
  grid-template-columns: 1fr 40px;
  align-items: center;
}
@media (min-width: 992px) {
  .nav-bar .menu-item-arrow {
    grid-template-columns: 1fr;
  }
}
.nav-bar .menu-item-link {
  font-weight: bold;
  color: #1c4531;
  font-size: 16px;
  display: block;
  text-align: left;
  line-height: 24px;
  text-transform: uppercase;
  padding: 8px 0;
}
@media (min-width: 992px) {
  .nav-bar .menu-item-link {
    padding: 16px 0;
    text-align: center;
    color: white;
  }
}
.nav-bar .menu-item-link:hover {
  color: #030303;
}
.nav-bar .menu-item.active .menu-item-link {
  color: #030303;
}
.nav .submenu,
.nav .children {
  transition: all 0.4s ease;
}
@media (min-width: 992px) {
  .nav .submenu,
  .nav .children {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    opacity: 0;
    top: 56px;
    width: 270px;
    position: absolute;
    visibility: hidden;
  }
}
.nav .submenu {
  text-align: center;
  background-color: white;
  height: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .nav .submenu {
    background-color: white;
    display: block;
    z-index: 999;
    height: auto;
    overflow: visible;
    border-top: 2px solid #1c4531;
  }
}
.nav .submenu.open {
  height: auto;
  overflow: visible;
}
.nav .submenu-list {
  padding: 0;
  list-style: none;
}
.nav .submenu-item {
  border-bottom: solid 1px rgba(28, 69, 49, 0.15);
  text-align: left;
  position: relative;
}
.nav .submenu-item:hover .children {
  opacity: 1;
  top: 0;
  visibility: visible;
  z-index: 9999;
}
.nav .submenu-item:last-child {
  border-bottom: none;
}
.nav .submenu-item-arrow {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.nav .submenu-link {
  display: block;
  color: rgba(28, 69, 49, 0.8);
  position: relative;
  font-size: 16px;
  padding: 8px 0;
  line-height: 24px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .nav .submenu-link {
    color: #1c4531;
    padding: 8px 16px;
  }
}
.nav .submenu-link:hover {
  color: #1c4531;
}
.nav .submenu.active {
  opacity: 1;
}
.nav .children {
  text-align: left;
  display: none;
  padding: 0;
  background-color: #1c4531;
}
@media (min-width: 992px) {
  .nav .children {
    display: grid;
    left: 264px;
  }
}
.nav .children-item {
  display: block;
  border-bottom: solid 1px rgba(28, 69, 49, 0.15);
}
.nav .children-item:last-child {
  border-bottom: none;
}
.nav .children-link {
  color: #1c4531;
  display: block;
  padding: 8px 0;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .nav .children-link {
    padding: 8px 16px;
  }
}
.nav .children-link:hover {
  color: #ffffff;
}
.nav .menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-around;
}
.nav .menu-item {
  list-style: none;
  padding: 0;
  display: flex;
}
.nav .menu-item-link {
  color: #1c4531;
}
.nav .menu-item-link:hover {
  opacity: 0.8;
}

.footer {
  background-color: #1c4531;
}
.footer-form {
  flex: 3;
}
.footer-form p {
  font-size: 2.5rem;
  margin: 0;
  color: #ffffff;
}
.footer-form .form-group {
  display: flex;
  margin-top: 39px;
}
.footer-form .form-group .form-control {
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #ffffff;
  border-radius: 0;
  padding: 0;
}
.footer-form .form-group .form-control::-moz-placeholder {
  color: white;
}
.footer-form .form-group .form-control::placeholder {
  color: white;
}
.footer-form small {
  color: #ffffff;
  font-size: 0.8rem;
}
.footer-form small a {
  color: #ffffff;
  font-size: 0.8rem;
}
.footer-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 32px;
  flex: 2;
}
.footer-img img {
  width: 100%;
  height: 100%;
}
.footer-nav {
  list-style: none;
  padding: 64px 32px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 64px;
}
.footer-heading {
  color: rgba(255, 255, 255, 0.8);
  line-height: normal;
  font-weight: bold;
}
.footer-link {
  color: #ffffff;
  font-size: 0.8rem;
  gap: 8px;
  display: flex;
}
.footer-link img {
  width: 8px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 32px;
  align-items: center;
  justify-content: end;
  flex: 1;
}
.footer-logo-link {
  display: grid;
}
.footer-logo-link img {
  width: 100%;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-data {
  display: grid;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  height: -moz-fit-content;
  height: fit-content;
}
.footer-social {
  text-align: center;
  display: grid;
  gap: 8px;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .footer-social {
    text-align: center;
  }
}
.footer-social .social-item {
  display: grid;
}
.footer-social .social-link {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  width: 16px;
  color: #ffffff;
}
.footer-social .social-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-social .social-link:hover {
  opacity: 1;
}
.footer-menu {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.footer-menu li a {
  color: white;
  line-height: 1.45em;
  font-size: 16px;
}
@media (min-width: 768px) {
  .footer-menu li a {
    font-size: 14px;
  }
}
.footer-menu li a:hover {
  opacity: 0.8;
}
.footer-contact {
  display: inline-block;
}
.footer-free {
  font-size: 12px;
  left: 15px;
  padding-top: 20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding-top: 16px;
  box-shadow: 0px 0px 5px inset rgba(0, 0, 0, 0.4);
}
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
  display: grid;
}

.page-about {
  background-color: #f9f2e8;
}
.page-about .story-section {
  padding: 64px 0;
}
.page-about .story-section .container {
  max-width: 800px;
  margin: auto;
}
.page-about .story-section .story-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.page-about .story-section .story-header h2 {
  font-size: 2.5rem;
  color: #1c4531;
  font-weight: 800;
  margin: 0;
}
@media (max-width: 768px) {
  .page-about .story-section .story-header h2 {
    font-size: 2rem;
  }
}
.page-about .story-section .story-content {
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 60px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .page-about .story-section .story-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.page-about .story-section .story-content .story-left .story-image {
  border-radius: 16px;
  overflow: hidden;
}
.page-about .story-section .story-content .story-left .story-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-about .story-section .story-content .story-right {
  display: grid;
}
.page-about .story-section .story-content .story-right .story-text-box h3 {
  font-size: 1.5rem;
  color: #2d5a27;
  margin: 0;
}
.page-about .story-section .story-content .story-right .story-text-box p {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
.page-about .story-section .story-content .story-product-display {
  position: relative;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.page-about .story-section .story-content .story-product-display img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-about .story-section .story-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.page-about .story-section .story-features .feature-item {
  text-align: center;
  border-radius: 16px;
  display: grid;
}
.page-about .story-section .story-features .feature-item h4 {
  font-size: 1.1rem;
  color: #1c4531;
  margin-bottom: 0;
}
.page-about .story-section .story-features .feature-item p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
}
.page-about .story-section .story-features .feature-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
.page-about .story-section .story-features .feature-icon img {
  width: 80px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-about .benefits-section {
  padding: 80px 0;
  background-image: url("../assets/images/benefit_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  text-align: center;
}
.page-about .benefits-section h2 {
  font-size: 2.5rem;
  color: #2d5a27;
  font-weight: 800;
}
.page-about .benefits-section .benefits-content .benefits-text {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.page-about .benefits-section .benefits-content .benefits-text p {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}
.page-about .benefits-section .benefits-content .benefits-text p strong {
  color: #2d5a27;
  font-weight: 700;
}
.page-about .benefits-section .benefits-content .benefits-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.page-about .benefits-section .benefits-content .benefits-list .benefit-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.page-about .benefits-section .benefits-content .benefits-list .benefit-item .check-icon {
  width: 25px;
  height: 25px;
  background: #4a7c59;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.9rem;
  font-weight: 700;
  flex-shrink: 0;
}
.page-about .benefits-section .benefits-content .benefits-list .benefit-item span {
  font-size: 1rem;
  color: #2d5a27;
  font-weight: 500;
}
.page-about .benefits-section .benefits-sub-content {
  max-width: 600px;
  margin: auto;
}
.page-about .cta-section .cta-content {
  display: grid;
}
.page-about .cta-section .cta-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.is-contact {
  padding-bottom: 80px;
}
.is-contact .overlay-background {
  background-color: #1c4531;
  height: 600px;
  background-image: url("../assets/images/memphis.png");
  background-size: 50%;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .is-contact .overlay-background {
    height: 500px;
  }
}
.is-contact .wrap-contact {
  margin-top: -540px;
}
@media (min-width: 992px) {
  .is-contact .wrap-contact {
    margin-top: -440px;
  }
}
.is-contact .wrap-contact .wrap-content {
  display: grid;
  grid-gap: 32px;
}
.is-contact .contact-heading {
  display: grid;
  text-align: center;
}
.is-contact .contact-heading .small,
.is-contact .contact-heading .large {
  color: white;
  font-weight: bold;
}
.is-contact .contact-heading .small {
  font-size: 14px;
  font-style: italic;
}
@media (min-width: 992px) {
  .is-contact .contact-heading .small {
    font-size: 16px;
  }
}
.is-contact .contact-heading .large {
  font-size: 18px;
}
@media (min-width: 992px) {
  .is-contact .contact-heading .large {
    font-size: 40px;
  }
}
.is-contact .contact-list {
  display: grid;
  grid-gap: 24px;
}
@media (min-width: 992px) {
  .is-contact .contact-list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px;
  }
}
.is-contact .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
.is-contact .contact-box {
  display: grid;
  grid-template-columns: 56px 1fr;
  grid-gap: 16px;
  align-items: center;
  padding: 16px 16px;
  height: 100%;
}
@media (min-width: 992px) {
  .is-contact .contact-box {
    padding: 32px 24px;
  }
}
.is-contact .contact-box .fas,
.is-contact .contact-box .far {
  font-size: 24px;
  color: white;
}
.is-contact .contact-icon {
  width: 56px;
  height: 56px;
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #1c4531;
}
.is-contact .contact-text {
  font-size: 16px;
}
.is-contact .contact-info {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
.is-contact .contact-info span {
  font-size: 18px;
  font-weight: bold;
}
.is-contact .contact-info p {
  margin: 0;
}
.is-contact .contact-box,
.is-contact .wrap-form {
  border-radius: 16px;
  background-color: white;
}
.is-contact .wrap-form {
  padding: 32px;
  margin-top: 64px;
  display: grid;
}
@media (min-width: 992px) {
  .is-contact .wrap-form {
    padding: 64px;
  }
}
.is-contact .wrap-form .small,
.is-contact .wrap-form .large {
  color: #1c4531;
}
.is-contact .control-list {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  grid-column-gap: 24px;
}
@media (min-width: 992px) {
  .is-contact .control-list {
    grid-template-columns: 1fr 1fr;
  }
}
.is-contact .control-item {
  display: grid;
}
.is-contact .has-error .list-unstyled li {
  color: #a94442;
}
.is-contact .wrap-btn-contact {
  margin: auto;
  text-align: center;
}

.is-training {
  display: grid;
  padding-top: 32px;
  grid-gap: 16px;
}
@media (min-width: 992px) {
  .is-training {
    padding-top: 48px;
    grid-gap: 48px;
  }
}

.is-service {
  display: grid;
}
@media (min-width: 992px) {
  .is-service {
    grid-row-gap: 48px;
  }
}
.is-service {
  padding-top: 32px;
}
@media (min-width: 992px) {
  .is-service {
    padding-top: 48px;
  }
}
.is-service .service-item, .is-service .service-thumb {
  background-color: #e9e9e9;
}

.is-news {
  display: grid;
  grid-row-gap: 32px;
}
@media (min-width: 992px) {
  .is-news {
    grid-row-gap: 48px;
  }
}
.is-news {
  padding-top: 32px;
}
@media (min-width: 992px) {
  .is-news {
    padding-top: 48px;
  }
}
.is-news .page-news .wrap-content {
  display: grid;
  grid-row-gap: 24px;
}
@media (min-width: 992px) {
  .is-news .page-news .wrap-content {
    grid-row-gap: 24px;
  }
}
.is-news .page-news-data {
  position: relative;
  text-align: center;
  display: grid;
  grid-gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .is-news .page-news-data {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px;
  }
}
.is-news .page-news-item {
  display: grid;
  border-radius: 16px;
  overflow: hidden;
  grid-template-columns: 100px 1fr;
}
@media (min-width: 992px) {
  .is-news .page-news-item {
    grid-template-columns: 1fr;
  }
}
.is-news .page-news-link {
  color: #1c4531;
  padding: 16px;
  display: grid;
  align-items: center;
  background-color: #e9e9e9;
  text-align: left;
}
@media (min-width: 992px) {
  .is-news .page-news-link {
    text-align: center;
  }
}
.is-news .page-news-link:hover {
  opacity: 0.8;
}
.is-news .page-news-link p {
  margin: 0;
  color: black;
}
.is-news .page-news-title {
  margin: 0;
  line-height: normal;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 992px) {
  .is-news .page-news-title {
    font-size: 16px;
  }
}
.is-news .page-news-thumb {
  display: grid;
}
@media (min-width: 992px) {
  .is-news .page-news-thumb {
    height: 256px;
  }
}
.is-news .page-news-thumb img {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .is-news .page-news-thumb img {
    max-height: 256px;
  }
}
.is-news .page-news-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}
.is-news .page-news .more {
  position: relative;
  text-align: center;
  display: grid;
}
.is-news .page-news .more:before {
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1c4531;
  position: absolute;
}
.is-news .page-news .more-link {
  background-color: #1c4531;
  color: white;
  border-radius: 24px;
  display: grid;
  align-items: center;
  justify-self: center;
  padding: 8px 16px;
  z-index: 1;
  text-transform: uppercase;
}

.info-left,
.info-right {
  position: absolute;
  top: 24px;
}
.info-left .text,
.info-right .text {
  color: white;
  font-weight: bold;
}

.info-left {
  left: 24px;
}

.info-right {
  right: 24px;
  text-align: right;
}

.marker {
  display: grid;
  align-items: center;
  text-align: center;
  gap: 12px;
  justify-content: end;
  margin-top: 18px;
}
.marker:hover {
  opacity: 0.8;
}
.marker img {
  width: 50px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.marker .marker-text {
  color: white;
  font-weight: bold;
}

.bg-comming {
  margin: 0;
  background-image: url("../assets/images/bg_mb.jpg");
}
@media (min-width: 992px) {
  .bg-comming {
    background-image: url("../assets/images/bg.jpg");
  }
}
.bg-comming {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
}

.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 220px;
  top: unset;
  z-index: 2;
}
@media (min-width: 992px) {
  .logo {
    top: 20px;
    bottom: unset;
  }
}
.logo img {
  width: 115px;
  height: 30%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: auto;
  display: grid;
}

.text-comming {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-repeat: no-repeat;
}
.text-comming img {
  display: none;
}
.text-comming {
  background-image: url("../assets/images/text_mb.png");
  padding-top: 32.8%;
  background-size: contain;
}
@media (min-width: 992px) {
  .text-comming {
    bottom: 20px;
    padding-top: 15.9895833333%;
    background-image: url("../assets/images/text.png");
  }
}

.facebook {
  display: none;
}
@media (min-width: 992px) {
  .facebook {
    display: grid;
  }
}
.facebook {
  align-items: center;
  width: 60px;
  margin-top: 18px;
}
.facebook img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.facebook:hover {
  opacity: 0.8;
}

.follow {
  display: grid;
  align-items: center;
  width: 80px;
  margin-top: 18px;
}
.follow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-left: -10px;
}
.follow:hover {
  opacity: 0.8;
}

.is-detail {
  display: grid;
  grid-row-gap: 32px;
  padding-top: 32px;
}
@media (min-width: 992px) {
  .is-detail {
    grid-row-gap: 48px;
    padding-top: 64px;
  }
}
.is-detail .background-color {
  background-size: 40%;
  background-repeat: no-repeat;
}
.is-detail .img-top {
  display: grid;
}
.is-detail .img-top img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.is-detail .article {
  display: grid;
  grid-row-gap: 32px;
}
@media (min-width: 992px) {
  .is-detail .article {
    grid-column-gap: 32px;
  }
}
.is-detail .article .wp-caption.aligncenter {
  width: 100% !important;
}
.is-detail .article p .size-full,
.is-detail .article p .size-large {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .is-detail .article p .size-full,
  .is-detail .article p .size-large {
    width: inherit;
  }
}
.is-detail .article p img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .is-detail .article p img {
    width: inherit;
  }
}
.is-detail .article img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .is-detail .article img {
    width: inherit;
  }
}
.is-detail .article .size-full {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .is-detail .article .size-full {
    width: inherit;
  }
}
.is-detail .article .size-large {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .is-detail .article .size-large {
    width: inherit;
  }
}
.is-detail .article-body li {
  line-height: 28px;
}
.is-detail .article-body table {
  margin-top: 16px;
  margin-bottom: 16px;
}
.is-detail .article-body table td {
  padding: 16px 16px;
}
@media (min-width: 992px) {
  .is-detail .article-body table td {
    padding: 16px 16px;
  }
}
.is-detail .article-body p img {
  margin: 16px auto;
}
.is-detail .article-block {
  display: grid;
}
.is-detail .article-title {
  display: grid;
  position: relative;
  grid-gap: 4px;
  text-transform: uppercase;
  color: #1c4531;
  font-weight: bold;
}
.is-detail .article-underline {
  height: 2px;
  width: 80px;
  background-color: #1c4531;
}
.is-detail .service-thumb {
  background-color: #e9e9e9;
}
.is-detail .news-title {
  font-size: 18px;
  margin: 0;
  color: #1c4531;
  font-weight: bold;
}
@media (min-width: 992px) {
  .is-detail .news-title {
    font-size: 24px;
  }
}

.is-opening {
  padding-top: 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  grid-gap: 24px;
}
@media (min-width: 992px) {
  .is-opening {
    grid-gap: 64px;
  }
}

.page-products .category-section {
  padding: 16px;
  margin-top: 32px;
}
.page-products .category-section.category-green {
  background-color: rgba(28, 69, 49, 0.85);
}
.page-products .category-section.category-yellow {
  background-color: rgba(220, 128, 45, 0.85);
}
.page-products .category-section .category-header {
  display: grid;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -33px;
  position: relative;
}
.page-products .category-section .category-header span {
  color: #1c4531;
  background-color: #e9e9e9;
  padding: 8px 16px;
}
.page-products .category-section .category-container {
  display: grid;
  gap: 16px;
}
.page-products .category-section .category-group {
  display: grid;
  grid-template-columns: 25% 1fr 25%;
  gap: 16px;
}
.page-products .category-section .tile-media {
  border-radius: 16px;
  overflow: hidden;
}
.page-products .category-section .tile-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-products .category-section .tile-text {
  border-radius: 16px;
  padding: 24px;
  display: grid;
  align-items: center;
}
.page-products .category-section .tile-text p {
  color: white;
  margin: 0;
}
.page-products .category-section .green {
  background-color: #1c4531;
}
.page-products .category-section .yellow {
  background-color: #dc802d;
}
.page-products .category-section .category-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 16px;
}
.page-products .category-section .category-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.page-products .category-section .category-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-products .category-section .category-image .btn-outline {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.page-products .category-section .category-image .category-title {
  top: 16px;
  left: 16px;
  position: absolute;
  color: white;
}
.page-products {
  /* Category tiles */
}
.page-products .category-tiles {
  padding: 16px;
  background-color: #f9f2e8;
}
.page-products .category-tiles .category-container {
  display: grid;
  gap: 16px;
}
.page-products .category-tiles .tiles-group {
  display: grid;
  gap: 16px;
}
.page-products .category-tiles .tiles-header {
  display: grid;
}
.page-products .category-tiles .tiles-header span {
  background-color: #e9e9e9;
  color: #1c4531;
  padding: 6px 12px;
  width: -moz-fit-content;
  width: fit-content;
}
.page-products .category-tiles .row-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
}
.page-products .category-tiles .tile {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 25% 1fr;
  align-items: center;
  gap: 16px;
}
.page-products .category-tiles .tile.style-two {
  grid-template-columns: 50% 1fr 1fr;
}
.page-products .category-tiles .tile-list {
  background-color: #1c4531;
  list-style: none;
  margin: 0;
  padding: 32px;
  display: grid;
  align-items: center;
  gap: 16px;
}
.page-products .category-tiles .tile .backrgound-green {
  background-color: #4f7f47;
  text-align: center;
  height: 100%;
  display: grid;
  align-items: center;
  padding: 16px;
}
.page-products .category-tiles-image img {
  width: 100%;
}
.page-products .category-tiles .tile-text {
  color: #fff;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: grid;
}
.page-products .category-tiles .tile-text h3 {
  margin: 0 0 4px;
  font-size: 18px;
}
.page-products .category-tiles .tile-text p {
  margin: 0;
  opacity: 0.92;
}
.page-products .category-tiles .tile-media {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.page-products .category-tiles .tile-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-products .category-tiles .btn-outline {
  position: absolute;
  right: 32px;
  bottom: 32px;
  background: #fff;
  color: #2d5a27;
  font-weight: 700;
  border-radius: 16px;
  padding: 6px 10px;
  font-size: 11px;
}
.page-products {
  /* Split usage/ingredients */
}
.page-products .split-highlight {
  padding: 32px 0 16px;
}
.page-products .split-highlight .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-products .split-highlight .split-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.page-products .split-highlight .split-media {
  background: #f5f3ee;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.page-products .split-highlight .split-media .bottle {
  width: 140px;
  height: 220px;
  border-radius: 12px;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.18);
}
.page-products .split-highlight .split-panels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.page-products .split-highlight .panel {
  border-radius: 16px;
  padding: 20px;
  min-height: 140px;
  color: #fff;
}
.page-products .split-highlight .panel h3 {
  margin: 0 0 8px;
  font-size: 18px;
}
.page-products .split-highlight .panel p {
  margin: 0;
  line-height: 1.6;
  color: #f7ffe9;
}
.page-products .split-highlight .panel.usage {
  background: #5c8c70;
}
.page-products .split-highlight .panel.ingredients {
  background: #d18635;
}
@media (max-width: 992px) {
  .page-products .split-highlight .split-wrap {
    grid-template-columns: 1fr;
  }
}
.page-products .section-combo {
  padding: 0 16px 16px;
  background-color: #f9f2e8;
}
.page-products .combo-list {
  gap: 16px;
}
.page-products .combo-item {
  border-radius: 16px;
  overflow: hidden;
}

.page-product-detail .product-header {
  background: white;
  padding: 20px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 100;
}
.page-product-detail .product-header .header-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-product-detail .product-header .header-content .breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666;
  font-size: 0.9rem;
}
.page-product-detail .product-header .header-content .breadcrumb a {
  color: #2d5a27;
  text-decoration: none;
}
.page-product-detail .product-header .header-content .breadcrumb a:hover {
  text-decoration: underline;
}
.page-product-detail .product-header .header-content .breadcrumb span {
  color: #999;
}
.page-product-detail .product-header .header-content .header-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.page-product-detail .product-header .header-content .header-nav .nav-link {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.page-product-detail .product-header .header-content .header-nav .nav-link:hover {
  color: #2d5a27;
}
.page-product-detail .product-header .header-content .header-nav .header-icons {
  display: flex;
  gap: 15px;
}
.page-product-detail .product-header .header-content .header-nav .header-icons .icon-link {
  width: 40px;
  height: 40px;
  background: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease;
}
.page-product-detail .product-header .header-content .header-nav .header-icons .icon-link:hover {
  background: #2d5a27;
  color: white;
}
.page-product-detail .product-header .header-content .header-nav .header-icons .icon-link.search::before {
  content: "🔍";
}
.page-product-detail .product-header .header-content .header-nav .header-icons .icon-link.cart::before {
  content: "🛒";
}
.page-product-detail .product-detail-section {
  padding: 60px 0;
}
.page-product-detail .product-detail-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-product-detail .product-detail-section .product-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.page-product-detail .product-detail-section .product-gallery .main-image {
  position: relative;
  margin-bottom: 30px;
}
.page-product-detail .product-detail-section .product-gallery .main-image .product-bottle {
  width: 100%;
  height: 400px;
  background-color: white;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.page-product-detail .product-detail-section .product-gallery .main-image .product-bottle .bottle {
  width: 120px;
  height: 180px;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.page-product-detail .product-detail-section .product-gallery .main-image .product-bottle .bottle.kaffir-lime-shampoo {
  background: linear-gradient(135deg, #4a7c59 0%, #6b9c7a 100%);
}
.page-product-detail .product-detail-section .product-gallery .main-image .product-bottle .bottle.ginger-shampoo {
  background: linear-gradient(135deg, #e67e22 0%, #f39c12 100%);
}
.page-product-detail .product-detail-section .product-gallery .main-image .product-bottle .bottle.serum {
  background: linear-gradient(135deg, #8e44ad 0%, #9b59b6 100%);
  width: 80px;
  height: 150px;
}
.page-product-detail .product-detail-section .product-gallery .main-image .gallery-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 20px;
}
.page-product-detail .product-detail-section .product-gallery .main-image .gallery-nav .nav-arrow {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #2d5a27;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.page-product-detail .product-detail-section .product-gallery .main-image .gallery-nav .nav-arrow:hover {
  background: #2d5a27;
  color: white;
  transform: scale(1.1);
}
.page-product-detail .product-detail-section .product-gallery .image-description {
  text-align: center;
}
.page-product-detail .product-detail-section .product-gallery .image-description h3 {
  font-size: 1.5rem;
  color: #2d5a27;
  margin-bottom: 15px;
  font-weight: 600;
}
.page-product-detail .product-detail-section .product-gallery .image-description p {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
}
.page-product-detail .product-detail-section .product-info .product-title {
  font-size: 2.5rem;
  color: #2d5a27;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .page-product-detail .product-detail-section .product-info .product-title {
    font-size: 2rem;
  }
}
.page-product-detail .product-detail-section .product-info .product-features {
  margin-bottom: 30px;
}
.page-product-detail .product-detail-section .product-info .product-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-product-detail .product-detail-section .product-info .product-features ul li {
  padding: 10px 0;
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
  position: relative;
  padding-left: 25px;
}
.page-product-detail .product-detail-section .product-info .product-features ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2d5a27;
  font-weight: bold;
}
.page-product-detail .product-detail-section .product-info .size-options {
  margin-bottom: 30px;
}
.page-product-detail .product-detail-section .product-info .size-options .size-btn {
  padding: 12px 24px;
  background: white;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s ease;
  color: #666;
  margin-right: 15px;
}
.page-product-detail .product-detail-section .product-info .size-options .size-btn:hover {
  border-color: #2d5a27;
  color: #2d5a27;
}
.page-product-detail .product-detail-section .product-info .size-options .size-btn.active {
  background: #2d5a27;
  border-color: #2d5a27;
  color: white;
}
.page-product-detail .product-detail-section .product-info .price-section {
  margin-bottom: 30px;
}
.page-product-detail .product-detail-section .product-info .price-section .price {
  font-size: 2rem;
  font-weight: 700;
  color: #2d5a27;
  margin-right: 15px;
}
.page-product-detail .product-detail-section .product-info .price-section .old-price {
  font-size: 1.2rem;
  color: #999;
  text-decoration: line-through;
}
.page-product-detail .product-detail-section .product-info .btn-buy-now {
  background: #2d5a27;
  color: white;
  padding: 16px 32px;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: 100%;
}
.page-product-detail .product-detail-section .product-info .btn-buy-now:hover {
  background: #1e3d1a;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(45, 90, 39, 0.3);
}
.page-product-detail .feature-icons {
  padding: 80px 0;
  background: white;
}
.page-product-detail .feature-icons .feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .page-product-detail .feature-icons .feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
  }
}
.page-product-detail .feature-icons .feature-item {
  text-align: center;
  padding: 30px 20px;
  background: #f8f9fa;
  border-radius: 16px;
  transition: transform 0.3s ease;
}
.page-product-detail .feature-icons .feature-item:hover {
  transform: translateY(-5px);
}
.page-product-detail .feature-icons .feature-item .feature-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: white;
}
.page-product-detail .feature-icons .feature-item .feature-icon.natural {
  background: linear-gradient(135deg, #4a7c59 0%, #6b9c7a 100%);
}
.page-product-detail .feature-icons .feature-item .feature-icon.no-chemicals {
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}
.page-product-detail .feature-icons .feature-item .feature-icon.cruelty-free {
  background: linear-gradient(135deg, #8e44ad 0%, #9b59b6 100%);
}
.page-product-detail .feature-icons .feature-item .feature-icon.recyclable {
  background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
}
.page-product-detail .feature-icons .feature-item .feature-icon.organic {
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
}
.page-product-detail .feature-icons .feature-item .feature-icon.vegan {
  background: linear-gradient(135deg, #16a085 0%, #1abc9c 100%);
}
.page-product-detail .feature-icons .feature-item .feature-icon.hypoallergenic {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
}
.page-product-detail .feature-icons .feature-item .feature-icon.dermatologist {
  background: linear-gradient(135deg, #e91e63 0%, #c2185b 100%);
}
.page-product-detail .feature-icons .feature-item span {
  font-size: 0.9rem;
  color: #666;
  font-weight: 500;
}
.page-product-detail .usage-ingredients {
  padding: 80px 0;
  background: #f8f9fa;
}
.page-product-detail .usage-ingredients .usage-ingredients-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .page-product-detail .usage-ingredients .usage-ingredients-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.page-product-detail .usage-ingredients .product-showcase {
  text-align: center;
}
.page-product-detail .usage-ingredients .product-showcase .bottle {
  width: 100px;
  height: 150px;
  background: linear-gradient(135deg, #4a7c59 0%, #6b9c7a 100%);
  border-radius: 12px;
  margin: 0 auto 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.page-product-detail .usage-ingredients .product-showcase h3 {
  font-size: 1.5rem;
  color: #2d5a27;
  margin-bottom: 15px;
  font-weight: 600;
}
.page-product-detail .usage-ingredients .product-showcase p {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
}
.page-product-detail .usage-ingredients .info-sections {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.page-product-detail .usage-ingredients .info-sections .usage-section,
.page-product-detail .usage-ingredients .info-sections .ingredients-section {
  background: white;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.page-product-detail .usage-ingredients .info-sections .usage-section .section-icon,
.page-product-detail .usage-ingredients .info-sections .ingredients-section .section-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: white;
}
.page-product-detail .usage-ingredients .info-sections .usage-section .section-icon.usage-icon,
.page-product-detail .usage-ingredients .info-sections .ingredients-section .section-icon.usage-icon {
  background: linear-gradient(135deg, #4a7c59 0%, #6b9c7a 100%);
}
.page-product-detail .usage-ingredients .info-sections .usage-section .section-icon.ingredients-icon,
.page-product-detail .usage-ingredients .info-sections .ingredients-section .section-icon.ingredients-icon {
  background: linear-gradient(135deg, #e67e22 0%, #f39c12 100%);
}
.page-product-detail .usage-ingredients .info-sections .usage-section h4,
.page-product-detail .usage-ingredients .info-sections .ingredients-section h4 {
  font-size: 1.3rem;
  color: #2d5a27;
  margin-bottom: 15px;
  font-weight: 600;
}
.page-product-detail .usage-ingredients .info-sections .usage-section p,
.page-product-detail .usage-ingredients .info-sections .ingredients-section p {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
}
.page-product-detail .related-products {
  padding: 80px 0;
  background: white;
}
.page-product-detail .related-products h2 {
  text-align: center;
  font-size: 2.5rem;
  color: #2d5a27;
  margin-bottom: 50px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .page-product-detail .related-products h2 {
    font-size: 2rem;
  }
}
.page-product-detail .related-products .related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .page-product-detail .related-products .related-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.page-product-detail .related-products .related-item {
  background: white;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  overflow: hidden;
}
.page-product-detail .related-products .related-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}
.page-product-detail .related-products .related-item.kaffir-lime-theme {
  background: linear-gradient(135deg, #4a7c59 0%, #6b9c7a 100%);
  color: white;
}
.page-product-detail .related-products .related-item.ginger-theme {
  background: linear-gradient(135deg, #e67e22 0%, #f39c12 100%);
  color: white;
}
.page-product-detail .related-products .related-item .product-image {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
}
.page-product-detail .related-products .related-item .product-image .bottle {
  width: 80px;
  height: 120px;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.page-product-detail .related-products .related-item .product-image .bottle.kaffir-lime-label {
  background: linear-gradient(135deg, #4a7c59 0%, #6b9c7a 100%);
}
.page-product-detail .related-products .related-item .product-image .bottle.ginger-label {
  background: linear-gradient(135deg, #e67e22 0%, #f39c12 100%);
}
.page-product-detail .related-products .related-item .product-image .honey-elements {
  position: absolute;
  top: 20px;
  left: 20px;
}
.page-product-detail .related-products .related-item .product-image .honey-elements .honey-dipper {
  width: 20px;
  height: 30px;
  background: #daa520;
  border-radius: 2px;
  position: relative;
}
.page-product-detail .related-products .related-item .product-image .honey-elements .honey-dipper::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #daa520;
  border-radius: 50%;
}
.page-product-detail .related-products .related-item .product-image .honey-elements .honeycomb {
  position: absolute;
  top: 10px;
  left: 30px;
  width: 25px;
  height: 15px;
  background: #daa520;
  border-radius: 2px;
  opacity: 0.8;
}
.page-product-detail .related-products .related-item .product-image .natural-elements {
  position: absolute;
  top: 20px;
  right: 20px;
}
.page-product-detail .related-products .related-item .product-image .natural-elements .kaffir-limes {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  opacity: 0.8;
}
.page-product-detail .related-products .related-item .product-image .natural-elements .ginger-roots {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  opacity: 0.8;
}
.page-product-detail .related-products .related-item h3 {
  padding: 25px 25px 10px;
  font-size: 1.3rem;
  margin: 0;
  font-weight: 600;
}
.page-product-detail .related-products .related-item p {
  padding: 0 25px 25px;
  line-height: 1.5;
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.9;
}
.page-product-detail .related-products .pagination-indicator {
  text-align: center;
  margin-top: 40px;
}
.page-product-detail .related-products .pagination-indicator .progress-bar {
  width: 200px;
  height: 4px;
  background: #ddd;
  border-radius: 2px;
  margin: 0 auto;
  overflow: hidden;
}
.page-product-detail .related-products .pagination-indicator .progress-bar .progress-fill {
  width: 33%;
  height: 100%;
  background: #2d5a27;
  border-radius: 2px;
}
.page-product-detail .product-footer {
  background: #2d5a27;
  color: white;
  padding: 60px 0;
}
.page-product-detail .product-footer .footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 768px) {
  .page-product-detail .product-footer .footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
}
.page-product-detail .product-footer .footer-left h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 600;
}
.page-product-detail .product-footer .footer-left .newsletter {
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .page-product-detail .product-footer .footer-left .newsletter {
    flex-direction: column;
  }
}
.page-product-detail .product-footer .footer-left .newsletter input {
  flex: 1;
  padding: 12px;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
}
.page-product-detail .product-footer .footer-left .newsletter input::-moz-placeholder {
  color: #999;
}
.page-product-detail .product-footer .footer-left .newsletter input::placeholder {
  color: #999;
}
.page-product-detail .product-footer .footer-left .newsletter .btn-subscribe {
  width: 40px;
  height: 40px;
  background: #4a7c59;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
}
.page-product-detail .product-footer .footer-left .newsletter .btn-subscribe::before {
  content: "→";
}
.page-product-detail .product-footer .footer-left .newsletter .btn-subscribe:hover {
  background: #3a6b49;
}
.page-product-detail .product-footer .footer-middle .footer-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-product-detail .product-footer .footer-middle .footer-nav a {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
}
.page-product-detail .product-footer .footer-middle .footer-nav a:hover {
  color: #90ee90;
}
.page-product-detail .product-footer .footer-right {
  text-align: right;
}
@media (max-width: 768px) {
  .page-product-detail .product-footer .footer-right {
    text-align: center;
  }
}
.page-product-detail .product-footer .footer-right .contact-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
.page-product-detail .product-footer .footer-right .contact-info .contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .page-product-detail .product-footer .footer-right .contact-info .contact-item {
    justify-content: center;
  }
}
.page-product-detail .product-footer .footer-right .contact-info .contact-item .contact-icon {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  position: relative;
}
.page-product-detail .product-footer .footer-right .contact-info .contact-item .contact-icon.phone::before {
  content: "📞";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
}
.page-product-detail .product-footer .footer-right .contact-info .contact-item .contact-icon.email::before {
  content: "✉️";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
}
.page-product-detail .product-footer .footer-right .contact-info .contact-item .contact-icon.location::before {
  content: "📍";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
}
.page-product-detail .product-footer .footer-right .contact-info .contact-item span {
  font-size: 1rem;
  font-weight: 500;
}
.page-product-detail .product-footer .footer-right .social-icons {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page-product-detail .product-footer .footer-right .social-icons {
    justify-content: center;
  }
}
.page-product-detail .product-footer .footer-right .social-icons .social-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: background 0.3s ease;
}
.page-product-detail .product-footer .footer-right .social-icons .social-icon:hover {
  background: rgba(255, 255, 255, 0.2);
}
.page-product-detail .product-footer .footer-right .social-icons .social-icon.facebook::before {
  content: "f";
}
.page-product-detail .product-footer .footer-right .social-icons .social-icon.instagram::before {
  content: "i";
}
.page-product-detail .product-footer .footer-right .social-icons .social-icon.youtube::before {
  content: "y";
}
.page-product-detail .product-footer .footer-right .social-icons .social-icon.tiktok::before {
  content: "t";
}
.page-product-detail .product-footer .footer-right .kaff-logo-vertical {
  font-size: 2rem;
  font-weight: bold;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media (max-width: 768px) {
  .page-product-detail .product-footer .footer-right .kaff-logo-vertical {
    writing-mode: horizontal-tb;
  }
}

.page-blog .blog-keywork {
  display: grid;
}
.page-blog .blog-keywork .hero-text {
  font-size: 2.5rem;
  color: #1c4531;
  position: relative;
}
.page-blog .blog-keywork p {
  margin: 0;
  position: relative;
  z-index: 1;
  padding-left: 16px;
}
.page-blog .blog-keywork .square-left,
.page-blog .blog-keywork .square-right {
  position: absolute;
}
.page-blog .blog-keywork .square-left {
  width: 96px;
  height: 56px;
  background-color: #759e51;
  left: 0;
}
.page-blog .blog-keywork .square-right {
  width: 96px;
  height: 56px;
  background-color: #71aa6a;
  right: 36px;
  top: 30px;
}
.page-blog .hero-content {
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.page-blog .blog-scroll-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.page-blog .blog-scroll-mask {
  width: 66.666vw;
  margin: 0 auto;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-padding-left: 16px;
}
.page-blog .blog-scroll-mask::-webkit-scrollbar {
  height: 8px;
}
.page-blog .blog-scroll-mask::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.page-blog .search-image {
  width: 200px;
  margin: auto;
}
.page-blog .search-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-blog .categories-section {
  padding: 60px 0 40px 0;
}
.page-blog .categories-section .category-tags {
  display: flex;
  flex-wrap: wrap;
  height: 71px;
  padding-left: 32px;
}
.page-blog .categories-section .category-tags .tag {
  padding: 8px 12px;
  background: #f9f2e8;
  border: 2px solid #1c4531;
  border-radius: 24px;
  color: #1c4531;
  height: -moz-fit-content;
  height: fit-content;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.page-blog .categories-section .category-tags .tag:nth-of-type(even) {
  margin-top: 32px;
}
.page-blog .categories-section .category-tags .tag:hover {
  border-color: #2d5a27;
  color: #2d5a27;
  transform: translateY(-2px);
}
.page-blog .categories-section .category-tags .tag.active {
  background: #2d5a27;
  border-color: #2d5a27;
  color: white;
}
.page-blog .blog-grid-section {
  position: relative;
  display: grid;
  gap: 16px;
}
.page-blog .blog-grid-section.blog {
  margin-bottom: 64px;
}
.page-blog .blog-grid-section.blog .blog-header {
  padding-left: 16px;
}
.page-blog .blog-grid-section.blog .blog-card {
  scroll-snap-align: start;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 200px;
  flex: 0 0 calc(33.333% - 20px);
  flex-direction: row;
  gap: 16px;
  align-items: stretch;
}
.page-blog .blog-grid-section.blog .blog-card .blog-image {
  width: 100%;
  height: auto;
}
.page-blog .blog-grid-section.blog .blog-card .blog-image .blog-placeholder {
  width: 100%;
  height: 100%;
  background-color: #ddd;
}
.page-blog .blog-grid-section.blog .blog-card .blog-content {
  width: 100%;
}
.page-blog .blog-grid-section.blog .blog-card .blog-content .blog-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  margin-bottom: 10px;
}
.page-blog .blog-grid-section.blog .blog-card .blog-content .blog-meta .category {
  background: #e9ecef;
  color: #2d5a27;
  padding: 4px 10px;
  border-radius: 12px;
  font-weight: 600;
}
.page-blog .blog-grid-section.blog .blog-card .blog-content .blog-meta .date {
  color: #999;
}
.page-blog .blog-grid-section.blog .blog-card .blog-content p {
  color: #1c4531;
  margin: 0;
}
.page-blog .blog-grid-section.blog .blog-grid {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 16px 32px 16px;
  scrollbar-width: thin;
  scrollbar-color: #1c4531 transparent;
}
.page-blog .blog-grid-section.blog .blog-grid::-webkit-scrollbar {
  display: block;
  height: 6px;
}
.page-blog .blog-grid-section.blog .blog-grid::-webkit-scrollbar-thumb {
  background-color: #1c4531;
  border-radius: 4px;
}
.page-blog .blog-grid-section.blog .blog-grid::-webkit-scrollbar-track {
  background: transparent;
}
.page-blog .blog-grid-section.review {
  padding: 60px 0;
  background-color: #4f7f47;
}
.page-blog .blog-grid-section.review .blog-header {
  position: absolute;
  top: -22px;
  left: 16px;
}
.page-blog .blog-grid-section.review .blog-card {
  flex: 0 0 90%;
  scroll-snap-align: start;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.page-blog .blog-grid-section.review .blog-card:hover {
  opacity: 0.8;
}
@media (min-width: 600px) {
  .page-blog .blog-grid-section.review .blog-card {
    flex: 0 0 48%;
  }
}
@media (min-width: 1024px) {
  .page-blog .blog-grid-section.review .blog-card {
    flex: 0 0 calc(33.333% - 20px);
  }
}
.page-blog .blog-grid-section.review .blog-card .blog-image {
  height: 280px;
}
.page-blog .blog-grid-section.review .blog-card .blog-content {
  padding: 16px 0 0 0;
}
.page-blog .blog-grid-section.review .blog-card .blog-content .blog-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  margin-bottom: 10px;
}
.page-blog .blog-grid-section.review .blog-card .blog-content .blog-meta .category {
  background: #e9ecef;
  color: #2d5a27;
  padding: 4px 10px;
  border-radius: 12px;
  font-weight: 600;
}
.page-blog .blog-grid-section.review .blog-card .blog-content .blog-meta .date {
  color: #999;
}
.page-blog .blog-grid-section.review .blog-card .blog-content h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #f9f2e8;
  font-weight: 600;
}
.page-blog .blog-grid-section.review .blog-card .blog-content p {
  color: #f9f2e8;
  margin: 0;
}
.page-blog .blog-grid-section.review .blog-grid {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 16px 32px 16px;
  scrollbar-width: thin;
  scrollbar-color: #fff7d7 transparent;
}
.page-blog .blog-grid-section.review .blog-grid::-webkit-scrollbar {
  display: block;
  height: 6px;
}
.page-blog .blog-grid-section.review .blog-grid::-webkit-scrollbar-thumb {
  background-color: #fff7d7;
  border-radius: 4px;
}
.page-blog .blog-grid-section.review .blog-grid::-webkit-scrollbar-track {
  background: transparent;
}
.page-blog .blog-grid-section .blog-header {
  font-weight: 600;
  display: grid;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0;
}
.page-blog .blog-grid-section .blog-header span {
  color: #2d5a27;
  background-color: #e9e9e9;
  padding: 8px 12px;
}

.review-section {
  width: 100vw;
  padding: 40px 16px;
  background: #4c7140;
  box-sizing: border-box;
  position: relative;
}
.review-section .review-header {
  margin-bottom: 24px;
}
.review-section .review-header h2 {
  font-size: 24px;
  background: #f2ebdd;
  padding: 4px 16px;
  display: inline-block;
}
.review-section .review-scroll-inner {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
  scrollbar-width: none;
}
.review-section .review-scroll-inner::-webkit-scrollbar {
  display: none;
}
.review-section .review-scroll-inner .review-card {
  flex: 0 0 auto;
  width: 300px;
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  scroll-snap-align: start;
}
.review-section .review-scroll-inner .review-card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 10px;
}
.review-section .review-scroll-inner .review-card p {
  font-size: 14px;
  color: #333;
  text-align: center;
}
.review-section .review-scroll-inner .review-card strong {
  display: block;
  text-align: center;
  margin-top: 10px;
  color: #2d5a27;
}
.review-section .review-scroll-track {
  width: 66.666vw;
  height: 6px;
  margin: 0 auto;
  overflow-x: auto;
  pointer-events: auto;
  background: transparent;
}
.review-section .review-scroll-track::-webkit-scrollbar {
  height: 6px;
}
.review-section .review-scroll-track::-webkit-scrollbar-thumb {
  background-color: #f2ebdd;
  border-radius: 3px;
}
.review-section .review-scroll-track .review-scroll-fake {
  height: 1px;
  background: transparent;
}

.page-blog-detail .blog-header {
  padding: 20px 0;
}
.page-blog-detail .blog-header .header-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-blog-detail .blog-detail-section {
  padding: 0;
}
.page-blog-detail .blog-detail-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-blog-detail .blog-detail-section .blog-container {
  display: grid;
  gap: 40px;
}
.page-blog-detail .blog-detail-section .blog-content .blog-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.page-blog-detail .blog-detail-section .blog-content .blog-meta .category {
  background: #2d5a27;
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
}
.page-blog-detail .blog-detail-section .blog-content .blog-meta .date,
.page-blog-detail .blog-detail-section .blog-content .blog-meta .read-time {
  color: #666;
  font-size: 0.9rem;
}
.page-blog-detail .blog-detail-section .blog-content .blog-title {
  font-size: 2.5rem;
  color: #2d5a27;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 768px) {
  .page-blog-detail .blog-detail-section .blog-content .blog-title {
    font-size: 2rem;
  }
}
.page-blog-detail .blog-detail-section .blog-content .blog-image {
  margin-bottom: 30px;
}
.page-blog-detail .blog-detail-section .blog-content .blog-image .image-placeholder {
  width: 100%;
  height: 300px;
  background-color: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-blog-detail .blog-detail-section .blog-content .blog-image .image-placeholder .blog-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #4a7c59 0%, #6b9c7a 100%);
  border-radius: 50%;
  opacity: 0.8;
}
.page-blog-detail .blog-detail-section .blog-content .blog-text {
  margin-bottom: 30px;
}
.page-blog-detail .blog-detail-section .blog-content .blog-text h2 {
  font-size: 1.8rem;
  color: #2d5a27;
  margin: 30px 0 15px;
  font-weight: 600;
}
.page-blog-detail .blog-detail-section .blog-content .blog-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}
.page-blog-detail .blog-detail-section .blog-content .blog-tags {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.page-blog-detail .blog-detail-section .blog-content .blog-tags .tag {
  background: #f8f9fa;
  color: #2d5a27;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}
.page-blog-detail .blog-detail-section .blog-content .blog-tags .tag:hover {
  background: #2d5a27;
  color: white;
}
.page-blog-detail .blog-detail-section .blog-content .blog-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.page-blog-detail .blog-detail-section .blog-content .blog-actions button {
  padding: 10px 20px;
  border: 1px solid #e9ecef;
  background: white;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
  color: #666;
}
.page-blog-detail .blog-detail-section .blog-content .blog-actions button:hover {
  background: #2d5a27;
  color: white;
  border-color: #2d5a27;
}
.page-blog-detail .blog-detail-section .blog-sidebar .sidebar-widget {
  background: white;
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.page-blog-detail .blog-detail-section .blog-sidebar .sidebar-widget h3 {
  font-size: 1.3rem;
  color: #2d5a27;
  margin-bottom: 20px;
  font-weight: 600;
}
.page-blog-detail .blog-detail-section .blog-sidebar .sidebar-widget .related-posts .related-post {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.page-blog-detail .blog-detail-section .blog-sidebar .sidebar-widget .related-posts .related-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.page-blog-detail .blog-detail-section .blog-sidebar .sidebar-widget .related-posts .related-post .post-image {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.page-blog-detail .blog-detail-section .blog-sidebar .sidebar-widget .related-posts .related-post .post-image .blog-icon {
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #4a7c59 0%, #6b9c7a 100%);
  border-radius: 50%;
  opacity: 0.8;
}
.page-blog-detail .blog-detail-section .blog-sidebar .sidebar-widget .related-posts .related-post .post-content h4 {
  font-size: 1rem;
  color: #333;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.4;
}
.page-blog-detail .blog-detail-section .blog-sidebar .sidebar-widget .related-posts .related-post .post-content h4:hover {
  color: #2d5a27;
}
.page-blog-detail .blog-detail-section .blog-sidebar .sidebar-widget .related-posts .related-post .post-content .post-date {
  font-size: 0.8rem;
  color: #666;
}
.page-blog-detail .blog-detail-section .blog-sidebar .sidebar-widget .category-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-blog-detail .blog-detail-section .blog-sidebar .sidebar-widget .category-list .category-link {
  color: #666;
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  transition: color 0.3s ease;
}
.page-blog-detail .blog-detail-section .blog-sidebar .sidebar-widget .category-list .category-link:hover {
  color: #2d5a27;
}
.page-blog-detail .blog-detail-section .blog-sidebar .sidebar-widget .newsletter-form p {
  color: #666;
  margin-bottom: 15px;
  font-size: 0.9rem;
}
.page-blog-detail .blog-detail-section .blog-sidebar .sidebar-widget .newsletter-form .newsletter-input {
  display: flex;
  gap: 10px;
}
.page-blog-detail .blog-detail-section .blog-sidebar .sidebar-widget .newsletter-form .newsletter-input input {
  flex: 1;
  padding: 10px;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  font-size: 0.9rem;
}
.page-blog-detail .blog-detail-section .blog-sidebar .sidebar-widget .newsletter-form .newsletter-input input::-moz-placeholder {
  color: #999;
}
.page-blog-detail .blog-detail-section .blog-sidebar .sidebar-widget .newsletter-form .newsletter-input input::placeholder {
  color: #999;
}
.page-blog-detail .blog-detail-section .blog-sidebar .sidebar-widget .newsletter-form .newsletter-input .btn-subscribe {
  background: #2d5a27;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background 0.3s ease;
}
.page-blog-detail .blog-detail-section .blog-sidebar .sidebar-widget .newsletter-form .newsletter-input .btn-subscribe:hover {
  background: #1e3d1a;
}
.page-blog-detail .comments-section {
  padding: 80px 0;
  background: white;
}
.page-blog-detail .comments-section .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-blog-detail .comments-section h2 {
  font-size: 2rem;
  color: #2d5a27;
  margin-bottom: 40px;
  font-weight: 600;
}
.page-blog-detail .comments-section .comments-list {
  margin-bottom: 50px;
}
.page-blog-detail .comments-section .comments-list .comment {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}
.page-blog-detail .comments-section .comments-list .comment:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.page-blog-detail .comments-section .comments-list .comment .comment-avatar .avatar {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #4a7c59 0%, #6b9c7a 100%);
  border-radius: 50%;
  flex-shrink: 0;
}
.page-blog-detail .comments-section .comments-list .comment .comment-content {
  flex: 1;
}
.page-blog-detail .comments-section .comments-list .comment .comment-content .comment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.page-blog-detail .comments-section .comments-list .comment .comment-content .comment-header h4 {
  font-size: 1rem;
  color: #333;
  margin: 0;
  font-weight: 600;
}
.page-blog-detail .comments-section .comments-list .comment .comment-content .comment-header .comment-date {
  font-size: 0.8rem;
  color: #666;
}
.page-blog-detail .comments-section .comments-list .comment .comment-content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}
.page-blog-detail .comments-section .comments-list .comment .comment-content .btn-reply {
  background: none;
  border: 1px solid #e9ecef;
  color: #666;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.8rem;
  transition: all 0.3s ease;
}
.page-blog-detail .comments-section .comments-list .comment .comment-content .btn-reply:hover {
  background: #2d5a27;
  color: white;
  border-color: #2d5a27;
}
.page-blog-detail .comments-section .comment-form {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 12px;
}
.page-blog-detail .comments-section .comment-form h3 {
  font-size: 1.3rem;
  color: #2d5a27;
  margin-bottom: 20px;
  font-weight: 600;
}
.page-blog-detail .comments-section .comment-form .form-group {
  margin-bottom: 20px;
}
.page-blog-detail .comments-section .comment-form .form-group input,
.page-blog-detail .comments-section .comment-form .form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  font-size: 1rem;
  font-family: inherit;
}
.page-blog-detail .comments-section .comment-form .form-group input::-moz-placeholder, .page-blog-detail .comments-section .comment-form .form-group textarea::-moz-placeholder {
  color: #999;
}
.page-blog-detail .comments-section .comment-form .form-group input::placeholder,
.page-blog-detail .comments-section .comment-form .form-group textarea::placeholder {
  color: #999;
}
.page-blog-detail .comments-section .comment-form .form-group input:focus,
.page-blog-detail .comments-section .comment-form .form-group textarea:focus {
  outline: none;
  border-color: #2d5a27;
}
.page-blog-detail .comments-section .comment-form .form-group textarea {
  resize: vertical;
  min-height: 100px;
}
.page-blog-detail .comments-section .comment-form .btn-submit {
  background: #2d5a27;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  transition: background 0.3s ease;
}
.page-blog-detail .comments-section .comment-form .btn-submit:hover {
  background: #1e3d1a;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

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

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

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 86.1, 178.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #4DC7A0;
  color: #ffffff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #4DC7A0;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

@font-face {
  font-family: "lg";
  src: url("../fonts/lg.ttf?22t19m") format("truetype"), url("../fonts/lg.woff?22t19m") format("woff"), url("../fonts/lg.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: rgb(169, 7, 7);
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: rgb(169, 7, 7);
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  outline: none;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}