@font-face {
  font-family: ITC Charter;
  src: url('../fonts/ITCCharterCom-Bold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: ITC Charter;
  src: url('../fonts/ITCCharterCom-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: ITC Charter;
  src: url('../fonts/ITCCharterCom-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueLTPro-Bd-55.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueLTPro-Hv-65.ttf') format("truetype"), url('../fonts/HelveticaNeueLTPro-Md-65.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueLTPro-Th-35.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueLTPro-Lt-45.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueLTPro-UltLt-25.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueLTPro-Blk-95.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueLTPro-Roman.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --dark-grey: #2d2d2d;
  --white: white;
  --medium-grey: #464646;
  --yellow: #ffb600;
  --tangerine: #eb8c00;
  --orange: #d04a02;
  --red: #e0301e;
  --darker-grey: #111;
  --grey: #7d7d7d;
  --light-grey: #dedede;
  --digital-rose: #d93954;
  --rose: #db536a;
  --ligther-grey: #f2f2f2;
  --dark-orange: #933401;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30.6px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.pwc-container {
  color: var(--dark-grey);
  max-width: 940px;
  transition: all .2s;
}

.h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neue, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36.4px;
}

.h3.mt-24 {
  margin-top: 24px;
}

.p {
  color: var(--black);
  margin-bottom: 0;
  font-family: Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 1.7em;
}

.p.align-center {
  text-align: center;
}

.p.align-center.mt-16 {
  margin-top: 16px;
  font-family: ITC Charter, sans-serif;
}

.pwc-footer-link {
  text-align: left;
  display: inline-block;
}

.pwc-footer-links-2 {
  align-items: center;
  margin-top: 8px;
  font-size: 14px;
  display: flex;
}

.pwc-footer-link-padding-left {
  text-align: left;
  padding-left: 20px;
  text-decoration: none;
}

.pwc-footer-link-padding-left.pwc-footer-link-white {
  color: var(--white);
  font-size: 14px;
}

.pwc-footer-text {
  border-style: none none solid;
  border-width: 1px;
  border-color: #fff #fff var(--medium-grey);
  color: var(--white);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 15px;
  font-size: 14px;
}

.pwc-footer-logo {
  width: 62px;
  height: auto;
  margin-right: 20px;
}

.pwc-footer-link-white {
  color: #fff;
  padding-left: 0;
  text-decoration: none;
  display: inline-block;
}

.pwc-footer-link-white:hover {
  text-decoration: underline;
}

.pwc-footer-link-white.pwc-footer-link-padding-left {
  padding-left: 20px;
}

.section-4 {
  background-color: #7d7d7d;
  height: auto;
  padding-top: 32px;
}

.footer {
  color: var(--black);
  text-align: center;
  background-color: #eeeff1;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 14px;
}

.body {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button {
  color: var(--white);
  background-color: #fd5108;
  margin-top: 24px;
  padding: 14px 23px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.button:hover {
  background-color: var(--black);
}

.img-div {
  position: relative;
}

.img {
  z-index: 1;
  width: 100px;
  position: relative;
}

.main {
  padding-top: 80px;
  padding-bottom: 80px;
}

.navbar__logo {
  grid-column-gap: 0px;
  align-items: center;
  display: flex;
}

.navbar__logo.w--current {
  padding-left: 0;
}

.navbar {
  z-index: 400;
  background-color: #fff;
  align-items: center;
}

.navbar__wrapper {
  justify-content: space-between;
  align-items: stretch;
  height: 90px;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
}

.navbar__wrapper.container {
  margin-left: auto;
  margin-right: auto;
}

.navbar__wrapper.navbar__container {
  border-bottom: 1px solid #dfe3e6;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.navbar__logo-img {
  border-right: 1px #000;
  width: 90px;
  padding-right: 0;
}

.navbar__logout-icon {
  width: 20px;
  height: auto;
}

.navbar__logout-link {
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.footer__logo {
  width: 70px;
}

.footer-2 {
  background-color: #000;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 40px;
  font-size: 14px;
}

.footer__link-container {
  color: var(--black);
  text-align: left;
  display: inline-block;
}

.footer__text {
  text-align: left;
  width: 70%;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.default-footer__structure-link {
  color: var(--black);
  text-decoration: underline;
}

.footer__links {
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.footer__text-container {
  border-bottom: 1px solid #cbd1d6;
}

.container {
  width: 100%;
  max-width: 960px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer__links-link {
  color: var(--black);
  padding-left: 0;
  text-decoration: none;
  display: inline-block;
}

.footer__links-link:hover {
  text-decoration: underline;
}

.navbar__logout {
  justify-content: center;
  align-items: stretch;
  height: 90px;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .pwc-container {
    max-width: 1140px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    max-width: 1140px;
  }
}

@media screen and (min-width: 1440px) {
  .pwc-container, .container {
    max-width: 1320px;
  }
}

@media screen and (min-width: 1920px) {
  .pwc-container {
    max-width: 1320px;
  }

  .p.align-center.mt-16 {
    font-family: Helvetica Neue, sans-serif;
  }

  .navbar__wrapper {
    padding-left: 16px;
  }

  .navbar__wrapper.navbar__container {
    max-width: 1600px;
  }

  .navbar__logout-icon {
    width: 24px;
  }

  .container {
    max-width: 1320px;
  }

  .navbar__logout {
    padding-left: 16px;
  }
}

@media screen and (max-width: 991px) {
  .pwc-container {
    max-width: 720px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar__logo {
    align-self: center;
    align-items: center;
  }

  .navbar {
    padding-left: 0;
  }

  .navbar__wrapper {
    background-color: #fff;
    margin-right: 0;
    padding-left: 16px;
    box-shadow: 0 2px 5px #0003;
  }

  .navbar__wrapper.navbar__container {
    padding-right: 16px;
  }

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

  .navbar__logout-link {
    color: #000;
    padding: 32px 32px 32px 24px;
    text-decoration: none;
  }

  .footer__text {
    width: 100%;
  }

  .container {
    max-width: 720px;
  }

  .navbar__logout {
    background-color: #fff;
    margin-right: 0;
    box-shadow: 0 2px 5px #0003;
  }
}

@media screen and (max-width: 767px) {
  .pwc-container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .h3 {
    font-size: 22px;
    line-height: 28.6px;
  }

  .pwc-footer-links-2 {
    flex-flow: column wrap;
    align-items: flex-start;
    display: flex;
  }

  .pwc-footer-link-padding-left.pwc-footer-link-white {
    margin-top: 12px;
    padding-left: 0;
  }

  .pwc-footer-logo {
    display: none;
    overflow: hidden;
  }

  .pwc-footer-link-white {
    margin-left: 0;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content {
    width: auto;
  }

  .navbar__wrapper {
    flex-direction: row;
    justify-content: space-around;
    padding-left: 0;
  }

  .navbar__wrapper.navbar__container {
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer__links {
    flex-direction: column;
    align-items: flex-start;
  }

  .container {
    max-width: 540px;
  }

  .footer__links-link {
    margin-left: 0;
  }

  .navbar__logout {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .pwc-container {
    flex-direction: row;
    align-items: flex-start;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .p.align-center.mt-16 {
    text-align: left;
  }

  .pwc-footer-links-2 {
    flex-wrap: wrap;
  }

  .pwc-footer-link-white {
    padding-left: 0;
  }

  .footer {
    text-align: left;
  }

  .main {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .container {
    max-width: none;
  }

  .footer__links-link {
    padding-left: 0;
  }
}


@font-face {
  font-family: 'ITC Charter';
  src: url('../fonts/ITCCharterCom-Bold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ITC Charter';
  src: url('../fonts/ITCCharterCom-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ITC Charter';
  src: url('../fonts/ITCCharterCom-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueLTPro-Bd-55.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueLTPro-Hv-65.ttf') format('truetype'), url('../fonts/HelveticaNeueLTPro-Md-65.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueLTPro-Th-35.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueLTPro-Lt-45.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueLTPro-UltLt-25.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueLTPro-Blk-95.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueLTPro-Roman.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}