@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important
  }
  tr,
  img {
    page-break-inside: avoid
  }
  img {
    max-width: 100% !important
  }
}

*:before,
*:after {
  box-sizing: border-box
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }
  to {
    background-position: 0 0
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }
  to {
    background-position: 0 0
  }
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1 !important
  }
  50% {
    opacity: 0.5 !important
  }
  100% {
    opacity: 0 !important
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1 !important
  }
  50% {
    opacity: 0.5 !important
  }
  100% {
    opacity: 0 !important
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  50% {
    opacity: 0.5
  }
  100% {
    opacity: 1 !important
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  50% {
    opacity: 0.5
  }
  100% {
    opacity: 1 !important
  }
}
@-webkit-keyframes fadeOutToNone {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0.5
  }
  100% {
    display: none !important;
    opacity: 0
  }
}
@keyframes fadeOutToNone {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0.5
  }
  100% {
    display: none !important;
    opacity: 0
  }
}
@-webkit-keyframes fadeInAppear {
  0% {
    opacity: 0;
    display: inline-block !important
  }
  50% {
    opacity: 0.5;
    display: inline-block !important
  }
  100% {
    opacity: 1;
    display: inline-block !important
  }
}
@keyframes fadeInAppear {
  0% {
    opacity: 0;
    display: inline-block !important
  }
  50% {
    opacity: 0.5;
    display: inline-block !important
  }
  100% {
    opacity: 1;
    display: inline-block !important
  }
}
.fade-out-disappear {
  -webkit-animation: fadeOutToNone 0.5s ease-in-out forwards;
  animation: fadeOutToNone 0.5s ease-in-out forwards
}
.fade-in-appear {
  -webkit-animation: fadeInAppear 0.5s ease-in-out 0.6s forwards;
  animation: fadeInAppear 0.5s ease-in-out 0.6s forwards
}
.fade-out {
  -webkit-animation: fadeOut 0.5s ease-in-out 1 forwards;
  animation: fadeOut 0.5s ease-in-out 1 forwards
}
.fade-in {
  -webkit-animation: fadeIn 0.5s ease-in-out 0.6s forwards;
  animation: fadeIn 0.5s ease-in-out 0.6s forwards
}
.content-wrapper {
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
@-webkit-keyframes standard {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes standard {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.section {
  position: relative
}
.section.-steps {
  z-index: 16
}
.section.-values .value-desc {
  font-size: 16px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5)
}
.section.-values .value-desc.-white {
  color: #fff
}
.section.-mobile-only {
  display: none;
  height: 210px !important;
  line-height: 20px !important;
  border-bottom: 1px solid #e1e1e1
}
.section.-mobile-only .container {
  padding-top: 25px;
  padding-bottom: 25px;
  max-width: 100% !important
}
.section.-mobile-only .container h1 {
  font-size: 30px;
  font-size: 1.875rem
}
@media only screen and (max-width: 768px) {
  .section.-mobile-only {
    display: block
  }
}
.section.-promocode {
  background-image: url("/images/promocode.1b2b8c8d.png");
  padding-bottom: 170px;
  padding-left: 50px;
  padding-right: 50px;
  color: #fff;
  z-index: 20
}
.section.-main-full {
  height: 100vh
}
.section.-full {
  min-height: 600px;
  min-height: 100vh
}
.section.-white {
  background: white
}
.section.-steps {
  background: url("../images/resume-bg-01.fa26d15b.jpg");
  overflow-x: hidden
}
.v-base {
  display: table;
  width: 100%;
  height: 100vh
}
@media only screen and (max-width: 992px) {
  .v-base {
    padding-top: 40px;
    padding-bottom: 40px
  }
}
@media only screen and (max-width: 768px) {
  .v-base {
    height: auto !important
  }
}
.v-base.-h50 {
  height: 50vh
}
.v-middle {
  display: table-cell;
  vertical-align: middle
}
.v-bottom {
  display: table-cell;
  vertical-align: bottom
}
@-webkit-keyframes gotosection {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }
  50% {
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px)
  }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }
}
@keyframes gotosection {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }
  50% {
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px)
  }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }
}
.step-screen {
  padding-right: 0px;
  max-width: 550px;
  width: 30%;
  position: absolute;
  top: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.step-screen h2+p {
  max-width: 320px
}
.step-screen>div {
  position: relative !important
}
@media only screen and (max-width: 768px) {
  .step-screen {
    max-width: 100%;
    padding: 0;
    width: 100%
  }
}
.step-image {
  width: 520px;
  position: absolute;
  left: 50%;
  text-align: left;
  margin-left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}
.step-image img {
  max-width: 519px;
}
@media only screen and (max-width: 992px) {
  .step-image img {
    max-width: 100%
  }
}
@media only screen and (max-width: 768px) {
  .step-image {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)" !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
    width: 100%;
    text-align: center
  }
}
.step-image.centered {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.steps-container h2 {
  font-size: 32px;
  font-size: 2rem
}
.steps-container p {
  font-size: 16px;
  font-size: 1rem
}
.steps-container.visible-steps .step-image.is-fixed {
  position: static
}
@media only screen and (max-width: 992px) {
  .steps-container {
    display: none
  }
}
.steps-container .progress-bullets {
  position: fixed;
  top: calc(50% - 48px);
  right: 48px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  webkit-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=0);
  opacity: 0
}
.steps-container .progress-bullets.loaded {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=100);
  opacity: 1
}
.steps-container .progress-bullets .circle {
  width: 8px;
  height: 8px;
  background-color: #B6B4B9;
  border-radius: 50%;
  margin: 10px 0;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}
@media (max-width: 1260px) {
  .steps-container .progress-bullets {
    display: none
  }
}
.steps-container-mobile {
  display: block;
  padding-bottom: 40px;
  z-index: 19
}
.steps-container-mobile .steps-mobile-image {
  position: relative;
  margin-bottom: 70px
}
.steps-container-mobile h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 1.5rem
}
.steps-container-mobile p {
  margin-bottom: 40px
}
@media only screen and (min-width: 993px) {
  .steps-container-mobile {
    display: none
  }
}
.steps-circles a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  margin-right: 5px
}
.steps-circles a:hover {
  background: rgba(255, 255, 255, 0.3)
}
.steps-circles a.current {
  color: #333;
  background: #fff
}
.v-middle-image {
  position: absolute;
  top: 50%;
  webkit-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  webkit-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
