/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
body {
  font-size: 1.375rem;
  line-height: 1.875rem;
}
@media screen and (min-width: 30em) {
  body {
    font-size: 1.6875rem;
    line-height: 2.25rem;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  text-align: center;
  line-height: 1.15;
}

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

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

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

p {
  margin-bottom: 2rem;
}
p:last-child {
  margin-bottom: 0;
}

strong, b {
  font-weight: 900;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.double-margin-bottom {
  margin-bottom: 5rem;
}

.title {
  font-family: "Brandon Grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: 1.2;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  line-height: 1.4;
  font-size: 1.875rem;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 20px;
}
@media screen and (min-width: 30em) {
  .title {
    font-size: 2.5rem;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 40em) {
  .title {
    font-size: 3.75rem;
    margin-bottom: 35px;
  }
}
.title--startnews {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  text-align: center;
  margin-right: -50%;
  width: 100%;
  font-size: 1.875rem;
}
@media screen and (min-width: 56.25em) {
  .title--startnews {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 75em) {
  .title--startnews {
    font-size: 3.75rem;
  }
}

.title--light {
  line-height: 1;
  font-family: "Brandon Grotesque", sans-serif;
  margin-bottom: 0;
  text-decoration: none;
  font-weight: 300;
}

h1, h2, .h1, .h2 {
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (min-width: 30em) {
  h1, h2, .h1, .h2 {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 40em) {
  h1, h2, .h1, .h2 {
    margin-bottom: 35px;
  }
}

.subtitle, h3, .h3 {
  font-family: "Brandon Grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #e62e3e;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 1.375rem;
}
@media print, screen and (min-width: 40em) {
  .subtitle, h3, .h3 {
    font-size: 1.6875rem;
  }
}

a {
  text-decoration: underline;
}
a:hover {
  color: #e62e3e;
}

.link--gray-underline {
  color: #000000;
}

.shadow {
  text-shadow: 1px 1px #888888;
}

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

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

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

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

address {
  font-style: normal;
}

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

.button, .btn.btn-primary, .button--black, .btn.btn-secondary, .button--white {
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  color: #e62e3e;
  line-height: 1.2;
  z-index: 1;
  transition: color 250ms ease-in-out;
  font-weight: 900;
  font-size: 16px;
  border: 3px solid #e62e3e;
}
.button::after, .btn.btn-primary::after, .button--black::after, .btn.btn-secondary::after, .button--white::after {
  content: "";
  position: absolute;
  left: -2px;
  bottom: -2px;
  width: 0;
  height: calc(100% + 4px);
  background-color: #e62e3e;
  z-index: -1;
  transition: width 250ms ease-in-out;
}
.button:hover, .btn.btn-primary:hover, .button--black:hover, .btn.btn-secondary:hover, .button--white:hover, .button:focus, .btn.btn-primary:focus, .button--black:focus, .btn.btn-secondary:focus, .button--white:focus, .button:active, .btn.btn-primary:active, .button--black:active, .btn.btn-secondary:active, .button--white:active {
  color: #fefefe;
}
.button:hover::after, .btn.btn-primary:hover::after, .button--black:hover::after, .btn.btn-secondary:hover::after, .button--white:hover::after, .button:focus::after, .btn.btn-primary:focus::after, .button--black:focus::after, .btn.btn-secondary:focus::after, .button--white:focus::after, .button:active::after, .btn.btn-primary:active::after, .button--black:active::after, .btn.btn-secondary:active::after, .button--white:active::after {
  width: calc(100% + 4px);
}
.button.active, .active.btn.btn-primary, .active.button--black, .active.btn.btn-secondary, .active.button--white {
  color: #fefefe;
}
.button.active::after, .active.btn.btn-primary::after, .active.button--black::after, .active.btn.btn-secondary::after, .active.button--white::after {
  width: calc(100% + 4px);
}
.button--white {
  color: #fefefe;
  border: 3px solid #fefefe;
}
.button--white::after {
  background-color: #fefefe;
}
.button--white:hover, .button--white:focus, .button--white:active {
  color: #e62e3e;
}
.button--white.active {
  color: #e62e3e;
}
.button--download {
  display: flex;
  justify-content: center;
  padding-right: 20px;
}
.button--download:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../Images/icon-download.svg");
  background-repeat: no-repeat;
  background-size: auto;
  display: inline-block;
  float: right;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.button--download:hover:before, .button--download:focus:before, .button--download:active:before {
  background-image: url("../Images/icon-download-red.svg");
}
.button--download.active:before {
  background-image: url("../Images/icon-download-red.svg");
}
@media print, screen and (min-width: 40em) {
  .button--download {
    padding-right: 40px;
  }
}
.button--black, .btn.btn-secondary {
  color: #000000;
  border: 3px solid #000000;
}
.button--black::after, .btn.btn-secondary::after {
  background-color: #000000;
}
.button--black:hover, .btn.btn-secondary:hover, .button--black:focus, .btn.btn-secondary:focus, .button--black:active, .btn.btn-secondary:active {
  color: #fefefe;
}
.button--filled {
  color: #fefefe;
  background-color: #e62e3e;
  transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out;
}
.button--filled:hover, .button--filled:focus, .button--filled.active {
  border-color: rgb(233.8141025641, 77.8858974359, 91.4448717949);
  background-color: rgb(233.8141025641, 77.8858974359, 91.4448717949);
}
.button--filled::after {
  content: none;
}
.button--filled.button--white {
  color: #e62e3e;
  background-color: #fefefe;
}
.button--filled.button--white:hover, .button--filled.button--white:focus, .button--filled.button--white.active {
  border-color: hsl(0, 0%, 106.6078431373%);
  background-color: hsl(0, 0%, 106.6078431373%);
}
.button--filled.button--black, .button--filled.btn.btn-secondary {
  color: #fefefe;
  background-color: #0a0a0a;
}
.button--filled.button--black:hover, .button--filled.btn.btn-secondary:hover, .button--filled.button--black:focus, .button--filled.btn.btn-secondary:focus, .button--filled.button--black.active, .button--filled.active.btn.btn-secondary {
  border-color: rgb(27.85, 27.85, 27.85);
  background-color: rgb(27.85, 27.85, 27.85);
}
@media print, screen and (min-width: 40em) {
  .button, .btn.btn-primary, .button--black, .btn.btn-secondary, .button--white {
    font-size: 20px;
  }
}

.btn {
  background-color: transparent;
}
.btn:hover, .btn:focus, .btn:active {
  background-color: transparent;
}

.scroll-button--arrow {
  display: inline-block;
  font-size: 0;
  color: transparent;
  width: 48px;
  height: 48px;
  line-height: 1;
  background: center no-repeat url("../Images/button-scroll-down-red.svg");
  background-size: 100%;
}

.powermail_morestep {
  padding-bottom: 60px;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .powermail_morestep {
    padding-left: 60px;
    padding-right: 60px;
  }
  .powermail_morestep .result-title {
    margin-bottom: 90px;
  }
}
.powermail_morestep.layout2 .powermail_fieldset .form-radio {
  justify-content: center;
}
.powermail_morestep.layout3 .powermail_fieldset .form-radio {
  justify-content: center;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 40em) {
  .powermail_morestep.layout3 .powermail_fieldset .form-radio .radio {
    width: 30%;
  }
}
.powermail_morestep .powermail_field_error_container {
  display: none;
}
.powermail_morestep > .powermail_message_error + .btn-group button.js-not-seen {
  opacity: 1;
  pointer-events: all;
}
.powermail_morestep > .powermail_message_error {
  list-style: none;
  text-align: center;
}
.powermail_morestep .mandatory {
  display: none;
}
.powermail_morestep .page-fields-container {
  position: relative;
}
.powermail_morestep .powermail_fieldset {
  margin-top: 0 !important;
  overflow: hidden;
  opacity: 0;
  height: 0;
  width: 0;
  transition: opacity 500ms ease-in-out, height 250ms linear 500ms, width 250ms linear 500ms;
}
.powermail_morestep .powermail_fieldset .legend-text-container {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.powermail_morestep .powermail_fieldset .powermail_fieldwrap .powermail_label {
  font-size: 0.8rem;
  margin-bottom: 5px;
  display: block;
}
.powermail_morestep .powermail_fieldset .powermail_fieldwrap .field-group .control-label {
  width: 100%;
  margin-bottom: 32px;
  position: relative;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  hyphens: auto;
}
@media print, screen and (min-width: 40em) {
  .powermail_morestep .powermail_fieldset .powermail_fieldwrap .field-group .control-label {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .powermail_morestep .powermail_fieldset .powermail_fieldwrap .field-group .control-label {
    font-size: 2.9375rem;
    hyphens: none;
  }
}
.powermail_morestep .powermail_fieldset .powermail_fieldwrap {
  width: 100%;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 63.99875em) {
  .powermail_morestep .powermail_fieldset .powermail_fieldwrap {
    text-align: center;
  }
}
.powermail_morestep .powermail_fieldset .powermail_tab_navigation {
  opacity: 0;
  pointer-events: none;
}
.powermail_morestep .powermail_fieldset.js-active-fieldset {
  opacity: 1;
  height: auto;
  width: auto;
  overflow: visible;
  transition: opacity 500ms ease-in-out 1ms, height 1ms linear, width 1ms linear;
  animation-name: slideright;
  animation-duration: 500ms;
  animation-iteration-count: 1;
  margin-bottom: 20px;
}
.powermail_morestep .powermail_fieldset.js-active-fieldset.backwards {
  animation-name: slideleft;
}
.powermail_morestep .powermail_fieldset.js-active-fieldset .powermail_tab_navigation {
  opacity: 1;
  transition: opacity 500ms ease-in-out 500ms;
  pointer-events: all;
}
.powermail_morestep .powermail_fieldset .powermail_fieldwrap_type_check:not(.layout3) .powermail_field {
  padding: 0 20px;
  text-align: left;
}
.powermail_morestep .powermail_fieldset .powermail_fieldwrap_type_check:not(.layout3) .powermail_field .checkbox {
  margin-bottom: 15px;
}
.powermail_morestep .powermail_fieldset .powermail_fieldwrap_type_check:not(.layout3) .powermail_field .checkbox:last-child {
  margin-bottom: 0;
}
.powermail_morestep .powermail_fieldset .powermail_fieldwrap_type_check:not(.layout3) .powermail_field .checkbox input {
  height: 30px;
  width: 30px;
  margin-right: 10px;
  background-color: #fefefe;
  border-radius: 8px;
}
.powermail_morestep .powermail_fieldset .powermail_fieldwrap_type_check:not(.layout3) .powermail_field .checkbox input:checked, .powermail_morestep .powermail_fieldset .powermail_fieldwrap_type_check:not(.layout3) .powermail_field .checkbox input:checked:focus {
  background-color: #fefefe;
  background-image: url("../Images/icon-close-green.svg");
  background-size: 20px;
  background-position-y: 55%;
}
.powermail_morestep .powermail_fieldset .powermail_fieldwrap_type_input input {
  max-width: 285px;
  margin: 10px auto 0;
  padding: 10px;
  box-sizing: border-box;
}
.powermail_morestep .powermail_fieldset .powermail_fieldwrap + .powermail_fieldwrap .powermail_label {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.powermail_morestep .powermail_fieldset .powermail_fieldwrap + .powermail_fieldwrap .powermail_input {
  max-width: 566px;
  width: 100%;
}
.powermail_morestep .powermail_fieldset .powermail_fieldwrap_type_check .powermail_field {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 20px;
}
.powermail_morestep .powermail_fieldset .powermail_legend {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.powermail_morestep .powermail_fieldset .form-radio {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.powermail_morestep .powermail_fieldset .form-radio .radio:first-child {
  margin-left: auto;
}
.powermail_morestep .powermail_fieldset .form-radio .radio:nth-last-of-type(3) label .icon-rating path.balke-02 {
  opacity: 1;
}
.powermail_morestep .powermail_fieldset .form-radio .radio:nth-last-of-type(2) {
  margin-bottom: 0;
}
.powermail_morestep .powermail_fieldset .form-radio .radio:nth-last-of-type(2) label .icon-rating path.balke-02 {
  opacity: 1;
}
.powermail_morestep .powermail_fieldset .form-radio .radio:nth-last-of-type(2) label .icon-rating path.balke-03 {
  opacity: 1;
}
@media print, screen and (min-width: 40em) {
  .powermail_morestep .powermail_fieldset .form-radio {
    flex-direction: row;
  }
  .powermail_morestep .powermail_fieldset .form-radio .radio:nth-last-of-type(2) {
    margin-bottom: 0;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .powermail_morestep .powermail_fieldset .form-radio {
    gap: 50px;
  }
}
.powermail_morestep .powermail_fieldset .radio {
  width: 100%;
  margin-bottom: 20px;
}
.powermail_morestep .powermail_fieldset .radio label {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 165px;
  padding: 25px 25px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(230, 46, 62, 0.1);
  box-sizing: border-box;
  cursor: pointer;
}
@media print, screen and (min-width: 64em) {
  .powermail_morestep .powermail_fieldset .radio label {
    padding: 50px 25px;
  }
}
.powermail_morestep .powermail_fieldset .radio label:hover, .powermail_morestep .powermail_fieldset .radio label:focus, .powermail_morestep .powermail_fieldset .radio label:active {
  color: #fefefe;
  background-color: #e62e3e;
}
.powermail_morestep .powermail_fieldset .radio label:hover .icon-rating path, .powermail_morestep .powermail_fieldset .radio label:focus .icon-rating path, .powermail_morestep .powermail_fieldset .radio label:active .icon-rating path {
  fill: #fefefe;
}
.powermail_morestep .powermail_fieldset .radio label:hover .pseudo-arrow-link:after, .powermail_morestep .powermail_fieldset .radio label:focus .pseudo-arrow-link:after, .powermail_morestep .powermail_fieldset .radio label:active .pseudo-arrow-link:after {
  filter: invert(1);
}
.powermail_morestep .powermail_fieldset .radio label .radio-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  .powermail_morestep .powermail_fieldset .radio label .radio-text {
    height: 100%;
  }
}
.powermail_morestep .powermail_fieldset .radio label .icon-rating {
  width: 38px;
  z-index: 1;
}
.powermail_morestep .powermail_fieldset .radio label .icon-rating path {
  fill: #e62e3e;
}
.powermail_morestep .powermail_fieldset .radio label .icon-rating path.balke-02 {
  opacity: 0.1;
}
.powermail_morestep .powermail_fieldset .radio label .icon-rating path.balke-03 {
  opacity: 0.1;
}
@media print, screen and (min-width: 64em) {
  .powermail_morestep .powermail_fieldset .radio label .icon-rating {
    width: 46px;
  }
}
.powermail_morestep .powermail_fieldset .radio label .pseudo-arrow-link {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
  display: flex;
  z-index: 1;
}
.powermail_morestep .powermail_fieldset .radio label .pseudo-arrow-link:after {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-top: 1px;
  display: block;
  content: "";
  background-image: url("../Images/employerbranding-arrow-right.svg");
  background-size: 10px 20px;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 40em) {
  .powermail_morestep .powermail_fieldset .radio label .pseudo-arrow-link {
    margin-top: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .powermail_morestep .powermail_fieldset .radio label .pseudo-arrow-link {
    font-size: 1.25rem;
  }
  .powermail_morestep .powermail_fieldset .radio label .pseudo-arrow-link:after {
    width: 25px;
    height: 25px;
    margin-left: 16px;
    background-size: 14px 25px;
    background-repeat: no-repeat;
  }
}
.powermail_morestep .powermail_fieldset .radio input, .powermail_morestep .powermail_fieldset .radio input:hover, .powermail_morestep .powermail_fieldset .radio input:focus, .powermail_morestep .powermail_fieldset .radio input:active {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border: none;
  background-color: transparent;
  border-radius: 0;
  display: none;
}
.powermail_morestep .powermail_fieldset .radio input:checked, .powermail_morestep .powermail_fieldset .radio input:checked:focus {
  background-color: #e62e3e;
  color: #fefefe;
  background-image: none;
  appearance: none;
  z-index: 0;
  display: block;
}
.powermail_morestep .powermail_fieldset .radio input:checked + .radio-text, .powermail_morestep .powermail_fieldset .radio input:checked:focus + .radio-text {
  position: relative;
  z-index: 2;
  color: #fefefe;
}
.powermail_morestep .powermail_fieldset .radio input:checked + .radio-text .pseudo-arrow-link:after, .powermail_morestep .powermail_fieldset .radio input:checked:focus + .radio-text .pseudo-arrow-link:after {
  filter: invert(1);
}
.powermail_morestep .powermail_fieldset .radio .icon-rating:has(+ input:checked) path, .powermail_morestep .powermail_fieldset .radio .icon-rating:has(+ input:checked:focus) path {
  fill: #fefefe;
}
.powermail_morestep .powermail_fieldset .radio span {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 10px;
}
.powermail_morestep .powermail_fieldset .radio span span {
  font-size: 1.75rem;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .powermail_morestep .powermail_fieldset .radio span span {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .powermail_morestep .powermail_fieldset .radio {
    width: 33%;
    margin-bottom: 0;
    aspect-ratio: auto;
  }
}
.powermail_morestep .powermail_fieldwrap_type_radio .powermail_field {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.powermail_morestep .parsley-errors-list {
  list-style: none;
  padding-left: 0;
}
.powermail_morestep .parsley-errors-list li {
  font-size: 0.8em !important;
}
.powermail_morestep .btn-group {
  position: absolute;
  justify-content: center;
  gap: 10px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  overflow-x: auto;
  display: flex;
  z-index: 1;
}
.powermail_morestep .btn-group button {
  width: 9px;
  height: 9px;
  margin-bottom: 10px;
  padding: 0;
  background: #0a0a0a;
  border: none;
  border-radius: 2rem;
  cursor: pointer;
}
.powermail_morestep .btn-group button:after {
  display: none;
}
.powermail_morestep .btn-group button.js-not-seen {
  opacity: 0.5;
  pointer-events: none;
}
.powermail_morestep .btn-group button.active {
  opacity: 1;
  background: #e62e3e;
}
.powermail_morestep .js-form-next-button {
  width: 100%;
  overflow: hidden;
  opacity: 1;
  height: 1.5em;
  margin-top: 1rem;
  transition: opacity 250ms ease-in-out 200ms, height 200ms linear, width 1ms linear;
}
.powermail_morestep .js-form-next-button.notactive {
  opacity: 0;
  height: 0;
  width: 0;
  transition: opacity 250ms ease-in-out, height 100ms linear 250ms, width 1ms linear 600ms;
}
.powermail_morestep .powermail_tab_navigation {
  position: absolute;
  bottom: -45px;
  left: 0;
  margin-bottom: 0;
}
.powermail_morestep .powermail_tab_navigation .button-prev, .powermail_morestep .powermail_tab_navigation .button-next {
  width: 14px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  font-size: 0;
}
.powermail_morestep .powermail_tab_navigation .button-prev:after, .powermail_morestep .powermail_tab_navigation .button-next:after {
  position: relative;
  top: 2px;
  width: 14px;
  height: 25px;
  background-size: 14px 25px;
  background-repeat: no-repeat;
  display: inline-block;
  content: "";
  transition: transform 200ms ease-in-out;
}
.powermail_morestep .powermail_tab_navigation .button-prev.inactive, .powermail_morestep .powermail_tab_navigation .button-next.inactive {
  opacity: 0.5;
  pointer-events: none;
}
.powermail_morestep .powermail_tab_navigation .button-prev {
  left: 0;
}
.powermail_morestep .powermail_tab_navigation .button-prev:after {
  background-image: url("../Images/employerbranding-arrow-left.svg");
}
.powermail_morestep .powermail_tab_navigation .button-next {
  right: 0;
}
.powermail_morestep .powermail_tab_navigation .button-next:after {
  background-image: url("../Images/employerbranding-arrow-right.svg");
}
@media print, screen and (min-width: 40em) {
  .powermail_morestep .powermail_tab_navigation {
    bottom: -80px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .powermail_morestep .powermail_tab_navigation {
    top: auto;
  }
  .powermail_morestep .powermail_tab_navigation .button-prev, .powermail_morestep .powermail_tab_navigation .button-next {
    width: 14px;
  }
  .powermail_morestep .powermail_tab_navigation .button-prev::after, .powermail_morestep .powermail_tab_navigation .button-next::after {
    width: 14px;
    height: 25px;
    background-size: 14px 25px;
  }
  .powermail_morestep .powermail_tab_navigation .button-prev {
    left: 0;
  }
  .powermail_morestep .powermail_tab_navigation .button-prev :after {
    background-image: url("../Images/employerbranding-arrow-left.svg");
  }
  .powermail_morestep .powermail_tab_navigation .button-next {
    right: 0;
  }
  .powermail_morestep .powermail_tab_navigation .button-next :after {
    background-image: url("../Images/employerbranding-arrow-right.svg");
  }
}

@keyframes slideright {
  from {
    transform: translateX(50px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideleft {
  from {
    transform: translateX(-50px);
  }
  to {
    transform: translateX(0);
  }
}