/*  Top Header
-----------------------------------*/
header .head {
  float: left;
  width: 1400px;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 70px;
  margin-left: calc((100% - 1400px) / 2);
  background-color: rgba(69, 32, 10, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  scroll-behavior: smooth;
}

@media (max-width: 1112px) {
  header .head {
    width: 100%;
    margin-left: 0;
    padding-left: 100px;
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  header .head {
    padding-left: 20px;
  }
}
header .head .menu-block {
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 834px) {
  header .head .menu-block {
    display: none;
  }
}
header .head .menu-block .menu {
  float: left;
  width: auto;
  padding-right: 18px;
}
header .head .menu-block .menu a {
  float: left;

  font-size: 0.875em;
  font-weight: normal;
  color: #ffffff;
  padding-bottom: 20px;
  text-decoration: none;
  cursor: pointer;
}
header .head .menu-block .menu a.active {
  color: #fac654;
  border-bottom: 2px solid #fac654;
}
header .head .lang-block {
  float: right;
  width: auto;
  border: 1px solid #ffffff;
  border-radius: 40px;
  padding: 5px;
  margin-top: -8px;
  margin-right: calc(((100% - 1400px) / 2) + 80px);
  background-color: rgba(0, 0, 0, 0.32);
}
@media (max-width: 600px) {
  header .head .lang-block {
    margin-right: 20px;
  }
}
header .head .lang-block a {
  float: left;
  width: auto;
  font-size: 1em;
  font-weight: normal;
  color: #ffffff;
  padding: 0 5px;
  border-right: 1px solid #ffffff;
  text-decoration: none;
}
header .head .lang-block a:last-child {
  border-right: 0;
}
header .head .lang-block a.active {
  color: #febd2c;
}
header .head .menu-icon {
  float: left;
  width: 20px;
  display: none;
}
@media (max-width: 834px) {
  header .head .menu-icon {
    display: block;
  }
}
header .head .menu-icon img {
  float: left;
  width: 100%;
}
header .head .mob-menu-block {
  float: left;
  width: 274px;
  height: 100vh;
  position: absolute;
  top: 0;
  left: -274px;
  z-index: 9;
  background-color: #ffffff;
  display: none;
}
@media (max-width: 834px) {
  header .head .mob-menu-block {
    display: block;
  }
}
header .head .mob-menu-block.open {
  left: 0;
}
header .head .mob-menu-block .close-menu {
  float: left;
  width: 20px;
  margin-left: 15px;
  margin-top: 15px;
}
header .head .mob-menu-block .close-menu img {
  float: left;
  width: 100%;
}
header .head .mob-menu-block .mob-menu-list {
  float: left;
  width: 100%;
  margin: 0;
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
}
header .head .mob-menu-block .mob-menu-list li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
header .head .mob-menu-block .mob-menu-list li a {
  float: left;
  width: 100%;

  font-size: 1em;
  font-weight: normal;
  color: #737373;
  text-decoration: none;
  padding: 10px 20px;
}
header .head .mob-menu-block .mob-menu-list li a.active {
  background-color: #e8e8e8;
  color: #000000;
}

.container {
  float: left;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 70px;
}

.page-wrap {
  float: left;
  width: 100%;
  padding-left: calc((100% - 1400px) / 2);
  padding-right: calc((100% - 1400px) / 2);
}
@media (max-width: 1112px) {
  .page-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.banner {
  float: left;
  width: 100%;
  position: relative;
}
.banner .banner-wrap {
  float: left;
  width: 100%;
}
.banner .banner-wrap img {
  float: left;
  width: 100%;
}
.banner .banner-wrap img.desktop {
  display: block;
}
@media (max-width: 600px) {
  .banner .banner-wrap img.desktop {
    display: none;
  }
}
.banner .banner-wrap img.mobile {
  display: none;
}
@media (max-width: 600px) {
  .banner .banner-wrap img.mobile {
    display: block;
  }
}
.banner .play {
  float: left;
  width: 94px;
  height: 94px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 600px) {
  .banner .play {
    width: 61px;
    height: 61px;
    bottom: unset;
    top: 140px;
  }
}
.banner .play img {
  float: left;
  width: 100%;
}
.banner .banner-txt {
  float: left;
  width: 45%;
  text-align: left;
  padding-left: 115px;
  padding-top: 135px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1440px) {
  .banner .banner-txt {
    padding-top: 120px;
  }
}
@media (max-width: 1112px) {
  .banner .banner-txt {
    padding-left: 46px;
    padding-top: 75px;
    width: 44%;
  }
}
@media (max-width: 834px) {
  .banner .banner-txt {
    width: 100%;
    top: 5px;
    padding: 0 50px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .banner .banner-txt {
    width: 100%;
    padding-left: 0px;
    top: 260px;
    padding: 0 16px;
  }
}
@media (max-width: 320px) {
  .banner .banner-txt {
    bottom: 109px;
  }
}
.banner .banner-txt .banner-title {
  width: 100%;
  text-align: left;

  font-size: 3.5em;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.04;
}
@media (max-width: 834px) {
  .banner .banner-txt .banner-title {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .banner .banner-txt .banner-title {
    font-size: 1.875em;
    font-weight: bold;
    text-align: center;
  }
}
.banner .banner-txt .text {
  float: left;
  width: 100%;
  font-size: 1em;
  font-weight: normal;
  color: #ffffff;
  padding-top: 10px;
}
@media (max-width: 600px) {
  .banner .banner-txt .text {
    text-align: center;
  }
}
.banner .banner-txt .subtitle {
  float: left;
  width: 100%;
  font-size: 1.25em;
  font-weight: normal;
  color: #ffffff;
  padding-top: 40px;
}
.banner .banner-txt .subtitle span {
  font-size: 1.625em;
  font-weight: normal;
  color: #fac654;
}
@media (max-width: 834px) {
  .banner .banner-txt .subtitle {
    padding-top: 5px;
  }
}
@media (max-width: 600px) {
  .banner .banner-txt .subtitle {
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    padding-top: 27px;
  }
  .banner .banner-txt .subtitle span {
    font-size: 1.375em;
    font-weight: normal;
  }
}
.banner .call-mob {
  float: left;
  width: 100%;

  font-size: 2.5em;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  padding-top: 18px;
  display: none;
}
@media (max-width: 834px) {
  .banner .call-mob {
    display: block;

    font-size: 1.125em;
    font-weight: normal;
  }
}
.banner .counter-mob {
  float: left;
  width: 100%;
  background-color: #44210b;
  padding: 30px;
  display: none;
}
@media (max-width: 834px) {
  .banner .counter-mob {
    display: block;
  }
}
@media (max-width: 320px) {
  .banner .counter-mob {
    padding: 17px;
  }
}
.banner .counter-mob .number-block {
  float: left;
  width: 100%;
  text-align: center;
}
.banner .counter-mob .number-block .number {
  display: inline-block;
  width: 31px;
  margin-right: 7px;
  font-size: 1.875em;
  font-weight: bold;
  color: #613211;
  text-align: center;
  border-radius: 8px;
  border: solid 2px #c2b1a4;
  background-color: #f8f8f8;
}
.banner .counter-mob .number-block .number:last-child {
  margin-right: 0;
}

.banner .banner-btn {
  float: left;
  width: 315px;
  background-color: #febd2c;

  font-size: 1.125em;
  font-weight: normal;
  color: #28231e;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  user-select: none;
  padding: 10px 0;
  margin-top: 25px;
  text-decoration: none;
}
@media (max-width: 600px) {
  .banner .banner-btn {
    margin-left: calc((100% - 315px) / 2);
  }
}
.banner .banner-btn img {
  display: inline-block;
  width: 26px;
  line-height: 60px;
  margin-right: 10px;
}
.banner .banner-btn.mob {
  display: none;
}
@media (max-width: 600px) {
  .banner .banner-btn.mob {
    display: block;
  }
}
.banner .banner-btn-mob {
  float: left;
  width: 95%;
  position: fixed;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #febd2c;

  font-size: 1.125em;
  font-weight: normal;
  color: #28231e;
  text-align: center;
  border-radius: 9px;
  cursor: pointer;
  user-select: none;
  padding: 10px 0;
  margin-top: 25px;
  display: none;
  z-index: 8;
  text-decoration: none;
}
@media (max-width: 834px) {
  .banner .banner-btn-mob {
    display: block;
  }
}
.banner .thanks-msg {
  float: left;
  width: 100%;
  font-size: 1.25em;
  font-weight: normal;
  color: #ffffff;
  font-style: italic;
  padding-top: 20px;
  display: none;
}
@media (max-width: 600px) {
  .banner .thanks-msg {
    text-align: center;
  }
}

.section-one {
  float: left;
  width: 100%;
  padding-left: 150px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 60px;
  position: static;
  background-image: url(../img/bg-graphics.avif);
}
@media (max-width: 1112px) {
  .section-one {
    padding-left: 50px;
    padding-right: 500px;
  }
}
@media (max-width: 834px) {
  .section-one {
    padding: 40px 16px;
  }
}

.section-one .title {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #28231e;
  padding-bottom: 10px;
}
.section-one .content {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  color: #28231e;
  line-height: 1.67;
  padding-bottom: 10px;
}
.section-one .img {
  float: left;
  width: 100%;
  margin-top: 30px;
  cursor: pointer;
  position: relative;
}
.section-one .img:after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/play-icon.svg);
  background-size: 70px;
}
.section-one .img img {
  float: left;
  width: 100%;
}

.section-two {
  float: left;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 834px) {
  .section-two {
    padding: 0;
  }
}
.section-two .title {
  float: left;
  width: 100%;
  font-size: 1.875em;
  font-weight: bold;
  color: #28231e;
  padding-left: 147px;
  padding-bottom: 10px;
}
@media (max-width: 1112px) {
  .section-two .title {
    padding-left: 80px;
  }
}
@media (max-width: 834px) {
  .section-two .title {
    font-size: 26px;
    text-align: center;
    padding: 0 20px;
  }
}
.section-two .gallery-block {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.section-two .gallery-block .gallery-slot {
  float: left;
  width: 100%;
  position: relative;
  display: block;
}
.section-two .gallery-block .gallery-slot img {
  float: left;
  width: 100%;
}
.section-two .gallery-block .gallery-slot img.desktop {
  display: block;
}
@media (max-width: 600px) {
  .section-two .gallery-block .gallery-slot img.desktop {
    display: none;
  }
}
.section-two .gallery-block .gallery-slot img.mobile {
  display: none;
}
@media (max-width: 600px) {
  .section-two .gallery-block .gallery-slot img.mobile {
    display: block;
  }
}
.section-two .gallery-block .gallery-slot .text {
  float: left;
  width: 100%;
  position: absolute;
  bottom: 7%;
  left: 70px;
  font-size: 2em;
  font-weight: normal;
  color: #f8e2b5;
}
@media (max-width: 600px) {
  .section-two .gallery-block .gallery-slot .text {
    font-size: 18px;
  }
}
.section-two .gallery-block .gallery-prev {
  width: 48px;
  background-size: 48px;
  left: 130px;
}
@media (max-width: 834px) {
  .section-two .gallery-block .gallery-prev {
    left: 0;
  }
}
.section-two .gallery-block .gallery-next {
  width: 48px;
  background-size: 48px;
  right: 600px;
}
@media (max-width: 834px) {
  .section-two .gallery-block .gallery-next {
    right: 0;
  }
}

.section-three {
  float: left;
  width: 100%;
  padding-left: 150px;
  padding-right: 644px;
  padding-top: 80px;
  padding-bottom: 60px;
  background-image: url(../img/bg-graphics.avif);
}
@media (max-width: 1112px) {
  .section-three {
    padding-left: 50px;
    padding-right: 500px;
  }
}
@media (max-width: 834px) {
  .section-three {
    padding: 40px 16px;
  }
}
.section-three .title {
  float: left;
  width: 100%;
  font-family: "WF-028154-009464-000050", sans-serif;
  font-size: 1.875em;
  font-weight: bold;
  color: #28231e;
  padding-bottom: 10px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 600px) {
  .section-three .title {
    font-size: 26px;
  }
}
.section-three .video-block {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.section-three .video-block .video-card {
  float: left;
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 40px;
  box-shadow: 0px 6px 10px -6px rgba(68, 67, 67, 0.3);
}
.section-three .video-block .video-card:nth-child(2n + 2) {
  margin-right: 0;
}
@media (max-width: 600px) {
  .section-three .video-block .video-card {
    width: 100%;
    margin-right: 0;
  }
}
.section-three .video-block .video-card .img {
  float: left;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.section-three .video-block .video-card .img:after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/play-icon.svg);
  background-size: 70px;
}
.section-three .video-block .video-card .img img {
  float: left;
  width: 100%;
}
.section-three .video-block .video-card .content {
  float: left;
  width: 100%;
  font-size: 1em;
  font-weight: normal;
  color: #28231e;
  line-height: 1.41;
  padding: 18px;
  background-color: #ffffff;
}
.section-three .count {
  float: left;
  width: 100%;

  font-size: 1em;
  font-weight: normal;
  color: #000000;
  margin-top: 5px;
  text-align: center;
}
.section-three .loadbtn {
  float: left;
  width: 196px;
  margin-left: calc((100% - 196px) / 2);
  height: 46px;

  font-size: 1em;
  font-weight: normal;
  color: #ffffff;
  background-color: #764324;
  text-align: center;
  line-height: 46px;
  text-decoration: none;
  margin-top: 10px;
}

.section-four {
  float: left;
  width: 100%;
  background-color: #040404;
  padding-left: 150px;
  padding-right: 644px;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (max-width: 1112px) {
  .section-four {
    padding-left: 50px;
    padding-right: 500px;
  }
}
@media (max-width: 834px) {
  .section-four {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 36px;
  }
}
.section-four .title {
  float: left;
  width: 100%;
  font-family: "WF-028154-009464-000050", sans-serif;
  font-size: 1.875em;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding-bottom: 10px;
}
@media (max-width: 600px) {
  .section-four .title {
    font-size: 26px;
    text-align: center;
    padding: 0 20px;
  }
}
.section-four .gallery-block {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.section-four .gallery-block ul {
  margin: 0;
  text-decoration: none;
  padding: 0;
}
.section-four .gallery-block .gallery-slot {
  float: left;
  width: 100%;
  position: relative;
  display: block;
}
.section-four .gallery-block .gallery-slot img {
  float: left;
  width: 100%;
}
.section-four .gallery-block .gallery-slot .twitter-tweet {
  margin: 0 auto;
}
.section-four .gallery-block .gallery-slot .text {
  float: left;
  width: 100%;
  position: absolute;
  bottom: 7%;
  left: 70px;
  font-size: 2em;
  font-weight: normal;
  color: #f8e2b5;
}
@media (max-width: 600px) {
  .section-four .gallery-block .gallery-slot .text {
    font-size: 18px;
  }
}
.section-four .gallery-block .gallery-prev {
  width: 48px;
  background-size: 48px;
  left: -45px;
}
@media (max-width: 834px) {
  .section-four .gallery-block .gallery-prev {
    left: -25px;
  }
}
.section-four .gallery-block .gallery-next {
  width: 48px;
  background-size: 48px;
  right: -45px;
}
@media (max-width: 834px) {
  .section-four .gallery-block .gallery-next {
    right: -25px;
  }
}

.section-five {
  float: left;
  width: 100%;
  padding-left: 150px;
  padding-right: 630px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../img/4498733907_858c1a0945_o.avif");
}
@media (max-width: 1112px) {
  .section-five {
    padding-left: 50px;
    padding-right: 500px;
  }
}
@media (max-width: 834px) {
  .section-five {
    padding: 60px 16px;
  }
}
.section-five .title {
  float: left;
  width: 100%;
  font-family: "WF-028154-009464-000050", sans-serif;
  font-size: 1.875em;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 10px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 600px) {
  .section-five .title {
    font-size: 26px;
  }
}
.section-five .subtitle {
  float: left;
  width: 100%;
  font-size: 0.75em;
  font-weight: normal;
  color: #ffffff;
  padding-bottom: 10px;
  line-height: 1.3;
  text-align: center;
  padding-top: 10px;
}
@media (max-width: 600px) {
  .section-five .subtitle {
    display: none;
  }
}
.section-five .tiles-block {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.section-five .tiles-block .tile-card {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0px 6px 10px -6px rgba(68, 67, 67, 0.3);
  background-color: #ffffff;
  padding: 20px 15px;
  cursor: pointer;
}
.section-five .tiles-block .tile-card .img {
  float: left;
  width: 93px;
  margin-right: 16px;
}
@media (max-width: 600px) {
  .section-five .tiles-block .tile-card .img {
    width: 77px;
    height: 84px;
  }
}
.section-five .tiles-block .tile-card .img img {
  float: left;
  width: 93px;
  height: 102px;
  object-fit: fill;
  object-position: center;
}
@media (max-width: 600px) {
  .section-five .tiles-block .tile-card .img img {
    width: 77px;
    height: 84px;
  }
}
.section-five .tiles-block .tile-card .name {
  float: left;
  width: calc(100% - 110px);
  font-family: "WF-028154-009464-000050", sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  color: #28231e;
  line-height: 1.37;
}
@media (max-width: 600px) {
  .section-five .tiles-block .tile-card .name {
    width: calc(100% - 93px);
    margin-top: 19px;
  }
}
.section-five .tiles-block .tile-card .content {
  float: left;
  width: calc(100% - 110px);
  font-size: 20px;
  font-weight: normal;
  color: #000000;
  line-height: 1.6;
  padding-top: 10px;
}
.section-five .tiles-block .tile-card .content p {
  display: -webkit-box;
  
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 600px) {
  .section-five .tiles-block .tile-card .content {
    width: 100%;
    padding-top: 20px;
  }
}
.section-five .tiles-block .tile-card span {
  float: right;

  font-size: 20px;
  font-weight: normal;
  color: #c05a1b;
  text-align: right;
}
.section-five .count {
  float: left;
  width: 100%;

  font-size: 1em;
  font-weight: normal;
  color: #ffffff;
  margin-top: 5px;
  text-align: center;
}
.section-five .loadbtn {
  float: left;
  width: 196px;
  margin-left: calc((100% - 196px) / 2);
  height: 46px;

  font-size: 1em;
  font-weight: normal;
  color: #764324;
  background-color: #ffedcb;
  text-align: center;
  line-height: 46px;
  text-decoration: none;
  margin-top: 10px;
}

.section-six {
  float: left;
  width: 100%;
  padding-left: 150px;
  padding-right: 644px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #764324;
}
@media (max-width: 1112px) {
  .section-six {
    padding-left: 50px;
    padding-right: 500px;
  }
}
@media (max-width: 834px) {
  .section-six {
    padding: 60px 16px;
  }
}
.section-six .title {
  float: left;
  width: 100%;
  font-family: "WF-028154-009464-000050", sans-serif;
  font-size: 1.875em;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 10px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 600px) {
  .section-six .title {
    font-size: 26px;
  }
}
.section-six .letter-block {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.section-six .letter-block .letter-card {
  float: left;
  width: calc((100% - 17px) / 2);
  margin-right: 17px;
  margin-bottom: 30px;
  box-shadow: 0px 6px 10px -6px rgba(68, 67, 67, 0.3);
}
.section-six .letter-block .letter-card:nth-child(2n + 2) {
  margin-right: 0;
}
@media (max-width: 600px) {
  .section-six .letter-block .letter-card {
    width: 100%;
    margin-right: 0;
  }
}
.section-six .letter-block .letter-card .heading {
  float: left;
  width: 100%;

  font-size: 1.25em;
  font-weight: normal;
  color: #ffffff;
  padding-bottom: 10px;
  text-align: center;
  height: 88px;
}
.section-six .letter-block .letter-card .img {
  float: left;
  width: 100%;
  cursor: pointer;
}
.section-six .letter-block .letter-card .img img {
  float: left;
  width: 100%;
}
.section-six .letter-block .letter-card .content {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  color: #28231e;
  line-height: 1.41;
  padding: 18px;
  background-color: #ffffff;
}
.section-six .count {
  float: left;
  width: 100%;

  font-size: 1em;
  font-weight: normal;
  color: #000000;
  margin-top: 5px;
  text-align: center;
}
.section-six .loadbtn {
  float: left;
  width: 196px;
  margin-left: calc((100% - 196px) / 2);
  height: 46px;

  font-size: 1em;
  font-weight: normal;
  color: #ffffff;
  background-color: #764324;
  text-align: center;
  line-height: 46px;
  text-decoration: none;
  margin-top: 10px;
}

.share-section {
  display: none;
}
@media (max-width: 1112px) {
  .share-section {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    background-color: #f6f6f6;
    padding: 25px 15px;
  }
}
.share-section .title {
  float: left;
  width: 100%;
  font-size: 2em;
  font-weight: bold;
  color: #28231e;
  padding-bottom: 10px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 600px) {
  .share-section .title {
    font-size: 18px;
  }
}
.share-section .share-icon {
  float: none;
  text-align: center;
  margin-top: 25px;
  display: inline-block;
}
.share-section .share-icon img {
  float: left;
  width: auto;
  margin: 0 auto;
  margin-right: 28px;
}

.section-seven {
  float: left;
  width: 100%;
  padding-left: 150px;
  padding-right: 650px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(../img/bg-graphics.avif);
}
@media (max-width: 1112px) {
  .section-seven {
    padding-left: 50px;
    padding-right: 500px;
  }
}
@media (max-width: 834px) {
  .section-seven {
    padding: 60px 16px 0px 16px;
  }
}
.section-seven .title {
  float: left;
  width: 100%;
  font-family: "WF-028154-009464-000050", sans-serif;
  font-size: 1.875em;
  font-weight: bold;
  color: #28231e;
  padding-bottom: 10px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 600px) {
  .section-seven .title {
    font-size: 26px;
  }
}
.section-seven .timeline-block {
  float: left;
  width: 100%;
  margin-top: 15px;
  position: relative;
}
.section-seven .timeline-block:before {
  content: "";
  position: absolute;
  width: 12px;
  background-color: #cbba97;
  top: 0;
  bottom: 60px;
  left: 9%;
  margin-left: -3px;
}
@media (max-width: 600px) {
  .section-seven .timeline-block:before {
    width: 9px;
    left: 10.8%;
    bottom: 160px;
  }
}
.section-seven .timeline-block .years {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  z-index: 2;
  position: relative;
}
.section-seven .timeline-block .years .img {
  float: left;
  width: 106px;
  height: 106px;
}
@media (max-width: 600px) {
  .section-seven .timeline-block .years .img {
    width: 81px;
    height: 81px;
  }
}
.section-seven .timeline-block .years .img img {
  float: left;
  width: 100%;
}
.section-seven .timeline-block .years .content {
  float: left;
  width: calc(100% - 106px);
  padding-left: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #28231e;
  line-height: 1.6;
  margin-top: 4px;
}
.section-seven .timeline-block .years .content.bold {
  font-size: 1.25em;
  font-weight: normal;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .section-seven .timeline-block .years .content.bold {
    margin-top: 0;
  }
}
.section-seven .note {
  float: left;
  width: 100%;
  font-size: 1em;
  font-weight: normal;
  color: #28231e;
  font-style: italic;
  text-align: center;
}

.section-eight {
  float: left;
  width: 100%;
  background-color: #040404;
  padding-left: 150px;
  padding-right: 644px;
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url(../img/bg-img.avif);
}
@media (max-width: 1112px) {
  .section-eight {
    padding-left: 50px;
    padding-right: 500px;
  }
}
@media (max-width: 834px) {
  .section-eight {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 600px) {
  .section-eight {
    background: black;
  }
}
.section-eight .title {
  float: left;
  width: 100%;
  font-family: "WF-028154-009464-000050", sans-serif;
  font-size: 1.875em;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding-bottom: 10px;
}
@media (max-width: 600px) {
  .section-eight .title {
    font-size: 26px;
    text-align: center;
    padding: 0 20px;
  }
}
.section-eight .subtitle {
  float: left;
  width: 100%;
  font-size: 1.125em;
  font-weight: normal;
  color: #fff5dc;
  padding-bottom: 10px;
  line-height: 1.3;
  text-align: center;
  padding-top: 10px;
}
.section-eight .gallery-block {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.section-eight .gallery-block .gallery-slot {
  float: left;
  width: 100%;
  position: relative;
  display: block;
}
.section-eight .gallery-block .gallery-slot img {
  float: left;
  width: 100%;
}
.section-eight .gallery-block .gallery-slot img.desktop {
  display: block;
}
@media (max-width: 600px) {
  .section-eight .gallery-block .gallery-slot img.desktop {
    display: none;
  }
}

.section-eight .gallery-block .gallery-slot .text {
  float: left;
  width: 100%;
  position: absolute;
  bottom: 7%;
  left: 70px;
  font-size: 2em;
  font-weight: normal;
  color: #f8e2b5;
}
@media (max-width: 600px) {
  .section-eight .gallery-block .gallery-slot .text {
    font-size: 18px;
  }
}
.section-eight .gallery-block .gallery-prev {
  width: 48px;
  background-size: 48px;
  left: -25px;
}
.section-eight .gallery-block .gallery-next {
  width: 48px;
  background-size: 48px;
  right: -25px;
}
.section-eight .gallery-block .swiper-pagination {
  left: 0;
  right: 0;
  margin-top: 30px;
}
.section-eight .gallery-block .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  background: rgba(255, 255, 255, 0.44);
  opacity: 1;
}
.section-eight
  .gallery-block
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffebc6;
}

.section-nine {
  float: left;
  width: 100%;
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url(../img/bg-2.avif);
}
@media (max-width: 1112px) {
  .section-nine {
    padding-left: 50px;
    padding-right: 500px;
  }
}
@media (max-width: 834px) {
  .section-nine {
    padding: 60px 16px;
  }
}
.section-nine.bg-img {
  background-image: url("../img/4498733907_858c1a0945_ocopy.avif");
}
.section-nine .title {
  float: left;
  width: 100%;
  font-size: 1.875em;
  font-weight: bold;
  color: #28231e;
  padding-bottom: 0px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 600px) {
  .section-nine .title {
    font-size: 26px;
  }
}
.section-nine .title.white-title {
  color: #ffffff;
}
.section-nine .subtitle {
  float: left;
  width: 100%;
  font-size: 1em;
  font-weight: normal;
  color: #fff5dc;
  padding-bottom: 10px;
  line-height: 1.3;
  text-align: center;
  padding-top: 10px;
}
.section-nine .twitt-block {
  float: left;
  width: 100%;
  height: 510px;
  overflow-y: scroll;
}

.section-nine .count {
  float: left;
  width: 100%;

  font-size: 1em;
  font-weight: normal;
  color: #000000;
  margin-top: 5px;
  text-align: center;
}
.section-nine .loadbtn {
  float: left;
  width: 196px;
  margin-left: calc((100% - 196px) / 2);
  height: 46px;

  font-size: 1em;
  font-weight: normal;
  color: #ffffff;
  background-color: #764324;
  text-align: center;
  line-height: 46px;
  text-decoration: none;
  margin-top: 10px;
}
.section-nine .media-says {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.section-nine .news-block {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.section-nine .news-block .testimonial-slot {
  float: left;
  width: 100%;
}
.section-nine .news-block .testimonial-slot .content {
  float: left;
  width: 100%;
  margin-top: 15px;
  background-color: #ffffff;
  padding: 15px;
}
.section-nine .news-block .testimonial-slot .content .heading {
  float: left;
  width: 100%;

  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
  text-align: left;
  color: #035096 !important;
  text-decoration: none;
}
.section-nine .news-block .testimonial-slot .content .text {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  color: #464038;
  margin-top: 15px;
}
.section-nine .news-block .testimonial-slot .content .continue {
  float: right;
  width: 100%;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  color: #cf4824;
  margin-top: 15px;
  text-decoration: none;
}
.section-nine .news-block .testimonial-prev {
  width: 48px;
  background-size: 48px;
  left: -50px;
}
@media (max-width: 834px) {
  .section-nine .news-block .testimonial-prev {
    left: -17px;
  }
}
@media (max-width: 600px) {
  .section-nine .news-block .testimonial-prev {
    left: -21px;
  }
}
.section-nine .news-block .testimonial-next {
  width: 48px;
  background-size: 48px;
  right: -50px;
}
@media (max-width: 834px) {
  .section-nine .news-block .testimonial-next {
    right: -17px;
  }
}
@media (max-width: 600px) {
  .section-nine .news-block .testimonial-next {
    right: -21px;
  }
}
.section-nine .news-block .swiper-pagination {
  left: 0;
  right: 0;
  margin-top: 30px;
}
.section-nine .news-block .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  background: #b9b09a;
  opacity: 1;
}
.section-nine
  .news-block
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #764324;
}
.section-nine .title2 {
  float: left;
  width: 100%;
  font-family: "WF-028154-009464-000050", sans-serif;
  font-size: 1.875em;
  font-weight: bold;
  color: #28231e;
  text-align: center;
  padding-top: 130px;
  padding-bottom: 10px;
}
@media (max-width: 600px) {
  .section-nine .title2 {
    font-size: 26px;
    text-align: center;
  }
}
.section-nine .links {
  float: left;
  width: 100%;
  font-size: 1.125em;
  font-weight: normal;
  color: #764324;
  text-align: center;
  padding-top: 10px;
}

.section-ten {
  float: left;
  width: 100%;
  padding-left: 150px;
  padding-right: 672px;
  padding-bottom: 90px;
  padding-top: 30px;
  background-image: url(../img/bg-2.avif);
}
@media (max-width: 1112px) {
  .section-ten {
    padding-left: 50px;
    padding-right: 500px;
  }
}
@media (max-width: 834px) {
  .section-ten {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.section-ten .title {
  float: left;
  width: 100%;
  font-family: "WF-028154-009464-000050", sans-serif;
  font-size: 1.875em;
  font-weight: bold;
  color: #28231e;
  text-align: center;
  padding-bottom: 10px;
}
@media (max-width: 600px) {
  .section-ten .title {
    font-size: 26px;
    text-align: center;
    padding: 0 20px;
  }
}

.state-section {
  float: left;
  width: 100%;
  padding-left: 150px;
  padding-right: 595px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../img/4498733907_858c1a0945_ocopy.avif");
}
@media (max-width: 1112px) {
  .state-section {
    padding-left: 50px;
    padding-right: 500px;
  }
}
@media (max-width: 834px) {
  .state-section {
    padding: 60px 16px;
  }
}
.state-section .title {
  float: left;
  width: 100%;
  font-family: "WF-028154-009464-000050", sans-serif;
  font-size: 1.875em;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 10px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 600px) {
  .state-section .title {
    font-size: 26px;
  }
}
.state-section .state-block {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.state-section .state-block .block {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.state-section .state-block .block .img {
  width: 100%;
  margin: 0 auto;
}

.state-section .state-block .block .img img {
  float: left;
  width: 100%;
}
.state-section .state-block .block .content {
  float: left;
  width: calc(100% - 274px);
  margin-top: 20px;
  padding-left: 20px;
}
@media (max-width: 600px) {
  .state-section .state-block .block .content {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
.state-section .state-block .block .content .number {
  float: left;
  width: 100%;

  font-size: 2em;
  font-weight: bold;
  color: #ffffff;
}
.state-section .state-block .block .content .name {
  float: left;
  width: 100%;

  font-size: 1.3em;
  font-weight: 600;
  color: #ffffff;
}
.state-section .state-block .block .content .text {
  float: left;
  width: 100%;
  font-size: 1em;
  font-weight: normal;
  color: #ffffff;
}
.state-section .count {
  float: left;
  width: 100%;

  font-size: 1em;
  font-weight: normal;
  color: #000000;
  margin-top: 5px;
  text-align: center;
}
.state-section .loadbtn {
  float: left;
  width: 196px;
  margin-left: calc((100% - 196px) / 2);
  height: 46px;

  font-size: 1em;
  font-weight: normal;
  color: #ffffff;
  background-color: #764324;
  text-align: center;
  line-height: 46px;
  text-decoration: none;
  margin-top: 10px;
}

.support-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 105;
  top: 0;
  left: 0;
}
.support-popup .bg-layer {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.49);
  top: 0;
  left: 0;
}
.support-popup .support-popup-box {
  width: 521px;
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  position: relative;
  z-index: 5;
  border-radius: 10px;
}
@media (max-width: 600px) {
  .support-popup .support-popup-box {
    width: 90%;
  }
}
.support-popup .support-popup-box .detail-block {
  float: left;
  width: 100%;
  position: relative;
}
.support-popup .support-popup-box .detail-block .close {
  float: left;
  width: 26px;
  float: left;
  width: 25px;
  position: absolute;
  right: -10px;
  top: -13px;
  background-color: #333;
  border-radius: 50%;
  cursor: pointer;
}
.support-popup .support-popup-box .detail-block .close img {
  float: left;
  width: 100%;
}
.support-popup .support-popup-box .detail-block .img {
  float: left;
  width: 100%;
}
.support-popup .support-popup-box .detail-block .img img {
  float: left;
  width: 100%;
  border-radius-top-right: 6px;
  border-radius-top-left: 6px;
}
.support-popup .support-popup-box .detail-block .summary {
  float: left;
  width: 100%;
  padding: 20px;
  overflow-x: auto;
  background-color: #ffd8b2;
  border-radius: 6px;
}
@media (max-width: 600px) {
  .support-popup .support-popup-box .detail-block .summary {
    padding: 20px;
  }
}
.support-popup .support-popup-box .detail-block .summary .heading {
  float: left;
  width: 100%;

  font-size: 1.625em;
  font-weight: normal;
  text-align: center;
  color: #28231e;
  line-height: 1.3;
}
.support-popup .support-popup-box .detail-block .summary .note {
  float: left;
  width: 100%;

  font-size: 1em;
  font-weight: normal;
  text-align: center;
  color: #28231e;
  line-height: 1.3;
  margin-top: 10px;
}
.support-popup .support-popup-box .detail-block .summary .content {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  color: #000000;
  line-height: 1.6;
  margin-top: 10px;
}
.support-popup .support-popup-box .detail-block .summary .download-btn {
  float: left;
  width: 260px;
  margin-left: calc((100% - 260px) / 2);

  font-size: 1.125em;
  font-weight: normal;
  height: 48px;
  background-color: #febd2c;
  border-radius: 3px;
  margin-top: 12px;
  line-height: 48px;
  text-align: center;
  color: #28231e;
  text-decoration: none;
}

.temple-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 105;
  top: 0;
  left: 0;
}
.temple-popup .bg-layer {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.49);
  top: 0;
  left: 0;
}
.temple-popup .temple-popup-box {
  width: 597px;
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  position: relative;
  z-index: 5;
}
@media (max-width: 600px) {
  .temple-popup .temple-popup-box {
    width: calc(100% - 36px);
    margin-left: 18px;
  }
}
.temple-popup .temple-popup-box .detail-block {
  float: left;
  width: 100%;
  position: relative;
}
.temple-popup .temple-popup-box .detail-block .close {
  float: left;
  width: 26px;
  float: left;
  width: 25px;
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #333;
  border-radius: 50%;
  cursor: pointer;
}
.temple-popup .temple-popup-box .detail-block .close img {
  float: left;
  width: 100%;
}
.temple-popup .temple-popup-box .detail-block .img {
  float: left;
  width: 100%;
}
.temple-popup .temple-popup-box .detail-block .img img {
  float: left;
  width: 100%;
}
.temple-popup .temple-popup-box .detail-block .summary {
  float: left;
  width: 100%;
  padding: 30px;
  height: 400px;
  overflow-x: auto;
}
@media (max-width: 600px) {
  .temple-popup .temple-popup-box .detail-block .summary {
    padding: 15px;
  }
}
.temple-popup .temple-popup-box .detail-block .summary .heading {
  float: left;
  width: 100%;
  font-family: "WF-028154-009464-000050", sans-serif;
  font-size: 1.625em;
  font-weight: normal;
  text-align: left;
  color: #28231e;
  line-height: 1.3;
}
.temple-popup .temple-popup-box .detail-block .summary .content {
  float: left;
  width: 100%;
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  color: #000000;
  line-height: 1.6;
}

.video-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
  display: none;
}
@media (max-width: 640px) {
  .video-popup table table {
    width: 95%;
  }
}
.video-popup .close {
  position: absolute;
  font-size: 1.875em;
  font-weight: normal;
  color: #ffffff;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
@media (max-width: 640px) {
  .video-popup iframe {
    width: 100%;
    height: 200px;
  }
}

.dropdown {
  float: left;
  position: relative;
}
.dropdown .button {
  float: left;
  font-size: 0.75em;
  font-weight: normal;
  letter-spacing: 0.2px;
  color: #ffffff;
  cursor: pointer;
}
.dropdown .button .dropdown-arrow {
  float: right;
  width: 10px;
  height: 6px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.431 6.707'%3e%3cg fill='%23FFF' stroke='%23FFF' stroke-width='1.2' fill-rule='evenodd' opacity='.8' transform='rotate(-90 3.251 3)'%3e%3cpath id='Path_1' d='M5.4-.1a.5.5 0 1 1 .7.7L.4 6.309A.5.5 0 0 1-.31 5.6z' class='cls-2' data-name='Path 1'/%3e%3cpath id='Path_2' d='M6.1 11.326a.5.5 0 1 1-.708.708l-5.7-5.705A.5.5 0 0 1 .4 5.62l5.705 5.7z' class='cls-2' data-name='Path 2'/%3e%3c/g%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 5px;
  margin-left: 5px;
}
.dropdown .button.hover:hover ~ .dropdown-menu {
  display: block;
}
.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown .dropdown-menu .dropdown-item {
  float: left;
  width: 100%;
  padding: 12px 20px;
  font-size: 0.75em;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}
.dropdown.lang {
  margin-right: 27px;
}
.dropdown.lang .dropdown-menu {
  width: 130px;
  top: 25px;
  right: 0;
}
.dropdown.select {
  width: 86px;
  float: left;
  background-color: transparent;
  position: relative;
}
.dropdown.select select {
  font-size: 0.75em;
  font-weight: normal;
  background-color: transparent;
  width: 72px;
  float: left;
  border: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.431 6.707'%3e%3cg fill='%23fff' stroke='%23fff' stroke-width='1.2' fill-rule='evenodd' opacity='.8' transform='rotate(-90 3.251 3)'%3e%3cpath id='Path_1' d='M5.4-.1a.5.5 0 1 1 .7.7L.4 6.309A.5.5 0 0 1-.31 5.6z' class='cls-2' data-name='Path 1'/%3e%3cpath id='Path_2' d='M6.1 11.326a.5.5 0 1 1-.708.708l-5.7-5.705A.5.5 0 0 1 .4 5.62l5.705 5.7z' class='cls-2' data-name='Path 2'/%3e%3c/g%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 75% 6px;
  color: #ffffff;
  -webkit-appearance: none;
}
.dropdown.select select option {
  float: left;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
}

.head .dropdown select {
  color: #000;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.431 6.707'%3e%3cg fill='%230' stroke='%230' stroke-width='1.2' fill-rule='evenodd' opacity='.8' transform='rotate(-90 3.251 3)'%3e%3cpath id='Path_1' d='M5.4-.1a.5.5 0 1 1 .7.7L.4 6.309A.5.5 0 0 1-.31 5.6z' class='cls-2' data-name='Path 1'/%3e%3cpath id='Path_2' d='M6.1 11.326a.5.5 0 1 1-.708.708l-5.7-5.705A.5.5 0 0 1 .4 5.62l5.705 5.7z' class='cls-2' data-name='Path 2'/%3e%3c/g%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 75% 6px;
}

/*# sourceMappingURL=free-temple.css.map */
/* Petition Form Styles */

.petition-container h2 {
  text-align: center;
  color: #333;
  margin-bottom: 10px;
}
.petition-container input,
.petition-container textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  color: black;
  border-radius: 10px;
  box-sizing: border-box;
}
.petition-container button {
  width: 100%;
  padding: 12px;
  background: #febd2c;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
}
.petition-container button:hover {
  background: green;
}

#recentSignaturesList {
  list-style: none;
  padding: 0;
}
#recentSignaturesList li {
  padding: 10px;
  background-color: white;
  border-bottom: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 10px;
}
#recentSignaturesList li:last-child {
  border-bottom: none;
}

/* // loading */

.j-loading {
  border: 4px solid #0b0c7c !important;
}

.j-loading:before {
  background-color: #0b0c7c !important;
}

.juicer-feed .j-paginate {
  border: 2px solid #0b0c7c !important;
  color: #0b0c7c !important;
}

.juicer-feed .j-paginate:hover {
  background: #0b0c7c !important;
  color: #fff;
}

.juicer-feed h1.referral a:hover {
  color: #0b0c7c !important;
}

.juicer-feed ul.j-filters li:hover:after,
.juicer-feed ul.j-filters li.selected:after {
  background: #0b0c7c !important;
}

.juicer-feed.white li.feed-item.juicer,
.juicer-feed.user li.feed-item.juicer,
.juicer-feed.juicer-widget li.feed-item.juicer,
.juicer-feed.colors li.feed-item.juicer,
.juicer-feed.colored-icons li.feed-item.juicer,
.juicer-feed.gray li.feed-item.juicer {
  background: #0b0c7c !important;
  color: white;
}

.juicer-feed.colors .j-meta a.j-social.hashtag,
.juicer-feed.colored-icons .j-meta a.j-social.hashtag {
  color: #0b0c7c !important;
}

.juicer-feed.image-grid li.feed-item.words .j-text a:hover,
.juicer-feed.slider li.feed-item.words .j-text a:hover,
.juicer-feed.hip li.feed-item.words .j-text a:hover {
  color: #0b0c7c !important;
}

.juicer-feed.slider .slick-prev:hover:before,
.juicer-feed.slider .slick-next:hover:before {
  color: #0b0c7c !important;
}

.juicer-feed.hip li.feed-item:hover:after {
  background: #0b0c7c !important;
}

.juicer-feed.classic li.feed-item .j-message a {
  color: #0b0c7c !important;
}

.juicer-feed.classic li.feed-item .info a:hover {
  color: #0b0c7c !important;
}

.juicer-feed .empty a {
  color: #0b0c7c !important;
}

.juicer-feed .j-poster a:hover {
  color: #fff !important;
}

.juicer-feed a:hover {
  color: #fff !important;
}

.post-overlay.juicer-feed a.juicer-button {
  border: 2px solid #0b0c7c !important;
  color: #0b0c7c !important;
}

.post-overlay.juicer-feed a.juicer-button:hover {
  background: #0b0c7c !important;
  color: #fff !important;
}

.juicer-feed .juicer {
  background: #0b0c7c !important;
}

a.j-paginate.juicer-button {
  background-color: #764324 !important;
  color: white !important;
  border: none !important;
}

a.j-paginate.juicer-button:hover {
  background-color: #764324 !important;
  color: white !important;
  border: none !important;
}
