@charset "UTF-8";
/*------------------------------------*\
    #Fonts
\*------------------------------------*/
/* Regular Weight (400) */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("https://www.tetrapak.com/res/fonts/montserrat-v25-latin-regular.eot");
  src: url("https://www.tetrapak.com/res/fonts/montserrat-v25-latin-regular.eot?#iefix") format("embedded-opentype"), url("https://www.tetrapak.com/res/fonts/montserrat-v25-latin-regular.woff2") format("woff2"), url("https://www.tetrapak.com/res/fonts/montserrat-v25-latin-regular.woff") format("woff");
  font-display: swap;
}
/* Medium Weight (500) */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("https://www.tetrapak.com/res/fonts/montserrat-v25-latin-500.eot");
  src: url("https://www.tetrapak.com/res/fonts/montserrat-v25-latin-500.eot?#iefix") format("embedded-opentype"), url("https://www.tetrapak.com/res/fonts/montserrat-v25-latin-500.woff2") format("woff2"), url("https://www.tetrapak.com/res/fonts/montserrat-v25-latin-500.woff") format("woff");
  font-display: swap;
}
/* Bold Weight (700) */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("https://www.tetrapak.com/res/fonts/montserrat-v25-latin-700.eot");
  src: url("https://www.tetrapak.com/res/fonts/montserrat-v25-latin-700.eot?#iefix") format("embedded-opentype"), url("https://www.tetrapak.com/res/fonts/montserrat-v25-latin-700.woff2") format("woff2"), url("https://www.tetrapak.com/res/fonts/montserrat-v25-latin-700.woff") format("woff");
  font-display: swap;
}
/*@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('https://www.tetrapak.com/res/fonts/montserrat-v25-latin-regular.eot');
    src: local(''),
         url('https://www.tetrapak.com/res/fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'),
         url('https://www.tetrapak.com/res/fonts/montserrat-v25-latin-regular.woff2') format('woff2'),
         url('https://www.tetrapak.com/res/fonts/montserrat-v25-latin-regular.woff') format('woff');
     font-display: swap;
  }

  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('https://www.tetrapak.com/res/fonts/montserrat-v25-latin-500.eot');
    src: local(''),
         url('https://www.tetrapak.com/res/fonts/montserrat-v25-latin-500.eot?#iefix') format('embedded-opentype'),
         url('https://www.tetrapak.com/res/fonts/montserrat-v25-latin-500.woff2') format('woff2'),
         url('https://www.tetrapak.com/res/fonts/montserrat-v25-latin-500.woff') format('woff');
     font-display: swap;
  }

  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('https://www.tetrapak.com/res/fonts/montserrat-v25-latin-700.eot');
    src: local(''),
         url('https://www.tetrapak.com/res/fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'),
         url('https://www.tetrapak.com/res/fonts/montserrat-v25-latin-700.woff2') format('woff2'),
         url('https://www.tetrapak.com/res/fonts/montserrat-v25-latin-700.woff') format('woff');
     font-display: swap;
  }
*/
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("https://www.tetrapak.com/res/fonts/notosans-regular.eot");
  src: local(""), url("https://www.tetrapak.com/res/fonts/notosans-regular.eot?#iefix") format("embedded-opentype"), url("https://www.tetrapak.com/res/fonts/notosans-regular.woff2") format("woff2"), url("https://www.tetrapak.com/res/fonts/notosans-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: url("https://www.tetrapak.com/res/fonts/notosans-500.eot");
  src: local(""), url("https://www.tetrapak.com/res/fonts/notosans-500.eot?#iefix") format("embedded-opentype"), url("https://www.tetrapak.com/res/fonts/notosans-500.woff2") format("woff2"), url("https://www.tetrapak.com/res/fonts/notosans-500.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("https://www.tetrapak.com/res/fonts/notosans-700.eot");
  src: local(""), url("https://www.tetrapak.com/res/fonts/notosans-700.eot?#iefix") format("embedded-opentype"), url("https://www.tetrapak.com/res/fonts/notosans-700.woff2") format("woff2"), url("https://www.tetrapak.com/res/fonts/notosans-700.woff") format("woff");
  font-display: swap;
}
/* Border Radius */
/*
 * Text Link Colors
 * 1) These are for linked text, such as a link found within an article,
 *    navigation link, footer link, etc.
 */
/*
 * Border Colors
 * 1) Border colors are used as decoration or dividers, such as as a seperator
 *    for navigation items, block borders, etc.
 */
/**
 * Animation Duration
 */
/**
  * Animation Easing
  */
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

ol,
ul, button, th, td, i, strong, b, footer, header, aside, nav, article, section, a, p, span, div, h6, h5, h4, h3, h2, h1 {
  padding: 0;
  margin: 0;
  border: 0;
}

/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
.hero {
  font-size: 4.2857142857rem;
  line-height: 4.2857142857;
  font-weight: normal;
}

h1,
[role=heading][aria-level="1"] {
  font-size: 3rem;
  font-weight: lighter;
}

h2,
[role=heading][aria-level="2"] {
  font-size: 2.2857142857rem;
  font-weight: lighter;
}

h3,
[role=heading][aria-level="3"] {
  font-size: 1.7142857143rem;
  font-weight: lighter;
}

h4,
[role=heading][aria-level="4"] {
  font-size: 1.2857142857rem;
  font-weight: lighter;
}

.font-style-sm {
  font-size: 0.8571428571rem;
  font-weight: normal;
}

.font-style-xs {
  font-size: 0.7142857143rem;
  font-weight: normal;
}

html {
  line-height: 1.7142857143;
  font-size: 14px;
}
@media (min-width: 1024px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  html {
    font-size: 14px;
  }
}

*:focus:not(.focus-visible),
input.focus-visible:focus {
  outline: none;
}

[tabindex]:not(.modal),
button {
  cursor: pointer;
}

body {
  background: #f6f6f6;
  color: #4a4a4a;
  font-family: "Montserrat", Arial;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
}

a {
  color: #023f88;
  font-family: "Montserrat", Arial;
  display: inline-block;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
a:hover {
  color: #00BDF2;
  text-decoration: none;
}

button {
  background-color: transparent;
  color: #4a4a4a;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
}

iframe {
  margin-bottom: 24px;
}

select.form-control {
  padding-right: 1.7142857143rem;
}

select::-ms-expand {
  display: none;
}

figure {
  margin-bottom: 24px;
}
figure img {
  margin-bottom: 16px;
}

figcaption {
  font-style: italic;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th,
td {
  text-align: left;
  white-space: nowrap;
}

[role=main] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.semi-bold {
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.tp-container {
  padding: 0 1.0714285714rem;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .tp-container {
    max-width: 102.8571428571rem;
    margin: 0 auto;
  }
}
.tp-container .row {
  margin-left: -1.0714285714rem;
  margin-right: -1.0714285714rem;
}
.tp-container .row.g-0 {
  margin-right: 0;
  margin-left: 0;
}
.tp-container .row .tp-column__sidenav {
  padding-left: 0;
}

.tp-column__content, .tp-column__notif {
  padding: 0 1.1428571429rem;
}
@media (min-width: 1024px) {
  .tp-column__content, .tp-column__notif {
    padding: 0 1.7142857143rem;
  }
}
.tp-column__content {
  margin-top: 6.4285714286rem;
}
@media (min-width: 1024px) {
  .tp-column__content {
    margin-top: 6.4285714286rem;
    padding-left: 18.8571428571rem;
  }
}
.tp-column__content.col-lg-2 {
  max-width: 53.4722222222;
}
@media (min-width: 1024px) {
  .tp-column__notif {
    max-width: 30.9722222222;
  }
}

.form-element {
  position: relative;
}
.form-element__icon {
  right: 0.5714285714rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-control[readonly] {
  background-color: transparent;
}

.tp-page-title {
  margin-bottom: 1.1428571429rem;
  margin-top: 1.1428571429rem;
}
@media (min-width: 1024px) {
  .tp-page-title {
    margin-bottom: 1.7142857143rem;
    margin-top: 1.7142857143rem;
  }
}

.tp-modal-content {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.2857142857rem;
  border-color: transparent;
}

@media (min-width: 576px) and (max-width: 1023px) {
  .tp-modal-dialog {
    margin: 1.1428571429rem auto;
  }
}
@media (min-width: 1024px) {
  .tp-modal-dialog {
    margin: 1.7142857143rem auto;
  }
}

.width-100 {
  width: 100%;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  vertical-align: unset;
}

.custom-scrollbar {
  overflow: auto;
}
@media (min-width: 1024px) {
  .custom-scrollbar {
    overflow: hidden;
  }
  .custom-scrollbar:hover {
    overflow: auto;
  }
}
.custom-scrollbar, .custom-scrollbar-horizontal, .custom-scrollbar-vertical {
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1024px) {
  .custom-scrollbar:not(.native)::-webkit-scrollbar, .custom-scrollbar-horizontal:not(.native)::-webkit-scrollbar, .custom-scrollbar-vertical:not(.native)::-webkit-scrollbar {
    width: 0.5714285714rem;
  }
  .custom-scrollbar:not(.native)::-webkit-scrollbar-track, .custom-scrollbar-horizontal:not(.native)::-webkit-scrollbar-track, .custom-scrollbar-vertical:not(.native)::-webkit-scrollbar-track {
    background-color: #e5e5e5;
  }
  .custom-scrollbar:not(.native)::-webkit-scrollbar-thumb, .custom-scrollbar-horizontal:not(.native)::-webkit-scrollbar-thumb, .custom-scrollbar-vertical:not(.native)::-webkit-scrollbar-thumb {
    background-color: #9d9d9d;
  }
}
.custom-scrollbar-horizontal, .custom-scrollbar-vertical {
  overflow: hidden;
}
.custom-scrollbar-horizontal {
  overflow-x: auto;
}
@media (min-width: 1024px) {
  .custom-scrollbar-horizontal {
    overflow-x: hidden;
  }
  .custom-scrollbar-horizontal:not(.native)::-webkit-scrollbar {
    height: 0.5714285714rem;
  }
  .custom-scrollbar-horizontal:not(.native)::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .custom-scrollbar-horizontal:hover {
    overflow-x: auto;
  }
  .custom-scrollbar-horizontal.on {
    overflow-x: auto;
  }
}
.custom-scrollbar-vertical {
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .custom-scrollbar-vertical {
    overflow-y: hidden;
  }
  .custom-scrollbar-vertical:hover {
    overflow-y: auto;
  }
}

@media (min-width: 1024px) {
  .custom-scrollbar .custom-scrollbar-content, .custom-scrollbar-vertical .custom-scrollbar-content {
    margin-right: -0.5714285714rem;
  }
}
@media (min-width: 1024px) {
  .native:not(.tablet) .custom-scrollbar-content {
    margin-right: -17px;
  }
}

.tpatom-heading,
.tpatom-subheading {
  padding: 0;
}

.tpatom-heading {
  font-size: 1.7142857143rem;
  line-height: 1.3333333333;
}
@media (min-width: 1024px) {
  .tpatom-heading {
    font-size: 2.2857142857rem;
    line-height: 1.25;
  }
}
.tpatom-heading--hero {
  font-size: 2rem;
  line-height: 1.1428571429;
}
@media (min-width: 992px) {
  .tpatom-heading--hero {
    font-size: 4.2857142857rem;
    line-height: 1.1666666667;
  }
}
.tpatom-heading--large {
  font-size: 2rem;
  line-height: 1.2857142857;
}
@media (min-width: 992px) {
  .tpatom-heading--large {
    font-size: 2.8571428571rem;
    line-height: 1.05;
  }
}
.tpatom-heading--regular {
  font-size: 2rem;
  line-height: 1.2857142857;
}
@media (min-width: 992px) {
  .tpatom-heading--regular {
    font-size: 2.2857142857rem;
    line-height: 1.25;
  }
}
.tpatom-heading--small {
  font-size: 1.7142857143rem;
  line-height: 1.3333333333;
}
@media (min-width: 992px) {
  .tpatom-heading--small {
    font-size: 1.2857142857rem;
  }
}
.tpatom-heading--small-flat {
  font-size: 1.7142857143rem;
  line-height: 1.3333333333;
}

.tpatom-subheading {
  font-size: 0.8571428571rem;
  line-height: 1.6666666667;
  letter-spacing: 0.0714285714rem;
}

.tpatom-contrast-layer {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tpatom-contrast-layer--flat {
  background-color: rgba(0, 0, 0, 0.3);
}
.tpatom-contrast-layer--gradient-to-right {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
}
.tpatom-contrast-layer--gradient-to-left {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
}

.tpatom-checkbox__label {
  margin-bottom: 0.5714285714rem;
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tpatom-checkbox__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.tpatom-checkbox__input + .icon::before {
  display: none;
}
.tpatom-checkbox__input:checked + .icon::before {
  display: inline-block;
}
.tpatom-checkbox__input[disabled] ~ .tpatom-checkbox__icon, .tpatom-checkbox__input[disabled] ~ .tpatom-checkbox__text {
  cursor: not-allowed;
  opacity: 0.4;
}
.tpatom-checkbox__icon {
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  border-radius: 0.2857142857rem;
  padding: 0.1428571429rem;
  margin-top: 0.1428571429rem;
  margin-right: 0.5714285714rem;
  display: inline-block;
  border: 1px solid #777777;
  color: #777777;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tpatom-checkbox__icon::before {
  font-size: 1rem;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.tpatom-checkbox__text {
  font-size: 1rem;
  line-height: 1.7142857143;
}

.tpatom-btn--transparent, .tpatom-btn--datepicker,
.tpatom-link--transparent,
.tpatom-link--datepicker, .tpatom-btn--secondary,
.tpatom-link--secondary, .tpatom-btn--primary,
.tpatom-link--primary {
  font-size: 1rem;
  padding: 0.9285714286rem 0.8571428571rem;
  line-height: 1;
}
.tpatom-btn--transparent .icon, .tpatom-btn--datepicker .icon,
.tpatom-link--transparent .icon,
.tpatom-link--datepicker .icon, .tpatom-btn--secondary .icon,
.tpatom-link--secondary .icon, .tpatom-btn--primary .icon,
.tpatom-link--primary .icon {
  font-size: 1.1428571429rem;
  line-height: 0.875;
  display: inline-block;
  vertical-align: top;
}
.tpatom-btn--transparent .icon::before, .tpatom-btn--datepicker .icon::before,
.tpatom-link--transparent .icon::before,
.tpatom-link--datepicker .icon::before, .tpatom-btn--secondary .icon::before,
.tpatom-link--secondary .icon::before, .tpatom-btn--primary .icon::before,
.tpatom-link--primary .icon::before {
  font-size: 1.1428571429rem;
  height: 1.1428571429rem;
  margin-left: 0.2857142857rem;
  display: inline-block;
}
.tpatom-btn--transparent span, .tpatom-btn--datepicker span,
.tpatom-link--transparent span,
.tpatom-link--datepicker span, .tpatom-btn--secondary span,
.tpatom-link--secondary span, .tpatom-btn--primary span,
.tpatom-link--primary span {
  margin-right: 0.2857142857rem;
  line-height: 1;
  vertical-align: top;
  display: inline-block;
}
.tpatom-btn--transparent span.sly-text, .tpatom-btn--datepicker span.sly-text,
.tpatom-link--transparent span.sly-text,
.tpatom-link--datepicker span.sly-text, .tpatom-btn--secondary span.sly-text,
.tpatom-link--secondary span.sly-text, .tpatom-btn--primary span.sly-text,
.tpatom-link--primary span.sly-text {
  margin-right: 0;
}

.is-touch .tpatom-btn--primary:hover,
.is-touch .tpatom-link--primary:hover, .tpatom-btn--primary, .tpatom-btn--primary[disabled]:hover,
.tpatom-link--primary,
.tpatom-link--primary[disabled]:hover {
  background-color: #023f88;
  color: #ffffff;
}

.is-touch .tpatom-btn--secondary:hover,
.is-touch .tpatom-link--secondary:hover, .tpatom-btn--secondary, .tpatom-btn--secondary[disabled]:hover,
.tpatom-link--secondary,
.tpatom-link--secondary[disabled]:hover {
  background-color: #f6f6f6;
  color: #023f88;
}

.tpatom-btn--primary:hover,
.tpatom-link--primary:hover {
  background-color: #00BDF2;
  color: #ffffff;
}

.tpatom-btn--secondary:hover,
.tpatom-link--secondary:hover {
  background-color: #e5e5e5;
  color: #023f88;
}

.tpatom-btn--settings,
.tpatom-link--settings, .tpatom-btn--close,
.tpatom-link--close {
  width: 3.2857142857rem;
  height: 3.2857142857rem;
  color: #4a4a4a;
}

.tpatom-btn,
.tpatom-link {
  cursor: pointer;
}
.tpatom-btn[disabled],
.tpatom-link[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
}
.tpatom-btn--primary,
.tpatom-link--primary {
  border-radius: 4px;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}
.tpatom-btn--secondary,
.tpatom-link--secondary {
  border-radius: 4px;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}
.tpatom-btn--transparent, .tpatom-btn--datepicker,
.tpatom-link--transparent,
.tpatom-link--datepicker {
  background: none;
  border: 0;
  padding: 0;
  color: #023f88;
}
.tpatom-btn--datepicker,
.tpatom-link--datepicker {
  padding: 0.9285714286rem 0.8571428571rem;
  font-size: 0.8571428571rem;
  color: #4a4a4a;
  border: 1px solid #777777;
  line-height: 1;
  border-radius: 4px;
}
.tpatom-btn--datepicker .icon::before,
.tpatom-link--datepicker .icon::before {
  margin: 0;
}
.tpatom-btn--close,
.tpatom-link--close {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .tpatom-btn--close,
  .tpatom-link--close {
    top: 0.5714285714rem;
    right: 0.5714285714rem;
  }
}
.tpatom-btn--close .icon,
.tpatom-link--close .icon {
  font-size: 1.1428571429rem;
  width: 1.1428571429rem;
  height: 1.1428571429rem;
}
.tpatom-btn--settings .icon,
.tpatom-link--settings .icon {
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
}
.tpatom-btn--pagination,
.tpatom-link--pagination {
  padding: 0 0.2857142857rem;
  font-size: 1rem;
  line-height: 1.7142857143;
  border-radius: 0.2857142857rem;
  min-width: 1.7142857143rem;
  color: #023f88;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}
.tpatom-btn--pagination:hover:not([disabled]),
.tpatom-link--pagination:hover:not([disabled]) {
  color: #3280E1;
  font-weight: bold;
}
.tpatom-btn--pagination.active,
.tpatom-link--pagination.active {
  background-color: #023f88;
  color: #ffffff;
}
.tpatom-btn--calendar,
.tpatom-link--calendar {
  width: 1.7142857143rem;
  height: 1.7142857143rem;
  position: relative;
  border-radius: 50%;
  background-color: #4a4a4a;
  color: #ffffff;
}
.tpatom-btn--calendar .icon,
.tpatom-link--calendar .icon {
  font-size: 0.8571428571rem;
  height: 1.0714285714rem;
  width: 100%;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.tpatom-input-box {
  position: relative;
}
.tpatom-input-box__text {
  line-height: 1.7142857143;
  margin-bottom: 0;
  color: #333333;
}
@media (min-width: 1024px) {
  .tpatom-input-box__text {
    margin-top: 1.1428571429rem;
  }
}
.tpatom-input-box__input {
  border: 1px solid #777777;
  border-radius: 0.2857142857rem;
  padding: 0.5714285714rem;
  line-height: 1.5714285714;
  width: 100%;
}
.tpatom-input-box__icon {
  right: 0.8571428571rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.icon--link {
  margin-left: 0.2857142857rem;
  vertical-align: middle;
  height: 14px;
  width: 14px;
}

i.icon-Spinner_pw::before {
  font-size: 24px;
  line-height: 24px;
  color: #023f88;
}

.tpmol-image-card {
  padding: 0.5714285714rem;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 1024px) {
  .tpmol-image-card {
    padding: 0.8571428571rem;
    width: 33.33%;
    margin: 0;
  }
  .tpmol-image-card__col--2 {
    width: 50%;
  }
  .tpmol-image-card__col--3 {
    width: 33.33%;
  }
  .tpmol-image-card__col--4 {
    width: 25%;
  }
}
.tpmol-image-card__container {
  width: 100%;
  border-radius: 4px;
}
.tpmol-image-card__container img {
  max-width: 100%;
  border-radius: 4px;
}
.tpmol-image-card__heading {
  margin-bottom: 1.1428571429rem;
}
.tpmol-image-card__text {
  padding: 1.1428571429rem;
  word-spacing: 0.0714285714rem;
  font-weight: 400;
  word-break: break-word;
}
@media (min-width: 1024px) {
  .tpmol-image-card__text {
    padding: 1.7142857143rem;
  }
}
.tpmol-image-card__text ul,
.tpmol-image-card__text ol {
  padding-left: 1.1428571429rem;
  margin-bottom: 1.1428571429rem;
  list-style: initial;
}
.tpmol-image-card__text ol {
  list-style: decimal;
}
.tpmol-image-card__normal-text p, .tpmol-image-card__rich-text p,
.tpmol-image-card .font-style-sm p {
  margin-bottom: 1.1428571429rem;
}
.tpmol-image-card__link {
  word-spacing: 0.0714285714rem;
  font-size: 1.1428571429rem;
  font-weight: 400;
  color: #023f88;
}
.tpmol-image-card__link .tp-next-btn {
  line-height: 1;
  font-weight: bold;
  position: relative;
}
.tpmol-image-card__link .tp-next-btn:visited, .tpmol-image-card__link .tp-next-btn:hover, .tpmol-image-card__link .tp-next-btn:active {
  color: #023f88;
}
.tpmol-image-card__link .tp-next-btn__icon {
  font-size: 1.7142857143rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tpmol-image-card__link .tp-next-btn__text {
  font-size: 0.9285714286rem;
}

.pw-search-bar {
  border: 1px solid #777777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  border-radius: 0.28571rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 48px;
  padding: 0 1.14286rem;
}
.pw-search-bar:focus {
  outline: 2px solid #5E9ED6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.pw-search-bar .horizontal-bar {
  border-left: 1px solid #e5e5e5;
  height: 65%;
}
.pw-search-bar .search-label {
  text-indent: -10000px;
  position: absolute;
}
.pw-search-bar__input {
  padding-right: 1.1428571429rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-indent: -10000px;
}
.pw-search-bar__input input {
  padding: 0;
  border: none;
  line-height: inherit;
  height: auto;
}
.pw-search-bar__input input.focus-visible:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.pw-search-bar__input + div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.pw-search-bar__icons__close {
  padding-right: 1.1428571429rem;
  border: 0;
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  outline: none;
}
.pw-search-bar__icons__close .close-icon-cont {
  padding-right: 1.1428571429rem;
  display: inline-block;
  position: relative;
}
.pw-search-bar__icons__search {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  outline: none;
}

.tp-pw-footer {
  margin-top: 1.7142857143rem;
  min-height: 100px;
  background-color: #023f88;
}
@media (min-width: 1024px) {
  .tp-pw-footer {
    margin-top: 1.7142857143rem;
  }
}
.tp-pw-footer__container {
  padding: 3.4285714286rem 0.5714285714rem;
}
@media (min-width: 1024px) {
  .tp-pw-footer__container {
    padding: 5.7142857143rem 3.4285714286rem;
  }
}
.tp-pw-footer__container .tp-pw-footer-data-logo {
  display: block;
  width: 156px;
}
.tp-pw-footer__container .tp-pw-footer-data-logo img {
  max-width: unset;
  width: 100%;
}
@media (min-width: 1024px) {
  .tp-pw-footer .col-lg-3 {
    padding: 0 0px;
  }
}
.tp-pw-footer__link {
  color: #ffffff;
}
.tp-pw-footer__link--text {
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.tp-pw-footer__link:hover, .tp-pw-footer__link:active {
  color: #e5e5e5;
  text-decoration: none;
}
.tp-pw-footer__link:hover span, .tp-pw-footer__link:active span {
  border-bottom: 1px solid #e5e5e5;
}
.tp-pw-footer__navigation-list {
  margin-top: 3.4285714286rem;
}
@media (min-width: 1024px) {
  .tp-pw-footer__navigation-list {
    margin-top: 1.7142857143rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
}
.tp-pw-footer__navigation-list__item {
  margin-bottom: 1.1428571429rem;
}
@media (min-width: 1024px) {
  .tp-pw-footer__navigation-list__item {
    margin-right: 1.7142857143rem;
    margin-bottom: 1.7142857143rem;
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-pw-footer__social-media {
    margin-top: 3.4285714286rem;
    margin-bottom: 3.4285714286rem;
  }
}
.tp-pw-footer__social-media-items__link {
  font-size: 1.7142857143rem;
  margin-right: 1.1428571429rem;
}
@media (min-width: 1024px) {
  .tp-pw-footer__social-media-items__link {
    margin-left: 1.1428571429rem;
    margin-right: 0px;
  }
}
.tp-pw-footer__social-media-items__link:first-child {
  margin-left: 0px;
}
.tp-pw-footer__social-media-items__link:last-child {
  margin-right: 0px;
}
.tp-pw-footer__social-media-items__img {
  margin-left: 16px;
}
.tp-pw-footer__social-media-items__img:first-child {
  margin-left: 0px;
}
.tp-pw-footer__social-media-items__imgTitle {
  color: #FFFFFF;
  margin-bottom: 16px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-pw-footer__social-media-items__img.storeImgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tp-pw-footer__social-media-items__img.storeImgs img {
  margin-left: 0px;
  margin-top: 16px;
  max-width: 100%;
}
.tp-pw-footer__social-media-items__img.storeImgs img:first-child {
  margin-top: 0px;
}
.tp-pw-footer__social-media-items__img.appStore {
  width: 120px;
}
.tp-pw-footer__social-media-items__img.playStore {
  width: 150px;
}
.tp-pw-footer__social-media-items__wechat-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 16px;
}
.tp-pw-footer .tp_goTopBtn {
  margin-top: 1.7142857143rem;
}
@media (min-width: 1024px) {
  .tp-pw-footer .tp_goTopBtn {
    text-align: center;
  }
}
.tp-pw-footer .tp_goTopBtn .icon-Circle_Arrow_Up {
  margin-left: 8px;
}

.tp_pw-breadcrumb {
  max-width: 102.8571428571rem;
  display: block;
  color: #4a4a4a;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .tp_pw-breadcrumb {
    margin: 1.7142857143rem auto;
    padding: 0px 3.4285714286rem;
  }
}
.tp_pw-breadcrumb__wrapper {
  margin: 0;
  padding: 0 48px 0 0;
}
.tp_pw-breadcrumb .icon-Arrow_Right_pw {
  margin: 0px 0.4285714286rem;
  font-size: 0.5714285714rem;
  line-height: 1;
  display: inline;
  vertical-align: middle;
}
.tp_pw-breadcrumb__link {
  font-size: 0.8571428571rem;
  line-height: 1.6666666667;
  display: none;
  color: #023f88;
  font-weight: 500;
}
.tp_pw-breadcrumb__link:hover {
  color: #023f88;
  text-decoration: underline;
}
.tp_pw-breadcrumb__link.last:hover {
  color: #4a4a4a;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .tp_pw-breadcrumb__link.last:hover::after {
    display: none;
    content: "";
    width: 100%;
    background: #023f88;
    height: 1px;
  }
}
.tp_pw-breadcrumb__link.last span {
  font-weight: 500;
}
.tp_pw-breadcrumb__link.secondlast {
  display: inline-block;
  color: #023f88;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .tp_pw-breadcrumb__link {
    display: inline-block;
  }
}
.tp_pw-breadcrumb .icon-Chevron_Left_pw {
  display: inline;
}
.tp_pw-breadcrumb .icon-Arrow_Right_pw {
  display: none;
}
@media (min-width: 1024px) {
  .tp_pw-breadcrumb .icon-Chevron_Left_pw {
    display: none;
  }
  .tp_pw-breadcrumb .icon-Arrow_Right_pw {
    display: inline;
  }
}
.tp_pw-breadcrumb span {
  font-size: 0.8571428571rem;
  line-height: 1.6666666667;
  color: #4a4a4a;
  font-weight: normal;
  margin-left: -4px;
}

.pw-text-video {
  border-radius: 0.2857142857rem;
  margin-bottom: 3.4285714286rem;
}
.pw-text-video--display-row > .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 1024px) {
  .pw-text-video--display-row .left-pad {
    padding-right: 24px;
  }
}
@media (min-width: 1024px) {
  .pw-text-video--display-row .right-pad {
    padding-left: 24px;
  }
}
.pw-text-video--display-row-reversed > .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 1024px) {
  .pw-text-video--display-row-reversed .left-pad {
    padding-left: 24px;
  }
}
@media (min-width: 1024px) {
  .pw-text-video--display-row-reversed .right-pad {
    padding-right: 24px;
  }
}
.pw-text-video--display-column > .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pw-text-video--display-column .pw-text-video__video {
  margin-top: 1.7142857143rem;
}
@media (min-width: 1024px) {
  .pw-text-video--display-column .pw-text-video__video {
    margin-top: 3.4285714286rem;
  }
}
.pw-text-video--display-column-reversed > .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.pw-text-video--display-column-reversed .left-pad {
  padding-left: 24px;
}
.pw-text-video--display-column-reversed .right-pad {
  padding-right: 24px;
}
.pw-text-video--display-column-reversed .pw-text-video__video {
  margin-bottom: 1.7142857143rem;
}
@media (min-width: 1024px) {
  .pw-text-video--display-column-reversed .pw-text-video__video {
    margin-bottom: 3.4285714286rem;
  }
}
.pw-text-video__subTitle {
  margin-bottom: 0.5714285714rem;
  font-size: 0.8571428571rem;
  line-height: 1.3333333333;
  color: #777777;
  font-weight: 500;
  text-transform: uppercase;
}
.pw-text-video__link {
  margin-top: 1.1428571429rem;
}
@media (min-width: 1024px) {
  .pw-text-video__link {
    margin-top: 1.1428571429rem;
  }
}
.pw-text-video__title {
  margin-bottom: 1.1428571429rem;
  font-size: 2rem;
  line-height: 1.1428571429;
}
@media (min-width: 1024px) {
  .pw-text-video__title {
    margin-bottom: 1.1428571429rem;
    font-size: 2.2857142857rem;
    line-height: 1.25;
  }
}
.pw-text-video__description {
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.7142857143;
}
.pw-text-video__description li {
  display: table;
  margin-top: 8px;
}
.pw-text-video__description li:first-child {
  margin-top: 0;
}
.pw-text-video__description ol,
.pw-text-video__description ul {
  margin-bottom: 0.5714285714rem;
  padding-left: 0.5714285714rem;
}
.pw-text-video__description ul {
  display: table;
}
.pw-text-video__description ul li::before {
  margin-right: 0.5714285714rem;
  padding-right: 0.5714285714rem;
  display: table-cell;
  color: #4a4a4a;
  content: "•";
}
.pw-text-video__description ol {
  display: table;
  counter-reset: section;
  list-style-type: none;
}
.pw-text-video__description ol li::before {
  margin-right: 0.5714285714rem;
  font-size: 1rem;
  padding-right: 0.5714285714rem;
  display: table-cell;
  content: counters(section, ".") " ";
  counter-increment: section;
}
.pw-text-video__description ol ol,
.pw-text-video__description ul ul {
  padding: 0 0 0 1.4285714286rem;
}
.pw-text-video__description ul > li > ul,
.pw-text-video__description ol > li > ol {
  margin-bottom: 0;
}
.pw-text-video__description ul > li > ul :last-child,
.pw-text-video__description ol > li > ol :last-child {
  padding-bottom: 0;
}
.pw-text-video__description ul li::before,
.pw-text-video__description ol li::before {
  color: #4a4a4a;
}
.pw-text-video__description ul li:last-child,
.pw-text-video__description ol li:last-child {
  padding-bottom: 0;
}
.pw-text-video__description ol li ol,
.pw-text-video__description ul li ul {
  padding-top: 1.1428571429rem;
}
.pw-text-video__description ul ul ul li::before {
  content: "‒";
  font-weight: 400;
}
.pw-text-video__description ol ol ol {
  padding-left: 2rem;
}
@media (min-width: 1024px) {
  .pw-text-video__description {
    margin-bottom: 0px;
  }
}
.pw-text-video__description a {
  color: #023f88;
  font-weight: 600;
}
.pw-text-video__description a:hover {
  color: #023f88;
  text-decoration: underline;
}
.pw-text-video__video {
  border-radius: 0.2857142857rem;
  margin-bottom: 1.1428571429rem;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
@media (min-width: 1024px) {
  .pw-text-video__video {
    margin-bottom: 0;
  }
}
.pw-text-video__video video,
.pw-text-video__video iframe {
  border-radius: 0.2857142857rem;
  margin-bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.pw-text-video__novideo {
  height: 100%;
}
.pw-text-video__novideo_content {
  border-radius: 0.2857142857rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e5e5e5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.pw-text-video__novideo_content p {
  max-width: 28.5714285714rem;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-text-video__novideo_content p {
    max-width: 16rem;
    font-size: 14px;
    font-weight: 400;
  }
}
.pw-text-video__novideo_content button {
  margin-top: 24px;
}

.pw-text-image {
  border-radius: 0.2857142857rem;
  padding: 1.7142857143rem 1.1428571429rem;
  margin: 0 1.1428571429rem;
}
@media (min-width: 1024px) {
  .pw-text-image {
    padding: 3.4285714286rem;
    margin: 0 3.4285714286rem;
  }
}
.pw-text-image--display-row > .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.pw-text-image--display-row .leftPad {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 1.1428571429rem;
}
@media (min-width: 1024px) {
  .pw-text-image--display-row .leftPad {
    padding-left: 0px;
    padding-right: 1.7142857143rem;
    margin-top: 0px;
  }
}
.pw-text-image--display-row .rightPad {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1024px) {
  .pw-text-image--display-row .rightPad {
    padding-right: 0px;
    padding-left: 1.7142857143rem;
  }
}
.pw-text-image--display-row-reversed > .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.pw-text-image--display-row-reversed .rightPad {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1024px) {
  .pw-text-image--display-row-reversed .rightPad {
    padding-left: 0px;
    padding-right: 1.7142857143rem;
  }
}
.pw-text-image--display-row-reversed .leftPad {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 1.1428571429rem;
}
@media (min-width: 1024px) {
  .pw-text-image--display-row-reversed .leftPad {
    padding-right: 0px;
    padding-left: 1.7142857143rem;
    margin-top: 0px;
  }
}
.pw-text-image__innerpadding {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .pw-text-image__innerpadding {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.pw-text-image__subTitle {
  font-size: 0.8571428571rem;
  margin-top: 0px;
  margin-bottom: 0.5714285714rem;
  line-height: 1.3333333333;
  color: #777777;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: normal;
}
@media (min-width: 1024px) {
  .pw-text-image__subTitle {
    margin-top: 0px;
    margin-bottom: 0.5714285714rem;
    text-transform: uppercase;
  }
}
.pw-text-image__subTitle span.tpatom-subheading {
  font-size: 0.8571428571rem;
  line-height: 1.3333333333;
  font-family: "Montserrat", Arial, "Noto Sans", Arial;
  font-weight: 500;
}
.pw-text-image__title {
  margin-bottom: 1.1428571429rem;
}
.pw-text-image__description {
  font-size: 1.1428571429rem;
  line-height: 1.75;
}
.pw-text-image__description li {
  display: table;
  margin-top: 8px;
}
.pw-text-image__description li:first-child {
  margin-top: 0;
}
.pw-text-image__description ol,
.pw-text-image__description ul {
  margin-bottom: 0.5714285714rem;
  padding-left: 0.5714285714rem;
}
.pw-text-image__description ul {
  display: table;
}
.pw-text-image__description ul li::before {
  margin-right: 0.5714285714rem;
  padding-right: 0.5714285714rem;
  display: table-cell;
  color: #4a4a4a;
  content: "•";
}
.pw-text-image__description ol {
  display: table;
  counter-reset: section;
  list-style-type: none;
}
.pw-text-image__description ol li::before {
  margin-right: 0.5714285714rem;
  font-size: 1rem;
  padding-right: 0.5714285714rem;
  display: table-cell;
  content: counters(section, ".") " ";
  counter-increment: section;
}
.pw-text-image__description ol ol,
.pw-text-image__description ul ul {
  padding: 0 0 0 1.4285714286rem;
}
.pw-text-image__description ul > li > ul,
.pw-text-image__description ol > li > ol {
  margin-bottom: 0;
}
.pw-text-image__description ul > li > ul :last-child,
.pw-text-image__description ol > li > ol :last-child {
  padding-bottom: 0;
}
.pw-text-image__description ul li::before,
.pw-text-image__description ol li::before {
  color: #4a4a4a;
}
.pw-text-image__description ul li:last-child,
.pw-text-image__description ol li:last-child {
  padding-bottom: 0;
}
.pw-text-image__description ul li li,
.pw-text-image__description ol li li {
  padding-bottom: 0.5714285714rem;
}
.pw-text-image__description ol li ol,
.pw-text-image__description ul li ul {
  padding-top: 1.1428571429rem;
}
.pw-text-image__description ul ul ul li {
  padding-bottom: 0.5714285714rem;
}
.pw-text-image__description ul ul ul li::before {
  content: "‒";
  font-weight: 400;
}
.pw-text-image__description ol ol ol {
  padding-left: 2rem;
}
.pw-text-image__description ol ol ol li {
  padding-bottom: 0.5714285714rem;
}
@media (min-width: 1024px) {
  .pw-text-image__description {
    font-size: 1rem;
    line-height: 1.7142857143;
  }
}
.pw-text-image__description a {
  color: #023f88;
  font-weight: 600;
}
.pw-text-image__description a:hover {
  color: #023f88;
  text-decoration: underline;
}
.pw-text-image__link {
  margin-bottom: 0;
  margin-top: 1.1428571429rem;
  padding: 0px;
  line-height: 1.75;
  background-color: none;
}
@media (min-width: 1024px) {
  .pw-text-image__link {
    margin-bottom: 0px;
    padding: 0px;
    line-height: 1.7142857143;
    background-color: none;
  }
}
.pw-text-image .img-link {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.pw-text-image__image {
  display: block;
  max-width: unset;
  height: auto;
  width: 100%;
}
.pw-text-image .lazy-picture {
  display: block;
  height: 100%;
  width: 100%;
}

.tpatom-heading--regular {
  font-size: 1.7142857143rem;
  line-height: 1.3333333333;
}
@media (min-width: 1024px) {
  .tpatom-heading--regular {
    font-size: 2.2857142857rem;
    line-height: 40px;
  }
}

.pw-contactAnchorLink {
  color: #ffffff;
  background-color: #023f88;
  border-radius: 100%;
  opacity: 1;
  pointer-events: visible;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 64px;
  height: 64px;
}
.pw-contactAnchorLink .icon-Envolopeup_pw::before {
  font-size: 1.7142857143rem;
  padding: 1.4285714286rem 0 0 1.4285714286rem;
  font-size: 24px;
  line-height: 24px;
  height: 24px;
}
.pw-contactAnchorLink:hover {
  color: #e5e5e5;
}
.pw-contactAnchorLink.fade-out {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}

.pw-contactAnchorLink-wrapper {
  right: 0.5714285714rem;
  bottom: 0.5714285714rem;
  position: fixed;
  z-index: 2;
}
@media (min-width: 1024px) {
  .pw-contactAnchorLink-wrapper {
    right: 1.7142857143rem;
    bottom: 1.7142857143rem;
  }
}

.tp-pagination {
  margin-top: 1.1428571429rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tp-pagination.center-align {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tp-pagination.right-align {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1024px) {
  .tp-pagination {
    margin-top: 1.7142857143rem;
  }
}
.tp-pagination__ellipsis {
  padding: 0.2142857143rem 0.2142857143rem 0;
}
.tp-pagination__previous {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tp-teaser {
  padding: 1.7142857143rem 1.1428571429rem;
  margin: 1.1428571429rem;
}
@media (min-width: 1024px) {
  .tp-teaser {
    padding: 3.4285714286rem 1.7142857143rem 0px 1.7142857143rem;
    margin: 0px 3.4285714286rem;
  }
}
.tp-teaser__heading {
  padding-bottom: 1.1428571429rem;
}
@media (min-width: 1024px) {
  .tp-teaser__heading {
    padding-left: 1.7142857143rem;
    padding-bottom: 1.7142857143rem;
    font-weight: 700;
  }
}
.tp-teaser__heading h2,
.tp-teaser__heading h3 {
  font-size: 1.7142857143rem;
  line-height: 1.3333333333;
}
@media (min-width: 1024px) {
  .tp-teaser__heading h2,
  .tp-teaser__heading h3 {
    font-size: 2.2857142857rem;
    line-height: 40px;
    font-weight: 700;
  }
}
.tp-teaser__description {
  padding-left: 0px;
  margin-bottom: 1.7142857143rem;
}
@media (min-width: 1024px) {
  .tp-teaser__description {
    padding-left: 1.7142857143rem;
  }
}
.tp-teaser__link {
  margin-left: 1.1428571429rem;
  margin-bottom: 1.1428571429rem;
}
@media (min-width: 1024px) {
  .tp-teaser__link {
    margin-left: 1.7142857143rem;
    margin-bottom: 1.7142857143rem;
  }
}
.tp-teaser__link .nowrap-text {
  margin-left: 0.5714285714rem;
}
@media (min-width: 1024px) {
  .tp-teaser__details__details.row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-teaser__details {
    margin: -8px;
  }
}
.tp-teaser__details h5 {
  font-size: 1rem;
  line-height: 1.7142857143;
  font-weight: 700;
}
.tp-teaser__details ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tp-teaser__details ul li::before {
  margin-right: 0.5714285714rem;
  display: inline-block;
  color: #4a4a4a;
  content: "•";
}
.tp-teaser__details img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.tp-teaser__details .teaserMargin {
  margin-bottom: 3.4285714286rem;
}
@media (min-width: 1024px) {
  .tp-teaser__details .teaserMargin {
    margin-bottom: 3.4285714286rem;
    padding-left: 1.7142857143rem;
    padding-right: 1.7142857143rem;
  }
}
.tp-teaser__details .teaserMarginL:last-child {
  margin-bottom: 1.7142857143rem;
}
@media (min-width: 1024px) {
  .tp-teaser__details .teaserMarginL:last-child {
    margin-bottom: 3.4285714286rem;
  }
}
.tp-teaser__details .teaserMarginL {
  margin-bottom: 3.4285714286rem;
}
@media (min-width: 1024px) {
  .tp-teaser__details .teaserMarginL {
    padding-left: 1.7142857143rem;
    padding-right: 1.7142857143rem;
  }
}
.tp-teaser__details .rightbar {
  border: 0 solid #e5e5e5;
}
@media (min-width: 1024px) {
  .tp-teaser__details .rightbar {
    border-right-width: 1px;
  }
}
.tp-teaser__details .image {
  margin-top: 0;
  margin-bottom: 1.1428571429rem;
  max-width: unset;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
@media (min-width: 1024px) {
  .tp-teaser__details .image {
    margin-top: 0;
  }
}
.tp-teaser__details .noTopPad {
  margin-top: 0px;
}
.tp-teaser__details .tilte {
  margin-top: 0px;
  margin-bottom: 1.1428571429rem;
  font-size: 1.2857142857rem;
  line-height: 24px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-teaser__details .tilte--hiddenForMobile {
    display: none;
  }
}
.tp-teaser__details .tilte-mobile {
  display: none;
}
@media (min-width: 1024px) {
  .tp-teaser__details .tilte-mobile {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-teaser__details .tilte-mobile {
    margin-top: 0px;
    margin-bottom: 1.1428571429rem;
    font-size: 1.2857142857rem;
    display: block;
    line-height: 24px;
  }
  .tp-teaser__details .tilte-mobile a {
    margin-top: 0px;
    margin-bottom: 1.1428571429rem;
    font-size: 1.2857142857rem;
    line-height: 24px;
    font-weight: 500;
  }
  .tp-teaser__details .tilte-mobile a:hover {
    color: #023f88;
  }
}
.tp-teaser__details .block-time {
  margin-top: 1.1428571429rem;
  margin-bottom: 0.5714285714rem;
  font-size: 0.8571428571rem;
  color: #777777;
  line-height: 20px;
  font-weight: 500;
}
.tp-teaser__details .link {
  margin-top: 1.1428571429rem;
  margin-bottom: 0px;
}
.tp-teaser__details .teaser-image-link {
  width: 100%;
}
@media (min-width: 768px) {
  .tp-teaser__width {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
.tp-teaser__seeAllLink {
  margin: 0;
  border-top: 1px solid #e5e5e5;
}
.tp-teaser__seeAllLink a {
  margin-top: 1.7142857143rem;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .tp-teaser__seeAllLink {
    margin: 0 1.7142857143rem;
  }
  .tp-teaser__seeAllLink a {
    margin-bottom: 3.4285714286rem;
  }
}
.tp-teaser .owl-carousel {
  aspect-ratio: 3/1;
}
.tp-teaser .owl-carousel .owl-nav {
  color: #023f88;
}
.tp-teaser .owl-carousel .owl-nav .owl-prev,
.tp-teaser .owl-carousel .owl-nav .owl-next {
  position: absolute;
  cursor: pointer;
}
.tp-teaser .owl-carousel .owl-nav .owl-prev:hover,
.tp-teaser .owl-carousel .owl-nav .owl-next:hover {
  color: #023f88;
}
.tp-teaser .owl-carousel .owl-nav .owl-prev {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: 0;
}
.tp-teaser .owl-carousel .owl-nav .owl-next {
  right: 0;
}
.tp-teaser .owl-carousel .owl-nav .icon::before {
  font-size: 24px;
  vertical-align: top;
}
.tp-teaser .owl-carousel .teaserMargin,
.tp-teaser .owl-carousel .teaserMarginL {
  margin-bottom: 0px;
  padding-bottom: 0px;
  max-width: 100%;
}
.tp-teaser .owl-carousel .owl-stage {
  margin-bottom: 1.7142857143rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tp-teaser .owl-carousel .carousal-wrapper {
  height: 100%;
}
.tp-teaser .owl-carousel .rightbar {
  border: 0;
}
@media (min-width: 1024px) {
  .tp-teaser .owl-carousel {
    padding: 0px 1.7142857143rem;
    margin: 0 auto;
    width: calc(100% - 48px);
  }
  .tp-teaser .owl-carousel .owl-stage {
    margin-bottom: 3.4285714286rem;
  }
  .tp-teaser .owl-carousel .owl-stage > .active .carousal-wrapper {
    border: 0 solid #e5e5e5;
  }
  .tp-teaser .owl-carousel .owl-stage > .active ~ .active .carousal-wrapper {
    border-left-width: 1px;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-teaser .owl-carousel .owl-nav {
    display: none;
  }
  .tp-teaser .owl-carousel .carousal-wrapper {
    border: 0 solid #e5e5e5;
    padding-right: 0;
  }
  .tp-teaser .owl-carousel .active .carousal-wrapper {
    border-right-width: 1px;
    padding-left: 0;
    padding-right: 15px;
  }
}
.tp-teaser .separator {
  border-right: 1px solid #e5e5e5;
}
.tp-teaser .separator.twoCol:nth-child(2n) {
  border-right: 0 none;
}
.tp-teaser .separator.threeCol:nth-child(3n) {
  border-right: 0 none;
}
.tp-teaser .separator.fourCol:nth-child(4n) {
  border-right: 0 none;
}
.tp-teaser .separator.fiveCol:nth-child(5n) {
  border-right: 0 none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-teaser .separator {
    border-right: 0 none;
  }
}
.tp-teaser .separator:last-child {
  border-right: 0 none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-teaser .small-screen {
    padding: 0 8px;
  }
  .tp-teaser .description,
  .tp-teaser .link {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-teaser .threeCol {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.tp-teaser .threeCol .description,
.tp-teaser .threeCol .link {
  display: block;
}
.tp-teaser__child-description a {
  padding: 0;
  border: 0;
  color: #023f88;
  background: none;
  cursor: pointer;
  font-weight: 600;
}
.tp-teaser__child-description a:hover {
  color: #023f88;
  background-color: transparent;
  text-decoration: underline;
}

.tp-pw-image {
  max-width: 100%;
}
.tp-pw-image .pw-padding--zero {
  padding: 0px 3.4285714286rem;
  margin: 0px;
}
.tp-pw-image__center-align {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  aspect-ratio: 16/9;
}
.tp-pw-image__regular {
  padding: 0;
  max-width: 100%;
  margin: 16px auto;
  height: auto;
}
@media (min-width: 1024px) {
  .tp-pw-image__regular {
    max-width: 102.8571428571rem;
    margin: 24px auto;
  }
}
.tp-pw-image__zero {
  padding: 0px 1.1428571429rem;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
@media (min-width: 1024px) {
  .tp-pw-image__zero {
    max-width: 102.8571428571rem;
    padding: 0px 3.4285714286rem;
    margin: 0px auto;
  }
}
.tp-pw-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.tp-pw-image .lazy-picture {
  display: block;
  width: 100%;
  height: 100%;
}
.tp-pw-image img {
  max-width: unset;
  width: 100%;
  height: 100%;
}

.tp-container-textImage,
.tp-container-textImage-wide {
  padding: 0;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .tp-container-textImage,
  .tp-container-textImage-wide {
    max-width: 102.8571428571rem;
    margin: 24px auto 0;
  }
}
.tp-container-textImage .pw-banner,
.tp-container-textImage-wide .pw-banner {
  margin: 0 1.1428571429rem 1.1428571429rem 1.1428571429rem;
}
@media (min-width: 1024px) {
  .tp-container-textImage .pw-banner,
  .tp-container-textImage-wide .pw-banner {
    margin: 0 3.4285714286rem;
  }
}
@media (min-width: 1024px) {
  .tp-container-textImage .pw-banner .pw-banner__bgcolor.display-row-reversed-wrapper,
  .tp-container-textImage-wide .pw-banner .pw-banner__bgcolor.display-row-reversed-wrapper {
    width: 540px;
  }
}
.tp-container-textImage .pw-banner__content,
.tp-container-textImage-wide .pw-banner__content {
  margin: 0;
  padding-top: 1.7142857143rem;
}
@media (min-width: 1024px) {
  .tp-container-textImage .pw-banner__content,
  .tp-container-textImage-wide .pw-banner__content {
    width: 540px;
  }
}
.tp-container-textImage .pw-banner__content.sky-blue,
.tp-container-textImage-wide .pw-banner__content.sky-blue {
  color: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(84.01%, #00BDF2), color-stop(98.8%, rgba(0, 189, 242, 0.8)));
  background: linear-gradient(to top, #00BDF2 84.01%, rgba(0, 189, 242, 0.8) 98.8%);
}
@media (min-width: 1024px) {
  .tp-container-textImage .pw-banner__content.sky-blue,
  .tp-container-textImage-wide .pw-banner__content.sky-blue {
    background: transparent;
  }
}
.tp-container-textImage .pw-banner .banner-parent.gray,
.tp-container-textImage-wide .pw-banner .banner-parent.gray {
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .tp-container-textImage .pw-banner .banner-parent.gray,
  .tp-container-textImage-wide .pw-banner .banner-parent.gray {
    background-color: rgba(246, 246, 246, 0.9);
  }
}

.pw-banner {
  margin-bottom: 1.4285714286rem;
}
@media (min-width: 1024px) {
  .pw-banner {
    margin: 0;
  }
}
.pw-banner {
  position: relative;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-banner__blue-border {
    border: 8px solid #00BDF2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 80%;
    position: absolute;
  }
}
.pw-banner__blue-border {
  display: none;
}
.pw-banner.pw-theme--grayscale-white {
  background-color: transparent;
}
@media (min-width: 1024px) {
  .pw-banner.pw-theme--grayscale-white {
    background-color: #ffffff;
  }
}
.pw-banner__image-wrapper {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .pw-banner__image-wrapper {
    width: unset;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-banner__image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-banner__image-wrapper picture {
    width: 100%;
  }
}
.pw-banner__image-wrapper img {
  max-width: unset;
  width: 100%;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.pw-banner__image-wrapper .ratio-31 {
  aspect-ratio: 3/1;
}
.pw-banner__image-wrapper .ratio-21 {
  aspect-ratio: 21/9;
}
.pw-banner__image {
  border-radius: 0.2857142857rem;
  width: 100%;
}
.pw-banner__contentwrapper {
  cursor: context-menu;
}
@media (min-width: 1440px) {
  .pw-banner__contentwrapper {
    position: absolute;
    max-width: 1440px;
    top: 0;
    height: 100%;
    width: 1440px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    right: 0;
  }
}
.pw-banner__sideSection {
  display: none;
}
@media (min-width: 1024px) {
  .pw-banner__sideSection {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .pw-banner__sideSection.right {
    right: 0;
    left: auto;
  }
}
.pw-banner__sideSection.blue__dark-overlay, .pw-banner__sideSection.black {
  background-color: #000000;
  opacity: 0.7;
}
.pw-banner__sideSection.blue__light-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 1024px) {
  .pw-banner .pw-banner__bgcolor {
    padding-top: 1.7142857143rem;
    padding-bottom: 1.7142857143rem;
    height: 100%;
    position: absolute;
    top: 0;
    width: 540px;
  }
  .pw-banner .pw-banner__bgcolor.black {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), color-stop(99.61%, rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 99.61%);
    width: 70%;
  }
  .pw-banner .pw-banner__bgcolor.sky-blue {
    background: -webkit-gradient(linear, left top, right top, color-stop(75.01%, #00BDF2), color-stop(90.08%, rgba(0, 189, 242, 0.8)));
    background: linear-gradient(to right, #00BDF2 75.01%, rgba(0, 189, 242, 0.8) 90.08%);
  }
}
@media (min-width: 1024px) {
  .pw-banner .pw-banner__bgcolor.no-subtitle {
    padding-bottom: 2.2857142857rem;
    padding-top: 2.2857142857rem;
  }
}
@media (min-width: 1024px) {
  .pw-banner .pw-banner__bgcolor.display-row-reversed-wrapper.sky-blue {
    background: -webkit-gradient(linear, right top, left top, color-stop(75.01%, #00BDF2), color-stop(90.08%, rgba(0, 189, 242, 0.8)));
    background: linear-gradient(to left, #00BDF2 75.01%, rgba(0, 189, 242, 0.8) 90.08%);
    width: 588px;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .pw-banner .pw-banner__bgcolor.display-row-reversed-wrapper.black {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.7)), color-stop(99.61%, rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 99.61%);
    width: 70%;
    right: 0;
  }
}
.pw-banner__content {
  margin: 0px;
  padding-top: 1.7142857143rem;
  padding-left: 1.1428571429rem;
  padding-bottom: 1.7142857143rem;
  padding-right: 1.1428571429rem;
  background-color: #ffffff;
  opacity: unset;
  position: relative;
}
@media (min-width: 1024px) {
  .pw-banner__content {
    margin-top: 0;
    padding: 1.7142857143rem 2.2857142857rem;
    margin: 0;
    color: #4a4a4a;
    background-color: transparent;
    width: 640px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
  }
}
.pw-banner__content__subtitle {
  font-size: 0.8571428571rem;
  margin-bottom: 0.5714285714rem;
  color: #777777;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .pw-banner__content__subtitle {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
  }
  .pw-banner__content__subtitle.transparentDark {
    color: #ffffff;
  }
}
.pw-banner__content__subtitle.sky-blue {
  color: #ffffff;
}
.pw-banner__content__subtitle.black {
  color: #777777;
}
@media (min-width: 1024px) {
  .pw-banner__content__subtitle.black {
    color: #ffffff;
  }
}
.pw-banner__content__title {
  margin-bottom: 1.1428571429rem;
  margin-top: 0.5714285714rem;
  max-height: unset;
}
.pw-banner__content__title h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .pw-banner__content__title h1 {
    font-size: 42px;
    line-height: 48px;
  }
}
.pw-banner__content__title h2,
.pw-banner__content__title h3 {
  font-size: 1.7142857143rem;
  line-height: 32px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .pw-banner__content__title h2,
  .pw-banner__content__title h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
  }
}
.pw-banner__content__description {
  font-size: 14px;
  line-height: 24px;
}
.pw-banner__content__description ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pw-banner__content__description ul li::before {
  margin-right: 0.5714285714rem;
  display: inline-block;
  color: #4a4a4a;
  content: "•";
}
.pw-banner__content .tpatom-link {
  margin-top: 1.7142857143rem;
}
@media (min-width: 1024px) {
  .pw-banner__content .tpatom-link {
    margin-top: 2.2857142857rem;
  }
}
.pw-banner__content .tpatom-link.no-desc {
  margin-top: 0px;
}
.pw-banner__content.sky-blue {
  color: #ffffff;
  background: #00BDF2;
}
@media (min-width: 1024px) {
  .pw-banner__content.sky-blue {
    background: transparent;
    width: 492px;
  }
}
.pw-banner__content.sky-blue .tpatom-link--primary {
  color: #ffffff;
  background-color: #023f88;
}
.pw-banner__content.sky-blue .tpatom-link--primary:hover {
  color: #ffffff;
  background-color: #023f88;
  text-decoration: underline;
}
.pw-banner__content.sky-blue .tpatom-link--transparent {
  color: #ffffff;
  background-color: transparent;
}
.pw-banner__content.sky-blue .tpatom-link--transparent:hover {
  color: #ffffff;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .pw-banner__content.sky-blue.display-row {
    padding: 0px;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .pw-banner__content.sky-blue.display-row-reversed {
    padding: 0px;
    right: 48px;
  }
}
.pw-banner__content.tranparentLight .tpatom-link--primary, .pw-banner__content.tranparentLight .tpatom-link--secondary, .pw-banner__content.blue__light-overlay .tpatom-link--primary, .pw-banner__content.blue__light-overlay .tpatom-link--secondary {
  border: 1px solid #023f88;
  color: #ffffff;
  background-color: #023f88;
}
.pw-banner__content.tranparentLight .tpatom-link--secondary, .pw-banner__content.blue__light-overlay .tpatom-link--secondary {
  color: #023f88;
  background-color: transparent;
}
.pw-banner__content.transparentDark .tpatom-link--primary, .pw-banner__content.transparentDark .tpatom-link--secondary, .pw-banner__content.blue__dark-overlay .tpatom-link--primary, .pw-banner__content.blue__dark-overlay .tpatom-link--secondary {
  border: 1px solid #023f88;
  color: #ffffff;
  background-color: #023f88;
}
@media (min-width: 1024px) {
  .pw-banner__content.transparentDark .tpatom-link--primary, .pw-banner__content.transparentDark .tpatom-link--secondary, .pw-banner__content.blue__dark-overlay .tpatom-link--primary, .pw-banner__content.blue__dark-overlay .tpatom-link--secondary {
    border: 1px solid #ffffff;
    color: #023f88;
    background-color: #ffffff;
  }
}
.pw-banner__content.transparentDark .tpatom-link--primary:hover, .pw-banner__content.transparentDark .tpatom-link--secondary:hover, .pw-banner__content.blue__dark-overlay .tpatom-link--primary:hover, .pw-banner__content.blue__dark-overlay .tpatom-link--secondary:hover {
  text-decoration: underline;
}
.pw-banner__content.transparentDark .tpatom-link--secondary, .pw-banner__content.blue__dark-overlay .tpatom-link--secondary {
  color: #023f88;
  background-color: transparent;
}
@media (min-width: 1024px) {
  .pw-banner__content.transparentDark .tpatom-link--secondary, .pw-banner__content.blue__dark-overlay .tpatom-link--secondary {
    color: #ffffff;
  }
}
.pw-banner__content.transparentDark .tpatom-link--transparent, .pw-banner__content.blue__dark-overlay .tpatom-link--transparent {
  color: #023f88;
}
@media (min-width: 1024px) {
  .pw-banner__content.transparentDark .tpatom-link--transparent, .pw-banner__content.blue__dark-overlay .tpatom-link--transparent {
    color: #ffffff;
    background-color: transparent;
  }
}
@media (min-width: 1024px) {
  .pw-banner__content.transparentDark .tpatom-link--transparent:hover, .pw-banner__content.blue__dark-overlay .tpatom-link--transparent:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1024px) {
  .pw-banner__content.transparentDark {
    color: #ffffff;
  }
}
.pw-banner__content.gray {
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .pw-banner__content.gray {
    background-color: rgba(246, 246, 246, 0.9);
  }
}
.pw-banner__content.black {
  color: #4a4a4a;
  background: #ffffff;
}
@media (min-width: 1024px) {
  .pw-banner__content.black {
    color: #ffffff;
    background: transparent;
  }
}
.pw-banner__content.black .tpatom-link--primary {
  border: 1px solid #023f88;
  color: #ffffff;
  background-color: #023f88;
}
@media (min-width: 1024px) {
  .pw-banner__content.black .tpatom-link--primary {
    border: 1px solid #ffffff;
    color: #023f88;
    background-color: #ffffff;
  }
}
.pw-banner__content.black .tpatom-link--primary:hover {
  color: #ffffff;
  background-color: #023f88;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .pw-banner__content.black .tpatom-link--primary:hover {
    color: #023f88;
    background-color: #ffffff;
    text-decoration: underline;
  }
}
.pw-banner__content.black .tpatom-link--secondary {
  border: 1px solid #023f88;
  color: #023f88;
  background-color: transparent;
}
@media (min-width: 1024px) {
  .pw-banner__content.black .tpatom-link--secondary {
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
  }
}
.pw-banner__content.black .tpatom-link--secondary:hover {
  color: #ffffff;
  text-decoration: underline;
  background-color: transparent;
}
.pw-banner__content.black .tpatom-link--transparent {
  color: #023f88;
}
@media (min-width: 1024px) {
  .pw-banner__content.black .tpatom-link--transparent {
    color: #ffffff;
    background-color: transparent;
  }
}
.pw-banner__content.black .tpatom-link--transparent:hover {
  color: #00BDF2;
}
@media (min-width: 1024px) {
  .pw-banner__content.black .tpatom-link--transparent:hover {
    color: #ffffff;
    text-decoration: underline;
  }
}
@media (min-width: 1024px) {
  .pw-banner__content.black.display-row {
    padding: 0px;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .pw-banner__content.black.display-row-reversed {
    padding: 0px;
    right: 48px;
  }
}
.pw-banner .banner-sibling {
  display: none;
}
@media (min-width: 1024px) {
  .pw-banner .banner-sibling {
    display: inline-block;
    background-color: #f6f6f6;
    position: absolute;
    opacity: 0.9;
  }
}
.pw-banner .banner-sibling.sky-blue, .pw-banner .banner-sibling.black {
  background-color: #00BDF2;
}
@media (min-width: 1024px) {
  .pw-banner .banner-sibling.sky-blue, .pw-banner .banner-sibling.black {
    background: unset;
  }
}
@media (min-width: 1024px) {
  .pw-banner .display-row {
    left: 48px;
  }
}
@media (min-width: 1024px) {
  .pw-banner .display-row-reversed {
    right: 48px;
  }
}
.pw-banner--right .pw-banner__content {
  right: 2.8571428571rem;
  left: auto;
}

@media (min-width: 1024px) {
  .no-subtitle .pw-banner__content {
    padding-bottom: 2.2857142857rem;
    margin-top: unset;
  }
}
@media (min-width: 1024px) {
  .no-subtitle .pw-banner__content.sky-blue {
    padding-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .tp-container-textImage .pw-banner__content.sky-blue.display-row-reversed,
  .tp-container-textImage .pw-banner__content.black.display-row-reversed,
  .tp-container-textImage-wide .pw-banner__content.sky-blue.display-row-reversed,
  .tp-container-textImage-wide .pw-banner__content.black.display-row-reversed {
    padding-right: 0px;
    padding-left: 3.4285714286rem;
  }
}

@media (min-width: 1024px) {
  .tp-container-textImage .pw-banner__content.sky-blue.display-row,
  .tp-container-textImage .pw-banner__content.black.display-row,
  .tp-container-textImage-wide .pw-banner__content.sky-blue.display-row,
  .tp-container-textImage-wide .pw-banner__content.black.display-row {
    padding-left: 3.4285714286rem;
  }
}

@media (min-width: 1024px) {
  .pw-banner-herowrapper {
    visibility: hidden;
  }
  .pw-banner-herowrapper .pw-banner__content.black {
    padding: 1.7142857143rem 2.2857142857rem;
  }
}
.pw-banner-herowrapper .gray .tpatom-link--secondary,
.pw-banner-herowrapper .blue__light-overlay .tpatom-link--secondary,
.pw-banner-herowrapper .transparent .tpatom-link--secondary {
  border: 1px solid #023f88;
  color: #023f88;
  background-color: transparent;
}
@media (min-width: 1024px) {
  .pw-banner-herowrapper .gray .tpatom-link--secondary,
  .pw-banner-herowrapper .blue__light-overlay .tpatom-link--secondary,
  .pw-banner-herowrapper .transparent .tpatom-link--secondary {
    border: 1px solid #023f88;
  }
}
.pw-banner-herowrapper .black .tpatom-link--secondary,
.pw-banner-herowrapper .blue__dark-overlay .tpatom-link--secondary {
  border: 1px solid #023f88;
  color: #023f88;
  background-color: transparent;
}
@media (min-width: 1024px) {
  .pw-banner-herowrapper .black .tpatom-link--secondary,
  .pw-banner-herowrapper .blue__dark-overlay .tpatom-link--secondary {
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
  }
}
.pw-banner-herowrapper .black--transparent,
.pw-banner-herowrapper .blue__dark-overlay--transparent {
  color: #023f88;
}
@media (min-width: 1024px) {
  .pw-banner-herowrapper .black--transparent,
  .pw-banner-herowrapper .blue__dark-overlay--transparent {
    color: #ffffff;
    background-color: transparent;
  }
}
.pw-banner-herowrapper .black--transparent:hover,
.pw-banner-herowrapper .blue__dark-overlay--transparent:hover {
  color: #00BDF2;
}
@media (min-width: 1024px) {
  .pw-banner-herowrapper .black--transparent:hover,
  .pw-banner-herowrapper .blue__dark-overlay--transparent:hover {
    color: #ffffff;
    text-decoration: underline;
  }
}
.pw-banner-herowrapper .pw-banner__bgcolor.blue__dark-overlay {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), color-stop(99.61%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 99.61%);
  width: 70%;
}
.pw-banner-herowrapper .pw-banner__bgcolor.blue__light-overlay {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), color-stop(99.61%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 99.61%);
  width: 70%;
}
@media (min-width: 1024px) {
  .pw-banner-herowrapper .pw-banner__bgcolor.no-subtitle {
    padding-bottom: 2.2857142857rem;
    padding-top: 2.2857142857rem;
  }
}
@media (min-width: 1024px) {
  .pw-banner-herowrapper .pw-banner__bgcolor.display-row-reversed-wrapper.blue__light-overlay {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.7)), color-stop(99.61%, rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 99.61%);
    width: 70%;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .pw-banner-herowrapper .pw-banner__bgcolor.display-row-reversed-wrapper.blue__dark-overlay {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.7)), color-stop(99.61%, rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 99.61%);
    width: 70%;
    right: 0;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-banner-herowrapper .pw-banner__bgcolor.blue__light-overlay, .pw-banner-herowrapper .pw-banner__bgcolor.blue__dark-overlay {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .pw-banner-herowrapper .pw-banner__bgcolor .pw-banner__content.blue__light-overlay, .pw-banner-herowrapper .pw-banner__bgcolor .pw-banner__content.blue__dark-overlay {
    border: 12px solid #00BDF2;
    color: #ffffff;
    padding: 48px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .pw-banner-herowrapper .pw-banner__bgcolor .pw-banner__content.blue__light-overlay.display-row, .pw-banner-herowrapper .pw-banner__bgcolor .pw-banner__content.blue__dark-overlay.display-row {
    margin: 0px;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .pw-banner-herowrapper .pw-banner__bgcolor .pw-banner__content__subtitle.blue__dark-overlay {
    color: #ffffff;
  }
}
.pw-banner-herowrapper .pw-banner__bgcolor .pw-banner__content__subtitle.blue__light-overlay {
  color: #4a4a4a;
}
.pw-banner-herowrapper .pw-banner__bgcolor .pw-banner__content.blue__light-overlay {
  color: #4a4a4a;
}

.black .pw-banner__gradient-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(8.01%, #FFFFFF), color-stop(98.8%, rgba(255, 255, 255, 0.8)));
  background: linear-gradient(0, #FFFFFF 8.01%, rgba(255, 255, 255, 0.8) 98.8%);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.gray .pw-banner__gradient-bg {
  background: #ffffff;
}

.blue__light-overlay .pw-banner__gradient-bg,
.blue__dark-overlay .pw-banner__gradient-bg {
  background: none;
}

@media (min-width: 1024px) {
  .tp-container-textImage .pw-banner .pw-banner__bgcolor.display-row-reversed-wrapper,
  .tp-container-textImage-wide .pw-banner .pw-banner__bgcolor.display-row-reversed-wrapper {
    width: 540px;
  }
}

.banner-stack {
  margin-bottom: 0.5714285714rem;
}

.pw-container.reference-class {
  margin-top: 0;
}

.pw-container.pw-margin--regular.reference-class {
  margin-top: 1.1428571429rem;
}

.pw-container.pw-margin--zero.reference-class {
  margin-bottom: 0;
}
.pw-container.pw-margin--zero.reference-class .tp-pw-richText.tp-pw-richText-container {
  padding-bottom: 1.7142857143rem;
}

.pw-container.pw-margin--zero.topmargin {
  margin-top: 1.7142857143rem;
}

@media (min-width: 1024px) {
  .pw-container.pw-margin--regular.reference-class {
    margin-top: 1.7142857143rem;
  }
}
.tp-pw-richText.tp-pw-richText-container {
  margin-top: 0;
  margin-left: 1.1428571429rem;
  margin-right: 1.1428571429rem;
  padding: 1.7142857143rem 1.1428571429rem;
  width: auto;
}
.tp-pw-richText li {
  display: table-row;
}
.tp-pw-richText .tp-pw-richText-wrapper a {
  padding: 0;
  border: 0;
  color: #023f88;
  background: none;
  cursor: pointer;
  font-weight: 600;
}
.tp-pw-richText .tp-pw-richText-wrapper a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.tp-pw-richText .tp-pw-richText-wrapper a > .icon {
  padding-left: 0.4285714286rem;
}
.tp-pw-richText .fullBleed {
  padding-left: 0;
  padding-right: 0;
}
.tp-pw-richText h1 {
  font-size: 1.7142857143rem;
  margin-bottom: 1.1428571429rem;
  line-height: 1;
  font-weight: 300;
}
.tp-pw-richText h2 {
  font-size: 1.2857142857rem;
  line-height: 1.3333333333;
  margin-bottom: 1.1428571429rem;
}
.tp-pw-richText h3 {
  font-size: 1.7142857143rem;
  line-height: 1.3333333333;
  margin-bottom: 1.1428571429rem;
  font-weight: 400;
}
.tp-pw-richText h4 {
  font-size: 1.4285714286rem;
  margin-bottom: 1.1428571429rem;
  line-height: 1.4;
  font-weight: 500;
}
.tp-pw-richText p {
  font-size: 1.1428571429rem;
  line-height: 1.75;
  margin-bottom: 1.7142857143rem;
  font-weight: 400;
}
.tp-pw-richText small {
  font-size: 1rem;
  line-height: 1.7142857143;
  margin-bottom: 1.1428571429rem;
  font-weight: 500;
}
.tp-pw-richText ol,
.tp-pw-richText ul {
  margin-bottom: 0.5714285714rem;
  padding-left: 2.8571428571rem;
}
.tp-pw-richText ul {
  display: table;
}
.tp-pw-richText ul li::before {
  margin-right: 0.5714285714rem;
  display: table-cell;
  color: #4a4a4a;
  content: "•";
}
.tp-pw-richText ol {
  display: table;
  counter-reset: section;
  list-style-type: none;
}
.tp-pw-richText ol li::before {
  margin-right: 0.5714285714rem;
  font-size: 1rem;
  padding-right: 0.5714285714rem;
  display: table-cell;
  content: counters(section, ".") " ";
  counter-increment: section;
}
.tp-pw-richText ol ol,
.tp-pw-richText ul ul {
  padding: 0 0 0 1.4285714286rem;
}
.tp-pw-richText ul > li > ul,
.tp-pw-richText ol > li > ol {
  margin-bottom: 0;
}
.tp-pw-richText ul > li > ul :last-child,
.tp-pw-richText ol > li > ol :last-child {
  padding-bottom: 0;
}
.tp-pw-richText ul li,
.tp-pw-richText ol li {
  font-size: 1rem;
  padding-bottom: 1.1428571429rem;
}
.tp-pw-richText ul li::before,
.tp-pw-richText ol li::before {
  color: #4a4a4a;
}
.tp-pw-richText ul li:last-child,
.tp-pw-richText ol li:last-child {
  padding-bottom: 0;
}
.tp-pw-richText ul li li,
.tp-pw-richText ol li li {
  padding-bottom: 0.5714285714rem;
}
.tp-pw-richText ol li ol,
.tp-pw-richText ul li ul {
  padding-top: 1.1428571429rem;
}
.tp-pw-richText ul ul ul li {
  font-size: 0.8571428571rem;
  padding-bottom: 0.5714285714rem;
}
.tp-pw-richText ul ul ul li::before {
  content: "‒";
  font-weight: 400;
}
.tp-pw-richText ol ol ol {
  padding-left: 2rem;
}
.tp-pw-richText ol ol ol li {
  font-size: 0.8571428571rem;
  padding-bottom: 0.5714285714rem;
}
.tp-pw-richText table {
  margin-bottom: 1.7142857143rem;
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
}
.tp-pw-richText table::-webkit-scrollbar {
  -webkit-appearance: none;
}
.tp-pw-richText table::-webkit-scrollbar:horizontal {
  height: 11px;
}
.tp-pw-richText table::-webkit-scrollbar-thumb {
  border: 2px solid #ffffff;
  border-radius: 8px;
  background-color: #9d9d9d;
}
.tp-pw-richText table::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 8px;
}
.tp-pw-richText table tbody {
  display: table;
  width: 100%;
}
.tp-pw-richText table th {
  padding-top: 0.6428571429rem;
  padding-bottom: 0.6428571429rem;
  border-bottom: 1px solid #000000;
  font-weight: 500;
}
.tp-pw-richText table td {
  padding-top: 0.7857142857rem;
  padding-bottom: 0.7857142857rem;
  border-bottom: 1px solid #e5e5e5;
}
.tp-pw-richText table td,
.tp-pw-richText table th {
  padding-left: 0.5714285714rem;
  padding-right: 1rem;
  white-space: pre-wrap;
}
@media (min-width: 1024px) {
  .tp-pw-richText.tp-pw-richText-container {
    margin-top: 0;
    margin-left: 3.4285714286rem;
    margin-right: 3.4285714286rem;
    padding: 3.4285714286rem;
  }
  .tp-pw-richText h1 {
    font-size: 3rem;
    line-height: 1.1428571429;
    font-weight: 700;
  }
  .tp-pw-richText h2 {
    font-size: 2.2857142857rem;
    line-height: 1.25;
  }
  .tp-pw-richText h3 {
    font-size: 1.7142857143rem;
    line-height: 1.3333333333;
    font-weight: 400;
  }
  .tp-pw-richText h4 {
    font-size: 1.2857142857rem;
    line-height: 2.6666666667;
    font-weight: 500;
  }
  .tp-pw-richText p {
    font-size: 1rem;
    line-height: 1.7142857143;
    font-weight: 400;
  }
  .tp-pw-richText small {
    font-size: 0.8571428571rem;
    line-height: 1.6666666667;
    margin-bottom: 1.7142857143rem;
  }
  .tp-pw-richText ol,
  .tp-pw-richText ul {
    margin-bottom: 1.7142857143rem;
  }
  .tp-pw-richText table,
  .tp-pw-richText p {
    margin-bottom: 1.7142857143rem;
  }
}
.tp-pw-richText a .tpatom-link {
  padding-top: 0.5714285714rem;
  padding-right: 2.8571428571rem;
  padding-bottom: 0.5714285714rem;
  display: block;
  position: relative;
  font-weight: 500;
}
.tp-pw-richText a .tpatom-link.icon {
  padding-left: 1.1428571429rem;
}
.tp-pw-richText a .tpatom-link::before {
  position: absolute;
  right: 16px;
  top: 14px;
  text-decoration: none;
}

.pw-tablist {
  overflow: hidden;
}
.pw-tablist-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .pw-tablist-desktop {
    display: block;
  }
}
@media (min-width: 1024px) {
  .pw-tablist-device {
    display: none;
  }
}
.pw-tablist--display-row > .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 0;
  margin-right: 0;
}
.pw-tablist--display-row-reversed > .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: 0;
  margin-right: 0;
}
.pw-tablist__events-icright {
  padding: 0;
}
@media (min-width: 1024px) {
  .pw-tablist__events-icright {
    padding-right: 1.7142857143rem;
    margin-right: -0.1428571429rem;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .pw-tablist__events-icright div,
  .pw-tablist__events-icright a {
    margin-right: -1.7142857143rem;
    position: relative;
  }
}
.pw-tablist__events-icright.pw-tablist-desktop {
  margin: 0px;
  padding: 0px;
}
.pw-tablist__events-icleft {
  padding: 0;
}
@media (min-width: 1024px) {
  .pw-tablist__events-icleft {
    padding-left: 1.7142857143rem;
    margin-left: -0.1428571429rem;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .pw-tablist__events-icleft div {
    margin-left: -1.7142857143rem;
    position: relative;
  }
}
.pw-tablist__events-icleft.pw-tablist-desktop {
  margin: 0px;
  padding: 0px;
  z-index: 10;
}
.pw-tablist__events-sidesection {
  padding: 1.7142857143rem;
  margin-bottom: 1.1428571429rem;
  background: #f6f6f6;
}
@media (min-width: 1024px) {
  .pw-tablist__events-sidesection {
    border-radius: 4px;
  }
}
.pw-tablist__heading {
  font-size: 1.7142857143rem;
  line-height: 1.3333333333;
  margin-bottom: 1.1428571429rem;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .pw-tablist__heading {
    font-size: 2.2857142857rem;
    line-height: 1.25;
    margin-bottom: 1.7142857143rem;
    font-weight: 700;
  }
}
.pw-tablist__media-wrapper {
  margin-bottom: 1.1428571429rem;
  max-width: unset;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.pw-tablist__event {
  line-height: 1.7142857143;
  display: block;
  color: #023f88;
  background-color: transparent;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  width: 100%;
  text-align: left;
  font-weight: 500;
}
.pw-tablist__event:last-child {
  border-bottom: 0;
}
.pw-tablist__event:first-child {
  border-top: 0;
}
.pw-tablist__event div,
.pw-tablist__event a {
  padding: 1.1428571429rem 1.7142857143rem 1.1428571429rem 1.1428571429rem;
  padding-right: 2.2857142857rem;
}
@media (min-width: 1024px) {
  .pw-tablist__event div,
  .pw-tablist__event a {
    padding: 1.1428571429rem 1.7142857143rem 1.1428571429rem 1.1428571429rem;
  }
}
.pw-tablist__event:first-of-type {
  margin-top: 0;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-tablist__event:last-of-type.collapsed {
    border-bottom: 1px solid #e5e5e5;
  }
}
.pw-tablist__event .icon-left {
  right: 1.1428571429rem;
  width: 0.8571428571rem;
  height: 0.8571428571rem;
  font-size: 0.8571428571rem;
  color: #023f88;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}
@media (min-width: 1024px) {
  .pw-tablist__event .icon-left {
    bottom: 0;
  }
}
.pw-tablist__event .icon-left::before {
  vertical-align: top;
}
@media (min-width: 1024px) {
  .pw-tablist__event .icon-left::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (min-width: 1024px) {
  .pw-tablist__event .icon-left {
    right: auto;
  }
}
.pw-tablist__event .icon-right {
  right: 1.1428571429rem;
  width: 0.8571428571rem;
  height: 0.8571428571rem;
  font-size: 0.8571428571rem;
  color: #023f88;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}
@media (min-width: 1024px) {
  .pw-tablist__event .icon-right {
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-tablist__event .icon-right {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.pw-tablist__event .icon-right::before {
  vertical-align: top;
}
@media (min-width: 1024px) {
  .pw-tablist__event .icon-right::before {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.pw-tablist__event.active {
  z-index: 1;
}
@media (min-width: 1024px) {
  .pw-tablist__event.active {
    border-color: #ffffff;
  }
}
@media (min-width: 1024px) {
  .pw-tablist__event.active div {
    color: #4a4a4a;
    background: #f6f6f6;
  }
}
.pw-tablist__event.active--grayscale-white {
  z-index: 1;
}
@media (min-width: 1024px) {
  .pw-tablist__event.active--grayscale-white {
    border-color: #ffffff;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-tablist__event.active--grayscale-white {
    border-bottom: 0;
  }
}
.pw-tablist__event.active--grayscale-white div {
  background: #f6f6f6;
}
@media (min-width: 1024px) {
  .pw-tablist__event.active--grayscale-white div {
    color: #4a4a4a;
  }
}
.pw-tablist__event.active--grayscale-lighter {
  z-index: 1;
}
@media (min-width: 1024px) {
  .pw-tablist__event.active--grayscale-lighter {
    border-color: #ffffff;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-tablist__event.active--grayscale-lighter {
    border-bottom: 0;
  }
}
.pw-tablist__event.active--grayscale-lighter div {
  background: #ffffff;
}
@media (min-width: 1024px) {
  .pw-tablist__event.active--grayscale-lighter div {
    color: #4a4a4a;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-tablist__event.m-active {
    z-index: 1;
    border-color: #f6f6f6;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-tablist__event.collapsed {
    border-color: #e5e5e5;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-tablist__event.collapsed .icon-Arrow_Right_pw {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-tablist__event:not(.collapsed) {
    color: #4a4a4a;
    font-weight: 700;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-tablist__event:not(.collapsed) .semi-bold {
    font-weight: 700;
  }
}
.pw-tablist__event:not(.collapsed) .icon-Arrow_Right_pw {
  color: #4a4a4a;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-tablist__event:not(.collapsed) .icon-Arrow_Right_pw {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
.pw-tablist__event:not(.collapsed) .pw-tablist__event-readmore .icon-Arrow_Right_pw {
  color: inherit;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.pw-tablist__event-desktop {
  border: 0 none;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
}
.pw-tablist__event-desktop.text-start {
  padding: 1.1428571429rem 1.7142857143rem 0px 0px;
}
.pw-tablist__event-desktop.text-end {
  padding: 1.1428571429rem 0px 0px 1.7142857143rem;
}
.pw-tablist__event-desktop--tabTitle {
  padding-left: 1.1428571429rem;
  padding-right: 1.1428571429rem;
  padding-bottom: 1.1428571429rem;
  display: block;
  border-bottom: 1px solid #e5e5e5;
}
.pw-tablist__event-desktop .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}
.pw-tablist__event-desktop .icon.icon-right {
  right: 40px;
}
.pw-tablist__event-desktop .icon.icon-left {
  left: 40px;
}
.pw-tablist__event-desktop .icon.icon-left::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pw-tablist__event-desktop.m-active.active--grayscale-white {
  background: #f6f6f6;
}
.pw-tablist__event-desktop.m-active.active--grayscale-lighter {
  background: #ffffff;
}
.pw-tablist__event-desktop.m-active .pw-tablist__event-desktop--tabTitle {
  color: #4a4a4a;
  border-bottom: 0;
}
.pw-tablist__event-desktop:last-child .pw-tablist__event-desktop--tabTitle {
  border-bottom: 0;
}
.pw-tablist__event-readmore-icleft a {
  margin: 1.1428571429rem 0px 0px 0px;
  padding: 0.5714285714rem;
}
@media (min-width: 1024px) {
  .pw-tablist__event-readmore-icleft a {
    padding: 1.7142857143rem 3.4285714286rem;
  }
}
.pw-tablist__event-readmore-icright a {
  margin: 1.1428571429rem 0px 0px 0px;
  padding: 0.5714285714rem;
}
@media (min-width: 1024px) {
  .pw-tablist__event-readmore-icright a {
    padding: 1.7142857143rem 1.1428571429rem;
  }
}
@media (min-width: 1024px) {
  .pw-tablist__event-title-icleft.semi-bold {
    font-weight: 400;
  }
}
.pw-tablist__event-title-icleft {
  margin-left: 0;
}
@media (min-width: 1024px) {
  .pw-tablist__event-title-icleft {
    margin-left: 2.2857142857rem;
  }
}
.pw-tablist__event-title-icright {
  margin-right: 0;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .pw-tablist__event-title-icright {
    margin-right: 1.7142857143rem;
  }
}
.pw-tablist__event-detail-wrapper {
  padding: 0 1.1428571429rem 1.1428571429rem 1.1428571429rem;
  background-color: #f6f6f6;
}
.pw-tablist__event-detail-title {
  font-size: 1.7142857143rem;
  line-height: 1.3333333333;
  margin-bottom: 1.7142857143rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .pw-tablist__event-detail-title {
    margin-bottom: 1.1428571429rem;
    font-weight: 400;
  }
}
.pw-tablist__event-detail-subtitle {
  font-size: 0.8571428571rem;
  line-height: 1.6666666667;
  margin-bottom: 0.5714285714rem;
  color: #777777;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .pw-tablist__event-detail-subtitle {
    margin-bottom: 0.5714285714rem;
  }
}
.pw-tablist__event-detail-block-time {
  margin-bottom: 0.5714285714rem;
  font-size: 0.8571428571rem;
  color: #777777;
  line-height: 20px;
  font-weight: 500;
}
.pw-tablist__event-detail-description {
  font-size: 1rem;
  line-height: 1.7142857143;
  margin-bottom: 1.7142857143rem;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .pw-tablist__event-detail-description {
    margin-bottom: 1.7142857143rem;
  }
}
.pw-tablist__event-detail-description ul {
  padding-top: 0.5714285714rem;
}
.pw-tablist__event-detail-description ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pw-tablist__event-detail-description ul li::before {
  margin-right: 0.5714285714rem;
  display: inline-block;
  color: #4a4a4a;
  content: "•";
}
.pw-tablist__event-detail-description a {
  color: #023f88;
  font-weight: 600;
}
.pw-tablist__event-detail-description a:hover {
  color: #023f88;
  text-decoration: underline;
}
.pw-tablist video {
  width: 100%;
  border-radius: 4px;
}
.pw-tablist__novideop {
  padding: 1.7142857143rem 0px;
  margin-bottom: 1.7142857143rem;
}
.pw-tablist__events-backtoTablist {
  opacity: 0;
  height: 0;
}
.pw-tablist__events-backtoTablist:focus {
  margin: 0px 0px 1.1428571429rem 0px;
  opacity: 1;
  height: auto;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-tablist__events-backtoTablist {
    display: none;
  }
}
.pw-tablist__readMore-link {
  position: relative;
}
.pw-tablist__readMore-link-borderTop {
  padding: 1.7142857143rem 0px 0px 0px;
  border-top: 1px solid #e5e5e5;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-tablist__readMore {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-tablist-button_desktop {
    display: none;
  }
}
.pw-tablist__backtoTablist-container {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: absolute;
  height: 0;
}
.pw-tablist__backtoTablist-container.visible {
  position: relative;
  height: auto;
  opacity: 1;
}

.tpatom-youtube {
  margin-bottom: 1.1428571429rem;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.tpatom-youtube iframe {
  border-radius: 0.2857142857rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-link-tablist {
  width: 100%;
}

.pw-container.pw-frame .frame-body {
  margin: 0 1.1428571429rem;
}
@media (min-width: 1024px) {
  .pw-container.pw-frame .frame-body {
    margin: 0 3.4285714286rem;
  }
}
.pw-container.pw-frame .padding-regular {
  padding: 1.7142857143rem 1.1428571429rem;
}
@media (min-width: 1024px) {
  .pw-container.pw-frame .padding-regular {
    padding: 3.4285714286rem;
  }
}
.pw-container.pw-frame iframe {
  padding: 0;
  display: block;
  height: 100vh;
  width: 100%;
}
@media (min-width: 1024px) {
  .pw-container.pw-frame iframe {
    padding: 0;
    width: 100%;
  }
}

.pw-anchor {
  padding: 0 3.4285714286rem;
}
.pw-anchor.tp-container {
  padding: 0;
  margin: 1.7142857143rem 2.2857142857rem;
}
@media (min-width: 1024px) {
  .pw-anchor.tp-container {
    margin: 1.7142857143rem 2.2857142857rem 0px 2.2857142857rem;
    margin-bottom: -1.1428571429rem;
  }
}
@media (min-width: 1024px) {
  .pw-anchor__regular {
    padding: 0px 3.4285714286rem;
    margin: 0px 3.4285714286rem;
  }
}
.pw-anchor .pw-anchor-list__content {
  font-size: 1rem;
  line-height: 1.7142857143;
  padding: 0.5714285714rem 1.1428571429rem;
  font-weight: 500;
  border-bottom: 1px solid #e5e5e5;
}
.pw-anchor .pw-anchor-list__content a {
  color: #023f88;
}
@media (min-width: 1024px) {
  .pw-anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pw-anchor.tp-container {
    max-width: 102.8571428571rem;
    padding: 0;
    margin: 1.7142857143rem auto 0px auto;
  }
  .pw-anchor .pw-anchor-list {
    border-radius: 0.2857142857rem;
    padding: 0;
    border: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pw-anchor .pw-anchor-list__content {
    padding: 0.5714285714rem 1.1428571429rem;
    border-right: 1px solid #e5e5e5;
    border-bottom: 0;
  }
  .pw-anchor .pw-anchor-list__content:last-child {
    border-right: 0;
  }
  .pw-anchor .pw-anchor-list__content a {
    color: #023f88;
  }
  .pw-anchor .pw-anchor-list__content a:hover::after {
    display: block;
    content: "";
    width: 100%;
    background: #023f88;
    height: 1px;
  }
}

.pw-video {
  border-radius: 0.2857142857rem;
  margin-bottom: 3.4285714286rem;
}
.pw-video--display-row > .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.pw-video--display-row-reversed > .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pw-video--display-column > .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pw-video--display-column .pw-video__video {
  margin-top: 1.1428571429rem;
}
@media (min-width: 1024px) {
  .pw-video--display-column .pw-video__video {
    margin-top: 1.7142857143rem;
  }
}
.pw-video--display-column-reversed > .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.pw-video--display-column-reversed .pw-video__video {
  margin-bottom: 0px;
}
@media (min-width: 1024px) {
  .pw-video--display-column-reversed .pw-video__video {
    margin-bottom: 0px;
  }
}
.pw-video__innerpadding {
  margin-top: 1.7142857143rem;
  margin-bottom: 1.7142857143rem;
}
@media (min-width: 1024px) {
  .pw-video__innerpadding {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.pw-video__video {
  border-radius: 0.2857142857rem;
  margin-bottom: 0px;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
@media (min-width: 1024px) {
  .pw-video__video {
    margin-bottom: 0px;
  }
}
.pw-video__video video,
.pw-video__video iframe {
  border-radius: 0.2857142857rem;
  margin-bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.pw-video__novideop {
  padding: 1.7142857143rem 0px;
}
.pw-video__novideo {
  height: 100%;
}
.pw-video__novideo_content {
  border-radius: 0.2857142857rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e5e5e5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.pw-video__novideo_content p {
  max-width: 28.5714285714rem;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-video__novideo_content p {
    max-width: 16rem;
    font-size: 14px;
    font-weight: 400;
  }
}
.pw-video__novideo_content button {
  margin-top: 24px;
}
.pw-video .pw-text-video__video {
  margin-bottom: 0;
}

.pw-container-inner {
  margin: 1.1428571429rem;
  margin-bottom: 0px;
}
@media (min-width: 1024px) {
  .pw-container-inner {
    margin: 1.7142857143rem 3.4285714286rem;
    margin-bottom: 0px;
  }
}

.hidden-element {
  height: 0;
  width: 0;
  visibility: hidden;
}

.view-larger-map {
  padding: 0.0714285714rem 0.8571428571rem;
  border: 1px solid #4a4a4a;
  background-color: #ffffff;
  cursor: pointer;
  font-family: "Montserrat", Arial, "Noto Sans", Arial;
  margin: 5px;
}

.pw-find-my-office__map {
  height: 20.5714285714rem;
  border-radius: 4px;
}
.pw-find-my-office__wrapper {
  margin-left: 1.1428571429rem;
  margin-right: 1.1428571429rem;
  position: relative;
}
.pw-find-my-office__form-group {
  padding: 1.7142857143rem 1.1428571429rem;
  background-color: #ffffff;
  position: static;
  width: 100%;
  border-radius: 4px;
}
.pw-find-my-office__form-group h2 {
  line-height: 1.3333333333;
  font-weight: 700;
  font-size: 24px;
}
.pw-find-my-office__form-group__label {
  margin-bottom: 0;
}
.pw-find-my-office__form-group__label.opacity {
  opacity: 0.4;
}
.pw-find-my-office__form-group .country-field {
  margin-top: 1.1428571429rem;
}
.pw-find-my-office__form-group__field {
  margin-top: 1.1428571429rem;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.pw-find-my-office__form-group .btn {
  font-weight: 400;
}
.pw-find-my-office__form-group .btn:disabled {
  opacity: 0.4;
  cursor: auto;
}
.pw-find-my-office__form-group .btn .icon-Arrow_Right_pw::before {
  color: #4a4a4a;
  font-size: 12px;
  line-height: 12px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pw-find-my-office__form-group__city-field.hide, .pw-find-my-office__form-group__address.hide {
  display: none;
}
.pw-find-my-office .js-pw-no-details-found.hide,
.pw-find-my-office .js-pw-find-my-office-office-details.hide {
  display: none;
}
.pw-find-my-office .js-pw-no-details-found {
  margin-top: 1.1428571429rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #B10303;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", Arial;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.pw-find-my-office .js-pw-no-details-found i {
  margin-right: 8px;
  font-size: 20px;
}
.pw-find-my-office__form-group__address__office-name, .pw-find-my-office__form-group__address__office-site {
  margin-top: 1.1428571429rem;
}
.pw-find-my-office__form-group__address__office-address, .pw-find-my-office__form-group__address__office-phone-number {
  margin-top: 1.1428571429rem;
}
.pw-find-my-office__form-group__address__office-phone-number__label {
  font-weight: 700;
}
.pw-find-my-office__form-group__address__office-name h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .pw-find-my-office__map {
    height: 48.5714285714rem;
  }
  .pw-find-my-office__wrapper {
    margin-left: 3.4285714286rem;
    margin-right: 3.4285714286rem;
  }
  .pw-find-my-office__form-group {
    padding: 3.4285714286rem;
    position: absolute;
    width: 395px;
    top: 48px;
    left: 48px;
    z-index: 1;
  }
  .pw-find-my-office__form-group .country-field {
    margin-top: 1.7142857143rem;
  }
  .pw-find-my-office__form-group__address__office-name h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
  .pw-find-my-office__form-group__address__office-site {
    margin-top: 1.7142857143rem;
  }
  .pw-find-my-office h2 {
    line-height: 1.25;
    font-size: 32px;
  }
}
.pw-find-my-office .BMap_stdMpViewMap {
  display: inline-block;
  color: #1967C8;
  background: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px 0 #4a4a4a;
          box-shadow: 0 1px 5px 0 #4a4a4a;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 24px;
  position: absolute;
  right: 15px;
  top: 20px;
  text-align: center;
  z-index: 99;
}
.pw-find-my-office .BMap_stdMpPan {
  display: none;
}
.pw-find-my-office .BMap_stdMpZoom {
  top: 10px;
  right: 0;
}
.pw-find-my-office .BMap_stdMpSlider {
  display: none;
}
.pw-find-my-office .BMap_zlHolder.hvr {
  display: none;
}

.medialink {
  border-radius: 0.2857142857rem;
  padding-left: 1.1428571429rem;
  padding-right: 1.1428571429rem;
  padding-top: 1.7142857143rem;
  margin: 0 1.1428571429rem;
}
@media (min-width: 1024px) {
  .medialink {
    padding: 3.4285714286rem;
    padding-left: 3.4285714286rem;
    padding-right: 3.4285714286rem;
    margin: 0 3.4285714286rem;
  }
}
.medialink__heading {
  font-size: 1.7142857143rem;
  padding-top: 0px;
  margin-bottom: 1.1428571429rem;
}
@media (min-width: 1024px) {
  .medialink__heading {
    padding-top: 0px;
    margin-bottom: 1.7142857143rem;
  }
}
.medialink__heading h3 {
  font-size: 1.7142857143rem;
  line-height: 1.3333333333;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .medialink__heading h3 {
    font-size: 2.2857142857rem;
    line-height: 1.25;
    font-weight: 700;
  }
}
.medialink__heading p {
  margin-top: 1.7142857143rem;
  font-size: 1rem;
  line-height: 1.2857142857;
  font-weight: 400;
}
.medialink__subheading {
  margin-bottom: 1.7142857143rem;
  min-height: 1.7142857143rem;
}
.medialink__subheading h4 {
  padding-left: 0px;
  font-size: 1.2857142857rem;
  line-height: 1.3333333333;
  font-weight: 500;
}
.medialink__linklist {
  margin-bottom: 1.7142857143rem;
}
.medialink__linklist:last-child {
  margin-bottom: 1.7142857143rem;
}
.medialink__linklist.noMobileHeader {
  margin-top: -1.7142857143rem;
}
@media (min-width: 1024px) {
  .medialink__linklist {
    padding-left: 1.7142857143rem;
    padding-right: 1.7142857143rem;
    margin-bottom: 0px;
  }
  .medialink__linklist:first-child {
    padding-left: 1.0714285714rem;
  }
  .medialink__linklist:last-child {
    padding-right: 1.0714285714rem;
    margin-bottom: 0px;
  }
  .medialink__linklist.noMobileHeader {
    margin-top: 0px;
  }
}
.medialink__wrapper {
  padding: 1.1428571429rem 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .medialink__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.medialink__wrapper p {
  display: none;
}
@media (min-width: 1024px) {
  .medialink__wrapper p {
    margin-top: -0.5714285714rem;
    margin-bottom: 1.1428571429rem;
    display: block;
    font-size: 12px;
  }
}
.medialink__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.medialink__content .tpatom-link__text.sly-text__iblock {
  display: inline-block;
  margin-bottom: 24px;
}
.medialink__image {
  margin-right: 16px;
}
.medialink__image img {
  max-width: unset;
  height: 74px;
  width: 74px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .medialink__link.tpatom-link--transparent {
    margin-bottom: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.medialink__link.tpatom-link--transparent {
  line-height: 1.7142857143;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1024px) {
  .medialink__link.tpatom-link--transparent span {
    margin-left: 0px;
  }
}
.medialink__link.tpatom-link--transparent span {
  line-height: 1.7142857143;
  font-weight: 500;
  -ms-flex-item-align: center;
      align-self: center;
}
.medialink__link.tpatom-link--transparent i.icon {
  margin-left: 1.1428571429rem;
  margin-right: 1.1428571429rem;
  display: inline-block;
  line-height: 24px;
  margin-top: 0;
}
.medialink__link.tpatom-link--transparent i.icon::before {
  font-size: 16px;
  height: 16px;
  width: 16px;
}
.medialink__link.tpatom-link--transparent .icon.icon-Circle_Arrow_Right_pw {
  margin-top: 0;
  padding-right: 1.1428571429rem;
  line-height: 24px;
}
.medialink .topMargin {
  margin-top: 2.8571428571rem;
}
.medialink .noMobile {
  display: none;
}
@media (min-width: 1024px) {
  .medialink .noMobile {
    display: block;
  }
}

.pw-contactus-form {
  border-radius: 4px;
}
.pw-contactus-form fieldset {
  width: 100%;
}
.pw-contactus-form .form-group {
  margin: 0px;
  padding-bottom: 1.1428571429rem;
  position: relative;
}
.pw-contactus-form .cu-privacy-policy {
  margin-top: 0px;
}
.pw-contactus-form .cu-privacy-policy a:hover {
  color: #00BDF2;
}
.pw-contactus-form .country-field .pw-form__dropdown__menu .active {
  border: 0;
  color: #ffffff;
}
.pw-contactus-form .country-field .pw-form__dropdown__menu .active:hover {
  color: #4A4A4A;
  background-color: #f6f6f6;
}
.pw-contactus-form .pw-form__dropdown {
  padding-left: 0px;
  padding-right: 0px;
}
.pw-contactus-form .text-capital {
  text-transform: capitalize;
}
.pw-contactus-form .serviceError {
  display: none;
  color: #ff4d4d;
}
.pw-contactus-form .errorMsg {
  display: none;
  color: #ff4d4d;
  font-size: 12px;
}
.pw-contactus-form .formfield label,
.pw-contactus-form .form-group label {
  margin-bottom: 0;
}
.pw-contactus-form .formfield label.asterisk p,
.pw-contactus-form .form-group label.asterisk p {
  display: inline;
}
.pw-contactus-form .formfield label.asterisk::after,
.pw-contactus-form .form-group label.asterisk::after {
  color: #ff4d4d;
  content: "*";
  padding: 0px 2px;
}
.pw-contactus-form .formfield .pw-form__dropdown__toggle i,
.pw-contactus-form .form-group .pw-form__dropdown__toggle i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pw-contactus-form .formfield.field-error,
.pw-contactus-form .form-group.field-error {
  padding-bottom: 0px;
}
.pw-contactus-form .formfield.field-error .pw-form__dropdown__toggle,
.pw-contactus-form .form-group.field-error .pw-form__dropdown__toggle {
  border-color: #ff4d4d;
}
.pw-contactus-form .formfield.field-error .errorMsg,
.pw-contactus-form .form-group.field-error .errorMsg {
  margin-top: 0.5714285714rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.pw-contactus-form .cu-tab-pane {
  display: none;
}
.pw-contactus-form .cu-tab-pane.active {
  display: block;
}
.pw-contactus-form h4 {
  font-weight: 500;
}
.pw-contactus-form h4.tpatom-heading--small {
  margin-bottom: 1.1428571429rem;
  font-size: 18px;
}
.pw-contactus-form .right-heading h4.tpatom-heading--small {
  margin-bottom: 1.1428571429rem;
}
.pw-contactus-form .separator {
  padding-bottom: 1.7142857143rem;
  margin-bottom: 1.7142857143rem;
  border-bottom: 1px solid #e5e5e5;
}
.pw-contactus-form .separator .pw-text-left-wrapper {
  margin-top: 0.5714285714rem;
}
.pw-contactus-form .separator .pw-image-container {
  margin-bottom: 1.7142857143rem;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/1;
}
.pw-contactus-form .separator .descriptionCont a:hover {
  color: #00BDF2;
}
@media (min-width: 1024px) {
  .pw-contactus-form .separator {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    border-right: 1px solid #e5e5e5;
    padding-right: 48px;
  }
  .pw-contactus-form .separator + div {
    padding-left: 3.4285714286rem;
  }
  .pw-contactus-form .separator .pw-image-container {
    margin-bottom: 0;
    padding-right: 1.7142857143rem;
  }
  .pw-contactus-form .separator h4 {
    margin-bottom: 1.1428571429rem;
    margin-top: 0.5714285714rem;
  }
}
.pw-contactus-form .main-heading {
  margin-bottom: 1.1428571429rem;
  overflow-wrap: break-word;
}
.pw-contactus-form .thankyou img {
  margin-bottom: 1.7142857143rem;
}
.pw-contactus-form .thankyou h2,
.pw-contactus-form .thankyou .contact-us-thankyou-text {
  margin-bottom: 1.1428571429rem;
}
@media (min-width: 1024px) {
  .pw-contactus-form .thankyou h2,
  .pw-contactus-form .thankyou .contact-us-thankyou-text {
    margin-bottom: 1.7142857143rem;
  }
}
.pw-contactus-form .thankyou .button-group {
  margin-top: 1.1428571429rem;
}
.pw-contactus-form .summary:not(:last-child) {
  margin-bottom: 0.5714285714rem;
}
@media (min-width: 1024px) {
  .pw-contactus-form .summary:not(:last-child) {
    margin-bottom: 0px;
  }
}
.pw-contactus-form .summary div + div {
  font-weight: 700;
}
@media (min-width: 1024px) {
  .pw-contactus-form .summary div + div {
    padding-left: 3.4285714286rem;
  }
}
@media (min-width: 1024px) {
  .pw-contactus-form .summary .col-lg-5 {
    padding-right: 48px;
  }
}
.pw-contactus-form .button-group {
  margin-top: 1.1428571429rem;
}
.pw-contactus-form .button-group > * {
  margin-top: 0.5714285714rem;
}
.pw-contactus-form .button-group .tpatom-btn--primary:hover {
  color: #ffffff;
}
.pw-contactus-form .button-group .tpatom-btn--primary[disabled] {
  color: #777777;
  background-color: #e5e5e5;
  text-decoration: none;
}
.pw-contactus-form .button-group .tpatom-btn--primary[disabled]:hover {
  color: #777777;
  background-color: #e5e5e5;
  text-decoration: none;
}
.pw-contactus-form .button-group .previousbtn {
  margin-right: 1.1428571429rem;
  border: 1px solid #023f88;
  color: #023f88;
  background-color: #ffffff;
}
.pw-contactus-form .button-group .previousbtn i {
  padding-left: 0.3571428571rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  float: left;
}
.pw-contactus-form .button-group .previousbtn:hover {
  text-decoration: underline;
}
.pw-contactus-form .pw-progress .pw-progressbar_wrapper {
  margin-top: 1.4285714286rem;
}
.pw-contactus-form .pw-progress .pw-progressbar__steps {
  padding-left: 1.1428571429rem;
}
.pw-contactus-form .pw-progress .pw-progressbar__steps p {
  margin-top: 1.7142857143rem;
  color: #023f88;
  font-size: 12px;
}
.pw-contactus-form .privacy-policy-consent-text a:hover {
  color: #023f88;
  text-decoration: underline;
}

.icon--link {
  margin-left: 0.2857142857rem;
  vertical-align: middle;
  height: 14px;
  width: 14px;
}

.sub-menu-navigation-link-item.active {
  font-weight: 900;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .sub-menu-navigation-link-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sub-menu-navigation-link-item, .sub-menu-navigation-link-item:hover {
    color: #4a4a4a;
  }
  .sub-menu-navigation-link-item i.icon {
    margin-left: 0.2857142857rem;
  }
  .sub-menu-navigation-link-item i.icon::before {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (min-width: 1024px) {
  .sub-menu-navigation-link-item:hover {
    color: #00BDF2;
  }
  .sub-menu-navigation-link-item i.icon {
    margin-left: 0.2857142857rem;
    vertical-align: top;
  }
  .sub-menu-navigation-link-item i.icon::before {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .sub-menu-navigation-link-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sub-menu-navigation-link-item, .sub-menu-navigation-link-item:hover {
    color: #4a4a4a;
  }
  .sub-menu-navigation-link-item i.icon {
    margin-left: 0.2857142857rem;
  }
  .sub-menu-navigation-link-item i.icon::before {
    font-size: 16px;
    line-height: 16px;
  }
}

i.icon-Spinner_pw::before {
  font-size: 24px;
  line-height: 24px;
  color: #023f88;
}

.tpatom-check__container {
  display: block;
  position: relative;
}
.tpatom-check__container .icon::before {
  display: none;
}
.tpatom-check__label {
  padding-left: 2.2857142857rem;
  display: block;
}
.tpatom-check__field {
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 0.00001;
  left: 0;
  top: 0;
  -webkit-transform: none;
          transform: none;
}
.tpatom-check__field:focus + .icon {
  outline: 2px solid #5E9ED6;
}
.tpatom-check__field:focus:not(.focus-visible) {
  outline: 0;
}
.tpatom-check__field:checked + .icon::before {
  display: block;
}

.collapse > .pw-sub-section-menu {
  display: block;
}

@media (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .collapse > .pw-sub-section-menu {
    display: block;
  }
}
.pw-sub-section-menu .pseudo-category-header {
  text-transform: uppercase;
  color: #777777;
}
.pw-sub-section-menu .pseudo-category-header > .pseudo-category-link {
  text-transform: initial;
}
.pw-sub-section-menu a {
  font-family: "Montserrat", Arial, "Noto Sans", Arial;
  font-weight: 500;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-sub-section-menu .category-child-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pw-sub-section-menu .category-child-ul > ul > li > a {
    border-top: 1px solid #e5e5e5;
    padding: 1.1428571429rem;
    padding-left: 2.8571428571rem;
  }
  .pw-sub-section-menu .pseudo-category-header {
    padding: 1.1428571429rem;
    padding-left: 2.8571428571rem;
    font-size: 12px;
    line-height: 16px;
    border-top: 1px solid #e5e5e5;
  }
  .pw-sub-section-menu hr {
    display: none;
  }
  .pw-sub-section-menu > ul,
  .pw-sub-section-menu .sub-section-category {
    background: #f6f6f6;
  }
}
@media (min-width: 1024px) {
  .pw-sub-section-menu {
    padding-top: 1.2857142857rem;
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .pw-sub-section-menu.show.show-modal-from-left {
    left: 8px;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  .pw-sub-section-menu.show.show-modal-from-right {
    right: 8px;
    left: auto;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  .pw-sub-section-menu .pseudo-category {
    display: inline-block;
  }
  .pw-sub-section-menu .pseudo-category-header {
    line-height: 1.6666666667;
    font-size: 12px;
  }
  .pw-sub-section-menu > ul,
  .pw-sub-section-menu .sub-section-category {
    padding: 2.2857142857rem;
    background: #f6f6f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pw-sub-section-menu hr {
    margin-top: 1.1428571429rem;
    margin-bottom: 1.7142857143rem;
    color: #e5e5e5;
  }
  .pw-sub-section-menu > ul > li {
    margin-left: 2.2857142857rem;
  }
  .pw-sub-section-menu > ul > li:first-child {
    margin-left: 0px;
  }
  .pw-sub-section-menu li {
    margin: 0px;
    line-height: 1.6666666667;
    white-space: nowrap;
    background: #f6f6f6;
    font-size: 12px;
  }
  .pw-sub-section-menu li:first-child {
    margin-left: 0px;
  }
  .pw-sub-section-menu a {
    line-height: 1.6666666667;
    padding: 0px;
    font-size: 12px;
    color: #4a4a4a;
  }
  .pw-sub-section-menu.show {
    display: block;
  }
  .pw-sub-section-menu .category-child-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pw-sub-section-menu .category-child-ul > ul {
    margin-left: 2.2857142857rem;
  }
  .pw-sub-section-menu .category-child-ul > ul:first-child {
    margin-left: 0px;
  }
  .pw-sub-section-menu .category-child-ul > ul li {
    margin-bottom: 0.5714285714rem;
  }
  .pw-sub-section-menu .category-child-ul > ul li:last-child {
    margin-bottom: 0px;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .pw-sub-section-menu {
    display: block;
    position: static;
    -webkit-transform: unset;
            transform: unset;
    padding-top: 0px;
  }
  .pw-sub-section-menu .pseudo-category {
    display: list-item;
  }
  .pw-sub-section-menu a {
    font-size: 1rem;
    line-height: 1.7142857143;
    font-family: "Montserrat", Arial, "Noto Sans", Arial;
    font-weight: 500;
  }
  .pw-sub-section-menu > ul > li {
    margin-left: 0px;
  }
  .pw-sub-section-menu .category-child-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pw-sub-section-menu .category-child-ul > ul > li > a {
    border-top: 1px solid #e5e5e5;
    padding: 1.1428571429rem;
    padding-left: 2.8571428571rem;
  }
  .pw-sub-section-menu .category-child-ul > ul {
    margin-left: 0px;
  }
  .pw-sub-section-menu .category-child-ul > ul li {
    margin-bottom: 0px;
  }
  .pw-sub-section-menu .pseudo-category-header {
    padding: 1.1428571429rem;
    padding-left: 2.8571428571rem;
    font-size: 12px;
    line-height: 16px;
    border-top: 1px solid #e5e5e5;
  }
  .pw-sub-section-menu hr {
    display: none;
  }
  .pw-sub-section-menu > ul,
  .pw-sub-section-menu .sub-section-category {
    padding: 0px;
    background: #f6f6f6;
    display: block;
  }
}

.form-check.formfields .form-check-input:checked ~ .form-check-radio::before {
  background: #023f88;
}
.form-check.formfields .form-check-label {
  margin-bottom: 1.1428571429rem;
  font-size: 14px;
  z-index: 3;
}
.form-check.formfields .form-check-radio {
  border: 1px solid #4a4a4a;
  height: 20px;
  width: 20px;
  z-index: 2;
}
.form-check.formfields .form-check-radio::before {
  height: 8px;
  width: 8px;
  top: 5px;
  left: 5px;
}
.form-check.formfields .form-check-radio:checked::before {
  background: #023f88;
}

.form-group .errorMsg {
  color: #ff4d4d;
  font-size: 12px;
  display: none;
}

.field-error input[type=text],
.field-error input[type=email] {
  border: 1px solid #ff4d4d;
}
.field-error .errorMsg {
  display: inline-block;
}

ul.pw-progressbar_wrapper {
  margin: 1.7142857143rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1024px) {
  ul.pw-progressbar_wrapper {
    margin: 3.4285714286rem 0 0;
  }
}
ul.pw-progressbar_wrapper .step-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.pw-progressbar_wrapper .step-box:not(:first-child)::before {
  content: "";
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  margin: 2px 0 0;
  background-color: #e5e5e5;
}
ul.pw-progressbar_wrapper .step-box:not(:last-child)::after {
  content: "";
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  margin: 2px 0 0;
  background-color: #e5e5e5;
}
ul.pw-progressbar_wrapper .step-box > .steps {
  color: #00BDF2;
  text-decoration: none;
  text-align: center;
}
ul.pw-progressbar_wrapper .step-box > .steps .circle {
  display: inline-block;
  color: #ffffff;
  width: 8px;
  height: 8px;
  text-align: center;
  background: #e5e5e5;
  border-radius: 50%;
  z-index: 1;
}
ul.pw-progressbar_wrapper .step-box > .steps .circle > span {
  display: none;
}
ul.pw-progressbar_wrapper .step-box > .steps .stepname {
  display: block;
  color: #023f88;
  font-size: 10px;
  font-weight: 500;
  margin-top: 2px;
}
ul.pw-progressbar_wrapper .step-box.done .circle {
  background-color: #023f88;
}
ul.pw-progressbar_wrapper .step-box.done::after, ul.pw-progressbar_wrapper .step-box.done::before {
  background: #023f88;
}
ul.pw-progressbar_wrapper .step-box.active .circle {
  background-color: #023f88;
  height: 24px;
  width: 24px;
}
ul.pw-progressbar_wrapper .step-box.active .circle > span {
  display: block;
}
ul.pw-progressbar_wrapper .step-box.active::before {
  background-color: #023f88;
}

.tp-pw-qrCode__modal .modal-header {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp-pw-qrCode__modal .modal-header h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
}
.tp-pw-qrCode__modal .modal-header .js-close-btn::before {
  font-size: 16px;
}

.pw-lang-selector {
  color: #4a4a4a;
}
.pw-lang-selector a:hover span:nth-child(2) {
  border-left: 1px solid #023f88;
}
.pw-lang-selector__header {
  padding: 2.8571428571rem 2.2857142857rem 1.7142857143rem 2.2857142857rem;
  border: 0;
}
@media (min-width: 1024px) {
  .pw-lang-selector__header {
    padding: 3.4285714286rem 3.4285714286rem 1.7142857143rem;
  }
}
.pw-lang-selector__header__heading {
  font-size: 1.7142857143rem;
  line-height: 1.3333333333;
  font-weight: 400;
  word-wrap: break-word;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-lang-selector__header__heading {
    padding-top: 1.7142857143rem;
    padding-bottom: 1.1428571429rem;
  }
}
.pw-lang-selector__header__close {
  top: 2.8571428571rem;
  bottom: 2.8571428571rem;
}
.pw-lang-selector .row {
  margin-left: 0;
  margin-right: 0;
}
.pw-lang-selector__body {
  padding: 0 2.2857142857rem 1.1428571429rem 2.2857142857rem;
}
@media (min-width: 1024px) {
  .pw-lang-selector__body {
    padding: 0 3.4285714286rem 3.4285714286rem 3.4285714286rem;
  }
}
.pw-lang-selector__lang-container {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pw-lang-selector__lang-container i {
  margin-left: 0.5714285714rem;
}
@media (min-width: 1024px) {
  .pw-lang-selector__lang-container {
    padding-left: 1.7142857143rem;
    padding-right: 1.7142857143rem;
    border-right: 1px solid #e5e5e5;
  }
  .pw-lang-selector__lang-container:first-child {
    padding-left: 0;
  }
  .pw-lang-selector__lang-container:nth-child(4n+4) {
    border-right: 0;
  }
}
.pw-lang-selector__lang-container i.icon-ver-line {
  padding-left: 0.5714285714rem;
  margin-left: 0.2857142857rem;
  border-left: 1px solid #023f88;
}
.pw-lang-selector__lang-container i.icon-ver-line:hover {
  border-left: 1px solid #023f88;
}
.pw-lang-selector__btn {
  padding-bottom: 1.1428571429rem;
  color: #023f88;
  width: 100%;
}
.pw-lang-selector__btn:hover {
  color: #023f88;
}
.pw-lang-selector__btn:hover a {
  color: #023f88;
  text-decoration: underline;
}
.pw-lang-selector__btn:hover a i.icon-ver-line {
  border-left: 1px solid #023f88;
}
@media (min-width: 1024px) {
  .pw-lang-selector__btn:last-child {
    padding-bottom: 1.7142857143rem;
  }
}
.pw-lang-selector__btn span {
  font-weight: 400;
}
.pw-lang-selector__btn span.selected {
  font-weight: 700;
}
.pw-lang-selector__btn span:nth-child(2) {
  border-left: 1px solid #023f88;
  padding-left: 8px;
  margin-left: 4px;
}
.pw-lang-selector .icon-Close_pw::before {
  font-size: 1.4285714286rem;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
}
@media (min-width: 1024px) {
  .pw-lang-selector .icon-Close_pw::before {
    font-size: 1.1428571429rem;
    width: 1.1428571429rem;
    height: 1.1428571429rem;
  }
}
.pw-lang-selector .modal-dialog {
  margin: 0;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .pw-lang-selector .modal-dialog {
    margin: 0 1.1428571429rem;
    max-width: 81.6428571429rem;
    margin: auto;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-lang-selector .modal-dialog-centered {
    min-height: 100%;
  }
}

.tpmol-modal-header {
  padding: 1.1428571429rem;
  border: 0;
}
@media (min-width: 1024px) {
  .tpmol-modal-header {
    padding: 3.4285714286rem 3.4285714286rem 1.7142857143rem;
  }
}
.tpmol-modal-header__heading {
  font-size: 1.7142857143rem;
  line-height: 1.3333333333;
  word-wrap: break-word;
}

.pw-softconversion {
  color: #4a4a4a;
  font-weight: 500;
}
.pw-softconversion .formfield:last-child .form-group {
  margin-bottom: 0px;
}
.pw-softconversion .country-field-wrapper,
.pw-softconversion .position-field-wrapper,
.pw-softconversion .function-field-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-softconversion .tp-modal-content {
    min-height: 100vh;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-softconversion.tp-modal {
    background-color: #f6f6f6;
  }
}
.pw-softconversion__header {
  padding: 1.7142857143rem 1.1428571429rem 0 1.1428571429rem;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .pw-softconversion__header {
    padding: 3.4285714286rem 3.4285714286rem 1.7142857143rem;
  }
}
.pw-softconversion__header__heading {
  font-size: 1.7142857143rem;
  line-height: 1.3333333333;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-wrap: break-word;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-softconversion__header__heading {
    padding-top: 1.7142857143rem;
    padding-bottom: 1.1428571429rem;
  }
}
.pw-softconversion__header__close {
  top: 2.8571428571rem;
  bottom: 2.8571428571rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: auto;
}
.pw-softconversion__body {
  padding: 0 1.1428571429rem 1.1428571429rem 1.1428571429rem;
}
@media (min-width: 1024px) {
  .pw-softconversion__body {
    padding: 0 3.4285714286rem 3.4285714286rem 3.4285714286rem;
  }
  .pw-softconversion__body .marketingConsentText {
    margin-left: -0.4285714286rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-softconversion__body .col-sm-1 {
    max-width: 8.33333%;
  }
  .pw-softconversion__body .col-sm-11 {
    padding-left: 0.5714285714rem;
    max-width: 91.66667%;
  }
}
.pw-softconversion .modal-dialog {
  margin: 1.1428571429rem;
}
@media (min-width: 1024px) {
  .pw-softconversion .modal-dialog {
    margin: auto;
  }
}
.pw-softconversion__form {
  border-radius: 4px;
}
.pw-softconversion__form .description {
  margin-bottom: 1.1428571429rem;
  font-weight: 500;
}
.pw-softconversion__form .tpatom-checkbox__icon {
  border: 1px solid #4a4a4a;
  color: #023f88;
}
.pw-softconversion__form .tpatom-checkbox__label {
  padding-left: 2.2857142857rem;
  display: block;
}
.pw-softconversion__form .radioHeading {
  margin-bottom: 0.2857142857rem;
  font-size: 1rem;
  line-height: 1.7142857143;
  font-weight: 700;
}
.pw-softconversion__form .radioHeading.asterisk::after {
  color: #ff4d4d;
  content: "*";
  padding: 0px 2px;
}
.pw-softconversion__form .radioWrap {
  font-weight: 500;
}
.pw-softconversion__form .country-field .pw-form__dropdown__menu .active,
.pw-softconversion__form .position-field .pw-form__dropdown__menu .active,
.pw-softconversion__form .function-field .pw-form__dropdown__menu .active {
  border: 0;
  color: #ffffff;
}
.pw-softconversion__form .country-field .pw-form__dropdown__menu .active:hover,
.pw-softconversion__form .position-field .pw-form__dropdown__menu .active:hover,
.pw-softconversion__form .function-field .pw-form__dropdown__menu .active:hover {
  color: #4A4A4A;
  background-color: #f6f6f6;
}
.pw-softconversion__form .privacy-policy-content a:hover {
  color: #023f88;
  text-decoration: underline;
}
.pw-softconversion__form .marketing-consent .form-group {
  margin-top: 0px;
  margin-bottom: 0;
}
.pw-softconversion__form .marketing-consent.no-form-group .form-group {
  margin-top: 0px;
}
.pw-softconversion__form .text-capital {
  text-transform: capitalize;
}
.pw-softconversion__form .serviceError {
  display: none;
  color: #ff4d4d;
}
.pw-softconversion__form .errorMsg {
  display: none;
  color: #ff4d4d;
  font-size: 12px;
}
.pw-softconversion__form .formfield,
.pw-softconversion__form .form-group {
  padding-bottom: 1.1428571429rem;
}
.pw-softconversion__form .formfield label,
.pw-softconversion__form .form-group label {
  margin-bottom: 0;
}
.pw-softconversion__form .formfield label.asterisk p,
.pw-softconversion__form .form-group label.asterisk p {
  display: inline;
}
.pw-softconversion__form .formfield label.asterisk::after,
.pw-softconversion__form .form-group label.asterisk::after {
  color: #ff4d4d;
  content: "*";
  padding: 0px 2px;
}
.pw-softconversion__form .formfield .pw-form__dropdown__toggle i,
.pw-softconversion__form .form-group .pw-form__dropdown__toggle i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pw-softconversion__form .formfield.field-error,
.pw-softconversion__form .form-group.field-error {
  padding-bottom: 0px;
}
.pw-softconversion__form .formfield.field-error .pw-form__dropdown__toggle,
.pw-softconversion__form .form-group.field-error .pw-form__dropdown__toggle {
  border-color: #ff4d4d;
}
.pw-softconversion__form .formfield.field-error .errorMsg,
.pw-softconversion__form .form-group.field-error .errorMsg {
  margin-top: 0.5714285714rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.pw-softconversion__form .tab-pane {
  display: none;
}
.pw-softconversion__form .tab-pane.active {
  display: block;
}
.pw-softconversion__form h4 {
  font-weight: 700;
}
.pw-softconversion__form h4.tpatom-heading--small {
  margin-bottom: 1.1428571429rem;
  font-size: 18px;
}
.pw-softconversion__form .right-heading h4.tpatom-heading--small {
  margin-bottom: 1.1428571429rem;
  font-size: 1rem;
  line-height: 1.7142857143;
  font-weight: 700;
}
.pw-softconversion__form .separator {
  padding-bottom: 1.7142857143rem;
  margin-bottom: 1.7142857143rem;
  border-bottom: 1px solid #e5e5e5;
}
.pw-softconversion__form .separator .pw-image-container {
  margin-bottom: 1.7142857143rem;
}
.pw-softconversion__form .separator .descriptionCont a:hover {
  color: #00BDF2;
}
@media (min-width: 1024px) {
  .pw-softconversion__form .separator {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    border-right: 1px solid #e5e5e5;
    padding-right: 48px;
  }
  .pw-softconversion__form .separator + div {
    padding-left: 3.4285714286rem;
  }
  .pw-softconversion__form .separator .pw-image-container {
    margin-bottom: 0;
    padding-right: 1.7142857143rem;
  }
}
.pw-softconversion__form .main-heading h4 {
  margin-bottom: 1.1428571429rem;
  overflow-wrap: break-word;
}
.pw-softconversion__form .thankyou {
  margin-top: -2.8571428571rem;
}
@media (min-width: 1024px) {
  .pw-softconversion__form .thankyou {
    margin: 0.5714285714rem auto 3.4285714286rem auto;
  }
}
.pw-softconversion__form .thankyou h2,
.pw-softconversion__form .thankyou h3 {
  margin-bottom: 1.7142857143rem;
  font-size: 1.7142857143rem;
  line-height: 1.3333333333;
}
@media (min-width: 1024px) {
  .pw-softconversion__form .thankyou h2,
  .pw-softconversion__form .thankyou h3 {
    font-size: 2.2857142857rem;
    line-height: 1.25;
    font-weight: 700;
  }
}
.pw-softconversion__form .thankyou .description-text-thankyou {
  margin-bottom: 1.1428571429rem;
}
.pw-softconversion__form .button-group {
  margin-top: 1.1428571429rem;
}
.pw-softconversion__form .button-group > * {
  margin-top: 0.5714285714rem;
}
.pw-softconversion__form .button-group .tpatom-btn--primary:hover {
  color: #ffffff;
}
.pw-softconversion__form .button-group .tpatom-btn--primary[disabled] {
  color: #777777;
  background-color: #e5e5e5;
  text-decoration: none;
}
.pw-softconversion__form .button-group .tpatom-btn--primary[disabled]:hover {
  color: #777777;
  background-color: #e5e5e5;
  text-decoration: none;
}
.pw-softconversion__form .button-group .previousbtn {
  margin-right: 1.1428571429rem;
  border: 1px solid #023f88;
  color: #023f88;
  background-color: #ffffff;
}
.pw-softconversion__form .button-group .previousbtn i {
  padding-left: 0.3571428571rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  float: left;
}
.pw-softconversion__form .button-group .previousbtn:hover {
  color: #023f88;
}
.pw-softconversion__form .button-group .notmebtn {
  border: 1px solid #023f88;
  color: #023f88;
  background-color: #ffffff;
}
.pw-softconversion__form .button-group .notmebtn i {
  padding-left: 0.3571428571rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  float: left;
}
.pw-softconversion__form .button-group .notmebtn:hover {
  border: 1px solid #023f88;
  color: #023f88;
}
@media (min-width: 1024px) {
  .pw-softconversion__form .button-group .notmebtn {
    margin-right: 1.1428571429rem;
  }
}
.pw-softconversion__form .pw-progress .pw-progressbar__steps {
  padding-left: 1.1428571429rem;
}
.pw-softconversion__form .pw-progress .pw-progressbar__steps p {
  margin-top: 1.7142857143rem;
  color: #023f88;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .pw-softconversion__form .pw-progress .pw-progressbar__steps p {
    margin-top: 3.4285714286rem;
  }
}
.pw-softconversion .pw-form__visitorType {
  margin-top: 1.1428571429rem;
}
.pw-softconversion .marketing-consent {
  margin-top: 0.2857142857rem;
}
.pw-softconversion .marketing-consent-text {
  margin-left: 0.2857142857rem;
}
.pw-softconversion .privacy-policy-consent .form-group {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pw-softconversion .privacy-policy-consent-text {
  margin-left: 0.2857142857rem;
}
.pw-softconversion .pw-form-sf {
  display: none;
}
.pw-softconversion .pw-form-sf__success.active, .pw-softconversion .pw-form-sf__failure.active {
  display: block;
}

.pw-businessEnquiry-form {
  border-radius: 4px;
}
.pw-businessEnquiry-form i.tpatom-button__icon::before {
  font-size: 12px;
  line-height: 12px;
}
.pw-businessEnquiry-form .tpatom-checkbox__icon {
  border: 1px solid #4a4a4a;
  color: #023f88;
}
@media (min-width: 1024px) {
  .pw-businessEnquiry-form h3 {
    font-weight: 700;
  }
}
.pw-businessEnquiry-form .form-group {
  padding-bottom: 1.1428571429rem;
  margin: 0px;
}
.pw-businessEnquiry-form .form-group label {
  margin-bottom: 0px;
}
.pw-businessEnquiry-form .errorMsg {
  display: none;
  color: #ff4d4d;
  font-size: 12px;
}
.pw-businessEnquiry-form .role-field-wrapper,
.pw-businessEnquiry-form .country-field-wrapper,
.pw-businessEnquiry-form .position-field-wrapper,
.pw-businessEnquiry-form .function-field-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
.pw-businessEnquiry-form .formfield {
  padding-bottom: 1.1428571429rem;
  position: relative;
}
.pw-businessEnquiry-form .formfield .formfield:last-child .form-group {
  margin-bottom: 0;
}
.pw-businessEnquiry-form .formfield .pw-form__dropdown__toggle i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pw-businessEnquiry-form .formfield label {
  margin-bottom: 0;
}
.pw-businessEnquiry-form .formfield label.asterisk::after,
.pw-businessEnquiry-form .form-group label.asterisk::after {
  color: #ff4d4d;
  content: "*";
  padding: 0px 2px;
}
.pw-businessEnquiry-form .function-field .pw-form__dropdown__menu .active,
.pw-businessEnquiry-form .role-field .pw-form__dropdown__menu .active,
.pw-businessEnquiry-form .country-field .pw-form__dropdown__menu .active,
.pw-businessEnquiry-form .position-field .pw-form__dropdown__menu .active {
  border: 0;
  color: #ffffff;
}
.pw-businessEnquiry-form .function-field .pw-form__dropdown__menu .active:hover,
.pw-businessEnquiry-form .role-field .pw-form__dropdown__menu .active:hover,
.pw-businessEnquiry-form .country-field .pw-form__dropdown__menu .active:hover,
.pw-businessEnquiry-form .position-field .pw-form__dropdown__menu .active:hover {
  color: #4A4A4A;
  background-color: #f6f6f6;
}
.pw-businessEnquiry-form .form-group.field-error,
.pw-businessEnquiry-form .formfield.field-error {
  padding-bottom: 0px;
}
.pw-businessEnquiry-form .form-group.field-error .errorMsg,
.pw-businessEnquiry-form .formfield.field-error .errorMsg {
  margin-top: 0.5714285714rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.pw-businessEnquiry-form .bef-tab-pane {
  display: none;
}
.pw-businessEnquiry-form .bef-tab-pane.active {
  display: block;
}
.pw-businessEnquiry-form h4 {
  font-weight: 500;
}
.pw-businessEnquiry-form h4.tpatom-heading--small {
  margin-bottom: 1.1428571429rem;
  font-size: 18px;
}
.pw-businessEnquiry-form .separator {
  padding-bottom: 1.7142857143rem;
  margin-bottom: 1.7142857143rem;
  border-bottom: 1px solid #e5e5e5;
}
.pw-businessEnquiry-form .separator .pw-image-container {
  margin-bottom: 1.7142857143rem;
}
.pw-businessEnquiry-form .separator .pw-image-container img {
  max-width: unset;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.pw-businessEnquiry-form .separator .descriptioBusinessEnquiry a:hover {
  color: #00BDF2;
}
@media (min-width: 1024px) {
  .pw-businessEnquiry-form .separator {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    border-right: 1px solid #e5e5e5;
    padding-right: 48px;
  }
  .pw-businessEnquiry-form .separator + div {
    padding-left: 3.4285714286rem;
  }
  .pw-businessEnquiry-form .separator .pw-image-container {
    margin-bottom: 0;
    padding-right: 1.7142857143rem;
  }
  .pw-businessEnquiry-form .separator h4 {
    margin-bottom: 1.1428571429rem;
  }
}
.pw-businessEnquiry-form .main-heading {
  margin-bottom: 1.1428571429rem;
  overflow-wrap: break-word;
}
@media (min-width: 1024px) {
  .pw-businessEnquiry-form .main-heading {
    margin-bottom: 1.7142857143rem;
  }
}
.pw-businessEnquiry-form .button-group {
  margin-top: 1.1428571429rem;
}
.pw-businessEnquiry-form .button-group > * {
  margin-top: 0.5714285714rem;
}
.pw-businessEnquiry-form .button-group .tpatom-btn--primary:hover {
  color: #ffffff;
}
.pw-businessEnquiry-form .button-group .tpatom-btn--primary[disabled] {
  color: #777777;
  background-color: #e5e5e5;
  text-decoration: none;
}
.pw-businessEnquiry-form .button-group .tpatom-btn--primary[disabled]:hover {
  color: #777777;
  background-color: #e5e5e5;
  text-decoration: none;
}
.pw-businessEnquiry-form .button-group .previousbtn {
  margin-right: 1.1428571429rem;
  border: 1px solid #023f88;
  color: #023f88;
  background-color: #ffffff;
}
.pw-businessEnquiry-form .button-group .previousbtn i {
  padding-left: 0.3571428571rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  float: left;
}
.pw-businessEnquiry-form .button-group .previousbtn:hover {
  color: #023f88;
}
.pw-businessEnquiry-form .pw-progress .pw-progressbar__steps {
  padding-left: 1.1428571429rem;
}
.pw-businessEnquiry-form .pw-progress .pw-progressbar__steps p {
  margin-top: 1.7142857143rem;
  color: #023f88;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .pw-businessEnquiry-form .pw-progress .pw-progressbar__steps p {
    margin-top: 3.4285714286rem;
  }
}
.pw-businessEnquiry-form .summary {
  margin-bottom: 0.5714285714rem;
}
@media (min-width: 1024px) {
  .pw-businessEnquiry-form .summary {
    margin-bottom: 0px;
  }
}
.pw-businessEnquiry-form .summary .purposeOfContactInBusinessEqTitle,
.pw-businessEnquiry-form .summary .purposeOfInterestAreaEqTitle,
.pw-businessEnquiry-form .summary .specificInterestAreaPackagingEqTitle,
.pw-businessEnquiry-form .summary .businessAreaInterestServicesEqTitle,
.pw-businessEnquiry-form .summary .businessAreaInterestProcessingSupportEqTitle,
.pw-businessEnquiry-form .summary .businessAreaProcessingCategoryFoodEqtitle,
.pw-businessEnquiry-form .summary .businessEnquiryProfile,
.pw-businessEnquiry-form .summary .businessEnquiryNeedEqTitle,
.pw-businessEnquiry-form .summary .businessEnquiryProfile,
.pw-businessEnquiry-form .summary .firstNameField,
.pw-businessEnquiry-form .summary .lastNameField,
.pw-businessEnquiry-form .summary .emailBef,
.pw-businessEnquiry-form .summary .countryField,
.pw-businessEnquiry-form .summary .phoneField {
  font-weight: 700;
}
.pw-businessEnquiry-form .summary .businessEnquiryMessage {
  font-weight: 700;
  word-break: break-all;
}
@media (min-width: 1024px) {
  .pw-businessEnquiry-form .summary .col-lg-5 {
    padding-right: 48px;
  }
}
.pw-businessEnquiry-form .summary.summary-packaging, .pw-businessEnquiry-form .summary.summary-interest {
  display: none;
}
.pw-businessEnquiry-form .summary.summary-packaging.show, .pw-businessEnquiry-form .summary.summary-interest.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pw-businessEnquiry-form ul.pw-progressbar_wrapper {
  margin: 0px;
  margin-bottom: 24px;
}
.pw-businessEnquiry-form ul.pw-progressbar_wrapper .step-box {
  position: relative;
}
.pw-businessEnquiry-form ul.pw-progressbar_wrapper .step-box::before {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.pw-businessEnquiry-form ul.pw-progressbar_wrapper .step-box::after {
  left: 20px;
  position: absolute;
  top: 10px;
  width: 100%;
}
.pw-businessEnquiry-form ul.pw-progressbar_wrapper .step-box:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.pw-businessEnquiry-form ul.pw-progressbar_wrapper .step-box .steps {
  position: relative;
  z-index: 1;
}
.pw-businessEnquiry-form .consentCheckbox {
  position: relative;
  top: 4px;
  height: 20px;
  margin-right: 6px;
  width: 20px;
  min-width: 20px;
}
.pw-businessEnquiry-form .checkbox-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.pw-businessEnquiry-form .checkbox-label p {
  display: inline;
}
.pw-businessEnquiry-form .bef-thankyou-img {
  margin-bottom: 1.7142857143rem;
}
.pw-businessEnquiry-form .descriptionTextThankyou {
  margin-top: 1.1428571429rem;
}
@media (min-width: 1024px) {
  .pw-businessEnquiry-form .descriptionTextThankyou {
    margin-top: 1.7142857143rem;
  }
}
.pw-businessEnquiry-form .businessArea .checboxField {
  margin-bottom: 8px;
}
.pw-businessEnquiry-form .sub-food-data {
  display: none;
  padding-left: 28px;
}
.pw-businessEnquiry-form .sub-food-data.active {
  display: block;
}
.pw-businessEnquiry-form .pw-form--heading h4 {
  margin-top: 24px;
  margin-bottom: 8px;
}
.pw-businessEnquiry-form .pw-form--sub_heading {
  color: #4a4a4a;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 18px;
}
.pw-businessEnquiry-form .pw-form__dropdown {
  padding-left: 0px;
  padding-right: 0px;
}
.pw-businessEnquiry-form .privacy-policy-consent-text a:hover {
  color: #023f88;
  text-decoration: underline;
}
.pw-businessEnquiry-form .bef-form-submit-success,
.pw-businessEnquiry-form .bef-form-submit-error {
  display: none;
}
.pw-businessEnquiry-form .bef-form-submit-success.active,
.pw-businessEnquiry-form .bef-form-submit-error.active {
  display: block;
}

.pw-header-search-bar {
  display: none;
  background: #ffffff;
  z-index: 99;
}
.pw-header-search-bar.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pw-header-search-bar .search-label {
  text-indent: -10000px;
  position: absolute;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-header-search-bar {
    height: calc(100vh - 64px);
  }
  .pw-header-search-bar .tp-container {
    padding: 1.7142857143rem 1.1428571429rem;
  }
  .pw-header-search-bar__container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pw-header-search-bar__container .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .pw-header-search-bar__container .input-box {
    border-radius: 0.2857142857rem;
    padding: 0.7142857143rem 1.1428571429rem;
    border: 1px solid #777777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pw-header-search-bar__container .input-box input {
    border: 0;
    color: #777777;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: 700;
  }
  .pw-header-search-bar__container .input-box input::-webkit-input-placeholder {
    color: #777777;
  }
  .pw-header-search-bar__container .input-box input::-moz-placeholder {
    color: #777777;
  }
  .pw-header-search-bar__container .input-box input:-ms-input-placeholder {
    color: #777777;
  }
  .pw-header-search-bar__container .input-box input::-ms-input-placeholder {
    color: #777777;
  }
  .pw-header-search-bar__container .input-box input::placeholder {
    color: #777777;
  }
  .pw-header-search-bar__container .input-box input.focus-visible:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
  }
  .pw-header-search-bar__container .input-box .icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pw-header-search-bar__container .input-box .icon-wrapper i.icon::before {
    font-size: 20px;
    line-height: 20px;
  }
  .pw-header-search-bar__container .input-box .search-icon {
    cursor: pointer;
  }
  .pw-header-search-bar__container .input-box .search-bar-close {
    margin-right: 1.1428571429rem;
    display: none;
  }
  .pw-header-search-bar__container .input-box .vl {
    margin: 0px 1.1428571429rem;
    border-left: 1px solid #e5e5e5;
  }
}
@media (min-width: 1024px) {
  .pw-header-search-bar {
    position: fixed;
    height: 60px;
    top: 80px;
    width: 100%;
  }
  .pw-header-search-bar__container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pw-header-search-bar__container .row {
    padding: 1.1428571429rem 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .pw-header-search-bar__container .input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pw-header-search-bar__container .input-box input {
    border: 0;
    color: #777777;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pw-header-search-bar__container .input-box input::-webkit-input-placeholder {
    color: #777777;
  }
  .pw-header-search-bar__container .input-box input::-moz-placeholder {
    color: #777777;
  }
  .pw-header-search-bar__container .input-box input:-ms-input-placeholder {
    color: #777777;
  }
  .pw-header-search-bar__container .input-box input::-ms-input-placeholder {
    color: #777777;
  }
  .pw-header-search-bar__container .input-box input::placeholder {
    color: #777777;
  }
  .pw-header-search-bar__container .input-box input.focus-visible:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
  }
  .pw-header-search-bar__container .input-box .icon-wrapper {
    margin-left: 1.7142857143rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pw-header-search-bar__container .input-box .icon-wrapper i.icon::before {
    font-size: 16px;
    line-height: 16px;
  }
  .pw-header-search-bar__container .input-box .search-icon {
    cursor: pointer;
  }
  .pw-header-search-bar__container .input-box .vl {
    margin: 0px 1.7142857143rem;
    border-left: 1px solid #e5e5e5;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .pw-header-search-bar {
    position: static;
  }
  .pw-header-search-bar .tp-container {
    padding: 1.7142857143rem 1.1428571429rem;
  }
  .pw-header-search-bar__container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pw-header-search-bar__container .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .pw-header-search-bar__container .input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pw-header-search-bar__container .input-box input {
    border: 0;
    color: #777777;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: 700;
  }
  .pw-header-search-bar__container .input-box input::-webkit-input-placeholder {
    color: #777777;
  }
  .pw-header-search-bar__container .input-box input::-moz-placeholder {
    color: #777777;
  }
  .pw-header-search-bar__container .input-box input:-ms-input-placeholder {
    color: #777777;
  }
  .pw-header-search-bar__container .input-box input::-ms-input-placeholder {
    color: #777777;
  }
  .pw-header-search-bar__container .input-box input::placeholder {
    color: #777777;
  }
  .pw-header-search-bar__container .input-box .icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pw-header-search-bar__container .input-box .icon-wrapper i.icon::before {
    font-size: 20px;
    line-height: 20px;
  }
  .pw-header-search-bar__container .input-box .search-icon {
    cursor: pointer;
  }
  .pw-header-search-bar__container .input-box .search-bar-close {
    margin-right: 1.1428571429rem;
    display: none;
  }
  .pw-header-search-bar__container .input-box .vl {
    margin: 0px 1.1428571429rem;
    border-left: 1px solid #e5e5e5;
  }
}

.pw-search-result-head .pw-search-title {
  color: #4a4a4a;
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
}
.pw-search-result-head .pw-search-description {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.pw-search-result-head .margin-auto {
  margin: auto;
}

.pw-search-results {
  margin-bottom: 1.7142857143rem;
}
.pw-search-results .capitalizeText {
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .pw-search-results {
    margin-bottom: 3.4285714286rem;
  }
}
.pw-search-results .margin-auto {
  margin: auto;
}
.pw-search-results .tp-pagination {
  padding-top: 1.7142857143rem;
  margin: 0;
  border-top: 1px solid #e5e5e5;
}
@media (min-width: 1024px) {
  .pw-search-results .tp-pagination {
    padding-top: 3.4285714286rem;
  }
}
.pw-search-results .tp-pagination__btn, .pw-search-results .tp-pagination__text {
  margin-left: 0.5714285714rem;
  color: #023f88;
  font-weight: normal;
  font-size: 14px;
  min-width: 12px;
}
.pw-search-results .tp-pagination__btn.active, .pw-search-results .tp-pagination__text.active {
  color: #ffffff;
  background-color: #023f88;
  padding: 0px 8px;
  border-radius: 4px;
  font-weight: 500;
}
.pw-search-results .tp-pagination__btn.active:hover, .pw-search-results .tp-pagination__text.active:hover {
  color: #ffffff;
}
.pw-search-results .tp-pagination__previous + a {
  margin-left: 1.1428571429rem;
}
.pw-search-results .tp-pagination__next {
  margin-left: 1.1428571429rem;
}
.pw-search-results .tp-pagination__previous, .pw-search-results .tp-pagination__next {
  padding: 0;
}
.pw-search-results .tp-pagination__previous.is-disabled, .pw-search-results .tp-pagination__next.is-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.pw-search-results .tpatom-subheading {
  margin-bottom: 0.5714285714rem;
  display: block;
  color: #777777;
  text-transform: uppercase;
  font-weight: 500;
}
.pw-search-results__search-bar {
  margin-bottom: 1.7142857143rem;
}
@media (min-width: 1024px) {
  .pw-search-results__search-bar {
    margin-bottom: 3.4285714286rem;
  }
}
.pw-search-results__filter-container {
  margin-bottom: 1.7142857143rem;
}
@media (min-width: 1024px) {
  .pw-search-results__filter-container {
    margin-bottom: 3.4285714286rem;
  }
}
.pw-search-results__filter-container__heading {
  padding-bottom: 1.1428571429rem;
  margin-bottom: 0;
  color: #023f88;
  border-bottom: 1px solid #e5e5e5;
}
.pw-search-results__filter-container__heading.light {
  margin-bottom: 0.5714285714rem;
}
@media (min-width: 1024px) {
  .pw-search-results__filter-container__heading {
    padding-bottom: 1.7142857143rem;
  }
}
.pw-search-results__filter-container__heading label {
  margin-bottom: 0;
  cursor: pointer;
  font-weight: 700;
}
.pw-search-results__filter-container__heading i {
  font-size: 16px;
}
.pw-search-results__filter-container__count {
  padding-bottom: 1.7142857143rem;
  border-bottom: 1px solid #e5e5e5;
  word-break: break-word;
}
@media (min-width: 1024px) {
  .pw-search-results__filter-container__count {
    padding-bottom: 3.4285714286rem;
  }
}
.pw-search-results__filter-container__count.no-border {
  padding-bottom: 0;
  border-bottom: 0;
}
.pw-search-results__filter-container__count h1 {
  font-size: 24px;
}
@media (min-width: 1024px) {
  .pw-search-results__filter-container__count h1 {
    font-size: 42px;
  }
}
.pw-search-results__filter-container__count h1,
.pw-search-results__filter-container__count h3 {
  padding-top: 1.1428571429rem;
}
@media (min-width: 1024px) {
  .pw-search-results__filter-container__count h1,
  .pw-search-results__filter-container__count h3 {
    padding-top: 2.8571428571rem;
  }
}
.pw-search-results__filter-container__filter-chips {
  padding-top: 0.5714285714rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .pw-search-results__filter-container__filter-chips {
    padding-top: 1.1428571429rem;
  }
}
.pw-search-results__filter-container__filter-chips .filter-tag {
  padding: 0.5714285714rem 1.1428571429rem;
  margin-bottom: 0.5714285714rem;
  border: 2px solid #023f88;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
}
.pw-search-results__filter-container__filter-chips .filter-tag:not(:last-child) {
  margin-right: 0.5714285714rem;
}
.pw-search-results__filter-container__filter-chips .filter-tag i {
  margin-left: 0.5rem;
  font-size: 8px;
  cursor: pointer;
}
.pw-search-results__main-container {
  border-radius: 0.2857142857rem;
  display: block;
  background-color: #ffffff;
}
.pw-search-results__spinner {
  position: relative;
}
.pw-search-results__title, .pw-search-results__filters {
  margin-bottom: 1.7142857143rem;
}
@media (min-width: 1024px) {
  .pw-search-results__title, .pw-search-results__filters {
    margin-bottom: 2.7142857143rem;
  }
}
.pw-search-results__button-group {
  margin-top: 0.5714285714rem;
}
.pw-search-results__filters {
  padding: 1.1428571429rem;
  border-radius: 0.2857142857rem;
  display: none;
  background-color: #f6f6f6;
  width: 100%;
}
@media (min-width: 1024px) {
  .pw-search-results__filters {
    padding: 3.4285714286rem;
  }
}
.pw-search-results__filters .tpatom-subheading {
  margin-bottom: 1.1428571429rem;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .pw-search-results__filters .tpatom-subheading {
    padding-bottom: 1.1428571429rem;
    border-bottom: 1px solid #e5e5e5;
  }
}
.pw-search-results__filters__content-type {
  margin-bottom: 0.5714285714rem;
}
@media (min-width: 1024px) {
  .pw-search-results__filters__content-type {
    margin-bottom: 0;
    padding-right: 1.7142857143rem;
  }
}
@media (min-width: 1024px) {
  .pw-search-results__filters__theme {
    padding-left: 1.7142857143rem;
  }
}
.pw-search-results__filters__theme.padding-none {
  padding: 0;
}
.pw-search-results__filters .tpatom-checkbox__icon {
  color: #023f88;
  background-color: #ffffff;
}
.pw-search-results__filters .tpatom-checkbox__label {
  margin-bottom: 1.1428571429rem;
}
.pw-search-results__filters .tpatom-checkbox__input:checked + .icon {
  border: 1px solid #023f88;
}
.pw-search-results__filters .tpatom-checkbox__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .pw-search-results__filters .tpatom-checkbox:nth-child(odd) {
    padding-right: 0.8571428571rem;
  }
  .pw-search-results__filters .tpatom-checkbox:nth-child(even) {
    padding-left: 0.8571428571rem;
  }
}
.pw-search-results__filters .left-wrapper-filter.display-none {
  display: none;
}
.pw-search-results__results {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.pw-search-results__results-list__item {
  padding-bottom: 1.7142857143rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  word-break: break-word;
}
@media (min-width: 1024px) {
  .pw-search-results__results-list__item {
    padding-bottom: 3.4285714286rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.pw-search-results__results-list__item .pw-media-container {
  margin: 0.5714285714rem 0 0 0;
  text-align: center;
  border-radius: 4px;
  background: #f6f6f6;
  width: 100%;
  height: 150px;
  position: relative;
}
.pw-search-results__results-list__item .pw-media-container > a {
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.pw-search-results__results-list__item .pw-media-container__image-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .pw-search-results__results-list__item .pw-media-container {
    margin: 0 1.1428571429rem 0 0;
    width: 150px;
    height: 84px;
  }
}
.pw-search-results__results-list__item .pw-media-container .icon-video-container {
  height: 70px;
  width: 70px;
  background: #ffffff;
  border-radius: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pw-search-results__results-list__item .pw-media-container .icon-video-container i {
  left: 56%;
  top: 51%;
  font-size: 32px;
}
.pw-search-results__results-list__item .pw-media-container .icon-pdf-container {
  background: #ffffff;
  border-radius: 4px;
  position: relative;
  margin: auto;
  height: 100%;
  width: 60px;
}
.pw-search-results__results-list__item .pw-media-container i {
  color: #023f88;
  font-size: 34px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pw-search-results__results-list__item .pw-media-container img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  border-radius: 4px;
}
.pw-search-results__results-list__item:first-child {
  padding-top: 0px;
}
.pw-search-results__results-list__item__description {
  padding-top: 0.5714285714rem;
  overflow: hidden;
  position: relative;
  max-height: 54px;
  font-weight: 500;
}
.pw-search-results__results-list__item__description > span::after {
  content: " ";
  position: absolute;
  width: 100%;
  z-index: 1;
  background: #ffffff;
}
.pw-search-results__results-list__item__description::after {
  content: "…";
  position: absolute;
  top: 27px;
  right: 0;
  width: 2em;
  text-align: right;
  font-size: 18px;
  background: #ffffff;
}
.pw-search-results__results-list__item__breadcrumb {
  padding-bottom: 0.7142857143rem;
  display: block;
}
.pw-search-results__results-list__item__size {
  padding-top: 0.5714285714rem;
  color: #023f88;
  text-align: left;
}
.pw-search-results__results-list__item__size i {
  font-size: 12px;
}
.pw-search-results__results-list__item__title-link {
  color: #023f88;
}
.pw-search-results__results-list__item__title-link:hover {
  color: #023f88;
  text-decoration: underline;
}

.tp-tbl-pagination {
  margin-top: 1.1428571429rem;
}
@media (min-width: 1024px) {
  .tp-tbl-pagination {
    margin-top: 1.7142857143rem;
  }
}
.tp-tbl-pagination .icon::before {
  width: 0.5714285714rem;
}
.tp-tbl-pagination .icon.icon-left::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.tp-tbl-pagination__first {
  margin-right: 1.7142857143rem;
}
.tp-tbl-pagination__first .tpatom-btn__text {
  margin-left: 0.5714285714rem;
}
.tp-tbl-pagination__last {
  margin-left: 1.7142857143rem;
}
.tp-tbl-pagination__last .tpatom-btn__text {
  margin-right: 0.5714285714rem;
}
.tp-tbl-pagination .tpatom-btn--pagination:hover:not([disabled]) {
  color: #00BDF2;
  font-weight: normal;
}
.tp-tbl-pagination .tpatom-btn--pagination:hover:not([disabled]) .icon {
  color: #00BDF2;
}
.tp-tbl-pagination .tpatom-btn--pagination.active {
  pointer-events: none;
}

.pw-subscriptionForm-form .form-group {
  margin-bottom: 1.1428571429rem;
}
.pw-subscriptionForm-form .form-group.field-error {
  margin-bottom: 0;
}
.pw-subscriptionForm-form .tpatom-checkbox__icon {
  min-width: 1.4285714286rem;
  min-height: 1.4285714286rem;
  border: 1px solid #4a4a4a;
  color: #023f88;
}
.pw-subscriptionForm-form .errorMsg {
  display: none;
  color: #ff4d4d;
  font-size: 12px;
}
.pw-subscriptionForm-form .formfield .form-control,
.pw-subscriptionForm-form .form-group .form-control {
  line-height: 24px;
}
.pw-subscriptionForm-form .formfield .pw-form__dropdown__toggle i,
.pw-subscriptionForm-form .form-group .pw-form__dropdown__toggle i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pw-subscriptionForm-form .formfield label,
.pw-subscriptionForm-form .form-group label {
  margin-bottom: 0;
}
.pw-subscriptionForm-form .formfield label.asterisk p,
.pw-subscriptionForm-form .form-group label.asterisk p {
  display: inline;
}
.pw-subscriptionForm-form .formfield label.asterisk::after,
.pw-subscriptionForm-form .form-group label.asterisk::after {
  color: #ff4d4d;
  content: "*";
  padding: 0px 2px;
}
.pw-subscriptionForm-form .formfield.field-error,
.pw-subscriptionForm-form .form-group.field-error {
  padding-bottom: 0px;
}
.pw-subscriptionForm-form .formfield.field-error .errorMsg,
.pw-subscriptionForm-form .form-group.field-error .errorMsg {
  margin-top: 0.5714285714rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.pw-subscriptionForm-form .formfield .pw-form__dropdown__menu .active,
.pw-subscriptionForm-form .form-group .pw-form__dropdown__menu .active {
  border: 0;
  color: #ffffff;
}
.pw-subscriptionForm-form .formfield .pw-form__dropdown__menu .active:hover,
.pw-subscriptionForm-form .form-group .pw-form__dropdown__menu .active:hover {
  color: #4A4A4A;
  background-color: #f6f6f6;
}
.pw-subscriptionForm-form .formfield {
  padding-bottom: 1.7142857143rem;
}
.pw-subscriptionForm-form .sf-tab-pane {
  display: none;
}
.pw-subscriptionForm-form .sf-tab-pane.active {
  display: block;
}
.pw-subscriptionForm-form__subscription-email-label {
  margin-bottom: 1.4285714286rem;
  font-size: 18px;
  font-weight: 700;
}
.pw-subscriptionForm-form .separator {
  padding-bottom: 1.1428571429rem;
  margin-bottom: 1.7142857143rem;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 1024px) {
  .pw-subscriptionForm-form .separator {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    border-right: 1px solid #e5e5e5;
    padding-right: 48px;
  }
  .pw-subscriptionForm-form .separator + div {
    padding-left: 3.4285714286rem;
  }
  .pw-subscriptionForm-form .separator h4 {
    margin-bottom: 1.7142857143rem;
  }
}
.pw-subscriptionForm-form .main-heading {
  margin-bottom: 1.1428571429rem;
  overflow-wrap: break-word;
}
@media (min-width: 1024px) {
  .pw-subscriptionForm-form .main-heading {
    margin-bottom: 1.7142857143rem;
  }
}
.pw-subscriptionForm-form .main-heading h2 {
  font-weight: 400;
}
.pw-subscriptionForm-form ul.pw-progressbar_wrapper .step-box::before {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.pw-subscriptionForm-form ul.pw-progressbar_wrapper .step-box::after {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pw-subscriptionForm-form ul.pw-progressbar_wrapper .step-box:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.pw-subscriptionForm-form .consentCheckbox {
  position: relative;
  top: 4px;
  height: 20px;
  margin-right: 8px;
  width: 20px;
  min-width: 20px;
}
.pw-subscriptionForm-form .consentlabel p {
  display: inline;
}
.pw-subscriptionForm-form .typeOfCommunicationLabel p {
  display: inline;
}
.pw-subscriptionForm-form .descriptionTextThankyou {
  margin-top: 1.7142857143rem;
  margin-bottom: 1.7142857143rem;
}
.pw-subscriptionForm-form .checboxField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pw-subscriptionForm-form .checboxField a {
  color: #023f88;
}
.pw-subscriptionForm-form .checboxField a:hover {
  text-decoration: underline;
}
.pw-subscriptionForm-form .subscribeButton {
  margin-top: 24px;
}
.pw-subscriptionForm-form .subscribeButton .tpatom-btn--primary[disabled] {
  color: #777777;
  background-color: #e5e5e5;
  text-decoration: none;
}
.pw-subscriptionForm-form .subscribeButton .tpatom-btn--primary[disabled]:hover {
  color: #777777;
  background-color: #e5e5e5;
  text-decoration: none;
}
.pw-subscriptionForm-form .communication-title {
  margin-top: 1.7142857143rem;
  font-size: 18px;
  font-weight: 700;
}
.pw-subscriptionForm-form .communication-subtitle {
  margin-top: 1.1428571429rem;
}
.pw-subscriptionForm-form .hr {
  margin-top: 1.7142857143rem;
  margin-bottom: 1.7142857143rem;
  border: 1px solid #e5e5e5;
  height: 0;
}
.pw-subscriptionForm-form .padding-top {
  padding-top: 1rem;
}
.pw-subscriptionForm-form .field-error-communication {
  display: block;
}
.pw-subscriptionForm-form .press-media-type {
  margin-top: 1rem;
}
.pw-subscriptionForm-form .subscription-checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pw-subscriptionForm-form .consent-error {
  margin-bottom: 0.7142857143rem;
}
.pw-subscriptionForm-form .communication-error {
  margin-top: 0.4285714286rem;
}
@media (min-width: 1024px) {
  .pw-subscriptionForm-form .communication-title {
    margin-top: 2.2857142857rem;
  }
  .pw-subscriptionForm-form .padding-top {
    padding-top: 1.1428571429rem;
  }
  .pw-subscriptionForm-form .main-heading h2 {
    font-weight: 700;
  }
  .pw-subscriptionForm-form .press-media-type {
    margin-top: 0;
  }
  .pw-subscriptionForm-form .consent-error {
    margin-bottom: 1rem;
    margin-top: 0.4285714286rem;
  }
}
.pw-subscriptionForm.modal .modal-header {
  border: 0;
  padding: 0;
}
.pw-subscriptionForm.modal .modal-header h2 {
  width: 100%;
}
.pw-subscriptionForm.modal .modal-header .pw-subscription__thankYouTitle, .pw-subscriptionForm.modal .modal-header .pw-subscription__form-error--title {
  display: block;
  text-align: center;
  width: 100%;
}
.pw-subscriptionForm.modal .modal-body {
  padding: 0;
}
.pw-subscriptionForm.modal .modal-body .formfield.consentDiv {
  margin-top: 18px;
}
.pw-subscriptionForm.modal .modal-body .serviceError {
  color: #ff4d4d;
}
.pw-subscriptionForm.modal .modal-body .descriptionTextThankyou {
  margin-top: 0;
}
.pw-subscriptionForm .pw-sf-tab {
  display: none;
}
.pw-subscriptionForm .pw-sf-tab__thank-you.active, .pw-subscriptionForm .pw-sf-tab__form-err.active {
  display: block;
}

.tp-pw-sidebar ul {
  display: inline-block;
  position: fixed;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.tp-pw-sidebar__link {
  color: #FFFFFF;
  background-color: #6ea617;
  overflow: hidden;
  padding: 24px;
  position: relative;
}
.tp-pw-sidebar__link:hover {
  color: #FFFFFF;
}
.tp-pw-sidebar .icon-WeChat_pw {
  left: 10px;
  position: absolute;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  top: 50%;
}
.tp-pw-sidebar .icon-WeChat_pw::before {
  font-size: 24px;
}
.tp-pw-sidebar .modal-header {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp-pw-sidebar .modal-header h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
}
.tp-pw-sidebar .modal-header .js-close-btn::before {
  font-size: 16px;
}

.pw-stories {
  margin: 1.1428571429rem;
}
.pw-stories .gradient-class {
  position: absolute;
  left: 0;
  width: 100%;
  height: 70%;
  bottom: 16px;
  border-radius: 0 0 4px 4px;
}
.pw-stories .gradient-class:hover h3 {
  text-decoration: underline;
}
.pw-stories__black-gradient .gradient-class {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(99.61%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 99.61%);
}
.pw-stories__black-gradient .gradient-class:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(99.61%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 99.61%);
}
.pw-stories__heading {
  padding-bottom: 1.1428571429rem;
}
@media (min-width: 1024px) {
  .pw-stories__heading {
    font-weight: 700;
  }
}
.pw-stories__heading h2,
.pw-stories__heading h3 {
  font-size: 1.7142857143rem;
  line-height: 1.3333333333;
}
@media (min-width: 1024px) {
  .pw-stories__heading h2,
  .pw-stories__heading h3 {
    font-size: 2.2857142857rem;
    line-height: 40px;
    font-weight: 700;
  }
}
.pw-stories__description {
  margin-bottom: 1.1428571429rem;
}
@media (min-width: 1024px) {
  .pw-stories__description {
    margin-bottom: 2.8571428571rem;
  }
}
.pw-stories .set {
  display: none;
  height: 100px;
}
.pw-stories .set.show {
  display: block;
}
.pw-stories .story-text {
  font-size: 1rem;
  line-height: 1.7142857143;
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
}
.pw-stories .image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media (min-width: 992px) {
  .pw-stories .image-wrapper {
    height: 100%;
  }
}
.pw-stories .image-wrapper .lazy-picture,
.pw-stories .image-wrapper img {
  display: block;
  max-width: unset;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-stories .image-wrapper {
    padding-bottom: 1.1428571429rem;
  }
  .pw-stories .image-wrapper.padding-zero {
    padding-bottom: 0px;
  }
  .pw-stories .image-wrapper.padding-zero .gradient-class {
    bottom: 0;
  }
}
.pw-stories .icon {
  margin-left: 0.5714285714rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pw-stories .show-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pw-stories__load-more {
  margin-top: 0px;
  font-size: 1rem;
  line-height: 1.7142857143;
  padding: 0.5714285714rem 1.1428571429rem;
  border: 1px solid #023f88;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #023f88;
  border-radius: 4px;
  cursor: pointer;
}
.pw-stories .col-lg-4 {
  display: block;
}
@media (min-width: 992px) {
  .pw-stories .col-lg-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .pw-stories {
    margin: 1.7142857143rem 3.4285714286rem 0px;
  }
  .pw-stories .gradient-class {
    bottom: 0;
  }
  .pw-stories__black-gradient .gradient-class {
    bottom: 0;
  }
  .pw-stories__load-more {
    margin-top: 1.7142857143rem;
  }
  .pw-stories__load-more:hover {
    color: #00BDF2;
    border-color: #00BDF2;
  }
  .pw-stories .img-wrapper-padding.padding-sm-left {
    padding-left: 0.5714285714rem;
  }
  .pw-stories .img-wrapper-padding.padding-sm-right {
    padding-right: 0.5714285714rem;
  }
  .pw-stories .img-wrapper-padding.padding-right {
    padding-right: 1.1428571429rem;
  }
  .pw-stories .img-wrapper-padding.padding-left {
    padding-left: 1.1428571429rem;
  }
  .pw-stories .story-text {
    font-size: 1.2857142857rem;
    line-height: 1.3333333333;
    left: 24px;
    right: 24px;
    bottom: 24px;
  }
  .pw-stories .story-text.large-text {
    font-size: 1.7142857143rem;
    line-height: 1.3333333333;
  }
  .pw-stories .img-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .pw-stories .img-2 > a:first-child,
  .pw-stories .img-2 div.image-wrapper:first-child {
    margin-bottom: 1.1428571429rem;
  }
  .pw-stories .margin-bottom.margin-bottom-zero {
    margin-bottom: 0px;
  }
  .pw-stories .margin-bottom {
    margin-bottom: 1.1428571429rem;
  }
}
.pw-stories__error-msg {
  color: #B10303;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.pw-anchor-main {
  width: 100%;
  background-color: #ffffff;
}

.pw-anchor-menu {
  padding: 0 3.4285714286rem;
  background-color: #ffffff;
}
.pw-anchor-menu.tp-container {
  padding: 0;
  margin: 1.7142857143rem 2.2857142857rem;
  position: sticky;
}
@media (min-width: 1024px) {
  .pw-anchor-menu.tp-container {
    margin: 1.7142857143rem 2.2857142857rem 0px 2.2857142857rem;
    margin-bottom: -1.1428571429rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-anchor-menu.tp-container {
    margin: 0px;
  }
}
.pw-anchor-menu.tp-container {
  z-index: 1;
}
@media (min-width: 1024px) {
  .pw-anchor-menu__regular {
    padding: 1.7142857143rem 1.7142857143rem;
    margin: 0px;
    width: 100%;
  }
  .sticky-anchor-menu .pw-anchor-menu__regular {
    width: 92%;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-anchor-menu__regular {
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.pw-anchor-menu__regular.show-secondary .secondary {
  display: block;
}
.pw-anchor-menu__regular.collapsed {
  display: none;
}
.pw-anchor-menu .hiddenItem {
  display: none;
}
.pw-anchor-menu .pw-anchor-menu-list > .pw-anchor-menu-content {
  font-size: 1rem;
  line-height: 1.7142857143;
  padding: 0.5714285714rem 1.7142857143rem;
  color: #4a4a4a;
  font-weight: 500;
}
.pw-anchor-menu .pw-anchor-menu-list a {
  display: block;
  color: #4a4a4a;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pw-anchor-menu .pw-anchor-menu-list a.active {
  color: #023f88;
}
.pw-anchor-menu .pw-anchor-menu-list > li {
  padding-right: 1.7142857143rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-anchor-menu .pw-anchor-menu-list .more {
    display: none;
  }
}
.pw-anchor-menu .pw-anchor-menu-list .more > button span {
  display: inline-block;
  color: #4a4a4a;
  font-size: 24px;
}
.pw-anchor-menu .secondary {
  border: 1px solid #e5e5e5;
  display: none;
  position: absolute;
  max-width: 18.3em;
  min-width: 10em;
  top: 70%;
  -webkit-animation: nav-secondary 0.2s;
          animation: nav-secondary 0.2s;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 18px 24px;
}
.pw-anchor-menu .secondary a {
  padding-bottom: 8px;
  white-space: nowrap;
}
.pw-anchor-menu .secondary button {
  padding: 8px;
}
@-webkit-keyframes nav-secondary {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes nav-secondary {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (min-width: 1024px) {
  .pw-anchor-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pw-anchor-menu.tp-container {
    padding: 0;
    margin: 0px auto 0px auto;
  }
  .pw-anchor-menu .pw-anchor-menu-list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .pw-anchor-menu .pw-anchor-menu-list.hasmore > .pw-anchor-menu-content {
    max-width: 20%;
  }
  .pw-anchor-menu .pw-anchor-menu-list > .pw-anchor-menu-content {
    padding: 0.5714285714rem 1.7142857143rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: 6%;
  }
  .pw-anchor-menu .pw-anchor-menu-list > .pw-anchor-menu-content:last-child {
    border-right: 0;
  }
}
@media (min-width: 1440px) {
  .pw-anchor-menu .pw-anchor-menu-list.hasmore > .pw-anchor-menu-content {
    max-width: 16.6666666667%;
  }
}
.pw-anchor-menu .pw-progress-indicator-container {
  position: absolute;
  bottom: 0;
  padding-bottom: 25px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-anchor-menu .pw-progress-indicator-container {
    display: none;
  }
}
.pw-anchor-menu .pw-anchor-menu-progress-indicator {
  display: block;
  background-color: #023f88;
  height: 2px;
  -webkit-transition: width, margin-left 0.5s ease 0s;
  transition: width, margin-left 0.5s ease 0s;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .pw-anchor-menu .pw-anchor-menu-progress-indicator {
    display: none;
  }
}
.pw-anchor-menu__cta {
  display: none;
}

.sticky-anchor-menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  padding: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.sticky-anchor-menu .pw-anchor-menu__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 24px;
  -webkit-transition: 250ms ease;
  transition: 250ms ease;
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .sticky-anchor-menu .pw-anchor-menu__cta {
    display: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sticky-anchor-menu.top-anchor-menu {
  top: 64px;
}
@media (min-width: 1024px) {
  .sticky-anchor-menu.top-anchor-menu {
    top: 142px;
  }
}

.pw-anchor-menu-mobile {
  padding: 1.1428571429rem 1.7142857143rem;
}
@media (min-width: 1024px) {
  .pw-anchor-menu-mobile {
    display: none;
  }
}
.pw-anchor-menu-mobile {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.pw-anchor-menu-mobile.active {
  border-bottom: 0;
}
.pw-anchor-menu-mobile a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #023f88;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pw-anchor-menu-mobile a.active {
  font-weight: 700;
}
.pw-anchor-menu-mobile a.active > i.icon.with-arrow {
  color: #4a4a4a;
}
.pw-anchor-menu-mobile a.active > i.icon.with-arrow::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.pw-anchor-menu-mobile a i.icon.with-arrow {
  color: #4a4a4a;
}
.pw-anchor-menu-mobile a i.icon.with-arrow::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.pw-search-result-head {
  padding-bottom: 24px;
}
.pw-search-result-head .result-title {
  color: #4a4a4a;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 24px;
}
.pw-search-result-head .result-description {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.pw-search-landing-container .pw-container {
  margin-top: 0px;
}
.pw-search-landing-container .pw-container .pw-search-results {
  padding-top: 0px;
}

.tp-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 16px;
}
@media (min-width: 1024px) {
  .tp-accordion {
    padding: 48px 24px;
  }
}
.tp-accordion__events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px;
}
@media (min-width: 1024px) {
  .tp-accordion__events {
    padding-left: 0px;
  }
}
.tp-accordion__heading {
  font-size: 1.7142857143rem;
  line-height: 1.1428571429;
}
@media (min-width: 1024px) {
  .tp-accordion__heading {
    font-size: 2.2857142857rem;
    line-height: 1.25;
    font-weight: 700;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-accordion__heading {
    word-break: break-all;
  }
}
.tp-accordion__description {
  font-size: 0.8571428571rem;
  line-height: 28px;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .tp-accordion__description {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 400;
    margin-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.tp-accordion__event {
  line-height: 1.7142857143;
  display: block;
  color: #4a4a4a;
  background-color: transparent;
  margin-top: -1px;
  position: relative;
  width: 100%;
  text-align: left;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
@media (min-width: 1024px) {
  .tp-accordion__event {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.tp-accordion__event::after {
  display: block;
  content: "";
  border-bottom: 1px solid #e5e5e5;
}
.tp-accordion__event:first-child {
  border-top: 0;
}
.tp-accordion__event .tp-accordion__event-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .tp-accordion__event .tp-accordion__event-title {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .tp-accordion__event-detail-description .medialink,
  .tp-accordion__event-detail-description .tp-teaser {
    margin: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }
  .tp-accordion__event-detail-description .tp-teaser {
    padding-left: 0px;
  }
  .tp-accordion__event-detail-description .medialink {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 48px;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-accordion__event-detail-description .tp-teaser {
    padding: 0px;
    margin: 0px;
  }
  .tp-accordion__event-detail-description .tp-teaser .carousal-wrapper {
    padding-bottom: 8px;
  }
  .tp-accordion__event-detail-description .medialink {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.tp-accordion__event h5 {
  padding: 1.7142857143rem 0px 1.7142857143rem 0px;
}
.tp-accordion__event:first-of-type {
  margin-top: 1.1428571429rem;
}
.tp-accordion__event .icon-Arrow_Right_pw {
  width: 0.8571428571rem;
  height: 0.8571428571rem;
  font-size: 0.8571428571rem;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
@media (min-width: 1024px) {
  .tp-accordion__event .icon-Arrow_Right_pw {
    right: 24px;
  }
}
.tp-accordion__event .icon-Arrow_Right_pw::before {
  vertical-align: top;
}
.tp-accordion__event.collapsed .tp-accordion__event-title {
  font-weight: 500;
}
.tp-accordion__event.collapsed .icon-Arrow_Right_pw {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-accordion__event.collapsed {
    border-color: #e5e5e5;
  }
}
.tp-accordion__event:not(.collapsed) {
  border-bottom: 0;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-accordion__event:not(.collapsed) {
    color: #4a4a4a;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-accordion__event:not(.collapsed) .icon-Arrow_Right_pw {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
.tp-accordion__event:not(.collapsed)::after {
  border-bottom: 0;
}
.tp-accordion__event-detail-wrapper {
  padding: 1.1428571429rem;
}

@media (min-width: 1024px) {
  .tp-pw-headerv2-megamenu {
    margin: 0px auto;
  }
}
.tp-pw-headerv2-megamenu.hidden {
  display: none;
}

.tp-pw-megamenu-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #B10303;
  background: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 32px 0px;
  font-family: "Montserrat", Arial;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  z-index: 999;
}
.tp-pw-megamenu-error.hidden {
  display: none;
}
.tp-pw-megamenu-error i {
  margin-right: 8px;
  font-size: 20px;
}
.tp-pw-megamenu-error .tp-pw-megamenuconfigv2 {
  padding-top: 32px;
  position: relative;
}

.tp-pw-megamenu-error-desktop {
  color: #B10303;
  font-family: "Montserrat", Arial;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.tp-pw-megamenu-error-desktop .tp-pw-megamenuconfigv2 {
  padding: 32px 0px;
  background: #ffffff;
}
.tp-pw-megamenu-error-desktop i {
  margin-right: 8px;
  font-size: 20px;
}

[class^=tp-pw-meganenu-subpage-error-wrapper-].hidden {
  display: none;
}

.tp-pw-headerv2-megamenu-mobile {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #ffffff;
  z-index: 102;
  overflow-y: auto;
  overflow-x: hidden;
}
.tp-pw-headerv2-megamenu-mobile.hidden {
  display: none;
}
.tp-pw-headerv2-megamenu-mobile.is-open {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 440ms ease-out;
  transition: -webkit-transform 440ms ease-out;
  transition: transform 440ms ease-out;
  transition: transform 440ms ease-out, -webkit-transform 440ms ease-out;
}
.tp-pw-headerv2-megamenu-mobile.is-open [class^=tp-pw-meganenu-subpage-error-wrapper-] .tp-pw-megamenu-error {
  margin: 0px 16px;
}
.tp-pw-headerv2-megamenu-mobile.is-close {
  -webkit-transform: translateX(95%);
          transform: translateX(95%);
  -webkit-transition: -webkit-transform 1440ms ease-out;
  transition: -webkit-transform 1440ms ease-out;
  transition: transform 1440ms ease-out;
  transition: transform 1440ms ease-out, -webkit-transform 1440ms ease-out;
}
.tp-pw-headerv2-megamenu-mobile .tp-pw-headerv2-back-row {
  padding: 16px;
  height: 64px;
  line-height: 32px;
  position: sticky;
  top: 0;
  z-index: 103;
  background-color: #ffffff;
}
.tp-pw-headerv2-megamenu-mobile .tp-pw-headerv2-back-row.hidden {
  display: none;
}
.tp-pw-headerv2-megamenu-mobile .tp-pw-headerv2-back-row .tp-pw-headerv2-back-row-back-button {
  color: #023f88;
  font-size: 12px;
}
.tp-pw-headerv2-megamenu-mobile .tp-pw-headerv2-back-row .tp-pw-headerv2-back-row-back-button i::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tp-pw-headerv2-megamenu-mobile .tp-pw-headerv2-back-row .tp-pw-headerv2-back-row-back-button .tp-pw-headerv2-back-row-back-text {
  padding-left: 8px;
}
.tp-pw-headerv2-megamenu-mobile .tp-pw-headerv2-back-row .tp-pw-headerv2-back-row-close-button {
  float: right;
  font-size: 16px;
}

.tp-pw-headerv2-searchbar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .tp-pw-headerv2-searchbar-wrapper.show {
    height: 124px;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-pw-headerv2-searchbar-wrapper.show {
    position: relative;
    top: 64px;
    height: calc(100vh - 64px);
  }
}
.tp-pw-headerv2-searchbar-wrapper .pw-header-search-bar {
  width: 100vh;
}
@media (min-width: 1024px) {
  .tp-pw-headerv2-searchbar-wrapper .pw-header-search-bar {
    margin: 32px;
    position: relative;
    top: 0;
    width: 60vw;
  }
  .tp-pw-headerv2-searchbar-wrapper .pw-header-search-bar .search-bar-close {
    display: none;
  }
  .tp-pw-headerv2-searchbar-wrapper .pw-header-search-bar .vl {
    display: none;
  }
  .tp-pw-headerv2-searchbar-wrapper .pw-header-search-bar .pw-header-search-bar {
    display: block;
  }
  .tp-pw-headerv2-searchbar-wrapper .pw-header-search-bar .pw-header-search-bar__container {
    border: 1px solid #4a4a4a;
    border-radius: 4px;
    padding: 16px 32px;
    height: 100%;
  }
  .tp-pw-headerv2-searchbar-wrapper .pw-header-search-bar .pw-header-search-bar__container:focus, .tp-pw-headerv2-searchbar-wrapper .pw-header-search-bar .pw-header-search-bar__container:focus-visible {
    outline: 2px solid #5E9ED6;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .tp-pw-headerv2-searchbar-wrapper .pw-header-search-bar .pw-header-search-bar__container .row {
    display: block;
    padding: 0;
    max-width: 100%;
  }
  .tp-pw-headerv2-searchbar-wrapper .pw-header-search-bar .search-bar-input {
    width: 100%;
  }
  .tp-pw-headerv2-searchbar-wrapper .pw-header-search-bar .col-lg-8 {
    min-width: 100%;
  }
  .tp-pw-headerv2-searchbar-wrapper .pw-header-search-bar .search-icon {
    color: #023f88;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-pw-headerv2-searchbar-wrapper .pw-header-search-bar {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .tp-pw-headerv2__container {
    min-height: 145px;
    position: fixed;
    top: 0;
    background-color: #ffffff;
  }
}

.tp-pw-headerv2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 145px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-pw-headerv2 {
    position: fixed;
    top: 0;
    z-index: 101;
    height: 64px;
  }
}
.tp-pw-headerv2__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 101;
}
.tp-pw-headerv2__backdrop.hidden {
  display: none;
}
.tp-pw-headerv2 .tp-pw-headerv2-search-wrapper {
  text-align: right;
  margin-left: 48px;
  margin-right: 0px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-pw-headerv2 .tp-pw-headerv2-search-wrapper {
    margin-right: 16px;
  }
}
.tp-pw-headerv2 .tp-pw-headerv2-search-wrapper button {
  font-size: 16px;
}
.tp-pw-headerv2 a {
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .tp-pw-headerv2 .tp-pw-headerv2-mobile-secondary-navigation-menu {
    display: none;
  }
}
.tp-pw-headerv2 .tp-pw-headerv2-mobile-secondary-navigation-menu {
  display: none;
  font-weight: 500;
  width: 100%;
  position: absolute;
  z-index: 101;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #ffffff;
  height: calc(100vh - 64px);
  top: 64px;
}
.tp-pw-headerv2 .tp-pw-headerv2-mobile-secondary-navigation-menu i::before {
  font-size: 16px;
}
.tp-pw-headerv2 .tp-pw-headerv2-mobile-secondary-navigation-menu .tp-pw-anchor-container-primary {
  background-color: #ffffff;
  margin: 0 16px;
  border-bottom: 1px solid #e5e5e5;
}
.tp-pw-headerv2 .tp-pw-headerv2-mobile-secondary-navigation-menu .tp-pw-anchor-container-primary:last-of-type {
  border-bottom: 0;
}
.tp-pw-headerv2 .tp-pw-headerv2-mobile-secondary-navigation-menu .tp-pw-anchor-container-primary .primary-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #023f88;
  font-size: 14px;
  padding: 16px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
}
.tp-pw-headerv2 .tp-pw-headerv2-mobile-secondary-navigation-menu .tp-pw-anchor-container-secondary {
  background-color: #f6f6f6;
  padding: 0 16px;
}
.tp-pw-headerv2 .tp-pw-headerv2-mobile-secondary-navigation-menu .tp-pw-anchor-container-secondary:first-of-type {
  padding-top: 8px;
}
.tp-pw-headerv2 .tp-pw-headerv2-mobile-secondary-navigation-menu .tp-pw-anchor-container-secondary:last-of-type .secondary-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #023f88;
  font-size: 14px;
  padding: 16px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f6f6f6;
  border-bottom: 0;
  padding-bottom: 24px;
}
.tp-pw-headerv2 .tp-pw-headerv2-mobile-secondary-navigation-menu .tp-pw-anchor-container-secondary .secondary-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #023f88;
  font-size: 14px;
  padding: 16px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f6f6f6;
  border-bottom: 0;
  padding-bottom: 0;
}
.tp-pw-headerv2 .tp-pw-headerv2-mobile-secondary-navigation-menu__link {
  margin-left: 1.1428571429rem;
  color: #023f88;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .tp-pw-headerv2 .tp-pw-headerv2-mobile-secondary-navigation-menu__link .login-link {
    line-height: 1.6;
    font-size: 10px;
  }
}
.tp-pw-headerv2 .tp-pw-headerv2-mobile-secondary-navigation-menu__link span {
  display: none;
}
@media (min-width: 1024px) {
  .tp-pw-headerv2 .tp-pw-headerv2-mobile-secondary-navigation-menu__link span {
    display: inline;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .tp-pw-headerv2 .tp-pw-headerv2-mobile-secondary-navigation-menu__link span {
    display: none;
  }
}
@media (min-width: 1024px) {
  .tp-pw-headerv2 .tp-pw-headerv2-mobile-secondary-navigation-menu__link .mytp-text {
    line-height: 1.6;
    font-size: 10px;
    font-weight: 500;
  }
}
.tp-pw-headerv2 .tp-pw-headerv2-mobile-secondary-navigation-menu__link:first-child {
  margin-left: 0;
}
.tp-pw-headerv2 .tp-pw-headerv2-mobile-secondary-navigation-menu__link:not(:first-child) {
  display: none;
}
@media (min-width: 1024px) {
  .tp-pw-headerv2 .tp-pw-headerv2-mobile-secondary-navigation-menu__link:not(:first-child) {
    display: inline;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .tp-pw-headerv2 .tp-pw-headerv2-mobile-secondary-navigation-menu__link:not(:first-child) {
    display: none;
  }
}
.tp-pw-headerv2 .tp-pw-headerv2-mobile-secondary-navigation-menu .tp-pw-headerv2-selector-container {
  background-color: #f6f6f6;
  padding: 0 16px;
}
.tp-pw-headerv2 .tp-pw-headerv2-mobile-secondary-navigation-menu .tp-pw-headerv2-selector-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #023f88;
  font-size: 14px;
  padding: 16px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp-pw-headerv2 .tp-pw-headerv2-mobile-secondary-navigation-menu .tp-pw-headerv2-market-selector {
  background-color: #f6f6f6;
  border-top: 1px solid #e5e5e5;
  border-bottom: 0;
  padding: 16px 0;
}
.tp-pw-headerv2 .tp-pw-headerv2-mobile-secondary-navigation-menu .tp-pw-headerv2-market-selector i {
  margin-right: 8px;
  padding: 1px;
  font-size: 14px;
}
.tp-pw-headerv2 .tp-pw-headerv2-mobile-secondary-navigation-menu .tp-pw-headerv2-login-selector {
  background-color: #f6f6f6;
  border-top: 1px solid #e5e5e5;
  border-bottom: 0;
  padding: 16px 0;
}
.tp-pw-headerv2 .tp-pw-headerv2-mobile-secondary-navigation-menu .tp-pw-headerv2-login-selector i {
  margin-right: 8px;
  padding: 1px;
  font-size: 14px;
}
.tp-pw-headerv2 .tp-pw-headerv2-mobile-secondary-navigation-menu .tp-pw-megamenu-error {
  padding: 16px;
}
.tp-pw-headerv2 nav {
  width: 100%;
  background-color: #ffffff;
  z-index: 101;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-first-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-pw-headerv2 nav .tp-pw-headerv2-first-row {
    padding: 16px;
    height: 64px;
    border-bottom: 0;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .tp-pw-headerv2 nav .tp-pw-headerv2-first-row {
    padding: 0px 48px;
  }
}
.tp-pw-headerv2 nav .tp-pw-headerv2-first-row.hidden {
  display: none;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-first-row .first-row-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .tp-pw-headerv2 nav .tp-pw-headerv2-first-row .first-row-nav.tp-container {
    padding: 0px 3.4285714286rem;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .tp-pw-headerv2 nav .tp-pw-headerv2-first-row .first-row-nav.tp-container {
    padding: 0px;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-pw-headerv2 nav .tp-pw-headerv2-first-row .first-row-nav.tp-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.tp-pw-headerv2 nav .tp-pw-headerv2-first-row .tp-pw-headerv2-logo__link {
  display: block;
  width: 156px;
  height: 87px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-pw-headerv2 nav .tp-pw-headerv2-first-row .tp-pw-headerv2-logo__link {
    height: 64px;
  }
}
.tp-pw-headerv2 nav .tp-pw-headerv2-first-row .tp-pw-headerv2-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-first-row button.icon-Search_v3-pw,
.tp-pw-headerv2 nav .tp-pw-headerv2-first-row button.icon-Close_pw {
  font-size: 20px;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .tp-pw-headerv2 nav .tp-pw-headerv2-first-row button.icon-Search_v3-pw,
  .tp-pw-headerv2 nav .tp-pw-headerv2-first-row button.icon-Close_pw {
    font-size: 1.1428571429rem;
    line-height: 16px;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .tp-pw-headerv2 nav .tp-pw-headerv2-first-row button.icon-Search_v3-pw,
  .tp-pw-headerv2 nav .tp-pw-headerv2-first-row button.icon-Close_pw {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-pw-headerv2 nav .tp-pw-headerv2-first-row button.icon-Search_v3-pw,
  .tp-pw-headerv2 nav .tp-pw-headerv2-first-row button.icon-Close_pw {
    color: #023f88;
    font-size: 16px;
    line-height: 16px;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-pw-headerv2 nav .tp-pw-headerv2-first-row .tp-pw-headerv2-secondary-navigation {
    display: none;
  }
}
.tp-pw-headerv2 nav .tp-pw-headerv2-first-row .tp-pw-headerv2-secondary-navigation a {
  color: #023f88;
  cursor: pointer;
  -webkit-transform: color 0.2s, border-color 0.2s;
          transform: color 0.2s, border-color 0.2s;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-first-row .tp-pw-headerv2-secondary-navigation a:hover {
  color: #00BDF2;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-first-row .tp-pw-headerv2-secondary-navigation a i:hover {
  color: #00BDF2;
  border-color: #00BDF2;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-first-row .tp-pw-headerv2-secondary-navigation a {
  padding-left: 16px;
  font-size: 12px;
  text-decoration: none;
  padding: 0 16px 0 0;
  line-height: 40px;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-first-row .tp-pw-headerv2-secondary-navigation a:hover {
  color: #023f88;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-first-row .tp-pw-headerv2-secondary-navigation a:hover::after {
  display: block;
  content: "";
  width: 100%;
  background: #023f88;
  height: 1px;
  bottom: 8px;
  position: relative;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-first-row .tp-pw-headerv2-secondary-navigation a i:hover {
  color: #023f88;
  border-color: #023f88;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-first-row .tp-pw-headerv2-secondary-navigation .tp-pw-headerv2-market-selector {
  padding-left: 16px;
  border-left: 1px solid #e5e5e5;
  position: relative;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-first-row .tp-pw-headerv2-secondary-navigation .tp-pw-headerv2-market-selector:hover::after {
  display: none;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-first-row .tp-pw-headerv2-secondary-navigation .tp-pw-headerv2-market-selector i {
  margin-right: 8px;
  padding: 1px;
  font-size: 14px;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-first-row .tp-pw-headerv2-secondary-navigation .tp-pw-headerv2-market-selector__text {
  display: inline-block;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-first-row .tp-pw-headerv2-secondary-navigation .tp-pw-headerv2-market-selector__text:hover::after {
  display: block;
  content: "";
  width: 100%;
  background: #023f88;
  height: 1px;
  bottom: 10px;
  position: relative;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-first-row .tp-pw-headerv2-secondary-navigation .tp-pw-headerv2-login-selector {
  padding-left: 16px;
  border-left: 1px solid #e5e5e5;
  position: relative;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-first-row .tp-pw-headerv2-secondary-navigation .tp-pw-headerv2-login-selector:hover::after {
  display: none;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-first-row .tp-pw-headerv2-secondary-navigation .tp-pw-headerv2-login-selector i {
  margin-right: 8px;
  padding: 1px;
  font-size: 14px;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-first-row .tp-pw-headerv2-secondary-navigation .tp-pw-headerv2-login-selector__text {
  display: inline-block;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-first-row .tp-pw-headerv2-secondary-navigation .tp-pw-headerv2-login-selector__text:hover::after {
  display: block;
  content: "";
  width: 100%;
  background: #023f88;
  height: 1px;
  bottom: 10px;
  position: relative;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-first-row .tp-pw-headerv2-mobile-secondary-navigation {
  display: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-pw-headerv2 nav .tp-pw-headerv2-first-row .tp-pw-headerv2-mobile-secondary-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.tp-pw-headerv2 nav .tp-pw-headerv2-first-row .tp-pw-headerv2-mobile-secondary-navigation .submenu-mobile-icon::before {
  color: #023f88;
  font-size: 16px;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-second-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-pw-headerv2 nav .tp-pw-headerv2-second-row {
    display: none;
  }
}
@media (min-width: 1024px) {
  .tp-pw-headerv2 nav .tp-pw-headerv2-second-row.tp-container {
    padding: 0px 3.4285714286rem;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .tp-pw-headerv2 nav .tp-pw-headerv2-second-row.tp-container {
    padding: 0 3.4285714286rem;
  }
}
.tp-pw-headerv2 nav .tp-pw-headerv2-second-row .tp-pw-headerv2-main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-second-row .tp-pw-headerv2-main-navigation a {
  padding: 1.1428571429rem 0 1.1428571429rem 0;
  color: #023f88;
  cursor: pointer;
  -webkit-transform: color 0.2s, border-color 0.2s;
          transform: color 0.2s, border-color 0.2s;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-second-row .tp-pw-headerv2-main-navigation a:hover {
  color: #00BDF2;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-second-row .tp-pw-headerv2-main-navigation a i:hover {
  color: #00BDF2;
  border-color: #00BDF2;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-second-row .tp-pw-headerv2-main-navigation a {
  padding-left: 48px;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  padding-left: 24px;
  padding-right: 24px;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-second-row .tp-pw-headerv2-main-navigation a:first-child {
  padding-left: 0px;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-second-row .tp-pw-headerv2-main-navigation a:last-child {
  padding-right: 0px;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-second-row .tp-pw-headerv2-main-navigation a:hover {
  color: #023f88;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-second-row .tp-pw-headerv2-main-navigation a:hover::after {
  display: block;
  content: "";
  width: 100%;
  background: #023f88;
  height: 1px;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-second-row .tp-pw-headerv2-main-navigation a.active {
  text-decoration: none;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-second-row .tp-pw-headerv2-main-navigation a.active::after {
  display: block;
  content: "";
  width: 100%;
  background: #023f88;
  height: 2px;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-submenu-wrapper {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 24px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-pw-headerv2 nav .tp-pw-headerv2-submenu-wrapper {
    display: none;
  }
}
.tp-pw-headerv2 nav .tp-pw-headerv2-submenu-wrapper i {
  color: #023f88;
  cursor: pointer;
  -webkit-transform: color 0.2s, border-color 0.2s;
          transform: color 0.2s, border-color 0.2s;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-submenu-wrapper i:hover {
  color: #00BDF2;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-submenu-wrapper i i:hover {
  color: #00BDF2;
  border-color: #00BDF2;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-submenu-wrapper i.active {
  color: #00BDF2;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-submenu-wrapper i {
  font-weight: bold;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-submenu-wrapper .tp-pw-headerv2-submenu {
  border: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
  min-width: 129px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px 21px;
  position: absolute;
  top: 116px;
  right: auto;
  z-index: 100;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-submenu-wrapper .tp-pw-headerv2-submenu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-submenu-wrapper .tp-pw-headerv2-submenu a:last-of-type {
  margin-bottom: 0;
}
.tp-pw-headerv2 nav .tp-pw-headerv2-submenu-wrapper .tp-pw-headerv2-submenu a.active {
  text-decoration: underline;
}
.tp-pw-headerv2.scrollUp {
  -webkit-transform: translateY(-144px);
          transform: translateY(-144px);
}
.tp-pw-headerv2 .main-navigation__skip-nav-link:focus {
  display: inline-block;
}
.tp-pw-headerv2 .main-navigation__skip-nav-link-container {
  background-color: #ffffff;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-pw-headerv2 .main-navigation__skip-nav-link-container {
    display: none;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .tp-pw-headerv2 .main-navigation__skip-nav-link-container {
    display: none;
  }
}
.tp-pw-headerv2 .skip-link {
  border: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.tp-pw-headerv2 .skip-link-focusable:active, .tp-pw-headerv2 .skip-link-focusable:focus {
  border: 2px solid #ffffff;
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  margin-top: 16px;
  margin-bottom: 16px;
  outline: 2px solid #5E9ED6;
}

.tp-pw-megamenuconfigv2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: auto;
  z-index: 102;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .tp-pw-megamenuconfigv2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-top: 1px solid #e5e5e5;
    width: 1344px;
    margin: 0 auto;
  }
}

.tp-pw-megamenuconfigv2 > div {
  width: 100%;
}

.tp-pw-megamenucolumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 32px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-pw-megamenucolumn {
    padding-top: 0px;
  }
  .tp-pw-megamenucolumn:first-of-type {
    padding-top: 16px;
  }
}
.tp-pw-megamenucolumn.white-bg {
  background-color: #ffffff;
}
.tp-pw-megamenucolumn.grey-bg {
  background-color: #f6f6f6;
}
.tp-pw-megamenucolumn.grey-bg .tp-pw-megamenuheading h2 {
  color: #4a4a4a;
}
.tp-pw-megamenucolumn__item {
  width: 100%;
}
.tp-pw-megamenucolumn__item--teaser {
  width: 100%;
  height: 100%;
  position: relative;
}

.tp-pw-megamenucolumn > div:last-of-type {
  padding-bottom: 48px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-pw-megamenucolumn > div:last-of-type {
    padding-bottom: 0px;
  }
}
.tp-pw-megamenucolumn > div:first-of-type {
  padding-bottom: 0px;
}

.tp-pw-megamenuheading h2 {
  color: #023f88;
  margin: 0 16px 8px;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .tp-pw-megamenuheading h2 {
    color: #4a4a4a;
    margin: 0 48px 16px;
    font-size: 24px;
  }
}
.tp-pw-megamenuheading a h2 {
  margin: 0 16px 8px;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .tp-pw-megamenuheading a h2 {
    color: #023f88;
    margin: 0 48px 16px;
    font-size: 24px;
    position: relative;
  }
}
.tp-pw-megamenuheading a h2:hover {
  color: #023f88;
}
.tp-pw-megamenuheading a h2:hover::after {
  display: block;
  content: "";
  width: 100%;
  background: #023f88;
  height: 1px;
  position: absolute;
  bottom: -5px;
}
.tp-pw-megamenuheading a:hover {
  color: #023f88;
}

.tp-pw-megamenudescription {
  color: #4a4a4a;
  margin: 0 16px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .tp-pw-megamenudescription {
    margin: 0 48px 16px;
  }
}
.tp-pw-megamenudescription a {
  color: #023f88;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
.tp-pw-megamenudescription a:hover {
  text-decoration: none;
}
.tp-pw-megamenudescription a:hover::after {
  display: block;
  content: "";
  width: 100%;
  background: #023f88;
  height: 1px;
  position: absolute;
  bottom: 1px;
}

.tp-pw-megamenunavigationlinks {
  padding: 0px 48px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-pw-megamenunavigationlinks {
    padding: 0px 16px;
  }
}
.tp-pw-megamenunavigationlinks__item {
  margin-bottom: 16px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-pw-megamenunavigationlinks__item {
    margin-bottom: 0px;
    padding: 16px 0px 0px;
  }
  .tp-pw-megamenunavigationlinks__item.nav-link-bottom-border {
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.tp-pw-megamenunavigationlinks__item:last-of-type {
  margin-bottom: 0px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-pw-megamenunavigationlinks__item:last-of-type {
    margin-bottom: 8px;
    border-bottom: 0px;
  }
}
.tp-pw-megamenunavigationlinks__item a {
  color: #023f88;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .tp-pw-megamenunavigationlinks__item a {
    font-size: 12px;
  }
}
.tp-pw-megamenunavigationlinks__item a:hover {
  color: #023f88;
}
.tp-pw-megamenunavigationlinks__item p {
  color: #4a4a4a;
  margin: 0px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
.tp-pw-megamenunavigationlinks__item i {
  display: inline-block;
  color: #023f88;
  margin-right: 8px;
  font-size: 16px;
  float: left;
}
.tp-pw-megamenunavigationlinks__item--text {
  display: block;
  overflow: hidden;
  position: relative;
}
.tp-pw-megamenunavigationlinks__item--text:hover::after {
  display: block;
  content: "";
  width: 100%;
  background: #023f88;
  height: 2px;
  position: absolute;
  bottom: -1px;
}

.tp-pw-megamenuteaser {
  z-index: 1;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .tp-pw-megamenuteaser {
    margin-top: -32px;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-pw-megamenuteaser {
    margin-bottom: 0px;
    background: #ffffff;
  }
}
.tp-pw-megamenuteaser {
  height: calc(100% + 32px);
}
.tp-pw-megamenuteaser img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  min-height: 100%;
  z-index: 0;
  position: relative;
}
.tp-pw-megamenuteaser__description {
  color: #ffffff;
  font-size: 14px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-pw-megamenuteaser__description {
    color: #4a4a4a;
  }
}
.tp-pw-megamenuteaser__header-wrapper {
  padding: 24px 16px;
}
@media (min-width: 1024px) {
  .tp-pw-megamenuteaser__header-wrapper {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    margin: 32px;
    padding: 0px;
  }
}
.tp-pw-megamenuteaser__header-wrapper h2 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 8px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-pw-megamenuteaser__header-wrapper h2 {
    color: #023f88;
    font-size: 14px;
  }
}
.tp-pw-megamenuteaser__header-wrapper:hover {
  text-decoration: underline;
}
.tp-pw-megamenuteaser__image-link {
  display: inline;
}
.tp-pw-megamenuteaser__image-link--gradient {
  display: inline-block;
}
.tp-pw-megamenuteaser__image-link--gradient::after {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}
.tp-pw-megamenuteaser__image-link--gradient:hover::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(99.61%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 99.61%);
  text-decoration: underline;
}
.tp-pw-megamenuteaser__imageLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.tp-pw-megamenusubheading {
  padding: 0 48px;
  margin-bottom: 16px;
}
.tp-pw-megamenusubheading a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.tp-pw-megamenusubheading a:hover {
  color: #023f88;
}
.tp-pw-megamenusubheading h3 {
  color: #4a4a4a;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  position: relative;
}
.tp-pw-megamenusubheading h3:hover {
  color: #023f88;
}
.tp-pw-megamenusubheading h3:hover::after {
  display: block;
  content: "";
  width: 100%;
  background: #023f88;
  height: 1px;
  position: absolute;
  bottom: -3px;
}
.tp-pw-megamenusubheading i {
  color: #4a4a4a;
  margin: 0 8px;
  font-size: 12px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .tp-pw-megamenusubheading {
    padding: 16px 16px 8px;
  }
  .tp-pw-megamenusubheading .tp-pw-accordion-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 12px;
  }
  .tp-pw-megamenusubheading .tp-pw-accordion-header h3 {
    color: #4a4a4a;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
  }
  .tp-pw-megamenusubheading .tp-pw-accordion-header i.icon {
    color: #4a4a4a;
    margin: 0 8px;
    font-size: 12px;
  }
  .tp-pw-megamenusubheading .tp-pw-accordion-header i.icon::before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .tp-pw-megamenusubheading .tp-pw-accordion-header.collapsed > i.icon {
    color: #4a4a4a;
    margin: 0 8px;
    font-size: 12px;
  }
  .tp-pw-megamenusubheading .tp-pw-accordion-header.collapsed > i.icon::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media (min-width: 1024px) {
  .tp-pw-megamenusubheading-overviewlink {
    display: none;
  }
}
.tp-pw-megamenusubheading-overviewlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px 16px;
}
.tp-pw-megamenusubheading-overviewlink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #023f88;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.tp-pw-megamenusubheading-overviewlink i.icon {
  color: #023f88;
  margin: 0 8px;
  font-size: 12px;
  line-height: 24px;
}

.tp-pw-megamenusubheading-separator {
  height: 1px;
  background-color: #e5e5e5;
  margin: 0 16px;
}

body {
  line-height: 1.7142857143;
  font-family: "Montserrat", Arial;
  background: #f6f6f6;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  position: relative;
}
body :focus {
  border-radius: 2px;
  outline: 1px solid #3280E1;
  outline-offset: 1px;
  -moz-outline-radius: 3px;
}
body :focus:not(:focus-visible) {
  outline: none;
}

*:focus:not(.focus-visible),
input.focus-visible:focus {
  outline: unset;
  outline-style: solid;
}

a {
  outline: unset;
}

.bannercontainer {
  position: relative;
  height: auto;
  width: 100%;
}

.fixed {
  position: sticky;
  width: 100%;
}

.cq-Editable-dom--container .banner {
  height: auto;
}

.aem-GridColumn--default--hide {
  display: none;
}

a {
  line-height: 1.7142857143;
  font-weight: 400;
  font-size: 14px;
}

.font-fixing {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

img {
  border-radius: 4px;
}

h1,
h2 {
  font-weight: 700;
}

h3 {
  font-weight: 400;
}

h4 {
  font-weight: 500;
}

.pw-theme--grayscale-white {
  background-color: #ffffff;
}
.pw-theme--grayscale-lighter {
  background-color: #f6f6f6;
}
.pw-theme--corporate-blue {
  background-color: #023f88;
}
.pw-theme--bright-blue {
  background-color: #00BDF2;
}

.pw-text-color--text-darkgrey {
  color: #4a4a4a;
}
.pw-text-color--text-white {
  color: #ffffff;
}

.pw-margin--zero {
  margin: 0;
}
.pw-margin--regular {
  margin: 0 16px 0 16px;
}
@media (min-width: 1024px) {
  .pw-margin--regular {
    margin: 0 48px 0 48px;
  }
}

.pw-padding--zero {
  padding: 0px;
}
.pw-padding--regular {
  padding: 1.7142857143rem 1.1428571429rem;
}
@media (min-width: 1024px) {
  .pw-padding--regular {
    padding: 3.4285714286rem;
  }
}
.pw-padding--normal {
  padding: 1.7142857143rem 1.1428571429rem;
}
@media (min-width: 1024px) {
  .pw-padding--normal {
    padding: 1.7142857143rem;
  }
}

.tpatom-link--transparent:hover {
  color: #023f88;
  text-decoration: underline;
}

.icon-Youtube_pw:before {
  vertical-align: -3px;
}

.icon-Circle_Arrow_Right_pw {
  position: relative;
}
.icon-Circle_Arrow_Right_pw::before {
  position: absolute;
  top: 1px;
}

.pw-container {
  padding: 0;
  max-width: 100%;
  margin: 16px auto 0 auto;
  height: auto;
}
@media (min-width: 1024px) {
  .pw-container {
    max-width: 102.8571428571rem;
    margin: 24px auto 0 auto;
  }
}

.pw-overlay {
  background-color: #000000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 90px;
  z-index: 2;
}
@media (min-width: 1024px) {
  .pw-overlay {
    top: 80px;
  }
}

.pw-position-relative {
  position: relative;
}

.pw-position-static {
  position: static;
}

.sticky-section-menu {
  display: block;
}

.tpatom-btn--primary span,
.tpatom-link--primary span,
.tpatom-btn--secondary span,
.tpatom-link--secondary span,
.tpatom-btn--transparent span,
.tpatom-btn--datepicker span,
.tpatom-link--transparent span,
.tpatom-link--datepicker span {
  font-family: "Montserrat", Arial;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .body-content {
    padding-top: 4.5714285714rem;
  }
  .body-content.body-top-padding {
    padding-top: 8.5714285714rem;
  }
}
@media (min-width: 1024px) {
  .body-content.body-top-padding {
    padding-top: 4.4285714286rem;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .body-content {
    padding-top: 4.5714285714rem;
  }
  .body-content.body-top-padding {
    padding-top: 8.5714285714rem;
  }
}
.tpatom-subheading {
  letter-spacing: 0;
}

.tpatom-heading--regular {
  font-weight: 400;
}
@media (min-width: 1024px) {
  .tpatom-heading--regular {
    font-weight: 700;
  }
}

@media (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .ipad-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .pw-header-icons {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ipad-logo {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .mega-menu-hr {
    display: none !important;
  }
  .ipad-mega-menu-des {
    display: none !important;
  }
  .heading-cta {
    display: block !important;
  }
  .ipad-collapse-button {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .collapse.ipad-collapse.show {
    display: block !important;
  }
  .collapse.ipad-collapse:not(.show) {
    display: none !important;
  }
  a {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.7142857143;
  }
  .pw-megamenu__top img {
    display: none !important;
  }
  .ipad-icon-arrow-right {
    display: block !important;
  }
  .ipad-icon-arrow-left {
    display: inline !important;
  }
  .ipad-food-category-d-md {
    display: list-item !important;
  }
}
.btn.dropdown-toggle:focus-visible {
  border: 1px solid #4a4a4a;
  outline: 1px solid #5E9ED6;
  outline-offset: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pw-progress__barwrapper {
  border-radius: 0.2857142857rem;
  background-color: #e5e5e5;
  position: relative;
  width: 100%;
  height: 32px;
}
.pw-progress__bar {
  background-color: #ffffff;
  position: absolute;
  width: calc(100% - 3.4285714286rem);
  height: 1px;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pw-progress__bar--blue {
  background-color: #023f88;
}
.pw-progress .pw-progress__bar--10 {
  width: calc(10% - 1.7142857143rem);
}
.pw-progress .pw-progress__bar--15 {
  width: calc(15% - 1.7142857143rem);
}
.pw-progress .pw-progress__bar--20 {
  width: calc(20% - 1.7142857143rem);
}
.pw-progress .pw-progress__bar--25 {
  width: calc(25% - 1.7142857143rem);
}
.pw-progress .pw-progress__bar--30 {
  width: calc(30% - 1.7142857143rem);
}
.pw-progress .pw-progress__bar--33 {
  width: calc(33% - 1.7142857143rem);
}
.pw-progress .pw-progress__bar--40 {
  width: calc(40% - 1.7142857143rem);
}
.pw-progress .pw-progress__bar--45 {
  width: calc(45% - 1.7142857143rem);
}
.pw-progress .pw-progress__bar--50 {
  width: calc(50% - 1.7142857143rem);
}
.pw-progress .pw-progress__bar--55 {
  width: calc(55% - 1.7142857143rem);
}
.pw-progress .pw-progress__bar--60 {
  width: calc(60% - 1.7142857143rem);
}
.pw-progress .pw-progress__bar--66 {
  width: calc(66% - 1.7142857143rem);
}
.pw-progress .pw-progress__bar--70 {
  width: calc(70% - 1.7142857143rem);
}
.pw-progress .pw-progress__bar--75 {
  width: calc(75% - 1.7142857143rem);
}
.pw-progress .pw-progress__bar--80 {
  width: calc(80% - 1.7142857143rem);
}
.pw-progress .pw-progress__bar--85 {
  width: calc(85% - 1.7142857143rem);
}
.pw-progress .pw-progress__bar--90 {
  width: calc(90% - 1.7142857143rem);
}
.pw-progress .pw-progress__bar--100 {
  width: calc(100% - 1.7142857143rem);
}
.pw-progress__point {
  background-color: #ffffff;
  border-radius: 100%;
  position: absolute;
  width: 12px;
  height: 12px;
  left: -0.4285714286rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pw-progress__point--blue {
  background-color: #023f88;
}
.pw-progress__point--100 {
  left: calc(100% - 0.4285714286rem);
}
.pw-progress__point--big {
  width: 16px;
  height: 16px;
  left: calc(100% - 0.5714285714rem);
}
.pw-progress .pw-progress__info {
  padding: 0;
  line-height: 32px;
}
@media (min-width: 768px) {
  .pw-progress .pw-progress__info {
    padding: 0 0 0 1.1428571429rem;
  }
}

.pw-form .form-group .error-msg {
  display: none;
  color: #ff4d4d;
  font-size: 10px;
}
.pw-form .form-group.hasError .form-control {
  border-color: #ff4d4d;
}
.pw-form .form-group.hasError .error-msg {
  display: block;
}
.pw-form .form-group.hasError .pw-form__dropdown__toggle {
  border-color: #ff4d4d;
}
.pw-form .form-control {
  border: 1px solid #4a4a4a;
  color: #4a4a4a;
  height: 2.8571428571rem;
  padding: 8px 16px;
}
.pw-form .form-control:focus-visible, .pw-form .form-control:focus {
  outline: 2px solid #5E9ED6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.pw-form textarea.form-control {
  height: auto;
  resize: none;
}
.pw-form .form-check {
  padding-left: 0;
  position: relative;
}
.pw-form .form-check-input {
  visibility: hidden;
}
.pw-form .form-check-input:checked ~ .form-check-radio::before {
  background: #777777;
}
.pw-form .form-check-label {
  padding-left: 2.2857142857rem;
  font-size: 16px;
  position: relative;
  z-index: 9;
}
.pw-form .form-check-radio {
  border: 1px solid #777777;
  display: block;
  border-radius: 100%;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 4px;
  left: 0;
  z-index: 5;
}
.pw-form .form-check-radio::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 6px;
  width: 6px;
  top: 4px;
  left: 4px;
  margin: auto;
}
.pw-form__smalltext {
  font-size: 10px;
}
.pw-form__dropdown .show.btn {
  border-radius: 0.2857142857rem 0.2857142857rem 0 0;
  border-bottom: 0;
}
.pw-form__dropdown__toggle {
  padding: 0 2.1428571429rem 0 1.1428571429rem;
  line-height: 24px;
  height: 2.8571428571rem;
  font-weight: 400;
  background-color: #ffffff;
  border-color: #4a4a4a;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  width: 100%;
  color: #4a4a4a;
}
.pw-form__dropdown__toggle::after {
  content: "";
  border: 0;
}
.pw-form__dropdown__toggle .icon {
  position: absolute;
  right: 16px;
}
.pw-form__dropdown__toggle:hover {
  color: #333333;
  text-decoration: none;
  border-color: #4a4a4a;
}
.pw-form__dropdown__menu {
  margin-top: 0;
  padding: 0;
  border: 1px solid #4a4a4a;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
}
.pw-form__dropdown__menu.show {
  border-radius: 0 0 0.2857142857rem 0.2857142857rem;
}
.pw-form__dropdown__menu .dropdown-item {
  padding: 0 1.1428571429rem;
  border: 0;
  line-height: 2.8571428571rem;
  height: 2.8571428571rem;
  font-weight: 400;
  color: #4a4a4a;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.pw-form__dropdown__menu .dropdown-item:hover, .pw-form__dropdown__menu .dropdown-item:focus {
  background-color: #f6f6f6;
}
.pw-form__dropdown__menu .active {
  border: 1px solid #023f88;
  background-color: #023f88;
}
.pw-form__dropdown__menu .active:hover {
  background-color: #023f88;
}

.tp-modal {
  background-color: rgba(0, 0, 0, 0.5);
}
.tp-modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.tp-modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.tp-no-backdrop .modal-backdrop {
  display: none;
}
.tp-no-backdrop .modal-backdrop.fade {
  -webkit-transition: none;
  transition: none;
}

.collapsing {
  -webkit-transition: height 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.richtext ol ol,
.richtext ul ul {
  padding: 0 0 0 1.4285714286rem;
}
.richtext ol li:before,
.richtext ul li:before {
  color: #4a4a4a;
}
.richtext ul li:before {
  margin-right: 0.5714285714rem;
  padding-right: 0.5714285714rem;
  content: "•";
  color: #4a4a4a;
  display: table-cell;
}
.richtext ul ul ul li:before {
  content: "‒";
  font-weight: bold;
}
.richtext ol {
  counter-reset: section;
  list-style-type: none;
}
.richtext ol li:before {
  margin-right: 0.5714285714rem;
  counter-increment: section;
  content: counters(section, ".") " ";
}
.richtext table td {
  padding: 0.5714285714rem;
  border-bottom: 1px solid #e5e5e5;
}
.richtext table th {
  padding: 0.5714285714rem;
  border-bottom: 1px solid #777777;
}

.xf-content-height {
  margin: 0 0 !important;
}

.tpatom-link__text.sly-text {
  display: inline;
}
.tpatom-link .nowrap-text {
  display: inline;
  white-space: nowrap;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-attribution {
  font-size: 10px;
  color: #4a4a4a;
  margin-top: 1em;
}
.recaptcha-attribution a {
  font-size: 10px;
}

.tpatom-btn--primary,
.tpatom-link--primary, .tpatom-btn--secondary,
.tpatom-link--secondary, .tpatom-btn--transparent, .tpatom-btn--datepicker,
.tpatom-link--transparent,
.tpatom-link--datepicker {
  font-size: 1rem;
  padding: 0.5714285714rem 1.1428571429rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
}
.tpatom-btn--primary .icon,
.tpatom-link--primary .icon, .tpatom-btn--secondary .icon,
.tpatom-link--secondary .icon, .tpatom-btn--transparent .icon, .tpatom-btn--datepicker .icon,
.tpatom-link--transparent .icon,
.tpatom-link--datepicker .icon {
  margin-left: 0.5714285714rem;
  font-size: 0.8571428571rem;
  line-height: 12px;
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
  margin-left: 8px;
}
.tpatom-btn--primary .icon::before,
.tpatom-link--primary .icon::before, .tpatom-btn--secondary .icon::before,
.tpatom-link--secondary .icon::before, .tpatom-btn--transparent .icon::before, .tpatom-btn--datepicker .icon::before,
.tpatom-link--transparent .icon::before,
.tpatom-link--datepicker .icon::before {
  font-size: 0.8571428571rem;
  height: 0.8571428571rem;
  margin-top: 0;
  display: inline-block;
}
.tpatom-btn--primary .icon.icon-Circle_Arrow_Right_pw,
.tpatom-link--primary .icon.icon-Circle_Arrow_Right_pw, .tpatom-btn--secondary .icon.icon-Circle_Arrow_Right_pw,
.tpatom-link--secondary .icon.icon-Circle_Arrow_Right_pw, .tpatom-btn--transparent .icon.icon-Circle_Arrow_Right_pw, .tpatom-btn--datepicker .icon.icon-Circle_Arrow_Right_pw,
.tpatom-link--transparent .icon.icon-Circle_Arrow_Right_pw,
.tpatom-link--datepicker .icon.icon-Circle_Arrow_Right_pw {
  margin-left: 0.5714285714rem;
  font-size: 1.1428571429rem;
  line-height: 14px;
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
}
.tpatom-btn--primary .icon.icon-Circle_Arrow_Right_pw::before,
.tpatom-link--primary .icon.icon-Circle_Arrow_Right_pw::before, .tpatom-btn--secondary .icon.icon-Circle_Arrow_Right_pw::before,
.tpatom-link--secondary .icon.icon-Circle_Arrow_Right_pw::before, .tpatom-btn--transparent .icon.icon-Circle_Arrow_Right_pw::before, .tpatom-btn--datepicker .icon.icon-Circle_Arrow_Right_pw::before,
.tpatom-link--transparent .icon.icon-Circle_Arrow_Right_pw::before,
.tpatom-link--datepicker .icon.icon-Circle_Arrow_Right_pw::before {
  font-size: 1.1428571429rem;
  height: 1.1428571429rem;
  margin-top: 0.2857142857rem;
  display: inline-block;
}
.tpatom-btn--primary span,
.tpatom-link--primary span, .tpatom-btn--secondary span,
.tpatom-link--secondary span, .tpatom-btn--transparent span, .tpatom-btn--datepicker span,
.tpatom-link--transparent span,
.tpatom-link--datepicker span {
  margin-right: 0.2857142857rem;
  line-height: 1.7142857143;
  padding-right: 0;
  vertical-align: top;
  display: inline-block;
}
.tpatom-btn--primary span.sly-text,
.tpatom-link--primary span.sly-text, .tpatom-btn--secondary span.sly-text,
.tpatom-link--secondary span.sly-text, .tpatom-btn--transparent span.sly-text, .tpatom-btn--datepicker span.sly-text,
.tpatom-link--transparent span.sly-text,
.tpatom-link--datepicker span.sly-text {
  margin-right: 0;
}

.tpatom-btn--primary, .tpatom-btn--primary[disabled]:hover,
.tpatom-link--primary,
.tpatom-link--primary[disabled]:hover, .is-touch .tpatom-btn--primary:hover,
.is-touch .tpatom-link--primary:hover {
  background-color: #023f88;
  color: #ffffff;
}

.tpatom-btn--secondary, .tpatom-btn--secondary[disabled]:hover,
.tpatom-link--secondary,
.tpatom-link--secondary[disabled]:hover, .is-touch .tpatom-btn--secondary:hover,
.is-touch .tpatom-link--secondary:hover {
  background-color: transparent;
  color: #023f88;
}

.tpatom-btn--primary:hover,
.tpatom-link--primary:hover {
  background-color: #023f88;
  color: #ffffff;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .tpatom-btn--primary:hover,
  .tpatom-link--primary:hover {
    background-color: #023f88;
    color: #ffffff;
    text-decoration: underline;
  }
}

.tpatom-btn--secondary:hover,
.tpatom-link--secondary:hover {
  background-color: transparent;
  color: #023f88;
  text-decoration: underline;
}

.tpatom-btn--close,
.tpatom-link--close, .tpatom-btn--settings,
.tpatom-link--settings {
  width: 3.2857142857rem;
  height: 3.2857142857rem;
  color: #4a4a4a;
}

.tpatom-btn,
.tpatom-link {
  line-height: 1.7142857143;
  cursor: pointer;
}
.tpatom-btn[disabled],
.tpatom-link[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
}
.tpatom-btn--primary,
.tpatom-link--primary {
  border-radius: 4px;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}
.tpatom-btn--secondary,
.tpatom-link--secondary {
  border-radius: 4px;
  border: 1px solid #023f88;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}
.tpatom-btn--transparent, .tpatom-btn--datepicker,
.tpatom-link--transparent,
.tpatom-link--datepicker {
  background: none;
  border: 0;
  padding: 0;
  color: #023f88;
}
.tpatom-btn--datepicker,
.tpatom-link--datepicker {
  padding: 0.9285714286rem 0.8571428571rem;
  font-size: 0.8571428571rem;
  color: #4a4a4a;
  border: 1px solid #777777;
  line-height: 1;
  border-radius: 4px;
}
.tpatom-btn--datepicker .icon::before,
.tpatom-link--datepicker .icon::before {
  margin: 0;
}
.tpatom-btn--close,
.tpatom-link--close {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .tpatom-btn--close,
  .tpatom-link--close {
    top: 0.5714285714rem;
    right: 0.5714285714rem;
  }
}
.tpatom-btn--close .icon,
.tpatom-link--close .icon {
  font-size: 1.1428571429rem;
  width: 1.1428571429rem;
  height: 1.1428571429rem;
}
.tpatom-btn--settings .icon,
.tpatom-link--settings .icon {
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
}
.tpatom-btn--pagination,
.tpatom-link--pagination {
  padding: 0 0.2857142857rem;
  font-size: 1rem;
  line-height: 1.7142857143;
  border-radius: 0.2857142857rem;
  min-width: 1.7142857143rem;
  color: #023f88;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}
.tpatom-btn--pagination:hover:not([disabled]),
.tpatom-link--pagination:hover:not([disabled]) {
  color: #023f88;
  font-weight: bold;
}
.tpatom-btn--pagination.active,
.tpatom-link--pagination.active {
  background-color: #023f88;
  color: #ffffff;
}
.tpatom-btn--calendar,
.tpatom-link--calendar {
  width: 1.7142857143rem;
  height: 1.7142857143rem;
  position: relative;
  border-radius: 50%;
  background-color: #4a4a4a;
  color: #ffffff;
}
.tpatom-btn--calendar .icon,
.tpatom-link--calendar .icon {
  font-size: 0.8571428571rem;
  height: 1.0714285714rem;
  width: 100%;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.tpatom-link--transparent span {
  padding-right: 0;
}

.pw-error-page {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
.pw-error-page:not(.wcmmode-edit) .pw-error-page__image {
  left: 0;
  max-width: none;
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
}
.pw-error-page--underneath {
  position: relative;
  z-index: 0;
}
.pw-error-page__logo {
  max-width: 150px;
}
.pw-error-page__image {
  width: 100%;
}
.pw-error-page__text-content {
  padding: 1.7142857143rem;
  left: 1.0714285714rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 2.1428571429rem);
}
@media (min-width: 1024px) {
  .pw-error-page__text-content {
    left: 0;
    max-width: 50%;
    width: auto;
  }
}
.pw-error-page__title, .pw-error-page__subtitle, .pw-error-page__description {
  padding-bottom: 1.7142857143rem;
}
.pw-error-page__description {
  font-size: 1.2857142857rem;
  line-height: 1.3333333333;
}
@media (min-width: 1024px) {
  .pw-error-page__description {
    font-size: 1.2857142857rem;
  }
}
.pw-error-page__description a {
  color: #ffffff;
}
.pw-error-page .tp-container {
  padding-top: 5rem;
  position: relative;
}
.pw-error-page .tpatom-contrast-layer {
  z-index: -1;
}

.pw-article-page {
  border-radius: 0.2857142857rem;
  padding: 2.2857142857rem 0;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .pw-article-page {
    padding-top: 3.4285714286rem;
  }
}
.pw-article-page__fixed-title {
  margin-bottom: 1.7142857143rem;
}
.pw-article-page__fixed-title .pw-title {
  margin-bottom: 0;
}
