@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Black.woff2") format("woff2"), url("../fonts/WorkSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Bold.woff2") format("woff2"), url("../fonts/WorkSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Medium.woff2") format("woff2"), url("../fonts/WorkSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-ExtraLight.woff2") format("woff2"), url("../fonts/WorkSans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-SemiBold.woff2") format("woff2"), url("../fonts/WorkSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Light.woff2") format("woff2"), url("../fonts/WorkSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Thin.woff2") format("woff2"), url("../fonts/WorkSans-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Regular.woff2") format("woff2"), url("../fonts/WorkSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sriracha";
  src: url("../fonts/Sriracha-Regular.woff2") format("woff2"), url("../fonts/Sriracha-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  word-break: break-word;
}

html,
body:is(.cms-proxima-mobileapp, .proxima__updated-site) {
  font-size: 16px;
  scroll-behavior: smooth;
  font-family: "Work Sans";
  color: #000;
  font-weight: 400;
}

body:is(.cms-proxima-mobileapp, .proxima__updated-site) ::-webkit-scrollbar-thumb {
  background: slategray;
}

body:is(.cms-proxima-mobileapp, .proxima__updated-site) ::-webkit-scrollbar-track {
  background: #b8c0c8;
}

body:is(.cms-proxima-mobileapp, .proxima__updated-site) {
  scrollbar-face-color: slategray;
  scrollbar-track-color: #b8c0c8;
}

body:is(.cms-proxima-mobileapp, .proxima__updated-site) ::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

body:is(.cms-proxima-mobileapp, .proxima__updated-site) ul,
body:is(.cms-proxima-mobileapp, .proxima__updated-site) ol {
  margin: 0;
  padding: 0;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) ul li,
body:is(.cms-proxima-mobileapp, .proxima__updated-site) ol li {
  list-style: none;
}

body:is(.cms-proxima-mobileapp, .proxima__updated-site) p {
  font-size: 1em;
  line-height: 1.125;
  margin: 0 0 1.25rem;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) p:last-of-type {
  margin: 0;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) p:empty {
  display: none;
}

body:is(.cms-proxima-mobileapp, .proxima__updated-site) img {
  display: block;
  max-width: 100%;
  height: auto;
}

body:is(.cms-proxima-mobileapp, .proxima__updated-site) button {
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: 0;
  -webkit-appearance: none;
}

body:is(.cms-proxima-mobileapp, .proxima__updated-site) .custom-new-container {
  max-width: 79rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width:768px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .custom-new-container {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .custom-new-container {
    padding: 0 2.5rem;
  }
}
@media screen and (min-width:1199px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .custom-new-container {
    padding: 0 3.125rem;
  }
}
@media screen and (min-width:1360px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .custom-new-container {
    padding: 0 0.75rem;
  }
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.hero .custom-new-container{
    position: relative;
  }
}

@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .is--mobile {
    display: none;
  }
}

body:is(.cms-proxima-mobileapp, .proxima__updated-site) .is--desktop {
  display: none;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .is--desktop {
    display: block;
  }
}

body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.header {
  padding: 0.9375rem 0;
  position: fixed;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
@media screen and (min-width:1360px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.header {
    padding: 2.4375rem 0rem;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.header .header__logo img {
  transition: all 0.3s ease-in-out;
  max-width: 9.8125rem;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.header .header__logo img {
    max-width: 15.625rem;
  }
}
@media screen and (min-width:1360px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.header .header__logo img {
    max-width: 19.5625rem;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.header.has--scrolled {
  background-color: rgba(7, 36, 113, 0.8509803922);
  padding: 0.5rem 0rem;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.header.has--scrolled {
    padding: 0.75rem 0rem;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.header.has--scrolled .header__logo img {
  max-width: 8.125rem;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.header.has--scrolled .header__logo img {
    max-width: 11.25rem;
  }
}

body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.hero {
  background-image: url("https://test.proxima.com.au/media/wysiwyg/Mobile_App_front_page/hero-mob.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6.5625rem 0 15.3125rem;
  position: relative;
  background-position: bottom;
  background-color: #f5f5f5;
}
@media screen and (min-width:768px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.hero {
    padding: 6.5625rem 0 15.3125rem;
    background-image: url("https://test.proxima.com.au/media/wysiwyg/Mobile_App_front_page/banner-bg.png");
  }
}
@media screen and (min-width:1360px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.hero {
    padding: 16.0625rem 0 4.375rem;
  }
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.hero .hero__content {
    padding-right: 34%;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.hero .hero__content h1 {
  color: #fff;
  font-weight: 700 !important;
  font-family: "Work Sans";
  margin-bottom: 1.75rem;
  font-size: 2.5em;
  line-height: 1.125;
  padding-right: 1.25rem;
}
@media screen and (min-width:1199px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.hero .hero__content h1 {
    padding-right: 0;
    font-size: 3.125em;
    line-height: 1.2;
    margin-bottom: 1.375rem;
  }
}
@media screen and (min-width:1360px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.hero .hero__content h1 {
    font-size: 3.75em;
    line-height: 1.3333333333;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.hero .hero__content h1 .red {
  font-family: "Sriracha" !important;
  color: #ff2e3b;
  font-size: 50px;
  line-height: 59.5px;
  margin-right: 0.625rem;
  font-weight: 400 !important;
}
@media screen and (min-width:1199px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.hero .hero__content h1 .red {
    font-size: 70px;
    line-height: 59.5px;
    margin-right: 1.4375rem;
  }
}
@media screen and (min-width:1360px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.hero .hero__content h1 .red {
    font-size: 96px;
    line-height: 59.5px;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.hero .hero__content h1 .custom-border {
  position: relative;
  display: inline-block;
  z-index: 0;
  font-weight: 700;
}
/* body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.hero .hero__content h1 .custom-border::after {
  content: "";
  position: absolute;
  background-image: url("https://test.proxima.com.au/media/wysiwyg/Mobile_App_front_page/border.png");
  left: -9px;
  width: 105%;
  height: 24px;
  background-repeat: no-repeat;
  bottom: -16px;
  display: none;
  z-index: -1;
} */
@media screen and (min-width:1199px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.hero .hero__content h1 .custom-border::after {
    display: inline-block;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.hero .hero__content p {
  color: #fff;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.375;
  margin-bottom: 1.4375rem;
  max-width: 38.75rem;
}
@media screen and (min-width:1199px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.hero .hero__content p {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
    margin-bottom: 3.75rem;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.hero .hero__thumb {
  position: absolute;
  width: 20.75rem;
  bottom: -2.875rem;
  left: -1.375rem;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.hero .hero__thumb {
    position: absolute;
    top: 10.75rem;
    bottom: auto;
    left: auto;
    width: 31.25rem;
    height: 31.25rem;
    right: 2.8125rem;
  }
}
@media screen and (min-width:1199px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.hero .hero__thumb {
    top: 10.625rem;
    width: 37.5rem;
    right: 3.375rem;
  }
}
@media screen and (min-width:1360px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.hero .hero__thumb {
    /* top: 10.625rem; */
    width: 46.6875rem;
    height: 47.25rem;
    /* right: 3.375rem; */
  }
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.hero .hero__thumb{
    top: -90px;
    right: -35px;
  }
}

body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer {
  padding: 2.9375rem 0 1.6875rem !important;
  background: linear-gradient(80deg, #072471 0%, #0431a8 98.43%);
  position: relative;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer {
    padding: 4.6875rem 0 1.6875rem !important;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .custom-new-container {
  position: relative;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__content {
    padding-right: 35%;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__content h2 {
  color: #fff;
  font-weight: 700;
  font-size: 1.875em;
  line-height: 1.3666666667;
  margin-bottom: 1rem;
  margin-right: 2.8125rem;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__content h2 {
    font-size: 2.25em;
    line-height: 1.6527777778;
    margin-bottom: 0.25rem;
    margin-right: 0;
  }
}
@media screen and (min-width:1360px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__content h2 {
    font-size: 3.0625em;
    font-size: 49px;
    line-height: 1.2142857143;
    margin-bottom: 0.25rem;
    margin-right: 0;
    white-space: nowrap;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__content h2 span {
  font-family: "Sriracha" !important;
  color: #ff2e3b;
  margin-right: 1.3125rem;
  font-size: 40px;
  line-height: 59.5px;
  font-weight: 400;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__content h2 span {
    font-size: 60px;
    line-height: 59.5px;
    margin-right: 1.5625rem;
  }
}
@media screen and (min-width:1360px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__content h2 span {
    font-size: 75px;
    line-height: 59.5px;
    margin-right: 1.5625rem;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__content h4 {
  color: #fff;
  font-weight: 600;
  font-size: 1.5625em;
  line-height: 1.08;
  margin-bottom: 0.5rem;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__content h4 {
    font-size: 2.1875em;
    line-height: 1.2571428571;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__content p {
  color: #fff;
  font-weight: 400;
  font-size: 1em;
  line-height: 2.1875;
  margin-bottom: 2.1875rem;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__content p {
    font-size: 1.5625em;
    line-height: 1.4;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__content ul {
  display: flex !important;
  flex-wrap: wrap;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__content ul li {
  margin-right: 0.75rem;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__content ul.footer__store {
  margin-bottom: 2.625rem !important;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__content ul.footer__social {
  margin-bottom: 1.125rem !important;
  margin-left: 0.3125rem !important;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__content ul.footer__social li {
  margin-right: 1.6875rem;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__content ul.footer__social li img {
  max-width: 1.9375rem;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__content .footer__follow {
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  line-height: 1;
  margin-left: 0.3125rem;
  margin-bottom: 1.5rem;
  display: block;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__content .footer__follow {
    margin-bottom: 0;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__thumb {
  max-width: 17.25rem;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__thumb {
    position: absolute;
    max-width: none;
    top: -10.8125rem;
    width: 22.5rem;
    right: 2.5rem;
  }
}
@media screen and (min-width:992px) and (min-width:1360px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__thumb {
    right: -0.75rem;
    width: 27.3125rem;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__bottom {
  margin-top: 2.5rem;
  border-top: 0.0625rem solid #9e9e9e;
  padding-top: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__bottom {
    margin-top: 1.1875rem;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__bottom ul {
  display: flex !important;
  flex-wrap: wrap;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__bottom ul li {
  color: #9e9e9e;
  margin-right: 1.5625rem;
  font-size: 0.75em;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__bottom ul li {
    font-size: 0.875em;
    line-height: 1;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__bottom ul li a {
  color: #9e9e9e;
  font-size: 0.75em;
  line-height: 1;
  font-size: 12px;
  line-height: 12px;
  text-underline-position: under;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__bottom ul li a {
    font-size: 14px;
    line-height: 14px;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__bottom img {
  max-width: 13.125rem;
}

body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features {
  padding: 5.375rem 0 2.3125rem;
  background-color: #f5f5f5;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features {
    padding: 3.0625rem 0 5.1875rem;
  }
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features .features__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features .features__wrap .features__download {
    width: 45%;
    flex: 0 0 45%;
    padding-right: 1.25rem;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features .features__wrap .features__download h2 {
  font-weight: 700;
  font-size: 1.875em;
  line-height: 1.2666666667;
  margin-bottom: 0.5rem;
  display: none;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features .features__wrap .features__download h2 {
    font-size: 2.5em;
    line-height: 1.2375;
    margin-bottom: 0.5rem;
    display: block;
  }
}
@media screen and (min-width:1199px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features .features__wrap .features__download h2 {
    font-size: 3.0625em;
    line-height: 1.2142857143;
    margin-bottom: 1.125rem;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features .features__wrap .features__download h2 span {
  color: #4479ff;
  font-weight: 700;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features .features__wrap .features__download h4 {
  font-weight: 600;
  font-size: 1.5625em;
  line-height: 1.76;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features .features__wrap .features__download h4 {
    font-size: 1.875em;
    line-height: 1.4666666667;
  }
}
@media screen and (min-width:1199px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features .features__wrap .features__download h4 {
    font-size: 2.1875em;
    line-height: 1.2571428571;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features .features__wrap .features__download p {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.65625;
  margin-bottom: 2rem;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features .features__wrap .features__download p {
    font-size: 1.25em;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width:1360px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features .features__wrap .features__download p {
    font-size: 1.5625em;
    line-height: 1.4;
    margin-bottom: 1.875rem;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features .features__wrap .features__download ul {
  display: flex;
  flex-wrap: wrap;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features .features__wrap .features__download ul li {
  margin-right: 0.75rem;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features .features__wrap .features__download ul li {
    margin-right: 0.9375rem;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features .features__wrap .features__download ul li img {
  max-width: 156px;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features .features__wrap .features__download ul li img {
    max-width: none;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features .features__wrap .features__download ul li:last-child {
  margin: 0;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features .features__wrap .features__repeat {
  margin-top: 2.375rem;
}
@media screen and (min-width:768px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features .features__wrap .features__repeat {
    display: flex;
    justify-content: space-between;
    margin-top: 2.4375rem;
    padding: 0 1.25rem;
  }
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features .features__wrap .features__repeat {
    width: 55%;
    flex: 0 0 55%;
    margin-top: 1.1875rem;
    padding: 0 1.875rem;
  }
}
@media screen and (min-width:1360px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features .features__wrap .features__repeat {
    padding: 0 4.5rem 0 2.75rem;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features .features__wrap .features__repeat ul li {
  font-weight: 400;
  font-size: 1.25em;
  /* line-height: 1.575; */
  line-height: 135%;
  padding-left: 3.125rem;
  position: relative;
  margin-bottom: 1.3125rem;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features .features__wrap .features__repeat ul li {
    font-size: 1.125em;
    line-height: 1.5555555556;
    margin-bottom: 1.125rem;
  }
}
@media screen and (min-width:1199px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features .features__wrap .features__repeat ul li {
    font-size: 1.25em;
    line-height: 1.575;
    margin-bottom: 1rem;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features .features__wrap .features__repeat ul li::before {
  content: "";
  background-image: url("https://test.proxima.com.au/media/wysiwyg/Mobile_App_front_page/tick.png");
  height: 30px;
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}

body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.fast {
  background-color: #4479ff;
  padding: 3.25rem 0 2.9375rem;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.fast {
    padding: 3.4375rem 0 3rem;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.fast h2 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.5625em;
  line-height: 1.24;
  padding: 0 0.9375rem;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.fast h2 {
    font-size: 2.1875em;
    line-height: 1.2571428571;
  }
}

body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.teams {
  background-color: #333;
  padding: 2.125rem 0;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.teams {
    padding: 2.125rem 0 1.125rem;
  }
}
@media screen and (min-width:1199px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.teams .teams__wrap {
    display: flex;
    align-items: center;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.teams .teams__wrap .teams__head {
  margin-bottom: 1.25rem;
}
@media screen and (min-width:1199px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.teams .teams__wrap .teams__head {
    margin-bottom: 0.6875rem;
    width: 30%;
    flex: 0 0 30%;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.teams .teams__wrap .teams__head h3 {
  text-align: center;
  font-size: 1.5625em;
  line-height: 1.26;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width:1199px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.teams .teams__wrap .teams__head h3 {
    text-align: left;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.teams .teams__wrap .teams__slider {
  margin: 0 -1rem;
}
@media screen and (min-width:1199px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.teams .teams__wrap .teams__slider {
    margin: 0;
    width: 70%;
    flex: 0 0 70%;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.teams .teams__wrap .teams__slider button {
  display: none !important;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.teams .teams__wrap .teams__brand figure {
  margin: 0 1.875rem;
}

body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus {
  padding: 3.75rem 0;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus {
    padding: 6.9375rem 0;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__head {
  max-width: 65rem;
  margin: 0 auto;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__head h2 {
  font-size: 1.875em;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__head h2 {
    font-size: 2.5em;
    line-height: 1.2375;
  }
}
@media screen and (min-width:1199px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__head h2 {
    font-size: 3.0625em;
    line-height: 1.2142857143;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__head h2 span {
  color: #4479ff;
  font-weight: 700;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__head p {
  margin-bottom: 0.875rem;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__head p {
    font-size: 1.25em;
    line-height: 1.5;
    margin-bottom: 1.625rem;
  }
}
@media screen and (min-width:1199px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__head p {
    font-size: 1.5625em;
    line-height: 1.4;
    margin-bottom: 1.625rem;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__scroll {
  display: flex;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__scroll {
    padding: 1.875rem 0;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__scroll .focus__image {
  width: 50%;
  flex: 0 0 50%;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__scroll .focus__image figure img {
  max-width: 25rem;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__scroll figure {
  max-width: 56px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__scroll figure {
    max-width: 4.5625rem;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__scroll h3 {
  font-size: 1.5625em;
  line-height: 130%;
  padding-bottom: 1.75rem;
  margin-bottom: 1.625rem;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__scroll h3 {
    font-size: 1.875em;
    line-height: 1.4666666667;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width:1199px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__scroll h3 {
    font-size: 2.1875em;
    line-height: 1.2571428571;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__scroll h3::after {
  content: "";
  width: 3.4375rem;
  height: 0.3125rem;
  background-color: #4479ff;
  border-radius: 0.6875rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__scroll article p {
  /* font-size: 1em; */
  font-size: 16px;
  line-height: 1.3125;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__scroll article p {
    font-size: 1.25em;
    line-height: 1.325;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width:768px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__scroll article img {
    max-width: 31.25rem;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__scroll .focus__item article a{
  text-decoration: none;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .locker__content {
    padding-left: 5.8125rem;
  }
}

body:is(.cms-proxima-mobileapp, .proxima__updated-site) .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .text {
    height: 100vh;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .text p {
  width: 40%;
}

body:is(.cms-proxima-mobileapp, .proxima__updated-site) .image {
  opacity: 0;
  transition: all 0.5s ease;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .image.active {
  opacity: 1;
}

@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .locker {
    display: flex;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .locker__image {
  position: relative;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .locker__image {
    width: 50%;
    flex: 0 0 50%;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .locker__image img {
  width: auto;
  height: auto;
  position: absolute;
  transition: all 1s ease;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .locker__container {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .locker__content {
    width: 50%;
    flex: 0 0 50%;
  }
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .locker__section {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width:992px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .locker__section {
    min-height: 100vh;
  }
}/*# sourceMappingURL=main.css.map */


body:is(.cms-proxima-mobileapp, .proxima__updated-site) .page-wrapper{
  overflow: visible;
}

/* new button section - start */
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .btn-section{
  color: #000;
  font-family: "Work Sans";
  font-style: normal;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .btn-section a{
  text-decoration: none;
  margin-top: 10px;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .btn-section h6{
  font-size: 25px;
  font-weight: 500;
  line-height: 175%;
  margin: 0;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .btn-section h4{
  font-size: 35px;
  font-weight: 600;
  line-height: 176%;
  margin-bottom: 0;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .btn-section h4 span{
  color: #4479FF;
  font-weight: 600;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .btn-section button{
  all: unset;
  border-radius: 56px;
  border: 1.9px solid #4479FF;
  background: #FFF;
  color: #4479FF;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  padding: 10px 24px;
}
/* new button section - end */
/* new change section - start */
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .page-main{
  background-color: #fff;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__bottom ul,
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__content ul{
  grid-gap: 0 !important;
  padding: 0 !important;
}
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__bottom ul{
  margin: 0 !important;
}
@media screen and (min-width:992px) {
   body:is(.cms-proxima-mobileapp, .proxima__updated-site) .locker__section.locker__section--1 {
    min-height: 100vh;
    justify-content: center;
  }
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .locker__section.locker__section--2 {
    min-height: 100vh;
  }
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .locker__section.locker__section--3 {
    min-height: 100vh;
  }
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .locker__section.locker__section--4 {
    min-height: 100vh;
  }

  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .locker__section.locker__section--5 {
    min-height: 100vh;
  }
   body:is(.cms-proxima-mobileapp, .proxima__updated-site) .image.image--3 {
    padding-top: 20rem;
  } 
    /* body:is(.cms-proxima-mobileapp, .proxima__updated-site) .locker__section{
    min-height: auto;
  } */
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__head p{
    margin: 0;
  }
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__head.position-sticky-header{
    position: sticky;
    position: -webkit-sticky;
    top: 75px;
    height: auto;
    max-width: 100%;
    z-index: 99;
    background-color: #fff;
    padding-bottom: 20px;
  }
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__head.position-sticky-header p{
    max-width: 65rem;
    margin: 0 auto;
  }
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__head.position-sticky-header h2{
    position: relative;
  }
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__head.position-sticky-header h2::after{
    content: "";
    position: absolute;
    height: 100px;
    right: 0;
    left: 0;
    top: 0;
    background-color: #fff;
    top: -90px;
  }
  /* body:is(.cms-proxima-mobileapp, .proxima__updated-site) .locker__container{
    top: 222px;
  } */
}

@media screen and (max-width:991px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__scroll .locker__section:not(:last-child) .focus__item{
    margin-bottom: 4.25rem;
  }
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.hero .hero__content h1 .custom-border::after {
    background-image: url("https://test.proxima.com.au/media/wysiwyg/Mobile_App_front_page/border-one.png");
    display: block;
    left: unset;
    bottom: -18px;
  }
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__head {
    padding-bottom: 30px;
  }}
@media screen and (max-width:400px) {
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.features .features__wrap .features__repeat ul li{
    padding-left: 41px;
    margin-bottom: 16px;
  }
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.focus .focus__head h2{
    max-width: 345px;
    margin: 0 auto 1rem auto;
  }
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.hero .hero__content h1{
    line-height: 112.5%;
    padding-right: 2.25rem;
  }
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.hero .hero__content p{
    padding-right: 20px;
  }
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.hero .hero__thumb,
body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__thumb {
  max-width: 100%;
  }
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.hero .hero__thumb{
    left: auto;
  }
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__content h4{
    padding-right: 80px;
  }
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.footer .footer__content h2{
    line-height: 1rem;
    margin-bottom: 30px;
  }
  body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.hero .hero__thumb{
    left: 30px;
  }
}
@media screen and (max-width: 578px) {
	body:is(.cms-proxima-mobileapp, .proxima__updated-site) .pma.header .header__logo img {
		max-width: 13.8125rem;
	}
}
/* new change section - end */
