@font-face {
  font-family: "Open Sans Condensed";
  src: url("fonts/OpenSansCondensedBold/OpenSans-CondensedBold.eot");
  src: local("Open Sans Condensed"), url("fonts/OpenSansCondensedBold/OpenSans-CondensedBold.woff2") format("woff2"), url("fonts/OpenSansCondensedBold/OpenSans-CondensedBold.woff") format("woff"), url("fonts/OpenSansCondensedBold/OpenSans-CondensedBold.ttf") format("truetype"), url("fonts/OpenSansCondensedBold/OpenSans-CondensedBold..svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed Bold";
  src: url("fonts/OpenSansCondensedExtraBold/OpenSansCondensed-ExtraBold.eot");
  src: local("Open Sans Condensed Bold"), url("fonts/OpenSansCondensedExtraBold/OpenSansCondensed-ExtraBold.woff2") format("woff2"), url("fonts/OpenSansCondensedExtraBold/OpenSansCondensed-ExtraBold.woff") format("woff"), url("fonts/OpenSansCondensedExtraBold/OpenSansCondensed-ExtraBold.ttf") format("truetype"), url("fonts/OpenSansCondensedExtraBold/OpenSansCondensed-ExtraBold..svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

html {
  font-size: 10px;
  line-height: 1.2;
}
html.show-side-menu, html.show-side-menu body, html.show-search-box-form, html.show-search-box-form body {
  overflow: hidden;
}

body {
  font-family: "Open Sans Condensed";
  font-size: 1.6rem;
  color: #000000;
}

main {
  margin-top: 112.4px !important;
}
@media (min-width: 768px) {
  main {
    margin-top: 76.2px !important;
  }
}
@media (min-width: 992px) {
  main {
    margin-top: 24px !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.6rem;
}

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

p {
  margin-bottom: 1rem;
  font-weight: 300;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
}

.img-placeholder {
  position: relative;
  display: block;
}
.img-placeholder:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.img-placeholder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  display: none;
}
.modal .modal-wrapper {
  width: 100%;
  height: 100%;
}
.modal .modal-wrapper .modal-inner {
  background-color: #fff;
  flex: 0 0 500px;
  width: 500px;
  max-width: 90%;
  border-radius: 20px;
}
.modal .modal-wrapper .modal-inner .modal-header {
  padding: 10px 20px;
}
.modal .modal-wrapper .modal-inner .modal-header .modal-title {
  font-size: 24px;
  line-height: 1.2;
}
.modal .modal-wrapper .modal-inner .modal-body {
  padding: 20px;
  max-height: 90vh;
  overflow-y: auto;
}
.modal .modal-wrapper .modal-inner .modal-body .warning-icon {
  background-color: rgb(255, 165, 0);
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.modal .modal-wrapper .modal-inner .modal-body .warning-icon svg {
  fill: #ffffff;
}
@media (min-width: 768px) {
  .modal .modal-wrapper .modal-inner .modal-body .form-control {
    line-height: 4rem;
  }
}
@media (min-width: 768px) {
  .modal .modal-wrapper .modal-inner .modal-body .form-group {
    margin-bottom: 1rem;
  }
}
.modal .modal-wrapper .modal-inner .fake-input {
  line-height: 4rem;
  border: 2px solid #d9d9d9;
  font-size: 1.4rem;
  padding: 0 2.5rem;
  border-radius: 9px;
}
@media (min-width: 768px) {
  .modal .modal-wrapper .modal-inner .fake-input {
    font-size: 1.6rem;
  }
}
.modal .modal-wrapper .modal-inner .btn-success {
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: 0.2s linear;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 40px;
  background-color: #ec1b2e;
  color: #ffffff;
}
.modal .modal-wrapper .modal-inner button {
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: 0.2s linear;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 40px;
  border-radius: 0;
  font-family: "Open Sans Condensed Bold";
}
.modal .modal-wrapper .modal-inner .modal-close {
  cursor: pointer;
}
.modal .thankyou-icon,
.modal .error-icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.modal .thankyou-icon svg,
.modal .error-icon svg {
  fill: #fff;
}
.modal .thankyou-icon {
  background-color: #1f4f3c;
}
.modal .error-icon {
  background-color: red;
}

.widget {
  margin-bottom: 2rem;
}

.bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.bnr.top-billboard {
  padding: 0px 0 20px 0;
  margin-bottom: 0;
}

.bnr-wrapper {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.bnr-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fefefe;
  color: #777;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.bnr-wrapper .bnr-inner {
  position: relative;
  z-index: 2;
}
.bilboard .bnr-wrapper {
  min-height: 100px;
  min-width: 325px;
}
@media (min-width: 992px) {
  .bilboard .bnr-wrapper {
    min-height: 250px;
  }
}
.bilboard2 .bnr-wrapper {
  min-height: 100px;
  min-width: 325px;
}
@media (min-width: 992px) {
  .bilboard2 .bnr-wrapper {
    min-height: 250px;
  }
}
.sidebar .bnr-wrapper {
  width: 325px;
  min-height: 250px;
}

.error-msg .error {
  color: #ec1b2e !important;
  margin-top: 10px !important;
  font-style: normal !important;
}

.mc4wp-response .mc4wp-error p {
  color: #ec1b2e !important;
  margin-top: 10px !important;
  font-style: normal !important;
}
.mc4wp-response .mc4wp-error p a {
  color: #ec1b2e !important;
  text-decoration: underline;
}
.mc4wp-response .mc4wp-success p {
  color: #008100 !important;
  margin-top: 10px !important;
  font-style: normal !important;
}
.mc4wp-response .mc4wp-success p a {
  color: #008100 !important;
  text-decoration: underline;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../img/loader.gif) center no-repeat #fff;
  background-size: 400px auto;
  text-align: center;
}

.back-to-top {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 3rem, 0);
  -webkit-backface-visibility: hidden;
  z-index: 3000;
  transition: 0.2s ease;
}
.back-to-top.show {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.back-to-top > a {
  display: block;
  font-size: 3rem;
  color: #fff;
  width: 4.6rem;
  height: 4.6rem;
  line-height: 4rem;
  border-radius: 5px;
  background-color: #ec1b2e;
  border: 1px solid rgba(0, 0, 0, 0.11);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.back-to-top > a svg {
  fill: #fff;
}

.grecaptcha-badge {
  display: none !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.position-relative {
  position: relative;
}

.text-uppercase {
  text-transform: uppercase !important;
}

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

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

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

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

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

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-static {
  position: static;
}

.position-fixed {
  position: fixed;
}

.btn-light, .btn-info, .btn-danger, .btn-secondary, .btn-primary {
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: 0.2s linear;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.19px;
  border-radius: 3rem;
}

.btn-block {
  display: block;
}

.btn-primary {
  background-color: #000000;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: black;
  color: #fff !important;
}

.bg-primary {
  background-color: #000000;
}

.text-primary {
  color: #000000 !important;
}

.btn-secondary {
  background-color: #ffffff;
  color: #000 !important;
}
.btn-secondary:hover {
  background-color: #e6e6e6;
  color: #000 !important;
}

.bg-secondary {
  background-color: #ffffff;
}

.text-secondary {
  color: #ffffff !important;
}

.btn-danger {
  background-color: #ec1b2e;
  color: #fff !important;
}
.btn-danger:hover {
  background-color: #c41021;
  color: #fff !important;
}

.bg-danger {
  background-color: #ec1b2e;
}

.text-danger {
  color: #ec1b2e !important;
}

.btn-info {
  background-color: #0f0f0f;
  color: #fff !important;
}
.btn-info:hover {
  background-color: black;
  color: #fff !important;
}

.bg-info {
  background-color: #0f0f0f;
}

.text-info {
  color: #0f0f0f !important;
}

.btn-light {
  background-color: #353535;
  color: #fff !important;
}
.btn-light:hover {
  background-color: #1c1c1c;
  color: #fff !important;
}

.bg-light {
  background-color: #353535;
}

.text-light {
  color: #353535 !important;
}

.row {
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.row > [class*=col-] {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.row.no-gutters {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.row.no-gutters > [class*=col-] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.container,
.container-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

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

.align-items-end {
  align-items: flex-end;
}

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

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

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

.align-content-stretch {
  align-content: stretch;
}

.align-content-between {
  align-content: space-between;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

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

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

@media (min-width: 450px) {
  .col-xm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .d-xm-none {
    display: none !important;
  }

  .d-xm-block {
    display: block !important;
  }

  .d-xm-flex {
    display: flex !important;
  }

  .d-xm-inline-block {
    display: inline-block !important;
  }

  .d-xm-inline-flex {
    display: inline-flex !important;
  }

  .flex-xm-wrap {
    flex-wrap: wrap;
  }

  .flex-xm-nowrap {
    flex-wrap: nowrap;
  }

  .flex-xm-row {
    flex-direction: row;
  }

  .flex-xm-column {
    flex-direction: column;
  }

  .align-items-xm-start {
    align-items: flex-start;
  }

  .align-items-xm-end {
    align-items: flex-end;
  }

  .align-items-xm-center {
    align-items: center;
  }

  .align-items-xm-stretch {
    align-items: stretch;
  }

  .align-content-xm-start {
    align-content: flex-start;
  }

  .align-content-xm-end {
    align-content: flex-end;
  }

  .align-content-xm-center {
    align-content: center;
  }

  .align-content-xm-stretch {
    align-content: stretch;
  }

  .align-content-xm-between {
    align-content: space-between;
  }

  .justify-content-xm-start {
    justify-content: flex-start;
  }

  .justify-content-xm-end {
    justify-content: flex-end;
  }

  .justify-content-xm-center {
    justify-content: center;
  }

  .justify-content-xm-between {
    justify-content: space-between;
  }

  .justify-content-xm-around {
    justify-content: space-around;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .d-sm-none {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }

  .flex-sm-row {
    flex-direction: row;
  }

  .flex-sm-column {
    flex-direction: column;
  }

  .align-items-sm-start {
    align-items: flex-start;
  }

  .align-items-sm-end {
    align-items: flex-end;
  }

  .align-items-sm-center {
    align-items: center;
  }

  .align-items-sm-stretch {
    align-items: stretch;
  }

  .align-content-sm-start {
    align-content: flex-start;
  }

  .align-content-sm-end {
    align-content: flex-end;
  }

  .align-content-sm-center {
    align-content: center;
  }

  .align-content-sm-stretch {
    align-content: stretch;
  }

  .align-content-sm-between {
    align-content: space-between;
  }

  .justify-content-sm-start {
    justify-content: flex-start;
  }

  .justify-content-sm-end {
    justify-content: flex-end;
  }

  .justify-content-sm-center {
    justify-content: center;
  }

  .justify-content-sm-between {
    justify-content: space-between;
  }

  .justify-content-sm-around {
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .d-md-none {
    display: none !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap;
  }

  .flex-md-row {
    flex-direction: row;
  }

  .flex-md-column {
    flex-direction: column;
  }

  .align-items-md-start {
    align-items: flex-start;
  }

  .align-items-md-end {
    align-items: flex-end;
  }

  .align-items-md-center {
    align-items: center;
  }

  .align-items-md-stretch {
    align-items: stretch;
  }

  .align-content-md-start {
    align-content: flex-start;
  }

  .align-content-md-end {
    align-content: flex-end;
  }

  .align-content-md-center {
    align-content: center;
  }

  .align-content-md-stretch {
    align-content: stretch;
  }

  .align-content-md-between {
    align-content: space-between;
  }

  .justify-content-md-start {
    justify-content: flex-start;
  }

  .justify-content-md-end {
    justify-content: flex-end;
  }

  .justify-content-md-center {
    justify-content: center;
  }

  .justify-content-md-between {
    justify-content: space-between;
  }

  .justify-content-md-around {
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }

  .flex-lg-row {
    flex-direction: row;
  }

  .flex-lg-column {
    flex-direction: column;
  }

  .align-items-lg-start {
    align-items: flex-start;
  }

  .align-items-lg-end {
    align-items: flex-end;
  }

  .align-items-lg-center {
    align-items: center;
  }

  .align-items-lg-stretch {
    align-items: stretch;
  }

  .align-content-lg-start {
    align-content: flex-start;
  }

  .align-content-lg-end {
    align-content: flex-end;
  }

  .align-content-lg-center {
    align-content: center;
  }

  .align-content-lg-stretch {
    align-content: stretch;
  }

  .align-content-lg-between {
    align-content: space-between;
  }

  .justify-content-lg-start {
    justify-content: flex-start;
  }

  .justify-content-lg-end {
    justify-content: flex-end;
  }

  .justify-content-lg-center {
    justify-content: center;
  }

  .justify-content-lg-between {
    justify-content: space-between;
  }

  .justify-content-lg-around {
    justify-content: space-around;
  }
}
@media (min-width: 1260px) {
  .container {
    max-width: 1210px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xl-none {
    display: none !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }

  .flex-xl-row {
    flex-direction: row;
  }

  .flex-xl-column {
    flex-direction: column;
  }

  .align-items-xl-start {
    align-items: flex-start;
  }

  .align-items-xl-end {
    align-items: flex-end;
  }

  .align-items-xl-center {
    align-items: center;
  }

  .align-items-xl-stretch {
    align-items: stretch;
  }

  .align-content-xl-start {
    align-content: flex-start;
  }

  .align-content-xl-end {
    align-content: flex-end;
  }

  .align-content-xl-center {
    align-content: center;
  }

  .align-content-xl-stretch {
    align-content: stretch;
  }

  .align-content-xl-between {
    align-content: space-between;
  }

  .justify-content-xl-start {
    justify-content: flex-start;
  }

  .justify-content-xl-end {
    justify-content: flex-end;
  }

  .justify-content-xl-center {
    justify-content: center;
  }

  .justify-content-xl-between {
    justify-content: space-between;
  }

  .justify-content-xl-around {
    justify-content: space-around;
  }
}
.form-group {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .form-group {
    margin-bottom: 3rem;
  }
}

.input-group {
  display: flex;
  width: 100%;
  min-width: 1px;
}
.input-group input {
  border-right: none !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  flex: 0 1 100%;
  min-width: 1px;
}
.input-group .input-group-append .btn {
  height: 100%;
  border-radius: 0;
  font-size: 1.3rem;
}
.input-group .input-group-append .text {
  height: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border: 2px solid #d9d9d9;
  border-left: none;
  border-radius: 0 9px 9px 0;
  padding: 0 1rem;
  font-size: 1.4rem;
  color: #a6a6a6;
}
.input-group .input-group-append .text:before {
  content: "";
  width: 1px;
  height: 60%;
  top: 20%;
  background-color: #a6a6a6;
  left: 0;
  position: absolute;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.form-control {
  height: auto;
  line-height: 4.5rem;
  transition: 0.2s linear;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  display: block;
  font-size: 1.4rem;
  border: none;
  border-radius: 9px;
  padding: 0 15px;
  background-color: #fff;
  border: 2px solid #d9d9d9;
  font-weight: 600;
  color: #000000;
}
@media (min-width: 768px) {
  .form-control {
    line-height: 5rem;
    padding: 0 2.5rem;
    font-size: 1.6rem;
  }
}
.form-control::placeholder {
  opacity: 1;
  color: #a6a6a6;
  font-weight: 400;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .form-control::placeholder {
    font-size: 1.6rem;
  }
}
.form-control[type=number] {
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
@media (min-width: 768px) {
  .form-control[type=number] {
    text-align: right;
  }
}
.form-control::-webkit-outer-spin-button, .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-control.is-invalid {
  border: 1px solid #c92327;
  box-shadow: 0 0 3px #c92327;
}
.form-control.is-valid {
  border: 1px solid #04d967;
  box-shadow: 0 0 3px #04d967;
}
.form-control:focus {
  outline: none;
}

.invalid-feedback {
  padding: 1rem 0 0;
  color: #c92327;
}

.error {
  color: #c92327;
  font-size: 1.4rem;
  font-style: italic;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

.label-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: -0.26px;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  .label-text {
    font-size: 1.6rem;
  }
}

.fake-radio,
.fake-checkbox {
  width: 22px;
  flex: 0 0 22px;
  height: 22px;
  border-radius: 60%;
  margin-right: 1rem;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #e5e5e5;
  cursor: pointer;
}
.fake-radio:after,
.fake-checkbox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 1.3rem !important;
  color: #000000;
}

.fake-checkbox {
  border-radius: 0 !important;
}

.radio-label {
  cursor: pointer;
  margin-bottom: 0;
}

input[type=checkbox]:checked + .fake-checkbox::after {
  background-color: #ec1b2e;
  color: #ec1b2e;
  font-weight: bolder;
}

input[type=radio]:checked + .fake-radio::after {
  background-color: #ec1b2e;
  color: #ec1b2e;
  font-weight: bolder;
}

input[type=checkbox]:checked ~ .checkbox-text {
  color: #0f0f0f !important;
}

input[type=radio]:checked ~ .radio-text {
  color: #0f0f0f !important;
}

@media (min-width: 992px) {
  header {
    position: relative;
  }
}
@media (min-width: 992px) {
  header.sticky-header .header-top {
    position: fixed;
    width: 100%;
    bottom: 100%;
    top: unset;
    left: 0;
    z-index: 10;
    transform: translateY(100%);
    background-color: #ffffff;
  }
  header.sticky-header .header-top .header-top-wrapper .header-left-action .top-logo-small {
    display: block;
  }
  header.sticky-header .header-top .header-top-wrapper .nav-menu {
    padding-left: 29px;
    border-left: 1px solid #e5e5e5;
  }
  header.sticky-header .header-top .header-top-wrapper .nav-menu .nav-menu-item {
    padding: 18px 0 18px;
  }
}
header .header-top {
  border-bottom: 1px solid #e5e5e5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 10;
}
@media (min-width: 992px) {
  header .header-top {
    position: relative;
    transition: 0.3s linear;
  }
}
header .header-top .header-top-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 16px;
}
@media (min-width: 768px) {
  header .header-top .header-top-wrapper {
    justify-content: space-between;
    padding: 16px 0;
  }
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper {
    padding: 0;
    flex-wrap: nowrap;
  }
}
header .header-top .header-top-wrapper .header-left-action {
  display: flex;
  align-items: center;
}
header .header-top .header-top-wrapper .header-left-action .navbar-toggler {
  border: none;
  width: 15px;
  min-width: 15px;
  background-color: transparent;
  cursor: pointer;
  outline: none !important;
  margin-right: 29px;
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .header-left-action .navbar-toggler {
    margin-right: 20px;
  }
}
@media (min-width: 1260px) {
  header .header-top .header-top-wrapper .header-left-action .navbar-toggler {
    margin-right: 29px;
  }
}
header .header-top .header-top-wrapper .header-left-action .navbar-toggler:hover span {
  background: #ec1b2e;
}
header .header-top .header-top-wrapper .header-left-action .navbar-toggler span {
  display: block;
  width: 15px;
  height: 2px;
  background: #212121;
  margin-bottom: 4px;
}
header .header-top .header-top-wrapper .header-left-action .navbar-toggler span:last-of-type {
  margin-bottom: 0px;
}
header .header-top .header-top-wrapper .header-left-action .toggle-search {
  cursor: pointer;
}
header .header-top .header-top-wrapper .header-left-action .top-logo-small {
  display: none;
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .header-left-action .top-logo-small {
    display: none;
    max-width: 37px;
    margin-left: 20px;
  }
}
@media (min-width: 1260px) {
  header .header-top .header-top-wrapper .header-left-action .top-logo-small {
    margin-left: 46px;
  }
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .header-left-action {
    margin-right: 16px;
  }
}
header .header-top .header-top-wrapper .top-logo-big {
  display: flex;
  max-width: 154px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 8px;
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .top-logo-big {
    display: none;
  }
}
header .header-top .header-top-wrapper .nav-menu {
  display: none;
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .nav-menu {
    display: flex;
    align-items: center;
    overflow-x: auto;
    padding: 0 10px;
  }
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item {
    margin-right: 13.5px;
  }
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item {
    padding: 11px 0 13px;
  }
}
@media (min-width: 992px) and (min-width: 1260px) {
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item {
    margin-right: 24px;
  }
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item:hover .nav-menu-link {
    color: #ec1b2e;
  }
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item:hover .nav-menu-link .toggle-submenu svg {
    fill: #ec1b2e;
  }
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item:hover .nav-submenu {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    top: 100%;
    padding: 11px 0;
    z-index: 10;
    box-shadow: 0 2px 28px 0 rgba(0, 68, 108, 0.11);
  }
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item:hover .nav-submenu .nav-submenu-item {
    margin-right: 13.5px;
  }
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item:hover .nav-submenu .nav-submenu-item:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (min-width: 1260px) {
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item:hover .nav-submenu .nav-submenu-item {
    margin-right: 24px;
  }
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item:hover .nav-submenu .nav-submenu-item:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item:hover .nav-submenu .nav-submenu-item .nav-submenu-link {
    display: flex;
    align-items: center;
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    transition: 0.2s linear;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item:hover .nav-submenu .nav-submenu-item .nav-submenu-link {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item:hover .nav-submenu .nav-submenu-item .nav-submenu-link:hover {
    color: #ec1b2e;
  }
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item:hover .nav-submenu .nav-submenu-item .nav-submenu-link.active {
    color: #ec1b2e;
  }
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item .nav-menu-link {
    display: flex;
    align-items: center;
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    transition: 0.2s linear;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item .nav-menu-link {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item .nav-menu-link.active {
    color: #ec1b2e;
  }
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item .nav-menu-link.active .toggle-submenu svg {
    fill: #ec1b2e;
  }
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item .nav-menu-link .toggle-submenu {
    display: flex;
    align-items: center;
    margin-left: 7px;
  }
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item .nav-submenu {
    display: none;
  }
}
header .header-top .header-top-wrapper .header-right-action {
  flex: 0 0 calc(100% + 34px);
  width: calc(100% + 34px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  border-top: 1px solid #e5e5e5;
  margin: 0 -17px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  header .header-top .header-top-wrapper .header-right-action {
    flex: 0 0 auto;
    width: auto;
    padding: 0;
    border-top: none;
    margin: 0;
  }
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .header-right-action {
    margin-left: 16px;
  }
}
header .header-top .header-top-wrapper .header-right-action .header-right-action-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-top .header-top-wrapper .header-right-action .header-right-action-left .header-action-link {
  display: block;
  color: #ec1b2e;
  font-family: "Open Sans Condensed";
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 16px;
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .header-right-action .header-right-action-left .header-action-link {
    font-size: 14px;
  }
}
header .header-top .header-top-wrapper .header-right-action .header-right-action-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 17px;
  right: 17px;
}
@media (min-width: 768px) {
  header .header-top .header-top-wrapper .header-right-action .header-right-action-right {
    position: relative;
    top: unset;
    right: unset;
  }
}
header .header-top .header-top-wrapper .header-right-action .header-right-action-right .cart {
  display: block;
  position: relative;
  margin-right: 16px;
}
header .header-top .header-top-wrapper .header-right-action .header-right-action-right .cart span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -7px;
  background-color: #ec1b2e;
  padding: 7px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  color: #ffffff;
  font-size: 12px;
}
header .header-top .header-top-wrapper .header-right-action .header-right-action-right .login {
  display: block;
  color: #000000;
  transition: 0.2s linear;
}
header .header-top .header-top-wrapper .header-right-action .header-right-action-right .login:hover {
  color: #ec1b2e;
}
header .header-top .header-top-wrapper .header-right-action .header-right-action-right .login svg {
  fill: #ec1b2e;
}
header .header-top .header-top-wrapper .header-right-action .header-right-action-right .login .user-label {
  display: none !important;
}
header .header-bottom {
  display: none;
  border-bottom: 1px solid #000000;
}
@media (min-width: 992px) {
  header .header-bottom {
    display: block;
  }
  header .header-bottom .header-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  header .header-bottom .header-bottom-wrapper .newsletter {
    display: block;
    color: #ec1b2e;
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-size: 18px;
    padding: 54px 0 53px;
  }
  header .header-bottom .header-bottom-wrapper .bottom-logo-big {
    display: block;
    max-width: 352px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header .header-bottom .header-bottom-wrapper .edition {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  header .header-bottom .header-bottom-wrapper .edition .edition-text {
    display: block;
    color: #ec1b2e;
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-size: 18px;
    margin-right: 18px;
    margin-top: -30px;
    margin-bottom: 0;
  }
  header .header-bottom .header-bottom-wrapper .edition .edition-image {
    display: block;
    max-width: 66px;
    margin-bottom: 0;
  }
  header .header-bottom .header-bottom-wrapper .edition .edition-image img {
    height: 100%;
    display: block;
  }
}
header .side-menu-wrapper .body-overlay {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  transition: 0.2s ease-out 0.1s;
  opacity: 0;
  z-index: 9998;
  visibility: hidden;
}
header .side-menu-wrapper .close-menu {
  position: fixed;
  top: 20px;
  left: 10px;
  z-index: 10000;
  visibility: hidden;
  transition: 0.2s ease;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1260px) {
  header .side-menu-wrapper .close-menu {
    top: 50px;
    left: 20px;
  }
}
header .side-menu-wrapper .close-menu svg {
  fill: #ffffff;
}
header .side-menu-wrapper .close-menu:hover svg {
  fill: #ec1b2e;
}
header .side-menu-wrapper .side-menu {
  position: fixed;
  top: 0;
  right: -1000vh;
  background: #000000;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 1260px) {
  header .side-menu-wrapper .side-menu {
    background: linear-gradient(to right, #b41424 50%, #1e1e1e 50%);
  }
}
header .side-menu-wrapper .side-menu .side-menu-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media (min-width: 1260px) {
  header .side-menu-wrapper .side-menu .side-menu-box {
    flex-direction: row;
    max-width: 1210px;
    margin: 0 auto;
    position: relative;
  }
}
header .side-menu-wrapper .side-menu .side-menu-box .side-nav-menu-wrapper {
  padding: 80px 17px 17px 17px;
  background-color: #b41424;
}
@media (min-width: 1260px) {
  header .side-menu-wrapper .side-menu .side-menu-box .side-nav-menu-wrapper {
    flex: 0 0 70%;
    width: 70%;
    padding-top: 180px;
    height: auto;
  }
}
@media (min-width: 768px) {
  header .side-menu-wrapper .side-menu .side-menu-box .side-nav-menu-wrapper .side-nav-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
header .side-menu-wrapper .side-menu .side-menu-box .side-nav-menu-wrapper .side-nav-menu .side-nav-menu-item {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  header .side-menu-wrapper .side-menu .side-menu-box .side-nav-menu-wrapper .side-nav-menu .side-nav-menu-item {
    flex: 0 0 49%;
    width: 49%;
  }
}
header .side-menu-wrapper .side-menu .side-menu-box .side-nav-menu-wrapper .side-nav-menu .side-nav-menu-item .side-nav-menu-link {
  display: block;
  font-size: 30px;
  line-height: 1;
  font-family: "Abril Fatface";
  font-weight: 500;
  color: #ffffff;
  transition: 0.4s all ease;
  border-bottom: 1px solid #d29196;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
header .side-menu-wrapper .side-menu .side-menu-box .side-nav-menu-wrapper .side-nav-menu .side-nav-menu-item .side-nav-submenu {
  column-count: 2;
}
header .side-menu-wrapper .side-menu .side-menu-box .side-nav-menu-wrapper .side-nav-menu .side-nav-menu-item .side-nav-submenu .side-nav-submenu-item .side-nav-submenu-link {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-family: "Open Sans Condensed";
  color: #ffffff;
  transition: 0.4s all ease;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  header .side-menu-wrapper .side-menu .side-menu-box .side-nav-menu-wrapper .side-nav-menu .side-nav-menu-item .side-nav-submenu .side-nav-submenu-item .side-nav-submenu-link {
    font-size: 20px;
  }
}
header .side-menu-wrapper .side-menu .side-menu-box .side-nav-menu-wrapper .static-menu {
  display: none;
}
@media (min-width: 1260px) {
  header .side-menu-wrapper .side-menu .side-menu-box .side-nav-menu-wrapper .static-menu {
    display: flex;
    background-color: #b41424;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #d29196;
    width: 69%;
  }
}
header .side-menu-wrapper .side-menu .side-menu-box .side-nav-edition {
  padding: 17px 17px 24px 17px;
  text-align: center;
  background-color: #1e1e1e;
}
@media (min-width: 1260px) {
  header .side-menu-wrapper .side-menu .side-menu-box .side-nav-edition {
    flex: 0 0 30%;
    width: 30%;
    padding-top: 180px;
  }
}
header .side-menu-wrapper .side-menu .side-menu-box .side-nav-edition .side-nav-edition-title {
  display: block;
  color: #ffffff;
  font-family: "Abril Fatface";
  font-weight: 500;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-bottom: 10px;
  font-size: 30px;
  border-bottom: 1px solid #959595;
  text-align: center;
}
@media (min-width: 1260px) {
  header .side-menu-wrapper .side-menu .side-menu-box .side-nav-edition .side-nav-edition-title {
    padding-top: 0;
  }
}
header .side-menu-wrapper .side-menu .side-menu-box .side-nav-edition .side-nav-edition-item {
  display: block;
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 16px;
  position: relative;
}
header .side-menu-wrapper .side-menu .side-menu-box .side-nav-edition .side-nav-edition-item:after {
  content: "";
  padding-top: 130%;
  display: block;
}
header .side-menu-wrapper .side-menu .side-menu-box .side-nav-edition .side-nav-edition-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .side-menu-wrapper .side-menu .side-menu-box .side-nav-edition .side-nav-edition-subscribe {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  background-color: #e71c29;
  color: #fff;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 3px;
  transition: 0.2s ease-in;
}
header .side-menu-wrapper .side-menu .side-menu-box .side-nav-edition .side-nav-edition-subscribe:hover {
  background-color: #c70310;
}
header .side-menu-wrapper .side-menu .side-menu-box .static-menu {
  background-color: #000000;
  padding: 17px;
}
@media (min-width: 768px) {
  header .side-menu-wrapper .side-menu .side-menu-box .static-menu {
    display: flex;
    align-items: center;
    padding: 32px 17px;
  }
}
@media (min-width: 1260px) {
  header .side-menu-wrapper .side-menu .side-menu-box .static-menu {
    display: none;
  }
}
@media (min-width: 768px) {
  header .side-menu-wrapper .side-menu .side-menu-box .static-menu .static-menu-item {
    margin-right: 24px;
  }
  header .side-menu-wrapper .side-menu .side-menu-box .static-menu .static-menu-item:last-of-type {
    margin-right: 0;
  }
}
header .side-menu-wrapper .side-menu .side-menu-box .static-menu .static-menu-item .static-menu-link {
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  padding: 8px 0;
  font-family: "Abril Fatface";
  font-weight: 500;
}
@media (min-width: 768px) {
  header .side-menu-wrapper .side-menu .side-menu-box .static-menu .static-menu-item .static-menu-link {
    font-size: 20px;
  }
}
header .side-menu-wrapper.show .body-overlay {
  opacity: 0.85;
  visibility: visible;
  transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s;
}
header .side-menu-wrapper.show .close-menu {
  visibility: visible;
  transition: 0.2s ease 0.3s;
}
header .side-menu-wrapper.show .side-menu {
  opacity: 1;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1), 3px 0 25px rgba(0, 0, 0, 0.18);
  right: 0;
}
header .search-form-wrapper .search-body-overlay {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  background: #1e1e1e;
  transition: 0.2s ease-out 0.1s;
  opacity: 0;
  z-index: 9998;
  visibility: hidden;
}
header .search-form-wrapper .close-menu {
  position: fixed;
  top: 50px;
  left: 17px;
  z-index: 10000;
  visibility: hidden;
  transition: 0.2s ease;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1260px) {
  header .search-form-wrapper .close-menu {
    left: 20px;
  }
}
header .search-form-wrapper .close-menu svg {
  fill: #ffffff;
}
header .search-form-wrapper .close-menu:hover svg {
  fill: #ec1b2e;
}
header .search-form-wrapper .search-form-box {
  position: fixed;
  top: 0;
  right: -1000vh;
  background: #1e1e1e;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 180px 17px 0;
}
header .search-form-wrapper .search-form-box .search-form {
  position: relative;
}
@media (min-width: 1260px) {
  header .search-form-wrapper .search-form-box .search-form {
    max-width: 1210px;
    margin: 0 auto;
  }
}
header .search-form-wrapper .search-form-box .search-form input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(233, 255, 242, 0.2);
  width: 100%;
  font-family: "Open Sans Condensed";
  font-size: 32px;
  padding: 0.15em 0;
  color: #dfe6e2;
  border-radius: 0;
  padding-right: 40px;
}
header .search-form-wrapper .search-form-box .search-form input:focus, header .search-form-wrapper .search-form-box .search-form input:focus-visible {
  box-shadow: none;
  border: none;
  outline: none;
}
header .search-form-wrapper .search-form-box .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 48px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
header .search-form-wrapper .search-form-box .search-form button svg {
  fill: #ffffff;
}
header .search-form-wrapper.search-show .search-body-overlay {
  opacity: 1;
  visibility: visible;
  transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s;
}
header .search-form-wrapper.search-show .close-menu {
  visibility: visible;
  transition: 0.2s ease 0.3s;
}
header .search-form-wrapper.search-show .search-form-box {
  opacity: 1;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1), 3px 0 25px rgba(0, 0, 0, 0.18);
  right: 0;
}

.error-page {
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.error-page h1 {
  color: #ec1b2e;
  font-size: 80px;
  line-height: 90px;
  font-family: "Open Sans Condensed Bold";
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .error-page h1 {
    font-size: 100px;
    line-height: 110px;
  }
}
.error-page p {
  font-size: 40px;
  line-height: 50px;
  font-family: "Open Sans Condensed Bold";
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .error-page p {
    font-size: 60px;
    line-height: 70px;
  }
}
.error-page a {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-family: "Open Sans Condensed";
  letter-spacing: 0.01em;
  transition: 0.2s linear;
}
.error-page a:hover {
  color: #ec1b2e;
}
@media (min-width: 768px) {
  .error-page a {
    font-size: 30px;
    line-height: 40px;
  }
}

.static-page {
  padding: 26px 0 50px;
  max-width: 1030px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .static-page {
    padding: 100px 0 166px;
  }
}
.static-page .static-page-content div {
  margin-bottom: 30px;
}
.static-page .static-page-content h1,
.static-page .static-page-content h2,
.static-page .static-page-content h3,
.static-page .static-page-content h4,
.static-page .static-page-content h5,
.static-page .static-page-content h6 {
  font-family: "Open Sans Condensed Bold";
  color: #ec1b2e;
  text-transform: uppercase;
}
.static-page .static-page-content h1 {
  font-size: 43px;
  line-height: 50px;
  margin-bottom: 35px;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .static-page .static-page-content h1 {
    margin-bottom: 84px;
  }
}
.static-page .static-page-content h2 {
  font-size: 43px;
  line-height: 50px;
  margin-bottom: 35px;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .static-page .static-page-content h2 {
    margin-bottom: 84px;
  }
}
.static-page .static-page-content h3 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 20px;
}
.static-page .static-page-content h4 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 15px;
}
.static-page .static-page-content h5 {
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 15px;
}
.static-page .static-page-content h6 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}
.static-page .static-page-content p {
  font-family: "Abhaya Libre", serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 35px;
}
.static-page .static-page-content p strong {
  font-family: "Abhaya Libre", serif;
  font-weight: 800;
}
.static-page .static-page-content p a {
  font-family: "Abhaya Libre", serif;
  font-weight: 800;
  color: #ec1b2e;
  text-decoration: underline;
}
.static-page .static-page-content p a:hover {
  color: #c41021;
}
.static-page .static-page-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 35px;
}
.static-page .static-page-content ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}
.static-page .static-page-content ul li:last-of-type {
  margin-bottom: 0;
}
.static-page .static-page-content ul li::before {
  content: "";
  background: url("assets/checked.png") no-repeat;
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 0;
}
.static-page .static-page-content ol {
  margin-bottom: 20px;
}
.static-page .static-page-content ol li {
  margin-bottom: 10px;
}
.static-page .static-page-content a {
  font-family: "Abhaya Libre", serif;
  font-weight: 500;
  color: #ec1b2e;
  text-decoration: underline;
}
.static-page .static-page-content a:hover {
  color: #c41021;
}

.login-page {
  padding: 75px 0;
}
.login-page .login-wrapper {
  border: 2px solid #e5e5e5;
  max-width: 547px;
  margin: 0 auto;
  padding: 20px;
}
@media (min-width: 576px) {
  .login-page .login-wrapper {
    padding: 42px 66px 73px;
  }
}
.login-page .login-wrapper .login-title {
  font-family: "Open Sans Condensed Bold";
  font-size: 24px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 12px;
  text-align: center;
}
.login-page .login-wrapper .login-title a {
  transition: 0.2s linear;
}
.login-page .login-wrapper .login-title a:hover {
  color: #ec1b2e;
}
.login-page .login-wrapper .login-text {
  font-family: "Open Sans Condensed";
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  text-align: center;
}
.login-page .login-wrapper .login-text a {
  transition: 0.2s linear;
  text-decoration: underline;
}
.login-page .login-wrapper .login-text a:hover {
  color: #ec1b2e;
}
.login-page .login-wrapper .login-form,
.login-page .login-wrapper .register-form {
  padding-top: 46px;
}
.login-page .login-wrapper .login-form .form-group .form-group-wrapper label,
.login-page .login-wrapper .register-form .form-group .form-group-wrapper label {
  font-family: "Open Sans Condensed";
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 6px;
}
.login-page .login-wrapper .login-form .form-group .form-group-wrapper .input-group,
.login-page .login-wrapper .register-form .form-group .form-group-wrapper .input-group {
  border: 1px solid #e5e5e5;
  padding: 19px 29px;
  font-family: "Open Sans Condensed";
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
.login-page .login-wrapper .login-form .form-group .form-group-wrapper .input-group::placeholder,
.login-page .login-wrapper .register-form .form-group .form-group-wrapper .input-group::placeholder {
  color: #000000;
}
.login-page .login-wrapper .login-form .form-group .fake-checkbox,
.login-page .login-wrapper .register-form .form-group .fake-checkbox {
  width: 14px;
  flex: 0 0 14px;
  height: 14px;
  border: 2px solid #e5e5e5 !important;
  border-radius: 0 !important;
}
.login-page .login-wrapper .login-form .form-group .checkbox-text,
.login-page .login-wrapper .register-form .form-group .checkbox-text {
  font-family: "Open Sans Condensed";
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}
.login-page .login-wrapper .login-form .form-group .checkbox-text a,
.login-page .login-wrapper .register-form .form-group .checkbox-text a {
  text-decoration: underline;
}
.login-page .login-wrapper .login-form .form-group .checkbox-text a:hover,
.login-page .login-wrapper .register-form .form-group .checkbox-text a:hover {
  color: #ec1b2e;
}
.login-page .login-wrapper .login-form .login-btn,
.login-page .login-wrapper .register-form .login-btn {
  display: block;
  color: #ffffff;
  background-color: #ec1b2e;
  font-family: "Open Sans Condensed";
  padding: 15px;
  text-align: center;
  border: none;
  width: 100%;
  cursor: pointer;
  margin-bottom: 29px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 3px;
  text-transform: uppercase;
}
.login-page .login-wrapper .form-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-page .login-wrapper .form-action .form-group {
  margin-bottom: 0;
}
.login-page .login-wrapper .form-action .form-group .fake-checkbox {
  width: 14px;
  flex: 0 0 14px;
  height: 14px;
  border: 2px solid #e5e5e5;
  border-radius: 0 !important;
}
.login-page .login-wrapper .form-action .form-group .checkbox-text {
  font-family: "Open Sans Condensed";
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}
.login-page .login-wrapper .form-action .form-group .checkbox-text a {
  text-decoration: underline;
}
.login-page .login-wrapper .form-action .form-group .checkbox-text a:hover {
  color: #ec1b2e;
}
.login-page .login-wrapper .form-action .forgoten-password {
  display: block;
  font-family: "Open Sans Condensed";
  font-style: italic;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}

.forgot-form-wrapper {
  padding-top: 30px;
}
.forgot-form-wrapper .page-name {
  font-family: "Open Sans Condensed";
  font-size: 24px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 12px;
  text-align: center;
}
.forgot-form-wrapper .forgotpassword-form .form-group .form-control {
  border: 1px solid #e5e5e5;
  padding: 19px 29px;
  font-family: "Open Sans Condensed";
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  border-radius: 0 !important;
}
.forgot-form-wrapper .forgotpassword-form .form-group .form-control::placeholder {
  color: #a0a0a0;
}
.forgot-form-wrapper .forgotpassword-form .modal-btn-wrapper .btn-modal {
  display: block;
  color: #ffffff;
  background-color: #ec1b2e;
  font-family: "Open Sans Condensed";
  padding: 15px;
  text-align: center;
  border: none;
  width: 100%;
  cursor: pointer;
  margin-bottom: 29px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 3px;
  text-transform: uppercase;
}

footer .footer-wrapper .footer-top-wrapper {
  background-color: #000000;
  padding: 25px 0;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-top-wrapper .footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
footer .footer-wrapper .footer-top-wrapper .footer-top .footer-copyright {
  color: #ffffff;
  font-family: "Open Sans Condensed Bold";
  font-size: 14px;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-top-wrapper .footer-top .footer-copyright {
    margin-bottom: 0;
  }
}
footer .footer-wrapper .footer-top-wrapper .footer-top .footer-copyright a {
  color: #ffffff;
  transition: 0.2s linear;
}
footer .footer-wrapper .footer-top-wrapper .footer-top .footer-copyright a:hover {
  color: #ec1b2e;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-top-wrapper .footer-top .footer-menu {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-top-wrapper .footer-top .footer-menu .footer-item {
    padding: 0;
    margin-right: 14px;
  }
  footer .footer-wrapper .footer-top-wrapper .footer-top .footer-menu .footer-item:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 1260px) {
  footer .footer-wrapper .footer-top-wrapper .footer-top .footer-menu .footer-item {
    margin-right: 27px;
  }
  footer .footer-wrapper .footer-top-wrapper .footer-top .footer-menu .footer-item:last-of-type {
    margin-right: 0;
  }
}
footer .footer-wrapper .footer-top-wrapper .footer-top .footer-menu .footer-item .footer-link {
  display: block;
  color: #ffffff;
  font-family: "Open Sans Condensed Bold";
  font-size: 14px;
  padding: 8px 0;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-top-wrapper .footer-top .footer-menu .footer-item .footer-link {
    padding: 0;
  }
}
footer .footer-wrapper .footer-top-wrapper .footer-top .footer-menu .footer-item .footer-link:hover {
  color: #ec1b2e;
}
footer .footer-wrapper .footer-bottom-wrapper {
  padding: 25px 0;
  text-align: center;
}
footer .footer-wrapper .footer-bottom-wrapper .payment {
  display: inline-block;
}
footer .footer-wrapper .footer-bottom-wrapper .payment img {
  height: 20px;
}

/*# sourceMappingURL=static-page.css.map */
