@font-face {
  font-family: 'SegoeRegular';
  src: url('SegoeUI.woff2') format('woff2'), url('SegoeUI.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SegoeBold';
  src: url('SegoeUI-Bold.woff2') format('woff2'), url('SegoeUI-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --red: #D12529;
  --black: #2D2B2A;
  --pink: #D91979;
  --textgrey: rgba(0, 0, 0, 0.66);
}
a img {
  border: 0px;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
}
select::-ms-expand {
  display: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
input[type=number] {
  -moz-appearance: textfield;
}
::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.hiddenHeader {
  display: none;
}
ul {
  list-style: none;
}
* {
  padding: 0px;
  margin: 0px;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  height: 100%;
  min-height: 100%;
  position: relative;
  width: 100%;
}
body {
  width: 100%;
  -webkit-text-size-adjust: none;
  font-family: 'SegoeUIRegular';
}
#wrapper {
  height: auto;
  min-height: 100%;
  display: flex;
  position: relative;
  width: 100%;
}
.container {
  position: relative;
  margin: auto;
  width: 100%;
  padding: 0px 32px;
}
@media (max-width: 767px) {
  .container {
    padding: 0px 20px;
  }
}
.noBottAppearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.absoluteDivCreate {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.centerBgImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.centeredObjFit {
  object-fit: cover;
  object-position: center center;
}
.centerflex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custbtm {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  background: var(--black);
  height: 41px;
  transition: all .35s;
  border-radius: 0px;
  font-size: 15px;
  font-weight: normal;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  font-family: 'InterstateBold';
  text-transform: uppercase;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
}
.custbtm.grey {
  background: #43403E;
}
.custbtm.lightgrey {
  background: #C0BDBB;
}
.custbtm.white {
  background: #fff;
  color: var(--black);
}
.custbtm.loading {
  pointer-events: none;
}
.custbtm.loading:before {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: var(--black);
}
.custbtm.loading:after {
  margin: auto;
  bottom: 5px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 3px;
  color: #fff;
  pointer-events: none;
  display: block;
  content: '';
  top: 5px;
}
@media (max-width: 767px) {
  .custbtm.loading:after {
    font-size: 3px;
  }
}
.hiddenheader {
  display: none;
}
.onlydevices {
  display: none;
}
@media (max-device-width: 1024px) and (min-device-width: 320px) {
  .onlydevices {
    display: block;
  }
}
.Soon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  text-align: center;
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.Soon:after {
  background: rgba(0, 0, 0, 0.7);
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.Soon .grp {
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 100%;
  z-index: 1;
  position: relative;
  padding: 20px;
}
.Soon .grp > li {
  width: 100%;
}
.Soon .grp > li + li {
  margin-top: 33px;
}
.Soon .logo {
  display: block;
  max-width: 285px;
  position: relative;
  margin: 0px auto 133px;
}
.Soon .logo img {
  width: 100%;
  object-fit: contain;
  display: block;
}
.Soon .foot {
  padding-bottom: 33px;
}
.Soon .title {
  font-size: calc(1 * 46px);
  line-height: 120%;
  font-weight: normal;
  font-family: 'SegoeBold';
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .Soon .title {
    font-size: calc(0.75 * 46px);
  }
}
.Soon .title:before {
  display: block;
  content: '';
  position: relative;
  margin: 0px auto 53px;
  border-bottom: 3px solid var(--red);
  max-width: 108px;
}
.Soon .title:after {
  display: block;
  content: '';
  position: relative;
  margin: 53px auto 0px;
  border-top: 3px solid var(--red);
  max-width: 108px;
}
.Soon .caption {
  font-size: calc(1 * 26px);
  line-height: 120%;
  font-weight: normal;
  font-family: 'SegoeRegular';
  color: #fff;
}
@media (max-width: 767px) {
  .Soon .caption {
    font-size: calc(0.75 * 26px);
  }
}
.Soon .caption a {
  text-decoration: underline;
}
.Soon .more {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
.Soon .btn {
  transition: all 0.35s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-family: 'SegoeBold';
  height: 40px;
  background: var(--red);
  color: #fff;
  font-size: 19px;
  padding: 0px 30px 0px;
}
@media (max-height: 660px) and (min-width: 767.1px) {
  .Soon .title:before {
    margin: 0px auto 37px;
  }
  .Soon .title:after {
    margin: 37px auto 0px;
  }
  .Soon .foot {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .Soon .title:before {
    margin: 0px auto 27px;
    max-width: 87px;
    border-width: 2px;
  }
  .Soon .title:after {
    margin: 27px auto 0px;
    max-width: 87px;
    border-width: 2px;
  }
  .Soon .logo {
    max-width: 198px;
    margin-bottom: 77px;
  }
  .Soon .btn {
    font-size: calc(0.75 * 19px);
    padding: 0px 20px 0px;
    height: 34px;
  }
}
.desktop .Soon .btn:hover {
  background: #fff;
  color: var(--red);
}
