.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.33333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.42857143%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

body {
  background: #F7F7F7;
}

.start-hide {
  display: none;
}

.start-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 56px);
  position: relative;
  overflow: hidden;
  width: 100%;
}

.start-step__content {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 48px 16px 96px;
  order: 1;
}

.start-step__content h1 {
  font-family: "Roboto Medium", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 32px;
}

.start-step__content .desc {
  margin-bottom: 48px;
}

.start-btn {
  align-items: center;
  background: #5AE4AA;
  border: 0;
  border-radius: 24px;
  color: #181818;
  cursor: pointer;
  display: flex;
  font-family: "Roboto Medium", sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  min-width: 224px;
  padding: 0 24px;
  justify-content: center;
  outline: 0;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.start-btn:hover, .start-btn:focus {
  background: #22D087;
  color: #181818;
}

.step-btn {
  border: 1px solid #5AE4AA;
  transition: background .1s ease-in-out, border .1s ease-in-out, color .1s ease-in-out;
}

.step-btn:hover {
  background: #22D087;
  color: #181818;
}

.step-btn:disabled {
  background-color: transparent !important;
  border-color: #dbdbdb;
  color: #ADADAD !important;
}

.step-btn:disabled:hover, .step-btn:disabled:focus {
  background-color: transparent !important;
  border-color: #dbdbdb;
  color: #ADADAD !important;
}

.start-step__container {
  order: 1;
}

.start-step__media {
  background: #181818;
  position: relative;
  overflow: hidden;
  height: 250px;
  width: 100%;
}

.start-step__media img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity .15s ease-in-out;
}

.start-step__media img.loaded {
  opacity: 1;
}

.brandplate-configurator__body {
  display: none;
}

.brandplate-configurator__body.is-active {
  display: block;
  min-height: calc(100vh - 56px);
}

.step-block {
  display: none;
}

.step-block.is-active {
  display: block;
}

.tns-fadeOut {
  z-index: 1;
}

.tns-slide-active {
  z-index: 2;
}

.tns-gallery > .tns-item {
  height: 100%;
  position: absolute;
  left: 0;
  transition: transform 0s, opacity 1s;
}

.tns-ovh,
.tns-inner,
.tns-gallery {
  display: flex;
  height: 100%;
  width: 100%;
}

.tns-outer {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tns-nav {
  text-align: center;
  bottom: 32px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  z-index: 3;
}

.tns-nav button {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 0;
  margin: 4px;
  height: 8px;
  padding: 0;
  outline: 0;
  width: 8px;
}

.tns-nav .tns-nav-active {
  background: #fff;
}

@media (min-width: 576px) {
  .start-step__content h1 {
    font-size: 32px;
  }
  .start-step__media {
    height: 309px;
  }
  .tns-nav {
    bottom: 48px;
  }
}

@media (min-width: 768px) {
  .start-step__content {
    text-align: center;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    margin-left: 8.33333333%;
    padding: 80px 16px 96px;
  }
  .start-step__media {
    height: 543px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .start-step__btn {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .start-step {
    flex-direction: row;
  }
  .start-step__content {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    margin-left: 0;
    order: 0;
    padding: 0 16px;
    text-align: left;
  }
  .start-step__content h1 {
    font-size: 40px;
  }
  .start-step__container {
    order: 0;
  }
  .start-step__media {
    right: 0;
    top: 0;
    height: 100%;
    position: absolute;
    width: 50%;
  }
  .tns-nav {
    bottom: 64px;
  }
}

@media (min-width: 1200px) {
  .start-step__content h1 {
    font-size: 48px;
  }
  .tns-nav {
    bottom: 96px;
  }
}

@media (min-width: 1504px) {
  .start-step__content {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    margin-left: 8.33333333%;
  }
}
