@charset "UTF-8";
/**** START hawkeye overides ****/
.global-wrapper {
	z-index: 0;
}

/**** END hawkeye overides ****/
/**** PASTE BELOW THIS LINE ****/

@charset "UTF-8";
/*! locomotive-scroll v4.1.1 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
  display: none;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

* {
  margin: 0;
  box-sizing: border-box;
}

html {
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
}

.bgred {
  background: #e61e28;
}

@font-face {
  font-family: "Times New Roman";
  src: url("/fonts/times-new-roman-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Times New Roman";
  src: url("/fonts/times-new-roman-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: "Times New Roman";
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

.bgred {
  background: #e61e28;
}

.ar22 button {
  border: 0;
  padding: 0;
  line-height: 0;
  cursor: pointer;
  background: transparent;
}
.ar22 a {
  text-decoration: none;
}
.ar22 ul {
  padding: 0;
  margin: 0;
}
.ar22 ul li {
  list-style: none;
}
.ar22 .btnwhite {
  display: flex;
  width: max-content;
  height: 40px;
  padding: 12px 15px;
  justify-content: center;
  align-items: center;
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  background: #ffffff;
  color: #000000;
  border-radius: 30px;
  text-decoration: none;
}
.ar22 .btnwhite svg {
  vertical-align: middle;
  margin-left: 13px;
}
.ar22 .span-line {
  display: inline-block;
  overflow: hidden;
}
.ar22 .span-line-inner {
  display: inline-block;
  transform: translate(0, 100%);
}
.ar22 .sindicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(-50%);
  z-index: 2;
  color: #ffffff;
}
.ar22 .sindicator__mouse {
  position: relative;
  width: 26px;
  height: 44px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  margin-bottom: 15px;
}
.ar22 .sindicator__mouse::before {
  position: absolute;
  content: "";
  width: 0;
  height: 9px;
  left: 50%;
  top: 4px;
  border: 1px solid #ffffff;
  transform: translateX(-50%);
}
.ar22 .sindicator__text {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1030px) {
  .ar22 .sindicator__text {
    display: none;
  }
}
.ar22 .oppagination {
  position: absolute;
  left: 3vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1030px) {
  .ar22 .oppagination {
    display: none;
  }
}
.ar22 .oppagination li {
  position: relative;
  display: block;
  width: 11px;
  height: 11px;
  background: #e61e28;
  border-radius: 100%;
  opacity: 0.3;
}
.ar22 .oppagination li.active {
  opacity: 1;
}
.ar22 .oppagination li:not(:last-child) {
  margin-bottom: 20px;
}
.ar22 .webglnav {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}
@media screen and (max-width: 1030px) {
  .ar22 .webglnav {
    justify-content: flex-end;
    padding-right: 20px;
  }
}
.ar22 .webglnav__left, .ar22 .webglnav__right {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.ar22 .webglnav__left .tooltip, .ar22 .webglnav__right .tooltip {
  position: absolute;
  top: -25px;
  width: max-content;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  padding: 10px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 11px;
  font-family: "Arial";
  color: #ffffff;
  transition: all 0.2s;
  opacity: 0;
}
.ar22 .webglnav__left .tooltip::after, .ar22 .webglnav__right .tooltip::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.8);
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
.ar22 .webglnav__left svg, .ar22 .webglnav__right svg {
  vertical-align: middle;
}
.ar22 .webglnav__left svg path, .ar22 .webglnav__right svg path {
  stroke: #e61e28;
}
.ar22 .webglnav__left:hover, .ar22 .webglnav__right:hover {
  background: white;
}
.ar22 .webglnav__left:hover .tooltip, .ar22 .webglnav__right:hover .tooltip {
  transform: translateX(-50%) scale(1);
  opacity: 1;
  top: -30px;
}
.ar22 .webglnav__left {
  margin-right: 20px;
}
@media screen and (max-width: 1030px) {
  .ar22 .webglnav__left {
    margin-right: 10px;
  }
}
.ar22 .webglnav__vttollge {
  position: absolute;
  left: 40px;
  bottom: 30px;
  padding: 16px;
  font-family: "Arial";
  font-size: 16px;
  line-height: 18px;
  color: #e61e28;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 40px;
  z-index: 2000;
  transition: all 0.3s;
}
@media screen and (max-width: 1030px) {
  .ar22 .webglnav__vttollge {
    left: 20px;
  }
}
.ar22 .webglnav__vttollge:hover {
  background: white;
}
.ar22 .webglnav__backbtn {
  position: absolute;
  left: 40px;
  top: 35px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .ar22 .webglnav__backbtn {
    left: 20px;
    top: 100px;
  }
}
.ar22 .webglnav__backbtn:hover {
  background: white;
}

.z10 {
  z-index: 10 !important;
}

.z11 {
  z-index: 11 !important;
}

.z12 {
  z-index: 12 !important;
}

.z13 {
  z-index: 13 !important;
}

.z14 {
  z-index: 14 !important;
}

.z15 {
  z-index: 14 !important;
}

.z16 {
  z-index: 14 !important;
}

.z17 {
  z-index: 14 !important;
}

.z18 {
  z-index: 14 !important;
}

.z19 {
  z-index: 14 !important;
}

.z20 {
  z-index: 14 !important;
}

:root {
  --app-height: 100%;
}

body {
  scroll-behavior: smooth;
  touch-action: manipulation;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
body::-webkit-scrollbar {
  display: none !important;
}
body .ar22 {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
body .ar22::-webkit-scrollbar {
  display: none !important;
}
body.fixed {
  position: fixed;
  width: 100%;
}

#smooth-content {
  overflow: visible;
  width: 100%;
}

.scroller {
  overflow-y: unset !important;
}

.ar22 {
  /* Track */
  /* Handle */
}
.ar22 .newnav {
  position: absolute;
  z-index: 3000;
  width: 720px;
  height: 50px;
  top: 30px;
  left: 50%;
  padding: 10px 0;
  background: #ffffff;
  border-radius: 40px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1030px) {
  .ar22 .newnav {
    border-radius: 25px;
    max-width: 90%;
    width: 90%;
    overflow: hidden;
  }
}
.ar22 .newnav__loaderBar {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 720px;
  width: 100%;
  height: 50px;
  background: #cdcfc5;
  transform: scaleX(0);
  transition: transform 0.7s;
  transform-origin: top left;
  will-change: transform;
}
.ar22 .newnav__loaderBar.ended {
  transform-origin: top right;
  transition: transform 0.5s ease-in-out;
}
.ar22 .newnav__close {
  position: absolute;
  display: flex;
  align-items: center;
  left: 50%;
  bottom: 35px;
  transform: translateX(-50%);
  font-family: "Arial";
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #e61e28;
  opacity: 0;
  visibility: hidden;
}
.ar22 .newnav__close svg {
  margin-right: 8px;
}
@media screen and (max-width: 1030px) {
  .ar22 .newnav__close {
    display: none;
  }
}
.ar22 .newnav__logo img {
  width: 75px;
  margin-top: -2px;
}
.ar22 .newnav__returnarupbtn {
  position: absolute;
  display: flex;
  align-items: center;
  right: 40px;
  bottom: 35px;
  font-family: "Arial";
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #e61e28;
  opacity: 0;
  visibility: hidden;
}
.ar22 .newnav__returnarupbtn svg {
  margin-right: 8px;
}
@media screen and (max-width: 1030px) {
  .ar22 .newnav__returnarupbtn {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 340px) {
  .ar22 .newnav__returnarupbtn {
    width: 100%;
    justify-content: center;
    bottom: 25px;
  }
}
.ar22 .newnav__wrapper {
  position: relative;
  width: 720px;
  padding: 0 22px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  .ar22 .newnav__wrapper {
    width: 100%;
  }
}
.ar22 .newnav__toggle {
  background: transparent;
  width: 200px;
  height: 30px;
  display: flex;
  align-items: center;
  margin-left: 55px;
  justify-content: center;
}
@media screen and (max-width: 840px) {
  .ar22 .newnav__toggle {
    justify-content: flex-end;
    margin-left: 0;
  }
}
.ar22 .newnav__toggle a {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #e61e28;
}
.ar22 .newnav__toggle button {
  margin-left: 17px;
}
.ar22 .newnav__toggle button.active svg {
  transform: rotate(180deg);
}
.ar22 .newnav__toggle svg {
  transition: all 0.3s;
}
.ar22 .newnav__links {
  display: flex;
}
@media screen and (max-width: 1030px) {
  .ar22 .newnav__links {
    display: none;
  }
}
.ar22 .newnav__links--item {
  position: relative;
}
.ar22 .newnav__links--item:not(:last-child) {
  margin-right: 10px;
}
.ar22 .newnav__links--item button {
  background: transparent;
}
.ar22 .newnav__links--item button svg rect,
.ar22 .newnav__links--item button svg path,
.ar22 .newnav__links--item button svg line {
  transition: all 0.3s;
}
.ar22 .newnav__links--item button:hover svg rect {
  fill: #e61e28;
}
.ar22 .newnav__links--item button:hover svg path,
.ar22 .newnav__links--item button:hover svg line,
.ar22 .newnav__links--item button:hover svg circle {
  stroke: #ffffff;
}
.ar22 .newnav__links--item button.sharebtn .link_copied_text {
  position: absolute;
  bottom: -45px;
  left: -45px;
  width: 120px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  color: #e61e28;
  font-family: "Arial";
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  border-radius: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.ar22 .newnav__links--item button.sharebtn .link_copied_text svg {
  margin-right: 7px;
}
.ar22 .newnav__links--item button.sharebtn .link_copied_text svg path {
  stroke: #e61e28;
}
.ar22 .newnav__links--item button.sharebtn .link_copied_text.show {
  opacity: 1;
  visibility: visible;
}
.ar22 .newnav__links--item button.active svg rect {
  fill: #e61e28;
}
.ar22 .newnav__links--item button.active svg path,
.ar22 .newnav__links--item button.active svg line,
.ar22 .newnav__links--item button.active svg circle {
  stroke: #ffffff;
}
.ar22 .newnav__links--item--dropdown {
  position: absolute;
  width: max-content;
  padding: 8px 9px 7px;
  left: 50%;
  bottom: -125px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(-50%) translateY(20px);
  background: #f5f5f5;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 22;
  transition: all 0.3s;
}
.ar22 .newnav__links--item--dropdown.show {
  transform: translateX(-50%) translateY(10px);
  opacity: 1;
  visibility: visible;
}
.ar22 .newnav__links--item--dropdown li {
  height: 20px;
  display: flex;
  align-items: center;
}
.ar22 .newnav__links--item--dropdown li a {
  font-family: "Arial";
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #e61e28;
}
.ar22 .newnav__megamenu {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  display: flex;
  justify-content: center;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
@media screen and (max-width: 1030px) {
  .ar22 .newnav__megamenu {
    flex-direction: column;
    padding: 0 25px;
    position: static;
    top: unset;
    left: unset;
    width: 100%;
    height: 90%;
    transform: translate(0);
    justify-content: center;
  }
}
.ar22 .newnav__megamenu::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #e61e28;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1030px) {
  .ar22 .newnav__megamenu::before {
    display: none;
  }
}
.ar22 .newnav__megamenu--col {
  position: relative;
  min-width: 335px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .ar22 .newnav__megamenu--col {
    position: static;
    min-width: 100%;
    width: 100%;
    text-align: left;
    height: 35%;
    display: flex;
    align-items: center;
    border-top: 1px solid #e5e4e2;
  }
}
@media screen and (max-width: 380px) and (max-height: 700px) {
  .ar22 .newnav__megamenu--col {
    height: 30%;
  }
}
.ar22 .newnav__megamenu--title {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1030px) {
  .ar22 .newnav__megamenu--title {
    margin: 0;
    width: 100%;
  }
}
.ar22 .newnav__megamenu--title h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 57px;
  text-align: center;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1030px) {
  .ar22 .newnav__megamenu--title h2 {
    font-size: 35px;
    line-height: 45px;
    text-align: left;
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .ar22 .newnav__megamenu--title h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.ar22 .newnav__megamenu--title h2 a {
  color: #e61e28;
}
@media screen and (max-width: 1030px) {
  .ar22 .newnav__megamenu--title h2 a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.ar22 .newnav__megamenu--title h2 a .mobileicon {
  display: none;
}
@media screen and (max-width: 1030px) {
  .ar22 .newnav__megamenu--title h2 a .mobileicon {
    display: inline-block;
  }
}
.ar22 .newnav__megamenu--list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  .ar22 .newnav__megamenu--list {
    position: absolute;
    top: 30px;
    left: 0;
    padding: 30px 25px;
    background: #fff;
    z-index: 2;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    transform: translateX(0);
  }
  .ar22 .newnav__megamenu--list.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.ar22 .newnav__megamenu--list--item {
  position: relative;
  overflow: hidden;
  max-width: 70%;
  width: 100%;
}
.ar22 .newnav__megamenu--list--item:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 1030px) {
  .ar22 .newnav__megamenu--list--item:not(:last-child) {
    margin: 0;
    border-bottom: 1px solid #e5e4e2;
  }
}
@media screen and (max-width: 1030px) {
  .ar22 .newnav__megamenu--list--item {
    max-width: 100%;
  }
}
.ar22 .newnav__megamenu--list--item a {
  display: inline-block;
  font-family: "Arial";
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: -0.01em;
  color: #e61e28;
}
@media screen and (max-width: 1030px) {
  .ar22 .newnav__megamenu--list--item a {
    padding: 15px 0;
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 390px) and (max-height: 700px) {
  .ar22 .newnav__megamenu--list--item a {
    padding: 8px 0;
    font-size: 16px;
    line-height: 22px;
  }
}
.ar22 .newnav__megamenu--list--item.mobileheading {
  display: none;
}
@media screen and (max-width: 1030px) {
  .ar22 .newnav__megamenu--list--item.mobileheading {
    display: block;
    margin-bottom: 10px;
    border-bottom: 0;
  }
  .ar22 .newnav__megamenu--list--item.mobileheading button {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1030px) and (max-width: 380px) {
  .ar22 .newnav__megamenu--list--item.mobileheading button {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1030px) {
  .ar22 .newnav__megamenu--list--item.mobileheading a {
    font-family: "Times New Roman";
    font-weight: 400;
    font-size: 35px;
    line-height: 55px;
    letter-spacing: -0.01em;
    padding: 0;
  }
}
@media screen and (max-width: 1030px) and (max-width: 350px) {
  .ar22 .newnav__megamenu--list--item.mobileheading a {
    font-size: 28px;
  }
}
.ar22 .newnav__megamenu--mobilelinks {
  display: none;
}
@media screen and (max-width: 1030px) {
  .ar22 .newnav__megamenu--mobilelinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    height: 12%;
    border-top: 1px solid #e5e4e2;
  }
}
@media screen and (max-width: 1030px) and (max-width: 340px) {
  .ar22 .newnav__megamenu--mobilelinks {
    height: 20%;
  }
}
@media screen and (max-width: 1030px) {
  .ar22 .newnav__megamenu--mobilelinks--item {
    padding: 2px 18px;
  }
  .ar22 .newnav__megamenu--mobilelinks--item:nth-child(1), .ar22 .newnav__megamenu--mobilelinks--item:nth-child(2), .ar22 .newnav__megamenu--mobilelinks--item:nth-child(4) {
    border-right: 1px solid #e0e0e0;
  }
  .ar22 .newnav__megamenu--mobilelinks--item a {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #828282;
  }
}
@media screen and (max-width: 1030px) and (max-width: 340px) {
  .ar22 .newnav__megamenu--mobilelinks--item {
    padding: 2px 10px;
  }
}
.ar22 .newnav__megamenu.show {
  opacity: 1;
  visibility: visible;
}
.ar22 .newnav.expand .newnav__close,
.ar22 .newnav.expand .newnav__returnarupbtn {
  opacity: 1;
  visibility: visible;
}
.ar22 .herobanner {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ar22 .herobanner__content {
  max-width: max-content;
  width: 100%;
  color: #ffffff;
}
@media screen and (max-width: 840px) {
  .ar22 .herobanner__content {
    max-width: 100%;
    padding: 0 30px;
    display: flex;
    justify-content: center;
  }
}
.ar22 .herobanner__content h1 {
  width: max-content;
  font-size: 140px;
  line-height: 124px;
  letter-spacing: -0.02em;
  margin-right: -0.02em;
}
@media screen and (max-width: 840px) {
  .ar22 .herobanner__content h1 {
    font-size: 16.5vw;
    line-height: 17.5vw;
    margin-left: -1.5vw;
  }
}
.ar22 .herobanner__content h1 .line {
  display: block;
  overflow: hidden;
  padding-bottom: 1vw;
  margin-top: -1vw;
}
.ar22 .herobanner__content h1 .line:nth-child(1) {
  display: block;
  margin-left: -5vw;
}
@media screen and (max-width: 840px) {
  .ar22 .herobanner__content h1 .line:nth-child(1) {
    margin-left: 0;
  }
}
.ar22 .herobanner__content h1 .line:nth-child(2) {
  display: block;
  margin-left: 1vw;
}
@media screen and (max-width: 840px) {
  .ar22 .herobanner__content h1 .line:nth-child(2) {
    margin-left: 0;
  }
}
.ar22 .herobanner__content h1 .line:nth-child(3) {
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: -3vw;
}
@media screen and (max-width: 840px) {
  .ar22 .herobanner__content h1 .line:nth-child(3) {
    margin-right: 0;
  }
}
.ar22 .herobanner__content h1 .line .char {
  transform: translateY(110%);
}
.ar22 .textblock {
  position: relative;
  padding: 100px 0;
  margin-top: -5px;
}
@media screen and (max-width: 840px) {
  .ar22 .textblock {
    padding: 60px 0;
  }
}
.ar22 .textblock p {
  max-width: 704px;
  width: 100%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}
@media screen and (max-width: 1030px) {
  .ar22 .textblock p {
    font-size: 22px;
    line-height: 30px;
  }
}
.ar22 .textblock p:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 840px) {
  .ar22 .textblock p:not(:last-child) {
    margin-bottom: 30px;
  }
}
.ar22 .textblock p a {
  position: relative;
  display: inline-block;
}
.ar22 .textblock p a:hover {
  color: #ffffff;
}
.ar22 .textblock p a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #ffffff;
  left: 0;
  bottom: 6px;
}
.ar22 .textblock__links--item span {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}
.ar22 .textblock__links--item span a {
  text-decoration: underline;
}
.ar22 .textblock__links--item span a:hover {
  color: unset;
}
.ar22 .imgcta {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
@media screen and (max-width: 1030px) {
  .ar22 .imgcta {
    height: auto;
  }
}
.ar22 .imgcta__wrapper {
  position: relative;
}
@media screen and (min-width: 1030px) {
  .ar22 .imgcta__wrapper {
    display: flex;
    width: 100%;
    height: 100%;
  }
}
.ar22 .imgcta__col {
  position: relative;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 1030px) {
  .ar22 .imgcta__col {
    width: 100%;
    height: 80vh;
  }
}
.ar22 .imgcta__col--cta {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.ar22 .imgcta__col--cta--img {
  position: absolute;
  width: 100%;
  height: 120%;
  margin-top: -18%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.ar22 .imgcta__col--cta--img img {
  width: 100%;
  height: 100%;
  max-width: unset;
  object-fit: cover;
}
.ar22 .imgcta__col--cta--img::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.ar22 .imgcta__col--cta--img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3.5px);
  z-index: 1;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.ar22 .imgcta__col--cta--text {
  position: relative;
  width: 100%;
  height: 80px;
  font-weight: 400;
  font-size: 70px;
  line-height: 80px;
  color: #ffffff;
  z-index: 2;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 1030px) {
  .ar22 .imgcta__col--cta--text {
    font-size: 40px;
    line-height: 80px;
  }
}
.ar22 .imgcta__col--cta--text .span-lines {
  position: absolute;
  width: 100%;
  text-align: center;
}
.ar22 .imgcta__col--cta--text .span-lines .span-line-inner {
  transform: translateY(0);
}
.ar22 .imgcta__col--cta--text .span-lines .span-line {
  transition: 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ar22 .imgcta__col--cta--text .span-lines .span-line:nth-child(2) {
  transition-delay: 0.06s;
}
.ar22 .imgcta__col--cta--text .span-lines.mask .span-line {
  transform: translateY(100%);
}
.ar22 .imgcta__col--cta h5 {
  position: relative;
  width: 100%;
  height: 20px;
  font-family: "Arial";
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: -0.02em;
  z-index: 2;
  overflow: hidden;
  color: #ffffff;
}
.ar22 .imgcta__col--cta h5 .span-lines {
  position: absolute;
  display: inline-block;
  width: max-content;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.ar22 .imgcta__col--cta h5 .span-lines::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 10px;
  top: 7px;
  right: -35px;
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/Arrow-CTA-long.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .imgcta__col--cta h5 .span-lines .span-line-inner {
  transform: translateY(0);
}
.ar22 .imgcta__col--cta h5 .span-lines .span-line {
  transition: 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ar22 .imgcta__col--cta h5 .span-lines .span-line:nth-child(2) {
  transition-delay: 0.06s;
}
.ar22 .imgcta__col--cta h5 .span-lines.mask .span-line {
  transform: translateY(100%);
}
.ar22 .imgcta__col--cta:hover .imgcta__col--cta--img::after {
  opacity: 1;
  visibility: visible;
}
.ar22 .imgcta__col--cta:hover .span-lines .span-line {
  transform: translateY(-100%);
}
.ar22 .imgcta__col--cta:hover .span-lines.mask .span-line {
  transform: translateY(0);
}
.ar22 .works,
.ar22 .project,
.ar22 .opworld {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .ar22 .works,
  .ar22 .project,
  .ar22 .opworld {
    height: var(--app-height);
  }
}
.ar22 .works canvas,
.ar22 .project canvas,
.ar22 .opworld canvas {
  pointer-events: all;
}
.ar22 .works canvas.hoverin,
.ar22 .project canvas.hoverin,
.ar22 .opworld canvas.hoverin {
  cursor: pointer;
}
.ar22 .works__overview,
.ar22 .project__overview,
.ar22 .opworld__overview {
  position: absolute;
  pointer-events: none !important;
  max-width: 308px;
  width: 100%;
  padding: 24px;
  background: #ffffff;
  border-radius: 26px;
  z-index: 10;
}
.ar22 .works__overview h3,
.ar22 .project__overview h3,
.ar22 .opworld__overview h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 10px;
}
.ar22 .works__overview p,
.ar22 .project__overview p,
.ar22 .opworld__overview p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  width: 100%;
  color: #000000;
}
.ar22 .works__overview.hide,
.ar22 .project__overview.hide,
.ar22 .opworld__overview.hide {
  opacity: 0;
  visibility: hidden;
}
.ar22 .works__bottomnav,
.ar22 .project__bottomnav,
.ar22 .opworld__bottomnav {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 200;
}
.ar22 .works__bottomnav ul,
.ar22 .project__bottomnav ul,
.ar22 .opworld__bottomnav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ar22 .works__bottomnav ul li,
.ar22 .project__bottomnav ul li,
.ar22 .opworld__bottomnav ul li {
  padding: 8px 0;
}
.ar22 .works__bottomnav ul li a,
.ar22 .project__bottomnav ul li a,
.ar22 .opworld__bottomnav ul li a {
  font-family: "Arial";
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.02em;
  padding: 0 60px;
  color: #ffffff;
  text-decoration: none;
  min-width: 208px;
  text-align: center;
}
.ar22 .works__bottomnav ul li:not(:last-child) a,
.ar22 .project__bottomnav ul li:not(:last-child) a,
.ar22 .opworld__bottomnav ul li:not(:last-child) a {
  border-right: 1px solid #ffffff;
}
.ar22 .works__overview {
  background: rgba(255, 255, 255, 0.9);
}
.ar22 .listviewmodal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(6px);
  z-index: 22;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.ar22 .listviewmodal.show {
  opacity: 1;
  visibility: visible;
}
.ar22 .listviewmodal__backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ar22 .listviewmodal__content {
  position: relative;
  max-width: 720px;
  width: 100%;
  max-height: calc(100% - 200px);
  height: auto;
  overflow: auto;
  padding: 25px 25px 10px;
  background: #f5f5f5;
  border-radius: 30px;
}
.ar22 .listviewmodal__content::-webkit-scrollbar-track {
  background: transparent;
}
.ar22 .listviewmodal__content::-webkit-scrollbar-thumb {
  background: #e5e4e2;
  border: 5px solid #f5f5f5;
  border-radius: 100vw;
}
@media screen and (max-width: 1030px) {
  .ar22 .listviewmodal__content {
    max-width: calc(100% - 40px);
    padding: 22px;
  }
}
.ar22 .listviewmodal__heading {
  margin-bottom: 15px;
}
.ar22 .listviewmodal__heading h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  color: #000000;
}
@media screen and (max-width: 1030px) {
  .ar22 .listviewmodal__heading h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.ar22 .listviewmodal__list--item:not(:last-child) {
  border-bottom: 1px solid #cdcfc5;
}
.ar22 .listviewmodal__list--item a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 60px 15px 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .ar22 .listviewmodal__list--item a {
    padding: 8px 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.ar22 .listviewmodal__list--item a .hotspoticon {
  display: inline-block;
  margin-right: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffffff;
}
@media screen and (max-height: 800px) {
  .ar22 .listviewmodal__list--item a .hotspoticon img {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ar22 .listviewmodal__list--item a .hotspoticon {
    width: 40px;
    margin-right: 18px;
  }
  .ar22 .listviewmodal__list--item a .hotspoticon img {
    width: 40px;
  }
}
.ar22 .listviewmodal__list--item a .hstext {
  position: relative;
  display: inline-block;
  width: calc(100% - 0px);
}
@media screen and (max-width: 768px) {
  .ar22 .listviewmodal__list--item a .hstext {
    width: calc(100% - 80px);
  }
}
.ar22 .listviewmodal__list--item a .hotspottitle {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .ar22 .listviewmodal__list--item a .hotspottitle {
    max-width: 188px;
    width: 100%;
  }
}
.ar22 .listviewmodal__list--item a .visiticon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .ar22 .listviewmodal__list--item a .visiticon svg {
    width: 20px;
  }
}
.ar22 .listviewmodal__list--item a .visiticon svg path,
.ar22 .listviewmodal__list--item a .visiticon svg circle {
  stroke: #e61e28;
}
.ar22 .listviewmodal__list--item a.visited .visiticon svg path,
.ar22 .listviewmodal__list--item a.visited .visiticon svg circle {
  stroke: #acacac;
}
.ar22 .accessibilityModal {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  z-index: 22;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.ar22 .accessibilityModal.show {
  opacity: 1;
  visibility: visible;
}
.ar22 .accessibilityModal__backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ar22 .accessibilityModal__content {
  position: relative;
  max-width: 720px;
  width: 80vh;
}
.ar22 .accessibilityModal__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.ar22 .accessibilityModal__heading button {
  cursor: pointer;
  background: transparent;
}
.ar22 .accessibilityModal__heading h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
}
.ar22 .accessibilityModal__keyboard {
  margin-bottom: 30px;
}
.ar22 .accessibilityModal__keyboard img {
  width: 100%;
}
.ar22 .accessibilityModal__keyusage img {
  width: 100%;
}
.ar22 .cshero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-left: 7vw;
}
@media screen and (max-width: 1030px) {
  .ar22 .cshero {
    min-height: var(--app-height);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    background: #cdcfc5;
  }
  .ar22 .cshero .sindicator {
    display: none;
  }
}
.ar22 .cshero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110vh;
  overflow: hidden;
}
@media screen and (max-width: 1030px) {
  .ar22 .cshero__bg {
    position: relative;
    height: 70vh;
  }
}
.ar22 .cshero__bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #848484 0%, #8b8b8b 0.01%, rgba(138, 138, 138, 0) 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.ar22 .cshero__bg img {
  width: 100%;
  height: 110%;
  margin-top: -5%;
  object-fit: cover;
}
@media screen and (max-width: 1030px) {
  .ar22 .cshero__bg img {
    margin: 0;
  }
}
.ar22 .cshero__heading {
  position: relative;
  z-index: 1;
  max-width: 40vw;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .ar22 .cshero__heading {
    max-width: 100%;
    padding: 50px 20px 20px;
  }
}
.ar22 .cshero__heading h2 {
  font-weight: 400;
  font-size: 6.5vw;
  line-height: 6vw;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 30px;
}
@media screen and (max-width: 1030px) {
  .ar22 .cshero__heading h2 {
    font-size: 50px;
    line-height: 57px;
    letter-spacing: -0.02em;
    color: #000000;
  }
}
.ar22 .cshero__heading p {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}
@media screen and (max-width: 1030px) {
  .ar22 .cshero__heading p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
    color: #000000;
  }
}
.ar22 .cstatement {
  position: relative;
  width: 100%;
  background: #cdcfc5;
}
@media screen and (max-width: 1030px) {
  .ar22 .cstatement {
    margin-top: -5px;
  }
}
.ar22 .cstatement__wrapper {
  position: relative;
  padding: 50px 20px;
  display: flex;
}
@media screen and (min-width: 1030px) {
  .ar22 .cstatement__wrapper {
    padding: 0 54px 130px 145px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1030px) {
  .ar22 .cstatement__wrapper {
    padding: 0 20px 50px 20px;
    flex-direction: column;
  }
}
.ar22 .cstatement__left {
  position: relative;
  width: 50%;
  padding-top: 80px;
}
@media screen and (max-width: 1030px) {
  .ar22 .cstatement__left {
    padding-top: 60px;
    width: 100%;
    order: 2;
  }
}
.ar22 .cstatement__left--toptext {
  position: relative;
  padding-top: 100px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1030px) {
  .ar22 .cstatement__left--toptext {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.ar22 .cstatement__left--toptext h3 {
  font-weight: 400;
  font-size: 35px;
  line-height: 48px;
  color: #000000;
}
@media screen and (max-width: 1030px) {
  .ar22 .cstatement__left--toptext h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
.ar22 .cstatement__left--statement--pera {
  padding-top: 10px;
  margin-bottom: 60px;
  border-top: 1px solid #ffffff;
}
.ar22 .cstatement__left--statement--pera h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 10px;
}
.ar22 .cstatement__left--statement--pera p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
.ar22 .cstatement__left--statement--pera p:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 1030px) {
  .ar22 .cstatement__left--statement--pera p {
    font-size: 16px;
    line-height: 26px;
  }
}
.ar22 .cstatement__left--statement--sign {
  margin-top: 100px;
}
@media screen and (max-width: 1030px) {
  .ar22 .cstatement__left--statement--sign {
    margin-top: 50px;
  }
}
.ar22 .cstatement__left--statement--sign img {
  mix-blend-mode: multiply;
  margin-bottom: 80px;
}
@media screen and (max-width: 1030px) {
  .ar22 .cstatement__left--statement--sign img {
    margin-bottom: 30px;
  }
}
.ar22 .cstatement__left--statement--sign--name p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
@media screen and (max-width: 1030px) {
  .ar22 .cstatement__left--statement--sign--name p {
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 16px;
    line-height: 18px;
  }
}
.ar22 .cstatement__right {
  width: 50%;
  padding-top: 180px;
  background: #cdcfc5;
  padding-left: 100px;
}
@media screen and (max-width: 1030px) {
  .ar22 .cstatement__right {
    width: 100%;
    padding: 0;
    order: 1;
  }
}
.ar22 .cstatement__right--text h5 {
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 1030px) {
  .ar22 .cstatement__right--text h5 {
    color: #696969;
  }
}
.ar22 .cstatement__right--text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 1030px) {
  .ar22 .cstatement__right--text p {
    color: #696969;
  }
}
.ar22 .cstatement__right--img {
  width: 100%;
  height: 100%;
  background: #cdcfc5;
}
.ar22 .cstatement__right--img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.ar22 .footercta {
  position: relative;
  background: #cdcfc5;
  padding: 0 7vw;
}
@media screen and (max-width: 1030px) {
  .ar22 .footercta {
    padding: 0 20px;
  }
}
.ar22 .footercta__wrapper {
  position: relative;
  padding: 15vw 0;
  border-top: 1px solid #ffffff;
}
@media screen and (min-width: 1030px) {
  .ar22 .footercta__wrapper {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1030px) {
  .ar22 .footercta__wrapper {
    padding: 20px 0 15vw;
  }
}
.ar22 .footercta__left {
  position: relative;
  width: 40%;
}
@media screen and (max-width: 1030px) {
  .ar22 .footercta__left {
    width: 100%;
  }
}
.ar22 .footercta__left h5 {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  margin: 0;
}
@media screen and (max-width: 1030px) {
  .ar22 .footercta__left h5 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 30px;
  }
}
.ar22 .footercta__links {
  margin-top: -20px;
  padding-right: 10vw;
  position: relative;
  width: 60%;
}
.ar22 .footercta__links li:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1030px) {
  .ar22 .footercta__links li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.ar22 .footercta__links li a {
  display: flex;
  width: max-content;
  align-items: center;
  font-weight: 400;
  font-size: 70px;
  line-height: 80px;
  color: #000000;
}
@media screen and (max-width: 1030px) {
  .ar22 .footercta__links li a {
    font-size: 35px;
    line-height: 40px;
  }
}
.ar22 .footercta__links li a svg {
  margin-right: 25px;
  transition: all 0.3s;
}
.ar22 .footercta__links li a svg path {
  stroke: #000000;
}
.ar22 .footercta__links li a:hover {
  color: #000000;
}
.ar22 .footercta__links li a:hover svg {
  transform: translateX(10px);
}
.ar22 .ophero {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 0 7vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ar22 .ophero__content {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1030px) {
  .ar22 .ophero__content {
    flex-direction: column;
  }
}
.ar22 .ophero__content--heading {
  width: 52%;
  margin-right: 7vw;
}
@media screen and (max-width: 1030px) {
  .ar22 .ophero__content--heading {
    width: 100%;
  }
}
.ar22 .ophero__content--heading--title {
  margin-bottom: 60px;
}
@media screen and (max-width: 1030px) {
  .ar22 .ophero__content--heading--title {
    margin-bottom: 30px;
  }
}
.ar22 .ophero__content--heading--title h2 {
  font-weight: 400;
  font-size: 6.5vw;
  line-height: 6vw;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 30px;
}
@media screen and (max-width: 1030px) {
  .ar22 .ophero__content--heading--title h2 {
    font-size: 50px;
    line-height: 57px;
    letter-spacing: -0.02em;
    margin-bottom: 0;
  }
}
.ar22 .ophero__content--heading--text {
  position: relative;
}
.ar22 .ophero__content--heading--text p {
  font-weight: 400;
  font-size: 35px;
  line-height: 48px;
  color: #ffffff;
}
@media screen and (max-width: 1030px) {
  .ar22 .ophero__content--heading--text p {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    margin-top: 0;
  }
}
.ar22 .ophero__content--innernav {
  margin-top: 170px;
}
@media screen and (max-width: 1030px) {
  .ar22 .ophero__content--innernav {
    margin-top: 40px;
  }
}
.ar22 .ophero__content--innernav--link:not(:last-child) {
  margin-bottom: 8px;
}
.ar22 .ophero__content--innernav--link a {
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  display: flex;
  width: max-content;
  align-items: center;
}
.ar22 .ophero__content--innernav--link a .iconred {
  display: inline-flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  margin-right: 12px;
}
.ar22 .ophero__content--innernav--link a .iconred svg {
  width: 10px;
}
.ar22 .opsection {
  position: relative;
  padding: 100px 7vw 0;
  background: #cdcfc5;
}
@media screen and (max-width: 1030px) {
  .ar22 .opsection {
    padding: 60px 20px 0;
  }
}
.ar22 .opsection .opwrapper {
  position: relative;
  padding-bottom: 200px;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 1030px) {
  .ar22 .opsection .opwrapper {
    padding-bottom: 60px;
  }
}
.ar22 .opsection__intro {
  position: relative;
  display: flex;
}
@media screen and (max-width: 1030px) {
  .ar22 .opsection__intro {
    flex-direction: column;
  }
}
.ar22 .opsection__intro--heading {
  position: relative;
  width: 45%;
  padding-right: 60px;
}
@media screen and (max-width: 1030px) {
  .ar22 .opsection__intro--heading {
    width: 100%;
    padding-right: 0;
  }
}
.ar22 .opsection__intro--heading h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.01em;
  color: #000000;
}
@media screen and (max-width: 1030px) {
  .ar22 .opsection__intro--heading h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.ar22 .opsection__intro--heading p {
  font-weight: 400;
  font-size: 30px;
  line-height: 42px;
  margin-top: 55px;
}
@media screen and (max-width: 1030px) {
  .ar22 .opsection__intro--heading p {
    font-size: 22px;
    line-height: 30px;
  }
}
.ar22 .opsection__intro--text {
  position: relative;
  width: 55%;
}
@media screen and (max-width: 1030px) {
  .ar22 .opsection__intro--text {
    width: 100%;
  }
}
.ar22 .opsection__intro--text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-top: 0;
}
.ar22 .opsection__intro--text p:not(:last-child) {
  margin-bottom: 15px;
}
.ar22 .opsection__intro--text--sign {
  margin: 40px 0;
}
.ar22 .opsection__heading {
  margin-bottom: 80px;
}
@media screen and (max-width: 1030px) {
  .ar22 .opsection__heading {
    margin-bottom: 30px;
  }
}
.ar22 .opsection__heading h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.01em;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 1030px) {
  .ar22 .opsection__heading h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.ar22 .opsection__row {
  position: relative;
  display: flex;
}
@media screen and (max-width: 1030px) {
  .ar22 .opsection__row {
    flex-direction: column;
  }
}
.ar22 .opsection__row:not(:last-child) {
  margin-bottom: 80px;
}
.ar22 .opsection__row.aicenter {
  align-items: center;
}
.ar22 .opsection__leftcol {
  position: relative;
  width: 40%;
}
@media screen and (max-width: 1030px) {
  .ar22 .opsection__leftcol {
    width: 100%;
    margin-bottom: 40px;
  }
}
.ar22 .opsection__leftcol--text {
  color: #000000;
}
.ar22 .opsection__leftcol--text h4 {
  font-family: "Arial";
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 5px !important;
}
@media screen and (max-width: 1030px) {
  .ar22 .opsection__leftcol--text h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
  }
}
.ar22 .opsection__leftcol--text p {
  position: relative;
  max-width: 380px;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin: 0 !important;
  color: #000000;
}
@media screen and (max-width: 1030px) {
  .ar22 .opsection__leftcol--text p {
    font-size: 16px;
    line-height: 26px;
  }
}
.ar22 .opsection__leftcol--text a {
  position: relative;
  display: flex;
  width: max-content;
  padding: 12px 17px;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  background: #ffffff;
  color: #000000;
  border-radius: 30px;
}
.ar22 .opsection__leftcol--text a svg {
  margin-left: 10px;
}
.ar22 .opsection__leftcol--number {
  color: #000000;
  margin-top: 30px;
}
.ar22 .opsection__leftcol--number h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 5px !important;
}
@media screen and (max-width: 1030px) {
  .ar22 .opsection__leftcol--number h4 {
    font-size: 16px;
    line-height: 26px;
  }
}
.ar22 .opsection__leftcol--number h2 {
  font-weight: 400;
  font-size: 60px;
  line-height: 69px;
  letter-spacing: -0.1em;
}
.ar22 .opsection__rightcol {
  position: relative;
  width: 60%;
}
@media screen and (max-width: 1030px) {
  .ar22 .opsection__rightcol {
    width: 100%;
  }
}
.ar22 .opsection__rightcol--stat {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.ar22 .opsection__rightcol--stat--col {
  position: relative;
  width: 50%;
  padding-left: 60px;
}
.ar22 .opsection__rightcol--stat--col:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1030px) {
  .ar22 .opsection__rightcol--stat--col {
    width: 100%;
    padding-left: 0;
  }
}
.ar22 .opsection__rightcol--stat--col h4 {
  font-family: "Arial";
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 0;
  color: #000000;
}
@media screen and (max-width: 1030px) {
  .ar22 .opsection__rightcol--stat--col h4 {
    font-size: 14px;
    line-height: 16px;
  }
}
.ar22 .opsection__rightcol--stat--col h2 {
  font-weight: 400;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: -0.02em;
  color: #e61e28;
  margin: 0;
}
@media screen and (max-width: 1030px) {
  .ar22 .opsection__rightcol--stat--col h2 {
    font-size: 80px;
    line-height: 80px;
  }
}
.ar22 ::-webkit-scrollbar {
  width: 15px;
  border-radius: 100vw;
}
.ar22 ::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 100vw;
  margin-top: 35px;
  margin-bottom: 35px;
}
.ar22 ::-webkit-scrollbar-thumb {
  background: #e5e4e2;
  border: 5px solid #ffffff;
  border-radius: 100vw;
}
.ar22 .contentmodal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100vh;
  z-index: 4000;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal {
    height: var(--app-height);
  }
}
.ar22 .contentmodal__close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 40px;
  top: 40px;
  margin-left: auto;
  padding: 0;
  background: #000000;
  border-radius: 50%;
  z-index: 1000;
}
.ar22 .contentmodal__close.btop {
  top: 120px;
}
@media screen and (max-width: 840px) {
  .ar22 .contentmodal__close.btop {
    top: 60px;
    right: 20px;
  }
}
@media screen and (max-width: 840px) {
  .ar22 .contentmodal__close {
    top: 22px;
    right: 22px;
  }
}
.ar22 .contentmodal__close svg {
  width: 11px;
  height: 11px;
}
.ar22 .contentmodal__close svg path {
  stroke: #ffffff;
}
.ar22 .contentmodal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(6px);
}
.ar22 .contentmodal__content {
  position: relative;
  width: calc(100% - 200px);
  height: calc(100% - 200px);
  max-height: 665px;
  z-index: 2;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(60px);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: 0.2s;
  border-radius: 25px;
}
@media screen and (max-width: 840px) {
  .ar22 .contentmodal__content {
    width: calc(100% - 40px);
    height: calc(100% - 100px);
  }
}
.ar22 .contentmodal__content--inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  background: #ffffff;
}
.ar22 .contentmodal__content.midcontainer {
  max-width: 710px;
  width: 100%;
}
@media screen and (max-width: 840px) {
  .ar22 .contentmodal__content.midcontainer {
    width: calc(100% - 40px);
    height: 100%;
    max-height: calc(100% - 200px);
    align-items: flex-start;
  }
}
.ar22 .contentmodal__content.midcontainer .contentmodal__content--inner {
  padding: 40px 90px 40px 40px;
  box-shadow: 9px 9px 12px rgba(0, 0, 0, 0.1);
}
.ar22 .contentmodal__content.midcontainer .contentmodal__content--inner.pr60 {
  padding-right: 60px;
}
@media screen and (max-width: 840px) {
  .ar22 .contentmodal__content.midcontainer .contentmodal__content--inner {
    padding: 22px 40px 22px 22px;
    height: auto;
    max-height: 100%;
    border-radius: 26px;
  }
}
.ar22 .contentmodal__content.lgcontainer {
  max-width: 1000px;
  width: 100%;
}
.ar22 .contentmodal__content.lgcontainer .contentmodal__content--inner {
  padding: 0;
  box-shadow: 9px 9px 12px rgba(0, 0, 0, 0.1);
}
.ar22 .contentmodal__content--cshero {
  position: relative;
  width: 100%;
  max-height: 703px;
  height: 100%;
  border-radius: 25px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--cshero {
    width: 100%;
    max-height: auto;
    height: max-content;
    flex-direction: column;
    margin-top: 0;
    align-items: flex-start;
  }
}
.ar22 .contentmodal__content--cshero--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--cshero--img {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 211px;
  }
}
.ar22 .contentmodal__content--cshero--img img {
  width: 100%;
  height: 100%;
  object-fit: none;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--cshero--img img {
    object-fit: cover;
  }
}
.ar22 .contentmodal__content--cshero--img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #848484 0%, #8b8b8b 0.01%, rgba(138, 138, 138, 0) 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.ar22 .contentmodal__content--cshero--heading {
  position: relative;
  color: #ffffff;
  padding-left: 70px;
  max-width: 50%;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--cshero--heading {
    max-width: 100%;
    padding-left: 20px;
    display: none;
  }
}
.ar22 .contentmodal__content--cshero--heading h2 {
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: -0.01em;
  margin-bottom: 30px;
}
.ar22 .contentmodal__content--cshero--heading p {
  font-family: "Arial";
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 5px;
  color: #ffffff;
}
.ar22 .contentmodal__content--cshero--info {
  position: absolute;
  left: 70px;
  bottom: 130px;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--cshero--info {
    position: relative;
    left: unset;
    bottom: unset;
    margin-top: 20px;
  }
}
.ar22 .contentmodal__content--cshero--info h5 {
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--cshero--info h5 {
    color: #696969;
  }
}
.ar22 .contentmodal__content--cshero--info p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--cshero--info p {
    color: #696969;
  }
}
.ar22 .contentmodal__content--cshero--info .word {
  display: inline-block;
  transform: translateY(40px);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--cshero--info .word {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.ar22 .contentmodal__content--cshero--si {
  position: absolute;
  bottom: 60px;
  left: 70px;
  z-index: 2;
}
.ar22 .contentmodal__content--csintro {
  position: relative;
  padding: 75px;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--csintro {
    padding: 40px 0 0;
    margin-bottom: 30px;
  }
}
.ar22 .contentmodal__content--csintro h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 52px;
  color: #e61e28;
}
.ar22 .contentmodal__content--csintro h2:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--csintro h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .ar22 .contentmodal__content--csintro h2:last-child {
    font-size: 22px;
    line-height: 32px;
  }
}
.ar22 .contentmodal__content--statement {
  position: relative;
  padding: 0 110px 0 70px;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--statement {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}
.ar22 .contentmodal__content--statement--nav {
  position: sticky;
  position: -webkit-sticky;
  top: 30px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--statement--nav {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
  }
}
.ar22 .contentmodal__content--statement--nav--item:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--statement--nav--item:not(:last-child) {
    margin-bottom: 8px;
  }
}
.ar22 .contentmodal__content--statement--nav--item a {
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
  color: #acacac;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--statement--nav--item a {
    font-size: 18px;
    line-height: 22px;
  }
}
.ar22 .contentmodal__content--statement--nav--item a.active {
  color: #e61e28;
}
.ar22 .contentmodal__content--statement--block {
  position: relative;
  width: 55%;
  color: #000000;
  margin-left: auto;
  margin-top: -355px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--statement--block {
    width: 100%;
    margin: 0;
  }
}
.ar22 .contentmodal__content--statement--block--item {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--statement--block--item {
    padding-top: 20px;
  }
}
.ar22 .contentmodal__content--statement--block--item h3 {
  font-family: "Arial";
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--statement--block--item h3 {
    font-size: 14px;
    line-height: 16px;
  }
}
.ar22 .contentmodal__content--statement--block--item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.ar22 .contentmodal__content--statement--block--item p:not(:last-child) {
  margin-bottom: 15px;
}
.ar22 .contentmodal__content--fscontent--heading {
  color: #000000;
  margin-bottom: 50px;
}
.ar22 .contentmodal__content--fscontent--heading h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 30px;
}
@media screen and (max-width: 840px) {
  .ar22 .contentmodal__content--fscontent--heading h3 {
    font-size: 32px;
    line-height: 42px;
  }
}
.ar22 .contentmodal__content--fscontent--heading p {
  font-family: "Arial";
  font-size: 14px;
  line-height: 24px;
}
.ar22 .contentmodal__content--fscontent--cta {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ar22 .contentmodal__content--fscontent--cta .fsreadbtn {
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #e61e28;
}
.ar22 .contentmodal__content--fscontent--cta .fsplaybtn {
  font-family: "Arial";
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}
@media screen and (max-width: 840px) {
  .ar22 .contentmodal__content--fscontent--cta .fsplaybtn {
    font-size: 14px;
  }
}
.ar22 .contentmodal__content--fscontent--cta .fsplaybtn svg {
  margin-right: 20px;
  vertical-align: middle;
  margin-top: -5px;
  width: 18px;
}
@media screen and (max-width: 840px) {
  .ar22 .contentmodal__content--fscontent--cta .fsplaybtn svg {
    width: 14px;
    margin-right: 8px;
  }
}
.ar22 .contentmodal__content--fscontent--cta .fsplaybtn svg path {
  transition: 0.2s;
}
.ar22 .contentmodal__content--fscontent--cta .fsplaybtn svg.play.hide {
  display: none;
}
.ar22 .contentmodal__content--fscontent--cta .fsplaybtn svg.pause {
  display: none;
}
.ar22 .contentmodal__content--fscontent--cta .fsplaybtn svg.pause.show {
  display: inline-block;
}
.ar22 .contentmodal__content--fscontent--cta .fsplaybtn:hover svg path {
  fill: #e61e28;
}
.ar22 .contentmodal__content--dmcontent--heading h4 {
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 840px) {
  .ar22 .contentmodal__content--dmcontent--heading h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.ar22 .contentmodal__content--dmcontent--heading p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.ar22 .contentmodal__content--dmcontent--number {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.ar22 .contentmodal__content--dmcontent--number .datanumber {
  position: relative;
  width: 45%;
  margin-bottom: 30px;
}
.ar22 .contentmodal__content--dmcontent--number .datanumber.fxwidth {
  width: 280px;
}
@media screen and (max-width: 840px) {
  .ar22 .contentmodal__content--dmcontent--number .datanumber {
    width: 100%;
  }
}
.ar22 .contentmodal__content--dmcontent--number .datanumber h1 {
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: -0.02em;
  padding: 0;
  color: #e61e28;
  overflow: hidden;
}
@media screen and (max-width: 840px) {
  .ar22 .contentmodal__content--dmcontent--number .datanumber h1 {
    font-weight: 400;
    font-size: 70px;
    line-height: 70px;
  }
}
.ar22 .contentmodal__content--dmcontent--number .datanumber h1 span {
  display: inline-block;
  transform: translateY(100%);
}
.ar22 .contentmodal__content--dmcontent--number .datanumber h5 {
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
}
.ar22 .contentmodal__content--dmcontent--number .datanumber h5 span {
  display: inline-block;
  transform: translateY(100%);
}
.ar22 .contentmodal__content--dmcontent--graphdata {
  position: relative;
}
.ar22 .contentmodal__content--dmcontent--graphdata .graphdataHeading {
  margin-top: 10px;
  margin-bottom: 50px;
}
.ar22 .contentmodal__content--dmcontent--graphdata .graphdataHeading h5 {
  font-family: "Arial";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.ar22 .contentmodal__content--dmcontent--graphdata .graphdataHeading p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 22px;
}
.ar22 .contentmodal__content--dmcontent--graphdata .graphdataHeading ul li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding-left: 15px;
}
.ar22 .contentmodal__content--dmcontent--graphdata .graphdataHeading ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #000000;
  border-radius: 50%;
  left: 0;
  top: 9px;
}
.ar22 .contentmodal__content--dmcontent--graphdata .graphdataJson:not(:last-child) {
  margin-bottom: 50px;
}
.ar22 .contentmodal__content--header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 50px;
  border-bottom: 0.5px solid #828282;
}
.ar22 .contentmodal__content--header--title {
  width: 50%;
}
.ar22 .contentmodal__content--header--title h4 {
  font-family: "Arial";
  font-weight: 400;
  font-size: 1.2vw;
  line-height: 1.6vw;
  color: #000000;
}
.ar22 .contentmodal__content--header--number {
  width: 50%;
}
.ar22 .contentmodal__content--header--number p {
  font-family: "Arial";
  font-weight: 400;
  font-size: 1.2vw;
  line-height: 1.6vw;
  color: #000000;
}
.ar22 .contentmodal__content--textblock {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 840px) {
  .ar22 .contentmodal__content--textblock {
    flex-direction: column;
  }
}
.ar22 .contentmodal__content--heading {
  position: relative;
  width: 45%;
  font-weight: 400;
  font-size: 3vw;
  line-height: 3vw;
  color: #000000;
}
@media screen and (max-width: 840px) {
  .ar22 .contentmodal__content--heading {
    width: 100%;
    font-size: 32px;
    line-height: 34px;
  }
}
.ar22 .contentmodal__content--text {
  position: relative;
  width: 50%;
  font-weight: 400;
  font-size: 1.3vw;
  line-height: 2vw;
  color: #000000;
}
@media screen and (max-width: 840px) {
  .ar22 .contentmodal__content--text {
    width: 100%;
  }
}
.ar22 .contentmodal__content--video {
  position: relative;
  width: 100%;
  height: 100%;
}
.ar22 .contentmodal__content--video .videoposter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 12px;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s;
}
.ar22 .contentmodal__content--video .videoposter.hide {
  opacity: 0;
  visibility: hidden;
}
.ar22 .contentmodal__content--video .videoposter img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ar22 .contentmodal__content--video img {
  width: 100%;
  object-fit: cover;
}
.ar22 .contentmodal__content--video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ar22 .contentmodal__content--video .video_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--video .video_play svg {
    width: 40px;
  }
}
.ar22 .contentmodal__content--video .video_play.hide {
  opacity: 0;
  visibility: hidden;
}
.ar22 .contentmodal__content--gallery {
  position: relative;
  width: 100%;
  height: 100%;
  filter: drop-shadow(9px 9px 12px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--gallery {
    display: flex;
    flex-direction: column;
  }
}
.ar22 .contentmodal__content--gallery .contentmodal__close {
  top: 50px;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--gallery .contentmodal__close {
    top: 20px;
  }
}
.ar22 .contentmodal__content--gallery .gallerysliderprev,
.ar22 .contentmodal__content--gallery .galleryslidernext {
  position: absolute;
  right: 40px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--gallery .gallerysliderprev,
  .ar22 .contentmodal__content--gallery .galleryslidernext {
    right: 20px;
  }
}
.ar22 .contentmodal__content--gallery .galleryslidernext {
  top: 86px;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--gallery .galleryslidernext {
    top: 56px;
  }
}
.ar22 .contentmodal__content--gallery .gallerysliderprev {
  top: 122px;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--gallery .gallerysliderprev {
    top: 92px;
  }
}
.ar22 .contentmodal__content--gallery .galleryslidercaption {
  position: absolute;
  width: 240px;
  left: 24px;
  top: 50px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--gallery .galleryslidercaption {
    position: relative;
    width: 100%;
    left: unset;
    top: unset;
    padding: 24px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 26px;
    z-index: 2;
    order: 2;
    margin-top: 15px;
  }
}
.ar22 .contentmodal__content--gallery .galleryslidercaption p {
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ar22 .contentmodal__content--gallery .galleryslider {
  position: relative;
  width: 100%;
  height: 100%;
}
.ar22 .contentmodal__content--gallery .galleryslider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 60px;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--gallery .galleryslider .slick-dots {
    bottom: 25px;
  }
}
.ar22 .contentmodal__content--gallery .galleryslider .slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  background: #bdbdbd;
  border-radius: 50%;
  padding: 0;
}
.ar22 .contentmodal__content--gallery .galleryslider .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.ar22 .contentmodal__content--gallery .galleryslider .slick-dots li.slick-active button {
  background: #ffffff;
}
.ar22 .contentmodal__content--gallery .galleryslider__item {
  position: relative;
  width: 100%;
}
.ar22 .contentmodal__content--gallery .galleryslider__item--img {
  width: 100%;
}
.ar22 .contentmodal__content--gallery .galleryslider__item--img img {
  width: 100%;
  max-height: 703px;
  aspect-ratio: auto;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--gallery .galleryslider__item--img img {
    border-radius: 26px;
  }
}
.ar22 .contentmodal__content--videowrapper {
  position: relative;
}
.ar22 .contentmodal__content--videowrapper video {
  aspect-ratio: auto;
  border-radius: 26px;
}
.ar22 .contentmodal__content--article {
  position: relative;
  width: 100%;
}
.ar22 .contentmodal__content--article--heading h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--article--heading h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.ar22 .contentmodal__content--articlecontent h5,
.ar22 .contentmodal__content--articlecontent p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.ar22 .contentmodal__content--articlecontent h5:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--articlecontent h5:not(:first-child) {
    margin-top: 20px;
  }
}
.ar22 .contentmodal__content--articlecontent p {
  line-height: 26px;
}
.ar22 .contentmodal__content--articlecontent p:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--articlecontent p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.ar22 .contentmodal__content--articlecontent h5 {
  font-family: "Arial";
  font-weight: 700;
}
.ar22 .contentmodal__content--articlecontent img,
.ar22 .contentmodal__content--articlecontent video {
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
}
.ar22 .contentmodal__content--articlecontent h6 {
  font-family: "Arial";
  margin-top: -15px;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #696969;
}
.ar22 .contentmodal__content--articlevideo {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--articlevideo {
    margin-top: 20px;
  }
}
.ar22 .contentmodal__content--articlevideo video {
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
}
.ar22 .contentmodal__content--articlevdcaption {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--articlevdcaption {
    margin-top: 10px;
  }
}
.ar22 .contentmodal__content--articlevdcaption p {
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #696969;
}
.ar22 .contentmodal__content--articlevdcaption p a {
  position: relative;
  display: inline-block;
  font-family: "Arial";
  font-size: 14px;
  color: #e61e28;
  margin-right: 15px;
}
.ar22 .contentmodal__content--articlevdcaption p a::after {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  top: 2px;
  right: -15px;
  background: url(/-/media/arup/images/Annual-Report-2022/img/ext-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .contentmodal__content--diagram {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--diagram {
    display: flex;
    flex-direction: column;
  }
}
.ar22 .contentmodal__content--diagram--heading {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--diagram--heading {
    margin-bottom: 15px;
  }
}
.ar22 .contentmodal__content--diagram--heading h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--diagram--heading h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
.ar22 .contentmodal__content--diagram--text:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--diagram--text:not(:last-child) {
    margin-bottom: 20px;
  }
}
.ar22 .contentmodal__content--diagram--text h5,
.ar22 .contentmodal__content--diagram--text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.ar22 .contentmodal__content--diagram--text p {
  line-height: 26px;
}
.ar22 .contentmodal__content--diagram--text p:not(:last-child) {
  margin-bottom: 35px;
}
.ar22 .contentmodal__content--diagram--text h5 {
  font-family: "Arial";
}
.ar22 .contentmodal__content--diagram--caption {
  position: absolute;
  max-width: 240px;
  width: 100%;
  left: 24px;
  top: 24px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--diagram--caption {
    position: relative;
    max-width: 100%;
    width: 100%;
    left: unset;
    top: unset;
    padding: 24px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 26px;
    z-index: 2;
    order: 2;
    margin-top: 15px;
  }
}
.ar22 .contentmodal__content--diagram--caption p {
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.ar22 .contentmodal__content--diagram--caption p a {
  position: relative;
  display: inline-block;
  font-family: "Arial";
  font-size: 14px;
  color: #e61e28;
  margin-right: 15px;
}
.ar22 .contentmodal__content--diagram--caption p a::after {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  top: 3px;
  right: -16px;
  background: url(/-/media/arup/images/Annual-Report-2022/img/ext-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .contentmodal__content--diagram--anim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ar22 .contentmodal__content--diagram--anim img,
.ar22 .contentmodal__content--diagram--anim svg {
  width: 100%;
  height: 100%;
}
.ar22 .contentmodal__content--diagram--vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--diagram--vid {
    order: 1;
  }
}
.ar22 .contentmodal__content--diagram--vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--diagram--vid video {
    border-radius: 26px;
  }
}
.ar22 .contentmodal__content--map {
  position: relative;
  width: 100%;
  border-radius: 26px;
  overflow: hidden;
  padding-bottom: 56.94%;
}
.ar22 .contentmodal__content--map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ar22 .contentmodal__content--datamodal {
  position: relative;
  width: 100%;
  height: auto;
}
.ar22 .contentmodal__content--datamodal--title h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--datamodal--title h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
.ar22 .contentmodal__content--datamodal--heading {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--datamodal--heading {
    margin-bottom: 15px;
  }
}
.ar22 .contentmodal__content--datamodal--heading h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal__content--datamodal--heading h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
.ar22 .contentmodal__content--datamodal--heading h5,
.ar22 .contentmodal__content--datamodal--heading p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.ar22 .contentmodal__content--datamodal--heading p {
  line-height: 26px;
}
.ar22 .contentmodal__content--datamodal--heading p:not(:last-child) {
  margin-bottom: 35px;
}
.ar22 .contentmodal__content--datamodal--heading h5 {
  font-family: "Arial";
}
.ar22 .contentmodal__content--datamodal--more {
  margin-top: 30px;
}
.ar22 .contentmodal__content--datamodal--more h5 {
  font-family: "Arial";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.ar22 .contentmodal__content--datamodal--more p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.ar22 .contentmodal__content--datamodal--more p:not(:last-child) {
  margin-bottom: 15px;
}
.ar22 .contentmodal__content--datamodal--anim {
  position: relative;
  width: 100%;
}
.ar22 .contentmodal__content--datamodal--anim svg {
  width: 100%;
}
.ar22 .contentmodal__content--datamodal--text:not(:last-child) {
  margin-bottom: 30px;
}
.ar22 .contentmodal__content--datamodal--text h5,
.ar22 .contentmodal__content--datamodal--text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.ar22 .contentmodal__content--datamodal--text p {
  line-height: 26px;
}
.ar22 .contentmodal__content--datamodal--text p:not(:last-child) {
  margin-bottom: 35px;
}
.ar22 .contentmodal__content--datamodal--text h5 {
  font-family: "Arial";
}
.ar22 .contentmodal__content--imgbanner {
  position: relative;
  margin-bottom: 30px;
}
.ar22 .contentmodal__content--imgbanner--img {
  margin-bottom: 20px;
}
.ar22 .contentmodal__content--imgbanner--img img {
  width: 100%;
}
.ar22 .contentmodal__content--imgbanner--caption h4 {
  font-family: "Arial";
  font-weight: 400;
  font-size: 1vw;
  line-height: 1vw;
  color: #000000;
}
.ar22 .contentmodal__content--textcol {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin: 50px 0;
}
.ar22 .contentmodal__content--textcol--text {
  position: relative;
  width: 50%;
}
.ar22 .contentmodal__content--textcol--text h3 {
  font-family: "Arial";
  font-weight: 400;
  font-size: 1.3vw;
  line-height: 2vw;
  margin-bottom: 10px;
}
.ar22 .contentmodal__content--textcol--text p {
  font-weight: 400;
  font-size: 1.3vw;
  line-height: 2vw;
}
.ar22 .contentmodal__content--textcol--text p:not(:last-child) {
  margin-bottom: 10px;
}
.ar22 .contentmodal__content--textcol--text a {
  margin-top: 30px;
}
.ar22 .contentmodal__content--imgrow {
  position: relative;
  display: flex;
}
.ar22 .contentmodal__content--imgrow--leftcol {
  position: relative;
  width: 40%;
  padding-right: 20px;
}
.ar22 .contentmodal__content--imgrow--rightcol {
  position: relative;
  width: 60%;
}
.ar22 .contentmodal__content--imgrow--img img {
  width: 100%;
}
.ar22 .contentmodal__content--imgrow--caption {
  margin-top: 25px;
}
.ar22 .contentmodal__content--imgrow--caption p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #696969;
}
.ar22 .contentmodal__content--imgrow--caption p:not(:last-child) {
  margin-bottom: 10px;
}
.ar22 .contentmodal__content--quote {
  position: relative;
  max-width: 58%;
  width: 100%;
}
.ar22 .contentmodal__content--quote--text {
  margin-bottom: 20px;
}
.ar22 .contentmodal__content--quote--text h2 {
  position: relative;
  font-weight: 400;
  font-size: 3vw;
  line-height: 3.2vw;
  color: #000000;
}
.ar22 .contentmodal__content--quote--text h2::before {
  position: absolute;
  content: "“";
  top: 0;
  left: -30px;
}
.ar22 .contentmodal__content--quote--author h4 {
  font-weight: 400;
  font-size: 1.3vw;
  line-height: 2vw;
  color: #000000;
}
.ar22 .contentmodal__content--quote--author p {
  font-family: "Arial";
  font-weight: 400;
  font-size: 1.3vw;
  line-height: 2vw;
  color: #000000;
}
.ar22 .contentmodal__content--interviewrow {
  position: relative;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.ar22 .contentmodal__content--interviewrow.topgap {
  padding-top: 50px;
}
.ar22 .contentmodal__content--interviewrow--col {
  position: relative;
  width: 50%;
  display: flex;
}
.ar22 .contentmodal__content--interviewrow--col:not(:last-child) {
  margin-bottom: 50px;
}
.ar22 .contentmodal__content--interviewrow--col:nth-of-type(2) {
  width: 60%;
}
.ar22 .contentmodal__content--interviewrow--col h4 {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  margin: 0 80px 0 0;
  color: #000000;
}
.ar22 .contentmodal__content--interviewrow--col p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin: -5px 0 0;
}
.ar22 .contentmodal__content--datanumber {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ar22 .contentmodal__content--datanumber--col {
  position: relative;
  width: 50%;
}
.ar22 .contentmodal__content--datanumber--block:not(:last-child) {
  margin-bottom: 50px;
}
.ar22 .contentmodal__content--datanumber--block:last-child {
  margin-left: 15vw;
}
.ar22 .contentmodal__content--datanumber--block h4 {
  font-family: "Arial";
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.ar22 .contentmodal__content--datanumber--block h2 {
  font-weight: 400;
  font-size: 120px;
  line-height: 120px;
  letter-spacing: -0.04em;
  color: #e61e28;
}
.ar22 .contentmodal__content--datanumber.haspadding .contentmodal__content--datanumber--col {
  padding-left: 5vw;
}
.ar22 .contentmodal__content--datastat {
  position: relative;
  width: 100%;
}
.ar22 .contentmodal__content--datastat img {
  width: 100%;
}
.ar22 .contentmodal__content--map {
  position: relative;
  width: 100%;
}
.ar22 .contentmodal__content--map img {
  width: 100%;
}
.ar22 .contentmodal__content--interview--heading {
  position: relative;
  margin-bottom: 30px;
}
.ar22 .contentmodal__content--interview--heading h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  color: #000000;
}
.ar22 .contentmodal__content--interview--iparticipate h5 {
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #e61e28;
}
.ar22 .contentmodal__content--interview--interviewrow {
  position: relative;
}
.ar22 .contentmodal__content--interview--col {
  position: relative;
  display: flex;
  margin: 30px 0;
}
.ar22 .contentmodal__content--interview--col:nth-child(even) {
  margin-left: 30px;
}
.ar22 .contentmodal__content--interview--col h4 {
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #e61e28;
  margin-right: 12px;
}
.ar22 .contentmodal__content--interview--col p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
.ar22 .contentmodal.show {
  opacity: 1;
  visibility: visible;
}
.ar22 .contentmodal.show .contentmodal__content {
  transform: translateY(0);
  transition-delay: 0;
}
.ar22 .contentmodal.fsmodal .contentmodal__content.midcontainer, .ar22 .contentmodal.audiomodal .contentmodal__content.midcontainer {
  height: auto;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal.fsmodal .contentmodal__content.midcontainer, .ar22 .contentmodal.audiomodal .contentmodal__content.midcontainer {
    height: auto;
  }
}
.ar22 .contentmodal.fsmodal .contentmodal__content--interview--interviewrow, .ar22 .contentmodal.audiomodal .contentmodal__content--interview--interviewrow {
  height: 0;
  overflow: hidden;
}
.ar22 .contentmodal.videomodal .contentmodal__content, .ar22 .contentmodal.gallerymodal .contentmodal__content {
  max-width: 1250px;
  width: 100%;
  height: auto;
  max-height: 703px;
}
@media screen and (max-height: 740px) {
  .ar22 .contentmodal.videomodal .contentmodal__content, .ar22 .contentmodal.gallerymodal .contentmodal__content {
    max-width: 950px;
  }
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal.videomodal .contentmodal__content, .ar22 .contentmodal.gallerymodal .contentmodal__content {
    max-width: calc(100% - 40px);
  }
}
.ar22 .contentmodal.dgmodal .contentmodal__content, .ar22 .contentmodal.mapmodal .contentmodal__content {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  max-height: 665px;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal.dgmodal .contentmodal__content, .ar22 .contentmodal.mapmodal .contentmodal__content {
    max-width: calc(100% - 40px);
    max-height: calc(100% - 200px) !important;
    height: auto;
  }
}
.ar22 .contentmodal.dgmodal .contentmodal__content .contentmodal__content--diagram--vid, .ar22 .contentmodal.mapmodal .contentmodal__content .contentmodal__content--diagram--vid {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
}
.ar22 .contentmodal.dgmodal .contentmodal__content .contentmodal__content--diagram--vid video, .ar22 .contentmodal.mapmodal .contentmodal__content .contentmodal__content--diagram--vid video {
  width: unset;
  height: unset;
  object-fit: unset;
  aspect-ratio: auto;
  max-width: 100%;
}
.ar22 .contentmodal.dgmodal .contentmodal__content.sncontainer, .ar22 .contentmodal.mapmodal .contentmodal__content.sncontainer {
  max-width: 710px;
  height: calc(100% - 200px);
}
@media screen and (max-width: 840px) {
  .ar22 .contentmodal.dgmodal .contentmodal__content.sncontainer, .ar22 .contentmodal.mapmodal .contentmodal__content.sncontainer {
    max-width: 90%;
  }
}
.ar22 .contentmodal.dgmodal .contentmodal__content.sncontainer .contentmodal__content--diagram--vid, .ar22 .contentmodal.mapmodal .contentmodal__content.sncontainer .contentmodal__content--diagram--vid {
  border-radius: 0;
}
.ar22 .contentmodal.dgmodal .contentmodal__content.sncontainer video, .ar22 .contentmodal.mapmodal .contentmodal__content.sncontainer video {
  border-radius: 0;
}
.ar22 .contentmodal.csmodal .contentmodal__content {
  max-width: 1250px;
  max-height: 665px;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal.csmodal .contentmodal__content {
    max-height: 70%;
  }
}
.ar22 .contentmodal.csmodal .contentmodal__content--inner {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ar22 .contentmodal.csmodal .contentmodal__content--inner {
    padding: 20px 50px 20px 20px;
    overflow: auto;
  }
}
.ar22 .contentmodal.tdone .contentmodal__content--inner {
  overflow-y: auto;
}
.ar22 .contentmodal.tdone .contentmodal__content--inner .contentmodal__content--cshero {
  width: calc(100% + 12px);
}
.ar22 .works__workpanel,
.ar22 .project__workpanel,
.ar22 .opworld__workpanel {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  pointer-events: all;
}
.ar22 .works__workpanel--wrapper,
.ar22 .project__workpanel--wrapper,
.ar22 .opworld__workpanel--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 26px;
  overflow: hidden;
}
.ar22 .works__workpanel--icon,
.ar22 .project__workpanel--icon,
.ar22 .opworld__workpanel--icon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  background: #ffffff;
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/Hotspot.svg");
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
  pointer-events: all;
  transform-origin: center;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .ar22 .works__workpanel--icon,
  .ar22 .project__workpanel--icon,
  .ar22 .opworld__workpanel--icon {
    width: 50px;
    height: 50px;
  }
}
.ar22 .works__workpanel--icon.articlecta,
.ar22 .project__workpanel--icon.articlecta,
.ar22 .opworld__workpanel--icon.articlecta {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/article-hotspot.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel--icon.articlecta:hover, .ar22 .works__workpanel--icon.articlecta:focus, .ar22 .works__workpanel--icon.articlecta:active,
.ar22 .project__workpanel--icon.articlecta:hover,
.ar22 .project__workpanel--icon.articlecta:focus,
.ar22 .project__workpanel--icon.articlecta:active,
.ar22 .opworld__workpanel--icon.articlecta:hover,
.ar22 .opworld__workpanel--icon.articlecta:focus,
.ar22 .opworld__workpanel--icon.articlecta:active {
  transform: scale(1.1) rotate(0);
}
.ar22 .works__workpanel--icon.interviewcta,
.ar22 .project__workpanel--icon.interviewcta,
.ar22 .opworld__workpanel--icon.interviewcta {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/interview-hotspot.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel--icon.datacta,
.ar22 .project__workpanel--icon.datacta,
.ar22 .opworld__workpanel--icon.datacta {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/data-hotspot.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel--icon.datacta:hover, .ar22 .works__workpanel--icon.datacta:focus, .ar22 .works__workpanel--icon.datacta:active,
.ar22 .project__workpanel--icon.datacta:hover,
.ar22 .project__workpanel--icon.datacta:focus,
.ar22 .project__workpanel--icon.datacta:active,
.ar22 .opworld__workpanel--icon.datacta:hover,
.ar22 .opworld__workpanel--icon.datacta:focus,
.ar22 .opworld__workpanel--icon.datacta:active {
  transform: scale(1.1) rotate(0);
}
.ar22 .works__workpanel--icon.diagramcta,
.ar22 .project__workpanel--icon.diagramcta,
.ar22 .opworld__workpanel--icon.diagramcta {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/diagram-hotspot.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel--icon.diagramcta:hover, .ar22 .works__workpanel--icon.diagramcta:focus, .ar22 .works__workpanel--icon.diagramcta:active,
.ar22 .project__workpanel--icon.diagramcta:hover,
.ar22 .project__workpanel--icon.diagramcta:focus,
.ar22 .project__workpanel--icon.diagramcta:active,
.ar22 .opworld__workpanel--icon.diagramcta:hover,
.ar22 .opworld__workpanel--icon.diagramcta:focus,
.ar22 .opworld__workpanel--icon.diagramcta:active {
  transform: scale(1.1) rotate(0);
}
.ar22 .works__workpanel--icon.extcta,
.ar22 .project__workpanel--icon.extcta,
.ar22 .opworld__workpanel--icon.extcta {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/ext-hotspot.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel--icon.extcta:hover, .ar22 .works__workpanel--icon.extcta:focus, .ar22 .works__workpanel--icon.extcta:active,
.ar22 .project__workpanel--icon.extcta:hover,
.ar22 .project__workpanel--icon.extcta:focus,
.ar22 .project__workpanel--icon.extcta:active,
.ar22 .opworld__workpanel--icon.extcta:hover,
.ar22 .opworld__workpanel--icon.extcta:focus,
.ar22 .opworld__workpanel--icon.extcta:active {
  transform: scale(1.1) rotate(0);
}
.ar22 .works__workpanel--card,
.ar22 .project__workpanel--card,
.ar22 .opworld__workpanel--card {
  position: relative;
  padding: 24px;
  width: 308px;
  height: auto;
  background: #ffffff;
  opacity: 0;
  overflow: hidden;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.ar22 .works__workpanel--card._video,
.ar22 .project__workpanel--card._video,
.ar22 .opworld__workpanel--card._video {
  max-height: 275px;
  top: -3px;
  left: -3px;
}
.ar22 .works__workpanel--card._video::after,
.ar22 .project__workpanel--card._video::after,
.ar22 .opworld__workpanel--card._video::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 26px;
  background: url("/-/media/arup/images/Annual-Report-2022/img/play-small.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ar22 .works__workpanel--card img,
.ar22 .project__workpanel--card img,
.ar22 .opworld__workpanel--card img {
  position: relative;
  width: 260px;
  height: 140px;
  object-fit: cover;
  margin-bottom: 10px;
}
.ar22 .works__workpanel--card h5,
.ar22 .project__workpanel--card h5,
.ar22 .opworld__workpanel--card h5 {
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #e61e28;
  margin-bottom: 5px;
}
.ar22 .works__workpanel--card h3,
.ar22 .project__workpanel--card h3,
.ar22 .opworld__workpanel--card h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #000000;
}
.ar22 .works__workpanel--card p,
.ar22 .project__workpanel--card p,
.ar22 .opworld__workpanel--card p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 10px;
}
.ar22 .works__workpanel--card span,
.ar22 .project__workpanel--card span,
.ar22 .opworld__workpanel--card span {
  position: relative;
  display: inline-block;
  max-width: 80%;
  width: max-content;
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #e61e28;
}
.ar22 .works__workpanel--card span::after,
.ar22 .project__workpanel--card span::after,
.ar22 .opworld__workpanel--card span::after {
  position: absolute;
  content: "";
  width: 19px;
  height: 11px;
  right: -25px;
  top: 50%;
  background: url("/-/media/arup/images/Annual-Report-2022/img/Arrow-CTA.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.ar22 .works__workpanel--card button,
.ar22 .works__workpanel--card a,
.ar22 .project__workpanel--card button,
.ar22 .project__workpanel--card a,
.ar22 .opworld__workpanel--card button,
.ar22 .opworld__workpanel--card a {
  position: relative;
  max-width: 90%;
  width: max-content;
  text-align: left;
  font-family: "Arial";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #e61e28;
}
.ar22 .works__workpanel--card button::before,
.ar22 .works__workpanel--card a::before,
.ar22 .project__workpanel--card button::before,
.ar22 .project__workpanel--card a::before,
.ar22 .opworld__workpanel--card button::before,
.ar22 .opworld__workpanel--card a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -25px;
  width: 19px;
  height: 11px;
  background: url("/-/media/arup/images/Annual-Report-2022/img/button-long-arrow.svg");
  background-position: center;
  transform: translateY(-50%);
}
.ar22 .works__workpanel.opworld__workpanel .opworld__workpanel--icon,
.ar22 .project__workpanel.opworld__workpanel .opworld__workpanel--icon,
.ar22 .opworld__workpanel.opworld__workpanel .opworld__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/search-hotspot.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.csmodalcta .opworld__workpanel--icon,
.ar22 .project__workpanel.csmodalcta .opworld__workpanel--icon,
.ar22 .opworld__workpanel.csmodalcta .opworld__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/cs-hotspots.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.fscta .opworld__workpanel--icon, .ar22 .works__workpanel.audiocta .opworld__workpanel--icon,
.ar22 .project__workpanel.fscta .opworld__workpanel--icon,
.ar22 .project__workpanel.audiocta .opworld__workpanel--icon,
.ar22 .opworld__workpanel.fscta .opworld__workpanel--icon,
.ar22 .opworld__workpanel.audiocta .opworld__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/fs-hotspot.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.fscta .works__workpanel--icon, .ar22 .works__workpanel.audiocta .works__workpanel--icon,
.ar22 .project__workpanel.fscta .works__workpanel--icon,
.ar22 .project__workpanel.audiocta .works__workpanel--icon,
.ar22 .opworld__workpanel.fscta .works__workpanel--icon,
.ar22 .opworld__workpanel.audiocta .works__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/fs-hotspot.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.fscta.visited .opworld__workpanel--icon, .ar22 .works__workpanel.audiocta.visited .opworld__workpanel--icon,
.ar22 .project__workpanel.fscta.visited .opworld__workpanel--icon,
.ar22 .project__workpanel.audiocta.visited .opworld__workpanel--icon,
.ar22 .opworld__workpanel.fscta.visited .opworld__workpanel--icon,
.ar22 .opworld__workpanel.audiocta.visited .opworld__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/fs-hotspot-visited.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.fscta.visited .works__workpanel--icon, .ar22 .works__workpanel.audiocta.visited .works__workpanel--icon,
.ar22 .project__workpanel.fscta.visited .works__workpanel--icon,
.ar22 .project__workpanel.audiocta.visited .works__workpanel--icon,
.ar22 .opworld__workpanel.fscta.visited .works__workpanel--icon,
.ar22 .opworld__workpanel.audiocta.visited .works__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/fs-hotspot-visited.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.videocta .works__workpanel--icon,
.ar22 .project__workpanel.videocta .works__workpanel--icon,
.ar22 .opworld__workpanel.videocta .works__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/video-hotspot.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.videocta.visited .works__workpanel--icon,
.ar22 .project__workpanel.videocta.visited .works__workpanel--icon,
.ar22 .opworld__workpanel.videocta.visited .works__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/video-hotspot-visited.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.mapcta .works__workpanel--icon,
.ar22 .project__workpanel.mapcta .works__workpanel--icon,
.ar22 .opworld__workpanel.mapcta .works__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/map-hotspot.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.mapcta.visited .works__workpanel--icon,
.ar22 .project__workpanel.mapcta.visited .works__workpanel--icon,
.ar22 .opworld__workpanel.mapcta.visited .works__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/map-hotspot-visited.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.supportcta .works__workpanel--icon,
.ar22 .project__workpanel.supportcta .works__workpanel--icon,
.ar22 .opworld__workpanel.supportcta .works__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/support-hotspot.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.supportcta .works__workpanel--card button::before,
.ar22 .works__workpanel.supportcta .works__workpanel--card a::before,
.ar22 .project__workpanel.supportcta .works__workpanel--card button::before,
.ar22 .project__workpanel.supportcta .works__workpanel--card a::before,
.ar22 .opworld__workpanel.supportcta .works__workpanel--card button::before,
.ar22 .opworld__workpanel.supportcta .works__workpanel--card a::before {
  background: url("/-/media/arup/images/Annual-Report-2022/img/ext-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.supportcta.visited .works__workpanel--icon,
.ar22 .project__workpanel.supportcta.visited .works__workpanel--icon,
.ar22 .opworld__workpanel.supportcta.visited .works__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/support-hotspot-visited.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.articlecta .works__workpanel--icon,
.ar22 .project__workpanel.articlecta .works__workpanel--icon,
.ar22 .opworld__workpanel.articlecta .works__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/article-hotspot.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.articlecta.visited .works__workpanel--icon,
.ar22 .project__workpanel.articlecta.visited .works__workpanel--icon,
.ar22 .opworld__workpanel.articlecta.visited .works__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/article-hotspot-visited.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.interviewcta .works__workpanel--icon,
.ar22 .project__workpanel.interviewcta .works__workpanel--icon,
.ar22 .opworld__workpanel.interviewcta .works__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/interview-hotspot.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.interviewcta.snicon .works__workpanel--icon,
.ar22 .project__workpanel.interviewcta.snicon .works__workpanel--icon,
.ar22 .opworld__workpanel.interviewcta.snicon .works__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/fs-hotspot.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.interviewcta.snicon.visited .works__workpanel--icon,
.ar22 .project__workpanel.interviewcta.snicon.visited .works__workpanel--icon,
.ar22 .opworld__workpanel.interviewcta.snicon.visited .works__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/fs-hotspot-visited.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.interviewcta.visited .works__workpanel--icon,
.ar22 .project__workpanel.interviewcta.visited .works__workpanel--icon,
.ar22 .opworld__workpanel.interviewcta.visited .works__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/interview-hotspot-visited.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.socialcta,
.ar22 .project__workpanel.socialcta,
.ar22 .opworld__workpanel.socialcta {
  cursor: inherit;
}
.ar22 .works__workpanel.socialcta .works__workpanel--icon,
.ar22 .project__workpanel.socialcta .works__workpanel--icon,
.ar22 .opworld__workpanel.socialcta .works__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/social-hotspot.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.socialcta .works__workpanel--card img,
.ar22 .project__workpanel.socialcta .works__workpanel--card img,
.ar22 .opworld__workpanel.socialcta .works__workpanel--card img {
  height: 260px;
}
.ar22 .works__workpanel.socialcta.visited .works__workpanel--icon,
.ar22 .project__workpanel.socialcta.visited .works__workpanel--icon,
.ar22 .opworld__workpanel.socialcta.visited .works__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/social-hotspot-visited.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.gallerycta .works__workpanel--icon,
.ar22 .project__workpanel.gallerycta .works__workpanel--icon,
.ar22 .opworld__workpanel.gallerycta .works__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/gallery-hotspot.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.gallerycta.visited .works__workpanel--icon,
.ar22 .project__workpanel.gallerycta.visited .works__workpanel--icon,
.ar22 .opworld__workpanel.gallerycta.visited .works__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/gallery-hotspot-visited.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.dgcta .works__workpanel--icon,
.ar22 .project__workpanel.dgcta .works__workpanel--icon,
.ar22 .opworld__workpanel.dgcta .works__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/diagram-hotspot.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.dgcta.visited .works__workpanel--icon,
.ar22 .project__workpanel.dgcta.visited .works__workpanel--icon,
.ar22 .opworld__workpanel.dgcta.visited .works__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/diagram-hotspot-visited.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.dgcta.himap .works__workpanel--icon,
.ar22 .project__workpanel.dgcta.himap .works__workpanel--icon,
.ar22 .opworld__workpanel.dgcta.himap .works__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/map-hotspot.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.dgcta.himap.visited .works__workpanel--icon,
.ar22 .project__workpanel.dgcta.himap.visited .works__workpanel--icon,
.ar22 .opworld__workpanel.dgcta.himap.visited .works__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/map-hotspot-visited.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.dgcta.hidata .works__workpanel--icon,
.ar22 .project__workpanel.dgcta.hidata .works__workpanel--icon,
.ar22 .opworld__workpanel.dgcta.hidata .works__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/search-hotspot.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.dgcta.hidata.visited .works__workpanel--icon,
.ar22 .project__workpanel.dgcta.hidata.visited .works__workpanel--icon,
.ar22 .opworld__workpanel.dgcta.hidata.visited .works__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/search-hotspot-visited.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.datacta .works__workpanel--icon,
.ar22 .project__workpanel.datacta .works__workpanel--icon,
.ar22 .opworld__workpanel.datacta .works__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/search-hotspot.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.datacta.visited .works__workpanel--icon,
.ar22 .project__workpanel.datacta.visited .works__workpanel--icon,
.ar22 .opworld__workpanel.datacta.visited .works__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/search-hotspot-visited.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.quotecta,
.ar22 .project__workpanel.quotecta,
.ar22 .opworld__workpanel.quotecta {
  cursor: inherit;
}
.ar22 .works__workpanel.quotecta .works__workpanel--icon,
.ar22 .project__workpanel.quotecta .works__workpanel--icon,
.ar22 .opworld__workpanel.quotecta .works__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/quote-hotspot.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.quotecta .works__workpanel--card h3,
.ar22 .project__workpanel.quotecta .works__workpanel--card h3,
.ar22 .opworld__workpanel.quotecta .works__workpanel--card h3 {
  position: relative;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #e61e28;
}
.ar22 .works__workpanel.quotecta .works__workpanel--card h3::before,
.ar22 .project__workpanel.quotecta .works__workpanel--card h3::before,
.ar22 .opworld__workpanel.quotecta .works__workpanel--card h3::before {
  content: open-quote;
  display: inline-block;
  font-size: 22px;
  top: 0;
  left: -15px;
  position: absolute;
}
.ar22 .works__workpanel.quotecta .works__workpanel--card h3::after,
.ar22 .project__workpanel.quotecta .works__workpanel--card h3::after,
.ar22 .opworld__workpanel.quotecta .works__workpanel--card h3::after {
  content: close-quote;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
}
.ar22 .works__workpanel.quotecta .works__workpanel--card h5,
.ar22 .project__workpanel.quotecta .works__workpanel--card h5,
.ar22 .opworld__workpanel.quotecta .works__workpanel--card h5 {
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
.ar22 .works__workpanel.quotecta .works__workpanel--card h6,
.ar22 .project__workpanel.quotecta .works__workpanel--card h6,
.ar22 .opworld__workpanel.quotecta .works__workpanel--card h6 {
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #696969;
}
.ar22 .works__workpanel.quotecta.visited .works__workpanel--icon,
.ar22 .project__workpanel.quotecta.visited .works__workpanel--icon,
.ar22 .opworld__workpanel.quotecta.visited .works__workpanel--icon {
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/quote-hotspot-visited.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .works__workpanel.hide,
.ar22 .project__workpanel.hide,
.ar22 .opworld__workpanel.hide {
  opacity: 0;
  visibility: hidden;
}
.ar22 .works__workpanel.workcta.visited,
.ar22 .project__workpanel.workcta.visited,
.ar22 .opworld__workpanel.workcta.visited {
  background-color: #ffffff;
}
.ar22 .works__workpanel.workcta.visited .works__workpanel--icon,
.ar22 .project__workpanel.workcta.visited .works__workpanel--icon,
.ar22 .opworld__workpanel.workcta.visited .works__workpanel--icon {
  background-color: #ffffff;
  background-image: url("/-/media/arup/images/Annual-Report-2022/img/wh-visited.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ar22 .arfooter {
  position: relative;
}
.ar22 .arfooter__top {
  padding: 0 7vw;
  background: #cdcfc5;
}
@media screen and (max-width: 1030px) {
  .ar22 .arfooter__top {
    padding: 0;
  }
}
.ar22 .arfooter__top--wrapper {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 0.5px solid #ffffff;
}
@media screen and (max-width: 1030px) {
  .ar22 .arfooter__top--wrapper {
    flex-direction: column;
    border: 0;
  }
}
@media screen and (max-width: 1030px) {
  .ar22 .arfooter__top--logo {
    padding: 20px;
  }
}
.ar22 .arfooter__top--logo svg {
  width: 90px;
}
.ar22 .arfooter__top--logo svg path {
  fill: #e61e28;
}
.ar22 .arfooter__top--links {
  display: flex;
}
@media screen and (max-width: 1030px) {
  .ar22 .arfooter__top--links {
    flex-direction: column;
    padding: 0 20px;
    border-top: 0.5px solid #ffffff;
  }
}
@media screen and (max-width: 1030px) {
  .ar22 .arfooter__top--links--item {
    margin-top: 30px;
  }
}
.ar22 .arfooter__top--links--item:not(:last-child) {
  margin-right: 50px;
}
@media screen and (max-width: 1030px) {
  .ar22 .arfooter__top--links--item:not(:last-child) {
    margin-right: 0;
  }
}
.ar22 .arfooter__top--links--item a {
  font-style: italic;
  font-size: 18px;
  line-height: 1.6;
  transition: color 0.25s;
  color: #333;
}
.ar22 .arfooter__top--links--item a:hover {
  color: #e61e28;
}
.ar22 .arfooter__top.bgred {
  background: #e61e28;
}
@media screen and (max-width: 1030px) {
  .ar22 .arfooter__top.bgred {
    background: #e61e28;
  }
}
.ar22 .arfooter__top.bgred svg path {
  fill: #ffffff;
}
.ar22 .arfooter__top.bgred .arfooter__top--links li a {
  color: #ffffff;
}
.ar22 .arfooter__top.bgred .arfooter__top--links li a:hover {
  color: #ffffff;
}
.ar22 .arfooter__bottom {
  background: #fafafa;
  padding: 20px 7vw;
}
@media screen and (max-width: 1030px) {
  .ar22 .arfooter__bottom {
    padding: 20px 0;
  }
}
.ar22 .arfooter__bottom--wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1030px) {
  .ar22 .arfooter__bottom--wrapper {
    flex-direction: column;
  }
}
.ar22 .arfooter__bottom--wrapper p {
  opacity: 0.5;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0;
}
@media screen and (max-width: 1030px) {
  .ar22 .arfooter__bottom--wrapper p {
    order: 3;
    padding: 0 20px;
  }
}
.ar22 .arfooter__bottom--wrapper ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  .ar22 .arfooter__bottom--wrapper ul.arfooter__bottom--links {
    order: 2;
    padding: 20px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1030px) {
  .ar22 .arfooter__bottom--wrapper ul.arfooter__bottom--social {
    order: 1;
    padding: 20px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
  }
}
.ar22 .arfooter__bottom--wrapper ul li:not(:last-child) {
  margin-right: 40px;
}
.ar22 .arfooter__bottom--wrapper ul li a {
  font-style: italic;
  font-size: 13px;
  color: #333;
  transition: color 0.25s;
}
.ar22 .arfooter__bottom--wrapper ul li a:hover {
  color: #e61e28;
}

.cfanim svg:nth-child(2) {
  display: none;
}

.cfanim2 {
  margin-top: 30px;
}

.mapmodal__content--caption {
  position: absolute;
  width: 240px;
  right: 24px;
  bottom: 75px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mapmodal__content--caption {
    position: relative;
    width: 100%;
    left: unset;
    top: unset;
    padding: 24px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 26px;
    z-index: 2;
    order: 2;
    margin-top: 15px;
  }
}
.mapmodal__content--caption p {
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.webglloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background: #ffffff;
}
.webglloader img {
  width: 50px;
}
.webglloader svg {
  width: 60px;
  animation: logofade 2s infinite;
}

@keyframes logofade {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
#spinner {
  position: relative;
  width: 60px;
  height: 60px;
  transform: scaleX(-1);
}
#spinner .circle-container {
  position: absolute;
  width: 8.4px;
  height: 100%;
  left: 50%;
  margin-left: -4.2px;
}
#spinner .circle-container .circle {
  width: 8.4px;
  height: 8.4px;
  background-color: #e21c24;
  border-radius: 8.4px;
}
#spinner .circle-container:nth-child(1) {
  transform: rotate(-32.7272727273deg);
}
#spinner .circle-container:nth-child(2) {
  transform: rotate(-65.4545454545deg);
}
#spinner .circle-container:nth-child(3) {
  transform: rotate(-98.1818181818deg);
}
#spinner .circle-container:nth-child(4) {
  transform: rotate(-130.9090909091deg);
}
#spinner .circle-container:nth-child(5) {
  transform: rotate(-163.6363636364deg);
}
#spinner .circle-container:nth-child(6) {
  transform: rotate(-196.3636363636deg);
}
#spinner .circle-container:nth-child(7) {
  transform: rotate(-229.0909090909deg);
}
#spinner .circle-container:nth-child(8) {
  transform: rotate(-261.8181818182deg);
}
#spinner .circle-container:nth-child(9) {
  transform: rotate(-294.5454545455deg);
}
#spinner .circle-container:nth-child(10) {
  transform: rotate(-327.2727272727deg);
}
#spinner .circle-container:nth-child(11) {
  transform: rotate(-360deg);
}
#spinner .circle-container:nth-child(12) {
  transform: rotate(-392.7272727273deg);
}

@keyframes opacity_anim {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.25;
  }
  100% {
    opacity: 0;
  }
}
.circle-container:nth-of-type(0) {
  opacity: 0;
  animation: opacity_anim 1.1s ease infinite;
  animation-delay: 0s;
}

.circle-container:nth-of-type(1) {
  opacity: 0;
  animation: opacity_anim 1.1s ease infinite;
  animation-delay: 0.1s;
}

.circle-container:nth-of-type(2) {
  opacity: 0;
  animation: opacity_anim 1.1s ease infinite;
  animation-delay: 0.2s;
}

.circle-container:nth-of-type(3) {
  opacity: 0;
  animation: opacity_anim 1.1s ease infinite;
  animation-delay: 0.3s;
}

.circle-container:nth-of-type(4) {
  opacity: 0;
  animation: opacity_anim 1.1s ease infinite;
  animation-delay: 0.4s;
}

.circle-container:nth-of-type(5) {
  opacity: 0;
  animation: opacity_anim 1.1s ease infinite;
  animation-delay: 0.5s;
}

.circle-container:nth-of-type(6) {
  opacity: 0;
  animation: opacity_anim 1.1s ease infinite;
  animation-delay: 0.6s;
}

.circle-container:nth-of-type(7) {
  opacity: 0;
  animation: opacity_anim 1.1s ease infinite;
  animation-delay: 0.7s;
}

.circle-container:nth-of-type(8) {
  opacity: 0;
  animation: opacity_anim 1.1s ease infinite;
  animation-delay: 0.8s;
}

.circle-container:nth-of-type(9) {
  opacity: 0;
  animation: opacity_anim 1.1s ease infinite;
  animation-delay: 0.9s;
}

.circle-container:nth-of-type(10) {
  opacity: 0;
  animation: opacity_anim 1.1s ease infinite;
  animation-delay: 1s;
}

.circle-container:nth-of-type(11) {
  opacity: 0;
  animation: opacity_anim 1.1s ease infinite;
  animation-delay: 1.1s;
}
