@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap);
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  height: 100%;
  width: 100%;
  font-size: 0.52083vw;
}
@media (max-width: 991px) {
  html {
    font-size: 1.00908vw;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 1.73913vw;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}
.container {
  max-width: 154.2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 0 6px;
  }
}
.container-s {
  max-width: 96rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .container-s {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.container-fluid {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
@media only screen and (max-width: 991px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.row [class*=" col-"],
.row [class^="col-"] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .row [class*=" col-"],
  .row [class^="col-"] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.row [class*=" col-"].no-padding,
.row [class^="col-"].no-padding {
  padding: 0;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.no-margin {
  margin-left: 0;
  margin-right: 0;
}
.row-align-center {
  align-items: center;
}
.row-sm {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
@media only screen and (max-width: 991px) {
  .row-sm {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.row-sm [class*=" col-"],
.row-sm [class^="col-"] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media only screen and (max-width: 991px) {
  .row-sm [class*=" col-"],
  .row-sm [class^="col-"] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.mb-2 {
  margin-bottom: 1.5rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
body {
  color: #161616;
  font-family: Calibri;
  background-color: #fff;
  line-height: calc(28 / 20);
}
menu,
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
p {
  margin-bottom: 1rem;
}
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
label {
  display: block;
  text-align: left;
  margin-bottom: 1rem;
}
input,
select,
textarea {
  border: 1px solid #000;
  width: 100%;
  padding: 1rem 2rem 1rem 2rem;
  margin-bottom: 2rem;
  background: 0 0;
}
input[type="checkbox"] {
  width: auto;
}
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.col-2dot4,
.col-lg-2dot4,
.col-md-2dot4,
.col-sm-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-2dot4 {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 540px) {
  .col-sm-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 720px) {
  .col-md-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 960px) {
  .col-lg-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1140px) {
  .col-xl-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.f-18 {
  font-size: 1.8rem;
}
.f-20 {
  font-size: 2rem;
}
.f-22 {
  font-size: 2.2rem;
}
.f-24 {
  font-size: 2.4rem;
}
.f-26 {
  font-size: 2.6rem;
}
.f-30 {
  font-size: 3rem;
}
.f-35 {
  font-size: 3.5rem;
}
.f-40 {
  font-size: 4rem;
}
.f-50 {
  font-size: 5rem;
}
@media (max-width: 991px) {
  .f-50 {
    font-size: 3.9rem;
  }
}
.f-60 {
  font-size: 6rem;
}
@media (max-width: 991px) {
  .f-60 {
    font-size: 4rem;
  }
}
.upercase {
  text-transform: uppercase;
}
.stoke-1-16 {
  -webkit-text-stroke: 1px #161616;
}
.stoke-07-2c {
  -webkit-text-stroke: 0.7px #2c2c2c;
}
.stoke-07-50a {
  -webkit-text-stroke: 0.7px #50a3ca;
}
.primary-f {
  font-family: Calibri, sans-serif;
}
.primary-bf {
  font-family: Calibri-Bold, sans-serif;
}
.second-f {
  font-family: PT-regular, sans-serif;
}
.cl-161 {
  color: #161616;
}
.cl-4c4 {
  color: #4c4c4c;
}
.cl-707 {
  color: #707070;
}
.cl-2c2 {
  color: #2c2c2c;
}
.cl-191 {
  color: #191919;
}
.cl-a10 {
  color: #a10023;
}
.cl-fff {
  color: #fff;
}
.cl-50a {
  color: #50a3ca;
}
.cl-6f6 {
  color: #6f6f6f;
}
.cl-071 {
  color: #071227;
}
.lh-25-18 {
  line-height: calc(25 / 18);
}
.lh-26-18 {
  line-height: calc(26 / 18);
}
.lh-28-20 {
  line-height: calc(28 / 20);
}
.lh-30-22 {
  line-height: calc(30 / 22);
}
.lh-31-24 {
  line-height: calc(31 / 24);
}
.lh-36-20 {
  line-height: calc(36 / 20);
}
.lh-64-50 {
  line-height: calc(64 / 50);
}
.w-full {
  width: 100%;
}
.mw-150 {
  width: 15rem;
}
.w-232 {
  width: 23.2rem;
}
.w-167 {
  width: 16.7rem;
}
.w-207 {
  width: 20.7rem;
}
.w-363 {
  width: 36.3rem;
}
.btn {
  gap: 1rem;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: all 0.3s;
  border-radius: 0;
  overflow: hidden;
  font-size: 2.2rem;
  font-family: Calibri, sans-serif;
  text-align: center;
  white-space: nowrap;
  padding: 0;
  line-height: calc(32 / 22);
  text-transform: capitalize;
  border: 0;
  font-weight: inherit;
}
.btn:hover {
  text-decoration: none;
}
.btn-h50 {
  height: 5rem;
}
.btn-h70 {
  height: 7rem;
}
.btn-s {
  gap: 1rem;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: all 0.3s;
  border-radius: 0;
  overflow: hidden;
  font-size: 2.2rem;
  font-family: Calibri-Bold, sans-serif;
  text-align: center;
  white-space: nowrap;
  padding: 1.4rem 0;
  line-height: calc(32 / 22);
  text-transform: capitalize;
}
.btn-s:hover {
  text-decoration: none;
}
.btn-red {
  background: #ed1846;
  color: #fff;
}
.btn-black {
  background: #0a1423;
  color: #fff;
}
.btn-black:hover {
  color: #fff;
}
.mt-10 {
  margin-top: 1rem;
}
.mt-16 {
  margin-top: 1.6rem;
}
.mt-20 {
  margin-top: 2rem;
}
.mt-205 {
  margin-top: 2.05rem;
}
.mt-30 {
  margin-top: 3rem;
}
.mt-38 {
  margin-top: 3.8rem;
}
.mt-40 {
  margin-top: 4rem;
}
.mt-405 {
  margin-top: 4.05rem;
}
@media (max-width: 991px) {
  .mt-405 {
    margin-top: 2rem;
  }
}
.mt-43 {
  margin-top: 4.3rem;
}
.mt-50 {
  margin-top: 5rem;
}
.mt-60 {
  margin-top: 6rem;
}
@media (max-width: 575px) {
  .mt-60 {
    margin-top: 6rem;
  }
}
.mt-120 {
  margin-top: 12rem;
}
.mt-70 {
  margin-top: 7rem;
}
.mt-80 {
  margin-top: 8rem;
}
.mt-88 {
  margin-top: 8.8rem;
}
.mt-505 {
  margin-top: 5.05rem;
}
.mt-93 {
  margin-top: 9.3rem;
}
.mt-100 {
  margin-top: 10rem;
}
.py-120-100 {
  padding: 12rem 0 10rem 0;
}
.py-120-122 {
  padding: 12rem 0 12.2rem 0;
}
.py-120 {
  padding: 12rem 0;
}
@media (max-width: 991px) {
  .py-120 {
    padding: 7rem 0;
  }
}
.py-122 {
  padding: 12.2rem 0;
}
@media (max-width: 575px) {
  .py-122 {
    padding: 7rem 0;
  }
}
.pt-120 {
  padding-top: 12rem;
}
.group-coupon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.group-coupon .coupon {
  display: inline-flex;
  width: 49.4rem;
  height: 7rem;
}
.group-coupon .coupon input {
  flex: 1;
  width: 19.9rem;
  height: 7rem;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: calc(32 / 18);
  color: rgba(7, 18, 39, 0.3);
  border: 1px solid #cecece;
}
.wc-pagination {
  display: block;
}
.search-form {
  display: block;
  width: 36.2rem;
}
.search-form input#search-input {
  margin: 0 auto;
  width: 100%;
  height: 7rem;
  padding: 2.5rem;
  font-size: 2rem;
  font-family: Calibri, sans-serif;
  color: rgba(1, 32, 41, 0.4);
  border: 1px solid #cecece;
  outline: 0;
}
.search-form input#search-input:focus {
  border: 1px solid #008abf;
  transition: 0.35s ease;
  color: #008abf;
}
.search-form input#search-input:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
  opacity: 0;
}
.search-form input#search-input:focus::-moz-placeholder {
  -moz-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
  opacity: 0;
}
.search-form input#search-input:focus:-ms-placeholder {
  -ms-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
  opacity: 0;
}
.search-form .search-icon {
  position: relative;
  float: right;
  width: 2.2rem;
  height: 2.2rem;
  top: -40px;
  right: 10px;
}
.dropdown {
  position: relative;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 36rem;
  color: #012029;
  line-height: calc(32 / 20);
  font-size: 2rem;
  font-family: Calibri, sans-serif;
}
.dropdown span::before {
  height: 5rem;
  border-right: 1px solid #e4e4e4;
  position: absolute;
  width: 74%;
  top: 0;
  right: 18%;
  content: "";
  margin-top: 5%;
}
.dropdown-caret {
  position: relative;
  margin-left: 1rem;
  width: 2rem;
  height: 2rem;
}
.dropdown-caret img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.dropdown-caret::before {
  font-weight: 700;
}
.dropdown-select {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
  cursor: pointer;
  border: 1px solid #cecece;
  background: #fff;
  padding: 2.5rem;
  height: 100%;
}
.dropdown-list {
  display: none;
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  z-index: 9;
  border: 1px solid #041229;
  background: #fff;
  padding: 1rem 0;
  width: 100%;
  list-style: none;
}
.dropdown-item {
  z-index: 2;
  cursor: pointer;
  margin-bottom: 0 !important;
  padding: 1rem 3rem;
}
.dropdown-item.selected,
.dropdown-item:hover {
  color: #de8a56;
}
.dropdown.open {
  z-index: 9;
}
.dropdown.open .dropdown-list .dropdown-item {
  display: block;
}
.dropdown.open .dropdown-caret img {
  transform: scaleY(1);
  transition: all 0.2s;
}
.product-items .item {
  background: #fff;
  padding: 3rem;
  position: relative;
}
.product-items .item .product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-items .item .product-card .top-wrap {
  position: relative;
  flex: 1;
}
.product-items .item .product-card .top-wrap .box-img {
  display: block;
  overflow: clip;
  position: relative;
  padding-top: 50%;
}
.product-items .item .product-card .top-wrap .box-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-items .item .product-card .caption {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-items .item .product-card .caption .meta {
  margin-top: 3rem;
  display: flex;
  gap: 1rem;
}
.product-items .item .product-card .caption .meta .icon {
  width: 1.436rem;
  height: 1.436rem;
  margin: auto;
}
.product-items .item .product-card .caption .meta .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-items .item .product-card .caption .price-shop {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.product-items .item .product-card .caption .price-shop .price {
  font-size: 2rem;
  color: #e4e4e4;
  font-family: Calibri, sans-serif;
}
.product-items .item .product-card .caption .price-shop .price ins {
  font-size: 2.2rem;
  color: #50a3ca;
  -webkit-text-stroke: 0.5px #50a3ca;
  float: left;
  margin-right: 1.4rem;
}
.product-items .item .product-card .caption .btn-wrap {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.product-items .item .product-card .caption .btn-wrap .button {
  background-color: transparent;
  color: #ed1846;
  height: auto !important;
  font-size: 2.2rem;
  font-family: Calibri-Bold, sans-serif;
  line-height: calc(32 / 22);
  text-decoration: underline;
  padding: 0;
  text-transform: capitalize;
}
.product-items .item:hover {
  box-shadow: 0 3px 16px #00000012;
  transition: 0.2s all ease;
}
.slide-product .swiper-button-next:after,
.slide-product .swiper-button-prev:after,
.slide-product .swiper-rtl .swiper-button-next:after,
.slide-product .swiper-rtl .swiper-button-prev:after {
  content: none;
}
.slide-product .swiper-button-next,
.slide-product .swiper-button-prev {
  width: 2.468rem;
  height: 1.646rem;
}
.slide-product .swiper-button-next img,
.slide-product .swiper-button-prev img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slide-product .swiper-button-next {
  right: -6rem;
}
@media (max-width: 991px) {
  .slide-product .swiper-button-next {
    right: 0;
  }
}
.slide-product .swiper-button-next img {
  transform: rotate(180deg);
}
.slide-product .swiper-button-prev {
  left: -6rem;
}
@media (max-width: 991px) {
  .slide-product .swiper-button-prev {
    left: 0;
  }
}
.slide-product .swiper-pagination {
  bottom: -5.2rem;
}
.slide-product .swiper-pagination .swiper-pagination-bullet {
  width: 5rem;
  height: 0.3rem;
  border-radius: 0;
  transform: unset;
}
.slide-product .swiper-pagination .swiper-pagination-bullet-active {
  width: 7rem;
  transform: unset;
  background: #28296d;
}
.title-product-style1 {
  display: flex;
}
@media (max-width: 575px) {
  .title-product-style1 {
    display: block;
  }
}
.filter-wrap .accordion .title-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-wrap .accordion .title-filter span {
  width: 0.9rem;
  height: 0.542rem;
}
.filter-wrap .accordion .title-filter span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(0.1);
}
.filter-wrap .accordion .title-filter[aria-expanded="true"] a {
  color: #ed1846 !important;
  -webkit-text-stroke: 0.4px #ed1846 !important;
}
.filter-wrap .accordion .title-filter[aria-expanded="true"] span img {
  transition: 0.2s all ease;
  transform: rotate(180deg);
  filter: brightness(1);
}
.filter-wrap .accordion .sub-cate-child {
  padding: 0 0 0 3rem;
}
.filter-wrap .accordion .sub-cate-child .title-filter-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-wrap .accordion .sub-cate-child .title-filter-child a {
  -webkit-text-stroke: unset !important;
}
.filter-wrap .accordion .sub-cate-child .title-filter-child span {
  width: 0.9rem;
  height: 0.542rem;
}
.filter-wrap .accordion .sub-cate-child .title-filter-child span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(0.1);
}
.filter-wrap
  .accordion
  .sub-cate-child
  .title-filter-child[aria-expanded="true"]
  a {
  color: #ed1846 !important;
}
.filter-wrap
  .accordion
  .sub-cate-child
  .title-filter-child[aria-expanded="true"]
  span
  img {
  transition: 0.2s all ease;
  transform: rotate(180deg);
  filter: brightness(1);
}
.filter-wrap .accordion .sub-cate-child .sub-cate-child-child {
  padding: 0 0 0 6rem;
}
.filter-wrap .accordion .sub-cate-child .sub-cate-child-child ul {
  margin-top: 0.7rem;
  list-style: disc;
}
.filter-wrap .accordion .sub-cate-child .sub-cate-child-child ul li {
  padding-top: 2rem;
}
.filter-wrap .accordion .sub-cate-child .sub-cate-child-child ul li a {
  font-size: 2.2rem;
  font-family: Calibri, sans-serif;
  color: #292929;
  line-height: calc(31 / 22);
}
.dropdown-custom {
  position: relative;
}
.dropdown-custom .filters-container .filter-content {
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: row-reverse;
  background-color: #fafafa;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown {
  width: 36.2rem;
  border: 1px solid #cecece;
  border-radius: 0;
  background: #fff;
}
.yith-wcan-filters .yith-wcan-filter a.clear-selection {
  margin-bottom: 0;
  margin-left: 3.1rem;
  font-size: 2.2rem;
  line-height: calc(32 / 22);
  color: #4c4c4c;
  font-family: Calibri-Bold, sans-serif;
  text-decoration: underline;
}
.filter-s .yith-wcan-filters {
  background-color: transparent;
}
.filter-s .yith-wcan-filters .yith-wcan-filter a.clear-selection {
  display: none;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-label {
  font-size: 2rem;
  color: rgba(1, 32, 41, 0.4);
  font-family: Calibri, sans-serif;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 27px;
  top: 10px;
  right: 6%;
  border-left: 1px solid #e4e4e4;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:after {
  background-size: cover;
  right: 11px;
  top: calc(50% - 8px);
  width: 2.1rem;
  height: 1.8rem;
}
.cat-active {
  font-family: Calibri-Bold, sans-serif;
  text-transform: capitalize;
}
.cat-active:hover {
  text-decoration: none;
}
@font-face {
  font-family: Calibri;
  src: url(../fonts/Calibri-Regular.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: Calibri-Light;
  src: url(../fonts/Calibri-Light.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: Calibri-Light-Italic;
  src: url(../fonts/Calibri-Light-Italic.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: Calibri-Italic;
  src: url(../fonts/Calibri-Italic.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: Calibri-Bold;
  src: url(../fonts/Calibri-Bold.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: Calibri-Bold-Italic;
  src: url(../fonts/Calibri-Bold-Italic.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: PT-regular;
  src: url(../fonts/PTF-regular.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: PT-italic;
  src: url(../fonts/PTF-italic.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: PT-bold-italic;
  src: url(../fonts/PTF-bold-italic.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: PT-caption-regular;
  src: url(../fonts/PT-caption-regular.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: PT-caption-italic;
  src: url(../fonts/PT-caption-italic.ttf) format("truetype");
  font-style: normal;
} /*!
 *  Font Awesome  by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/font-awesome/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-size: toRem(16);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before,
.fa-won:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-address-card:before,
.fa-vcard:before {
  content: "\f2bb";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
body,
html {
  background-color: #fff;
}
body {
  overflow-x: hidden;
}
.ft-heading {
  font-size: 2.4rem;
  font-family: Calibri, sans-serif;
  line-height: calc(31 / 24);
  color: #292929;
  text-transform: uppercase;
}
.video-card {
  position: relative;
}
.video-card .wrap {
  display: block;
}
.video-card .wrap .thumbs {
  position: relative;
}
.video-card .wrap .thumbs .image {
  width: 100%;
}
.video-card .wrap .thumbs .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-card .wrap .thumbs .bkg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 56px;
  opacity: 1;
  filter: blur(10px);
  background: #ed1846;
  width: 9.4rem;
  height: 9.4rem;
}
.video-card .wrap .thumbs .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-card .wrap .thumbs .play-btn img {
  transition: all 0.3s;
  width: 100%;
}
.banner-hero {
  position: relative;
}
.banner-hero .content {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 18rem;
  padding-bottom: 22.9rem;
}
@media (max-width: 991px) {
  .banner-hero .content {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 575px) {
  .banner-hero .content {
    padding: 3rem;
  }
}
.banner-hero .content .icon {
  position: absolute;
  bottom: -9.8rem;
  left: 0;
  width: 7%;
  height: 30%;
}
@media (max-width: 991px) {
  .banner-hero .content .icon {
    bottom: -11.8rem;
  }
}
@media (max-width: 991px) {
  .banner-hero .content .btn-wrap {
    z-index: 9;
    position: relative;
  }
}
.banner-hero .right {
  width: 57%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
}
@media (max-width: 575px) {
  .banner-hero .right {
    width: 25%;
  }
}
.banner-hero .right .red {
  background: #ea173d;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  -webkit-clip-path: polygon(78% 0, 100% 0, 100% 100%, 41% 100%);
  clip-path: polygon(78% 0, 100% 0, 100% 100%, 41% 100%);
}
.banner-hero .right .blue {
  background: #8abdd8;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-blend-mode: screen;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(7% 0, 11% 0, 100% 100%, 57% 100%);
  clip-path: polygon(7% 0, 11% 0, 100% 100%, 57% 100%);
}
.banner-hero .right .dark-blue {
  background: #272a68;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-size: cover;
  background-blend-mode: screen;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(11% 0, 100% 0, 100% 146%, 61% 100%);
  clip-path: polygon(11% 0, 100% 0, 100% 146%, 61% 100%);
}
.banner-hero .right .image {
  width: 100%;
  height: 100%;
  z-index: 4;
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 64% 100%);
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 64% 100%);
  position: absolute;
}
.banner-hero .right .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-subpage {
  position: relative;
}
.banner-subpage .content {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 21.4rem;
}
@media (max-width: 991px) {
  .banner-subpage .content {
    padding: 3rem 0;
  }
}
.banner-subpage .content .bkg {
  position: absolute;
  top: 0;
  left: 0;
  width: 54%;
  height: 100%;
}
.banner-subpage .content .bkg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-subpage .content .icon {
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  width: 7%;
  height: 30%;
}
@media (max-width: 991px) {
  .banner-subpage .content .icon {
    bottom: -3rem;
  }
}
@media (max-width: 575px) {
  .banner-subpage .content .icon {
    bottom: -4rem;
  }
}
.banner-subpage .right {
  width: 63%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
}
@media (max-width: 575px) {
  .banner-subpage .right {
    width: 48%;
  }
}
.banner-subpage .right .red {
  background: #ea173d;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  -webkit-clip-path: polygon(73% 0, 100% 0, 100% 100%, 34% 100%);
  clip-path: polygon(73% 0, 100% 0, 100% 100%, 34% 100%);
}
.banner-subpage .right .blue {
  background: #8abdd8;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-blend-mode: screen;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(7% 0, 10% 0, 54% 100%, 51% 100%);
  clip-path: polygon(7% 0, 10% 0, 54% 100%, 51% 100%);
}
.banner-subpage .right .dark-blue {
  background: #272a68;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-size: cover;
  background-blend-mode: screen;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 54% 100%);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 54% 100%);
}
.banner-subpage .right .image {
  width: 100%;
  height: 100%;
  z-index: 4;
  -webkit-clip-path: polygon(13% 0, 100% 0, 100% 100%, 58% 100%);
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 58% 100%);
  position: absolute;
}
.banner-subpage .right .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.value-profile {
  position: relative;
  background: #fafafa;
}
.value-profile .contents {
  position: relative;
}
.value-profile .contents .image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.value-profile .contents .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.value-profile .contents .content {
  padding-top: 12.4rem;
  padding-bottom: 12.2rem;
}
.who-we-are {
  position: relative;
  background-color: #fafafa;
}
.who-we-are .grid-business .item {
  position: relative;
  transform: translate3d(0, 0, 0);
}
.who-we-are .grid-business .item .content {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.who-we-are .grid-business .item .content .img {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.who-we-are .grid-business .item .content .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.who-we-are .grid-business .item .content .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #16161600 0, #161616b3 100%) 0
    0 no-repeat padding-box;
}
.who-we-are .grid-business .item .content .group-content {
  position: absolute;
  bottom: 1.7rem;
  width: 100%;
}
.who-we-are .grid-business .item .content .group-content .desc {
  display: none;
}
.who-we-are .grid-business .item:hover .group-content .desc {
  display: block;
  transition: 0.3s ease-in;
  padding-bottom: 1rem;
}
.image-list .list-image .style-1 {
  padding-bottom: 12rem;
  border-bottom: 1px solid #e4e4e4;
}
.image-list .list-image .style-1 .item .image {
  height: 37.1rem;
  width: 100%;
}
.image-list .list-image .style-1 .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.image-list .grid-logo.style-1 {
  display: none;
}
.image-list .grid-logo.style-2 .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-section {
  position: relative;
}
.video-section .video {
  width: 100%;
}
@media (min-width: 992px) {
  .video-section .video {
    height: 86.7rem;
  }
}
@media (max-width: 991px) {
  .video-section .video {
    height: 50rem;
  }
}
.video-section .video iframe {
  width: 100%;
  height: 100%;
}
.step-value {
  background: #fafafa;
}
.step-value .image {
  width: 100%;
  height: 100%;
}
.step-value .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.step-value .list-value {
  display: flex;
  align-items: center;
  padding: 3.8rem;
  gap: 3.9rem;
}
@media (max-width: 575px) {
  .step-value .list-value {
    padding: 1rem;
  }
}
.step-value .list-value div.numb {
  text-align: center;
  color: #a10023;
}
.step-value .list-value .desc p {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .step-value .list-value .desc {
    margin-left: 2rem;
  }
}
.step-value .list-value.active {
  background: #28296d;
}
.step-value .list-value.active .desc,
.step-value .list-value.active .numb {
  color: #fff;
}
.goal {
  position: relative;
  display: block;
}
.goal .image {
  width: 100%;
  height: 100%;
}
.goal .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.goal .list-content li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem;
  border-bottom: 1px solid #e4e4e4;
}
.goal .list-content li .title {
  width: 31.3rem;
}
@media (max-width: 575px) {
  .goal .list-content li .title {
    width: 68.3rem;
  }
}
.goal .list-content li .desc {
  width: 101.8rem;
}
.goal .list-content li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.value-section {
  position: relative;
  background: transparent linear-gradient(180deg, #fafafa 0, #fff 100%) 0 0
    no-repeat padding-box;
}
.value-section .image,
.value-section .img {
  width: 100%;
  height: 100%;
}
.value-section .image img,
.value-section .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.value-section .style-1 {
  background: #95c5dd;
  padding: 6rem;
}
.material-section {
  background: #fafafa;
}
.material-section .item {
  background: #fff;
  padding: 2rem 0 2rem 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .material-section .item {
    padding: 2rem;
  }
}
.material-section .item .image {
  width: 60%;
  height: auto;
}
.material-section .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.material-section .item ul.list li {
  font-size: 2rem;
  font-family: Calibri, sans-serif;
  line-height: calc(26 / 20);
  color: #4c4c4c;
}
.material-section .item ul.list li span {
  font-family: Calibri-Bold, sans-serif;
}
.team-section {
  background: #fafafa;
}
.team-section ul li {
  display: flex;
}
.team-section .item .img {
  width: 25rem;
  height: 25rem;
}
.team-section .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contact-section {
  position: relative;
}
.contact-section .request {
  background: #fafafa;
}
.contact-section .request .form-wrap label {
  font-family: Calibri, sans-serif;
  font-size: 2rem;
  color: #071227;
  margin-bottom: 1.2rem;
}
.contact-section .request .form-wrap input[type="email"],
.contact-section .request .form-wrap input[type="tel"],
.contact-section .request .form-wrap input[type="text"],
.contact-section .request .form-wrap textarea {
  margin-bottom: 3rem;
  border: 1px solid #cecece;
  height: 6rem;
  color: rgba(7, 18, 39, 0.3);
  font-size: 1.8rem;
  font-family: Calibri, sans-serif;
  padding: 2rem;
}
.contact-section .request .form-wrap textarea {
  margin-bottom: 0;
  height: 15rem;
}
.contact-section .request .form-wrap input[type="submit"] {
  border: none;
}
.contact-section .get-touch .maps {
  position: relative;
  padding-top: calc(1553 / 1920 * 100%);
}
@media (max-width: 991px) {
  .contact-section .get-touch .maps {
    padding-top: 144%;
  }
}
.contact-section .get-touch .maps iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-section .get-touch .contents .list li {
  border-bottom: 1px solid rgba(22, 22, 22, 0.2);
  padding: 3rem 0;
}
.contact-section .get-touch .contents .list li:last-child {
  border-bottom: 0;
  padding: 3rem 0 0 0;
}
.contact-section .get-touch .contents .list li:first-child {
  padding: 0 0 3rem 0;
}
@media (max-width: 575px) {
  .contact-section .get-touch .contents .list li {
    padding: 2rem 0 !important;
  }
}
.market-section {
  background: #fafafa;
  position: relative;
}
.market-section .news-main .items .item .news-card .top-wrap {
  width: 100%;
  height: 65rem;
}
.market-section .news-main .items .item .news-card .top-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.market-section .news-main .items .item .news-card .desc .row:nth-child(even) {
  flex-direction: row-reverse;
}
.market-section .news-main .items .item .news-card .desc .img {
  height: 100%;
}
.market-section .news-main .items .item .news-card .desc .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.market-section .news-main .items .item .news-card .desc .box-content {
  padding: 6.3rem 0;
}
.category-market .style-1 {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 12rem;
}
.feature-product {
  background: #fafafa;
}
.manufacture .contents .tab-subcategory {
  border-bottom: 1px solid #e4e4e4;
}
.manufacture .contents .tab-subcategory li {
  font-size: 2.4rem;
  color: #161616;
  -webkit-text-stroke: 1px #161616;
}
@media (min-width: 992px) {
  .manufacture .contents .tab-subcategory li {
    line-height: calc(64 / 24);
  }
}
.manufacture .contents .tab-subcategory li button.nav-link.active {
  background-color: transparent;
  color: #161616;
  opacity: 100%;
  border-bottom: 3px solid #161616;
}
.manufacture .contents .tab-subcategory li button.nav-link {
  opacity: 20%;
  border-radius: 0;
  padding: 0 4rem;
}
@media (max-width: 991px) {
  .manufacture .contents .tab-subcategory li button.nav-link {
    padding: 0 3rem;
  }
}
.manufacture .contents .tab-subcategory li button.nav-link a:hover {
  text-decoration: none;
}
.our-story {
  position: relative;
  background: #fafafa;
}
.our-story .image {
  width: 100%;
  height: 100%;
}
.our-story .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-story .group-content.style1 {
  padding-left: 8.1rem;
}
.our-story .group-content.style1:last-child {
  margin-top: 6.8rem;
}
@media (max-width: 991px) {
  .our-story .group-content.style1 {
    padding-left: 0;
    padding-top: 3rem;
  }
  .our-story .group-content.style1:last-child {
    margin-top: 0;
  }
}
.our-story .group-content.style1 .desc p,
.our-story .group-content.style1 .title p {
  margin-bottom: 0;
}
.our-story .custom-row {
  margin-top: 6.8rem;
}
@media (min-width: 992px) {
  .our-story .custom-row .col-lg-4:nth-child(2) {
    padding-left: 5rem;
    padding-right: 3rem;
  }
  .our-story .custom-row .col-lg-4:last-child {
    padding-left: 9.3rem;
  }
  .our-story .custom-row .group-content.style2 {
    max-width: 44.4rem;
  }
}
@media (max-width: 575px) {
  .our-story .custom-row .group-content.style2 {
    padding-bottom: 1rem;
  }
}
.login-section .title {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: center;
}
.login-section .form-login .form-group {
  margin-bottom: 3rem;
}
.login-section .form-login .form-group label {
  font-family: Calibri, sans-serif;
  font-size: 2rem;
  color: #071227;
  margin-bottom: 1.2rem;
}
.login-section .form-login .form-group input.form-control {
  margin-bottom: 0;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 6rem;
  padding: 2rem;
  font-size: 1.8rem;
  line-height: calc(32 / 18);
  color: rgba(7, 18, 39, 0.3);
}
.login-section .form-login .form-group:last-child() {
  margin-bottom: 0;
}
.login-section .tab-login {
  border-bottom: 1px solid #e5e5e5;
}
.login-section .tab-login li {
  width: 50%;
}
.login-section .tab-login li .nav-link {
  font-size: 3rem;
  font-family: Calibri-Bold, sans-serif;
  line-height: calc(45 / 30);
  color: #e5e5e5;
}
.login-section .tab-login li .nav-link.active {
  color: #071227;
  background-color: transparent;
  border-bottom: 2px solid #071326;
}
.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
  content: none;
}
.contact-offer {
  position: relative;
}
.contact-offer .tabs-offer {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
}
.contact-offer .tabs-offer li {
  width: 50%;
}
@media (max-width: 575px) {
  .contact-offer .tabs-offer li {
    width: auto;
  }
}
.contact-offer .tabs-offer li .nav-link {
  font-size: 2.4rem;
  font-family: Calibri, sans-serif;
  line-height: calc(64 / 24);
  color: #161616;
  -webkit-text-stroke: 1px #161616;
  opacity: 20%;
}
.contact-offer .tabs-offer li .nav-link.active {
  opacity: 100%;
  background-color: transparent;
  border-bottom: 3px solid #161616;
}
.contact-offer .tab-content {
  margin-top: 8.3rem;
}
.contact-offer .tab-content .tab-pane .image {
  width: 100%;
  height: auto;
}
.contact-offer .tab-content .tab-pane .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contact-offer .tab-content .tab-pane .content strong {
  font-family: Calibri-Bold, sans-serif;
}
.contact-offer .tab-content .tab-pane .desc .content-desc {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
.contact-offer .tab-content .tab-pane .desc .content-desc ul {
  list-style: inside;
}
.contact-offer .tab-content .tab-pane .desc .content-desc ul li ul {
  list-style: revert;
  margin-left: 2rem;
}
.related-products {
  background: #fafafa;
}
.manufacture {
  position: relative;
  background: #fafafa;
}
.manufacture .filter-wrap .accordion .card {
  border: 0;
  background-color: transparent;
}
.manufacture .filter-wrap .accordion .card .card-header {
  background-color: transparent;
  border-bottom: none;
}
.manufacture .filter-wrap .accordion .card .card-header a {
  font-size: 2.2rem;
  font-family: Calibri, sans-serif;
  line-height: calc(31 / 22);
  color: #2c2c2c;
  -webkit-text-stroke: 0.4px #2c2c2c;
}
.manufacture .filter-wrap .accordion .card .card-header a:hover {
  text-decoration: none;
}
.tab-subcategory + .tab-content .tab-pane .product-items {
  display: grid;
}
.tab-subcategory + .tab-content .product-items {
  display: none;
}
.breadcrumb-custom {
  font-size: 2.2rem;
  font-family: Calibri, sans-serif;
  line-height: calc(28 / 22);
  color: #292929;
}
.banner-subpage.style2 {
  display: none;
}
.manufacture.style2 {
  background: #fff;
}
div.pagination {
  justify-content: center;
}
.woocommerce-LostPassword {
  position: absolute;
  left: 14px;
  bottom: -35px;
}
.woocommerce-LostPassword a {
  text-decoration: underline;
}
.Wonder .swiper-button-next:after,
.Wonder .swiper-button-prev:after {
  content: none;
}
.Wonder .swiper-button-next,
.Wonder .swiper-button-prev {
  width: 5rem;
  height: 5rem;
}
.Wonder .swiper-button-next img,
.Wonder .swiper-button-prev img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.project-gallery .swiper {
  width: 100%;
  height: 100%;
}
.project-gallery .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.project-gallery .swiper-slide {
  width: 20%;
}
.project-gallery .swiper-slide:nth-child(2n) {
  width: 49%;
}
.project-gallery .swiper-slide:nth-child(3n) {
  width: 20%;
}
.swiper-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  gap: 4rem;
  justify-content: flex-start;
  padding-bottom: 2.5rem;
  margin-left: 5rem;
}
.swiper-btn .swiper-button-next,
.swiper-btn .swiper-button-prev {
  width: 4rem !important;
  position: relative !important;
  margin-top: 0 !important;
}
.swiper-btn .swiper-button-next img,
.swiper-btn .swiper-button-prev img {
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  margin-left: -10.6rem;
}
.swiper-btn .swiper-button-next:after,
.swiper-btn .swiper-button-prev:after {
  content: "" !important;
}
.checkboxs input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkboxs {
  display: block;
  position: relative;
  padding-left: 5rem !important;
  margin-bottom: 12px;
  letter-spacing: 0.28px;
  color: #071227 !important;
  cursor: pointer;
  font-size: 2rem;
  font-family: Calibri, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: capitalize;
  padding-top: 0.3rem;
}
.checkboxs input:checked ~ .checkmark {
  background: #fff;
}
.checkboxs input:checked ~ .checkmark:after {
  display: block;
}
.checkboxs .checkmark:after {
  left: 1.2rem;
  top: 0.3rem;
  width: 0.6rem;
  height: 1.8rem;
  color: #ed1846;
  border: 1px solid #ed1846;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 3rem;
  width: 3rem;
  background-color: #ffffff00;
  border: 1px solid #231f20;
}
.checkboxs:hover input ~ .checkmark {
  background-color: #fcfcfc;
}
span.space {
  border-bottom: 1px solid #b45142;
  width: 25rem;
  display: inline-grid;
  margin-left: 5rem;
}
.space-s {
  border-left: 1px solid #b45142;
  height: 7rem;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 2.8rem;
  margin-top: 16.1rem;
}
.nav-tabs {
  padding-bottom: 1.7rem;
  border-bottom: 1px solid #f1f1f1;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 425px) {
  .nav-tabs .nav-item {
    width: auto;
  }
}
.nav-tabs .nav-item .nav-link {
  font-size: 2rem;
  font-family: Basker, sans-serif;
  color: #262626;
  border: 0;
}
.nav-tabs .nav-item .nav-link.active {
  opacity: 100%;
  background-color: transparent;
  background-image: url(../img/shop/TitleBox.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 100%;
  height: 100%;
}
.left .wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff 0 0 no-repeat padding-box;
  border: 1px solid #6e6e6e;
  border-radius: 50%;
}
.left .wrapper input:checked ~ .checkmark:after {
  display: block;
}
.left .wrapper .checkmark:after {
  top: 4.6px;
  left: 4.4px;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: #b6513f;
  content: "";
  position: absolute;
  display: none;
}
.left .wrapper label.containers {
  display: block;
  position: relative;
  padding-left: 2.9rem;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 2rem;
  font-family: Montserrat-Medium, sans-serif;
  color: #091821;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.left .wrapper label.containers input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: auto;
}
.left .wrapper label.containers input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #b45142;
}
.comment-form-cookies-consent {
  display: block;
}
.comment-form-cookies-consent input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.comment-form-cookies-consent label {
  position: relative;
  cursor: pointer;
}
.comment-form-cookies-consent label::before {
  content: "";
  background-color: transparent;
  border: 1px solid #f4ce58;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  background: #f4ce58;
}
.comment-form-cookies-consent input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 6px;
  width: 4px;
  height: 8px;
  border: solid #212321;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.custom-checkbox.style-2 > label,
.custom-checkbox.style-2 > span,
.custom-radio.style-2 > label,
.custom-radio.style-2 > span {
  position: relative;
  cursor: pointer;
  padding-left: 4rem;
  color: #707070;
  font-size: 1.8rem;
}
.gap-73 {
  gap: 7.3rem;
}
.grid {
  display: grid;
}
.lg-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lg-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.lg-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.lg-grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.lg-grid-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
@media (max-width: 991px) {
  .m-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .m-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.g-16 {
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
}
.g-30-50 {
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  row-gap: 5rem;
}
.g-38 {
  -moz-column-gap: 3.8rem;
  column-gap: 3.8rem;
}
.g-84 {
  -moz-column-gap: 8.4rem;
  column-gap: 8.4rem;
}
.g-71 {
  -moz-column-gap: 7.1rem;
  column-gap: 7.1rem;
}
.gap-34 {
  gap: 3.4rem;
}
.gap-30 {
  gap: 3rem;
}
.gap-13 {
  gap: 1.3rem;
}
.gap-20 {
  gap: 2rem;
}
.g-15-48 {
  row-gap: 4.8rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
@media (max-width: 767px) {
  .form-row {
    display: block;
  }
}
.header .header-top {
  background: #d9d9d9;
  padding: 1.4rem 0;
}
.header .header-top .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .header .header-top .inner {
    flex-wrap: wrap;
  }
}
.header .header-top .inner .info-list {
  display: flex;
  gap: 5rem;
}
@media (max-width: 575px) {
  .header .header-top .inner .info-list {
    width: 100%;
    justify-content: center;
  }
}
.header .header-top .inner .info-list li {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 1.692rem;
}
.header .header-top .inner .info-list li .icon {
  height: 1.337rem;
}
.header .header-top .inner .info-list li .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header .header-top .inner .login-register {
  display: flex;
  gap: 3rem;
}
@media (max-width: 575px) {
  .header .header-top .inner .login-register {
    width: 100%;
    justify-content: center;
    margin-top: 1rem;
  }
}
.header .header-top .inner .login-register li {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 1.48rem;
}
.header .header-top .inner .login-register li .icon {
  height: 2rem;
}
.header .header-top .inner .login-register li .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header .header-top .inner .login-register span {
  border-left: 1px solid #161616;
  height: 100%;
}
.header .header-inner {
  background: #fff;
  box-shadow: 0 8px 24px #00000008;
  z-index: 9999;
}
.header .header-inner .logo {
  max-width: 28.8rem;
}
@media (max-width: 575px) {
  .header .header-inner .logo {
    max-width: 25.8rem;
  }
}
.header .header-inner .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header .header-inner .menu ul li {
  margin-left: 4rem;
}
.header .header-inner .menu ul li .menu-link {
  font-family: Calibri, sans-serif;
  color: #161616;
  line-height: calc(32 / 22);
  text-transform: capitalize;
  font-size: 2.2rem;
}
.header .header-inner .menu ul li .menu-link:hover {
  text-decoration: none;
}
.header .header-inner .menu ul li .menu-link.active {
  font-family: Calibri-Bold, sans-serif;
  color: #50a3ca;
}
.header .header-inner .btn-group {
  display: flex;
  margin-left: 3.4rem;
  gap: 4rem;
}
.header .header-inner .btn-group .cart {
  display: flex;
  align-items: center;
}
.header .header-inner .btn-group .cart .icon {
  width: 3.413rem;
  height: 3rem;
}
.header .header-inner .btn-group .cart .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header .mobile-nav-inner .menu .menu-list li a {
  font-family: Calibri, sans-serif;
  color: #161616;
  line-height: calc(32 / 22);
  text-transform: capitalize;
  font-size: 2.2rem;
}
.header .mobile-nav-inner .menu .menu-list li a:hover {
  text-decoration: none;
}
.footer {
  position: relative;
  z-index: 9;
}
.footer .footer-top {
  position: relative;
  background: #ededed;
  padding-top: 10rem;
  padding-bottom: 8.6rem;
}
@media (max-width: 991px) {
  .footer .footer-top {
    padding: 5rem 0;
  }
}
@media (max-width: 575px) {
  .footer .footer-top .content {
    padding-bottom: 3rem;
  }
}
.footer .footer-top .info-ft li {
  display: flex;
  gap: 3rem;
  margin-bottom: 3.2rem;
}
.footer .footer-top .info-ft li .icon {
  width: 2.4rem;
  height: 2.4rem;
}
.footer .footer-top .info-ft li .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer .footer-top .info-ft li .info {
  max-width: 26rem;
}
.footer .footer-top .info-ft li:first-child {
  margin-bottom: 2rem;
}
.footer .footer-top .info-ft li:last-child {
  margin-bottom: 0;
}
.footer .footer-top .social-ft li .box-img {
  width: 2.411rem;
  height: 2.411rem;
}
.footer .footer-top .social-ft li .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer .footer-top .menu .menu-item .menu-link {
  font-size: 2rem;
  line-height: calc(25 / 20);
  font-family: Calibri, sans-serif;
  color: #161616;
}
.footer .footer-top .menu .menu-item:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .footer .footer-top .content-news {
    margin-top: 2rem;
  }
}
.footer .footer-top::after {
  content: "";
  right: 0;
  bottom: 0;
  background-image: url(../img/home/element2.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  width: 27.2rem;
  height: 100%;
}
@media (max-width: 575px) {
  .footer .footer-top::after {
    width: 12.2rem;
  }
}
.footer .footer-bottom {
  background: #d9d9d9;
  padding-top: 1.5rem;
  padding-bottom: 1.597rem;
}
.footer::before {
  content: "";
  top: 0;
  left: 0;
  background-image: url(../img/home/footer-element.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 9%;
  height: 100%;
  z-index: 9;
}
@media (max-width: 991px) {
  .footer::before {
    content: none;
  }
}
.footer .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  background: #fff;
  height: 5rem;
}
.footer .form-group input {
  border: none;
  background: 0 0;
  padding: 0 2rem;
  margin-bottom: 0;
  height: 100%;
  font-size: 1.8rem;
}
.footer .form-news .wpcf7 input[type="submit"] {
  background: url(../img/sent.png) 50%;
  background-repeat: no-repeat;
  background-size: 2.6rem;
  color: transparent;
}
.footer .form-group .button {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  background: #f89b70;
  width: 6rem;
  height: 6rem;
}
.footer .form-news .wpcf7 .ajax-loader {
  margin: -3px;
}
.woocommerce-breadcrumb {
  font-size: 2.2rem !important;
  line-height: calc(28 / 22);
  color: #161616 !important;
  font-family: Calibri-Bold, sans-serif;
}
.woocommerce-breadcrumb a {
  font-family: Calibri, sans-serif;
}
.price-product .price {
  font-size: 3rem;
  font-family: Calibri, sans-serif;
  line-height: calc(70 / 30);
  color: #50a3ca;
  margin-bottom: 0;
}
.price-product .price del {
  color: #e4e4e4;
  margin-left: 1rem;
}
.price-product .price ins {
  float: left;
}
.custom-stock {
  margin-top: 3rem;
  border-top: 1px solid rgba(22, 22, 22, 0.2);
  border-bottom: 1px solid rgba(22, 22, 22, 0.2);
  padding: 3rem 0;
}
.custom-stock p {
  margin-bottom: 0;
}
.product-field {
  padding-top: 0.8rem;
}
.product-field .custom-field {
  padding-bottom: 3rem;
  padding-top: 3rem;
  border-bottom: 1px solid rgba(22, 22, 22, 0.2);
}
.product-field .custom-field .image {
  display: flex;
  margin-top: -1.2rem;
  margin-left: 2.2rem;
}
.product-field .custom-field .image .icon {
  height: 3rem;
}
.product-field .custom-field .image .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.price-rule-active td {
  background-color: transparent;
  color: #161616;
}
.price-rule-active .amount {
  color: #161616;
}
.qib-container:not(#qib_id):not(#qib_id) {
  border: 1px solid #131413;
  padding: 1.55rem 0;
}
.qib-container:not(#qib_id):not(#qib_id) .qib-button:not(#qib_id):not(#qib_id) {
  background: 0 0;
  border: 0;
  height: 100%;
  font-size: 2.133rem;
  color: #000;
}
.qib-container div.quantity:not(#qib_id):not(#qib_id) {
  height: 100%;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
  height: 100% !important;
  border-width: 0 1px !important;
  font-size: 2rem !important;
  font-family: Calibri, sans-serif;
  letter-spacing: 0.1px;
  line-height: calc(36 / 20);
  color: #131413;
}
form.cart button[type="submit"]:not(#qib_id):not(#qib_id):not(_):not(_) {
  height: 57px !important;
}
.woocommerce-tabs ul {
  display: none;
}
.woocommerce-tabs .woocommerce-Tabs-panel p strong {
  font-weight: bolder;
  font-size: 2rem;
}
.cart-section .cart-product-table table.table thead tr th {
  padding: 3.4rem 0;
  font-size: 2.2rem;
  font-family: Calibri, sans-serif;
  line-height: calc(31 / 22);
  text-transform: uppercase;
  color: #2c2c2c;
  border-bottom: 1px solid #cecece;
  border-top: 1px solid #cecece;
}
.cart-section .cart-product-table table.table thead tr th:first-child {
  width: 7%;
  border-left: 1px solid #cecece;
}
.cart-section .cart-product-table table.table thead tr th:nth-child(2) {
  width: 40%;
}
.cart-section .cart-product-table table.table thead tr th:nth-child(3) {
  width: 18%;
}
.cart-section .cart-product-table table.table thead tr th:last-child {
  border-right: 1px solid #cecece;
}
.cart-section .cart-product-table table.table tbody tr td:first-child {
  border-left: 1px solid #cecece;
}
.cart-section .cart-product-table table.table tbody tr td:last-child {
  border-right: 1px solid #cecece;
}
.cart-section .cart-product-table table.table tbody tr td {
  padding: 5rem 0;
  border-bottom: 1px solid #cecece;
  vertical-align: middle;
}
.cart-section .cart-product-table table.table tbody tr td .removes {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto;
}
.cart-section .cart-product-table table.table tbody tr td .removes img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cart-section .cart-product-table table.table tbody tr td .product-item {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.cart-section
  .cart-product-table
  table.table
  tbody
  tr
  td
  .product-item
  .box-img {
  width: 13.1rem;
  height: 13.1rem;
}
.cart-section
  .cart-product-table
  table.table
  tbody
  tr
  td
  .product-item
  .box-img
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cart-section
  .cart-product-table
  table.table
  tbody
  tr
  td
  .product-item
  .caption {
  max-width: 33rem;
  margin: auto 0;
}
.cart-section .cart-product-table table.table tbody tr td .price {
  font-size: 2rem;
  line-height: calc(55 / 20);
  font-family: Calibri, sans-serif;
  color: #191919;
}
.cart-section
  .cart-product-table
  table.table
  tbody
  tr
  td
  .quantity
  .minus:not(#qib_id):not(#qib_id),
.cart-section
  .cart-product-table
  table.table
  tbody
  tr
  td
  .quantity
  .plus:not(#qib_id):not(#qib_id),
.cart-section
  .cart-product-table
  table.table
  tbody
  tr
  td
  .quantity
  > a:not(#qib_id):not(#qib_id) {
  display: block !important;
}
.cart-section
  .cart-product-table
  table.table
  tbody
  tr
  td
  .qib-container:not(#qib_id):not(#qib_id) {
  border: 1.5px solid #131413;
}
.cart-section .summary-box-inner {
  border: 1px solid #cecece;
  padding: 3rem 0;
}
.cart-section .summary-box-inner .head {
  padding-left: 8rem;
  padding-bottom: 2.9rem;
  border-bottom: 1px solid #cecece;
}
.cart-section .summary-box-inner .head .title {
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  color: #191919;
}
.cart-section .summary-box-inner .cart-total {
  padding-top: 3.05rem;
}
.cart-section .summary-box-inner .cart-total table.table tr td {
  padding: 0;
  border-top: 0;
  padding-left: 8rem;
  padding-bottom: 3.2rem;
  font-size: 2rem;
  font-family: Calibri, sans-serif;
  color: #191919;
}
.cart-section .summary-box-inner .cart-total table.table tr td:first-child {
  font-size: 2.2rem;
  color: #2c2c2c;
  text-transform: uppercase;
  line-height: calc(31 / 22);
  font-family: Calibri-Bold, sans-serif;
}
.cart-section .summary-box-inner .cart-total table.table tr td:last-child {
  text-align: right;
  padding-right: 8rem;
}
.cart-section .summary-box-inner .cart-total table.table tr:last-child td {
  border-top: 1px solid #cecece;
  padding-top: 3rem;
  padding-bottom: 0;
}
.cart-section
  .summary-box-inner
  .cart-total
  table.table
  tr:last-child
  td:last-child {
  font-size: 2rem;
  font-family: Calibri-Bold, sans-serif;
  color: #50a3ca;
}
.cart-section
  .summary-box-inner
  .cart-total
  table.table
  .cart-discount
  td:last-child {
  width: 4rem;
}
.woocommerce a.remove {
  margin-left: auto;
  margin-right: auto;
  margin-top: -2rem;
}
.checkout-section form.checkout .form-row {
  display: block;
  padding: 0;
  margin: 0;
}
.checkout-section .woocommerce-billing-fields .box-body .form-wrap label {
  font-size: 2rem;
  font-family: Calibri, sans-serif;
  color: #071227;
  margin-bottom: 0.2rem;
  padding-top: 3rem;
}
.checkout-section .woocommerce-billing-fields .box-body .form-wrap input {
  margin-top: 1rem;
  border: 1px solid #cecece;
  height: 6rem;
  padding: 2rem;
  font-size: 1.8rem;
  font-family: Calibri, sans-serif;
  color: rgba(7, 18, 39, 0.3);
  line-height: calc(32 / 18);
  border-radius: 0;
}
.checkout-section
  .woocommerce-billing-fields
  .box-body
  .form-wrap
  .select2-container--default
  .select2-selection--single {
  border: 1px solid #cecece;
  height: 6rem;
  border-radius: 0;
}
.checkout-section
  .woocommerce-billing-fields
  .box-body
  .form-wrap
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  height: 100%;
  padding-top: 1.5rem;
  padding-left: 2rem;
  font-size: 1.8rem;
  font-family: Calibri, sans-serif;
  line-height: calc(32 / 18);
}
.checkout-section
  .woocommerce-billing-fields
  .box-body
  .form-wrap
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 30%;
}
.checkout-section .woocommerce-additional-fields {
  margin-top: 3rem;
}
.checkout-section .woocommerce-additional-fields label {
  font-size: 2rem;
  font-family: Calibri, sans-serif;
  color: #071227;
}
.checkout-section .woocommerce-additional-fields textarea {
  border: 1px solid #cecece;
  font-size: 1.8rem;
  font-family: Calibri, sans-serif;
  color: rgba(7, 18, 39, 0.3);
  line-height: calc(32 / 18);
  border-radius: 0;
}
.woocommerce-checkout-review-order .table-products table.table {
  margin-bottom: 0;
}
.woocommerce-checkout-review-order .table-products table.table tr td {
  padding: 0 0 3rem 0;
  border: 0;
}
.woocommerce-checkout-review-order .table-products table.table tr td .caption {
  font-size: 2.2rem;
  font-family: Calibri;
  line-height: calc(30 / 22);
  color: #191919;
  max-width: 33.3rem;
}
.woocommerce-checkout-review-order
  .table-products
  table.table
  tr
  td
  .caption
  strong {
  font-family: Calibri-Bold;
}
.woocommerce-checkout-review-order .table-products table.table tr td .category {
  font-size: 1.8rem;
  color: #707070;
  margin-top: 1.1rem;
}
.woocommerce-checkout-review-order .table-products table.table tr td .price {
  margin-top: auto;
}
.woocommerce-checkout-review-order .cart-total {
  border: 1px solid #cecece;
  padding-top: 4.05rem;
  padding-bottom: 3.05rem;
}
.woocommerce-checkout-review-order .cart-total table.table tbody tr td {
  padding: 0 0 3rem 0;
}
.woocommerce-checkout-review-order
  .cart-total
  table.table
  tbody
  tr
  td:first-child {
  font-size: 2.2rem;
  font-family: Calibri, sans-serif;
  color: #2c2c2c;
  line-height: calc(31 / 22);
  -webkit-text-stroke: 0.7px #2c2c2c;
  padding-left: 4rem;
}
.woocommerce-checkout-review-order
  .cart-total
  table.table
  tbody
  tr
  td:last-child {
  padding-right: 4rem;
  text-align: right;
  font-size: 2rem;
  font-family: Calibri, sans-serif;
  color: #191919;
}
.woocommerce-checkout-review-order
  .cart-total
  table.table
  tbody
  tr:last-child
  td {
  border-top: 1px solid #cecece;
  padding-top: 3.05rem;
  padding-bottom: 0;
}
.woocommerce-checkout-review-order
  .cart-total
  table.table
  tbody
  tr:last-child
  td:last-child {
  font-family: Calibri-Bold, sans-serif;
  color: #50a3ca;
}
.checkout-section .payment-method .content-payment label {
  padding-left: 4rem;
  font-size: 1.8rem;
  line-height: calc(55 / 18);
  font-family: Calibri, sans-serif;
  color: #071227;
  position: relative;
  margin-bottom: 0;
}
.checkout-section .payment-method .content-payment label:before {
  content: "";
  height: 2rem;
  width: 2rem;
  border: 1px solid #071326;
  border-radius: 50%;
  left: 0;
  top: 1.5rem;
  position: absolute;
}
.checkout-section
  .payment-method
  .content-payment
  input[type="radio"]:checked
  + label::before {
  box-shadow: inset 0 0 0 0.3rem #fff;
  border: 1px solid #071326;
  background: #071227;
}
.checkout-section .payment-method .payment_box {
  background: #f7f7f7;
  padding: 3rem;
}
.checkout-section .payment-method .payment_box p {
  font-size: 1.6rem;
  font-family: Calibri, sans-serif;
  line-height: calc(24 / 16);
  color: #071227;
  margin-bottom: 0;
}
.checkout-section .payment-method .form-row {
  display: block;
  padding: 0;
}
.checkout-section .payment-method .form-row::before {
  content: none;
}
.checkout-section .payment-method .form-row::after {
  content: none;
}
.checkout-section .payment-method .form-row .terms .policy {
  padding-top: 1rem;
}
.checkout-section .form-agree label {
  padding-left: 3rem;
  position: relative;
  font-size: 2.2rem;
  font-family: OpenSans, sans-serif;
  line-height: calc(33 / 22);
  letter-spacing: 0.44px;
  color: #06132e;
}
.checkout-section .form-agree label:before {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  top: 10%;
  left: 0;
  position: absolute;
  border: 1px solid #939597;
  background: #fff;
}
.checkout-section .form-agree label:after {
  opacity: 0;
  content: "";
  display: inline-block;
  position: absolute;
  transform: rotate(45deg);
  top: 0.4rem;
  left: 0.5rem;
  width: 0.7rem;
  height: 1rem;
  border-bottom: 0.2rem solid #303030;
  border-right: 0.2rem solid #303030;
}
.checkout-section .form-agree input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
.thank-you .order .order-desc li {
  display: flex;
  gap: 12.2rem;
}
.thank-you .order .order-desc li .title {
  width: 15rem;
}
.thank-you .order .order-desc li:not(:last-child) {
  padding-bottom: 2rem;
}
.thank-you .wc-order-details table.table tbody tr td {
  padding: 0;
  border-top: 0;
  padding-bottom: 3rem;
}
.thank-you .wc-order-details table.table tbody tr td a {
  font-size: 2.2rem;
  font-family: Calibri, sans-serif;
  line-height: calc(30 / 22);
  color: #191919;
}
.thank-you .wc-order-details table.table tbody tr td strong {
  font-family: Calibri-Bold;
  font-size: 2.2rem;
  line-height: calc(30 / 22);
  color: #191919;
}
.thank-you .wc-order-details table.table tbody tr td .category a {
  font-size: 1.8rem;
  font-family: Calibri;
  color: #707070;
}
.thank-you .wc-order-details table.table tbody tr td:first-child {
  padding-left: 4rem;
}
.thank-you .wc-order-details table.table tbody tr td:last-child span {
  font-size: 2rem;
  line-height: calc(55 / 20);
  font-family: Calibri, sans-serif;
  color: #191919;
}
.thank-you .wc-order-details table.table tfoot {
  border: 1px solid #e4e4e4;
}
.thank-you .wc-order-details table.table tfoot tr td:first-child {
  padding: 0 0 0 4rem;
  font-size: 2.2rem;
  color: #191919;
  font-family: Calibri-Bold, sans-serif;
}
.thank-you .wc-order-details table.table tfoot tr td {
  padding: 0;
  font-size: 2rem;
  font-family: Calibri, sans-serif;
  color: #191919;
  padding-bottom: 2rem;
}
.thank-you .wc-order-details table.table tfoot tr:first-child td {
  padding-top: 4rem;
}
.thank-you .wc-order-details table.table tfoot tr:not(:last-child) td {
  border-top: 0;
}
.thank-you .wc-order-details table.table tfoot tr:last-child td {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.thank-you .wc-order-details table.table tfoot tr:last-child td:last-child {
  color: #50a3ca;
  font-family: Calibri-Bold, sans-serif;
  font-size: 2rem;
  line-height: calc(55 / 20);
}
.woocommerce-customer-details address {
  border: 0 !important;
  padding: 2rem 0 0 0 !important;
  font-size: 2rem;
  font-family: Calibri, sans-serif;
  color: #000;
  line-height: calc(28 / 20);
}
.product-shop {
  background: #fafafa;
  position: relative;
}
.product-shop .product-items table.table thead {
  background: #28296d;
  padding: 2rem 0;
}
.product-shop .product-items table.table thead tr th {
  font-size: 2.2rem;
  font-family: Calibri-Bold, sans-serif;
  line-height: calc(31 / 22);
  color: #fff;
  text-align: center;
  border-left: 1px solid #fff;
  border-bottom: 0;
}
.product-shop .product-items table.table thead tr th:first-child {
  width: 464px;
}
.product-shop .product-items table.table thead tr th:nth-child(2),
.product-shop .product-items table.table thead tr th:nth-child(3) {
  width: 161px;
}
.woocommerce .add-request-quote-button.button{
    text-decoration: underline;
    font-family: Calibri-Bold, sans-serif;
    font-size: 2.2rem;
    background-color: transparent!important;
	padding: .3rem 0;
	margin-left: 3.1rem
}
@media(min-width: 992px){
	  .product-shop .product-items table.table thead tr th:last-child {
    width: 36%;
  }
}

@media (max-width: 991px) {
  .product-shop .product-items table.table thead tr th:last-child {
    width: 20%;
  }
}
@media (max-width: 575px) {
  .product-shop .product-items table.table thead tr th:last-child {
    width: 33%;
  }
	.woocommerce .add-request-quote-button.button{
		margin-left: 2.1rem;
	}
}
@media (max-width: 375px) {
  .product-shop .product-items table.table thead tr th:last-child {
    width: 36%;
  }
}
@media (max-width: 320px) {
  .product-shop .product-items table.table thead tr th:last-child {
    width: 41%;
  }
}
.product-shop .product-items table.table tbody tr:not(:last-child) td {
  border-bottom: 1px solid rgba(41, 41, 41, 0.3);
}
.product-shop .product-items table.table tbody tr td {
  border-top: 0;
  vertical-align: middle;
  align-items: center;
  align-content: center;
  text-align: center;
  padding: 5rem 0;
}
.product-shop .product-items table.table tbody tr td .top-wrap {
  max-width: 10.1rem;
}
.product-shop .product-items table.table tbody tr td .top-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-shop .product-items table.table tbody tr td .content {
  text-align: left;
}
.product-shop .product-items table.table tbody tr td .content .title-product {
  max-width: 33.5rem;
}
.product-shop
  .product-items
  table.table
  tbody
  tr
  td
  .content
  .product_meta
  span
  a {
  font-size: 2rem;
  line-height: calc(36 / 20);
  font-family: Calibri, sans-serif;
  color: #6f6f6f;
}
.product-shop .product-items table.table tbody tr td .prices span.price {
  display: flex;
  flex-direction: column-reverse;
  font-size: 2.2rem;
  color: #50a3ca;
  font-family: Calibri, sans-serif;
  -webkit-text-stroke: 0.5px #50a3ca;
}
.product-shop .product-items table.table tbody tr td .prices span.price del {
  font-size: 2rem;
  color: #989898;
  -webkit-text-stroke: 0;
}
.product-shop .product-items table.table tbody tr td .in-stock p {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: calc(28 / 20);
  color: #2c2c2c;
  font-family: Calibri-Bold, sans-serif;
}
.product-shop .product-items table.table tbody tr td .quantity-cart form {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin-left: 3.025rem;
}
@media (max-width: 575px) {
  .product-shop .product-items table.table tbody tr td .quantity-cart form {
    margin-left: 2rem;
  }
}

.list-group-item{
	border-left: 0;
	border-right: 0;
	border-top: 0;
	padding: 1.75rem 1.25rem;
	font-size: 2.3rem;
	  line-height: calc(28 / 20);
  color: #2c2c2c;
	  font-family: Calibri-Bold, sans-serif;
}
.woocommerce-account .woocommerce-MyAccount-content{
	  font-size: 2rem;
  line-height: calc(28 / 20);
  color: #2c2c2c;
  font-family: Calibri, sans-serif;
}

.product-shop
  .product-items
  table.table
  tbody
  tr
  td
  .quantity-cart
  form
  .btn-wrap {
  margin-top: 3.05rem !important;
}
.product-shop
  .product-items
  table.table
  tbody
  tr
  td
  .quantity-cart
  form
  .btn-wrap
  .button {
  background-color: transparent;
  color: #ed1846;
  height: auto !important;
  font-size: 2.2rem;
  font-family: Calibri-Bold, sans-serif;
  line-height: calc(32 / 22);
  text-decoration: underline;
  padding: 0;
}
.filters-container
  .yith-wcan-filter
  .filter-content
  ul.filter-items.level-0
  li.filter-item {
  margin-bottom: 4rem;
}
.filters-container
  .yith-wcan-filter
  .filter-content
  ul.filter-items.level-0
  li.filter-item
  a {
  font-size: 2.2rem;
  font-family: Calibri, sans-serif;
  line-height: calc(31 / 22);
  color: #2c2c2c;
  -webkit-text-stroke: 0.4px #2c2c2c;
}
.filters-container
  .yith-wcan-filter
  .filter-content
  ul.filter-items.level-0
  li.filter-item.level-0.opened
  a {
  color: #ed1846;
  -webkit-text-stroke: 0.4px #ed1846;
}
.filters-container
  .yith-wcan-filter
  .filter-content
  ul.filter-items.level-0
  li.filter-item.level-0.opened
  li.level-1 {
  margin-top: 2.6rem;
  transition: 0.2s all ease;
}
.filters-container
  .yith-wcan-filter
  .filter-content
  ul.filter-items.level-0
  li.filter-item.level-0.opened
  li.level-1
  a {
  font-size: 2.2rem;
  font-family: Calibri, sans-serif;
  line-height: calc(31 / 22);
  color: #2c2c2c;
  -webkit-text-stroke: unset;
}
.filters-container
  .yith-wcan-filter
  .filter-content
  ul.filter-items.level-0
  li.filter-item.level-0.opened
  li.level-1.active
  a {
  color: #ed1846;
}

.step-value  .list-value {
        display: flex;
        align-items: center;
        padding: 3.8rem ;
        gap: 3.9rem;
  }
  .step-value .list-value.active{
    background: #28296D;
  }
  .step-value .list-value.active .numb, .step-value .list-value.active .desc{
    color: #fff;
  }
  @media (max-width: 575px) {
    .step-value .list-value{
        padding: 1rem;
    }
  }
  .step-value .list-value div.numb{
    text-align: center;
    color: #A10023;
  }
  .step-value .list-value .desc p{
    margin-bottom: 0;
  }
  @media (max-width: 575px) {
    .step-value .list-value .desc p{
        margin-left: 2rem;
    }
  }
  .cl-262{
	  color: #262626;}
/*# sourceMappingURL=theme.min.css.map */