html {
  scroll-behavior: smooth;
  font-size: 16px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  background: #f3f6fb;
  font-family: "Roboto Flex", sans-serif;
  position: relative;
  font-weight: 300;
}

body.home nav.navbar .container-fluid .navbar-brand small {
  color: #707070 !important;
}

nav.navbar {
  transition: all 0.5s;
  position: absolute;
  min-width: 100%;
  top: 0;
  z-index: 100;
  padding: 0;
}
nav.navbar.hide {
  top: -88px;
  box-shadow: none !important;
  /* Styles for users who prefer reduced motion */
}
@media (prefers-reduced-motion: reduce) {
  nav.navbar.hide {
    top: 0;
  }
}
nav.navbar.shaded {
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.03);
  background: rgba(255, 255, 255, 0.9);
}
nav.navbar.shaded .container-fluid .navbar-brand small {
  color: #707070 !important;
}
nav.navbar .container-fluid {
  display: flex;
  -moz-align-items: space-between;
  -ms-align-items: space-between;
  align-items: space-between;
  padding: 1rem 2rem;
  max-width: 100rem;
  margin: auto;
}
nav.navbar .container-fluid .navbar-brand {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #252527;
  padding: 0;
}
nav.navbar .container-fluid .navbar-brand:hover {
  text-decoration: none;
}
nav.navbar .container-fluid .navbar-brand:focus-visible {
  outline: 2px solid #252527;
  outline-offset: 2px;
}
nav.navbar .container-fluid .navbar-brand .brand-text {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}
nav.navbar .container-fluid .navbar-brand h6 {
  margin-bottom: 0;
  letter-spacing: 0.2px;
}
nav.navbar .container-fluid .navbar-brand small {
  transition: all 0.2s;
  color: #252527 !important;
  font-size: 0.8849557522rem;
}
@media (max-width: 62rem) {
  nav.navbar .container-fluid .navbar-collapse {
    padding-top: 1rem;
  }
}
nav.navbar .container-fluid .navbar-collapse .navbar-nav {
  margin-left: auto;
  margin-right: 0 !important;
}
@media (max-width: 62rem) {
  nav.navbar .container-fluid .navbar-collapse .navbar-nav {
    margin-bottom: 0 !important;
  }
}
nav.navbar .container-fluid .navbar-collapse .nav-item + .nav-item {
  margin-left: 1rem;
}
@media (max-width: 62rem) {
  nav.navbar .container-fluid .navbar-collapse .nav-item + .nav-item {
    margin-left: 0;
    margin-top: 1rem;
  }
}
nav.navbar .container-fluid .navbar-collapse a {
  font-size: 1rem;
  line-height: 1rem;
  padding-left: 0;
  padding-right: 0;
  color: #252527;
  text-align: center;
}
nav.navbar .container-fluid .navbar-collapse a.active {
  color: #252527;
  font-weight: 400;
}
nav.navbar .container-fluid .navbar-collapse a.active span::before {
  background: #252527;
  width: 100%;
}
nav.navbar .container-fluid .navbar-collapse a:hover {
  text-decoration: none;
}
nav.navbar .container-fluid .navbar-collapse a:hover span:before {
  width: 100%;
}
nav.navbar .container-fluid .navbar-collapse a:focus-visible {
  outline: 2px solid #252527;
  outline-offset: 2px;
  box-shadow: none;
  border-radius: 3px;
}
nav.navbar .container-fluid .navbar-collapse a span {
  display: inline-block;
  position: relative;
}
nav.navbar .container-fluid .navbar-collapse a span::before {
  content: "";
  transition: all 0.2s;
  position: absolute;
  background: #252527;
  bottom: -0.5rem;
  left: 50%;
  height: 2px;
  width: 0;
  transform: translateX(-50%);
}
nav.navbar .container-fluid .navbar-collapse .dropdown-toggle[aria-expanded=true]:after {
  border-left: 0; /* Adjust color and thickness */
  border-bottom: 0; /* Adjust color and thickness */
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
nav.navbar .container-fluid .navbar-collapse .dropdown-toggle:after {
  content: "";
  display: inline-block;
  margin-left: 5px; /* Adjust spacing as needed */
  width: 6px; /* Adjust size as needed */
  height: 6px; /* Adjust size as needed */
  border-left: 2px solid #000; /* Adjust color and thickness */
  border-bottom: 2px solid #000; /* Adjust color and thickness */
  transform: rotate(-45deg); /* Rotates for a down-pointing chevron */
  border-top: 0;
  border-right: 0;
}
nav.navbar .container-fluid .navbar-collapse .dropdown-menu {
  border: 0;
  padding: 0;
  border-radius: 1rem;
  margin-top: 0.5rem;
}
@media (min-width: 62rem) {
  nav.navbar .container-fluid .navbar-collapse .dropdown-menu {
    box-shadow: -5px 5px 12px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 62rem) {
  nav.navbar .container-fluid .navbar-collapse .dropdown-menu {
    background: transparent;
    margin-top: 1rem;
  }
}
nav.navbar .container-fluid .navbar-collapse .dropdown-menu a {
  transition: all 0.3s ease-in-out;
  padding: 1rem 1.5rem;
  text-align: left;
  font-weight: 300;
}
@media (max-width: 62rem) {
  nav.navbar .container-fluid .navbar-collapse .dropdown-menu a {
    text-align: center;
    color: #707070;
  }
}
nav.navbar .container-fluid .navbar-collapse .dropdown-menu a:first-child {
  border-radius: 1rem 1rem 0 0;
}
nav.navbar .container-fluid .navbar-collapse .dropdown-menu a:last-child {
  border-radius: 0 0 1rem 1rem;
}
nav.navbar .container-fluid .navbar-collapse .dropdown-menu a:hover {
  background: rgb(245.7663551402, 247.1869158879, 249.0336448598);
}
nav.navbar .container-fluid .navbar-collapse .dropdown-menu a:active {
  background: rgb(245.7663551402, 247.1869158879, 249.0336448598);
}
nav.navbar .container-fluid .navbar-collapse .dropdown-menu a.active {
  background: transparent;
  font-weight: 600;
}
nav.navbar .container-fluid .navbar-collapse .dropdown-menu a.active:hover {
  background: rgb(245.7663551402, 247.1869158879, 249.0336448598);
}

.navbar-toggler {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  border: 0;
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  cursor: pointer;
}
.navbar-toggler:focus {
  outline: 2px solid #252527;
  outline-offset: 2px;
  box-shadow: none;
}
.navbar-toggler span {
  transition: all 0.3s ease-in-out;
  background-color: #252527;
  border-radius: 2px;
  display: block;
  width: 100%;
  height: 3px;
}
.navbar-toggler span:first-child, .navbar-toggler span:last-child {
  width: 60%;
}
.navbar-toggler span:last-child {
  -ms-align-self: flex-end;
  align-self: flex-end;
}
.navbar-toggler[aria-expanded=true] span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px); /* Adjust translate values as needed */
}
.navbar-toggler[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded=true] span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px); /* Adjust translate values as needed */
}
.navbar-toggler[aria-expanded=true] span:first-child, .navbar-toggler[aria-expanded=true] span:last-child {
  width: 100%;
}

.page-nav-wrapper {
  transition: all 0.5s;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 69rem) {
  .page-nav-wrapper {
    display: none;
  }
}
.page-nav-wrapper .page-nav-group {
  position: absolute;
  z-index: 1;
  margin-top: 141px;
}
.page-nav-wrapper .page-nav-group > p {
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.page-nav-wrapper .page-navbar {
  position: relative;
  padding-left: 1rem;
}
.page-nav-wrapper .page-navbar::before {
  content: "";
  position: absolute;
  display: inline;
  background: rgb(236.4719626168, 239.3224299065, 243.0280373832);
  left: 0;
  width: 1px;
  height: 100%;
}
@media (max-width: 69rem) {
  .page-nav-wrapper .page-navbar::before {
    content: none;
  }
}
.page-nav-wrapper .page-navbar .nav-link {
  transition: all 0.2s;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  color: #707070;
  white-space: nowrap;
}
.page-nav-wrapper .page-navbar .nav-link.active {
  color: #252527;
  font-weight: 400;
}
.page-nav-wrapper .page-navbar .nav-link.active:before {
  background: #252527;
}
.page-nav-wrapper .page-navbar .nav-link:focus-visible {
  outline: 2px solid #2E8CFF;
  outline-offset: 2px;
  box-shadow: none;
  border-radius: 3px;
}
.page-nav-wrapper .page-navbar .nav-link::before {
  transition: all 0.2s;
  content: "";
  position: absolute;
  display: inline;
  background: transparent;
  left: -1rem;
  width: 2px;
  height: 1.5rem;
}
.page-nav-wrapper .page-navbar .nav-link:hover {
  text-decoration: none;
  color: #252527;
}
.page-nav-wrapper .page-navbar .nav-link + .nav-link {
  margin-top: 1.5rem;
}

.hero-image {
  overflow: hidden;
  border-bottom-left-radius: 2.5rem;
  padding-block: 2.5rem;
  padding-top: 0;
  --_m:#03020200 100%,#000 calc(100% + 1px);
  -webkit-mask: conic-gradient(#000 0 0) content-box, radial-gradient(2.5rem at 0 100%, var(--_m)) 100% 100% no-repeat;
          mask: conic-gradient(#000 0 0) content-box, radial-gradient(2.5rem at 0 100%, var(--_m)) 100% 100% no-repeat;
  -webkit-mask-size: 2.5rem 2.5rem;
          mask-size: 2.5rem 2.5rem;
}
.hero-image .hero-image-wrap {
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 4.5rem;
}
.hero-image img {
  max-width: 100%;
  border-radius: 1rem;
}

.library .hero-image {
  background: #64eeea;
}
.library .hero-image img {
  box-shadow: 5px 5px 12px #00d3d0;
}

.inductions .hero-image {
  background: #519dff;
}
.inductions .hero-image img {
  box-shadow: 5px 5px 12px #156dfb;
}

.employment .hero-image {
  background: #82c8fb;
}
.employment .hero-image img {
  box-shadow: 5px 5px 12px #50b3f5;
}

.about .hero-image {
  background: #fff;
}

header {
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding-top: 8rem;
  padding-bottom: 9rem;
}
@media (max-width: 62rem) {
  header {
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
  }
}
header .header-text-wrap {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}

.home header {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 6.5rem;
  min-height: 90vh;
  padding-bottom: 0;
  background-image: url("../../library_includes/logo-no-bg-50.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top -3rem right 9rem;
  background-size: 128vh auto;
}
@media (max-width: 62rem) {
  .home header {
    background-position: center center;
  }
}
@media (max-width: 48rem) {
  .home header {
    background-image: none;
    min-height: 80vh;
  }
}
.home header ul {
  margin-top: -9rem;
}
.home header h1 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.5rem;
}
.home header h3 {
  font-weight: 200;
  letter-spacing: 0.25px;
  color: #707070;
  line-height: 2.5rem;
}
.home header {
  /* The typing effect */
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.home header {
  /* The typewriter cursor effect */
}
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #252527;
  }
}
.home .page-content {
  margin-top: -2.5rem;
  position: relative;
}

footer {
  background: #fff;
  position: relative;
  z-index: 2;
}
footer ul {
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  padding-top: 4.5rem;
  padding-bottom: 9rem;
  text-align: center;
}
@media (max-width: 69rem) {
  footer ul {
    padding-top: 2rem;
    padding-bottom: 4.5rem;
  }
}
footer ul li {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  list-style-type: none;
}
footer ul li .text-link + .text-link {
  margin-left: 1rem;
}
footer ul li img {
  max-width: 1.5rem;
  border-radius: 0;
}
footer ul li + li {
  margin-top: 1.5rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #252527;
}

h1 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
h1.fade-in-load {
  transition: all 1s;
  position: relative;
  opacity: 0;
  margin-top: 2.5rem;
  /* Styles for users who prefer reduced motion */
}
@media (prefers-reduced-motion: reduce) {
  h1.fade-in-load {
    opacity: 1;
    margin-top: 0;
  }
}
h1.fade-in-load.visible {
  opacity: 1;
  margin-top: 0;
}
h1 + .text-muted {
  display: block;
  margin-top: 0.5rem;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 2rem;
  line-height: 2.5rem;
  position: relative;
}
h2 + .text-muted {
  display: block;
}

h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}
h3.fade-in-load-delay {
  transition: all 1s;
  position: relative;
  opacity: 0;
  /* Styles for users who prefer reduced motion */
}
@media (prefers-reduced-motion: reduce) {
  h3.fade-in-load-delay {
    opacity: 1;
    margin-top: 0;
  }
}
h3.fade-in-load-delay.visible {
  opacity: 1;
  margin-top: 0;
}

h5, .h5 {
  font-weight: 400;
  margin-bottom: 1rem;
}

h6, .h6 {
  font-weight: 500;
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
}

.h5, .h6 {
  display: block;
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #252527;
  max-width: 36rem;
  margin-bottom: 1rem;
  font-weight: 300;
}
p:only-of-type {
  margin: 0;
}
p:last-child {
  margin-bottom: 0;
}
p.feedback {
  min-width: 100%;
  max-width: 100%;
  font-size: 1.5rem;
  line-height: 2.5rem;
  max-width: 100%;
  font-weight: 300;
}
p.feedback + p.feedback {
  margin-top: 3rem;
}
p + h5, p + .h5 {
  margin-top: 2.5rem;
}
p + h6, p + .h6 {
  margin-top: 2rem;
}

strong {
  font-weight: 500;
}

.text-muted, figcaption {
  max-width: 36rem;
  color: #707070 !important;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

a {
  position: relative;
  color: #0075bc;
}
a:not(.btn):hover {
  text-decoration: none;
}
a:focus, a:active {
  outline: 2px solid #2E8CFF;
  outline-offset: 2px;
  border-radius: 3px;
}
a.btn {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  transition: all 0.5s;
  padding: 0.5rem 0 0.5rem 2rem;
  border-radius: 4.5rem;
  color: #252527;
  border: 1px solid #252527;
  letter-spacing: 0.25px;
  font-weight: 500;
}
a.btn.smaller {
  font-weight: 400;
}
@media (max-width: 530px) {
  a.btn {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    min-width: 100%;
  }
}
a.btn:focus, a.btn:focus-visible, a.btn:active {
  outline: 2px solid #2E8CFF;
  outline-offset: 2px;
  color: #252527;
  border-color: #252527;
}
a.btn:hover:not(.active), a.btn:focus {
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  background: #252527;
  border-color: #252527;
  color: #fff;
}
a.btn:hover:not(.active) .material-symbols-outlined, a.btn:focus .material-symbols-outlined {
  margin-left: 0.5rem;
  opacity: 1;
}
a.btn.icon-shown {
  padding: 0.5rem 1rem 0.5rem 1.5rem;
}
a.btn.icon-shown .material-symbols-outlined {
  margin-left: 0.5rem;
  opacity: 1;
}
a.btn.icon-shown.icon-before {
  padding: 0.5rem 1.5rem 0.5rem 1rem;
}
a.btn.icon-shown.icon-before .material-symbols-outlined {
  margin-left: 0;
  margin-right: 0.5rem;
}
a.btn .material-symbols-outlined {
  transition: all 0.5s;
  font-size: 1rem;
  margin-left: 1rem;
  opacity: 0;
}

.back-top {
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  padding: 0;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 100;
  border: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}
.back-top .btn {
  display: flex;
  -ms-align-content: center;
  align-content: center;
  transition: all 0.4s ease-out;
  box-shadow: -5px 5px 12px rgba(0, 0, 0, 0.1);
  background: rgba(20, 20, 21, 0.9);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  opacity: 0;
  line-height: 1rem;
  padding: 0.5rem 1rem;
  border-bottom: 0;
  border: 0;
}
.back-top .btn:active {
  background: rgb(19.6197368421, 19.6197368421, 20.6802631579);
}
.back-top .btn:focus, .back-top .btn:active {
  outline: 2px solid #2E8CFF;
  outline-offset: 2px;
}
.back-top .btn .material-symbols-outlined {
  font-size: 1rem;
}
.back-top.show .btn {
  opacity: 1;
}

img {
  max-width: 100%;
  border-radius: 1rem;
}
@media (max-width: 48rem) {
  img {
    border-radius: 0.5rem;
  }
}
img.fade-in {
  transition: all 1s;
  position: relative;
  opacity: 0;
  margin-top: 2.5rem;
  /* Styles for users who prefer reduced motion */
}
@media (prefers-reduced-motion: reduce) {
  img.fade-in {
    opacity: 1;
    margin-top: 0;
  }
}
img.fade-in.visible {
  opacity: 1;
  margin-top: 0;
}
img.fade-in-load {
  transition: all 1s;
  position: relative;
  opacity: 0;
  margin-top: 2.5rem;
  /* Styles for users who prefer reduced motion */
}
@media (prefers-reduced-motion: reduce) {
  img.fade-in-load {
    opacity: 1;
    margin-top: 0;
  }
}
img.fade-in-load.visible {
  opacity: 1;
  margin-top: 0;
}
img.screenshot {
  box-shadow: -5px 5px 12px rgba(0, 0, 0, 0.1);
}
img.screenshot + .screenshot {
  margin-top: 1.5rem;
}
img.bordered {
  border: 1px solid rgb(227.1775700935, 231.4579439252, 237.0224299065);
}

.grid-wrap {
  display: grid;
  padding-left: 0;
  margin-bottom: 0;
  min-width: 100%;
}
@media (max-width: 62rem) {
  .grid-wrap:not(.image-background-wrap-grid) > li:not(:first-child) > .image-background-wrap, .grid-wrap:not(.image-background-wrap-grid) > div:not(:first-child) > .image-background-wrap {
    margin-top: 2rem;
  }
}
.grid-wrap > li, .grid-wrap > div {
  list-style-type: none;
}
.grid-wrap > li.span-3, .grid-wrap > div.span-3 {
  grid-column: span 3;
}
.grid-wrap > li.fade-in, .grid-wrap > div.fade-in {
  transition: all 1s;
  position: relative;
  opacity: 0;
  margin-top: 2.5rem;
  /* Styles for users who prefer reduced motion */
}
@media (prefers-reduced-motion: reduce) {
  .grid-wrap > li.fade-in, .grid-wrap > div.fade-in {
    opacity: 1;
    margin-top: 0;
  }
}
.grid-wrap > li.fade-in.visible, .grid-wrap > div.fade-in.visible {
  opacity: 1;
  margin-top: 0;
}
@media (max-width: 69rem) {
  .grid-wrap > li.fade-in + li, .grid-wrap > li.fade-in + div, .grid-wrap > div.fade-in + li, .grid-wrap > div.fade-in + div {
    grid-column: span 3;
  }
  .grid-wrap > li.fade-in + li + .fade-in, .grid-wrap > li.fade-in + div + .fade-in, .grid-wrap > div.fade-in + li + .fade-in, .grid-wrap > div.fade-in + div + .fade-in {
    margin-top: 2rem;
  }
}
.grid-wrap > li ul + h6, .grid-wrap > div ul + h6 {
  margin-top: 1.5rem;
}
.grid-wrap.kpis {
  grid-auto-rows: 1fr;
}
.grid-wrap.kpis.grid-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
@media (max-width: 1270px) {
  .grid-wrap.kpis.grid-4 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 678px) {
  .grid-wrap.kpis.grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-wrap.kpis.grid-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-left: 4.5rem;
}
@media (max-width: 94rem) {
  .grid-wrap.kpis.grid-3 {
    padding-left: 0;
  }
}
@media (max-width: 69rem) {
  .grid-wrap.kpis.grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 62rem) {
  .grid-wrap.kpis.grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-wrap.kpis.grid-3 li.empty, .grid-wrap.kpis.grid-3 > div.empty {
    display: none;
  }
}
@media (max-width: 36rem) {
  .grid-wrap.kpis.grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-wrap.kpis li, .grid-wrap.kpis > div {
  position: relative;
}
.grid-wrap.kpis li:not(.empty), .grid-wrap.kpis > div:not(.empty) {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 1rem;
  padding: 2.5rem 2rem;
}
.grid-wrap.kpis li:not(.empty) .material-symbols-outlined, .grid-wrap.kpis > div:not(.empty) .material-symbols-outlined {
  margin-bottom: 1rem;
  color: #0075bc;
  font-size: 2rem;
}
.grid-wrap.kpis li.with-small, .grid-wrap.kpis > div.with-small {
  box-shadow: -5px 5px 12px rgba(0, 0, 0, 0.1);
  padding-bottom: 6.5rem;
}
.grid-wrap.kpis li.with-small small, .grid-wrap.kpis > div.with-small small {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 2rem;
  text-align: center;
  border-radius: 0 0 1rem 1rem;
  background: #f3f6fb;
  min-width: 100%;
}
@media (max-width: 48rem) {
  .grid-wrap.kpis li.empty, .grid-wrap.kpis > div.empty {
    display: none;
  }
}
.grid-wrap.grid-2 {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}
@media (max-width: 62rem) {
  .grid-wrap.grid-2 {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 1.5rem;
  }
}
@media (max-width: 62rem) {
  .grid-wrap.grid-2 li.section-header-wrapper, .grid-wrap.grid-2 div.section-header-wrapper {
    margin-bottom: 0.5rem;
  }
}
.grid-wrap.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
@media (max-width: 69rem) {
  .grid-wrap.grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 48rem) {
  .grid-wrap.grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-wrap.grid-3 li.span-2, .grid-wrap.grid-3 > div.span-2 {
  grid-column: span 2;
}
@media (max-width: 62rem) {
  .grid-wrap.grid-3 li.span-2, .grid-wrap.grid-3 > div.span-2 {
    grid-column: span 1;
  }
}
.grid-wrap.grid-4 {
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2.5rem;
  grid-row-gap: 3.5rem;
}
@media (max-width: 69rem) {
  .grid-wrap.grid-4 {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 1.5rem;
  }
}
@media (max-width: 48rem) {
  .grid-wrap.grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-wrap.grid-4 li.span-2, .grid-wrap.grid-4 > div.span-2 {
  grid-column: span 2;
}
@media (max-width: 48rem) {
  .grid-wrap.grid-4 li.span-2, .grid-wrap.grid-4 > div.span-2 {
    grid-column: span 1;
  }
}
@media (max-width: 48rem) {
  .grid-wrap.grid-4 li.empty, .grid-wrap.grid-4 > div.empty {
    display: none;
  }
}
.grid-wrap.grid-7 {
  grid-template-columns: repeat(7, 1fr);
  grid-column-gap: 2rem;
}
.grid-wrap.grid-7 li.span-5, .grid-wrap.grid-7 > div.span-5 {
  grid-column: span 5;
}
@media (max-width: 62rem) {
  .grid-wrap.grid-7 li.span-5, .grid-wrap.grid-7 > div.span-5 {
    grid-column: span 7;
  }
  .grid-wrap.grid-7 li.span-5 img, .grid-wrap.grid-7 > div.span-5 img {
    max-width: 100%;
  }
}
.grid-wrap.grid-7 li.span-4, .grid-wrap.grid-7 > div.span-4 {
  grid-column: span 4;
}
@media (max-width: 51rem) {
  .grid-wrap.grid-7 li.span-4, .grid-wrap.grid-7 > div.span-4 {
    grid-column: span 7;
  }
  .grid-wrap.grid-7 li.span-4 img, .grid-wrap.grid-7 > div.span-4 img {
    max-width: 100%;
  }
}
.grid-wrap.grid-7 li.span-3, .grid-wrap.grid-7 > div.span-3 {
  grid-column: span 3;
}
@media (max-width: 51rem) {
  .grid-wrap.grid-7 li.span-3, .grid-wrap.grid-7 > div.span-3 {
    grid-column: span 7;
    margin-top: 2rem;
  }
}
.grid-wrap.grid-7 li.span-2, .grid-wrap.grid-7 > div.span-2 {
  grid-column: span 2;
}
@media (max-width: 62rem) {
  .grid-wrap.grid-7 li.span-2, .grid-wrap.grid-7 > div.span-2 {
    grid-column: span 7;
    margin-top: 2rem;
  }
}
.grid-wrap.grid-12 {
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}
@media (max-width: 69rem) {
  .grid-wrap.grid-12 {
    grid-row-gap: 0;
  }
}
.grid-wrap.grid-12 > li.nav-spacer, .grid-wrap.grid-12 > div.nav-spacer {
  display: none;
}
@media (max-width: 94rem) {
  .grid-wrap.grid-12 > li.nav-spacer, .grid-wrap.grid-12 > div.nav-spacer {
    display: block;
  }
  .grid-wrap.grid-12 > li.nav-spacer + li.span-8, .grid-wrap.grid-12 > li.nav-spacer + div.span-8, .grid-wrap.grid-12 > div.nav-spacer + li.span-8, .grid-wrap.grid-12 > div.nav-spacer + div.span-8 {
    grid-column: span 10;
  }
}
@media (max-width: 69rem) {
  .grid-wrap.grid-12 > li.nav-spacer + li.span-8, .grid-wrap.grid-12 > li.nav-spacer + div.span-8, .grid-wrap.grid-12 > div.nav-spacer + li.span-8, .grid-wrap.grid-12 > div.nav-spacer + div.span-8 {
    grid-column: span 12;
  }
}
.grid-wrap.grid-12 > li.span-2, .grid-wrap.grid-12 > div.span-2 {
  grid-column: span 2;
}
@media (max-width: 94rem) {
  .grid-wrap.grid-12 > li.span-2.section-header-wrapper, .grid-wrap.grid-12 > div.span-2.section-header-wrapper {
    grid-column: span 10;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 69rem) {
  .grid-wrap.grid-12 > li.span-2.section-header-wrapper, .grid-wrap.grid-12 > div.span-2.section-header-wrapper {
    margin-bottom: 3rem;
  }
}
.grid-wrap.grid-12 > li.span-3, .grid-wrap.grid-12 > div.span-3 {
  grid-column: span 3;
}
.grid-wrap.grid-12 > li.span-4, .grid-wrap.grid-12 > div.span-4 {
  grid-column: span 4;
}
@media (max-width: 970px) {
  .grid-wrap.grid-12 > li.span-4, .grid-wrap.grid-12 > div.span-4 {
    grid-column: span 12;
  }
}
.grid-wrap.grid-12 > li.span-5, .grid-wrap.grid-12 > div.span-5 {
  grid-column: span 5;
}
@media (max-width: 69rem) {
  .grid-wrap.grid-12 > li.span-5, .grid-wrap.grid-12 > div.span-5 {
    grid-column: span 12;
  }
}
.grid-wrap.grid-12 > li.span-6, .grid-wrap.grid-12 > div.span-6 {
  grid-column: span 6;
}
@media (max-width: 48rem) {
  .grid-wrap.grid-12 > li.span-6, .grid-wrap.grid-12 > div.span-6 {
    grid-column: span 12;
  }
}
.grid-wrap.grid-12 > li.span-7, .grid-wrap.grid-12 > div.span-7 {
  grid-column: span 7;
}
.grid-wrap.grid-12 > li.span-8, .grid-wrap.grid-12 > div.span-8 {
  grid-column: span 8;
}
.grid-wrap.grid-12 > li.span-10, .grid-wrap.grid-12 > div.span-10 {
  grid-column: span 10;
}
@media (max-width: 69rem) {
  .grid-wrap.grid-12 > li.span-10, .grid-wrap.grid-12 > div.span-10 {
    grid-column: span 12;
  }
}
.grid-wrap.grid-12 > li.span-12, .grid-wrap.grid-12 > div.span-12 {
  grid-column: span 12;
}
@media (max-width: 69rem) {
  .grid-wrap.grid-12 > li.empty, .grid-wrap.grid-12 > div.empty {
    display: none;
  }
}
.grid-wrap.steps {
  grid-auto-rows: 1fr;
}
@media (max-width: 48rem) {
  .grid-wrap.steps {
    display: block;
  }
}
.grid-wrap.steps li {
  position: relative;
  padding-top: 1rem;
}
.grid-wrap.steps li:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: -3px;
  left: 0;
  border-radius: 4px;
  z-index: 1;
  background-color: #252527;
}
.grid-wrap.steps li:after {
  content: "";
  border-top: 1.5px dashed rgb(236.4719626168, 239.3224299065, 243.0280373832);
  width: calc(100% + 2.5rem);
  height: 1.5px;
  position: absolute;
  top: 0;
  right: -2.5rem;
}
@media (max-width: 48rem) {
  .grid-wrap.steps li {
    max-width: 100%;
    min-width: 100%;
  }
}
@media (min-width: 69rem) {
  .grid-wrap.steps li:nth-child(4):after, .grid-wrap.steps li:nth-child(8):after {
    width: 100%;
    right: 0;
  }
}
@media (max-width: 62rem) and (min-width: 48rem) {
  .grid-wrap.steps li:nth-child(3):after, .grid-wrap.steps li:nth-child(6):after, .grid-wrap.steps li:nth-child(9):after {
    width: 100%;
    right: 0;
  }
}
@media (max-width: 48rem) {
  .grid-wrap.steps li {
    padding-left: 1.5rem;
    padding-top: 0;
  }
  .grid-wrap.steps li:before {
    top: 7px;
  }
  .grid-wrap.steps li:after {
    height: calc(100% + 2.5rem);
    left: 3px;
    top: 7px;
    width: 3px;
    border-left: 2px dashed rgb(236.4719626168, 239.3224299065, 243.0280373832);
  }
}
.grid-wrap.steps li:last-child:after {
  content: none;
}
.grid-wrap.steps li > small {
  display: block;
  margin-bottom: 1rem;
}
@media (max-width: 62rem) {
  .grid-wrap.steps li > small {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 48rem) {
  .grid-wrap.steps li + li {
    margin-top: 2.5rem;
  }
}
.grid-wrap + .grid-wrap {
  margin-top: 3.5rem;
}

.list-unstyled li + li {
  margin-top: 2.5rem;
}

ul.spaced li + li {
  margin-top: 0.5rem;
}
ul.spaced-double {
  padding-left: 0.9rem;
}
ul.spaced-double li + li {
  margin-top: 1.5rem;
}

h6 + ul.spaced {
  padding-left: 1rem;
}

section.shaded {
  background: rgba(255, 255, 255, 0.9);
  --r: 40px; /* radius */
  padding-left: 0;
  padding-right: 0;
  border-radius: 0 var(--r)/0 calc(2 * var(--r));
  padding-block: var(--r);
  --_m:#0000 100%,#000 calc(100% + 1px);
  -webkit-mask: conic-gradient(#000 0 0) content-box, radial-gradient(var(--r) at 100% 0, var(--_m)) no-repeat, radial-gradient(var(--r) at 0 100%, var(--_m)) 100% 100% no-repeat;
          mask: conic-gradient(#000 0 0) content-box, radial-gradient(var(--r) at 100% 0, var(--_m)) no-repeat, radial-gradient(var(--r) at 0 100%, var(--_m)) 100% 100% no-repeat;
  -webkit-mask-size: var(--r) var(--r);
          mask-size: var(--r) var(--r);
}
section.shaded:last-child {
  padding-bottom: 0;
  border-bottom-left-radius: 0;
}
section.shaded .section-inner {
  padding-top: 8rem;
  padding-bottom: 9rem;
}
@media (max-width: 69rem) {
  section.shaded .section-inner {
    padding-top: 3rem;
    padding-bottom: 5.5rem;
  }
}
section:not(.shaded) .section-inner {
  padding-top: 8rem;
  padding-bottom: 9rem;
}
@media (max-width: 69rem) {
  section:not(.shaded) .section-inner {
    padding-top: 3rem;
    padding-bottom: 5.5rem;
  }
}
section.next-prev.shaded .section-inner {
  padding-top: calc(3rem - 2px) !important;
  padding-bottom: 3rem !important;
}
section.next-prev:not(.shaded) .section-inner {
  padding-top: calc(0.5rem - 2px) !important;
  padding-bottom: 3rem !important;
}
section.next-prev:not(.shaded) .image-link-block-wrap .image-header {
  background: #fff;
}
section.next-prev .section-content {
  text-align: center;
}
section.next-prev .section-content h5 {
  margin-bottom: 2.5rem;
}
section.next-prev .image-link-block-wrap {
  text-align: left;
}
section.next-prev .image-link-block-wrap .image-link-block {
  -moz-flex-direction: column;
  flex-direction: column;
}
section.next-prev .image-link-block-wrap .image-wrapper {
  border-radius: 1rem 1rem 0 0;
}
section.next-prev .image-link-block-wrap .image-wrapper img {
  border-radius: 1rem 1rem 0 0;
}
section.next-prev .image-link-block-wrap .image-header {
  min-width: 45%;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 1.5rem 2rem 2rem;
  border-radius: 0 0 1rem 1rem;
}
section.next-prev .image-link-block-wrap .image-header .image-header-wrap {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
section.next-prev .image-link-block-wrap .image-header h5 {
  text-align: center;
}
section .section-inner {
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  padding-bottom: 9rem;
}

.section-header-wrapper {
  margin-bottom: 3rem;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 62rem) {
  .section-header-wrapper {
    margin-bottom: 2.5rem;
  }
}

.image-background-wrap-grid.grid-wrap.grid-3 {
  grid-row-gap: 1rem;
}
.image-background-wrap-grid.grid-wrap.grid-3 .nav img {
  max-height: 20rem;
  margin: 0 auto;
}
.image-background-wrap-grid.grid-wrap.grid-3 .pay-send img {
  margin: 0 auto;
}
@media (max-width: 69rem) {
  .image-background-wrap-grid.grid-wrap.grid-3 .pay-send img {
    max-width: 50%;
  }
}
@media (max-width: 48rem) {
  .image-background-wrap-grid.grid-wrap.grid-3 .pay-send img {
    max-width: 100%;
  }
}
@media (min-width: 69rem) {
  .image-background-wrap-grid.grid-wrap.grid-3 .show-on-small, .image-background-wrap-grid.grid-wrap.grid-3 .show-on-smallest {
    display: none;
  }
}
@media (max-width: 69rem) {
  .image-background-wrap-grid.grid-wrap.grid-3 .nav, .image-background-wrap-grid.grid-wrap.grid-3 .pay-send {
    grid-column: span 2;
  }
  .image-background-wrap-grid.grid-wrap.grid-3 .hide-on-small {
    display: none;
  }
  .image-background-wrap-grid.grid-wrap.grid-3 li:not(:first-child) .image-background-wrap, .image-background-wrap-grid.grid-wrap.grid-3 > div:not(:first-child) .image-background-wrap {
    margin-top: 1.5rem;
  }
}
@media (max-width: 69rem) and (min-width: 48rem) {
  .image-background-wrap-grid.grid-wrap.grid-3 li.validation .image-background-wrap, .image-background-wrap-grid.grid-wrap.grid-3 > div.validation .image-background-wrap {
    margin-top: 0;
  }
}
@media (max-width: 69rem) {
  .image-background-wrap-grid.grid-wrap.grid-3 + .image-background-wrap-grid {
    margin-top: 2.5rem;
  }
}
@media (max-width: 62rem) {
  .image-background-wrap-grid.grid-wrap.grid-3 .span-2 {
    grid-column: span 2;
  }
}
@media (min-width: 48rem) {
  .image-background-wrap-grid.grid-wrap.grid-3 .show-on-smallest:not(.show-on-small) {
    display: none;
  }
}
@media (max-width: 48rem) {
  .image-background-wrap-grid.grid-wrap.grid-3 li {
    grid-column: span 2;
  }
  .image-background-wrap-grid.grid-wrap.grid-3 .hide-on-small, .image-background-wrap-grid.grid-wrap.grid-3 .hide-on-smallest {
    display: none;
  }
}
.image-background-wrap-grid li, .image-background-wrap-grid > div {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}
.image-background-wrap-grid + .image-background-wrap-grid {
  margin-top: 4.5rem;
}

.image-background-wrap {
  flex: 1;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: rgb(248.7375, 250.303125, 252.9125);
  border-radius: 1rem;
  padding: 2.5rem;
  position: relative;
}
@media (max-width: 48rem) {
  .image-background-wrap {
    padding: 2rem 1rem;
  }
}
.image-background-wrap.induction-improvement-onboarding {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.image-background-wrap.induction-improvement-onboarding img {
  width: 40%;
  margin-top: 1rem;
}
.image-background-wrap.induction-improvement-onboarding img:nth-child(2) {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.image-background-wrap img {
  width: auto;
  min-width: auto;
}
.image-background-wrap + h6 {
  margin-top: 1rem;
}

p + .image-background-wrap {
  margin-top: 2rem;
}

.image-caption-wrap figcaption {
  margin-top: 0.5rem;
  display: block;
  min-width: 100%;
  font-size: 0.8849557522rem;
}
.image-caption-wrap + .image-caption-wrap {
  margin-top: 3rem;
}

.image-link-block-wrap {
  padding: 0;
}
.image-link-block-wrap li, .image-link-block-wrap > div {
  list-style-type: none;
  border-radius: 1rem;
}
.image-link-block-wrap li:not(:last-child), .image-link-block-wrap > div:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media (max-width: 62rem) {
  .image-link-block-wrap li:not(:last-child), .image-link-block-wrap > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.image-link-block-wrap li .image-link-block, .image-link-block-wrap > div .image-link-block {
  display: flex;
  border-radius: 1rem;
}
@media (max-width: 62rem) {
  .image-link-block-wrap li .image-link-block, .image-link-block-wrap > div .image-link-block {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.image-link-block-wrap li .image-link-block.fade-in, .image-link-block-wrap > div .image-link-block.fade-in {
  transition: all 1s;
  position: relative;
  opacity: 0;
  margin-top: 2.5rem;
  /* Styles for users who prefer reduced motion */
}
@media (prefers-reduced-motion: reduce) {
  .image-link-block-wrap li .image-link-block.fade-in, .image-link-block-wrap > div .image-link-block.fade-in {
    opacity: 1;
    margin-top: 0;
  }
}
.image-link-block-wrap li .image-link-block.fade-in.visible, .image-link-block-wrap > div .image-link-block.fade-in.visible {
  opacity: 1;
  margin-top: 0;
}
.image-link-block-wrap li .image-wrapper, .image-link-block-wrap > div .image-wrapper {
  overflow: hidden;
  border-radius: 1rem 0 0 1rem;
}
@media (max-width: 62rem) {
  .image-link-block-wrap li .image-wrapper, .image-link-block-wrap > div .image-wrapper {
    border-radius: 1rem 1rem 0 0;
  }
}
.image-link-block-wrap li .image-wrapper img, .image-link-block-wrap > div .image-wrapper img {
  transition: all 0.5s;
  max-width: 100%;
  border-radius: 1rem 0 0 1rem;
  opacity: 1;
}
@media (max-width: 62rem) {
  .image-link-block-wrap li .image-wrapper img, .image-link-block-wrap > div .image-wrapper img {
    border-radius: 1rem 1rem 0 0;
  }
}
.image-link-block-wrap li .image-header, .image-link-block-wrap > div .image-header {
  transition: all 0.5s;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 1rem 4rem 1rem 2.5rem;
  min-width: 33%;
  background: #f3f6fb;
  border-radius: 0 1rem 1rem 0;
}
@media (max-width: 62rem) {
  .image-link-block-wrap li .image-header, .image-link-block-wrap > div .image-header {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 2rem 2rem 2.5rem;
    border-radius: 0 0 1rem 1rem;
  }
}
.image-link-block-wrap li .image-header .image-header-wrap, .image-link-block-wrap > div .image-header .image-header-wrap {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 62rem) {
  .image-link-block-wrap li .image-header .image-header-wrap, .image-link-block-wrap > div .image-header .image-header-wrap {
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.image-link-block-wrap li .image-header h3, .image-link-block-wrap > div .image-header h3 {
  margin-bottom: 0.5rem;
}
.image-link-block-wrap li .image-header h5, .image-link-block-wrap > div .image-header h5 {
  margin-bottom: 1rem;
  font-weight: 500;
}
.image-link-block-wrap li .image-header small, .image-link-block-wrap > div .image-header small {
  display: block;
  margin-bottom: 2.5rem;
}
@media (max-width: 62rem) {
  .image-link-block-wrap li .image-header small, .image-link-block-wrap > div .image-header small {
    margin-bottom: 2.5rem;
    text-align: center;
  }
}
@media (max-width: 48rem) {
  .image-link-block-wrap li .image-header small, .image-link-block-wrap > div .image-header small {
    margin-bottom: 2rem;
  }
}
.image-link-block-wrap li .image-header .btn.smaller, .image-link-block-wrap > div .image-header .btn.smaller {
  margin-top: 0.5rem;
}

.image-modal {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  scroll-padding-top: 100px;
}
.image-modal:hover {
  transform: scale(1.02);
}
.image-modal:focus, .image-modal:active {
  outline: 2px solid #2E8CFF;
  outline-offset: 2px;
  border-radius: 1rem;
}
@media (max-width: 48rem) {
  .image-modal:focus, .image-modal:active {
    border-radius: 0.5rem;
  }
}
.image-modal + .image-modal {
  margin-top: 1.5rem;
}

/* Media query to target devices that do not have hover capabilities (typically touch devices) */
@media (hover: none) {
  .image-modal {
    pointer-events: none; /* Disable the link on touch devices */
    /* Optionally, remove href to be extra sure, but pointer-events should suffice */
  }
}
.modal {
  padding-bottom: 3.5rem;
}
@media (max-width: 62rem) {
  .modal {
    padding-bottom: 0.5rem;
  }
}

.modal-dialog {
  border-radius: 1rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}
@media (max-width: 62rem) {
  .modal-dialog {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.modal-content {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.modal-header {
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  position: fixed;
  border: 0;
  width: 100%;
  z-index: 100;
  left: 0;
  top: 0;
}
.modal-header .btn {
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: none;
}
.modal-header .btn:focus, .modal-header .btn:active {
  outline: 2px solid #2E8CFF;
  outline-offset: 2px;
  border-radius: 3px;
}

.modal-body {
  padding: 0;
  text-align: center;
}
.modal-body img.screenshot {
  width: 100%;
}
.modal-body img.screenshot:hover {
  transform: none;
  cursor: default;
}

.modal-backdrop.show {
  background-color: #f3f6fb;
  opacity: 0.95;
}/*# sourceMappingURL=main.css.map */