.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  /* will-change: transform; */
  /* Ads Video */
  background-color: #FFF;
  /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

/*# sourceMappingURL=slideout.css.map */
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-slider .slide-loading {
  background: url(../layout/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../layout/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

/*# sourceMappingURL=swipebox.css.map */
.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 100%;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 12px;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 12px;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  padding: 0 15px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select2-results__message {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: var(--primary);
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 5px;
  border-radius: 5px;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1a2021;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  border-radius: 10px;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  padding: 0 10px;
  height: 30px;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #E8EAEA;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary);
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  /* will-change: transform; */
  /* Ads Video */
  background-color: #FFF;
  /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-slider .slide-loading {
  background: url(../layout/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../layout/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
@charset "UTF-8";
/**
 * Accordion v3.3.4
 * Lightweight and accessible accordion module created in pure Javascript
 * https://github.com/michu2k/Accordion
 *
 * Copyright (c) Michał Strumpf
 * Published under MIT License
 */
.ac {
  margin-top: 8px;
  border: 1px solid #eee;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ac .ac-header {
  margin: 0;
  padding: 0;
}

.ac .ac-trigger {
  font: bold 16px "Arial", sans-serif;
  color: #111;
  text-align: left;
  width: 100%;
  padding: 8px 32px 8px 8px;
  display: block;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  position: relative;
  text-decoration: none;
  margin: 0;
  border: 0;
}

.ac .ac-trigger::after {
  content: "+";
  text-align: center;
  width: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  right: 10px;
  top: 50%;
}

.ac .ac-trigger:focus {
  color: #8a8a8a;
}

.ac .ac-panel {
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.ac .ac-panel .ac-text {
  font: 15px/24px "Arial", sans-serif;
  color: #111;
  padding: 8px;
  margin: 0;
}

.ac.js-enabled .ac-panel {
  visibility: hidden;
}

.ac.is-active .ac-panel {
  visibility: visible;
}

.ac.is-active > .ac-header .ac-trigger::after {
  content: "–";
}

.accordion-post-edit {
  width: 40px;
}
.accordion-post-edit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--text);
  color: var(--white) !important;
  padding: 5px 10px;
  font-size: 12px;
  height: 34px;
  border-radius: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  line-height: initial;
  font-weight: 600;
  text-decoration: none !important;
}
.accordion-post-edit a:hover {
  background-color: var(--primary);
  color: var(--white);
}
/**
 * Swiper 9.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 21, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: var(--primary);
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 18px ;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  z-index: 10;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-button-next:before, .swiper-button-prev:before {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fff;
  content: "";
  z-index: 0;
  border-radius: 100%;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../fonts/Montserrat-normal-400.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: url(../fonts/Montserrat-normal-600.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: url(../fonts/Montserrat-normal-700.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: auto;
  src: url(../fonts/Montserrat-normal-800.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 400;
  font-display: auto;
  src: url(../fonts/Raleway-italic-400.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../fonts/Raleway-normal-400.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: url(../fonts/Raleway-normal-700.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "orange-news-betternews";
  src: url("../fonts/orange-news-betternews.eot");
  src: url("../fonts/orange-news-betternews.eot?ubrmh6#iefix") format("embedded-opentype"), url("../fonts/orange-news-betternews.woff2?ubrmh6") format("woff2"), url("../fonts/orange-news-betternews.woff?ubrmh6") format("woff"), url("../fonts/orange-news-betternews.ttf?ubrmh6") format("truetype"), url("../fonts/orange-news-betternews.svg?ubrmh6#orange-news-betternews") format("svg");
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: grayscale;
}
.icon, .ui--read-more, .post-style--v a:hover span.ui--read-more, .post-style--v a:active span.ui--read-more, .post-style--v a:focus span.ui--read-more, .date-archive ul li a, .date-archive button, nav.pagination .nav-links a.next, nav.pagination .nav-links a.prev, .post--element a {
  display: inline-block;
  font-family: "orange-news-betternews" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  vertical-align: -0.125em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down::before {
  content: "\ea01";
}

.icon-arrow-long::before {
  content: "\ea02";
}

.icon-arrow-right::before, .ui--read-more::before, .post-style--v a:hover span.ui--read-more::before, .post-style--v a:active span.ui--read-more::before, .post-style--v a:focus span.ui--read-more::before, .date-archive ul li a::before, nav.pagination .nav-links a.next::before, nav.pagination .nav-links a.prev::before, .post--element a::before {
  content: "\ea03";
}

.icon-arrow-right-thin::before {
  content: "\ea04";
}

.icon-arrow-up::before {
  content: "\ea05";
}

.icon-calendar::before, .date-archive button::before {
  content: "\ea06";
}

.icon-close::before {
  content: "\ea07";
}

.icon-dots::before {
  content: "\ea08";
}

.icon-facebook::before {
  content: "\ea09";
}

.icon-google::before {
  content: "\ea0a";
}

.icon-home::before {
  content: "\ea0b";
}

.icon-hot::before {
  content: "\ea0c";
}

.icon-instagram::before {
  content: "\ea0d";
}

.icon-location::before {
  content: "\ea0e";
}

.icon-login::before {
  content: "\ea0f";
}

.icon-menu-close::before {
  content: "\ea10";
}

.icon-menu-open::before {
  content: "\ea11";
}

.icon-messenger::before {
  content: "\ea12";
}

.icon-moon::before {
  content: "\ea13";
}

.icon-news::before {
  content: "\ea14";
}

.icon-notification::before {
  content: "\ea15";
}

.icon-rp-logo::before {
  content: "\ea16";
}

.icon-search::before {
  content: "\ea17";
}

.icon-share::before {
  content: "\ea18";
}

.icon-sun::before {
  content: "\ea19";
}

.icon-twitter::before {
  content: "\ea1a";
}

.icon-weather-cloud::before {
  content: "\ea1b";
}

.icon-weather-cloud-sun::before {
  content: "\ea1c";
}

.icon-weather-rain::before {
  content: "\ea1d";
}

.icon-weather-snow::before {
  content: "\ea1e";
}

.icon-weather-storm::before {
  content: "\ea1f";
}

.icon-weather-sun::before {
  content: "\ea20";
}

.icon-whatsapp::before {
  content: "\ea21";
}

/* -- Fonts -- */
:root {
  --white: #fff;
  --black: #000;
  --link: #ff7219;
  --primary:#FF9857;
  --primary-text: #ff7219;
  --secondary: #c4eaff;
  --text: #1a2021;
  --body-bg: #e8eae9;
  --content-bg: #F8F7F8;
  --c-line: #e5e5e5;
  --c-time:#535858;
  --c-icon:#0a0a0a;
  --c-footer-text: #293132;
  --c-img-caption:#707070;
}

body.darkmode--activated {
  --white: #000000;
  --black: #ffffff;
  --link: #ff7219;
  --primary: #FF9857;
  --primary-text: #ff7219;
  --secondary: #545454;
  --text: #ffffff;
  --body-bg: #000000;
  --content-bg: #2b2b2b;
  --c-line: #ffffff;
  --c-time: #eaeaea;
  --c-icon: #ffffff;
  --c-footer-text: #ffffff;
  --c-img-caption: #ffffff;
}

.ui--read-more:before, .post-style--v a:hover span.ui--read-more:before, .post-style--v a:active span.ui--read-more:before, .post-style--v a:focus span.ui--read-more:before, .ui--read-more, .post-style--v a:hover span.ui--read-more, .post-style--v a:active span.ui--read-more, .post-style--v a:focus span.ui--read-more, .btn *, .btn, .module--hashtags .swiper-wrapper div a, .single--header .post--category span, nav.pagination .nav-links *, .wp-pagenavi a, .wp-pagenavi .current, .post-style--prim .post--category span, .post--element a:before, .footer--social-media ul li a i, .footer--social-media ul li a, .footer--menu > ul > li > a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn, .module--weather .weather--city, .module--weather .weather--tempo span, .module--weather .weather--tempo, .module--hashtags .swiper-wrapper div a, .module--breaking-news .breaking-news--title, .single--header .post--category span, nav.pagination .nav-links *, nav.pagination .nav-links, .wp-pagenavi span, .wp-pagenavi a, .post-style--prim .post--category span, .module .module--title span, .footer--copyrights, .footer--menu > ul > li > a, body img, html img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

@-webkit-keyframes ImageShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

@keyframes ImageShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.single--image .image--container, .post-style--list .post--image, .post-style--prim-box .post--image, .post-style--prim .post--image, .post-style--v .post--image, .post-style--h .post--image, .module--posts-mix.module--posts-full-height .post-style--v a .post--image {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ImageShimmer;
  animation-name: ImageShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #F6F6F6), color-stop(18%, #F0F0F0), color-stop(33%, #F6F6F6));
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.main--wrapper {
  max-width: 1000px;
  width: 100%;
  background-color: var(--content-bg);
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 999px) {
  .main--wrapper {
    padding: 0;
  }
}

.btn-effect-shiny {
  overflow: hidden;
  position: relative;
}
.btn-effect-shiny:hover:before, .post-style--v a:hover span.btn-effect-shiny.ui--read-more:before, .post-style--v a:active span.btn-effect-shiny.ui--read-more:before, .post-style--v a:focus span.btn-effect-shiny.ui--read-more:before {
  right: -50%;
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
}

.btn-effect-shiny:before {
  content: "";
  position: absolute;
  top: -40%;
  right: 110%;
  width: 30px;
  height: 200%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

/*-- Basic --*/
body, html {
  min-height: 100%;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  background-color: var(--body-bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: initial;
  overflow-x: hidden;
}
body *, html * {
  outline: none !important;
  line-height: initial;
}
body * ::-moz-selection, html * ::-moz-selection {
  background-color: var(--text);
  mix-blend-mode: difference;
  color: var(--body-bg) !important;
}
body * ::selection, html * ::selection {
  background-color: var(--text);
  mix-blend-mode: difference;
  color: var(--body-bg) !important;
}
body a, html a {
  text-decoration: none;
}
body a:hover, body a:active, body a:focus, html a:hover, html a:active, html a:focus {
  text-decoration: none !important;
  cursor: pointer;
}
body.stop-transitions * {
  -webkit-transition: none !important;
  transition: none !important;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

.error-browser {
  position: fixed;
  z-index: 999999;
  background-color: var(--black);
  color: var(--white);
  top: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
  text-align: center;
}
.error-browser a {
  color: var(--link);
}

.error-javascript {
  position: fixed;
  background-color: var(--black);
  color: var(--white);
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
  text-align: center;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: var(--white);
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
  max-width: 100%;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.grid-container {
  width: 100%;
  display: grid;
}

.grid--rss {
  width: 100%;
  grid-auto-flow: row dense;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 15px 15px;
  grid-template-areas: "grid--logo grid--logo" "grid--bot-left grid--bot-right";
}
.grid--rss .gird--logo {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid--rss .gird--logo img {
  width: 300px;
  height: auto;
}
@media (max-width: 999px) {
  .grid--rss {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "grid--logo" "grid--bot-left" "grid--bot-right" !important;
    max-width: 460px;
    margin: auto;
  }
  .grid--rss .post-style--h .post--image img.size-thumbnail {
    display: block !important;
  }
}

.grid--lead {
  width: 100%;
  grid-auto-flow: row dense;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 15px 15px;
  grid-template-areas: "grid--bot-left grid--top-right" "grid--bot-left grid--bot-right";
}
@media (max-width: 999px) {
  .grid--lead {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "grid--top-left" "grid--bot-left" "grid--top-right" "grid--bot-right" !important;
    max-width: 460px;
    margin: auto;
    /*.grid--top-right{
      display: none;
    }*/
  }
}
.grid--lead .grid--top-left {
  display: none;
}

.grid--multi-blocks {
  grid-auto-flow: row dense;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 15px 15px;
  grid-template-areas: "grid--top-left grid--top-right" "grid--bot-left grid--bot-right";
}
@media (max-width: 999px) {
  .grid--multi-blocks {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "grid--top-left" "grid--bot-left" "grid--top-right" "grid--bot-right";
    max-width: 460px;
    margin: auto;
  }
}

.grid--single-block {
  grid-auto-flow: row dense;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr auto;
  gap: 15px 15px;
  grid-template-areas: "grid--top grid--top" "grid--bot-left grid--bot-right" "grid--foot grid--foot";
}
@media (max-width: 999px) {
  .grid--single-block {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "grid--top" "grid--bot-left" "grid--bot-right" "grid--foot";
    max-width: 460px;
    margin: auto;
  }
}

.grid--list {
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "grid--top" "grid--bot";
  margin: auto;
}

.grid--archive {
  grid-auto-flow: row dense;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 15px;
  grid-template-areas: "grid--top grid--top" "grid--left grid--right";
}
@media (max-width: 999px) {
  .grid--archive {
    grid-template-columns: auto;
    grid-template-areas: "grid--top" "grid--left" "grid--right";
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .grid--archive .archive--inner {
    max-width: 460px;
  }
}
@media (max-width: 499px) {
  .grid--archive {
    padding: 0 15px;
  }
  .grid--archive .archive--inner {
    max-width: 100%;
  }
}
.grid--archive header {
  padding: 0 15px;
}

.grid--single {
  grid-auto-flow: row dense;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: 1fr;
  gap: 15px;
  grid-template-areas: "grid--left grid--right";
}
@media (max-width: 999px) {
  .grid--single {
    grid-auto-flow: row dense;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "grid--left" "grid--right";
  }
}

.gird--logo {
  grid-area: grid--logo;
}

.grid--left {
  grid-area: grid--left;
}

.grid--right {
  grid-area: grid--right;
}

.grid--top {
  grid-area: grid--top;
}

.grid--bot {
  grid-area: grid--bot;
}

.grid--top-right {
  grid-area: grid--top-right;
}

.grid--top-left {
  grid-area: grid--top-left;
}

.grid--bot-right {
  grid-area: grid--bot-right;
}

.grid--bot-left {
  grid-area: grid--bot-left;
}

.grid--foot {
  grid-area: grid--foot;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.grid--self-center {
  -ms-flex-item-align: center;
  align-self: center;
}

/** DESKTOP **/
body.darkmode--activated .main--header .header--logo .logo--main .logo--dark {
  display: block;
}
body.darkmode--activated .main--header .header--logo .logo--main .logo--light {
  display: none;
}
body.darkmode--activated .main--footer .logo--light {
  display: none;
}
body.darkmode--activated .main--footer .logo--dark {
  display: block;
}

.main--header {
  position: relative;
  max-width: 1000px;
  width: 100%;
  background-color: var(--content-bg);
  margin: 0 auto;
  padding: 0 15px;
  z-index: 1000;
  -webkit-filter: drop-shadow(2px 5px 15px rgba(0, 0, 0, 0.03));
  filter: drop-shadow(2px 5px 15px rgba(0, 0, 0, 0.03));
}
.main--header .header--logo {
  display: inline-block;
  width: 170px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
.main--header .header--logo a {
  display: block;
  line-height: 0;
}
.main--header .header--logo h1 {
  position: fixed;
  top: -900px;
}
.main--header .header--logo .logo--main {
  height: auto;
}
.main--header .header--logo .logo--main .logo--dark {
  display: none;
}
.main--header .header--inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 0px 0px;
  grid-template-areas: "header--top" "header--bottom";
  width: 100%;
}
.main--header .header--inner .header--top, .main--header .header--inner .header--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main--header .header--inner .header--meta {
  grid-area: header--meta;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.main--header .header--inner .header--logo {
  grid-area: header--logo;
}
.main--header .header--inner .header--nav {
  grid-area: header--nav;
  align-self: center;
  width: 800px;
  overflow: hidden;
}
.main--header .header--inner .header--nav .nav--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.main--header .header--inner .header--nav .nav--inner > ul.nav--menu {
  padding: 0 35px 0 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main--header .header--inner .header--nav .nav--inner > ul.nav--menu .menu-icon {
  display: none;
}
.main--header .header--inner .header--nav .nav--inner > ul.nav--menu > li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}
.main--header .header--inner .header--nav .nav--inner > ul.nav--menu > li ul.sub-menu {
  display: none;
}
.main--header .header--inner .header--nav .nav--inner > ul.nav--menu > li:hover > a, .main--header .header--inner .header--nav .nav--inner > ul.nav--menu > li:active > a, .main--header .header--inner .header--nav .nav--inner > ul.nav--menu > li:focus > a, .main--header .header--inner .header--nav .nav--inner > ul.nav--menu > li.current-menu-item > a, .main--header .header--inner .header--nav .nav--inner > ul.nav--menu > li.current-menu-ancestor > a {
  color: var(--primary) !important;
}
.main--header .header--inner .header--nav .nav--inner > ul.nav--menu > li.menu-item-has-children:hover > ul.sub-menu, .main--header .header--inner .header--nav .nav--inner > ul.nav--menu > li.menu-item-has-children:active > ul.sub-menu, .main--header .header--inner .header--nav .nav--inner > ul.nav--menu > li.menu-item-has-children:focus > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.main--header .header--inner .header--nav .nav--inner > ul.nav--menu > li > a {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  color: var(--text);
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.main--header .header--inner .header--nav .nav--inner .ui--menu-slider {
  position: absolute;
  background: var(--text);
  height: 2.5px;
  border-radius: 2px;
  top: -4px;
}
.main--header .header--inner .header--buttons {
  grid-area: header--buttons;
  justify-self: end;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 5px;
}

.submenu-container {
  position: absolute;
  z-index: 90000;
  margin-top: 30px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.submenu-container.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.submenu-container > ul.sub-menu {
  padding: 15px;
  margin: 0;
  width: 260px;
  height: auto;
  border-radius: 10px;
  background: var(--white);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03);
  list-style: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.submenu-container > ul.sub-menu > li a {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: var(--text);
  text-transform: uppercase;
  padding-bottom: 6px;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.submenu-container > ul.sub-menu > li a:before {
  content: "\ea04";
  font-family: "orange-news-betternews";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none;
  font-size: 10px;
  position: absolute;
  left: -12px;
  bottom: 0;
  top: 0;
  margin: auto;
  color: var(--white);
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.submenu-container > ul.sub-menu > li:hover > a, .submenu-container > ul.sub-menu > li:active > a, .submenu-container > ul.sub-menu > li:focus > a, .submenu-container > ul.sub-menu > li.current-menu-ancestor > a, .submenu-container > ul.sub-menu > li.current-menu-item > a {
  padding-left: 19.5px;
  color: var(--primary);
}
.submenu-container > ul.sub-menu > li:hover > a:before, .submenu-container > ul.sub-menu > li:active > a:before, .submenu-container > ul.sub-menu > li:focus > a:before, .submenu-container > ul.sub-menu > li.current-menu-ancestor > a:before, .submenu-container > ul.sub-menu > li.current-menu-item > a:before {
  left: 0px;
  color: var(--primary);
}
.submenu-container > ul.sub-menu > li > ul.sub-menu {
  list-style: none;
  padding: 0 0 0 15px;
}
.submenu-container > ul.sub-menu > li > ul.sub-menu > li:hover > a, .submenu-container > ul.sub-menu > li > ul.sub-menu > li:active > a, .submenu-container > ul.sub-menu > li > ul.sub-menu > li:focus > a, .submenu-container > ul.sub-menu > li > ul.sub-menu > li.current-menu-ancestor > a, .submenu-container > ul.sub-menu > li > ul.sub-menu > li.current-menu-item > a {
  padding-left: 19.5px;
  color: var(--primary);
}
.submenu-container > ul.sub-menu > li > ul.sub-menu > li:hover > a:before, .submenu-container > ul.sub-menu > li > ul.sub-menu > li:active > a:before, .submenu-container > ul.sub-menu > li > ul.sub-menu > li:focus > a:before, .submenu-container > ul.sub-menu > li > ul.sub-menu > li.current-menu-ancestor > a:before, .submenu-container > ul.sub-menu > li > ul.sub-menu > li.current-menu-item > a:before {
  left: 0px;
  color: var(--primary);
}

/** MOBILE **/
.main--header .mobile--header-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.main--header .mobile--header-inner .header-mobile {
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas: "header--left header--logo header--right";
  width: 100%;
  height: 75px;
  background-color: #f8f6f7;
}
.main--header .mobile--header-inner .header-sub-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 100%;
  background-color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
}
.main--header .mobile--header-inner .header-m--left {
  grid-area: header--left;
}
.main--header .mobile--header-inner .header-m--right {
  grid-area: header--right;
  justify-self: end;
  align-self: center;
}
.main--header .mobile--header-inner .header-m--logo {
  grid-area: header--logo;
  justify-self: center;
  align-self: center;
}
.main--header .mobile--header-inner .header-m--logo .header--logo {
  display: inline-block;
  width: auto;
  position: relative;
  margin: 0;
}
.main--header .mobile--header-inner .header-m--logo .header--logo a {
  display: block;
  line-height: 0;
}
.main--header .mobile--header-inner .header-m--logo .header--logo h1 {
  position: fixed;
  top: -900px;
}
.main--header .mobile--header-inner .header-m--logo .header--logo .logo--main {
  height: auto;
}
.main--header .mobile--header-inner .header-m--logo .header--logo .logo--main .logo--dark {
  display: none;
}
.main--header .mobile--header-inner .header-m--logo .header--logo .logo--sub {
  position: absolute;
  bottom: 0;
  right: 0;
}
.main--header .mobile--header-inner .header-m--logo .header--logo .logo--sub img {
  width: 74px;
  height: auto;
}
.main--header .mobile--header-inner .header-m--logo .header--logo .logo--mini {
  display: none;
  width: 40px;
}
.main--header .mobile--header-inner .header--search--trigger {
  width: 35px;
  height: 35px;
  background-color: transparent;
  border: 0;
  margin: 0 15px 0 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 100;
  font-size: 16px;
  color: #000;
}
.main--header .mobile--header-inner .header--search--trigger i {
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0;
  color: #000;
}
.main--header .mobile--header-inner .header--search--trigger:after {
  content: "";
  width: 35px;
  height: 35px;
  display: inline-block;
  position: absolute;
  border-radius: 100%;
  background: var(--body-bg);
  z-index: -100;
  -webkit-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}
.main--header .mobile--header-inner .header--menu-trigger {
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
}
.main--header .mobile--header-inner .header--menu-trigger i {
  color: #000;
}

.mobile--header-menu {
  display: none;
}
.mobile--header-menu .header-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #cecece;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 10px;
}
.mobile--header-menu .header-action .action--rp-online {
  margin-left: auto;
}
.mobile--header-menu .header-menu--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: scroll;
  padding: 0 15px;
  background-color: var(--body-bg);
}
.mobile--header-menu .header-menu--inner > ul.nav--menu {
  list-style: none;
  padding: 0 0 200px;
  margin: 0;
}
.mobile--header-menu .header-menu--inner > ul.nav--menu > li {
  border-bottom: 1px solid #d9d9d9;
}
.mobile--header-menu .header-menu--inner > ul.nav--menu > li.is-open > a, .mobile--header-menu .header-menu--inner > ul.nav--menu > li .current-menu-ancestor > a, .mobile--header-menu .header-menu--inner > ul.nav--menu > li .current-menu-item > a {
  color: var(--primary);
}
.mobile--header-menu .header-menu--inner > ul.nav--menu > li.is-open > a:after, .mobile--header-menu .header-menu--inner > ul.nav--menu > li .current-menu-ancestor > a:after, .mobile--header-menu .header-menu--inner > ul.nav--menu > li .current-menu-item > a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: var(--primary) !important;
}
.mobile--header-menu .header-menu--inner > ul.nav--menu > li.menu-item-has-children > a {
  position: relative;
}
.mobile--header-menu .header-menu--inner > ul.nav--menu > li.menu-item-has-children > a:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "\ea04";
  font-family: "orange-news-betternews";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 10px;
  position: absolute;
  right: 0px;
  height: 50px;
  width: 50px;
  top: 0;
  margin: auto;
  color: var(--text);
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mobile--header-menu .header-menu--inner > ul.nav--menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  height: 50px;
  width: 100%;
  text-align: left;
  color: var(--text);
  text-transform: uppercase;
}
.mobile--header-menu .header-menu--inner > ul.nav--menu > li > ul.sub-menu {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 30px;
  display: none;
}
.mobile--header-menu .header-menu--inner > ul.nav--menu > li > ul.sub-menu li > ul.sub-menu {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 15px;
  display: none;
}
.mobile--header-menu .header-menu--inner > ul.nav--menu > li > ul.sub-menu li.current-menu-item > a, .mobile--header-menu .header-menu--inner > ul.nav--menu > li > ul.sub-menu li:hover > a, .mobile--header-menu .header-menu--inner > ul.nav--menu > li > ul.sub-menu li:active > a, .mobile--header-menu .header-menu--inner > ul.nav--menu > li > ul.sub-menu li:focus > a {
  padding-left: 19.5px;
  color: var(--primary);
}
.mobile--header-menu .header-menu--inner > ul.nav--menu > li > ul.sub-menu li.current-menu-item > a:before, .mobile--header-menu .header-menu--inner > ul.nav--menu > li > ul.sub-menu li:hover > a:before, .mobile--header-menu .header-menu--inner > ul.nav--menu > li > ul.sub-menu li:active > a:before, .mobile--header-menu .header-menu--inner > ul.nav--menu > li > ul.sub-menu li:focus > a:before {
  left: 0px;
  color: var(--primary);
}
.mobile--header-menu .header-menu--inner > ul.nav--menu > li > ul.sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: var(--text);
  text-transform: uppercase;
  height: 40px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mobile--header-menu .header-menu--inner > ul.nav--menu > li > ul.sub-menu li a:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "\ea04";
  font-family: "orange-news-betternews";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 10px;
  position: absolute;
  left: -20px;
  bottom: 0;
  top: 0;
  margin: auto;
  color: var(--text);
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/** Global **/
.action--rp-online {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.action--rp-online i {
  font-size: 20px;
  color: #ffcd00;
}

/*
.slideOutLeft-side {
  display: none;
}*/
body.slideOutLeft .slideOutLeft-side {
  display: block;
}
@media (min-width: 1000px) {
  body.is--header-fix {
    margin-top: 200px;
  }
  body.is--header-fix.admin-bar {
    margin-top: 232px;
  }
  body.is--header-fix.admin-bar .main--header {
    top: 32px;
  }
  body.is--header-fix .main--header {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
    background-color: var(--white);
    padding: 0;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  body.is--header-fix .main--header .module--hashtags.position--header-slider {
    display: none;
  }
  body.is--header-fix .main--header .header--inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: "header--logo header--meta";
    width: 100%;
    background-color: var(--white);
    z-index: 1000;
    padding: 0 15px;
  }
  body.is--header-fix .main--header .header--inner ul.nav--menu {
    padding: 0 15px 0 0 !important;
  }
  body.is--header-fix .main--header .header--inner ul.nav--menu > li > ul.sub-menu {
    top: 55px;
  }
  body.is--header-fix .main--header .header--inner ul.nav--menu > li > a {
    font-size: 12px;
  }
  body.is--header-fix .main--header .header--inner .header--nav {
    display: none;
  }
  body.is--header-fix .main--header .header--inner .header--logo {
    margin: 0;
    margin-right: 30px;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.is--header-fix .main--header .header--inner .header--nav {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
  }
  body.is--header-fix .main--header .header--inner .header--nav .ui--menu-slider {
    height: 2.5px;
  }
  body.is--header-fix .main--header .header--inner .header--buttons {
    display: none;
  }

  .mobile--header-inner {
    display: none !important;
  }
}
@media (max-width: 999px) {
  body {
    margin-top: 115px;
  }
  body .mobile--header-menu {
    padding-top: 115px;
  }
  body.admin-bar #wpadminbar {
    position: fixed;
  }
  body.admin-bar .mobile--header-menu {
    padding-top: 160px;
  }

  .main--header {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--white);
    padding: 0;
  }
  .main--header .header--inner, .main--header .module--hashtags {
    display: none;
  }
}
.header-sub-mobile .region--container, .header-sub-mobile .module--weather {
  width: 100%;
}

.region--container {
  position: relative;
  min-width: 135px;
}
.region--container .dropdown-list {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  z-index: 2000;
  background-color: #e8eaea;
  padding: 15px 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.region--container .dropdown-list button {
  border: 0;
  font-size: 14px;
  width: 100%;
  height: 25px;
  background-color: transparent;
  text-align: left;
  margin: 0;
  padding: 0 0 0 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.region--container .dropdown-list button:hover, .region--container .dropdown-list button:active, .region--container .dropdown-list button:focus {
  background-color: var(--primary);
  color: #fff;
}
.region--container .region--button {
  width: 100%;
  height: 35px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 30;
  background-color: #e8eaea;
  color: var(--c-icon);
  border: 0;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0 15px;
  margin: 0;
}
.region--container .region--button span {
  font-size: 14px;
  margin-right: 10px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}
.region--container .region--button i {
  font-size: 18px;
}
.region--container .region--button * {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.region--container .region--button:hover, .region--container .post-style--v a:hover span.region--button.ui--read-more, .post-style--v a:hover .region--container span.region--button.ui--read-more, .region--container .post-style--v a:active span.region--button.ui--read-more, .post-style--v a:active .region--container span.region--button.ui--read-more, .region--container .post-style--v a:focus span.region--button.ui--read-more, .post-style--v a:focus .region--container span.region--button.ui--read-more, .region--container .region--button:active, .region--container .region--button:focus {
  background-color: var(--primary);
}
.region--container .region--button:hover i, .region--container .post-style--v a:hover span.region--button.ui--read-more i, .post-style--v a:hover .region--container span.region--button.ui--read-more i, .region--container .post-style--v a:active span.region--button.ui--read-more i, .post-style--v a:active .region--container span.region--button.ui--read-more i, .region--container .post-style--v a:focus span.region--button.ui--read-more i, .post-style--v a:focus .region--container span.region--button.ui--read-more i, .region--container .region--button:hover span, .region--container .post-style--v a:hover span.region--button.ui--read-more span, .post-style--v a:hover .region--container span.region--button.ui--read-more span, .region--container .post-style--v a:active span.region--button.ui--read-more span, .post-style--v a:active .region--container span.region--button.ui--read-more span, .region--container .post-style--v a:focus span.region--button.ui--read-more span, .post-style--v a:focus .region--container span.region--button.ui--read-more span, .region--container .region--button:active i, .region--container .region--button:active span, .region--container .region--button:focus i, .region--container .region--button:focus span {
  color: #fff;
}
.region--container:hover .dropdown-list, .post-style--v a:hover span.region--container.ui--read-more .dropdown-list, .post-style--v a:active span.region--container.ui--read-more .dropdown-list, .post-style--v a:focus span.region--container.ui--read-more .dropdown-list {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.region--container:hover .region--button, .post-style--v a:hover span.region--container.ui--read-more .region--button, .post-style--v a:active span.region--container.ui--read-more .region--button, .post-style--v a:focus span.region--container.ui--read-more .region--button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 999px) {
  .region--container {
    /*position: initial;

    .dropdown-list{
      position: fixed;
      visibility: visible;
      opacity: 1;
      pointer-events: auto;
    }*/
  }
}

.main--footer {
  padding: 0 19px;
}
.main--footer .logo--dark, .main--footer .logo--light {
  margin: 20px 0;
  display: block;
}
.main--footer .logo--dark {
  display: none;
}
.main--footer .footer--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 42px;
  -moz-column-gap: 42px;
  column-gap: 42px;
}
.main--footer .footer--col-left {
  width: 220px;
}
.main--footer .footer--col-right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.footer--menu > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer--menu > ul > li {
  display: inline-block;
  position: relative;
}
.footer--menu > ul > li > a {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  color: var(--text);
  text-transform: uppercase;
}
.footer--menu > ul > li > a:hover, .footer--menu > ul > li > a:active, .footer--menu > ul > li > a:focus {
  color: var(--primary-text);
}

.footer--social-media {
  margin-top: 40px;
}
.footer--social-media ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.footer--social-media ul li {
  margin-right: 12px;
}
.footer--social-media ul li a {
  width: 35px;
  height: 35px;
  background: var(--body-bg);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer--social-media ul li a i {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--black);
}
.footer--social-media ul li a:hover, .footer--social-media ul li a:active, .footer--social-media ul li a:focus {
  background: var(--primary);
}
.footer--social-media ul li a:hover i, .footer--social-media ul li a:active i, .footer--social-media ul li a:focus i {
  color: var(--white);
}

.footer--copyrights {
  margin-bottom: 140px;
  margin-top: 40px;
  width: 100%;
  height: 35px;
  border-radius: 17.5px;
  background: var(--body-bg);
  -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.footer--copyrights .cr-text {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 12px;
  white-space: nowrap;
  text-align: left;
  color: var(--c-footer-text);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 0 0 21px;
}
.footer--copyrights .cr-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
.footer--copyrights .cr-menu ul li {
  margin-right: 37px;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: var(--c-footer-text);
}
.footer--copyrights .cr-menu ul li a {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: var(--c-footer-text);
}

.footer--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  margin-top: 30px;
  position: relative;
  margin-bottom: 30px;
}
.footer--logo .main-logo {
  display: inline-block;
  line-height: 0;
  height: auto;
}

.box {
  width: 220px;
  height: 295px;
  border-radius: 10px;
  background: var(--white);
  -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
}
.box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.box .image {
  border-radius: 10px;
  margin-bottom: 22px;
  overflow: hidden;
}
.box .image img {
  max-width: 100%;
  height: auto;
}
.box .sub-title {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 12px;
  text-align: left;
  color: var(--primary-text);
  text-transform: uppercase;
}
.box .main-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  color: var(--text);
}

@media (max-width: 999px) {
  .main--footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main--footer .footer--row {
    width: 100%;
    max-width: 480px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main--footer .footer--col-left, .main--footer .footer--col-right {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main--footer .footer--logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
  }
  .main--footer .box {
    width: 100%;
  }
  .main--footer .box .sub-title, .main--footer .box .main-title {
    text-align: center;
  }
  .main--footer .box .image {
    height: 150px;
    overflow: hidden;
  }
  .main--footer .box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .main--footer .footer--copyrights {
    margin-bottom: 40px;
    padding: 20px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .main--footer .footer--copyrights .cr-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
  .main--footer .footer--copyrights .cr-menu ul li {
    margin: 0;
  }
  .main--footer .footer--copyrights .cr-menu ul li a {
    font-size: 12px;
    font-weight: bold;
  }
  .main--footer .footer--copyrights .cr-text {
    padding: 0;
  }
  .main--footer .footer--menu {
    display: none;
  }
  .main--footer .module--hashtags {
    display: none;
  }
}
.footer-mobile-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  display: none;
  width: 100%;
}
.footer-mobile-bar .important-posts {
  display: none;
  width: 100%;
  padding: 30px 15px;
  height: 50vh;
  overflow: scroll;
}
.footer-mobile-bar .important-posts .posts-inner-container a.post-item {
  background-color: #fff;
  height: auto;
  border-radius: 10px;
  display: block;
  padding: 15px;
  margin-bottom: 5px;
  opacity: 0.6;
}
.footer-mobile-bar .important-posts .posts-inner-container a.post-item.is-new {
  opacity: 1;
}
.footer-mobile-bar .important-posts .posts-inner-container a.post-item p.post-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  color: var(--text);
}
.footer-mobile-bar .important-posts .posts-inner-container a.post-item time {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: var(--c-time);
}

.footer-mobile-nav {
  width: 100%;
  height: 60px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-mobile-nav > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  color: #0a0a0a;
  font-size: 25px;
}
.footer-mobile-nav > div a, .footer-mobile-nav > div button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #0a0a0a;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: #fff;
  position: relative;
}
.footer-mobile-nav > div a small, .footer-mobile-nav > div button small {
  position: absolute;
  font-weight: bold;
  font-size: 12px;
  line-height: initial;
  border-radius: 100%;
  background-color: #d7d7d7;
  aspect-ratio: 1/1;
  resize: none;
  overflow: auto;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 15px;
  min-width: 20px;
  pointer-events: none;
}
.footer-mobile-nav > div a small.is-red, .footer-mobile-nav > div button small.is-red {
  background-color: #c60000;
  color: #fff;
}

@media (max-width: 999px) {
  .footer-mobile-bar {
    display: block;
  }

  body .cleverpush-bell {
    display: none !important;
  }
}
.breadcrumbs {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: var(--text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 15px;
  white-space: nowrap;
}
.breadcrumbs span.current-item {
  font-weight: 600;
}
.breadcrumbs a {
  color: var(--text);
  text-decoration: none;
  white-space: nowrap;
}
.breadcrumbs > span {
  padding: 0 14px;
  white-space: nowrap;
}
.breadcrumbs h1 {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: var(--text);
  margin: 0;
  padding: 0;
  display: inline;
  font-weight: bold;
  white-space: nowrap;
}
.breadcrumbs .breadcrumbs-inner {
  /* @extend .icon;
   @extend .icon-arrow-long;

   &:before{

     font-weight: normal;
     color: var(--primary);
     width: auto;
   }*/
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
@media (max-width: 999px) {
  .breadcrumbs {
    padding: 0;
  }
  .breadcrumbs .breadcrumbs-inner {
    height: 40px;
    background: var(--white);
    -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
    box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
    overflow: scroll;
    padding: 0 15px;
  }
}

.module {
  padding: 0 15px;
  margin: 15px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 15px;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.module.is-primary .module--title {
  font-weight: bold;
  font-size: 18px;
}
.module.is-primary-background {
  padding: 15px;
  background-color: var(--secondary);
  border-radius: 10px;
}
.module.hide--readmore .post--element a:before {
  display: none !important;
}
.module.is-headline-right .grid--single-block .module--title {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.module.is-headline-right .grid--single-block .module--title a {
  padding: 0;
}
.module.is-headline-right .grid--single-block .module--title:after {
  display: none;
}
@media (min-width: 1000px) {
  .module.is-headline-right .grid--multi-blocks {
    grid-template-areas: "grid--top-right grid--top-left" "grid--bot-left grid--bot-right";
  }
}
.module.is-headline-right .module--title {
  text-align: right;
}
@media (min-width: 1000px) {
  .module.is-headline-center .grid--multi-blocks {
    grid-template-areas: "grid--top-left grid--top-left" "grid--bot-left grid--bot-right";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
  }
  .module.is-headline-center .grid--top-right {
    grid-area: initial;
  }
  .module.is-headline-center .grid--top-left {
    grid-area: grid--top-left;
  }
}
.module.is-headline-center .module--title {
  text-align: center;
}
.module.is-headline-center .grid--single-block .module--title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.module.is-headline-center .grid--single-block .module--title a {
  padding: 0;
}
.module.is-headline-center .grid--single-block .module--title:after {
  display: none;
}
.module .module--dual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.module .module--title {
  display: block;
  position: relative;
  padding: 20px 0;
}
.module .module--title span {
  width: 143px;
  height: 22px;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: var(--text);
}
.module .module--title.module--title-full {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.module .module--title.module--title-lined {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.module .module--title.module--title-lined span, .module .module--title.module--title-lined a {
  display: inline-block;
  padding-right: 25px;
  white-space: nowrap;
  width: auto;
  color: var(--text);
  font-style: italic;
}
.module .module--title.module--title-lined:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: var(--c-line);
  margin-bottom: 5px;
}
.module.module-spacing {
  padding-top: 40px;
  padding-bottom: 40px;
}

.module--posts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.module--posts-list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  border-radius: 10px;
  background: var(--white);
  -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  /*margin-top: 15px;*/
}
.module--posts-list-group.hide--readmore .post--element > a:before {
  display: none;
}

.module--posts-list-prim {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 999px) {
  .module--posts-list-prim {
    grid-template-columns: repeat(1, 1fr);
  }
}

.module--posts-mix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.module--posts-mix .post-style--h {
  width: 100%;
}
.module--posts-mix.module--posts-full-height {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
}
@media (max-width: 999px) {
  .module--posts-mix.module--posts-full-height {
    height: auto;
  }
}
.module--posts-mix.module--posts-full-height .post-style--v a {
  height: 100%;
}
.module--posts-mix.module--posts-full-height .post-style--v a .post--image {
  height: 295px;
}
.module--posts-mix.module--posts-full-height .post-style--v a .post--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.module--posts-mix.module--posts-full-height .post-style--v a .post--image img.size-thumbnails-mobile {
  display: none;
}
@media (max-width: 500px) {
  .module--posts-mix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.module--rss .module-footer {
  text-align: center;
  width: 100%;
  font-size: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
}

.post--element {
  position: relative;
}
.post--element .post--title h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  color: var(--text);
  margin: 0;
}
.post--element .post--category span {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: var(--primary-text);
  text-transform: uppercase;
}
.post--element .post--excerpt {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: var(--text);
  display: none;
}
.post--element .post--time time {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: var(--c-time);
}
.post--element a:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: var(--secondary);
  color: var(--c-icon);
  font-size: 9px;
  position: absolute;
  line-height: 24px;
  right: 19px;
  bottom: 31px;
}
@media (max-width: 500px) {
  .post--element a:before {
    display: none;
  }
}
.post--element a:active:before, .post--element a:focus:before, .post--element a:hover:before {
  color: var(--white);
  background-color: var(--c-icon);
}

.post-style--h {
  height: 140px;
  border-radius: 10px;
  background: var(--white);
  -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  padding: 15px 14px;
  position: relative;
}
.post-style--h.is-support-box {
  min-height: 140px;
}
.post-style--h a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.post-style--h .post--image {
  width: 110px;
  height: 110px;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.post-style--h .post--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-style--h .post--image img.size-thumbnails-mobile {
  display: none;
}
@media (max-width: 500px) {
  .post-style--h {
    height: auto;
  }
  .post-style--h a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
  }
  .post-style--h .post--image {
    width: 100%;
    min-height: 170px;
  }
  .post-style--h .post--image img.size-thumbnails-mobile {
    display: block;
  }
  .post-style--h .post--image img.size-thumbnail {
    display: none;
  }
}

.post-style--v {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-style--v:nth-child(1), .post-style--v:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 48%;
  flex: 1 0 48%;
}
.post-style--v a {
  width: 100%;
  height: 292px;
  border-radius: 10px;
  background: var(--white);
  -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  padding: 15px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.post-style--v .post--image {
  width: 100%;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.post-style--v .post--image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.post-style--v .post--image img.size-thumbnails-mobile {
  display: none;
}

.post-style--prim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.post-style--prim a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.post-style--prim a:after {
  display: none;
}
.post-style--prim .post--image {
  border-radius: 10px;
  -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  height: 330px;
  width: 100%;
  position: relative;
}
.post-style--prim .post--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-style--prim .post--image img.size-thumbnails-mobile {
  display: none;
}
.post-style--prim .post--title h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: bolder;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: var(--text);
  padding: 0;
  margin: 0;
}
.post-style--prim .post--time {
  display: none;
}
.post-style--prim .post--category {
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.post-style--prim .post--category span {
  border-radius: 12px;
  text-align: center;
  background: var(--primary);
  border: 2px solid var(--primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 12px;
  color: var(--white);
  text-transform: uppercase;
  padding: 0 16px;
  white-space: nowrap;
}

.post-style--prim-box {
  height: 100%;
}
.post-style--prim-box a {
  height: 100%;
  border-radius: 10px;
  background: var(--white);
  -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  padding: 15px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.post-style--prim-box .post--image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 330px;
}
.post-style--prim-box .post--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-style--prim-box .post--image img.size-thumbnails-mobile {
  display: none;
}

.post-style--group {
  position: relative;
  height: 140px;
  padding: 15px 14px;
}
.post-style--group:after {
  content: "";
  font-size: 0;
  width: 360px;
  height: 2px;
  background-color: var(--c-line);
  opacity: 0.5;
  position: absolute;
  bottom: -9px;
  right: 0;
  left: 0;
  margin: auto;
}
.post-style--group:last-child:after {
  display: none;
}
.post-style--group a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  position: relative;
}
.post-style--group .post--content {
  width: 360px;
}
@media (max-width: 500px) {
  .post-style--group {
    height: auto;
  }
  .post-style--group:after {
    width: 80%;
  }
  .post-style--group .post--content {
    width: 100%;
  }
}

.post-style--list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.post-style--list a:after {
  display: none;
}
.post-style--list .post--image {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.post-style--list .post--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-style--list .post--image img.size-thumbnails-mobile {
  display: none;
}

.archive--inner {
  width: 570px;
  max-width: 100%;
}
.archive--inner header div p {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: var(--text);
}
@media (max-width: 999px) {
  .archive--inner {
    width: 100%;
  }
}

.search--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search--header h2 {
  margin: 0;
}
.search--header .searchform input[type=text] {
  width: 320px;
}
@media (max-width: 999px) {
  .search--header {
    max-width: 460px;
    margin: auto;
    padding: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .search--header form {
    margin-top: 20px;
  }
}

.post--element:hover .post-edit, .post-style--v a:hover span.post--element.ui--read-more .post-edit, .post-style--v a:active span.post--element.ui--read-more .post-edit, .post-style--v a:focus span.post--element.ui--read-more .post-edit {
  opacity: 1;
  visibility: visible;
}

.post-edit {
  position: absolute;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
.post-edit > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--text);
  color: var(--white) !important;
  padding: 5px 10px;
  font-size: 12px;
  height: 34px;
  border-radius: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  line-height: initial;
  font-weight: 600;
  text-decoration: none !important;
}
.post-edit > a:hover {
  background-color: var(--primary);
  color: var(--white);
}
.post-edit > a:before, .post-edit > a:after {
  display: none;
}

.wp-pagenavi {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px auto;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi span, .wp-pagenavi a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  color: var(--text);
}
.wp-pagenavi .current {
  color: var(--white);
  text-decoration: none;
  margin: 0 7px;
  padding: 0 5px;
  min-width: 23px;
  height: 28px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--primary);
  -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
}
.wp-pagenavi a {
  color: var(--text);
  text-decoration: none;
  margin: 0 7px;
  padding: 0 5px;
  min-width: 23px;
  height: 28px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wp-pagenavi a:hover {
  background: var(--white);
  -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
}
@media (max-width: 500px) {
  .wp-pagenavi {
    max-width: 80%;
    overflow: scroll;
  }
  .wp-pagenavi * {
    white-space: nowrap;
  }
}

nav.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px auto;
}
nav.pagination .screen-reader-text {
  display: none;
}
nav.pagination .nav-links {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  color: var(--text);
}
nav.pagination .nav-links a:not(.next):not(.prev) {
  color: var(--text);
  text-decoration: none;
  margin: 0 7px;
  width: 23px;
  height: 28px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
nav.pagination .nav-links a:not(.next):not(.prev).page-numbers:hover {
  background: var(--white);
  -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
}
nav.pagination .nav-links a.next, nav.pagination .nav-links a.prev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: transparent;
  font-size: 0;
}
nav.pagination .nav-links a.next:before, nav.pagination .nav-links a.prev:before {
  width: 23px;
  height: 100%;
  font-size: 9px;
  text-indent: 0px;
  color: var(--primary);
}
nav.pagination .nav-links a.prev:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
nav.pagination .nav-links span.current {
  width: 23px;
  height: 28px;
  border-radius: 10px;
  background: var(--white);
  -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 7px;
}
.tax-archive ul {
  list-style: none;
  padding: 0;
  margin: 20px auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tax-archive ul li {
  height: 40px;
  border-radius: 5px;
  background: var(--white);
  -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  padding: 10px;
  margin: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tax-archive ul li a {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: var(--primary-text);
  margin-right: 5px;
}
.tax-archive ul li span {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: var(--textß);
}

.single--container {
  padding: 0 15px;
}
.single--container .block--dual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}
@media (max-width: 999px) {
  .single--container .block--dual {
    margin-top: 0;
  }
}

.single--header {
  margin-bottom: 50px;
}
.single--header .post--category {
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.single--header .post--category span {
  border-radius: 12px;
  text-align: center;
  background: var(--primary);
  border: 2px solid var(--primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 12px;
  color: var(--white);
  text-transform: uppercase;
  padding: 0 16px;
  white-space: nowrap;
}
.single--header .post--title {
  font-family: "Montserrat", sans-serif;
  font-weight: bolder;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: var(--text);
  padding: 0;
  margin: 0;
}
.single--header .post--title h2 {
  font-size: 20px;
  line-height: 30px;
}
.single--header .post--excerpt {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: var(--text);
}
.single--header .post--excerpt * {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: var(--text);
  margin: 0;
}
@media (max-width: 999px) {
  .single--header .post--excerpt {
    margin-bottom: 20px;
  }
}
.single--header .post--author {
  margin-top: 28px;
  border-radius: 10px;
  background: var(--white);
  -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  padding: 15px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  position: relative;
}
.single--header .post--author .author--avatar {
  width: 66px;
  height: 66px;
  border-radius: 100%;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66px;
  flex: 0 0 66px;
}
.single--header .post--author .author--avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.single--header .post--author .author--bio .author--name a {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: var(--primary-text);
}
.single--header .post--author .author--bio .author--description {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  color: var(--text);
}
.single--header .post--time time {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: var(--text);
}
.single--header .post--views {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 9px;
  line-height: 20px;
  text-align: left;
  color: var(--text);
}
.single--header .post--image {
  display: none;
}
.single--header .post--image img {
  max-width: 100%;
  height: auto;
}
.single--header .post--image .image--caption {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: var(--c-img-caption);
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  .single--header .post--image {
    display: block;
  }
}

.single--image {
  margin-bottom: 50px;
}
.single--image .image--container {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
.single--image .image--container img {
  width: 100%;
  height: auto;
}
.single--image .image--caption {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: var(--c-img-caption);
  margin-top: 10px;
}
@media (max-width: 999px) {
  .single--image {
    display: none;
  }
}

.single--body {
  border-radius: 10px;
  background: var(--white);
  -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  padding: 50px 70px;
}
@media (max-width: 650px) {
  .single--body {
    padding: 15px 15px;
  }
}

.single--extra {
  margin-top: 30px;
  border-radius: 10px;
  background: var(--white);
  -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  padding: 20px 70px;
}
@media (max-width: 650px) {
  .single--extra {
    padding: 15px 15px;
  }
}
.single--extra .post--tags h1, .single--extra .post--tags h2, .single--extra .post--tags h3, .single--extra .post--tags h4, .single--extra .post--tags h5, .single--extra .post--tags h6 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
}
.single--extra .post--tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single--extra .post--tags ul li {
  display: inline-block;
}
.single--extra .post--tags ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 26px;
  text-align: left;
  color: var(--text);
  padding: 0 15px;
  height: 26px;
  white-space: nowrap;
  border-radius: 12px;
  background: var(--body-bg);
  display: inline-block;
  width: auto;
}
.single--extra .post--tags ul li a:before {
  content: "#";
}
.single--extra .post--tags ul li a:hover {
  background: var(--secondary);
}
.single--extra .yarpp-related {
  margin-bottom: 0;
}
.single--extra .yarpp-related h1, .single--extra .yarpp-related h2, .single--extra .yarpp-related h3, .single--extra .yarpp-related h4, .single--extra .yarpp-related h5, .single--extra .yarpp-related h6 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
}
.single--extra .yarpp-related ol, .single--extra .yarpp-related ul {
  padding: 0;
  margin: 20px 0 0px;
  list-style: none;
}
.single--extra .yarpp-related ol li, .single--extra .yarpp-related ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: initial;
  color: var(--text);
  margin-bottom: 10px;
}
.single--extra .yarpp-related ol li:before, .single--extra .yarpp-related ul li:before {
  content: "►";
  display: inline-block;
  color: var(--primary-text);
  margin-right: 5px;
  font-size: 10px;
}
.single--extra .yarpp-related ol li a, .single--extra .yarpp-related ul li a {
  display: inline;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: initial;
  color: var(--text);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.single--extra .yarpp-related ol li a:hover, .single--extra .yarpp-related ul li a:hover {
  color: var(--primary);
}
.single--extra .yarpp-related ol li p, .single--extra .yarpp-related ul li p {
  margin-top: 5px;
  font-size: 12px;
  padding-left: 15px;
}

.post--wysiwyg {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: var(--text);
}
.post--wysiwyg .wp-caption {
  max-width: 100% !important;
  height: auto !important;
}
.post--wysiwyg hr {
  opacity: 1;
  background-color: var(--c-line);
  height: 1px;
}
.post--wysiwyg h1, .post--wysiwyg h2, .post--wysiwyg h3, .post--wysiwyg h4, .post--wysiwyg h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}
.post--wysiwyg h1 {
  margin-bottom: 40px;
}
.post--wysiwyg h2, .post--wysiwyg h1 {
  margin-top: 30px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 22px;
}
.post--wysiwyg h2:first-child, .post--wysiwyg h1:first-child {
  margin-top: 0;
  margin-bottom: 40px;
}
.post--wysiwyg h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.post--wysiwyg h4, .post--wysiwyg h5, .post--wysiwyg h6 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.post--wysiwyg p {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: var(--text);
}
.post--wysiwyg .post--source:empty {
  display: none;
}
.post--wysiwyg .post--source {
  color: var(--text) !important;
  font-style: italic;
}
.post--wysiwyg a {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-decoration: underline;
  color: var(--primary);
}
.post--wysiwyg ul:not([class]), .post--wysiwyg ol {
  padding: 0;
  margin: 20px 0 40px;
  list-style: none;
}
.post--wysiwyg ul:not([class]) li, .post--wysiwyg ol li {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: initial;
  color: var(--text);
  margin-bottom: 10px;
}
.post--wysiwyg ul:not([class]) li:before, .post--wysiwyg ol li:before {
  content: "►";
  display: inline-block;
  color: var(--primary-text);
  margin-right: 5px;
  font-size: 10px;
}
.post--wysiwyg ul:not([class]) li a, .post--wysiwyg ol li a {
  display: inline;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  line-height: initial;
  color: var(--text);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.post--wysiwyg ul:not([class]) li a:hover, .post--wysiwyg ul:not([class]) li a:active, .post--wysiwyg ul:not([class]) li a:focus, .post--wysiwyg ol li a:hover, .post--wysiwyg ol li a:active, .post--wysiwyg ol li a:focus {
  color: var(--primary-text);
}
.post--wysiwyg img {
  max-width: 100%;
  height: auto;
}
.post--wysiwyg .wp-caption-text {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: var(--c-img-caption);
  margin-top: 10px;
}
.post--wysiwyg #ez-toc-container {
  width: 50%;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 100%;
  margin-bottom: 100px;
}
.post--wysiwyg #ez-toc-container .ez-toc-title {
  height: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  border-radius: 12px;
  text-align: center;
  background: var(--primary);
  border: 2px solid var(--primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 900;
  font-size: 12px;
  color: var(--white);
  text-transform: uppercase;
  padding: 0 16px;
  white-space: nowrap;
}
.post--wysiwyg #ez-toc-container .ez-toc-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.post--wysiwyg #ez-toc-container .ez-toc-list li {
  margin: 0;
  padding: 0;
  line-height: initial;
  display: block;
  position: relative;
}
.post--wysiwyg #ez-toc-container .ez-toc-list li:before {
  content: "►";
  display: inline-block;
  color: var(--primary-text);
  margin-right: 5px;
  font-size: 10px;
  position: absolute;
  left: -15px;
  top: 9px;
}
.post--wysiwyg #ez-toc-container .ez-toc-list li a {
  display: inline-block;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  color: var(--text);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.post--wysiwyg #ez-toc-container .ez-toc-list li a:hover, .post--wysiwyg #ez-toc-container .ez-toc-list li a:active, .post--wysiwyg #ez-toc-container .ez-toc-list li a:focus {
  color: var(--primary-text);
}
.post--wysiwyg #ez-toc-container nav {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  padding: 15px 14px;
  position: relative;
  /* border-bottom: solid var(--primary) 2px;
   border-right: solid var(--primary) 2px;*/
}
@media (max-width: 999px) {
  .post--wysiwyg #ez-toc-container {
    width: 100%;
  }
}

.ez-toc-debug-messages {
  display: none;
}

.module--breaking-news {
  width: 797px;
  height: 75px;
  border-radius: 0 0 0 40px;
  background: var(--primary);
  position: absolute;
  right: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  top: -80px;
  -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  /* easeInOutCirc */
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  /* easeInOutCirc */
}
.module--breaking-news.is--active {
  top: 0;
}
.module--breaking-news .breaking-news--link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.module--breaking-news .breaking-news--link[href=""] {
  pointer-events: none;
}
.module--breaking-news .breaking-news--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.module--breaking-news .breaking-news--title span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  text-align: left;
  color: var(--content-bg);
  padding: 0 10px;
  white-space: nowrap;
}
.module--breaking-news .breaking-news--title:before {
  content: "";
  width: 34px;
  height: 34px;
  background: transparent url("../layout/sol-symbole.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
}
.module--breaking-news .breaking-news--text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-align: left;
  color: var(--content-bg);
  max-width: 425px;
}
.module--breaking-news .breaking-news--close {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  background-color: transparent;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}
.module--breaking-news .breaking-news--close i {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  color: var(--content-bg);
}
.module--breaking-news .breaking-news--close:hover i, .module--breaking-news .post-style--v a:hover span.breaking-news--close.ui--read-more i, .post-style--v a:hover .module--breaking-news span.breaking-news--close.ui--read-more i, .module--breaking-news .post-style--v a:active span.breaking-news--close.ui--read-more i, .post-style--v a:active .module--breaking-news span.breaking-news--close.ui--read-more i, .module--breaking-news .post-style--v a:focus span.breaking-news--close.ui--read-more i, .post-style--v a:focus .module--breaking-news span.breaking-news--close.ui--read-more i, .module--breaking-news .breaking-news--close:active i, .module--breaking-news .breaking-news--close:focus i {
  color: var(--text);
}
@media (max-width: 999px) {
  .module--breaking-news {
    z-index: 9999;
    width: 50%;
    height: auto;
    position: fixed;
    top: -100%;
    bottom: 0;
    left: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .module--breaking-news.is--active {
    top: 50%;
  }
  .module--breaking-news .breaking-news--link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .module--breaking-news .breaking-news--title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .module--breaking-news .breaking-news--title:before {
    display: block;
    margin-bottom: 15px;
  }
  .module--breaking-news .breaking-news--title span {
    display: block;
    margin-bottom: 15px;
  }
  .module--breaking-news .breaking-news--text {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
  }
}
@media (max-width: 649px) {
  .module--breaking-news {
    width: 80%;
  }
}
@media (max-width: 339px) {
  .module--breaking-news {
    width: 90%;
  }
}

.module--hashtags {
  margin: 10px 0 0;
  padding-bottom: 15px;
}
.module--hashtags .swiper-wrapper div {
  width: auto;
  margin-right: 15px;
}
.module--hashtags .swiper-wrapper div a {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 26px;
  text-align: left;
  color: var(--text);
  padding: 0 15px;
  height: 26px;
  white-space: nowrap;
  border-radius: 12px;
  background: var(--secondary);
  display: inline-block;
  width: auto;
}
.module--hashtags .swiper-wrapper div a:before {
  content: "#";
}
.module--hashtags .swiper-wrapper div a:hover, .module--hashtags .swiper-wrapper div a:active, .module--hashtags .swiper-wrapper div a:focus {
  background: var(--text);
  color: var(--content-bg);
}
.module--hashtags.position--header-slider {
  overflow: hidden;
}
.module--hashtags.is-masonry {
  margin-top: 45px;
}
.module--hashtags.is-masonry div.swiper-wrapper {
  padding: 0;
  max-width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.module--hashtags.is-masonry div.swiper-wrapper div.swiper-slide {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 15px;
  margin-bottom: 15px;
  /* padding: 0 14px 14px 0;*/
}
.module--hashtags.no-hashtags {
  margin-top: 10px;
  margin-bottom: 10px;
}
.module--hashtags.no-hashtags ul li a {
  text-transform: capitalize;
}
.module--hashtags.no-hashtags ul li a:before {
  display: none;
}

.widgets--container .widgets--inner {
  display: grid;
  grid-column: 1;
  gap: 15px;
}

.widget--element {
  max-width: 388px;
}
.widget--element .widget--title {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: var(--text);
  margin: 15px 0 0 14px;
}
.widget--element .post-style--group {
  height: auto;
}
.widget--element .post-style--group.post--element:after {
  display: none;
}
.widget--element .post-style--group.post--element a:after {
  background-color: transparent;
  bottom: 0;
  right: 0;
}
.widget--element .post-style--group.post--element a:active:after, .widget--element .post-style--group.post--element a:focus:after, .widget--element .post-style--group.post--element a:hover:after {
  color: var(--c-icon) !important;
}
@media (max-width: 999px) {
  .widget--element {
    max-width: 460px;
  }
}

.list--archive-year {
  border-bottom: 1px solid var(--c-line);
}
.list--archive-year.is--active button:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  padding: 0;
  color: var(--primary-text);
}
.list--archive-year.is--active ul {
  visibility: visible;
  height: auto;
}

.date-archive {
  padding: 0 15px;
}
.date-archive button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 10px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  color: var(--text);
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.date-archive button:before {
  width: 20px;
  font-size: 20px;
  color: var(--text);
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.date-archive button:after {
  /*  @extend .icon, :before;
    @extend .icon-arrow-right, :before;
    color: var(--text);
    font-size: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
    position: absolute;
    right: 0px;*/
}
.date-archive .list--archive-month {
  display: none;
  overflow: hidden;
}
.date-archive ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.date-archive ul li a {
  display: block;
  width: 100%;
  height: 30px;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  color: var(--text);
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.date-archive ul li a:before {
  font-size: 9px;
  color: transparent;
  padding-right: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.date-archive ul li a span {
  display: none;
}
.date-archive ul li a:hover, .date-archive ul li a:active, .date-archive ul li a:focus, .date-archive ul li a[aria-current] {
  color: var(--primary-text);
}
.date-archive ul li a:hover:before, .date-archive ul li a:active:before, .date-archive ul li a:focus:before, .date-archive ul li a[aria-current]:before {
  color: var(--primary-text);
}

.module--weather {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.module--weather .weather--widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.module--weather .weather--tempo {
  width: 60px;
  height: 24px;
  border-radius: 15px;
  background: var(--body-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}
.module--weather .weather--tempo span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: var(--text);
  position: relative;
}
.module--weather .weather--tempo span:after {
  content: "°";
  position: absolute;
  right: -7px;
  top: 0;
}
.module--weather .weather--icon i {
  font-size: 25px;
}
.module--weather .weather--city {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: var(--text);
  text-transform: uppercase;
  margin-left: 30px;
}

.post--filter {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  width: 100%;
}
.post--filter.is--active .filter--submit button.reset-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post--filter .module--dual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.post--filter .filter--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post--filter .filter--box i {
  font-size: 24px;
}
.post--filter .filter--select {
  position: relative;
  width: 195px;
  height: 34px;
  border-radius: 17px;
  background: var(--white);
  -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post--filter .filter--select .select--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.post--filter .filter--category select {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.post--filter .filter--date.is-active .litepicker {
  visibility: visible !important;
  opacity: 1 !important;
}
.post--filter .filter--date .select--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.post--filter .filter--date .select--inner input[type=text] {
  width: 1px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.post--filter .filter--date .select--inner .litepicker {
  position: absolute !important;
  top: 40px;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.post--filter .filter--date .select--inner .date-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: var(--text);
  padding: 0;
  margin: 0;
  cursor: pointer;
  padding: 0 15px;
}
.post--filter .filter--submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
}
.post--filter .filter--submit button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  font-size: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.post--filter .filter--submit button.submit-trigger {
  border: 2px solid var(--primary);
  background: var(--primary);
  color: var(--white);
}
.post--filter .filter--submit button.submit-trigger:hover, .post--filter .filter--submit button.submit-trigger:active, .post--filter .filter--submit button.submit-trigger:focus {
  background: var(--white);
  color: var(--primary);
}
.post--filter .filter--submit button.reset-trigger {
  border: 0;
  background: transparent;
  color: var(--c-icon);
  display: none;
}
.post--filter .filter--submit button.reset-trigger:hover, .post--filter .filter--submit button.reset-trigger:active, .post--filter .filter--submit button.reset-trigger:focus {
  background: var(--c-icon);
  color: var(--white);
}
@media (max-width: 999px) {
  .post--filter {
    max-width: 460px;
    margin: 0 auto 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
  }
  .post--filter .filter--box, .post--filter .filter--submit, .post--filter .filter--select {
    width: 100%;
  }
  .post--filter .filter--submit {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--c-line);
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .post--filter .filter--submit button.submit-trigger {
    width: 80px;
    border-radius: 10px;
  }
  .post--filter .filter--submit button.reset-trigger {
    position: absolute;
    left: 0;
  }
}

.gallery-open {
  overflow: hidden;
}

.gallery-slider {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.gallery-slider:hover .post-edit, .post-style--v a:hover span.gallery-slider.ui--read-more .post-edit, .post-style--v a:active span.gallery-slider.ui--read-more .post-edit, .post-style--v a:focus span.gallery-slider.ui--read-more .post-edit {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1350px) {
  .gallery-slider-container:hover .figure:after, .post-style--v a:hover span.gallery-slider-container.ui--read-more .figure:after, .post-style--v a:active span.gallery-slider-container.ui--read-more .figure:after, .post-style--v a:focus span.gallery-slider-container.ui--read-more .figure:after {
    visibility: hidden;
    opacity: 0;
  }
  .gallery-slider-container:hover .figure .post-content, .post-style--v a:hover span.gallery-slider-container.ui--read-more .figure .post-content, .post-style--v a:active span.gallery-slider-container.ui--read-more .figure .post-content, .post-style--v a:focus span.gallery-slider-container.ui--read-more .figure .post-content {
    opacity: 0;
    visibility: hidden;
  }
}
.gallery-slider-container .image-list .support-box {
  width: 100%;
  height: 100%;
  background-color: #ccc;
}
.gallery-slider-container .image-list .figure {
  position: relative;
}
.gallery-slider-container .image-list .figure:after {
  content: "";
  position: absolute;
  background: black;
  background: linear-gradient(23deg, black 10%, rgba(0, 0, 0, 0) 50%);
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 1000;
  pointer-events: none;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.gallery-slider-container .image-list .figure .post-thumb a {
  display: block;
}
.gallery-slider-container .image-list .figure .post-thumb a img {
  width: 100%;
  height: auto;
}
.gallery-slider-container .image-list .figure .post-content {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  z-index: 2000;
}
.gallery-slider-container .image-list .figure .post-content .post-topline {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #fff;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.gallery-slider-container .image-list .figure .post-content .post-headline {
  font-family: Montserrat;
  font-weight: normal;
  font-size: 11px;
  line-height: 18px;
  text-align: left;
  color: #fff;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  margin: 0;
}
.gallery-slider-container .image-list .figure .post-content .post-copyright {
  font-family: Montserrat;
  font-weight: normal;
  font-size: 11px;
  line-height: 18px;
  text-align: left;
  color: #fff;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.gallery-slider-container .image-list .figure .post-content .post-text {
  display: none;
}

.gallery-popup:hover .post-edit, .post-style--v a:hover span.gallery-popup.ui--read-more .post-edit, .post-style--v a:active span.gallery-popup.ui--read-more .post-edit, .post-style--v a:focus span.gallery-popup.ui--read-more .post-edit {
  opacity: 1;
  visibility: visible;
}
.gallery-popup .gallery--cover-image {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}
.gallery-popup .gallery--cover-image img {
  width: 100%;
  height: auto;
}
.gallery-popup .gallery--cover-image span {
  display: inline-block;
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1rem;
  pointer-events: none;
}

.gallery-popup-container {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100vw;
  z-index: 90000;
  display: none;
}
.gallery-popup-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: transparent;
}
.gallery-popup-container.open .gallery-inner {
  left: 0;
}
.gallery-popup-container.open:before {
  background: rgba(0, 0, 0, 0.8);
}
.gallery-popup-container .gallery-close {
  position: absolute;
  top: 10px;
  right: 15px;
  margin: 0.5rem 1rem;
  cursor: pointer;
  z-index: 9;
  border-radius: 100%;
  background-color: #efefef;
  font-weight: bold;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.gallery-popup-container .gallery-close:hover, .gallery-popup-container .post-style--v a:hover span.gallery-close.ui--read-more, .post-style--v a:hover .gallery-popup-container span.gallery-close.ui--read-more, .gallery-popup-container .post-style--v a:active span.gallery-close.ui--read-more, .post-style--v a:active .gallery-popup-container span.gallery-close.ui--read-more, .gallery-popup-container .post-style--v a:focus span.gallery-close.ui--read-more, .post-style--v a:focus .gallery-popup-container span.gallery-close.ui--read-more {
  background-color: #CCCCCC;
}
.gallery-popup-container .gallery-inner {
  height: 100%;
  width: 100vw;
  max-width: 1150px;
  position: fixed;
  z-index: 90000;
  top: 0;
  left: -100vw;
  overflow: hidden;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  background-color: #fff;
}
.gallery-popup-container .image-list {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  padding: 5rem 5rem;
}
@media (max-width: 480px) {
  .gallery-popup-container .image-list {
    padding: 5rem 1rem;
  }
}
.gallery-popup-container .gallery_support {
  margin: 0 0 1rem;
  width: 100%;
  height: 380px;
  background-color: #e8eae9;
}
.gallery-popup-container .support-box.size-970x250 {
  width: 970px;
  height: 250px;
}
@media (max-width: 999px) {
  .gallery-popup-container .support-box.size-970x250 {
    width: 300px;
    height: 600px;
  }
}
.gallery-popup-container div.figure {
  margin: 0 0 1rem;
  border-bottom: 1px solid #e4e4e4;
}
.gallery-popup-container div.figure .figure-inner .post-thumb a {
  display: block;
}
.gallery-popup-container div.figure .figure-inner .post-thumb img {
  width: 100%;
  height: auto;
}
.gallery-popup-container div.figure .figure-inner .post-content {
  position: relative;
}
.gallery-popup-container div.figure .figure-inner .post-content .post-topline {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.875rem;
  font-weight: bold;
}
.gallery-popup-container div.figure .figure-inner .post-content .post-headline {
  font-size: 1rem;
  font-weight: 700;
  min-height: 20px;
  padding-right: 60px;
}
.gallery-popup-container div.figure .figure-inner .post-content .post-text {
  font-size: 0.9em;
}
.gallery-popup-container div.figure .figure-inner .post-content .post-copyright {
  text-align: right;
  font-size: 0.6875rem;
}

/*
! Class Rules !

.{Element-Category} -- {Element}
.{Element-parent} -- {Child-Element}

.has -- {modifier-style}
.is -- {status}
.js -- {javascript-action}

Element Categories
. main
. mobile
. ui
. js
. is
. has
. module


 */
/* * Components Start * */
.btn {
  height: 24px;
  border-radius: 12px;
  text-align: center;
  background: var(--primary);
  border: 2px solid var(--primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 12px;
  color: var(--white);
  text-transform: uppercase;
  padding: 0 16px;
  white-space: nowrap;
}
.btn * {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 12px;
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
}
.btn:hover, .post-style--v a:hover span.btn.ui--read-more, .post-style--v a:active span.btn.ui--read-more, .post-style--v a:focus span.btn.ui--read-more, .btn:active, .btn:focus {
  background: var(--white);
  color: var(--primary);
}
.btn:hover *, .post-style--v a:hover span.btn.ui--read-more *, .post-style--v a:active span.btn.ui--read-more *, .post-style--v a:focus span.btn.ui--read-more *, .btn:active *, .btn:focus * {
  color: var(--primary);
}

.ui--btn {
  position: relative;
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 30;
  background-color: #e8eaea;
  color: var(--c-icon);
  border: 0;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0;
  margin: 0;
}
.ui--btn i {
  font-size: 18px;
}
.ui--btn * {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ui--btn:hover, .post-style--v a:hover span.ui--btn.ui--read-more, .post-style--v a:active span.ui--btn.ui--read-more, .post-style--v a:focus span.ui--btn.ui--read-more, .ui--btn:active, .ui--btn:focus {
  background-color: var(--primary);
}
.ui--btn:hover i, .post-style--v a:hover span.ui--btn.ui--read-more i, .post-style--v a:active span.ui--btn.ui--read-more i, .post-style--v a:focus span.ui--btn.ui--read-more i, .ui--btn:active i, .ui--btn:focus i {
  color: #fff;
}
.ui--btn.color-rev {
  background-color: var(--primary);
  color: #fff;
}
.ui--btn.color-rev:hover, .post-style--v a:hover span.ui--btn.color-rev.ui--read-more, .post-style--v a:active span.ui--btn.color-rev.ui--read-more, .post-style--v a:focus span.ui--btn.color-rev.ui--read-more, .ui--btn.color-rev:active, .ui--btn.color-rev:focus {
  background-color: #e8eaea;
}
.ui--btn.color-rev:hover i, .post-style--v a:hover span.ui--btn.color-rev.ui--read-more i, .post-style--v a:active span.ui--btn.color-rev.ui--read-more i, .post-style--v a:focus span.ui--btn.color-rev.ui--read-more i, .ui--btn.color-rev:active i, .ui--btn.color-rev:focus i {
  color: var(--c-icon);
}
.ui--btn.color-dark {
  background-color: var(--c-icon);
  color: #fff;
}
.ui--btn.color-dark:hover, .post-style--v a:hover span.ui--btn.color-dark.ui--read-more, .post-style--v a:active span.ui--btn.color-dark.ui--read-more, .post-style--v a:focus span.ui--btn.color-dark.ui--read-more, .ui--btn.color-dark:active, .ui--btn.color-dark:focus {
  background-color: var(--primary);
}
.ui--btn.color-dark:hover i, .post-style--v a:hover span.ui--btn.color-dark.ui--read-more i, .post-style--v a:active span.ui--btn.color-dark.ui--read-more i, .post-style--v a:focus span.ui--btn.color-dark.ui--read-more i, .ui--btn.color-dark:active i, .ui--btn.color-dark:focus i {
  color: #fff;
}
.ui--btn.size-compact {
  width: 30px;
  height: 30px;
}

.ui--read-more, .post-style--v a:hover span.ui--read-more, .post-style--v a:active span.ui--read-more, .post-style--v a:focus span.ui--read-more {
  position: relative;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: var(--text);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ui--read-more:before, .post-style--v a:hover span.ui--read-more:before, .post-style--v a:active span.ui--read-more:before, .post-style--v a:focus span.ui--read-more:before {
  font-size: 25px;
  position: absolute;
  background-color: var(--secondary);
  border-radius: 100%;
  height: 24px;
  width: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: -40px;
}
.ui--read-more:hover, .post-style--v a:hover span.ui--read-more, .post-style--v a:active span.ui--read-more, .post-style--v a:focus span.ui--read-more, .ui--read-more:active, .ui--read-more:focus {
  color: var(--text);
}
.ui--read-more:hover:before, .post-style--v a:hover span.ui--read-more:before, .post-style--v a:active span.ui--read-more:before, .post-style--v a:focus span.ui--read-more:before, .ui--read-more:active:before, .ui--read-more:focus:before {
  background-color: var(--text);
  color: var(--content-bg);
}
.ui--read-more.no-text, .post-style--v a:hover span.no-text.ui--read-more, .post-style--v a:active span.no-text.ui--read-more, .post-style--v a:focus span.no-text.ui--read-more {
  text-indent: -9999px;
}
.ui--read-more.no-text:before, .post-style--v a:hover span.no-text.ui--read-more:before, .post-style--v a:active span.no-text.ui--read-more:before, .post-style--v a:focus span.no-text.ui--read-more:before {
  text-indent: 0;
  right: -24px;
}
.ui--read-more.no-icon:before, .post-style--v a:hover span.no-icon.ui--read-more:before, .post-style--v a:active span.no-icon.ui--read-more:before, .post-style--v a:focus span.no-icon.ui--read-more:before {
  display: none;
}

/* * Components End * */
body {
  background-color: var(--body-bg);
}

.header--menu-trigger .icon-menu-close {
  display: none;
}

html.slideout-open .main--wrapper:before {
  visibility: visible;
  pointer-events: auto;
  opacity: 0.8;
}
html.slideout-open .header--menu-trigger .icon-menu-open {
  display: none;
}
html.slideout-open .header--menu-trigger .icon-menu-close {
  display: block;
}

html.is-open .main--wrapper:before {
  visibility: visible;
  pointer-events: auto;
  opacity: 0.8;
}

.main--wrapper {
  height: 100%;
  overflow: auto;
  position: relative;
}
.main--wrapper:before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  z-index: 999999;
  visibility: hidden;
  pointer-events: none;
}

[class*=support-box--] a:after {
  display: none !important;
}

body.stop-support .support-box, body.error404 .support-box {
  display: none !important;
}

.support-box {
  background: var(--body-bg);
  margin: 15px auto;
}
@media (min-width: 465px) {
  .support-box.mobile-only {
    display: none;
  }
}
.support-box.size-970x250 {
  width: 970px;
  height: 250px;
  margin-top: 0;
  max-width: 100%;
}
.support-box.size-970x170 {
  width: 970px;
  height: 170px;
  max-width: 100%;
}
.support-box.size-250x600 {
  width: 250px;
  height: 600px;
  max-width: 100%;
}

.module--share ul {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  margin: 0;
}
.module--share ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: var(--body-bg);
  border-radius: 100%;
  color: var(--black);
  margin-right: 20px;
}
.module--share ul li a i {
  font-size: 0;
}
.module--share ul li a i:before {
  font-size: 16px;
}

.module--taboola {
  margin: 50px 0;
  width: 100%;
  background: var(--body-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 170px;
}

.section-spacer {
  height: 40px;
  display: block;
}
.section-spacer.size-40 {
  height: 40px;
}
.section-spacer.size-20 {
  height: 20px;
}
.section-spacer.size-50 {
  height: 50px;
}

.page-404-container {
  width: 100%;
  padding: 35px 15px 0;
}
.page-404-container h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: bolder;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: var(--text);
  padding: 0;
  margin: 0 0 15px 0;
}
.page-404-container p {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: var(--text);
  margin: 0;
}

.text-404 {
  visibility: hidden;
  opacity: 0;
}

.post.post-not-found {
  text-align: center;
}

.searchform .screen-reader-text {
  display: none;
}
.searchform > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.searchform input[type=text] {
  border: 0;
  height: 40px;
  padding: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top: 2px solid var(--primary);
  border-left: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 12px;
}
.searchform input[type=submit] {
  border: 0;
  background-color: var(--primary);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 40px;
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 10px;
  margin: 0;
}

.search-box {
  position: fixed;
  z-index: 90000;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.search-box.is-open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
.search-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: var(--primary);
  opacity: 0.9;
  z-index: 0;
  pointer-events: none;
}
.search-box .screen-reader-text {
  display: none;
}
.search-box .search-close {
  border: 0;
  color: #fff;
  position: absolute;
  top: -150px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 100%;
  background-color: #fff;
  width: 60px;
  height: 60px;
  color: var(--primary);
}
.search-box .search-close span {
  font-size: 14px;
}
.search-box .inner-area {
  position: relative;
  z-index: 1000;
  width: 100%;
  max-width: 1000px;
  padding: 0 15px;
}
.search-box .inner-area .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.search-box .inner-area .search-text {
  background: transparent;
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 32px;
  height: 32px;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
  border: 0;
  padding: 32px 16px 32px 55px;
}
.search-box .inner-area .search-text::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.search-box .inner-area .search-text::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.search-box .inner-area .search-text:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.search-box .inner-area .search-text::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.search-box .inner-area .search-text::placeholder {
  color: #fff;
  opacity: 1;
}
@media (max-width: 480px) {
  .search-box .inner-area .search-text {
    font-size: 18px;
    height: 16px;
    padding: 16px 8px 16px 8px;
  }
}
.search-box .inner-area .search-submit {
  left: 0;
  position: absolute;
  z-index: 500;
  border: 0;
  background: transparent;
  font-size: 25px;
  color: #fff;
  width: 65px;
  height: 65px;
  padding: 0;
}
@media (max-width: 480px) {
  .search-box .inner-area .search-submit {
    display: none;
  }
}

.legacy-facebook {
  height: 752px;
}

.privacy-msg {
  width: 100%;
  height: 445px !important;
  border-radius: 10px;
  background: var(--white);
  -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.04);
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.04);
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.privacy-msg iframe {
  display: none;
}
/*# sourceMappingURL=main.combined.css.map */
