@charset "UTF-8";
/*--------------------------------------------------------------
# Sass variables color
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Global Settings
--------------------------------------------------------------*/
@import url(../vendor/normalize.css);
@import url(../vendor/bootstrap-grid.css);
@import url(../vendor/slick.css);
@import url(../vendor/slick-theme.css);
@import url(../vendor/jquery.fancybox.css);
.container {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-width: 320px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}

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

.clr {
  clear: both;
}

img {
  max-width: 100%;
}

a {
  border-bottom: 2px solid #b20000;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  border-color: transparent;
}

html {
  box-sizing: border-box;
  height: 100%;
  font-size: 62.5%;
}

body {
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  line-height: 28px;
  font-size: calc(17px + 1 * (100vw - 320px) / 1440);
  height: 100%;
  background: #0d1114 url(../Images/bg.svg);
  color: #bcbcbc;
  position: relative;
}

@media (max-width: 767px) {
  /* line 43, ../scss/base/_base.scss */
  body {
    background-size: cover;
  }
}
body.over_hide {
  overflow: hidden;
}

body.nothome:before, body.nothome:after {
  display: none;
}

p {
  margin-bottom: 30px;
}

.m-10 {
  margin: 0 10px;
}

.mr-10 {
  margin: 0 10px 0 0 !important;
}

.title {
  margin: 40px 0 20px 0;
  color: #fff;
  font-size: 30px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  padding: 0;
  color: #fff;
  font-family: "Cormorant Garamond", "Libre Baskerville", "Georgia", serif;
  font-weight: 700;
  line-height: 120%;
}

h1 {
  font-size: calc(26px + 6 * (100vw - 320px) / 1440);
}

h2 {
  font-size: calc(24px + 4 * (100vw - 320px) / 1440);
}

h3 {
  font-size: calc(22px + 4 * (100vw - 320px) / 1440);
}

h4 {
  font-size: calc(20px + 4 * (100vw - 320px) / 1440);
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin-bottom: 30px;
  padding-left: 20px;
  list-style: none;
}

ul li {
  position: relative;
  padding-left: 28px;
}

ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 14px;
  height: 3px;
  border-radius: 1px;
  background: #b20000;
  box-shadow: 0 1px 3px rgba(178, 0, 0, 0.5);
  transition: all 0.4s ease-out;
  transform: perspective(1px) translate(0, 0) translateZ(0) skewX(-13deg);
}

ul li:hover:before {
  transform: translate(3px, 0);
}

ol {
  margin-bottom: 30px;
  padding-left: 36px;
}

ol li {
  padding-left: 10px;
}

mark {
  padding: 0 7px;
  border-radius: 6px;
  background: #22282d;
  color: #bcbcbc;
}

.text-center {
  text-align: center;
}

delete,
.t-line {
  text-decoration: line-through;
}

.t-under {
  text-decoration: underline;
}

.code-block {
  background: #20252a;
  color: #4a5661;
  padding: 15px;
  line-height: 34px;
}

.code-block span {
  color: #b20000;
}

.bg-grey-d {
  background: #171b1e;
}

.box, .box-first, .box-large, .box-nested, .box-row {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 30px;
  background: #22282d;
  border-radius: 2px;
  overflow: hidden;
  text-align: left;
}

.box p, .box-first p, .box-large p, .box-nested p, .box-row p {
  margin: 0;
}

.box, .box-first, .box-large, .box-nested, .box-row {
  padding: 15px;
}

.box-nested {
  background: #101316;
}

.box-first {
  background: #171b1e;
}

.box-large {
  height: 100px;
}

.p-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

#map {
  height: 400px;
  margin: 0;
  padding: 0;
}

.img-rond {
  border-radius: 6px;
}

.cursive-red {
  font-family: cursive;
  color: #b20000;
}

.cursive-red.headline {
  font-size: 35px;
}

/*--------------------------------------------------------------
# Form Elements Style
--------------------------------------------------------------*/
form.searchbar {
  text-align: center;
}

form.searchbar input {
  width: 50%;
}

form.searchbar #elasticsearch-searchinputautocomplete-list {
  text-align: left;
  width: 48%;
  position: absolute;
  background: #22282d;
  z-index: 100;
  left: 26%;
  padding: 10px;
  border-radius: 0 0 10px 10px;
}

.input-bg {
  position: relative;
  z-index: 2;
  display: inline-block;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 1px solid #30383f;
  border-radius: 6px;
  background: #0d1114;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  outline: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
  transform: perspective(1px) translateZ(0) skewX(-13deg);
}

.input-bg:hover {
  border: 1px solid #280000;
}

.input-bg.focus {
  border: 1px solid #b20000;
}

.input-bg.length {
  border: 1px solid #b20000;
}

.input-bg.error {
  border: 1px solid #970f0f;
}

.input-bg input[type=date],
.input-bg input[type=datetime],
.input-bg input[type=datetime-local],
.input-bg input[type=email],
.input-bg input[type=month],
.input-bg input[type=number],
.input-bg input[type=password],
.input-bg input[type=range],
.input-bg input[type=search],
.input-bg input[type=tel],
.input-bg input[type=text],
.input-bg input[type=time],
.input-bg input[type=url],
.input-bg input[type=week],
.input-bg select {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 15px;
  border: 0 !important;
  border-radius: 6px;
  background: #0d1114;
  color: #fff;
  box-shadow: none !important;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 48px;
  transition: all 0.2s ease;
  transform: perspective(1px) translateZ(0) skewX(13deg);
  backface-visibility: hidden;
}

input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 15px;
  border: 1px solid #30383f;
  border-radius: 6px;
  background: #0d1114;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 48px;
  transition: all 0.2s ease;
}

input[type=date]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=email]:hover,
input[type=month]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=range]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=time]:hover,
input[type=url]:hover,
input[type=week]:hover,
select:hover {
  border: 1px solid #280000;
}

input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus {
  border: 1px solid #b20000;
}

input[type=date].length,
input[type=datetime].length,
input[type=datetime-local].length,
input[type=email].length,
input[type=month].length,
input[type=number].length,
input[type=password].length,
input[type=range].length,
input[type=search].length,
input[type=tel].length,
input[type=text].length,
input[type=time].length,
input[type=url].length,
input[type=week].length,
select.length {
  border: 1px solid #b20000;
}

input[type=date].error,
input[type=datetime].error,
input[type=datetime-local].error,
input[type=email].error,
input[type=month].error,
input[type=number].error,
input[type=password].error,
input[type=range].error,
input[type=search].error,
input[type=tel].error,
input[type=text].error,
input[type=time].error,
input[type=url].error,
input[type=week].error,
select.error {
  border: 1px solid #970f0f;
}

input[type=submit] {
  transition: all 0.2s ease;
}

.text-shadow {
  text-shadow: 0 2px 6px rgba(255, 255, 255, 0.5);
}

blockquote {
  margin-bottom: 20px;
  padding: 10px 20px;
  border-left: 2px solid #b20000;
  color: #777777;
  font-style: italic;
  line-height: 160%;
  font-size: calc(16px + 4 * (100vw - 320px) / 1440);
}

blockquote .blockquote__footer {
  position: relative;
  color: #fff;
  font-size: calc(15px + 1 * (100vw - 320px) / 1440);
}

blockquote .blockquote__footer:before {
  content: "— ";
}

.btn-submit {
  padding: 0 !important;
}

.btn-submit.w100 {
  width: 100%;
  height: 48px;
}

.btn input[type=submit] {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  border: 0;
  background: transparent;
  color: #fff;
  outline: none;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transform: perspective(1px) translateZ(0) skewX(0deg);
}

.btn.btn-perspective input[type=submit] {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  border: 0;
  background: transparent;
  color: #fff;
  outline: none;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transform: perspective(1px) translateZ(0) skewX(13deg);
}

.btn-active.btn-perspective input[type=submit] {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  border: 0;
  background: transparent;
  color: #fff;
  outline: none;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transform: perspective(1px) translateZ(0) skewX(13deg);
}

.btn-active input[type=submit] {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  border: 0;
  background: transparent;
  color: #fff;
  outline: none;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transform: perspective(1px) translateZ(0) skewX(0deg);
}

select {
  font-size: 16px !important;
}

textarea {
  width: 100%;
  min-height: 150px;
  margin: 0 !important;
  padding: 10px;
  border: 1px solid #30383f;
  border-radius: 6px;
  background: #0d1114;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  outline: none;
  font-size: 16px !important;
  transition: all 0.2s ease-out;
}

textarea:hover {
  border: 1px solid #280000;
}

textarea:focus {
  border: 1px solid #b20000;
}

textarea.length {
  border: 1px solid #b20000;
}

textarea.error {
  border: 1px solid #970f0f;
}

#elasticsearch-searchinputautocomplete-list .search-hint {
  color: #646464;
}

/*--------------------------------------------------------------
# Custom Checkbox Style
--------------------------------------------------------------*/
.checkbox {
  position: absolute;
  z-index: -1;
  margin: 10px 0 0 20px;
  opacity: 0;
}

.checkbox + label {
  position: relative;
  display: flex;
  align-items: center;
  height: 20px;
  line-height: 20px;
  margin: 10px 0;
  padding: 0 0 0 30px;
  cursor: pointer;
}

label a {
  margin-left: 4px;
  border: 0;
  color: #b20000;
  text-shadow: 0 2px 6px rgba(178, 0, 0, 0.5);
  text-decoration: underline;
}

label a:hover {
  text-decoration: none;
}

.checkbox + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 2px solid #280000;
  border-radius: 4px;
  transition: 0.2s;
}

.checkbox.error + label:before {
  border-color: #970f0f;
}

.checkbox:hover + label:before {
  border-color: #b20000;
}

.checkbox:checked + label:before {
  border-color: #b20000;
  box-shadow: 0 0px 6px rgba(178, 0, 0, 0.5);
}

.checkbox:checked + label {
  color: #fff;
  transition: 0.2s;
  text-shadow: 0 2px 6px rgba(255, 255, 255, 0.5);
}

.checkbox + label:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  background: #b20000;
  opacity: 0;
  transition: 0.2s;
}

.checkbox:checked + label:after {
  box-shadow: 0 0px 6px rgba(178, 0, 0, 0.5);
  opacity: 1;
}

.checkbox:disabled + label {
  color: #293137;
}

.checkbox:disabled + label:before {
  border: 2px solid #171b1e;
  background: #0d1114;
}

/*--------------------------------------------------------------
# Custom Radio Style
--------------------------------------------------------------*/
.radio {
  position: absolute;
  z-index: -1;
  margin: 10px 0 0 20px;
  opacity: 0;
}

.radio + label {
  position: relative;
  display: flex;
  align-items: center;
  height: 20px;
  margin: 10px 0;
  padding: 0 0 0 30px;
  font-size: 16px;
  cursor: pointer;
}

.radio + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 2px solid #280000;
  border-radius: 100%;
  font-size: 11px;
  transition: 0.2s;
}

.radio:hover + label:before {
  border-color: #b20000;
}

.radio:checked + label:before {
  border-color: #b20000;
  box-shadow: 0 0 6px rgba(178, 0, 0, 0.5);
}

.radio:checked + label {
  color: #fff;
  transition: 0.2s;
  text-shadow: 0 2px 6px rgba(255, 255, 255, 0.5);
}

.radio + label:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #b20000;
  opacity: 0;
  transition: 0.2s;
}

.radio:checked + label:after {
  box-shadow: 0 0px 6px rgba(178, 0, 0, 0.5);
  opacity: 1;
}

.radio:disabled + label {
  color: #293137;
}

.radio:disabled + label:before {
  border: 2px solid #171b1e;
  background: #0d1114;
}

.dflex {
  align-items: flex-start;
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

/*--------------------------------------------------------------
# Table Style
--------------------------------------------------------------*/
table {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
  background: #20252a;
}

th {
  background: #101518;
  color: #b20000;
}

th,
td {
  padding: 1.5rem 1rem;
  border: 0;
  text-align: left;
}

tbody tr:nth-child(odd) {
  background: #1b2024;
}

/*--------------------------------------------------------------
# Button Style
--------------------------------------------------------------*/
.btn-active {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  height: 40px;
  margin: 0;
  padding: 0 20px;
  border: 0;
  border: 1px solid #b20000 !important;
  border-radius: 6px;
  background: linear-gradient(17deg, #650000 0%, #b20000 100%);
  color: #fff !important;
  box-shadow: 0 3px 10px rgba(178, 0, 0, 0.5);
  outline: none;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

@media (max-width: 1050px) {
  /* line 753, ../scss/base/_base.scss */
  .btn-active {
    height: 40px;
    font-size: 14px;
  }
}
.btn-active:hover {
  color: #bcbcbc !important;
  border: 1px solid #30383f !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.btn-active:hover:after {
  opacity: 1;
}

.btn-active:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 6px;
  border: 1px solid #30383f !important;
  background: linear-gradient(17deg, #22282d 0%, #30383f 100%);
  opacity: 0;
  transition: all 0.2s ease-out;
}

.btn-active.btn-perspective {
  margin-right: 4px !important;
  font-style: italic;
  transform: perspective(1px) translateZ(0) skewX(-13deg);
}

.btn-active.btn-perspective span {
  transform: perspective(1px) translateZ(0) skewX(13deg);
  backface-visibility: hidden;
}

.btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  height: 40px;
  margin: 0;
  padding: 0 20px;
  border: 0;
  border: 1px solid #30383f;
  border-radius: 6px;
  background: linear-gradient(17deg, #22282d 0%, #30383f 100%);
  color: #bcbcbc;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  outline: none;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

@media (max-width: 1050px) {
  /* line 785, ../scss/base/_base.scss */
  .btn {
    height: 40px;
    font-size: 14px;
  }
}
.btn:hover {
  border: 1px solid #b20000;
  color: #fff;
  box-shadow: 0 3px 10px rgba(178, 0, 0, 0.5);
}

.btn:hover:after {
  opacity: 1;
}

.btn:hover input[type=submit] {
  color: #fff;
}

.btn:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 6px;
  border: 1px solid #b20000;
  background: linear-gradient(17deg, #650000 0%, #b20000 100%);
  opacity: 0;
  transition: all 0.2s ease-out;
}

.btn.disable {
  color: #374048;
  pointer-events: none;
}

.btn input[type=submit]:disabled {
  color: #374048 !important;
  pointer-events: none;
}

.btn input[type=submit] {
  color: #bcbcbc;
}

.btn.btn-perspective {
  margin-right: 4px !important;
  margin-left: 4px !important;
  font-style: italic;
  transform: perspective(1px) translateZ(0) skewX(-13deg);
}

.btn.btn-perspective span {
  transform: perspective(1px) translateZ(0) skewX(13deg);
  backface-visibility: hidden;
}

.btn.btn-perspective input[type=submit] {
  color: #bcbcbc;
}

.btn.btn-perspective:hover input[type=submit] {
  color: #fff;
}

/*--------------------------------------------------------------
# Typography Page
--------------------------------------------------------------*/
@media (max-width: 1200px) {
  /* line 853, ../scss/base/_base.scss */
  .typography .col-6 {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
}
.typography .btn {
  margin-bottom: 15px;
}

.typography .title {
  font-weight: 800;
  font-size: 20px;
  text-shadow: 0 2px 6px rgba(255, 255, 255, 0.5);
}

#js-particles {
  position: absolute;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Tabs Style
--------------------------------------------------------------*/
.tab-wrapper {
  display: block;
  margin: auto;
  text-align: center;
}

.tab-content-wrapper {
  position: relative;
}

.tabs {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 80px;
  padding: 0 15px;
  border-radius: 5px;
}

@media (max-width: 991px) {
  /* line 889, ../scss/base/_base.scss */
  .tabs {
    flex-wrap: wrap;
  }
}
.tabs li:before {
  display: none;
}

.tab-link {
  position: relative;
  z-index: 5;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
  padding: 44px 0;
  border: 1px solid #141a1e;
  border-right: 1px solid #12171b;
  background: #141a1e;
  box-shadow: 0 4px 10px transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: perspective(1px) translate(0, 0) skewX(-13deg);
  -ms-flex-preferred-size: 16.66666667%;
}

@media (max-width: 991px) {
  /* line 906, ../scss/base/_base.scss */
  .tab-link {
    transform: perspective(1px) translate(0, 0) skewX(0deg);
  }
}
.tab-link:first-child {
  border-radius: 5px 0 0 5px;
}

.tab-link:last-child {
  border-radius: 0 5px 5px 0;
}

.tab-link:hover {
  z-index: 7;
}

.tab-link:hover > span {
  color: #b20000;
}

.tab-link:hover > span .icon-svg {
  fill: #b20000;
  transform: translate(0, -2px);
}

.tab-link:active {
  z-index: 8;
  border-color: #b20000 !important;
  background: #b20000;
  box-shadow: 0 4px 10px rgba(178, 0, 0, 0.5);
  transform: perspective(1px) translate(0, 5px) skewX(-13deg);
}

@media (max-width: 991px) {
  /* line 946, ../scss/base/_base.scss */
  .tab-link:active {
    transform: perspective(1px) translateZ(0) skewX(0deg);
  }
}
.tab-link:active > span {
  color: #fff;
}

.tab-link:active > span .icon-svg {
  width: 38px;
  height: 38px;
  fill: #fff;
  transform: translate(0, 2px);
}

.tab-link.active {
  z-index: 8;
  border-color: #b20000 !important;
  background: #b20000;
  box-shadow: 0 4px 10px rgba(178, 0, 0, 0.5);
}

.tab-link.active:hover span {
  color: #fff;
}

.tab-link.active:hover span .icon-svg {
  fill: #fff;
  transform: translate(0, 0px);
}

.tab-link:last-child:after {
  display: none;
}

.tab-link > span {
  display: block;
  color: #fff;
  transition: all 0.3s ease;
  transform: perspective(1px) translateZ(0) skewX(13deg);
}

@media (max-width: 991px) {
  /* line 991, ../scss/base/_base.scss */
  .tab-link > span {
    transform: perspective(1px) translateZ(0) skewX(0deg);
  }
}
.tab-link > span span {
  display: block;
}

.tab-link .icon-svg {
  width: 38px;
  height: 38px;
  fill: #fff;
  transition: all 0.3s ease;
}

.tab-content {
  position: absolute;
  top: 0;
  display: flex;
  overflow: hidden;
  list-style: none;
  opacity: 0;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translateX(50px);
}

.tab-content.active {
  position: relative;
  z-index: 2;
  height: auto;
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateX(0px);
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}
/*--------------------------------------------------------------
# Custom Google Map Style
--------------------------------------------------------------*/
.gm-style .gm-style-iw-c {
  padding: 25px !important;
  background-color: #333333;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.8);
  border-radius: 6px;
}

.gm-style .gm-style-iw-t::after {
  background: linear-gradient(45deg, #333333 50%, rgba(51, 51, 51, 0) 51%, rgba(51, 51, 51, 0) 100%);
  box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.8);
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}

.gm-style .gm-ui-hover-effect {
  display: none !important;
}

div#gm-close-btn {
  width: 15px;
  cursor: pointer;
  height: 15px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 20;
}

div#gm-close-btn svg {
  width: 15px;
  height: 15px;
  fill: #bcbcbc;
  transition: all 0.3s ease;
}

div#gm-close-btn svg:hover {
  fill: #b20000;
}

.icon-svg {
  transition: all 0.3s ease;
}

/* added by MF */
.flex {
  display: flex;
}

.flowpack-searchplugin-search ol {
  list-style: none;
  padding-left: 0;
}

.flowpack-searchplugin-search ol li {
  padding-left: 0;
}

.flowpack-searchplugin-search .small-item-list {
  display: flex;
  flex-wrap: wrap;
  margin: 3em 0;
}

.flowpack-searchplugin-search .small-item-list .sidebar__info-posts-item {
  flex: 0 0 25%;
  max-width: 32%;
}

.flowpack-searchplugin-search .small-item-list .sidebar__info-posts-item .sidebar__info-posts-desc {
  padding: 10px 0;
}

/*--------------------------------------------------------------
# Vendor css
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Sprites icons
--------------------------------------------------------------*/
.icon-svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.icon-svg-close {
  font-size: 51.2rem;
  width: 0.625em;
}

.icon-svg-facebook {
  font-size: 51.2rem;
  width: 0.625em;
}

.icon-svg-instagram {
  font-size: 51.2rem;
  width: 0.875em;
}

.icon-svg-next-arrow {
  font-size: 25.6rem;
  width: 1.75em;
}

.icon-svg-prev-arrow {
  font-size: 25.6rem;
  width: 1.75em;
}

.icon-svg-search {
  font-size: 51.2rem;
  width: 1em;
}

.icon-svg-twitter {
  font-size: 51.2rem;
  width: 1em;
}

.icon-svg-w-1 {
  font-size: 46.4rem;
  width: 1.10345em;
}

.icon-svg-w-2 {
  font-size: 51.2rem;
  width: 1em;
}

.icon-svg-w-3 {
  font-size: 51.2rem;
  width: 1em;
}

.icon-svg-w-4 {
  font-size: 48rem;
  width: 1.06667em;
}

.icon-svg-w-5 {
  font-size: 44.8rem;
  width: 1.14286em;
}

.icon-svg-w-6 {
  font-size: 38.6rem;
  width: 1.32642em;
}

.icon-svg-youtube {
  font-size: 51.2rem;
  width: 1.125em;
}

.icon-svg-zoom {
  font-size: 44.8rem;
  width: 1em;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.page-loader {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.page-loader:before {
  content: "";
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 50%;
  background-color: #0d1114;
}

.page-loader:after {
  content: "";
  position: fixed;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: 50%;
  background-color: #0d1114;
}

.page-loader.loaded:before {
  top: 0;
  height: 0;
  -moz-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
  -o-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
  -webkit-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
  transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
}

.page-loader.loaded:after {
  bottom: 0;
  height: 0;
  -moz-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
  -o-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
  -webkit-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
  transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
}

.page-loader.loaded {
  height: 0;
  z-index: -100;
  -moz-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
  -o-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
  -webkit-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
  transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
}

.page-loader.loaded .iconload:before {
  opacity: 0;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.page-loader .iconload:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  z-index: 200;
  width: 60px;
  height: 60px;
  border: 2px solid #b20000;
  border-top-color: #fff;
  border-radius: 50%;
  -moz-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
  -o-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
  -webkit-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
  transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes animate-preloader2 {
  0% {
    transform: perspective(1px) translateZ(0) skewX(13deg) rotate(0deg);
  }
  100% {
    transform: perspective(1px) translateZ(0) skewX(13deg) rotate(360deg);
  }
}
@keyframes animate-preloader2 {
  0% {
    transform: perspective(1px) translateZ(0) skewX(13deg) rotate(0deg);
  }
  100% {
    transform: perspective(1px) translateZ(0) skewX(13deg) rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/
header.pages {
  height: auto;
}

header.pages .container {
  position: initial;
}

@media (max-width: 991px) {
  /* line 6, ../scss/layout/_header.scss */
  header.pages .container {
    position: relative;
  }
}
header .pages__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 150px 0 48px 0;
}

@media (max-width: 991px) {
  /* line 15, ../scss/layout/_header.scss */
  header .pages__head {
    padding: 94px 15px 18px;
  }
}
header .pages__head .block__title {
  margin-bottom: 0;
}

header .pages__head .path {
  z-index: 5;
  margin-top: 34px;
}

header .pages__head .path span {
  color: #b20000;
}

header .pages__head .path span:after {
  content: "/";
  display: inline-block;
  padding: 0 5px;
  color: #3c4750;
}

header .pages__head .path span:last-child:after {
  display: none;
}

header .pages__head .path a {
  position: relative;
  border-bottom: 1px solid transparent;
  color: #3c4750;
}

header .pages__head .path a:hover {
  border-color: #3c4750;
}

header .pages__head.black-bg:after {
  content: "";
  /*background: url("../Images/pattern-1.png");*/
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.01;
}

.header__top {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  padding: 10px 15px;
}

.header__top .burger-wrapper {
  display: none;
}

@media (max-width: 991px) {
  /* line 78, ../scss/layout/_header.scss */
  .header__top {
    padding: 10px 0;
  }
  /* line 93, ../scss/layout/_header.scss */
  .header__top.scrolled {
    overflow: visible;
  }
  /* line 97, ../scss/layout/_header.scss */
  .header__top .burger-wrapper {
    position: absolute;
    display: block;
    width: 53px;
    height: 53px;
    z-index: 2200;
    overflow: hidden;
    top: auto;
    right: 0;
  }
  /* line 108, ../scss/layout/_header.scss */
  .header__top .burger {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  /* line 117, ../scss/layout/_header.scss */
  .header__top .hamRotate.active {
    transform: rotate(45deg);
  }
  /* line 120, ../scss/layout/_header.scss */
  .header__top .hamRotate180.active {
    transform: rotate(180deg);
  }
  /* line 124, ../scss/layout/_header.scss */
  .header__top .line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #fff;
    stroke-width: 5.5;
    stroke-linecap: round;
  }
  /* line 131, ../scss/layout/_header.scss */
  .header__top .burger .top {
    stroke-dasharray: 40 160;
  }
  /* line 134, ../scss/layout/_header.scss */
  .header__top .burger .middle {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform 400ms;
  }
  /* line 139, ../scss/layout/_header.scss */
  .header__top .burger .bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform 400ms, stroke-dashoffset 400ms;
  }
  /* line 144, ../scss/layout/_header.scss */
  .header__top .burger.active .top {
    stroke-dashoffset: -64px;
  }
  /* line 147, ../scss/layout/_header.scss */
  .header__top .burger.active .middle {
    transform: rotate(90deg);
  }
  /* line 150, ../scss/layout/_header.scss */
  .header__top .burger.active .bottom {
    stroke-dashoffset: -64px;
  }
}
.header__top .btn-active {
  z-index: 2200 !important;
}

.header__top.scrolled {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  padding: 0 15px !important;
  background: rgba(13, 17, 20, 0.7);
  box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.1);
  animation: show-top 1 0.3s cubic-bezier(0.21, 0.67, 0.58, 1);
  animation-fill-mode: forwards;
  -webkit-backdrop-filter: blur(55px) saturate(180%);
  backdrop-filter: blur(45px) saturate(180%);
  will-change: auto;
}

@media (max-width: 991px) {
  /* line 159, ../scss/layout/_header.scss */
  .header__top.scrolled {
    padding: 10px 0 !important;
  }
}
.header__top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  margin-top: 15px;
  z-index: 2200;
  width: 250px;
  height: 43px;
  display: flex;
}

@media (max-width: 991px) {
  /* line 185, ../scss/layout/_header.scss */
  .header__logo {
    width: 130px;
    height: auto;
  }
}
@media (max-width: 575px) {
  /* line 185, ../scss/layout/_header.scss */
  .header__logo {
    overflow: hidden;
    height: auto;
  }
  /* line 201, ../scss/layout/_header.scss */
  .header__logo img {
    width: 130px;
    max-width: 130px;
  }
}
.header__logo a {
  width: 100%;
  border: 0;
}

.header__logo a:hover {
  opacity: 0.8;
}

.header__logo a img {
  max-height: 43px;
  height: 100%;
}

.header .btn-active {
  z-index: 2000;
}

.header__menu {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  /* line 233, ../scss/layout/_header.scss */
  .header__menu .btn-active {
    height: 27px;
    margin-right: 45px !important;
    padding: 0 10px;
    font-size: 12px;
  }
}
.header__menu nav {
  font-size: calc(15px + 1 * (100vw - 320px) / 1440);
}

@media (max-width: 991px) {
  /* line 241, ../scss/layout/_header.scss */
  .header__menu nav {
    position: fixed;
    overflow: auto;
    top: 0;
    right: -50%;
    z-index: 2100;
    display: block;
    width: 50%;
    height: 100vh;
    background: #000;
    box-shadow: 0 0 3px rgba(42, 42, 42, 0.1);
    transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1);
  }
  /* line 257, ../scss/layout/_header.scss */
  .header__menu nav ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    padding: 70px 0 0 0;
  }
  /* line 264, ../scss/layout/_header.scss */
  .header__menu nav ul li {
    width: 100%;
  }
  /* line 267, ../scss/layout/_header.scss */
  .header__menu nav ul li.sub {
    position: relative;
  }
  /* line 270, ../scss/layout/_header.scss */
  .header__menu nav ul li.sub:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 49px;
    height: 49px;
    background: url(../Images/angle-bt.svg) center center no-repeat;
    background-size: 12px;
    opacity: 0.4;
    transition: all 0.3s ease-out;
    transform: scale(1, -1);
  }
  /* line 284, ../scss/layout/_header.scss */
  .header__menu nav ul li.sub.open:after {
    transform: scale(-1, 1);
  }
  /* line 288, ../scss/layout/_header.scss */
  .header__menu nav ul li.sub > a:after {
    display: none;
  }
  /* line 293, ../scss/layout/_header.scss */
  .header__menu nav ul li .submenu {
    position: relative;
    top: auto;
    left: auto;
    display: none;
    width: 100%;
    height: auto;
    border: 0;
    background: transparent;
    opacity: 1;
    visibility: visible;
    transition: auto;
    transform: translate(0, 0);
  }
  /* line 307, ../scss/layout/_header.scss */
  .header__menu nav ul li .submenu li {
    padding-left: 15px;
  }
  /* line 310, ../scss/layout/_header.scss */
  .header__menu nav ul li .submenu li a {
    position: relative;
    font-weight: 600;
    text-transform: inherit;
  }
  /* line 315, ../scss/layout/_header.scss */
  .header__menu nav ul li .submenu li a:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    width: 8px;
    height: 2px;
    border-radius: 1px;
    background: #3c4750;
    opacity: 1;
    transition: all 0.3s ease-out;
    transform: translate(-4px, 0);
  }
  /* line 329, ../scss/layout/_header.scss */
  .header__menu nav ul li .submenu li a:hover {
    background: inherit;
    color: #fff;
  }
  /* line 337, ../scss/layout/_header.scss */
  .header__menu nav ul li a {
    display: block;
    margin: 0 !important;
    padding: 10px 15px;
  }
  /* line 342, ../scss/layout/_header.scss */
  .header__menu nav ul li a.active, .header__menu nav ul li a:hover {
    border-bottom: 1px solid #22282d;
    background: #22282d;
    color: #fff;
  }
  /* line 351, ../scss/layout/_header.scss */
  .header__menu nav.active {
    right: 0;
    display: block;
  }
}
@media (max-width: 575px) {
  /* line 241, ../scss/layout/_header.scss */
  .header__menu nav {
    right: -100%;
    width: 100%;
  }
  /* line 360, ../scss/layout/_header.scss */
  .header__menu nav.active {
    right: 0;
  }
}
.header__menu nav ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 15px 0 0;
  list-style: none;
}

.header__menu nav ul li {
  position: relative;
  padding: 0;
  cursor: pointer;
}

.header__menu nav ul li:before {
  display: none;
}

.header__menu nav ul li a {
  display: inline-block;
  margin: 0 15px;
  padding: 20px 0;
  border: 0;
  color: #bcbcbc;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  /* line 380, ../scss/layout/_header.scss */
  .header__menu nav ul li a {
    margin: 0 13px;
    font-size: 14px;
  }
}
.header__menu nav ul li a:hover {
  color: #fff;
}

.header__menu nav ul li a:hover.btn {
  color: #fff;
}

.header__menu nav ul li a.active {
  color: #fff;
}

.header__menu nav ul li .submenu {
  position: absolute;
  top: 100%;
  left: 15px;
  z-index: 20;
  flex-direction: column;
  width: 250px;
  padding: 5px;
  border: 1px solid #30383f;
  border-radius: 5px;
  background: linear-gradient(17deg, #22282d 0%, #30383f 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translate(0, 10px);
}

.header__menu nav ul li .submenu li {
  width: 100%;
  padding: 0;
}

.header__menu nav ul li .submenu li a {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 22px;
  padding: 7px 12px;
  border: 0;
  border-radius: 3px;
  font-size: 15px;
}

.header__menu nav ul li .submenu li a:hover {
  padding-left: 15px;
  color: #b20000;
}

.header__menu nav ul li:hover > a {
  color: #fff;
}

.header__menu nav ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 1px);
}

.header__menu nav ul li.sub > a {
  position: relative;
}

.header__menu nav ul li.sub > a:after {
  content: "";
  width: 8px;
  margin-left: 10px;
  height: 10px;
  display: inline-block;
  transform: rotate(180deg);
  background: url("../Images/angle-bt.svg") right center no-repeat;
}

/*--------------------------------------------------------------
# Home Top Wrapper
--------------------------------------------------------------*/
.top__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(640px, 82vh, 840px);
  padding: 100px 0 76px;
  position: relative;
}

.top__wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  width: 936px;
  height: 1021px;
  /*background: url("../Images/left_hair.png") no-repeat;*/
}

@media (max-width: 1200px) {
  /* line 495, ../scss/layout/_header.scss */
  .top__wrapper:before {
    display: none;
  }
}
.top__wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 5%;
  z-index: -1;
  width: 727px;
  height: 445px;
  /*background: url("../Images/top_hair.png") no-repeat;*/
}

@media (max-width: 1200px) {
  /* line 509, ../scss/layout/_header.scss */
  .top__wrapper:after {
    display: none;
  }
}
.top__wrapper.e404 .top__wrapper-title {
  color: #b20000;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 100%;
  font-size: calc(90px + 80 * (100vw - 320px) / 1440);
}

.top__wrapper.e404 p {
  margin: 20px 0;
  text-align: center;
}

.top__wrapper.e404 .btn-active {
  z-index: 0;
}

.top__wrapper-title h1 {
  margin-bottom: 48px;
  color: #b20000;
  font-family: cursive;
  text-shadow: 0 2px 6px rgba(178, 0, 0, 0.5);
  font-weight: 400;
  text-align: center;
  line-height: 100%;
  margin-top: 0;
  font-size: calc(50px + 44 * (100vw - 320px) / 1440);
}

@media (max-width: 767px) {
  .top__wrapper-title h1 {
    margin-bottom: 32px;
  }
}
.top__wrapper-title h1 span {
  color: #fff;
  text-shadow: 0 2px 6px rgba(255, 255, 255, 0.5);
  font-weight: 200;
}

.top__wrapper-description h2 {
  color: #fff;
  text-shadow: 0 2px 6px rgba(255, 255, 255, 0.5);
  font-weight: 100;
  line-height: 120%;
  text-align: center;
  font-size: calc(20px + 10 * (100vw - 320px) / 1440);
}

.top__wrapper-description .homepage-search {
  max-width: 760px;
  margin: 0 auto;
}

.top__wrapper-description .homepage-search .autocomplete {
  position: relative;
}

.top__wrapper-description .homepage-search .autocomplete:before {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 24px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.28);
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 900;
  transform: translateY(-50%);
  pointer-events: none;
}

.top__wrapper-description .homepage-search input {
  width: 100%;
  height: 58px;
  line-height: 58px;
  padding: 0 28px 0 58px;
  border: 1px solid rgba(178, 0, 0, 0.26);
  border-radius: 6px;
  background: rgba(7, 10, 13, 0.74);
  color: #f2f2f2;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03), 0 14px 32px rgba(0, 0, 0, 0.28);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.top__wrapper-description .homepage-search input::placeholder {
  color: rgba(255, 255, 255, 0.24);
}

.top__wrapper-description .homepage-search input:focus {
  border-color: rgba(178, 0, 0, 0.72);
  background: rgba(9, 13, 17, 0.88);
  box-shadow: 0 0 0 3px rgba(178, 0, 0, 0.12), 0 16px 38px rgba(0, 0, 0, 0.38);
}

.top__wrapper-description .homepage-search #elasticsearch-searchinputautocomplete-list {
  left: 0;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(178, 0, 0, 0.32);
  border-top: 0;
  background: rgba(17, 22, 27, 0.98);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.38);
}

.homepage-discovery {
  max-width: 760px;
  margin: 24px auto 0;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.homepage-discovery__searches {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 13px;
}

.homepage-discovery__searches a,
.homepage-discovery__categories a {
  color: rgba(255, 255, 255, 0.56);
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.homepage-discovery__searches a {
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
}

.homepage-discovery__refresh {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.36);
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.homepage-discovery__refresh:hover,
.homepage-discovery__refresh:focus {
  border-color: rgba(178, 0, 0, 0.36);
  background: rgba(178, 0, 0, 0.08);
  color: rgba(255, 255, 255, 0.78);
}

.homepage-discovery__refresh:hover i,
.homepage-discovery__refresh:focus i {
  transform: rotate(35deg);
}

.homepage-discovery__refresh i {
  transition: transform 0.2s ease;
}

.homepage-discovery__categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-family: "Cormorant Garamond", "Libre Baskerville", "Georgia", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.homepage-discovery__categories a i {
  margin-right: 5px;
  color: rgba(178, 0, 0, 0.58);
}

.homepage-discovery__bridge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 42px;
  padding: 7px 0;
  color: rgba(255, 255, 255, 0.34);
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.2s ease, transform 0.2s ease;
}

.homepage-discovery__bridge i {
  color: rgba(178, 0, 0, 0.58);
  font-size: 14px;
}

.homepage-discovery__searches a:hover,
.homepage-discovery__categories a:hover,
.homepage-discovery__bridge:hover {
  color: rgba(255, 255, 255, 0.86);
}

.homepage-discovery__bridge:hover {
  transform: translateY(2px);
}

.homepage-discovery__searches a:hover {
  border-color: rgba(178, 0, 0, 0.36);
  background: rgba(178, 0, 0, 0.08);
}

@media (max-width: 767px) {
  .top__wrapper {
    min-height: auto;
    padding: 92px 0 48px;
  }
  .top__wrapper-description .homepage-search input {
    height: 54px;
    line-height: 54px;
    padding-left: 50px;
    font-size: 15px;
  }
  .top__wrapper-description .homepage-search .autocomplete:before {
    left: 20px;
  }
  .homepage-discovery {
    margin-top: 18px;
  }
  .homepage-discovery__categories {
    gap: 9px 12px;
    margin-top: 18px;
    padding-top: 16px;
    font-size: 11px;
  }
  .homepage-discovery__bridge {
    margin-top: 28px;
    font-size: 10px;
  }
}
/*--------------------------------------------------------------
# Header Background Style
--------------------------------------------------------------*/
.black-bg {
  position: relative;
}

.black-bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: #000;
  opacity: 0.1;
}

@keyframes show-top {
  0% {
    opacity: 0;
    transform: translateY(-25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hide-top {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-25px);
  }
}
/*--------------------------------------------------------------
# Header Title Style
--------------------------------------------------------------*/
.block__title p.text-center {
  margin-bottom: 50px;
}

.block__title h3,
.pages__head .block__title h1,
.pages__head .block__title h2,
.pages__head-title {
  position: relative;
  margin-bottom: 60px;
  color: #fff;
  font-family: "Cormorant Garamond", "Libre Baskerville", "Georgia", serif;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 6px rgba(255, 255, 255, 0.5);
  font-size: calc(30px + 11 * (100vw - 320px) / 1440);
}

@media (max-width: 600px) {
  /* line 623, ../scss/layout/_header.scss */
  .block__title h3,
  .pages__head .block__title h1,
  .pages__head .block__title h2,
  .pages__head-title {
    margin-bottom: 70px;
  }
}
.block__title h3 span,
.pages__head .block__title h1 span,
.pages__head .block__title h2 span,
.pages__head-title span {
  color: #b20000;
  font-weight: 600;
  text-shadow: 0 2px 6px rgba(178, 0, 0, 0.5);
}

.block__title h3:after,
.pages__head .block__title h1:after,
.pages__head .block__title h2:after,
.pages__head-title:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 150px;
  height: 1px;
  background: radial-gradient(closest-side, #b20000, rgba(188, 188, 188, 0));
  transform: translate(-50%, 0);
}

.block__title h3:before,
.pages__head .block__title h1:before,
.pages__head .block__title h2:before,
.pages__head-title:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 100px;
  height: 1px;
  background: radial-gradient(closest-side, #bcbcbc, rgba(188, 188, 188, 0));
  transform: translate(-50%, 0);
}

.pages__head .block__title h1,
.pages__head .block__title h2,
.pages__head-title {
  margin-bottom: 0;
  font-size: calc(26px + 15 * (100vw - 320px) / 1440);
}

@media (max-width: 600px) {
  /* line 668, ../scss/layout/_header.scss */
  .pages__head .block__title h1,
  .pages__head .block__title h2,
  .pages__head-title {
    margin-bottom: 0;
  }
}
section {
  /*
    Fix by MF: this overflow destroys the sticky sidebar behavior: https://www.stackovercloud.com/2020/09/02/making-elements-stick-in-css-using-position-sticky/
    Use only on mobile!
   */
  padding: 62px 0;
}

@media (max-width: 850px) {
  /* line 677, ../scss/layout/_header.scss */
  section {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  /* line 677, ../scss/layout/_header.scss */
  section {
    padding: 34px 0;
  }
}
.showmore {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0 0;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Home Header Slider
--------------------------------------------------------------*/
.slider__top .slider__nav .prev-button {
  position: absolute;
  top: 450px;
  transform: translate(0, -24px);
  left: 24px;
  z-index: 7;
  border: 0;
}

.slider__top .slider__nav .prev-button:active svg {
  transform: translate(-10px, 0);
}

.slider__top .slider__nav .next-button {
  position: absolute;
  top: 450px;
  transform: translate(0, -24px);
  right: 24px;
  z-index: 7;
  border: 0;
}

.slider__top .slider__nav .next-button:active svg {
  transform: translate(10px, 0);
}

.slider__top .slider__nav svg {
  opacity: 0.5;
  width: 54px;
  height: 34px;
  transform: none;
}

.slider__top .slider__nav svg:hover {
  opacity: 1;
}

@media (max-width: 1200px) {
  /* line 3, ../scss/components/_header-slider.scss */
  .slider__top .slider__nav {
    display: none;
  }
}
.slider__top .slick-dots {
  bottom: 40px;
}

.slider__top .slick-dots li {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  transform: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid #bcbcbc;
}

.slider__top .slick-dots li:hover {
  border: 2px solid #b20000;
}

.slider__top .slick-dots li:hover:before {
  opacity: 0;
  width: 10px;
  height: 10px;
  left: 5px;
  top: 5px;
  transform: none;
  background: #b20000;
  border-radius: 100%;
}

.slider__top .slick-dots li:before {
  opacity: 0;
  width: 10px;
  height: 10px;
  left: 5px;
  transform: none;
  top: 5px;
  background: #b20000;
  border-radius: 100%;
}

.slider__top .slick-dots li.slick-active {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 2px solid #b20000;
  box-shadow: 0 1px 2px rgba(178, 0, 0, 0.5);
}

.slider__top .slick-dots li.slick-active:before {
  width: 10px;
  height: 10px;
  left: 5px;
  transform: none;
  top: 5px;
  background: #b20000;
  border-radius: 100%;
  opacity: 1;
}

.slider__top .slick-dots li.slick-active:hover:before {
  opacity: 1;
}

.slider__top-item {
  height: 100%;
  position: relative;
  vertical-align: middle;
}

.slider__top-item:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(13, 17, 20, 0.8);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.slider__top-item.slick-active .slider__top-title {
  animation-name: SliderUpDown;
  animation-duration: 1s;
  opacity: 1;
  transform: translateY(0);
}

.slider__top-item.slick-active .slider__top-text {
  animation-name: SliderDownUp;
  animation-duration: 1s;
  opacity: 1;
  transform: translateY(0);
}

.slider__top-item.slick-active .btn-active {
  animation-name: SliderDownUp;
  animation-duration: 1.3s;
  opacity: 1;
  transform: translateY(0);
}

.slider__top-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 900px;
  z-index: 5;
  color: #fff;
}

@media (max-width: 1200px) {
  /* line 148, ../scss/components/_header-slider.scss */
  .slider__top-content {
    height: 700px;
  }
}
@media (max-width: 767px) {
  /* line 148, ../scss/components/_header-slider.scss */
  .slider__top-content {
    height: 600px;
    text-align: center;
    align-items: center;
  }
}
.slider__top-title {
  opacity: 0;
  transform: translateY(-50px);
  font-size: calc(40px + 38 * (100vw - 320px) / 1440);
  line-height: 100%;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.slider__top-text {
  opacity: 0;
  transform: translateY(50px);
  color: #bcbcbc;
  font-size: calc(17px + 5 * (100vw - 320px) / 1440);
  line-height: 34px;
  font-weight: 300;
  margin: 50px 0;
}

@media (max-width: 991px) {
  /* line 178, ../scss/components/_header-slider.scss */
  .slider__top-text {
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  /* line 178, ../scss/components/_header-slider.scss */
  .slider__top-text {
    margin: 40px 0;
  }
}
.slider__top .btn-active {
  opacity: 0;
  transform: translateY(50px);
  font-size: 18px;
  padding: 25px 40px;
}

@media (max-width: 1200px) {
  /* line 196, ../scss/components/_header-slider.scss */
  .slider__top .btn-active {
    font-size: 16px;
    padding: 15px 20px;
  }
}
@keyframes SliderUpDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes SliderDownUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

/*--------------------------------------------------------------
# Home Header Single Image
--------------------------------------------------------------*/
.single__top-item {
  height: 100%;
  position: relative;
  vertical-align: middle;
  background-attachment: fixed !important;
}

.single__top-item:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(13, 17, 20, 0.8);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.single__top-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 900px;
  z-index: 5;
  color: #fff;
}

@media (max-width: 1200px) {
  /* line 21, ../scss/components/_header-single-image.scss */
  .single__top-content {
    height: 700px;
  }
}
@media (max-width: 767px) {
  /* line 21, ../scss/components/_header-single-image.scss */
  .single__top-content {
    height: 600px;
    text-align: center;
    align-items: center;
  }
}
.single__top-title {
  font-size: calc(46px + 42 * (100vw - 320px) / 1440);
  line-height: 100%;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.single__top-text {
  color: #bcbcbc;
  font-size: calc(17px + 5 * (100vw - 320px) / 1440);
  line-height: 34px;
  font-weight: 300;
  margin: 50px 0;
}

@media (max-width: 991px) {
  /* line 50, ../scss/components/_header-single-image.scss */
  .single__top-text {
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  /* line 50, ../scss/components/_header-single-image.scss */
  .single__top-text {
    margin: 25px 0;
  }
}
.single__top .btn-active {
  font-size: 18px;
  padding: 25px 40px;
}

@media (max-width: 1200px) {
  /* line 66, ../scss/components/_header-single-image.scss */
  .single__top .btn-active {
    font-size: 16px;
    padding: 15px 20px;
  }
}
/*--------------------------------------------------------------
# Home Header Video Background
--------------------------------------------------------------*/
.wrapper__video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.single__top.video-background .single__top-item {
  height: 100%;
  position: relative;
  vertical-align: middle;
}

.single__top.video-background .single__top-item:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(13, 17, 20, 0.8) url("../Images/video-pattern.svg");
  width: 100%;
  height: 100%;
  z-index: 0;
}

.single__top.video-background .single__top-title {
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(0deg, #650000 0%, #b20000 100%);
  -webkit-background-clip: text;
  font-weight: 800;
  text-shadow: 0 2px 6px rgba(178, 0, 0, 0.3);
  -webkit-text-fill-color: transparent;
}

.single__top.video-background .btn {
  font-size: 18px;
  padding: 25px 40px;
  border: 0;
}

@media (max-width: 1200px) {
  /* line 40, ../scss/components/_header-video.scss */
  .single__top.video-background .btn {
    font-size: 16px;
    padding: 15px 20px;
  }
}
.single__top.video-background .btn:after {
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Our Experience Styles
--------------------------------------------------------------*/
.why-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.why-trust__block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  text-transform: uppercase;
}

@media (max-width: 1050px) {
  /* line 6, ../scss/components/_our-experience.scss */
  .why-trust__block {
    width: 100%;
  }
}
.why-trust__block.title h3 {
  display: flex;
  flex-direction: column;
  padding: 200px 0;
  background: url(../Images/exp.svg) 50% 50% no-repeat;
  background-size: contain;
  color: #fff;
  font-weight: 100;
  line-height: 100%;
  text-align: center;
  text-shadow: 0 2px 6px rgba(255, 255, 255, 0.5);
  font-size: calc(30px + 45 * (100vw - 320px) / 1440);
}

@media (max-width: 1050px) {
  /* line 17, ../scss/components/_our-experience.scss */
  .why-trust__block.title h3 {
    margin-bottom: 40px;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  /* line 17, ../scss/components/_our-experience.scss */
  .why-trust__block.title h3 {
    position: relative;
    flex-direction: row;
    margin-bottom: 60px;
    padding: 0 15px;
    background: none;
  }
  /* line 42, ../scss/components/_our-experience.scss */
  .why-trust__block.title h3:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 150px;
    height: 1px;
    background: radial-gradient(closest-side, #b20000, rgba(188, 188, 188, 0));
    transform: translate(-50%, 0);
  }
  /* line 53, ../scss/components/_our-experience.scss */
  .why-trust__block.title h3:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 100px;
    height: 1px;
    background: radial-gradient(closest-side, #bcbcbc, rgba(188, 188, 188, 0));
    transform: translate(-50%, 0);
  }
}
.why-trust__block.title h3 span {
  display: block;
  color: #b20000;
  font-weight: 600;
  text-shadow: 0 2px 6px rgba(178, 0, 0, 0.5);
}

@media (max-width: 767px) {
  /* line 65, ../scss/components/_our-experience.scss */
  .why-trust__block.title h3 span {
    margin-left: 15px;
  }
}
/*--------------------------------------------------------------
# Counter Number Styles
--------------------------------------------------------------*/
.counter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
  background: #141a1e;
}

@media (max-width: 1050px) {
  /* line 83, ../scss/components/_our-experience.scss */
  .counter {
    border-radius: 0;
  }
}
@media (max-width: 600px) {
  /* line 83, ../scss/components/_our-experience.scss */
  .counter {
    padding: 0;
  }
}
.counter__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 50%;
  padding: 100px 0;
  box-shadow: 0 0 10px transparent;
  text-align: center;
  transition: all 0.3s ease;
}

@media (max-width: 600px) {
  /* line 99, ../scss/components/_our-experience.scss */
  .counter__item {
    padding: 60px 15px;
  }
}
@media (max-width: 480px) {
  /* line 99, ../scss/components/_our-experience.scss */
  .counter__item {
    width: 100%;
    padding: 50px 15px;
    border-bottom: 1px solid #22282d;
  }
  /* line 119, ../scss/components/_our-experience.scss */
  .counter__item:last-child {
    border: 0;
  }
  /* line 123, ../scss/components/_our-experience.scss */
  .counter__item:after, .counter__item:before {
    display: none !important;
  }
}
.counter__item:hover {
  background: #b20000;
  color: #fff;
  box-shadow: 0 5px 15px #0d1114;
}

.counter__item:hover .counter__number {
  color: #fff;
}

.counter__item:hover span {
  color: #fff;
}

.counter__item:nth-child(1):after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, #22282d, rgba(188, 188, 188, 0) 75%);
}

.counter__item:nth-child(1):before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 1px;
  height: 100%;
  background: linear-gradient(to top, #22282d, rgba(188, 188, 188, 0) 75%);
}

.counter__item:nth-child(2):before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #22282d, rgba(188, 188, 188, 0) 75%);
}

.counter__item:nth-child(3):before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, #22282d, rgba(188, 188, 188, 0) 75%);
}

.counter__item p {
  width: 100%;
  margin-bottom: 0;
  font-weight: 100;
  text-transform: initial;
  font-size: calc(16px + 4 * (100vw - 320px) / 1440);
}

.counter__item span {
  color: #b20000;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.3s ease;
  font-size: calc(30px + 36 * (100vw - 320px) / 1440);
}

.counter__number {
  color: #b20000;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.3s ease;
  animation-duration: 1s;
  animation-delay: 0s;
  font-size: calc(30px + 36 * (100vw - 320px) / 1440);
}

.homepage-explore {
  scroll-margin-top: 36px;
}

.daily-franchise {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(360px, 1fr);
  align-items: stretch;
  gap: 30px;
  width: 100%;
  margin: 0 0 72px;
  padding: 28px 32px;
  border: 1px solid rgba(178, 0, 0, 0.28);
  border-radius: 6px;
  background: linear-gradient(140deg, rgba(178, 0, 0, 0.12), rgba(20, 26, 30, 0.66) 34%, rgba(13, 17, 20, 0.58)), rgba(20, 26, 30, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.daily-franchise__dossier {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  min-height: 275px;
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.daily-franchise__content {
  min-width: 0;
}

.daily-franchise__eyebrow {
  margin-bottom: 12px;
  color: rgba(178, 0, 0, 0.88);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.daily-franchise h2 {
  margin-bottom: 12px;
  color: #fff;
  font-family: "Cormorant Garamond", "Libre Baskerville", "Georgia", serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.05;
}

.daily-franchise p {
  max-width: 560px;
  margin-bottom: 0;
  color: rgba(188, 188, 188, 0.88);
  line-height: 1.6;
}

.daily-franchise__meta {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.daily-franchise__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 44px;
  margin-top: 24px;
  padding: 10px 16px;
  border: 1px solid rgba(178, 0, 0, 0.44);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.daily-franchise__link:hover {
  background: rgba(178, 0, 0, 0.14);
  color: #fff;
}

.daily-franchise__articles {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  padding: 8px 0;
}

.daily-franchise__articles-title {
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.daily-franchise__article {
  display: grid;
  gap: 4px;
  padding: 17px 18px;
  border-left: 2px solid rgba(178, 0, 0, 0.48);
  border-radius: 0 6px 6px 0;
  background: rgba(20, 26, 30, 0.42);
  color: rgba(255, 255, 255, 0.86);
}

.daily-franchise__article:hover {
  border-left-color: rgba(178, 0, 0, 0.92);
  background: rgba(20, 26, 30, 0.68);
  color: #fff;
}

.daily-franchise__article-type {
  color: rgba(178, 0, 0, 0.9);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.daily-franchise__article-title {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.archive-snapshot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: 0 auto 70px;
  padding: 42px 48px;
  border-top: 1px solid rgba(178, 0, 0, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(135deg, rgba(20, 26, 30, 0.72), rgba(13, 17, 20, 0.34));
}

.archive-snapshot__content {
  max-width: 850px;
}

.archive-snapshot__eyebrow {
  margin-bottom: 8px;
  color: rgba(178, 0, 0, 0.82);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.archive-snapshot h2 {
  margin-bottom: 12px;
  color: #fff;
  font-family: "Cormorant Garamond", "Libre Baskerville", "Georgia", serif;
  font-size: calc(30px + 12 * (100vw - 320px) / 1440);
  font-weight: 600;
  line-height: 1.05;
  text-shadow: 0 2px 6px rgba(255, 255, 255, 0.32);
}

.archive-snapshot p {
  margin-bottom: 0;
  color: rgba(188, 188, 188, 0.9);
  line-height: 1.65;
}

.archive-snapshot strong {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.archive-snapshot__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.archive-snapshot__links a {
  padding: 8px 13px;
  border: 1px solid rgba(178, 0, 0, 0.34);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
}

.archive-snapshot__links a:hover {
  background: rgba(178, 0, 0, 0.1);
  color: #fff;
}

.archive-snapshot__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 18px;
  min-width: 260px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.archive-snapshot__meta span {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.archive-snapshot__meta span:nth-child(odd) {
  color: rgba(178, 0, 0, 0.86);
}

@media (max-width: 900px) {
  .daily-franchise {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 26px;
  }
  .daily-franchise__dossier {
    min-height: 0;
    padding-right: 0;
    padding-bottom: 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .daily-franchise__articles {
    padding: 0;
  }
  .archive-snapshot {
    align-items: flex-start;
    flex-direction: column;
    gap: 26px;
    padding: 34px 28px;
  }
  .archive-snapshot__meta {
    min-width: 0;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .daily-franchise {
    padding: 24px 20px;
  }
  .daily-franchise h2 {
    font-size: 31px;
  }
  .daily-franchise__article {
    padding: 15px 16px;
  }
  .archive-snapshot {
    margin-bottom: 50px;
    padding: 30px 20px;
  }
}
/*--------------------------------------------------------------
# Team block Styles
--------------------------------------------------------------*/
.team__block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.team__item {
  flex-basis: 25%;
  max-width: 25%;
  margin-bottom: 40px;
  padding: 0 15px;
}

@media (max-width: 1050px) {
  /* line 9, ../scss/pages/_team.scss */
  .team__item {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 500px) {
  /* line 9, ../scss/pages/_team.scss */
  .team__item {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.team__item:hover .team__image:before {
  opacity: 1;
  visibility: visible;
}

.team__item:hover .team__image .team__info {
  opacity: 1;
}

.team__item:hover .team__name {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.15s;
}

.team__item:hover .team__specialty {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.25s;
}

.team__item a {
  text-decoration: none;
}

.team__item a:hover .team__image img {
  opacity: 1;
  filter: saturate(1);
}

.team__image {
  position: relative;
  overflow: hidden;
  z-index: 4;
  height: 492px;
  padding: 0 0 100% 0;
  border-radius: 5px;
  background: #0d1114;
  box-shadow: 0px 36px 0px -30px #0d1114, -36px 0px 0px -30px #0d1114, 0px -36px 0px -30px #0d1114, 36px 0px 0px -30px #0d1114, 0 0 0 2px #0d1114;
  transition: all 0.3s ease;
}

@media (max-width: 500px) {
  /* line 61, ../scss/pages/_team.scss */
  .team__image {
    height: 370px;
  }
}
.team__image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.team__image .team__info {
  position: absolute;
  bottom: 20px;
  z-index: 100;
  left: 20px;
  transition-delay: 0.1s;
  transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
}

.team__image:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.3s ease;
  transition-delay: 0.15s;
  opacity: 0;
  visibility: hidden;
  content: "";
  border-radius: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(13, 17, 20, 0.9) 0%, rgba(178, 0, 0, 0) 100%);
}

@media (max-width: 1050px) {
  /* line 95, ../scss/pages/_team.scss */
  .team__image:before {
    opacity: 1;
    visibility: visible;
  }
}
.team__name {
  color: #fff;
  opacity: 0;
  transform: translate(0, 20px);
  font-size: calc(20px + 2 * (100vw - 320px) / 1440);
  font-weight: 700;
  transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0s;
}

@media (max-width: 1050px) {
  /* line 117, ../scss/pages/_team.scss */
  .team__name {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.team__specialty {
  color: #bcbcbc;
  opacity: 0;
  transform: translate(0, 20px);
  font-size: calc(16px + 0 * (100vw - 320px) / 1440);
  transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0s;
}

@media (max-width: 1050px) {
  /* line 132, ../scss/pages/_team.scss */
  .team__specialty {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.modal-custom .modal-team-body {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media (max-width: 500px) {
  /* line 149, ../scss/pages/_team.scss */
  .modal-custom .modal-team-body {
    flex-direction: column;
    align-items: center;
  }
}
.modal-custom .modal-team-left {
  flex: 0 0 200px;
  opacity: 0;
  transition-duration: 0.7s;
  transition-property: transform, opacity;
  transform: translateY(-50px);
}

@media (max-width: 500px) {
  /* line 161, ../scss/pages/_team.scss */
  .modal-custom .modal-team-left {
    flex: 0 0 auto;
  }
}
.modal-custom .modal-team-left img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

@media (max-width: 500px) {
  /* line 172, ../scss/pages/_team.scss */
  .modal-custom .modal-team-left img {
    width: auto;
    height: 100%;
  }
}
.modal-custom .modal-team-img {
  position: relative;
  height: 300px;
}

@media (max-width: 500px) {
  /* line 185, ../scss/pages/_team.scss */
  .modal-custom .modal-team-img {
    width: 140px;
    height: 200px;
  }
}
.modal-custom .modal-team-img img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.modal-custom .modal-team-right {
  width: calc(100% - 220px);
  padding-left: 15px;
  text-align: left;
}

@media (max-width: 500px) {
  /* line 205, ../scss/pages/_team.scss */
  .modal-custom .modal-team-right {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.modal-custom .modal-team-name {
  margin: 0;
  color: #fff;
  opacity: 0;
  font-weight: 700;
  transition-duration: 0.7s;
  transition-property: transform, opacity;
  transform: translateY(-50px);
  font-size: calc(20px + 2 * (100vw - 320px) / 1440);
}

@media (max-width: 500px) {
  /* line 217, ../scss/pages/_team.scss */
  .modal-custom .modal-team-name {
    margin: 20px 0 5px 0;
  }
}
.modal-custom .modal-team-specialty {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #30383f;
  opacity: 0;
  transition-duration: 0.7s;
  transition-property: transform, opacity;
  transform: translateY(50px);
  font-size: calc(15px + 1 * (100vw - 320px) / 1440);
}

.modal-custom .modal-team-text {
  opacity: 0;
  font-size: 16px;
  line-height: 24px;
  transition-duration: 0.7s;
  transition-property: transform, opacity;
  transform: translateY(50px);
}

.modal-custom .modal-team-text p {
  margin-bottom: 20px;
}

.modal-custom .modal-team-progressbar {
  width: 100%;
  opacity: 0;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  transition-duration: 0.9s;
  transition-property: transform, opacity;
  transform: translateY(50px);
}

/*--------------------------------------------------------------
# Carousels Home (Last From Blog, People Reviews, Clients)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Slick Carousel Custom Styles
--------------------------------------------------------------*/
.slider__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  /* line 5, ../scss/components/_carousels.scss */
  .slider__nav {
    justify-content: center;
  }
}
.slider__nav a {
  height: 30px;
  padding: 0 15px;
  transition: all 0.1s ease !important;
  transform: translate(0, 0);
}

@media (max-width: 600px) {
  /* line 15, ../scss/components/_carousels.scss */
  .slider__nav a {
    height: 24px;
  }
}
.slider__nav a:active {
  box-shadow: none;
  transform: translate(0, 2px) perspective(1px) translateZ(0) skewX(-13deg);
}

@media (max-width: 600px) {
  /* line 25, ../scss/components/_carousels.scss */
  .slider__nav a:active {
    transform: translate(0, 1px) perspective(1px) translateZ(0) skewX(-13deg);
  }
}
.slider__nav svg {
  width: 24px;
  height: 14px;
  transform: perspective(1px) translateZ(0) skewX(13deg);
}

@media (max-width: 600px) {
  /* line 35, ../scss/components/_carousels.scss */
  .slider__nav svg {
    width: 17px;
    height: 11px;
  }
}
/*--------------------------------------------------------------
# People Reviews Carousel
--------------------------------------------------------------*/
.reviewshome__slider {
  display: flex;
  min-width: 0;
  margin: 0 -20px;
}

@media (max-width: 600px) {
  /* line 54, ../scss/components/_carousels.scss */
  .reviewshome__slider {
    margin: 0 -15px;
  }
}
.reviewshome__slider .slick-list {
  padding: 20px 0;
}

.reviewshome__slider .slick-list .slick-track {
  display: flex;
}

.reviewshome__item {
  height: auto;
  margin: 0 20px;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #0d1114;
  box-shadow: 0px 36px 0px -34px #0d1114, -32px 0px 0px -30px #0d1114, 0px -32px 0px -30px #0d1114, 32px 0px 0px -30px #0d1114, 0 0 0 2px #0d1114;
  outline: none;
  transition: all 0.3s ease;
  transform: translate(0, 0);
}

@media (max-width: 500px) {
  /* line 72, ../scss/components/_carousels.scss */
  .reviewshome__item {
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: none !important;
  }
}
.reviewshome__item:hover {
  border: 1px solid transparent;
  box-shadow: 0 36px 0 -34px #22282d, -32px 0 0 -30px #22282d, 0 -32px 0 -30px #22282d, 32px 0 0 -30px #22282d, 0 0 0 2px #b20000;
  transform: translate(0, -3px);
}

.reviewshome__item:hover .reviewshome__avatar img {
  filter: saturate(1);
}

.reviewshome__user {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.reviewshome__avatar {
  position: relative;
  flex: 0 0 100px;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  border: 2px solid #b20000;
  border-radius: 100%;
  transition: all 0.3s ease;
}

@media (max-width: 600px) {
  /* line 110, ../scss/components/_carousels.scss */
  .reviewshome__avatar {
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
  }
}
.reviewshome__avatar img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: saturate(0);
  transition: all 0.3s ease;
}

.reviewshome__name {
  margin-bottom: 5px;
  color: #b20000;
  font-size: calc(18px + 2 * (100vw - 320px) / 1440);
}

.reviewshome__spec {
  font-size: calc(16px + 2 * (100vw - 320px) / 1440);
}

.reviewshome__text {
  font-style: italic;
}

/*--------------------------------------------------------------
# Clients Carousel
--------------------------------------------------------------*/
.clients {
  position: relative;
}

.clients__slider {
  display: flex;
  min-width: 0;
  margin: 0 -15px;
}

@media (max-width: 500px) {
  /* line 163, ../scss/components/_carousels.scss */
  .clients__slider {
    margin: 0 -10px;
  }
}
.clients__slider .slick-list {
  padding: 20px 0;
}

.clients__slider .slick-list .slick-track {
  display: flex;
}

.clients__image {
  margin: 0 15px;
  padding: 15px 30px;
  box-shadow: 0 36px 0 -35px #22282d, -31px 0 0 -30px #22282d, 0 -31px 0 -30px #22282d, 31px 0 0 -30px #22282d, 0 0 0 1px #22282d;
  outline: none;
  text-align: center;
  transition: all 0.7s ease;
}

@media (max-width: 500px) {
  /* line 181, ../scss/components/_carousels.scss */
  .clients__image {
    margin: 0 10px;
    padding: 10px 20px;
  }
}
.clients__image:hover {
  box-shadow: 0 36px 0 -35px #22282d, -31px 0 0 -30px #22282d, 0 -31px 0 -30px #22282d, 31px 0 0 -30px #22282d, 0 0 0 1px #b20000;
}

.clients__image.slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients__image.slick-slide img {
  object-fit: contain;
  width: 112px;
  height: 68px;
}

.slick-dots {
  bottom: 0;
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.slick-dots li {
  width: 20px;
  height: 9px;
  margin: 0 5px;
  border: 1px solid #30383f;
  border-radius: 2px;
  background: #fff;
  background: linear-gradient(17deg, #22282d 0%, #30383f 100%);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  transform: perspective(1px) translate(0, 0) translateZ(0) skewX(-13deg);
}

.slick-dots li:hover:before {
  opacity: 1;
  transform: perspective(1px) translate(0, -1px) translateZ(0) skewX(0deg);
}

.slick-dots li:before {
  width: 20px;
  height: 9px;
  border-color: #b20000;
  border-radius: 2px;
  background: linear-gradient(17deg, #650000 0%, #b20000 100%);
  box-shadow: 0 1px 4px rgba(178, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease;
  transform: perspective(1px) translate(0, -1px) translateZ(0) skewX(0deg);
}

.slick-dots li.slick-active {
  width: 32px;
}

.slick-dots li.slick-active:before {
  width: 32px;
  border-color: #b20000;
  background: linear-gradient(17deg, #650000 0%, #b20000 100%);
  box-shadow: 0 1px 4px rgba(178, 0, 0, 0.5);
  opacity: 1;
}

/*--------------------------------------------------------------
# Sign Up For Our Newsletter Home
--------------------------------------------------------------*/
.newsletter {
  position: relative;
  padding: 140px 0;
}

@media (max-width: 850px) {
  /* line 1, ../scss/components/_newsletter.scss */
  .newsletter {
    padding: 70px 0;
  }
}
.newsletter__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.newsletter__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  color: #b20000;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  text-shadow: 0 2px 6px rgba(178, 0, 0, 0.5);
  font-size: calc(24px + 16 * (100vw - 320px) / 1440);
}

@media (max-width: 850px) {
  /* line 17, ../scss/components/_newsletter.scss */
  .newsletter__title {
    margin-bottom: 40px;
  }
}
.newsletter__title span {
  color: #fff;
  font-weight: 100;
  text-shadow: 0 2px 6px rgba(255, 255, 255, 0.5);
}

.newsletter__form .dflex {
  justify-content: center;
}

@media (max-width: 600px) {
  /* line 41, ../scss/components/_newsletter.scss */
  .newsletter__form .dflex {
    flex-direction: column;
    align-items: center;
  }
}
.newsletter__form .form-item {
  width: 20%;
  margin: 0 20px;
  padding: 10px 0;
}

@media (max-width: 1200px) {
  /* line 50, ../scss/components/_newsletter.scss */
  .newsletter__form .form-item {
    width: 25%;
  }
}
@media (max-width: 850px) {
  /* line 50, ../scss/components/_newsletter.scss */
  .newsletter__form .form-item {
    width: 44%;
    margin: 0 10px;
  }
}
@media (max-width: 600px) {
  /* line 50, ../scss/components/_newsletter.scss */
  .newsletter__form .form-item {
    width: 280px;
    margin: 0 !important;
  }
}
@media (max-width: 850px) {
  /* line 69, ../scss/components/_newsletter.scss */
  .newsletter__form .form-item:last-child {
    width: 280px;
    margin: 0 !important;
  }
}
.newsletter__form .form-item:first-child {
  margin-left: 0;
}

.newsletter__form .form-item:last-child {
  margin-right: 0;
}

.newsletter__form .form-item .input-bg {
  height: 50px;
}

@media (max-width: 850px) {
  /* line 84, ../scss/components/_newsletter.scss */
  .newsletter__form .form-item .input-bg {
    height: inherit;
  }
}
.newsletter__form .form-item .input-bg input {
  height: 48px;
}

@media (max-width: 850px) {
  /* line 91, ../scss/components/_newsletter.scss */
  .newsletter__form .form-item .input-bg input {
    height: inherit;
  }
}
.newsletter__form .form-item .btn-active {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 50px;
  text-align: center;
}

@media (max-width: 850px) {
  /* line 100, ../scss/components/_newsletter.scss */
  .newsletter__form .form-item .btn-active {
    height: 40px;
  }
}
/*--------------------------------------------------------------
# Footer Style
--------------------------------------------------------------*/
.article-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
}

.article-filter__group {
  display: inline-flex;
  flex: 0 1 auto;
  gap: 4px;
  align-items: center;
  min-width: 0;
  margin: 0;
  padding: 4px;
  border: 1px solid rgba(188, 188, 188, 0.14);
  border-radius: 6px;
  background: rgba(13, 17, 20, 0.44);
}

.article-filter__group--categories {
  position: relative;
  flex: 1 1 100%;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 6px 12px 6px 120px;
}

.article-filter__group--categories .article-filter__legend {
  position: absolute;
  left: 12px;
  top: 50%;
  margin: 0;
  line-height: 1;
  text-align: left;
  transform: translateY(-50%);
}

.article-filter__legend {
  float: left;
  margin: 0 8px 0 6px;
  color: rgba(188, 188, 188, 0.66);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 34px;
  text-transform: uppercase;
}

.article-filter__group--categories .article-filter__legend {
  line-height: 28px;
}

.article-filter__radio {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.article-filter__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 4px;
  color: #bcbcbc;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.article-filter__button--category {
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(188, 188, 188, 0.1);
  border-radius: 999px;
  background: rgba(188, 188, 188, 0.03);
  color: rgba(188, 188, 188, 0.88);
  font-size: 13px;
}

.article-filter__button:hover,
.article-filter__radio:focus-visible + .article-filter__button {
  color: #fff;
  background: rgba(188, 188, 188, 0.08);
}

.article-filter__radio:checked + .article-filter__button {
  color: #fff;
  background: #b20000;
}

.article-filter__button--icon {
  width: 36px;
  padding: 0;
  font-size: 18px;
}

.article-filter__actions {
  display: flex;
  align-items: center;
  min-height: 44px;
}

.article-filter__reset {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(188, 188, 188, 0.18);
  border-radius: 6px;
  color: #bcbcbc;
  font-size: 14px;
  font-weight: 700;
}

.article-filter__reset:hover {
  border-color: #b20000;
  color: #fff;
}

@media (max-width: 767px) {
  .article-filter {
    align-items: stretch;
  }
  .article-filter__group,
  .article-filter__actions {
    flex-basis: 100%;
    max-width: none;
  }
  .article-filter__group {
    flex-wrap: wrap;
  }
  .article-filter__legend {
    flex-basis: 100%;
    line-height: 1.4;
    margin-bottom: 4px;
  }
  .article-filter__group--categories {
    justify-content: flex-start;
    padding: 10px 6px 6px;
  }
  .article-filter__group--categories .article-filter__legend {
    position: static;
    flex-basis: 100%;
    line-height: 1;
    margin: 0 0 -1px 6px;
    transform: none;
  }
  .article-filter__button {
    flex: 1 1 auto;
  }
}
.blog-youtube-video {
  width: min(100%, 760px);
  margin: 0 auto 42px;
}

.blog-youtube-video__frame {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  border: 1px solid rgba(188, 188, 188, 0.1);
  border-radius: 6px;
  background: rgba(23, 29, 34, 0.65);
}

.blog-youtube-video iframe,
.blog-youtube-video [data-type=placeholder][data-name=youtube] {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 220px;
  border: 0;
  background: rgba(23, 29, 34, 0.65);
}

.blog-youtube-video figcaption {
  margin-top: 12px;
  color: rgba(188, 188, 188, 0.75);
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.blog-youtube-video--empty {
  padding: 28px;
  border: 1px dashed rgba(188, 188, 188, 0.22);
  border-radius: 6px;
  color: #bcbcbc;
  text-align: center;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
  color: #3c4750;
}

@media (max-width: 500px) {
  /* line 1, ../scss/layout/_footer.scss */
  .footer {
    padding: 0 0 30px 0;
  }
}
.footer__item {
  width: 25%;
  padding: 60px 25px 0 0;
}

@media (max-width: 1050px) {
  /* line 11, ../scss/layout/_footer.scss */
  .footer__item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  /* line 11, ../scss/layout/_footer.scss */
  .footer__item {
    width: 100%;
    padding: 30px 0 0 0;
  }
}
.footer__item:first-child {
  font-size: 14px;
}

.footer__item:first-child p {
  margin: 17px 0 30px;
}

.footer__item .logo {
  max-width: 80%;
}

.footer__item-title {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}

.footer__item-links {
  margin-top: 30px;
}

.footer__item-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__item-links ul li {
  padding: 0;
}

.footer__item-links ul li a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  font-size: 16px;
  padding-left: 10px;
  border-color: transparent;
  color: #3c4750;
}

@media (max-width: 1050px) {
  /* line 55, ../scss/layout/_footer.scss */
  .footer__item-links ul li a {
    margin: 1px 0;
  }
}
.footer__item-links ul li a:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 7px;
  height: 4px;
  height: 3px;
  border-radius: 100%;
  background: #3c4750;
  opacity: 1;
  transition: all 0.2s ease-out;
  transform: translate(-4px, 0);
}

.footer__item-links ul li a:hover {
  padding-left: 14px;
  color: #fff;
}

.footer__item-links ul li a:hover:before {
  background: #b20000;
  transform: translate(0px, 0);
}

.footer__item-links ul li:before {
  display: none;
}

.footer.black-bg:after {
  content: "";
  /*background: url("../Images/pattern-1.png");*/
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.01;
}

/*--------------------------------------------------------------
# Contact Footer Style
--------------------------------------------------------------*/
.form-input, form input, form select {
  padding: 15px;
}

.contact__block {
  display: flex;
}

@media (max-width: 991px) {
  /* line 126, ../scss/layout/_footer.scss */
  .contact__block {
    flex-direction: column;
  }
}
.contact__info {
  flex: 0 0 450px;
  padding-right: 70px;
  font-weight: 300;
  font-size: calc(16px + 4 * (100vw - 320px) / 1440);
}

@media (max-width: 991px) {
  /* line 134, ../scss/layout/_footer.scss */
  .contact__info {
    flex: 0 0 auto;
    margin-bottom: 70px;
    padding: 0;
  }
}
.contact__title h3 {
  margin-bottom: 40px;
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;
  text-shadow: 0 2px 6px rgba(255, 255, 255, 0.5);
  font-size: calc(26px + 8 * (100vw - 320px) / 1440);
}

.contact__title h3 span {
  color: #b20000;
  font-weight: 600;
  text-shadow: 0 2px 6px rgba(178, 0, 0, 0.5);
}

.contact__phone {
  margin: 30px 0;
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;
  text-shadow: 0 2px 6px rgba(255, 255, 255, 0.5);
  font-size: calc(26px + 8 * (100vw - 320px) / 1440);
}

.contact__phone span {
  color: #b20000;
  font-weight: 600;
  text-shadow: 0 2px 6px rgba(178, 0, 0, 0.5);
}

.contact__phone a {
  border-color: transparent;
}

.contact__phone a:hover {
  border-color: #b20000;
}

.contact .form-input {
  padding: 15px 0;
}

.contact .form-textarea {
  padding: 15px 0 0;
}

.contact__email {
  margin: 20px 0;
}

.contact__social {
  display: flex;
  margin-top: 40px;
}

.contact__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-right: 15px;
  border: 2px solid #fff;
  border-radius: 100%;
  transition: all 0.2s ease;
  transform: translate(0, 0);
}

.contact__social a:hover {
  transform: translate(0, -2px);
}

.contact__social a svg {
  height: 20px;
  fill: #fff;
  transition: all 0.2s ease;
}

.contact__social a.facebook:hover {
  border-color: #3b5998;
}

.contact__social a.facebook:hover svg {
  fill: #3b5998;
}

.contact__social a.twitter:hover {
  border-color: #00acee;
}

.contact__social a.twitter:hover svg {
  fill: #00acee;
}

.contact__social a.instagram:hover {
  border-color: #c13584;
}

.contact__social a.instagram:hover svg {
  fill: #c13584;
}

.contact__social a.youtube:hover {
  border-color: #c4302b;
}

.contact__social a.youtube:hover svg {
  fill: #c4302b;
}

.contact__form {
  flex: 1 1 100%;
}

@media (max-width: 991px) {
  /* line 257, ../scss/layout/_footer.scss */
  .contact__form {
    flex: 1 1 auto;
  }
}
.contact__form .btn-submit {
  margin-top: 30px;
}

@media (max-width: 480px) {
  /* line 264, ../scss/layout/_footer.scss */
  .contact__form .btn-submit {
    width: 100%;
  }
}
.contact__form .form-checkbox {
  flex-basis: 100%;
}

.contact__form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.contact__form-name {
  flex-basis: 100%;
}

.contact__form-phone {
  flex-basis: 49%;
}

@media (max-width: 1050px) {
  /* line 288, ../scss/layout/_footer.scss */
  .contact__form-phone {
    flex-basis: 100%;
  }
}
.contact__form-50 {
  flex-basis: 49%;
}

@media (max-width: 1050px) {
  /* line 296, ../scss/layout/_footer.scss */
  .contact__form-50 {
    flex-basis: 100%;
  }
}
.contact__form-100 {
  flex-basis: 100%;
}

@media (max-width: 1050px) {
  /* line 304, ../scss/layout/_footer.scss */
  .contact__form-100 {
    flex-basis: 100%;
  }
}
.contact__form-email {
  flex-basis: 49%;
}

@media (max-width: 1050px) {
  /* line 312, ../scss/layout/_footer.scss */
  .contact__form-email {
    flex-basis: 100%;
  }
}
.contact__form-comment {
  flex-basis: 100%;
}

.contact__map {
  overflow: hidden;
  margin-bottom: 60px;
  border-radius: 5px;
}

.contact .form-message {
  width: 100%;
}

.contact .form-message .message {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.contact .form-message .message.showr {
  opacity: 1;
}

.contact .form-input label.error {
  display: none !important;
}

.contact .form-errors {
  display: none !important;
}

.contact .btn-submit {
  position: relative;
}

.contact .btn-submit:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  opacity: 0;
  z-index: 200;
  width: 20px;
  height: 20px;
  border: 2px solid #b20000;
  border-top-color: transparent;
  border-radius: 50%;
  transition: all 0.2s ease;
  animation: animate-preloader2 1s linear infinite;
}

.contact .btn-submit.sending {
  pointer-events: none;
}

.contact .btn-submit.sending input {
  padding-left: 36px;
}

.contact .btn-submit.sending:before {
  left: 10px;
  opacity: 1;
}

.contact .btn-submit.success {
  pointer-events: none;
}

.contact .btn-submit.success input {
  padding-left: 36px;
}

.contact .btn-submit.success:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 10px;
  opacity: 1;
  z-index: 200;
  width: 20px;
  height: 20px;
  border: 0;
  background: url("../Images/check.svg") left center no-repeat;
  transition: all 0.2s ease;
  transform: perspective(1px) translateZ(0) skewX(13deg);
  animation: none;
}

.contact .btn-submit.error {
  pointer-events: none;
  border: 1px solid #cf1414 !important;
  background: linear-gradient(17deg, #890d0d 0%, #cf1414 100%) !important;
  box-shadow: 0 2px 6px rgba(207, 20, 20, 0.6) !important;
}

.contact .btn-submit.error:after {
  border: 1px solid #cf1414 !important;
  background: linear-gradient(17deg, #890d0d 0%, #cf1414 100%) !important;
}

.contact .btn-submit.error input {
  padding-left: 36px;
}

.contact .btn-submit.error:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 10px;
  opacity: 1;
  z-index: 200;
  width: 20px;
  height: 20px;
  border: 0;
  background: url("../Images/error.svg") left center no-repeat;
  transition: all 0.2s ease;
  transform: perspective(1px) translateZ(0) skewX(13deg);
  animation: none;
}

/*--------------------------------------------------------------
# About Page Style
--------------------------------------------------------------*/
.about .container {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1050px) {
  /* line 2, ../scss/pages/_about.scss */
  .about .container {
    flex-direction: column;
  }
}
.about__text {
  width: 70%;
  padding-left: 30px;
  font-weight: 500;
  line-height: 160%;
  font-size: calc(14px + 4 * (100vw - 320px) / 1440);
}

@media (max-width: 1050px) {
  /* line 11, ../scss/pages/_about.scss */
  .about__text {
    width: 100%;
    padding: 0;
  }
}
.about__text h1 {
  font-size: calc(24px + 26 * (100vw - 320px) / 1440);
}

.about__image {
  position: relative;
  overflow: hidden;
  width: 30%;
  height: 660px;
  border-radius: 5px;
}

@media (max-width: 1050px) {
  /* line 28, ../scss/pages/_about.scss */
  .about__image {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
  }
}
.about__image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.about .why-trust__block {
  width: 100%;
}

.about .counter {
  width: 100%;
  border-radius: 0;
}

.about .counter__item {
  width: 25%;
}

@media (max-width: 1050px) {
  /* line 61, ../scss/pages/_about.scss */
  .about .counter__item {
    width: 50%;
    padding: 60px 15px;
  }
}
@media (max-width: 480px) {
  /* line 61, ../scss/pages/_about.scss */
  .about .counter__item {
    width: 100%;
  }
}
.about .counter__item:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#22282d), color-stop(75%, rgba(188, 188, 188, 0)));
  background: linear-gradient(to top, rgba(188, 188, 188, 0) 0%, #22282d 50%, rgba(188, 188, 188, 0) 100%);
}

.about .counter__item:last-child:before {
  display: none;
}

.about .counter__item:after {
  display: none;
}

/*--------------------------------------------------------------
# Services Page Style
--------------------------------------------------------------*/
.services__block a {
  display: block;
  border: 0;
  height: 100%;
  padding-bottom: 30px;
}

.services__block.center {
  text-align: center;
}

.services__block.center .services__item-img {
  width: auto;
  margin: 0 auto;
}

.services__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  align-items: flex-start;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  padding: 30px;
  min-height: 300px;
  overflow: hidden;
  background: #0d1114;
  border-radius: 6px;
  transition: all 0.3s ease;
  transform: translate(0, 0);
}

@media (max-width: 767px) {
  /* line 20, ../scss/pages/_services.scss */
  .services__item {
    padding: 30px 15px;
  }
}
.services__item:before {
  content: "";
  position: absolute;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(178, 0, 0, 0.5);
  transition: all 0.3s ease;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #b20000;
  background: linear-gradient(17deg, #650000 0%, #b20000 100%);
}

.services__item:hover {
  transform: translate(0, -5px);
}

.services__item:hover:before {
  opacity: 0.78;
  overflow: visible;
}

.services__item:hover .services__item-img .icon-svg {
  fill: #fff;
}

.services__item:hover .services__item-desc-title, .services__item:hover .services__item-desc-text {
  color: #fff;
}

.services__item-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  flex: none;
  width: 100%;
  height: 100%;
  opacity: 0.48;
}

@media (max-width: 767px) {
  /* line 73, ../scss/pages/_services.scss */
  .services__item-img {
    flex: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.services__item-img img,
.services__item-img .vw-article-image-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 0;
  aspect-ratio: auto;
}

.services__item-img .vw-article-image-placeholder {
  padding: 0;
}

.services__item-img .vw-article-image-placeholder:before {
  top: 24px;
  right: 30px;
  font-size: 220px;
}

.services__item-img .vw-article-image-placeholder__type {
  font-size: 14px;
}

.services__item-img .icon-svg {
  font-size: 3.917em;
  fill: #b20000;
}

@media (max-width: 767px) {
  /* line 84, ../scss/pages/_services.scss */
  .services__item-img .icon-svg {
    width: 100%;
  }
}
.services__item-desc-title {
  position: relative;
  z-index: 2;
  margin: 20px 0;
  color: #fff;
  font-family: "Cormorant Garamond", "Libre Baskerville", "Georgia", serif;
  font-weight: 700;
  line-height: 1.12;
  transition: all 0.3s ease;
  font-size: calc(22px + 5 * (100vw - 320px) / 1440);
}

@media (max-width: 767px) {
  /* line 94, ../scss/pages/_services.scss */
  .services__item-desc-title {
    margin: 10px 0;
  }
}
.services__item-desc-text {
  position: relative;
  z-index: 2;
  font-weight: 300;
}

@media (max-width: 1050px) {
  /* line 111, ../scss/pages/_services.scss */
  .services .tab-link {
    padding: 22px 0;
  }
  /* line 114, ../scss/pages/_services.scss */
  .services .tab-link img {
    height: 28px;
  }
}
@media (max-width: 767px) {
  /* line 121, ../scss/pages/_services.scss */
  .services .tabs {
    flex-wrap: wrap;
    padding: 0;
  }
  /* line 126, ../scss/pages/_services.scss */
  .services .tab-link {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    margin-right: -1px;
    margin-bottom: -1px;
    padding: 15px 0;
    border-color: #12171b;
    transform: perspective(1px) translate(0, 0) skewX(0deg);
  }
  /* line 135, ../scss/pages/_services.scss */
  .services .tab-link span {
    transform: perspective(1px) translate(0, 0) skewX(0deg);
  }
  /* line 140, ../scss/pages/_services.scss */
  .services .tab-link:nth-child(3) {
    border-radius: 0 5px 0 0;
  }
  /* line 144, ../scss/pages/_services.scss */
  .services .tab-link:nth-child(4) {
    border-radius: 0 0 0 5px;
  }
  /* line 148, ../scss/pages/_services.scss */
  .services .tab-link:last-child {
    border-radius: 0 0 5px 0;
  }
  /* line 152, ../scss/pages/_services.scss */
  .services .tab-link:first-child {
    border-radius: 5px 0 0 0;
  }
}
@media (max-width: 1050px) {
  /* line 158, ../scss/pages/_services.scss */
  .services .tab-content {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  /* line 164, ../scss/pages/_services.scss */
  .services .tabs {
    margin-bottom: 40px;
  }
}
.services .container {
  overflow: hidden;
}

.services .tab-content {
  padding: 0;
}

@media (max-width: 1050px) {
  /* line 176, ../scss/pages/_services.scss */
  .services .tab-content .services__image {
    flex: 0 0 100%;
    height: 295px;
    margin-bottom: 30px;
  }
  /* line 182, ../scss/pages/_services.scss */
  .services .tab-content .services__text {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* line 189, ../scss/pages/_services.scss */
  .services .tab-content .services__image {
    height: 200px;
  }
}
.services .tab-content:hover .services__image img {
  filter: saturate(1);
}

.services .tab-content .services__image {
  position: relative;
  flex: 0 0 564px;
  overflow: hidden;
  height: 395px;
  border-radius: 5px;
}

.services .tab-content .services__image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.services .tab-content .services__text {
  width: 100%;
  padding-left: 30px;
}

.services .tab-content h2 {
  margin-bottom: 20px;
  font-weight: 700;
}

.services .tab-content.active {
  display: flex;
}

/*--------------------------------------------------------------
# Portfolio Page Style
--------------------------------------------------------------*/
@media (max-width: 767px) {
  /* line 3, ../scss/pages/_portfolio.scss */
  .portfolio .tab-wrapper {
    position: relative;
    overflow-y: scroll;
  }
  /* line 8, ../scss/pages/_portfolio.scss */
  .portfolio .tabs {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  /* line 14, ../scss/pages/_portfolio.scss */
  .portfolio .filter-button {
    background: #141a1e;
    border-radius: 5px;
    padding: 0;
  }
}
.portfolio .filter-button .tab-link {
  padding: 15px 0;
}

@media (max-width: 991px) {
  /* line 22, ../scss/pages/_portfolio.scss */
  .portfolio .filter-button .tab-link {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    border-radius: 5px;
  }
}
@media (max-width: 767px) {
  /* line 22, ../scss/pages/_portfolio.scss */
  .portfolio .filter-button .tab-link {
    flex-basis: 50%;
    max-width: 50%;
    padding: 10px 0;
    font-size: 14px;
  }
}
.portfolio .grid-portfolio {
  display: grid;
  justify-content: space-between;
  margin: 0 -1%;
  padding: 0 0 40px 0;
}

@media (max-width: 767px) {
  /* line 40, ../scss/pages/_portfolio.scss */
  .portfolio .grid-portfolio {
    margin: 0;
  }
}
.portfolio .grid-portfolio .portfolio-item {
  overflow: hidden;
  width: 23%;
  margin: 0 1% 2%;
  font-size: 18px;
}

@media (max-width: 1200px) {
  /* line 50, ../scss/pages/_portfolio.scss */
  .portfolio .grid-portfolio .portfolio-item {
    width: 31%;
  }
}
@media (max-width: 991px) {
  /* line 50, ../scss/pages/_portfolio.scss */
  .portfolio .grid-portfolio .portfolio-item {
    width: 48%;
  }
}
@media (max-width: 767px) {
  /* line 50, ../scss/pages/_portfolio.scss */
  .portfolio .grid-portfolio .portfolio-item {
    width: 100%;
    margin: 0 0 20px;
  }
}
.portfolio .grid-portfolio .portfolio-item:hover .portfolio-image img {
  opacity: 0.1;
}

.portfolio .grid-portfolio .portfolio-item:hover .portfolio-title {
  color: #fff;
  transform: translate(0, 5px);
}

@media (max-width: 991px) {
  /* line 78, ../scss/pages/_portfolio.scss */
  .portfolio .grid-portfolio .portfolio-item:hover .portfolio-title {
    transform: translate(0, 0);
  }
}
.portfolio .grid-portfolio .portfolio-item:hover .portfolio-subtitle {
  opacity: 1;
  overflow: visible;
  transform: translate(0, 20px);
}

.portfolio .grid-portfolio .portfolio-item .portfolio-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 480px;
  border-radius: 5px;
  background: #000;
}

@media (max-width: 767px) {
  /* line 94, ../scss/pages/_portfolio.scss */
  .portfolio .grid-portfolio .portfolio-item .portfolio-image {
    height: 380px;
  }
}
.portfolio .grid-portfolio .portfolio-item .portfolio-image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  transition: all 0.8s ease;
}

.portfolio .grid-portfolio .portfolio-item .portfolio-image .vw-article-image-placeholder,
.blog-grid__img .vw-article-image-placeholder,
.blog__image .vw-article-image-placeholder {
  width: 100%;
  height: 100%;
}

.vw-article-image-placeholder {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 280px;
  padding: 28px;
  overflow: hidden;
  background: radial-gradient(circle at 80% 15%, rgba(178, 0, 0, 0.32), rgba(178, 0, 0, 0) 32%), linear-gradient(145deg, #263038 0%, #171d22 52%, #0d1114 100%);
}

.vw-article-image-placeholder:before {
  content: "V";
  position: absolute;
  top: 48px;
  right: 28px;
  color: rgba(255, 255, 255, 0.055);
  font-family: "League Gothic", sans-serif;
  font-size: 190px;
  line-height: 0.75;
}

.vw-article-image-placeholder__type {
  position: relative;
  z-index: 1;
  color: #bcbcbc;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.portfolio .grid-portfolio .portfolio-item .portfolio-title {
  margin: 24px 0 5px 0;
  color: #898989;
  font-weight: 200;
  font-size: 28px;
  text-align: center;
  line-height: 34px;
  transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1);
  transform: translate(0, 0);
}

@media (max-width: 991px) {
  /* line 118, ../scss/pages/_portfolio.scss */
  .portfolio .grid-portfolio .portfolio-item .portfolio-title {
    color: #fff;
    transform: translate(0, 0);
  }
}
.portfolio .grid-portfolio .portfolio-item .portfolio-subtitle {
  color: #898989;
  font-weight: 200;
  opacity: 0;
  overflow: hidden;
  transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1);
  transform: translate(0, 0);
}

@media (max-width: 991px) {
  /* line 134, ../scss/pages/_portfolio.scss */
  .portfolio .grid-portfolio .portfolio-item .portfolio-subtitle {
    opacity: 1;
    overflow: visible;
    transform: translate(0, 20px);
  }
}
.portfolio .grid-portfolio .portfolio-item a {
  position: relative;
  display: block;
  border: 0;
}

.portfolio .grid-portfolio .portfolio-item .portfolio-desc {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
}

/*--------------------------------------------------------------
# Portfolio Carousel Home
--------------------------------------------------------------*/
.portfolio__block {
  padding: 0 5px;
  position: relative;
}

@media (max-width: 1200px) {
  /* line 176, ../scss/pages/_portfolio.scss */
  .portfolio__block {
    grid-template-columns: repeat(auto-fill, 33.33333%);
  }
}
@media (max-width: 991px) {
  /* line 176, ../scss/pages/_portfolio.scss */
  .portfolio__block {
    padding: 0 3px;
  }
}
@media (max-width: 767px) {
  /* line 176, ../scss/pages/_portfolio.scss */
  .portfolio__block {
    grid-template-columns: repeat(auto-fill, 50%);
  }
}
@media (max-width: 480px) {
  /* line 176, ../scss/pages/_portfolio.scss */
  .portfolio__block {
    grid-template-columns: repeat(auto-fill, 100%);
  }
}
.portfolio__item {
  position: relative;
  overflow: hidden;
  height: calc(400px + 250 * (75vw - 320px) / 1120);
  border: 5px solid #0d1114;
}

@media (max-width: 991px) {
  /* line 197, ../scss/pages/_portfolio.scss */
  .portfolio__item {
    border: 3px solid #0d1114;
  }
}
.portfolio__item:hover .portfolio__desc {
  opacity: 1;
  visibility: visible;
}

.portfolio__item:hover .portfolio__desc .portfolio__text {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 6px);
}

@media (max-width: 991px) {
  /* line 212, ../scss/pages/_portfolio.scss */
  .portfolio__item:hover .portfolio__desc .portfolio__text {
    transform: translate(0, 0);
  }
}
.portfolio__item:hover .portfolio__desc .portfolio__title {
  transform: translate(0, 10px);
}

@media (max-width: 991px) {
  /* line 222, ../scss/pages/_portfolio.scss */
  .portfolio__item:hover .portfolio__desc .portfolio__title {
    transform: translate(0, 0);
  }
}
.portfolio__item:hover .portfolio__image img {
  transform: scale(1.1);
}

.portfolio__item:hover .portfolio__image:before {
  opacity: 1;
}

.portfolio__image {
  position: relative;
  height: 100%;
}

@media (max-width: 767px) {
  /* line 241, ../scss/pages/_portfolio.scss */
  .portfolio__image {
    overflow: hidden;
    border-radius: 5px;
  }
}
.portfolio__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: blur(8px);
  transition: all 3s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  backdrop-filter: blur(2px) saturate(80%);
}

@media (max-width: 767px) {
  /* line 250, ../scss/pages/_portfolio.scss */
  .portfolio__image:before {
    display: none;
  }
}
.portfolio__image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 3s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transform: translateZ(0);
}

.portfolio__desc {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  /* line 280, ../scss/pages/_portfolio.scss */
  .portfolio__desc {
    padding: 15px;
  }
}
@media (max-width: 600px) {
  /* line 280, ../scss/pages/_portfolio.scss */
  .portfolio__desc {
    opacity: 1;
    visibility: visible;
  }
}
.portfolio__title {
  margin-bottom: 2%;
  font-weight: 200;
  text-align: center;
  text-shadow: 0 2px 6px rgba(255, 255, 255, 0.5);
  line-height: 100%;
  transform: translate(0, 0);
  transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1);
  font-size: calc(24px + 16 * (100vw - 320px) / 1440);
}

.portfolio__text {
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  text-align: center;
  visibility: hidden;
  color: #bcbcbc;
  transform: translate(0, -16px);
  transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1);
  justify-content: center;
  font-weight: 300;
}

@media (max-width: 991px) {
  /* line 317, ../scss/pages/_portfolio.scss */
  .portfolio__text {
    opacity: 1;
    transform: translate(0, 0);
    padding-top: 0 !important;
    visibility: visible;
  }
}
.portfolio__text span {
  margin: 0 15px 0 0;
}

@media (max-width: 767px) {
  /* line 336, ../scss/pages/_portfolio.scss */
  .portfolio__text span {
    margin: 0 5px 0 0;
  }
}
.portfolio__text span:after {
  content: "/";
  margin-left: 15px;
  color: #b20000;
  font-weight: 900;
}

@media (max-width: 767px) {
  /* line 343, ../scss/pages/_portfolio.scss */
  .portfolio__text span:after {
    margin-left: 5px;
  }
}
.portfolio__text span:last-child:after {
  display: none;
  margin: 0;
}

.portfolio .slick-dots {
  bottom: -40px;
}

@media (max-width: 1200px) {
  /* line 363, ../scss/pages/_portfolio.scss */
  .portfolio .portfolio__nav {
    display: none;
  }
}
.portfolio .portfolio__nav svg {
  width: 54px;
  height: 34px;
  opacity: 0.5;
  transform: perspective(0px) translateZ(0) skewX(0deg);
}

.portfolio .portfolio__nav a.prev-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  left: 0;
  top: 5px;
  z-index: 10;
  height: calc(100% - 10px);
  background: linear-gradient(90deg, #000 0, transparent);
  width: 255px;
}

.portfolio .portfolio__nav a.prev-button:hover svg {
  opacity: 1;
}

.portfolio .portfolio__nav a.prev-button:active svg {
  transform: translate(-10px, 0);
}

.portfolio .portfolio__nav a.next-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  right: 0;
  top: 5px;
  z-index: 10;
  height: calc(100% - 10px);
  background: linear-gradient(270deg, #000 0, transparent);
  width: 255px;
}

.portfolio .portfolio__nav a.next-button:hover svg {
  opacity: 1;
}

.portfolio .portfolio__nav a.next-button:active svg {
  transform: translate(10px, 0);
}

/*--------------------------------------------------------------
# Portfolio Project Page Style
--------------------------------------------------------------*/
.project__block {
  padding: 0 8.33333333%;
}

@media (max-width: 1050px) {
  /* line 2, ../scss/pages/_portfolio-details.scss */
  .project__block {
    padding: 0;
  }
}
.project__block h1 {
  color: #bcbcbc;
  font-size: calc(24px + 6 * (100vw - 320px) / 1440);
}

.project__block-top {
  display: flex;
}

@media (max-width: 850px) {
  /* line 14, ../scss/pages/_portfolio-details.scss */
  .project__block-top {
    flex-wrap: wrap;
  }
}
.project__block-top.sidebar-left {
  flex-direction: row-reverse;
}

.project__block-top.sidebar-left .sidebar {
  padding-right: 30px;
  padding-left: 0;
}

@media (max-width: 991px) {
  /* line 24, ../scss/pages/_portfolio-details.scss */
  .project__block-top.sidebar-left .sidebar {
    padding-right: 0;
  }
}
.project__block-top.full-width {
  flex-direction: column-reverse;
}

.project__block-top.full-width .project__gallery {
  margin-top: 60px;
  padding: 0 16.666667%;
  flex-basis: 100%;
  max-width: 100%;
}

@media (max-width: 1200px) {
  /* line 37, ../scss/pages/_portfolio-details.scss */
  .project__block-top.full-width .project__gallery {
    padding: 0;
  }
}
.project__block-top.full-width .project__gallery .project__gallery-col {
  margin: 0 -100px 30px;
}

@media (max-width: 1200px) {
  /* line 47, ../scss/pages/_portfolio-details.scss */
  .project__block-top.full-width .project__gallery .project__gallery-col {
    margin: 0 0 15px;
  }
}
.project__block-top.full-width .project__gallery .project__gallery-col-2 {
  margin: 0 -100px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  /* line 54, ../scss/pages/_portfolio-details.scss */
  .project__block-top.full-width .project__gallery .project__gallery-col-2 {
    margin: 0;
  }
}
@media (max-width: 767px) {
  /* line 54, ../scss/pages/_portfolio-details.scss */
  .project__block-top.full-width .project__gallery .project__gallery-col-2 {
    flex-direction: column;
  }
}
.project__block-top.full-width .project__gallery .project__gallery-col-2 a {
  width: 48%;
}

@media (max-width: 767px) {
  /* line 68, ../scss/pages/_portfolio-details.scss */
  .project__block-top.full-width .project__gallery .project__gallery-col-2 a {
    margin-bottom: 15px;
    width: 100%;
  }
}
.project__block-top.full-width .project__gallery a {
  border: 0;
}

.project__block-top.full-width .project__gallery a:hover {
  opacity: 0.8;
}

.project__block-top.full-width .project__gallery a img {
  width: 100%;
  border-radius: 6px;
}

.project__block-top.full-width .sidebar {
  padding: 0 16.666667%;
  flex-basis: 100%;
  max-width: 100%;
}

@media (max-width: 1200px) {
  /* line 92, ../scss/pages/_portfolio-details.scss */
  .project__block-top.full-width .sidebar {
    padding: 0;
  }
}
.project__block-top.full-width .sidebar .sidebar__info-title {
  font-weight: 700;
}

.project__block-top.full-width .sidebar__info-list {
  display: flex;
  flex-wrap: wrap;
  border-radius: 6px;
  background: linear-gradient(17deg, #22282d 0%, #30383f 100%);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.project__block-top.full-width .sidebar__info-list li {
  display: flex;
  font-weight: 400;
  flex-direction: column;
  width: 33.333333%;
  padding: 15px;
  color: #b20000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
  /* line 112, ../scss/pages/_portfolio-details.scss */
  .project__block-top.full-width .sidebar__info-list li {
    width: 50%;
  }
  /* line 124, ../scss/pages/_portfolio-details.scss */
  .project__block-top.full-width .sidebar__info-list li:nth-child(4) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 575px) {
  /* line 112, ../scss/pages/_portfolio-details.scss */
  .project__block-top.full-width .sidebar__info-list li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  }
  /* line 132, ../scss/pages/_portfolio-details.scss */
  .project__block-top.full-width .sidebar__info-list li:last-child {
    border-bottom: 0 !important;
  }
}
.project__block-top.full-width .sidebar__info-list li:nth-child(4) {
  border: 0;
}

.project__block-top.full-width .sidebar__info-list li:nth-child(5) {
  border: 0;
}

.project__block-top.full-width .sidebar__info-list li:nth-child(6) {
  border: 0;
}

.project__block-top.full-width .sidebar__info-list li a {
  border-color: #bcbcbc;
  color: #bcbcbc;
}

.project__block-top.full-width .sidebar__info-list li span {
  color: #bcbcbc;
  padding-left: 0;
  font-weight: 700;
  text-align: left;
}

.project__gallery {
  position: relative;
  display: flex;
  flex-basis: 66.66666667%;
  flex-direction: column;
  overflow: hidden;
  max-width: 66.66666667%;
}

@media (max-width: 850px) {
  /* line 165, ../scss/pages/_portfolio-details.scss */
  .project__gallery {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.project__gallery .zoom-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 0 5px;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.project__gallery .zoom-img .icon-svg {
  width: 20px;
  fill: #b20000;
}

.project__gallery .project-slider {
  height: auto;
  margin-bottom: 20px;
  background: #0d1114;
}

.project__gallery .project-slider .project-slider-item {
  position: relative;
  overflow: hidden;
  height: 450px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

@media (max-width: 1050px) {
  /* line 205, ../scss/pages/_portfolio-details.scss */
  .project__gallery .project-slider .project-slider-item {
    height: 350px;
  }
}
@media (max-width: 500px) {
  /* line 205, ../scss/pages/_portfolio-details.scss */
  .project__gallery .project-slider .project-slider-item {
    height: 250px;
  }
}
.project__gallery .project-slider .project-slider-item:hover {
  opacity: 0.5 !important;
}

.project__gallery .project-slider .project-slider-item img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.project__gallery .project-nav {
  margin: 0 -10px;
  padding-bottom: 40px;
}

.project__gallery .project-nav .project-nav-item {
  position: relative;
  overflow: hidden;
  height: 130px;
  margin: 0 10px;
  border-radius: 3px;
  background: #0d1114;
  outline: none;
  filter: saturate(0);
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (max-width: 500px) {
  /* line 240, ../scss/pages/_portfolio-details.scss */
  .project__gallery .project-nav .project-nav-item {
    height: 80px;
  }
}
.project__gallery .project-nav .project-nav-item img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.project__gallery .project-nav .project-nav-item.slick-current, .project__gallery .project-nav .project-nav-item:hover {
  opacity: 1;
  filter: saturate(1);
}

.project__gallery .project-nav .project-nav-item.slick-current img, .project__gallery .project-nav .project-nav-item:hover img {
  opacity: 1;
}

.fancybox-thumbs__list a {
  border: 0;
}

.fancybox-thumbs__list a::before {
  border: 2px solid #b20000 !important;
}

.fancybox-thumbs {
  background: #0d1114 !important;
}

/*--------------------------------------------------------------
# SideBar Blog Page Style
--------------------------------------------------------------*/
@media (min-width: 767px) {
  /* line 2, ../scss/layout/_sidebar.scss */
  .sidebar.sticky {
    align-self: flex-start;
    position: sticky;
    position: -webkit-sticky;
    top: 150px;
  }
}
.franchise-page {
  padding-top: 64px;
}

.franchise-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: 56px;
  align-items: start;
}

.franchise-overview__eyebrow,
.franchise-overview__label,
.franchise-section-heading p {
  margin: 0 0 12px;
  color: #b20000;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.franchise-overview h2,
.franchise-section-heading h2 {
  margin: 0;
  color: #fff;
  font-family: "Cormorant Garamond", "Libre Baskerville", "Georgia", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.12;
}

.franchise-overview__description {
  max-width: 820px;
  margin-top: 24px;
  color: #bcbcbc;
  font-size: 20px;
  line-height: 1.55;
}

.franchise-overview__description p:last-child {
  margin-bottom: 0;
}

.franchise-overview__filters {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 16px;
  text-align: left;
}

.franchise-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.franchise-stats li {
  display: block;
  margin-left: 0;
  padding-left: 0;
}

.franchise-stats li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(188, 188, 188, 0.12);
  border-radius: 6px;
  background: rgba(23, 29, 34, 0.7);
  color: #bcbcbc;
  transition: all 0.3s ease;
}

.franchise-stats li a:hover,
.franchise-stats li a:focus {
  border-color: rgba(207, 20, 20, 0.55);
  background: rgba(178, 0, 0, 0.18);
  color: #fff;
}

.franchise-stats li:before {
  display: none;
}

.franchise-stats span {
  font-weight: 700;
}

.franchise-stats strong {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  transition: all 0.3s ease;
}

.franchise-stats li a:hover strong,
.franchise-stats li a:focus strong {
  color: #cf1414;
}

.franchise-overview__backlink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #cf1414;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  transition: all 0.3s ease;
}

.franchise-overview__backlink:before {
  content: "←";
  color: #bcbcbc;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.franchise-overview__backlink:hover,
.franchise-overview__backlink:focus {
  color: #fff;
}

.franchise-overview__backlink:hover:before,
.franchise-overview__backlink:focus:before {
  color: #cf1414;
  transform: translateX(-2px);
}

.franchise-cast {
  border: 1px solid rgba(188, 188, 188, 0.08);
  border-radius: 6px;
  background: rgba(23, 29, 34, 0.65);
}

.franchise-overview__aside {
  align-self: start;
}

.franchise-cast--aside {
  width: 100%;
}

.franchise-cast__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 22px;
  color: #fff;
}

.franchise-cast__eyebrow {
  display: block;
  margin-bottom: 0;
  color: #b20000;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.franchise-cast__count {
  margin-left: auto;
  color: #bcbcbc;
  font-size: 18px;
  font-weight: 700;
}

.franchise-section-heading {
  margin-bottom: 26px;
}

.franchise-section-heading--center {
  margin-bottom: 34px;
  text-align: center;
}

.franchise-cast__table {
  overflow: hidden;
  max-height: 178px;
  border-top: 1px solid rgba(188, 188, 188, 0.08);
  transition: max-height 0.35s ease;
}

.franchise-cast.is-expanded .franchise-cast__table {
  max-height: 700px;
}

.franchise-cast__table table {
  margin-bottom: 0;
}

.franchise-cast__table th,
.franchise-cast__table td {
  padding: 12px 18px;
  font-size: 16px;
  line-height: 1.35;
}

.franchise-cast__direct-value {
  white-space: pre-line;
}

.franchise-cast--roles-only .franchise-cast__table th:first-child,
.franchise-cast--roles-only .franchise-cast__table td:first-child {
  width: 100%;
}

.franchise-cast--roles-only .franchise-cast__table td:nth-child(2) {
  display: none;
}

.franchise-cast__toggle {
  width: 100%;
  padding: 13px 18px;
  border: 0;
  border-top: 1px solid rgba(188, 188, 188, 0.08);
  background: transparent;
  color: #cf1414;
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}

.franchise-cast__toggle:hover,
.franchise-cast__toggle:focus {
  color: #fff;
}

.franchise-content {
  padding-top: 0;
}

.franchise-content .neos-nodetypes-html-html {
  width: min(100%, 760px);
  margin: 0 auto;
}

.franchise-content iframe,
.franchise-content [data-type=placeholder][data-name=youtube] {
  display: block;
  width: 100% !important;
  max-width: 760px !important;
  aspect-ratio: 16/9;
  height: auto !important;
  min-height: 220px;
  margin: 0 auto;
  border: 1px solid rgba(188, 188, 188, 0.1);
  border-radius: 6px;
  background: rgba(23, 29, 34, 0.65);
}

.franchise-content--videos {
  padding-top: 0;
}

.franchise-video-carousel {
  width: 100%;
}

.franchise-video-carousel__viewport {
  position: relative;
}

.franchise-video-carousel__track {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 18px;
  scroll-padding-left: 2px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(207, 20, 20, 0.75) rgba(23, 29, 34, 0.75);
}

.franchise-video-carousel__track > .neos-contentcollection {
  display: flex;
  gap: 24px;
  min-width: 100%;
}

.franchise-video-carousel.is-enhanced .franchise-video-carousel__track {
  overflow: hidden;
  padding-bottom: 0;
}

.franchise-video-carousel.is-enhanced .franchise-video-carousel__track > .neos-contentcollection {
  display: grid;
  max-width: 860px;
  margin: 0 auto;
}

.franchise-video-carousel__track::-webkit-scrollbar {
  height: 10px;
}

.franchise-video-carousel__track::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(23, 29, 34, 0.75);
}

.franchise-video-carousel__track::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(207, 20, 20, 0.75);
}

.franchise-video-carousel__item {
  flex: 0 0 min(760px, 84vw);
  max-width: 760px;
  scroll-snap-align: start;
}

.franchise-video-carousel.is-enhanced .franchise-video-carousel__item {
  display: block;
  grid-area: 1/1;
  max-width: 860px;
  margin: 0 auto;
  opacity: 0;
  pointer-events: none;
  transform: translateX(34px);
  transition: opacity 0.9s ease, transform 1.35s cubic-bezier(0.22, 1, 0.36, 1);
  visibility: hidden;
  width: 100%;
}

.franchise-video-carousel.is-enhanced.is-backward .franchise-video-carousel__item {
  transform: translateX(-34px);
}

.franchise-video-carousel.is-enhanced .franchise-video-carousel__item.is-active {
  display: block;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
  z-index: 1;
}

.franchise-video-carousel.is-enhanced.is-ready.is-forward .franchise-video-carousel__item.is-active {
  animation: franchise-video-slide-in-forward 1.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.franchise-video-carousel.is-enhanced.is-ready.is-backward .franchise-video-carousel__item.is-active {
  animation: franchise-video-slide-in-backward 1.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.franchise-video-carousel__item h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.franchise-video-carousel .blog-youtube-video {
  width: 100%;
  margin: 0;
}

.franchise-video-carousel .blog-youtube-video__frame iframe {
  max-width: none !important;
}

.franchise-video-carousel__control {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(188, 188, 188, 0.16);
  border-radius: 50%;
  background: rgba(13, 17, 20, 0.78);
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.franchise-video-carousel.is-enhanced .franchise-video-carousel__control {
  display: inline-flex;
}

.franchise-video-carousel.has-single-video .franchise-video-carousel__control {
  display: none;
}

.franchise-video-carousel__control:hover,
.franchise-video-carousel__control:focus {
  border-color: rgba(207, 20, 20, 0.7);
  background: rgba(178, 0, 0, 0.82);
  color: #fff;
}

.franchise-video-carousel__control--prev {
  left: 12px;
}

.franchise-video-carousel__control--next {
  right: 12px;
}

.franchise-video-carousel__thumbs {
  display: none;
}

.franchise-video-carousel.is-enhanced .franchise-video-carousel__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 18px;
}

.franchise-video-carousel.has-single-video .franchise-video-carousel__thumbs {
  display: none;
}

.franchise-video-carousel__thumb {
  display: block;
  align-items: center;
  width: 96px;
  padding: 8px;
  border: 1px solid rgba(188, 188, 188, 0.12);
  border-radius: 6px;
  background: rgba(23, 29, 34, 0.72);
  color: #bcbcbc;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}

.franchise-video-carousel__thumb:hover,
.franchise-video-carousel__thumb:focus,
.franchise-video-carousel__thumb.is-active {
  border-color: rgba(207, 20, 20, 0.72);
  color: #fff;
}

.franchise-video-carousel__thumb.is-active {
  background: rgba(178, 0, 0, 0.22);
}

.franchise-video-carousel__thumb-image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 4px;
  background-color: rgba(13, 17, 20, 0.5);
  background-position: center;
  background-size: cover;
}

.franchise-video-carousel__thumb-image:after {
  content: "\f04b";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  text-shadow: 0 1px 8px rgba(13, 17, 20, 0.65);
}

.franchise-video-carousel__thumb-label {
  overflow: hidden;
  text-overflow: ellipsis;
}

@keyframes franchise-video-slide-in-forward {
  from {
    opacity: 0;
    transform: translateX(42px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes franchise-video-slide-in-backward {
  from {
    opacity: 0;
    transform: translateX(-42px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .franchise-video-carousel.is-enhanced .franchise-video-carousel__item,
  .franchise-video-carousel.is-enhanced.is-ready .franchise-video-carousel__item.is-active {
    animation: none;
    transition: none;
  }
}
.portfolio .franchise-section-heading + .tab-wrapper {
  margin-top: 0;
}

#franchise-articles .grid-portfolio {
  margin: 0 -16px;
}

#franchise-articles .grid-portfolio .portfolio-item {
  width: calc(25% - 32px);
  margin: 0 16px 32px;
}

@media (max-width: 1200px) {
  #franchise-articles .grid-portfolio {
    margin: 0 -14px;
  }
  #franchise-articles .grid-portfolio .portfolio-item {
    width: calc(33.333333% - 28px);
    margin: 0 14px 28px;
  }
}
@media (max-width: 991px) {
  .franchise-overview {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .franchise-overview__aside {
    max-width: 520px;
  }
  #franchise-articles .grid-portfolio {
    margin: 0 -12px;
  }
  #franchise-articles .grid-portfolio .portfolio-item {
    width: calc(50% - 24px);
    margin: 0 12px 24px;
  }
}
@media (max-width: 767px) {
  .franchise-page {
    padding-top: 46px;
  }
  .franchise-overview h2,
  .franchise-section-heading h2 {
    font-size: 30px;
  }
  .franchise-overview__description {
    font-size: 18px;
  }
  .franchise-overview__facts {
    padding: 22px;
  }
  .franchise-cast {
    margin-top: 46px;
  }
  .franchise-cast__summary {
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
  }
  .franchise-cast__count {
    display: none;
  }
  .franchise-cast__table th,
  .franchise-cast__table td {
    padding: 13px 16px;
  }
  #franchise-articles .grid-portfolio {
    margin: 0;
  }
  #franchise-articles .grid-portfolio .portfolio-item {
    width: 100%;
    margin: 0 0 24px;
  }
  .franchise-video-carousel__track {
    padding-bottom: 14px;
  }
  .franchise-video-carousel__track > .neos-contentcollection {
    gap: 16px;
  }
  .franchise-video-carousel__item {
    flex-basis: 88vw;
  }
  .franchise-video-carousel.is-enhanced .franchise-video-carousel__track {
    padding-bottom: 0;
  }
  .franchise-video-carousel__control {
    width: 38px;
    height: 38px;
  }
  .franchise-video-carousel__control--prev {
    left: -4px;
  }
  .franchise-video-carousel__control--next {
    right: -4px;
  }
  .franchise-video-carousel.is-enhanced .franchise-video-carousel__thumbs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .franchise-video-carousel__thumb {
    flex: 0 0 86px;
    width: 86px;
  }
}
.sidebar {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
  padding-left: 30px;
}

@media (max-width: 850px) {
  /* line 11, ../scss/layout/_sidebar.scss */
  .sidebar {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.sidebar__image {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.sidebar__image img,
.sidebar__image .vw-article-image-placeholder {
  width: min(100%, 190px);
  height: auto;
  min-height: 0;
  aspect-ratio: 3/4;
  object-fit: cover;
}

.sidebar__image .vw-article-image-placeholder {
  padding: 18px;
}

.sidebar__image .vw-article-image-placeholder:before {
  top: 34px;
  right: 18px;
  font-size: 130px;
}

.sidebar__image-credit {
  margin: -8px 0 18px;
  color: #777;
  font-size: 12px;
  line-height: 1.4;
}

.sidebar__image-credit a {
  color: #bcbcbc;
}

.sidebar .sidebar__info-title {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 300;
  font-size: calc(20px + 6 * (100vw - 320px) / 1440);
}

.sidebar ul.sidebar__info-list {
  padding: 0;
}

.sidebar ul.sidebar__info-list li {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid #22282d;
  color: #b20000;
}

.sidebar ul.sidebar__info-list li span {
  padding-left: 10px;
  color: #bcbcbc;
  text-align: right;
}

.sidebar ul.sidebar__info-list li:before {
  display: none;
}

.sidebar ul.sidebar__info-list li:last-child {
  border: 0;
}

.sidebar__info-posts {
  margin-bottom: 30px;
  background: #0d1114;
}

.sidebar__info-posts-item a {
  display: flex;
  margin-bottom: 20px;
  border: 0;
  transform: translate(0, 0);
}

.sidebar__info-posts-item a:hover {
  transform: translate(0, -3px);
}

.sidebar__info-posts-item a:hover img {
  opacity: 1;
}

.sidebar__info-posts-img {
  position: relative;
  flex: 0 0 80px;
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  border-radius: 3px;
  background: #0d1114;
  transition: all 0.3s ease;
}

.sidebar__info-posts-img img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.sidebar__info-posts-desc {
  color: #bcbcbc;
  font-size: 14px;
  line-height: 20px;
}

.sidebar__info-posts-desc h3 {
  margin-bottom: 10px;
  font-size: calc(15px + 1 * (100vw - 320px) / 1440);
}

.sidebar__info-posts-desc p {
  margin: 0;
}

.sidebar__search {
  position: relative;
  margin-bottom: 20px;
}

.sidebar__search form {
  width: 100%;
}

.sidebar__search input {
  width: 100%;
  height: 50px;
  border-width: 1px !important;
}

.sidebar__search button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 0;
  background: 0 0;
  outline: 0;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.2s ease;
}

.sidebar__search button:hover {
  opacity: 1;
}

.sidebar__search button .icon-svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.sidebar__info-categories {
  padding: 0;
}

.sidebar__info-categories li {
  margin: 0;
  padding: 0;
}

.sidebar__info-categories li:before {
  display: none;
}

.sidebar__info-categories li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #171b1e;
  color: #bcbcbc;
}

.sidebar__info-categories li a:hover {
  padding-left: 5px;
  color: #b20000;
}

.sidebar__info-categories li:last-child a {
  border: 0;
}

.sidebar__info-tags {
  display: flex;
  flex-wrap: wrap;
}

.sidebar__info-tags a {
  height: 28px;
  margin-bottom: 6px;
  padding: 0 10px;
  font-weight: 400;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Blog Page Style
--------------------------------------------------------------*/
.blog__body {
  display: flex;
  padding: 0 8.33333333%;
}

@media (max-width: 1200px) {
  /* line 2, ../scss/pages/_blog.scss */
  .blog__body {
    padding: 0;
  }
}
@media (max-width: 991px) {
  /* line 2, ../scss/pages/_blog.scss */
  .blog__body {
    flex-direction: column;
  }
}
.blog__body.sidebar-left {
  flex-direction: row-reverse;
}

.blog__body.sidebar-left .sidebar {
  padding-left: 0;
  padding-right: 30px;
}

@media (max-width: 991px) {
  /* line 17, ../scss/pages/_blog.scss */
  .blog__body.sidebar-left .sidebar {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  /* line 14, ../scss/pages/_blog.scss */
  .blog__body.sidebar-left {
    flex-direction: column;
  }
}
.blog__body.blog-grid {
  padding: 0;
  display: block;
}

.listing-intro {
  max-width: 780px;
  margin: -14px auto 38px;
  text-align: center;
}

.listing-intro h2 {
  margin: 0 0 18px;
  color: #fff;
  font-family: "Cormorant Garamond", "Libre Baskerville", "Georgia", serif;
  font-size: calc(25px + 8 * (100vw - 320px) / 1440);
  line-height: 1.1;
  text-shadow: 0 2px 6px rgba(255, 255, 255, 0.28);
}

.listing-intro p {
  margin: 0 auto;
  color: rgba(188, 188, 188, 0.88);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.55;
}

@media (max-width: 600px) {
  .listing-intro {
    margin: 0 auto 28px;
  }
  .listing-intro p {
    font-size: 16px;
  }
}
.blog__body.blog-grid .blog__item {
  margin-bottom: 30px;
  position: relative;
  height: 500px;
}

.blog__body.blog-grid .blog__item .blog-grid__img {
  height: 100%;
}

.blog__body.blog-grid .blog__item .blog-grid__img a {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.blog__body.blog-grid .blog__item .blog-grid__img a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, #141a1e 0%, #22282d 50%);
}

.blog__body.blog-grid .blog__item .blog-grid__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}

.blog__body.blog-grid .blog__item .blog-grid__desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 20px;
}

.blog__body.blog-grid .blog__item .blog-grid__desc .blog-grid__category {
  font-size: 16px;
  transform: translate(0, 40px);
  transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1);
}

.blog__body.blog-grid .blog__item .blog-grid__desc h2 {
  font-size: 24px;
  transform: translate(0, 40px);
  transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1);
}

.blog__body.blog-grid .blog__item .blog-grid__desc .blog-grid__showmore {
  opacity: 0;
  transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1);
  transform: translate(0, 10px);
}

.blog__body.blog-grid .blog__item .blog-grid__desc .blog-grid__showmore a {
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 700;
  border: 1px solid #b20000;
  padding: 6px 20px;
  color: #b20000;
}

.blog__body.blog-grid .blog__item .blog-grid__desc .blog-grid__showmore a:hover {
  background: #b20000;
  color: #fff;
}

.blog__body.blog-grid .blog__item a {
  border: 0;
}

.blog__body.blog-grid .blog__item:hover .blog-grid__category {
  transform: translate(0, -40px);
}

.blog__body.blog-grid .blog__item:hover h2 {
  transform: translate(0, -40px);
}

.blog__body.blog-grid .blog__item:hover .blog-grid__showmore {
  opacity: 1;
  transform: translate(0, -20px);
  transition-delay: 0.15s;
}

.blog__body.blog-grid .pagination {
  margin-top: 20px;
  justify-content: center;
}

.dynamic-article-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 26px;
}

.dynamic-article-grid .pagination {
  grid-column: 1/-1;
  margin-top: 18px;
  justify-content: center;
}

.dynamic-article-card {
  min-height: 360px;
}

.dynamic-article-card:nth-child(1),
.dynamic-article-card:nth-child(8n) {
  grid-column: span 2;
  min-height: 460px;
}

.dynamic-article-card:nth-child(6n) {
  grid-column: span 2;
}

.dynamic-franchise-card--inserted {
  grid-column: span 2;
  min-height: 360px;
}

.dynamic-article-card__link {
  position: relative;
  display: block;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  background: #141a1e;
}

.dynamic-article-card__link:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(13, 17, 20, 0.98), rgba(20, 26, 30, 0.74) 42%, rgba(20, 26, 30, 0.12)), linear-gradient(135deg, rgba(178, 0, 0, 0.24), rgba(13, 17, 20, 0));
}

.dynamic-article-card__image {
  position: absolute;
  inset: 0;
}

.dynamic-article-card__image img,
.dynamic-article-card__image .vw-article-image-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dynamic-article-card__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 24px;
}

.dynamic-article-card__type {
  display: block;
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  color: rgba(178, 0, 0, 0.94);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dynamic-article-card h3 {
  margin: 0;
  color: #fff;
  font-family: "Cormorant Garamond", "Libre Baskerville", "Georgia", serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.05;
  text-shadow: 0 2px 6px rgba(255, 255, 255, 0.22);
}

.dynamic-article-card:nth-child(1) h3,
.dynamic-article-card:nth-child(8n) h3 {
  max-width: 720px;
  font-size: 39px;
}

.dynamic-article-card__year {
  display: inline-flex;
  margin-top: 14px;
  color: rgba(178, 0, 0, 0.92);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.dynamic-franchise-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: inherit;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(178, 0, 0, 0.34);
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(178, 0, 0, 0.24), rgba(20, 26, 30, 0.72) 44%, rgba(13, 17, 20, 0.92)), #141a1e;
  color: rgba(255, 255, 255, 0.86);
}

.dynamic-franchise-card:before {
  content: "F";
  position: absolute;
  top: 14px;
  right: 26px;
  color: rgba(255, 255, 255, 0.06);
  font-family: "Cormorant Garamond", "Libre Baskerville", "Georgia", serif;
  font-size: 160px;
  font-weight: 700;
  line-height: 1;
}

.dynamic-franchise-card:hover {
  border-color: rgba(178, 0, 0, 0.7);
  color: #fff;
}

.dynamic-franchise-card__eyebrow,
.dynamic-franchise-card__cta,
.dynamic-franchise-card__title {
  position: relative;
  z-index: 1;
}

.dynamic-franchise-card__eyebrow {
  margin-bottom: 12px;
  color: rgba(178, 0, 0, 0.92);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dynamic-franchise-card__title {
  max-width: 560px;
  font-family: "Cormorant Garamond", "Libre Baskerville", "Georgia", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  text-shadow: 0 2px 6px rgba(255, 255, 255, 0.18);
}

.dynamic-franchise-card__cta {
  align-self: flex-start;
  margin-top: 22px;
  padding: 8px 13px;
  border: 1px solid rgba(178, 0, 0, 0.5);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .dynamic-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .dynamic-article-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .dynamic-article-card,
  .dynamic-article-card:nth-child(1),
  .dynamic-article-card:nth-child(6n),
  .dynamic-article-card:nth-child(8n) {
    grid-column: auto;
    min-height: 340px;
  }
  .dynamic-franchise-card--inserted {
    grid-column: auto;
    min-height: 320px;
  }
  .dynamic-article-card h3,
  .dynamic-article-card:nth-child(1) h3,
  .dynamic-article-card:nth-child(8n) h3 {
    font-size: 29px;
  }
  .dynamic-article-card__content {
    padding: 22px;
  }
}
.blog__block {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

@media (max-width: 991px) {
  /* line 137, ../scss/pages/_blog.scss */
  .blog__block {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.blog__item {
  margin-bottom: 80px;
}

.blog__item:hover .blog__image img, .blog__item:hover .blog__stats {
  opacity: 1;
}

.blog__image {
  position: relative;
  overflow: hidden;
  height: 350px;
  border-radius: 5px;
  background: #0d1114;
}

@media (max-width: 600px) {
  /* line 156, ../scss/pages/_blog.scss */
  .blog__image {
    height: 250px;
  }
}
.blog__image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.blog__title {
  margin: 20px 0;
}

.blog__title h2 {
  font-size: calc(24px + 6 * (100vw - 320px) / 1440);
}

.blog__title h2 a {
  border: 0;
}

.blog__title h2 a:hover {
  color: #b20000;
}

.blog__desc {
  margin-bottom: 20px;
}

.blog__stats {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  opacity: 0.3;
  padding: 0 0 20px 0;
  font-size: 14px;
  transition: all 0.3s ease;
}

.blog__stats span a {
  border-width: 1px;
}

.blog__stats span:after {
  content: "/";
  margin: 0 10px;
  color: #b20000;
  font-weight: 400;
}

.blog__stats span:last-child:after {
  display: none;
}

/*--------------------------------------------------------------
# Last From Blog Carousel Home
--------------------------------------------------------------*/
.bloghome__slider {
  display: flex;
  min-width: 0;
  margin: 0 -15px;
}

@media (max-width: 600px) {
  /* line 233, ../scss/pages/_blog.scss */
  .bloghome__slider {
    margin: 0 -15px;
  }
}
.bloghome__slider .slick-list {
  padding: 20px 0;
}

.bloghome__slider .slick-list .slick-track {
  display: flex;
}

.bloghome__item {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  height: auto;
  margin: 0 15px;
  border-radius: 5px;
  background: #0d1114;
  box-shadow: 0px 36px 0px -34px #0d1114, -32px 0px 0px -30px #0d1114, 0px -32px 0px -30px #0d1114, 32px 0px 0px -30px #0d1114, 0 0 0 2px #0d1114;
  outline: none;
  transition: all 0.3s ease;
  transform: translate(0, 0);
}

@media (max-width: 600px) {
  /* line 251, ../scss/pages/_blog.scss */
  .bloghome__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: none !important;
  }
}
.bloghome__item:hover {
  box-shadow: 0 36px 0 -34px #22282d, -32px 0 0 -30px #22282d, 0 -32px 0 -30px #22282d, 32px 0 0 -30px #22282d, 0 0 0 2px #b20000;
  transform: translate(0, -3px);
}

.bloghome__item:hover .bloghome__image img {
  opacity: 1;
}

.bloghome__item:hover .bloghome__btn {
  opacity: 1;
}

.bloghome__item:hover .bloghome__text {
  color: #bcbcbc;
}

.bloghome__image {
  position: relative;
  height: 244px;
  background: #0d1114;
}

.bloghome__image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: all 0.3s ease;
}

@media (max-width: 600px) {
  /* line 295, ../scss/pages/_blog.scss */
  .bloghome__image img {
    opacity: 1;
  }
}
.bloghome h4 {
  overflow: hidden;
  height: 55px;
  margin: 20px 0;
  padding: 0 15px;
}

@media (max-width: 600px) {
  /* line 311, ../scss/pages/_blog.scss */
  .bloghome h4 {
    padding: 0;
  }
}
.bloghome h4 a {
  border: 0;
}

.bloghome h4 a:hover {
  color: #b20000;
}

@media (max-width: 600px) {
  /* line 311, ../scss/pages/_blog.scss */
  .bloghome h4 {
    height: auto;
    margin: 20px 0;
  }
}
.bloghome__text {
  padding: 0 15px 15px;
  font-size: calc(15px + 1 * (100vw - 320px) / 1440);
  transition: all 0.3s ease;
  color: #656565;
}

@media (max-width: 600px) {
  /* line 335, ../scss/pages/_blog.scss */
  .bloghome__text {
    padding: 0 0 15px;
    color: #bcbcbc;
  }
}
.bloghome__btn {
  display: flex;
  flex: 1 0 auto;
  align-items: flex-end;
  margin: 20px 15px;
  opacity: 0.2;
  transition: all 0.3s ease;
}

@media (max-width: 600px) {
  /* line 347, ../scss/pages/_blog.scss */
  .bloghome__btn {
    opacity: 1;
    margin: 20px 0;
  }
}
/*--------------------------------------------------------------
# Blog Details Page Style
--------------------------------------------------------------*/
.magazine-page {
  padding-top: 90px;
}

.magazine-page__intro {
  max-width: 820px;
  margin-bottom: 34px;
}

.magazine-page__eyebrow {
  margin-bottom: 8px;
  color: rgba(178, 0, 0, 0.82);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.magazine-page__intro h2 {
  margin-bottom: 14px;
  color: #fff;
  font-family: "Cormorant Garamond", "Libre Baskerville", "Georgia", serif;
  font-size: calc(34px + 16 * (100vw - 320px) / 1440);
  font-weight: 600;
  line-height: 1.05;
  text-shadow: 0 2px 6px rgba(255, 255, 255, 0.28);
}

.magazine-page__intro p {
  color: rgba(188, 188, 188, 0.9);
}

.magazine-page__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 42px;
}

.magazine-page__filters a {
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 700;
}

.magazine-page__filters a:hover {
  border-color: rgba(178, 0, 0, 0.36);
  background: rgba(178, 0, 0, 0.08);
  color: #fff;
}

.magazine-page__filters a.is-active {
  border-color: rgba(178, 0, 0, 0.58);
  background: rgba(178, 0, 0, 0.14);
  color: #fff;
}

.magazine-page__results {
  transition: opacity 220ms ease, transform 220ms ease;
}

[data-magazine-item] {
  display: contents;
}

[data-magazine-item][hidden] {
  display: none;
}

.magazine-card__rubric {
  position: absolute;
  top: 24px;
  left: 30px;
  z-index: 2;
  color: rgba(178, 0, 0, 0.94);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.magazine-page.is-loading .magazine-page__results {
  opacity: 0.42;
  transform: translateY(6px);
  pointer-events: none;
}

.magazine-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 52px;
  align-items: start;
}

.magazine-page__section-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.magazine-page__section-title h3,
.magazine-page__sidebar h3 {
  margin: 0;
  color: #fff;
  font-family: "Cormorant Garamond", "Libre Baskerville", "Georgia", serif;
  font-size: 28px;
  font-weight: 600;
}

.magazine-page__section-title span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.magazine-page__empty {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.025);
}

.magazine-page__sidebar {
  position: sticky;
  top: 120px;
}

.magazine-page__sidebar-block {
  padding: 24px;
  border-top: 1px solid rgba(178, 0, 0, 0.28);
  background: linear-gradient(135deg, rgba(20, 26, 30, 0.72), rgba(13, 17, 20, 0.34));
}

.magazine-page__sidebar h3 {
  margin-bottom: 18px;
}

.magazine-article {
  padding-top: 90px;
}

.magazine-article__shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 58px;
  align-items: start;
  padding: 0 8.33333333%;
}

.magazine-article__layout {
  min-width: 0;
  max-width: 860px;
}

.magazine-article__layout--with-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 64px;
  max-width: 1180px;
  align-items: start;
}

.magazine-article h1 {
  max-width: 760px;
  margin-bottom: 24px;
  color: #bcbcbc;
  font-family: "Cormorant Garamond", "Libre Baskerville", "Georgia", serif;
  font-size: calc(24px + 6 * (100vw - 320px) / 1440);
  font-weight: 600;
  line-height: 1.2;
}

.magazine-article__meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  color: rgba(188, 188, 188, 0.46);
  font-size: 14px;
  font-weight: 700;
}

.magazine-article__meta span:after {
  content: "/";
  margin: 0 10px;
  color: #b20000;
  font-weight: 400;
}

.magazine-article__meta span:last-child:after {
  display: none;
}

.magazine-article__meta a {
  border-width: 1px;
}

.magazine-article__intro,
.magazine-article__main .neos-contentcollection {
  color: #bcbcbc;
  font-size: 16px;
  line-height: 1.65;
}

.magazine-article__intro p,
.magazine-article__main .neos-contentcollection p {
  margin-bottom: 1.3em;
}

.magazine-article__media {
  position: sticky;
  top: 120px;
  padding-top: 10px;
}

.magazine-article__media img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0d1114;
}

.magazine-article__sidebar {
  position: sticky;
  top: 120px;
}

.magazine-article__sidebar-inner {
  padding-top: 4px;
  border: 0;
  background: transparent;
}

.magazine-article__sidebar-eyebrow {
  margin-bottom: 18px;
  color: #b20000;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.magazine-article__sidebar-eyebrow--spaced {
  margin-top: 28px;
}

.magazine-article__rubrics {
  display: grid;
  gap: 8px;
}

.magazine-article__rubrics a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 7px 0;
  border-bottom: 1px solid #22282d;
  color: #bcbcbc;
  font-size: 14px;
  font-weight: 800;
}

.magazine-article__rubrics a:hover {
  color: #fff;
}

.magazine-article__rubrics span {
  color: rgba(178, 0, 0, 0.86);
  font-size: 12px;
}

.magazine-article__sidebar .sidebar__info-posts-item {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.magazine-article__sidebar .sidebar__info-posts-item:last-of-type {
  margin-bottom: 0;
}

.magazine-article__sidebar-link {
  display: inline-block;
  margin-top: 24px;
  color: #b20000;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 2px solid #b20000;
}

@media (max-width: 991px) {
  .magazine-page__layout {
    grid-template-columns: 1fr;
  }
  .magazine-page__sidebar {
    position: static;
  }
  .magazine-article__layout--with-media {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .magazine-article__media {
    position: static;
    max-width: 420px;
  }
  .magazine-article__shell {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .magazine-article__sidebar {
    position: static;
  }
}
@media (max-width: 600px) {
  .magazine-page {
    padding-top: 60px;
  }
  .magazine-page__section-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
  .magazine-article {
    padding-top: 60px;
  }
}
.blog-page .blog__image img {
  opacity: 1;
  filter: saturate(1);
}

.blog-page .comments__body {
  margin-top: 30px;
}

.blog-page .author {
  display: flex;
  align-items: flex-start;
  margin: 0 2px 80px 2px;
  padding: 35px;
  border-radius: 5px;
  background: #0d1114;
  box-shadow: 0 36px 0 -34px #22282d, -32px 0 0 -30px #22282d, 0 -32px 0 -30px #22282d, 32px 0 0 -30px #22282d, 0 0 0 2px #b20000;
}

@media (max-width: 600px) {
  /* line 13, ../scss/pages/_blog-details.scss */
  .blog-page .author {
    margin-bottom: 40px;
    padding: 15px;
  }
}
@media (max-width: 480px) {
  /* line 13, ../scss/pages/_blog-details.scss */
  .blog-page .author {
    flex-direction: column;
    align-items: center;
  }
}
.blog-page .author__avatar {
  position: relative;
  flex: 0 0 100px;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-right: 30px;
  border: 2px solid #b20000;
  border-radius: 100%;
}

@media (max-width: 480px) {
  /* line 33, ../scss/pages/_blog-details.scss */
  .blog-page .author__avatar {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.blog-page .author__avatar img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: saturate(0);
  transition: all 0.3s ease;
}

@media (max-width: 480px) {
  /* line 62, ../scss/pages/_blog-details.scss */
  .blog-page .author .author__desc .author__name {
    text-align: center;
  }
}
.blog-page .author .author__desc .author__name a {
  display: inline-block;
  margin-bottom: 10px;
  border: 0;
  color: #b20000;
  font-size: 20px;
}

.blog-page .author .author__desc p {
  margin: 0;
}

.blog-page .author:hover .author__avatar img {
  filter: saturate(1);
}

.blog-page .comments__item {
  margin-bottom: 25px;
  border-bottom: 1px solid #22282d;
}

.blog-page .comments__item:last-child {
  border: 0;
}

.blog-page .comments__item:hover .comments__avatar img {
  filter: saturate(1);
}

.blog-page .comments__item.reply {
  padding-left: 70px;
}

@media (max-width: 600px) {
  /* line 107, ../scss/pages/_blog-details.scss */
  .blog-page .comments__item.reply {
    padding-left: 30px;
  }
}
.blog-page .comments__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-page .comments__author {
  display: flex;
  align-items: center;
}

.blog-page .comments__avatar {
  position: relative;
  flex: 0 0 70px;
  overflow: hidden;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  border: 2px solid #b20000;
  border-radius: 100%;
}

@media (max-width: 600px) {
  /* line 127, ../scss/pages/_blog-details.scss */
  .blog-page .comments__avatar {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
}
.blog-page .comments__avatar img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: saturate(0);
  transition: all 0.3s ease;
}

.blog-page .comments__name-title {
  display: inline-block;
  border: 0;
  color: #b20000;
  font-size: 20px;
}

@media (max-width: 600px) {
  /* line 157, ../scss/pages/_blog-details.scss */
  .blog-page .comments__name-title {
    font-size: 15px;
  }
}
.blog-page .comments__name-date {
  color: #434f59;
  font-size: 14px;
}

@media (max-width: 600px) {
  /* line 168, ../scss/pages/_blog-details.scss */
  .blog-page .comments__name-date {
    font-size: 13px;
  }
}
.blog-page .comments__reply a {
  height: 28px;
  margin-bottom: 6px;
  padding: 0 10px;
  font-weight: 400;
  font-size: 13px;
}

.blog-page .comments__text {
  padding: 15px 0 25px 0;
}

.blog-page .leave-reply {
  margin: 70px 0;
}

.blog-page .leave-reply__body input, .blog-page .leave-reply__body textarea {
  border-width: 1px;
}

@media (max-width: 600px) {
  /* line 202, ../scss/pages/_blog-details.scss */
  .blog-page .leave-reply .col-6 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.blog-page .blog__title {
  margin-bottom: 10px;
  color: #fff;
  font-size: calc(18px + 10 * (100vw - 320px) / 1440);
}

/*--------------------------------------------------------------
# Simple Page Style
--------------------------------------------------------------*/
.page__body {
  padding: 0 16.66666667%;
}

@media (max-width: 991px) {
  /* line 2, ../scss/pages/_page.scss */
  .page__body {
    flex-direction: column;
    padding: 0;
  }
}
.page__body:hover .page__image img {
  opacity: 1;
  filter: saturate(1);
}

.page__image {
  position: relative;
  overflow: hidden;
  height: 350px;
  border-radius: 5px;
}

@media (max-width: 600px) {
  /* line 19, ../scss/pages/_page.scss */
  .page__image {
    height: 250px;
  }
}
.page__image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: saturate(0);
  transition: all 0.3s ease;
}

.page__title {
  margin: 20px 0;
}

.page__title h2 {
  font-size: calc(24px + 6 * (100vw - 320px) / 1440);
}

.page__desc {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Pagination Style
--------------------------------------------------------------*/
.pagination {
  display: flex;
  align-items: center;
}

.pagination a {
  padding: 0 15px;
}

.pagination a.active {
  position: relative;
  border: 1px solid #b20000;
  color: #fff;
}

.pagination a.active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(17deg, #650000 0%, #b20000 100%);
  opacity: 1;
}

/*--------------------------------------------------------------
# Modal Custom Theme Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Custom Modal Style
--------------------------------------------------------------*/
.modal-custom .modal-custom-body {
  position: relative;
  text-align: center;
}

.modal-custom .modal-custom-title {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
  opacity: 0;
  transition-duration: 0.7s;
  transition-property: transform, opacity;
  transform: translateY(-50px);
  font-size: calc(18px + 6 * (100vw - 320px) / 1440);
}

.modal-custom .modal-custom-desc {
  opacity: 0;
  transition-duration: 0.7s;
  transition-property: transform, opacity;
  transform: translateY(-50px);
}

.modal-custom .modal-custom-bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #3c4750;
  opacity: 0;
  transition-duration: 0.7s;
  transition-property: transform, opacity;
  transform: translateY(-50px);
}

.modal-custom .modal-custom-bottom a {
  margin: 0 0 0 10px;
}

.fancybox-slide--current .modal-custom .modal-custom-title {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateY(0);
}

.fancybox-slide--current .modal-custom .modal-custom-bottom {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translateY(0);
}

.fancybox-slide--current .modal-custom .modal-custom-desc {
  opacity: 1;
  transition-delay: 0.7s;
  transform: translateY(0);
}

.modal-default.fancybox-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  padding: 25px 30px;
  border-radius: 5px;
  background: linear-gradient(17deg, #22282d 0%, #30383f 100%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
  transform: translateY(-150px);
}

@media (max-width: 600px) {
  /* line 61, ../scss/components/_modal.scss */
  .modal-default.fancybox-content {
    padding: 15px;
  }
}
.modal-default .modal-defautl-body {
  position: relative;
  text-align: center;
}

.modal-default .modal-defautl-title {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
  font-size: calc(18px + 6 * (100vw - 320px) / 1440);
}

.modal-default .modal-defautl-bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #3c4750;
}

.modal-default .modal-defautl-bottom a {
  margin: 0 0 0 10px;
}

/*--------------------------------------------------------------
# Team Modal Style
--------------------------------------------------------------*/
.fancybox-slide--current .modal-custom.fancybox-content,
.fancybox-slide--current .modal-default.fancybox-content,
.fancybox-slide--current .modal-custom.fancybox-content:before,
.fancybox-slide--current .modal-custom .modal-team-left,
.fancybox-slide--current .modal-custom .modal-team-name,
.fancybox-slide--current .modal-custom .modal-team-specialty,
.fancybox-slide--current .modal-custom .modal-team-progressbar,
.fancybox-slide--current .modal-custom .modal-team-text {
  opacity: 1;
  transform: translateY(0);
}

.fancybox-slide--current .modal-custom .modal-team-left {
  transition-delay: 0.1s;
}

.fancybox-slide--current .modal-custom .modal-team-name {
  transition-delay: 0.3s;
}

.fancybox-slide--current .modal-custom .modal-team-specialty {
  transition-delay: 0.5s;
}

.fancybox-slide--current .modal-custom .modal-team-text {
  transition-delay: 0.7s;
}

.fancybox-slide--current .modal-custom .modal-team-progressbar {
  transition-delay: 0.9s;
}

.fancybox-slide--current .modal-custom.fancybox-content:before {
  opacity: 1;
  transition-delay: 0.3s;
}

/*--------------------------------------------------------------
# Modal Custom Theme Style 1
--------------------------------------------------------------*/
.modal-custom.fancybox-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  padding: 25px 30px;
  border: 1px solid #30383f;
  border-radius: 5px;
  background: linear-gradient(17deg, #22282d 0%, #30383f 100%);
  box-shadow: 0 36px 0 -34px #22282d, -32px 0 0 -30px #22282d, 0 -32px 0 -30px #22282d, 32px 0 0 -30px #22282d, 0 0 0 2px #b20000;
  transition: all 0.4s;
  transform: translateY(-150px);
}

@media (max-width: 600px) {
  /* line 146, ../scss/components/_modal.scss */
  .modal-custom.fancybox-content {
    padding: 15px;
  }
}
.modal-custom.fancybox-content:before {
  content: "";
  position: absolute;
  top: -50%;
  left: 0px;
  z-index: 0;
  width: 100%;
  min-width: 470px;
  height: 100%;
  border-radius: 100% 20% 200% 100%;
  background: #242b30;
  opacity: 0;
  transition-duration: 2s;
  transition-property: transform, opacity;
  transform: translateY(-150px);
}

/*--------------------------------------------------------------
# Modal Custom Theme Style 2
--------------------------------------------------------------*/
.modal-custom.theme2.fancybox-content {
  background: linear-gradient(17deg, #8E2DE2 0, #4A00E0 100%);
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.modal-custom.theme2.fancybox-content:before {
  background: rgba(255, 255, 255, 0.1);
}

.modal-custom.theme2 .modal-custom-bottom {
  border-color: rgba(255, 255, 255, 0.1);
}

/*--------------------------------------------------------------
# Modal Custom Theme Style 3
--------------------------------------------------------------*/
.modal-custom.theme3.fancybox-content {
  background: linear-gradient(17deg, #00B4DB 0, #0083B0 100%);
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.modal-custom.theme3.fancybox-content:before {
  background: rgba(255, 255, 255, 0.1);
}

.modal-custom.theme3 .modal-custom-bottom {
  border-color: rgba(255, 255, 255, 0.1);
}

/*--------------------------------------------------------------
# Modal Custom Theme Style 4
--------------------------------------------------------------*/
.modal-custom.theme4.fancybox-content {
  background: linear-gradient(17deg, #DA4453 0, #89216B 100%);
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.modal-custom.theme4.fancybox-content:before {
  background: rgba(255, 255, 255, 0.1);
}

.modal-custom.theme4 .modal-custom-bottom {
  border-color: rgba(255, 255, 255, 0.1);
}

/*--------------------------------------------------------------
# Modal Custom Theme Style 5
--------------------------------------------------------------*/
.modal-custom.theme5.fancybox-content {
  background: linear-gradient(17deg, #f12711 0, #f5af19 100%);
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.modal-custom.theme5.fancybox-content:before {
  background: rgba(255, 255, 255, 0.1);
}

.modal-custom.theme5 .modal-custom-bottom {
  border-color: rgba(255, 255, 255, 0.1);
}

/*--------------------------------------------------------------
# Modal Custom Theme Style 6
--------------------------------------------------------------*/
.modal-custom.theme6.fancybox-content {
  background: linear-gradient(17deg, #00F260 0, #0575E6 100%);
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.modal-custom.theme6.fancybox-content:before {
  background: rgba(255, 255, 255, 0.1);
}

.modal-custom.theme6 .modal-custom-bottom {
  border-color: rgba(255, 255, 255, 0.1);
}

.fancybox-bg {
  background: #141a1e !important;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.97 !important;
}

/*--------------------------------------------------------------
# ProgressBar Style
--------------------------------------------------------------*/
.progressbar-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 150px;
}

@media (max-width: 1200px) {
  /* line 1, ../scss/components/_progressbar.scss */
  .progressbar-block {
    padding: 0;
  }
}
.progressbar-block .progressbar-item {
  width: 100%;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  /* line 11, ../scss/components/_progressbar.scss */
  .progressbar-block .progressbar-item {
    margin-bottom: 40px;
  }
}
.progress-bar {
  margin-bottom: 30px;
}

.progress-bar .single-progress {
  position: relative;
}

.progress-bar .single-progress.custom-color--1 .progress-bar {
  position: relative;
  height: 100%;
  background: linear-gradient(17deg, #980a49 0, #e00f6c 100%);
  box-shadow: 0 2px 6px rgba(224, 15, 108, 0.5);
}

.progress-bar .single-progress.custom-color--2 .progress-bar {
  position: relative;
  height: 100%;
  background: linear-gradient(17deg, #00678f 0, #009edb 100%);
  box-shadow: 0 2px 6px rgba(0, 158, 219, 0.5);
}

.progress-bar .single-progress.custom-color--3 .progress-bar {
  position: relative;
  height: 100%;
  background: linear-gradient(17deg, #b26200 0, #fe8c00 100%);
  box-shadow: 0 2px 6px rgba(254, 140, 0, 0.5);
}

.progress-bar .single-progress.custom-color--4 .progress-bar {
  position: relative;
  height: 100%;
  background: linear-gradient(17deg, #6718ab 0, #8e2de2 100%);
  box-shadow: 0 2px 6px rgba(142, 45, 226, 0.5);
}

.progress-bar .single-progress.custom-color--5 .progress-bar {
  position: relative;
  height: 100%;
  background: linear-gradient(17deg, #7e0d20 0, #c31432 100%);
  box-shadow: 0 2px 6px rgba(195, 20, 50, 0.5);
}

.progress-bar .single-progress.custom-color--6 .progress-bar {
  position: relative;
  height: 100%;
  background: linear-gradient(17deg, #62890d 0, #94cf14 100%);
  box-shadow: 0 2px 6px rgba(148, 207, 20, 0.5);
}

.progress-bar .title-progress-bar {
  margin-bottom: 10px;
}

.progress-bar .label {
  position: absolute;
  top: 0;
  right: 0;
}

.progress-bar .progress {
  overflow: visible;
  height: 4px;
  border-radius: 4px;
  background-color: #22282d;
  box-shadow: none;
}

.progress-bar .progress-bar {
  position: relative;
  height: 100%;
  background: linear-gradient(90deg, #650000 0%, #b20000 100%);
  background-color: #b20000;
  color: #b20000;
  box-shadow: 0 2px 6px rgba(178, 0, 0, 0.5);
}

.progress-bar.progress-bar--2 .progress {
  height: 1px;
  border-radius: 0;
}

.progress-bar.progress-bar--3 .progress {
  height: 10px;
  border-radius: 0;
}

/*--------------------------------------------------------------
# Login, Registration, Forgot Password Pages Style
--------------------------------------------------------------*/
.user__use .bg-border {
  width: 100%;
  max-width: 500px;
}

.user__use-block {
  padding: 20px 30px 30px 30px;
  position: relative;
  z-index: 1;
}

@media (max-width: 500px) {
  /* line 8, ../scss/pages/_login-registr-forgot.scss */
  .user__use-block {
    padding: 15px;
  }
}
.user__use-block .user__use-title {
  text-align: center;
  margin-bottom: 30px;
}

.user__use-block .user__use-link {
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  margin: 20px 0 0 0;
}

@media (max-width: 767px) {
  /* line 22, ../scss/pages/_login-registr-forgot.scss */
  .user__use-block .user__use-link {
    font-size: 14px;
  }
}
.user__use-block .user__use-link span:last-child a {
  margin-left: 5px;
}

.user__use-block label {
  margin: 10px 0 20px 0;
  flex-wrap: wrap;
  height: auto;
}

.bg-border {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 36px 0 -34px #22282d, -32px 0 0 -30px #22282d, 0 -32px 0 -30px #22282d, 32px 0 0 -30px #22282d, 0 0 0 2px #b20000;
}

/*--------------------------------------------------------------*/
