@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;display=swap);

.font-weight-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

.font-weight-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.font-weight-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.font-weight-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.font-weight-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.font-weight-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

.justified {
  text-align: justify;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.btn {
  padding: 0.875rem 1.875rem;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  border-radius: 1.4375rem;
  font-size: 0.8125rem;
  display: inline-block;
  transition: background 0.1s ease-out;
  cursor: pointer;
}

.btn.btn-sm {
  font-size: 0.9375rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.btn.btn-lg {
  font-size: 1.0625rem;
  border-radius: 37.5rem;
  padding: 1.25rem 1.875rem;
}

.btn.btn-red {
  background: #211e3b;
  color: #fff;
}

.btn.btn-red .svg-arrow-right {
  display: inline-block;
  vertical-align: middle;
  fill: #fff;
  width: 1.4375rem;
  height: 1rem;
  margin: -6px 0 0 0.625rem;
}

.btn.btn-red:hover {
  background: #086ad7;
}

@media (min-width: 48rem) {
  .btn {
    font-size: 0.9375rem;
  }
}

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #5f616b;
  line-height: 1.428571429;
  font-size: 1.125rem;
  background: #fbfbfb;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

.outer {
  max-width: 1692px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  overflow-x: hidden;
}

.uppercase {
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: inherit;
}

a.decoration-inverse {
  text-decoration: underline;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.responsive-embed {
  position: relative;
  padding: 0 0 56.25%;
}

.responsive-embed > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
}

.list-unstyled {
  list-style: none;
}

.list-inline {
  list-style: none;
}

.list-inline li {
  display: inline-block;
}

p {
  margin: 0 0 0.625rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 0;
}

img {
  max-width: 100%;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.pretitle {
  color: #211e3b;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.overlay {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.overlay.after-mask:after {
  position: absolute;
  content: "";
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  background: transparent linear-gradient(181deg, #00000000 0%, #000000 100%) 0%
    0% no-repeat padding-box;
  z-index: 1;
}

.nowrap {
  white-space: nowrap;
}

.text-right {
  text-align: right;
}

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

.bg-center-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.text-red {
  color: #211e3b;
}

.text-white {
  color: #fff;
}

.spaced {
  letter-spacing: 2px;
}

.underline {
  text-decoration: underline;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.align-items-start {
  align-items: flex-start;
}

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

.position-relative {
  position: relative;
}

.flex-column {
  flex: 1;
  flex-direction: column;
}

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

.glide__slide {
  height: auto !important;
}

@media (min-width: 48rem) {
  .image {
    height: 150px;
  }

  .content {
    padding: 0.9375rem 1.875rem 1.5625rem;
  }
}

@media (min-width: 78.75rem) {
  .image {
    height: 188px;
  }

  .content {
    padding: 1.25rem 2.6875rem 2.1875rem;
  }
}

.page-section {
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
}

.page-section .title {
  font-size: 1.75rem;
  margin-bottom: 2.0625rem;
}

@media (min-width: 48rem) {
  .page-section {
    padding-top: 3.125rem;
  }

  .page-section .title {
    font-size: 2.5rem;
    margin-bottom: 2.8125rem;
  }
}

@media (min-width: 98.75rem) {
  .page-section {
    padding-top: 3.125rem;
    padding-bottom: 4.375rem;
  }

  .page-section .title {
    font-size: 3.375rem;
    margin-bottom: 3.4375rem;
  }
}

.block-title {
  font-size: 2.5rem;
  margin: 0 0 1.875rem;
}

.section-marker {
  position: relative;
}

.section-marker::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 155px;
  background-color: transparent;
}

@media (min-width: 62rem) {
  .section-marker::before {
    background-color: #211e3b;
  }
}

.content-container {
  margin-top: 1.25rem;
  margin-bottom: 0;
}

@media (min-width: 62rem) {
  .content-container {
    margin-top: 2.5rem;
    margin-bottom: 3.125rem;
  }
}

.mw-100 {
  max-width: 100%;
}

.has-header-above + .html-block {
  padding-bottom: 0.5rem;
}

body #header {
  z-index: 9999;
  position: relative;
}

body.homepage #header {
  position: absolute;
}

#header {
  width: 100%;
  transition: background 0.2s ease-out;
}

#header-row {
  height: 6.5625rem;
  padding-right: 70px;
}

@media (min-width: 62rem) {
  #header-row {
    height: 10rem;
  }
}

@media (min-width: 78.75rem) {
  #header-row {
    padding-right: 80px;
  }
}

@media (min-width: 78.75rem) {
  #header-row {
    padding-right: 90px;
  }
}

#header-logo {
  flex: 0 0 13.75rem;
}

#header-logo a {
  display: block;
  margin-top: -0.75rem;
  width: 140px;
  max-width: 100%;
}

#header-logo img {
  height: auto;
}

@media (min-width: 30rem) {
  #header-logo a {
    width: 9.375rem;
    margin-top: -0.9375rem;
  }
}

@media (min-width: 48rem) {
  #header-logo a {
    width: 10.625rem;
    margin-top: -1.1875rem;
  }
}

@media (min-width: 62rem) {
  #header-logo a {
    width: 12.5rem;
    margin-top: -1.5625rem;
  }
}

@media (min-width: 78.75rem) {
  #header-logo {
    flex-basis: 15rem;
  }
}

.menu-open #top-header {
  background: #fff;
}

.submenu-item {
  background: #fff;
  padding: 1.5rem 1.875rem;
  display: block;
}

.submenu-item h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.3125rem;
  margin: 0;
  padding-right: 2.25rem;
  position: relative;
}

.submenu-item h3 img {
  position: absolute;
  top: -3px;
  right: -2px;
  width: auto;
  height: 30px;
}

.submenu-item p {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0;
}

.submenu-item ul a:hover {
  text-decoration: underline;
}

.submenu-item.has-body h3 {
  margin-bottom: 1rem;
}

@media (min-width: 78.75rem) {
  .submenu-item {
    padding: 2.125rem 2.5rem;
  }

  .submenu-item h3 {
    font-size: 1.4375rem;
    padding-right: 3.125rem;
  }

  .submenu-item h3 img {
    height: 36px;
  }

  .submenu-item.has-body h3 {
    margin-bottom: 1.375rem;
  }

  .submenu-item p {
    font-size: 1rem;
  }
}

#header-menu-list {
  flex: 1 1 0%;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  text-transform: uppercase;
  position: relative;
  height: 100%;
  display: none;
}

@media (min-width: 78.75rem) {
  #header-menu-list {
    display: block;
  }
}

#header-menu-list > ul {
  transform: translateX(150px);
  opacity: 0;
  transition: transform 0.25s ease-in, opacity 0.25s ease-out;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

#header-menu-list > ul:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#header-menu-list li {
  height: 100%;
  padding: 0.125rem 0;
}

#header-menu-list span {
  display: flex;
  align-items: center;
  height: 100%;
}

#header-menu-list a {
  display: inline-block;
  padding: 0.625rem 1rem;
  white-space: nowrap;
}

body.menu-open #header-menu-list ul {
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.3s ease-out;
  transform: translateX(0);
  opacity: 1;
}

body.menu-open #header-menu-list ul:after {
  display: none;
}

@media (min-width: 78.75rem) {
  #header-menu-list {
    font-size: 1rem;
  }

  #header-menu-list li {
    padding: 0.875rem 0;
  }
}

@media (min-width: 98.75rem) {
  #header-menu-list li {
    padding: 0.875rem;
  }
}

#header-menu-mobile {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 102;
  background: #fff;
  overflow: hidden;
  height: 0;
}

@media (min-width: 78.75rem) {
  #header-menu-mobile {
    display: none;
  }
}

#header-menu-mobile.open {
  height: auto;
}

#header-menu-mobile a {
  display: block;
  position: relative;
  padding: 0.5625rem 20px;
}

#header-menu-mobile .arrow {
  position: absolute;
  top: 1.5625rem;
  right: 20px;
  transform: rotate(180deg);
  transition: transform 0.2s ease-out;
}

#header-menu-mobile .open > .arrow {
  transform: rotate(0deg);
}

#header-menu-mobile > ul > li {
  border-top: 1px solid #e2e2e2;
}

#header-menu-mobile > ul > li > div {
  height: 0;
  overflow: hidden;
}

#header-menu-mobile > ul > li > div.open {
  height: auto;
}

#header-menu-mobile > ul > li > a {
  font-weight: 500;
  padding: 1.125rem 3.125rem 1.125rem 1.25rem;
}

#header-menu-mobile > ul > li ul {
  padding: 0 0 0.75rem;
}

#menu-overlay {
  display: block;
  bottom: 100%;
  opacity: 0;
  background: #000;
  transition: opacity 0.2s ease-out;
  z-index: 999;
}

.menu-open {
  height: 100%;
  overflow: hidden;
  position: fixed;
}

.menu-open #menu-overlay {
  bottom: 0;
  opacity: 0.4;
}

@media (max-width: 29.9375rem) {
  .menu-open .outer {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 103;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
  }
}

@media (min-width: 30rem) {
  .menu-open {
    overflow-y: scroll;
  }
}

#header-menu-toggle {
  position: absolute;
  top: 50%;
  right: -0.625rem;
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  margin: -2.25rem 0 0;
  padding: 15px 10px;
}

#header-menu-toggle .icon {
  transition: stroke 0.2s ease-out;
  position: relative;
  width: 2.5rem;
  height: 1.875rem;
  margin: 2px 0 0 -1px;
  stroke: #5f616b;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  cursor: pointer;
}

#header-menu-toggle:hover .icon {
  stroke: #211e3b;
}

@media (min-width: 30rem) {
  #header-menu-toggle {
    right: 0;
  }

  #header-menu-toggle .icon {
    width: 3.125rem;
    height: 2.5rem;
    margin: -2px 0 0 -6px;
    right: 0;
    stroke-width: 4;
  }
}

@media (min-width: 62rem) {
  #header-menu-toggle {
    margin: -2.0625rem 0 0;
  }

  #header-menu-toggle .icon {
    width: 3.75rem;
    height: 3.125rem;
    margin: -14px 0 0 -11px;
  }
}

.header-popup {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  font-size: 15px;
  background: #f4f4f4;
}

.header-popup > .inner {
  overflow: hidden;
  position: relative;
  z-index: 2;
  perspective: 600px;
  transform-style: preserve-3d;
}

.header-popup > .inner.closed {
  height: 0;
}

.header-popup .submenu {
  padding: 1.25rem 0;
}

.header-popup .submenu-item {
  margin: 0 0 1.25rem;
}

.header-popup .title {
  margin-bottom: 20px;
  font-size: 19px;
  text-transform: uppercase;
  line-height: 1.2;
}

.header-popup .single-col {
  padding-bottom: 1.25rem;
}

.header-popup .single-col .submenu-item {
  margin: 0;
  height: 100%;
}

.header-popup .row.column {
  height: 100%;
}

.header-popup .row.column .submenu-item {
  flex: 1;
}

.header-popup .row.column .submenu-item.no-body {
  flex: 0 1;
}

.header-popup.active {
  z-index: 100;
}

.header-popup.active:after {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}

#footer {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

#footer:before {
  content: "";
  display: block;
  height: 9px;
  background: transparent linear-gradient(270deg, #d24539 0%, #ecc553 100%) 0%
    0% no-repeat padding-box;
}

#footer .font-small {
  font-size: 1rem;
}

#footer .top {
  padding: 0 0.625rem 4.375rem;
  background: url(../../assets/images/footer/footer-wavesb0a2.svg?3303c2ff) -30px
    bottom no-repeat;
  background-size: 120% 200px;
}

#footer .col-left {
  padding-top: 40px;
}

#footer .tagline {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #211e3b;
  font-size: 1.75rem;
  line-height: 1.2;
  max-width: 25.625rem;
  margin: 0 0 1.25rem;
}

#footer .social-links {
  margin: 0 -6px;
}

#footer .social-links a {
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 7px;
}

#footer .social-links svg {
  display: block;
  width: 18px;
  height: 18px;
}

#footer .social-links a,
#footer .social-links svg,
#footer .social-links img {
  vertical-align: middle;
}

#footer .social-links img {
  margin: 0 12px;
}

@media (min-width: 48rem) {
  #footer {
    font-size: 1.125rem;
  }

  #footer .top {
    padding: 1.875rem 0 4.375rem;
    background-position: left bottom;
    background-size: 100% 372px;
  }

  #footer .col-left {
    order: 1;
    padding-top: 0;
    padding-left: 40px;
  }

  #footer .col-block {
    order: 2;
    padding: 0 1.25rem 0 2.5rem;
  }
}

@media (min-width: 62rem) {
  #footer .tagline {
    font-size: 2rem;
  }

  #footer .col-block {
    padding: 0 1.25rem 0 5.625rem;
  }
}

@media (min-width: 78.75rem) {
  #footer {
    padding-bottom: 4.8125rem;
    font-size: 1.25rem;
  }

  #footer .col-left {
    padding-left: 0.625rem;
  }

  #footer .col-block {
    padding: 0 1.25rem 0 7.5rem;
  }

  #footer .top {
    padding-top: 3.375rem;
  }
}

.footer-menu h3 {
  color: #211e3b;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
}

.footer-menu li {
  font-size: 0.875rem;
}

.footer-menu a {
  display: block;
  padding: 0.4375rem 0.6875rem;
}

.footer-menu a:hover {
  text-decoration: underline;
}

.footer-menu .list-unstyled {
  position: relative;
}

.footer-menu .list-unstyled:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  bottom: 9px;
  width: 1px;
  background: #211e3b;
}

@media (max-width: 47.9375rem) {
  .footer-menu {
    overflow: hidden;
    border-bottom: 1px #e0e0e0 solid;
  }

  .footer-menu h3 {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 1rem;
    cursor: pointer;
  }

  .footer-menu h3 img {
    float: right;
    position: relative;
    top: 6px;
    transform: rotate(-180deg);
    transition: transform 0.2s ease-out;
  }

  .footer-menu h3.open img {
    transform: rotate(0);
  }

  .footer-menu .list-unstyled {
    max-height: 0;
    opacity: 0;
    transition: opacity 0.2s ease-out, max-height 0.3s ease-out;
  }

  .footer-menu .list-unstyled.open {
    max-height: 200px;
    opacity: 1;
  }

  .footer-menu .list-unstyled li:last-of-type {
    margin-bottom: 20px;
  }

  .footer-menu:hover h3 {
    text-decoration: underline;
  }
}

@media (min-width: 48rem) {
  .footer-menu {
    margin-bottom: 3.75rem;
  }

  .footer-menu h3 {
    margin-bottom: 1.125rem;
  }

  .footer-menu h3 img {
    display: none;
  }
}

@media (min-width: 78.75rem) {
  .footer-menu .footer-menu {
    margin-bottom: 5.9375rem;
  }
}

#bottom-footer-links {
  font-size: 12px;
  color: #352b2b;
  margin: 0 -20px;
}

#bottom-footer-links a,
#bottom-footer-links span,
#bottom-footer-links svg {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

#bottom-footer-links a,
#bottom-footer-links span {
  margin: 0 4px;
  padding: 13px;
  white-space: nowrap;
}

#bottom-footer-links .logo {
  width: 34px;
  height: 16px;
  margin: 0 4px 0 0;
}

@media (max-width: 47.9375rem) {
  #bottom-footer-links {
    text-align: center;
  }

  #bottom-footer-links .copy {
    display: block;
    text-align: center;
  }
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.image-block {
  background: #fff;
  box-shadow: 0 0.1875rem 1rem #00000029;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.image-block .image {
  display: block;
  overflow: hidden;
  height: 123px;
}

.image-block .image span {
  display: block;
  height: 100%;
  min-width: 100%;
  transition: transform 0.1s ease-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.image-block button {
  pointer-events: none;
}

.image-block .btn {
  margin: 0 auto;
}

.image-block .content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.8125rem 1.125rem 1.125rem;
}

.image-block .content.text-only {
  height: 100%;
}

.image-block .content .svg-arrow-right {
  fill: #211e3b;
  width: 2.5rem;
  height: 1.875rem;
}

.image-block p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}

@media (max-width: 29.9375rem) {
  .image-block.xs-inline {
    display: flex;
    flex-direction: row;
  }

  .image-block.xs-inline .image {
    width: 4.375rem;
    flex: 0 0 70px;
    height: 100%;
    min-height: 7.6875rem;
    background: #f2f2f2;
  }

  .image-block.xs-inline .text-only {
    min-height: 7.6875rem !important;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .image-block.xs-inline .text-only h3 {
    margin-bottom: 0;
  }
}

@media (min-width: 48rem) {
  .image-block p {
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .image-block .content {
    padding: 1.875rem;
  }
}

@media (min-width: 98.75rem) {
  .image-block p {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
  }

  .image-block .content {
    padding: 2rem 2.5rem 2.5rem;
  }
}

.image-block:hover .image span {
  transition: transform 0.25s ease-out;
  transform: scale(1.02);
}

.image-block:hover button {
  background: #086ad7;
}

.image-link-slider-block {
  background: #f2f2f2;
  padding-top: 4.125rem;
  padding-bottom: 3.375rem;
}

.image-link-slider-block .image-block {
  box-shadow: none;
}

.image-link-slider-block .image-block h3 {
  font-size: 1.4375rem;
  margin-bottom: 1.5625rem;
}

@media (min-width: 98.75rem) {
  .image-link-slider-block .image-block h3 {
    font-size: 1.75rem;
    margin-bottom: 2.1875rem;
  }
}

.content-container .image-link-slider-block {
  padding: 1.875rem;
}

.content-container .image-link-slider-block .image-block .content {
  padding: 1.625rem 1.875rem 1.875rem;
}

@media (min-width: 48rem) {
  .image-link-slider-block .glide__slides {
    transform: initial !important;
  }

  .image-link-slider-block .glide__slides {
    width: 100% !important;
  }

  .image-link-slider-block .glide__slide {
    width: 33.3% !important;
  }
}

@media (min-width: 48rem) {
  .bg-image-link-slider .glide__slides {
    transform: initial !important;
  }

  .bg-image-link-slider .glide__slides {
    width: 100% !important;
  }

  .bg-image-link-slider .glide__slide {
    width: 33.3% !important;
  }
}

.bg-image-block {
  position: relative;
  height: 16.0625rem;
  display: flex;
  color: #fff;
  padding: 1.25rem;
  align-items: flex-end;
  overflow: hidden;
  background: #666;
}

.bg-image-block h3 {
  font-size: 1.75rem;
  margin-bottom: 0.625rem;
}

.bg-image-block .content {
  z-index: 9;
}

.bg-image-block p {
  font-size: 0.875rem;
}

.bg-image-block .svg-arrow-right {
  fill: #211e3b;
  width: 2.5rem;
  height: 1.875rem;
  margin-top: 1.25rem;
}

.bg-image-block span {
  display: block;
  height: 0;
  opacity: 0;
  transition: height 0.1s ease-out, opacity 0.1s ease-out;
}

.bg-image-block .bg-cover {
  transition: transform 0.1s ease-out;
}

.bg-image-block:hover span {
  height: 3.125rem;
  opacity: 1;
  transition: height 0.2s ease-out, opacity 0.2s ease-out;
}

.bg-image-block:hover .bg-cover {
  transform: scale(1.05);
  transition: transform 0.2s ease-out;
}

@media (min-width: 48rem) {
  .bg-image-block {
    padding: 2rem;
    height: 25rem;
  }

  .bg-image-block h3 {
    font-size: 2.25rem;
    margin-bottom: 0.75rem;
  }

  .bg-image-block p {
    font-size: 1rem;
  }
}

@media (min-width: 98.75rem) {
  .bg-image-block {
    padding: 2.8125rem;
    height: 32.1875rem;
  }

  .bg-image-block h3 {
    font-size: 2.8125rem;
    margin-bottom: 0.9375rem;
  }

  .bg-image-block p {
    font-size: 1.125rem;
  }
}

.statistics-block {
  background: url(../../assets/images/homepage/numbers-bgcbfb.svg?29723c2c)
    no-repeat center;
  padding-top: 0.9375rem;
  padding-bottom: 1.875rem;
  background-size: cover;
}

@media (min-width: 62rem) {
  .statistics-block {
    padding-top: 2.5rem;
    padding-bottom: 2.8125rem;
  }

  .statistics-block .stat-block {
    height: 100%;
  }

  .statistics-block .col-50 {
    margin-bottom: 3.625rem;
  }
}

@media (min-width: 78.75rem) {
  .statistics-block {
    padding-top: 4.375rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 61.9375rem) {
  .statistics-block .stat-block {
    border-top: 0.0625rem #d5d5d5 solid;
    height: 100%;
  }

  .statistics-block .col-50 .stat-block {
    border-right: 0.0625rem #d5d5d5 solid;
  }

  .statistics-block .col-50:nth-last-child(2) .stat-block,
  .statistics-block .col-50:last-child .stat-block {
    border-bottom: 0.0625rem #d5d5d5 solid;
  }

  .statistics-block .row.nogutter {
    margin-bottom: 1.5625rem;
  }
}

@media (min-width: 62rem) {
  .statistics-block .col-50:last-of-type .stat-block {
    border-right: 0.0625rem #d5d5d5 solid;
  }
}

.stat-block {
  padding: 1.875rem 1.25rem;
  border-left: 0.0625rem #d5d5d5 solid;
}

.stat-block span {
  font-size: 2.25rem;
  display: block;
}

@media (max-width: 47.9375rem) {
  .stat-block {
    font-size: 1rem;
  }
}

@media (min-width: 62rem) {
  .stat-block {
    padding: 0 1.875rem;
  }

  .stat-block span {
    font-size: 3.4375rem;
  }
}

@media (min-width: 78.75rem) {
  .stat-block span {
    font-size: 4.0625rem;
  }
}

@media (min-width: 98.75rem) {
  .stat-block span {
    font-size: 4.5rem;
  }
}

.links-block article {
  margin-bottom: 0.625rem;
}

@media (min-width: 30rem) {
  .links-block article {
    margin-bottom: 1.25rem;
  }
}

.links-block .image-block h3 {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

@media (min-width: 30rem) {
  .links-block .image-block {
    text-align: center;
  }
}

@media (min-width: 48rem) {
  .links-block .image-block h3 {
    font-size: 1.375rem;
  }
}

@media (min-width: 98.75rem) {
  .links-block .image-block h3 {
    font-size: 1.625rem;
  }
}

.links-block-image {
  width: 7.75rem;
  height: 8.75rem;
}

@media (max-width: 47.9375rem) {
  .links-block-image {
    display: none;
  }
}

.call-to-action {
  text-align: center;
  padding: 1.875rem;
}

.call-to-action .title {
  font-size: 1.625rem;
  margin-bottom: 1.875rem;
  line-height: 1.2;
}

.call-to-action .pretitle {
  display: block;
  margin-bottom: 0.9375rem;
}

@media (min-width: 48rem) {
  .call-to-action {
    padding: 2.5rem;
  }

  .call-to-action .title {
    font-size: 2rem;
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 98.75rem) {
  .call-to-action {
    padding: 3.75rem;
  }

  .call-to-action .title {
    font-size: 2.8125rem;
    margin-bottom: 2.1875rem;
  }
}

.call-to-action + .links-block {
  padding-top: 0;
}

.image-banner {
  width: 100%;
  height: 170px;
  margin-bottom: 1.875rem;
}

@media (min-width: 48rem) {
  .image-banner {
    height: 185px;
  }
}

@media (min-width: 62rem) {
  .image-banner {
    height: 255px;
  }
}

@media (min-width: 78.75rem) {
  .image-banner {
    height: 377px;
  }
}

.image-banner-block.page-section {
  padding: 0;
}

.image-banner-block.page-section .image-banner {
  margin: 0;
}

.image-banner-block.block .image-banner {
  height: 150px;
}

@media (min-width: 48rem) {
  .image-banner-block.block .image-banner {
    height: 155px;
  }
}

@media (min-width: 62rem) {
  .image-banner-block.block .image-banner {
    height: 235px;
  }
}

@media (min-width: 78.75rem) {
  .image-banner-block.block .image-banner {
    height: 250px;
  }
}

.page-section.latest-posts-block {
  padding: 0 !important;
}

.latest-posts-header {
  padding-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 62rem) {
  .latest-posts-header {
    margin-bottom: 40px;
    padding-top: 2.6875rem;
  }
}

.latest-posts-header .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.75rem;
}

@media (min-width: 48rem) {
  .latest-posts-header .text {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 2.25rem;
  }
}

@media (max-width: 29.9375rem) {
  .post-links {
    padding-bottom: 15px;
  }
}

@media (min-width: 30rem) {
  .post-links {
    padding-bottom: 20px;
  }
}

@media (min-width: 62rem) {
  .post-links {
    padding-bottom: 2.6875rem;
  }
}

@media (min-width: 30rem) {
  .post-links.no-header {
    padding-top: 20px;
  }
}

@media (min-width: 62rem) {
  .post-links.no-header {
    padding-top: 6.25rem;
  }
}

.post-links > article {
  margin-bottom: 10px;
}

@media (max-width: 29.9375rem) {
  .post-links > article:last-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 30rem) {
  .post-links > article {
    margin-bottom: 20px;
  }
}

.img-leadin .bg {
  position: relative;
}

.img-leadin .bg:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(
    34deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.4) 35%,
    rgba(0, 0, 0, 0) 70%
  );
}

.img-leadin .bg > * {
  position: relative;
  z-index: 2;
}

.img-leadin .inner {
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
}

@media (min-width: 48rem) {
  .img-leadin .inner {
    padding-top: 3.75rem;
    padding-bottom: 6.875rem;
  }
}

@media (min-width: 62rem) {
  .img-leadin .inner {
    padding-top: 5rem;
    padding-bottom: 8.125rem;
  }
}

@media (min-width: 98.75rem) {
  .img-leadin .inner {
    padding-top: 6.875rem;
    padding-bottom: 10rem;
  }
}

.img-leadin .leadin {
  color: #f0c655;
  font-size: 0.875rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.img-leadin .title {
  color: #fff;
  font-size: 2.25rem;
}

@media (min-width: 30rem) {
  .img-leadin .title {
    font-size: 2.875rem;
  }
}

@media (min-width: 62rem) {
  .img-leadin .title {
    font-size: 3.5rem;
  }
}

@media (min-width: 78.75rem) {
  .img-leadin .title {
    font-size: 4.125rem;
  }
}

.article-container .article {
  padding: 0 0 1rem 0;
}

.article-container .pretitle {
  margin-bottom: 1.25rem;
}

@media (min-width: 62rem) {
  .article-container .pretitle {
    margin-bottom: 2.375rem;
  }
}

.article-container .heading {
  margin-bottom: 0.5rem;
  font-size: 2.25rem;
}

@media (min-width: 62rem) {
  .article-container .heading {
    font-size: 2.8125rem;
    margin-bottom: 1.5625rem;
  }
}

.article-container .text {
  font-size: 1.25rem;
  line-height: 38px;
}

@media (min-width: 62rem) {
  .article-container .row.articles {
    margin: 0-1.5625rem;
  }

  .article-container .row.articles > * {
    padding: 0 1.5625rem;
  }
}

.page-section + .page-section.text-columns-block {
  padding-top: 0;
  padding-bottom: 0.5rem;
}

@media (max-width: 98.6875rem) {
  .page-section + .page-section.text-columns-block {
    padding-bottom: 0.5rem;
  }
}

.intro {
  position: relative;
}

.intro .title {
  font-size: 2.25rem;
  margin-bottom: 22px;
  font-weight: 400;
}

@media (min-width: 30rem) {
  .intro .title {
    font-size: 2.5rem;
    margin-bottom: 26px;
    font-weight: 100;
  }
}

@media (min-width: 48rem) {
  .intro .title {
    font-size: 2.875rem;
    margin-bottom: 30px;
  }
}

@media (min-width: 62rem) {
  .intro .title {
    font-size: 2.875rem;
    margin-bottom: 30px;
  }
}

@media (min-width: 78.75rem) {
  .intro .title {
    font-size: 3.5rem;
    margin-bottom: 30px;
  }
}

@media (min-width: 98.75rem) {
  .intro .title {
    font-size: 4.125rem;
    margin-bottom: 40px;
  }
}

@media (min-width: 62rem) {
  .intro {
    padding-left: 4.375rem;
  }

  .intro:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: #211e3b;
    width: 10px;
    height: 100%;
  }
}

@media (min-width: 30rem) {
  .generic-content-container .intro {
    margin-left: -1.25rem;
    padding-left: 1.25rem;
  }
}

@media (min-width: 62rem) {
  .generic-content-container .intro {
    margin-left: -4.375rem;
    padding-left: 4.375rem;
  }
}

@media (min-width: 78.75rem) {
  .generic-content-container .intro {
    margin-left: -6.875rem;
    padding-left: 6.875rem;
  }
}

.leadin-text {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  font-weight: 400;
  line-height: 38px;
}

@media (min-width: 30rem) {
  .leadin-text {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 300;
  }
}

@media (min-width: 48rem) {
  .leadin-text {
    font-size: 1.75rem;
    margin-bottom: 2.25rem;
    line-height: 40px;
  }
}

@media (min-width: 62rem) {
  .leadin-text {
    font-size: 1.875rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 78.75rem) {
  .leadin-text {
    font-size: 2rem;
    margin-bottom: 2.875rem;
  }
}

@media (min-width: 98.75rem) {
  .leadin-text {
    font-size: 2.4375rem;
    margin-bottom: 3.125rem;
    line-height: 50px;
  }
}

.generic-content {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: justify;
  /**
	 * Custom style classes
	 */
}

.generic-content p {
  font-weight: 300;
  margin-bottom: 1.875rem;
  line-height: 1.4;
}

.generic-content a {
  color: #211e3b;
}

.generic-content a:hover {
  text-decoration: underline;
}

.generic-content h2,
.generic-content h3,
.generic-content h4,
.generic-content h5,
.generic-content h6 {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  text-align: left;
}

.generic-content h2,
.generic-content h3,
.generic-content h4 {
  font-weight: 300;
}

.generic-content h5,
.generic-content h6 {
  font-weight: 400;
}

.generic-content h2 {
  font-size: 2rem;
  margin-bottom: 1.75rem;
}

@media (min-width: 30rem) {
  .generic-content h2 {
    font-size: 2.375rem;
  }
}

.generic-content h3 {
  font-size: 1.75rem;
  margin-bottom: 1.375rem;
}

@media (min-width: 30rem) {
  .generic-content h3 {
    font-size: 2rem;
  }
}

.generic-content h4 {
  font-size: 1.625rem;
  margin-bottom: 1.125rem;
}

@media (min-width: 30rem) {
  .generic-content h4 {
    font-size: 1.75rem;
  }
}

.generic-content h5 {
  font-size: 1.375rem;
  margin-bottom: 1.125rem;
}

@media (min-width: 30rem) {
  .generic-content h5 {
    font-size: 1.5rem;
  }
}

.generic-content h6 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.generic-content img {
  display: block;
  margin: 0 auto 2.6875rem auto;
  max-width: 100%;
  height: auto;
}

.generic-content ul,
.generic-content ol {
  position: relative;
  margin-bottom: 1.875rem;
  line-height: 36px;
  padding-left: 40px;
}

.generic-content li {
  position: relative;
  list-style-type: none;
  margin-bottom: 0.625rem;
}

.generic-content ol {
  counter-reset: item;
}

.generic-content ol > li {
  counter-increment: item;
  padding-left: 1.25rem;
}

@media (min-width: 30rem) {
  .generic-content ol > li {
    padding-left: 1.625rem;
  }
}

.generic-content ol > li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  color: #211e3b;
  font-weight: 700;
}

.generic-content ul {
  list-style-type: none;
}

.generic-content ul > li {
  padding-left: 1rem;
}

@media (min-width: 30rem) {
  .generic-content ul > li {
    padding-left: 1.625rem;
  }
}

.generic-content ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  background: #211e3b;
  border-radius: 2px;
}

@media (min-width: 30rem) {
  .generic-content ul > li::before {
    top: 13px;
    width: 8px;
    height: 8px;
  }
}

.generic-content blockquote,
.generic-content .quote {
  position: relative;
  margin: 0;
  padding: 1.25rem 1rem 1rem 1.25rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 1.875rem;
  line-height: 36px;
  border-left-width: 3px;
  border-left: solid #211e3b;
  background: rgba(242, 242, 242, 0.2);
  border-bottom: 1px solid rgba(242, 242, 242, 0.9);
  border-right: 1px solid rgba(242, 242, 242, 0.9);
}

@media (min-width: 30rem) {
  .generic-content blockquote,
  .generic-content .quote {
    padding: 1.625rem 1.25rem 1rem 1.625rem;
    border-left-width: 5px;
  }
}

.page-section.landing-page-links-block {
  padding: 0 !important;
}

.page-section.landing-page-links-block + .image-banner-block {
  margin-top: 1.25rem;
}

@media (min-width: 62rem) {
  .page-section.landing-page-links-block + .image-banner-block {
    margin-top: 1.875rem;
  }
}

@media (min-width: 78.75rem) {
  .page-section.landing-page-links-block + .image-banner-block {
    margin-top: 2.5rem;
  }
}

@media (min-width: 98.75rem) {
  .page-section.landing-page-links-block + .image-banner-block {
    margin-top: 3.125rem;
  }
}

.landing-links-section .pagination {
  margin-top: -1.25rem;
}

@media (min-width: 30rem) {
  .landing-links-section .section-title {
    padding-top: 20px;
  }
}

@media (min-width: 62rem) {
  .landing-links-section .section-title {
    padding-top: 3.75rem;
  }
}

@media (min-width: 62rem) {
  .landing-links-section .pagination {
    margin-top: -5.625rem;
    padding-bottom: 3.125rem;
  }
}

@media (max-width: 29.9375rem) {
  .landing-links-section .narrow {
    padding: 0;
  }

  .landing-links-section .narrow.bg-grey {
    background: #fff;
  }
}

@media (min-width: 62rem) {
  .landing-links {
    padding-bottom: 5rem;
  }
}

@media (min-width: 30rem) {
  .landing-links.no-header {
    padding-top: 20px;
  }
}

@media (min-width: 62rem) {
  .landing-links.no-header {
    padding-top: 6.25rem;
  }
}

.landing-links > article {
  margin-bottom: 10px;
}

@media (max-width: 29.9375rem) {
  .landing-links > article:last-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 30rem) {
  .landing-links > article {
    margin-bottom: 20px;
  }
}

.slider-block {
  padding-bottom: 0;
  padding-top: 0;
}

.slider-block .image-slider .glide__track {
  pointer-events: none;
}

.slider-block .image-slider .glide__slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
}

@media (min-width: 48rem) {
  .slider-block .image-slider {
    min-height: 300px;
  }
}

@media (min-width: 62rem) {
  .slider-block .image-slider {
    min-height: 400px;
  }
}

@media (min-width: 78.75rem) {
  .slider-block .image-slider .glide__slide {
    min-height: 500px;
  }
}

.slider-block .content-slider {
  position: relative;
}

.slider-block .content-slider .glide__slide {
  display: flex;
  align-items: center;
  padding-right: 35px;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.slider-block .content-slider h2 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 30px;
}

.slider-block .content-slider .content {
  padding: 0;
}

.slider-block .content-slider .icon-arrow-right {
  fill: #211e3b;
}

.slider-block .content-slider .slider-nav {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}

.slider-block .content-slider .slider-nav button {
  margin-top: 15px;
  font-size: 16px;
  padding-right: 20px;
  opacity: 0.26;
}

.slider-block .content-slider .slider-nav button:focus {
  outline: none;
}

.slider-block .content-slider .slider-nav button.glide__bullet--active {
  border: none;
  opacity: 1;
}

@media (min-width: 48rem) {
  .slider-block .content-slider .glide__slide {
    padding-top: 20px;
  }

  .slider-block .content-slider .slider-nav {
    right: 0;
    bottom: 0;
    top: unset;
    flex-direction: column;
    border-top: 1px #cbcbcb solid;
  }

  .slider-block .content-slider .slider-nav button {
    margin-top: 15px;
    font-size: 16px;
    padding-right: 20px;
    opacity: 0.26;
  }

  .slider-block .content-slider .slider-nav button:focus {
    outline: none;
  }

  .slider-block .content-slider .slider-nav button.glide__bullet--active {
    border: none;
    opacity: 1;
  }

  .slider-block .content-slider h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 62rem) {
  .slider-block .content-slider h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (min-width: 78.75rem) {
  .slider-block .content-slider .glide__slide {
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .slider-block .content-slider h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

.bg-coral {
  background-color: #f04e44;
}

.bg-blue {
  background-color: #2c3789;
}

.bg-purple {
  background-color: #8f278d;
}

.bg-yellow {
  background-color: #f0c655;
}

.bg-teal {
  background-color: #2096a3;
}

.bg-grey-alt {
  background-color: #585d67;
}

.bg-grey {
  background-color: #f2f2f2;
}

.bg-dark-grey {
  background-color: #4d4b4b;
}

.bg-purple-light {
  background-color: #9e5f80;
}

.bg-green-dark {
  background-color: #2c8966;
}

.container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.container .container {
  padding-left: 0;
  padding-right: 0;
  width: auto;
  max-width: none !important;
}

@media (min-width: 62rem) {
  .container {
    max-width: 76.25rem;
  }
}

@media (min-width: 98.75rem) {
  .container {
    max-width: 96rem;
  }
}

@media (min-width: 30rem) {
  .container .narrow {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 48rem) {
  .container .narrow {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 62rem) {
  .container .narrow {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}

@media (min-width: 78.75rem) {
  .container .narrow {
    padding-left: 6.875rem;
    padding-right: 6.875rem;
  }
}

@media (min-width: 98.75rem) {
  .container .narrow {
    padding-left: 6.875rem;
    padding-right: 6.875rem;
  }
}

.container.vertical-center {
  height: 100%;
}

.container.vertical-center > div {
  width: 100%;
}

@media (max-width: 29.9375rem) {
  .container > .full-width-xs {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.vertical-center {
  display: flex;
  align-items: center;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.625rem;
}

.row.row-center {
  justify-content: center;
}

.row.row-end {
  justify-content: flex-end;
}

.row.row-even {
  justify-content: space-evenly;
}

.row.row-between {
  justify-content: space-between;
}

.row.vertical-align-start {
  align-items: flex-start;
}

.row.vertical-align-middle {
  align-items: center;
}

.row.vertical-align-end {
  align-items: flex-end;
}

.row.flex-nowrap {
  flex-wrap: nowrap;
}

.row.fill-height {
  height: 100%;
}

.row.column {
  flex-direction: column;
  margin: 0;
}

.row > .col,
.row > [class*="col-"] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.row > .col {
  flex: 1 0 0%;
}

.row.nogutter {
  margin: 0;
}

.row.nogutter > .col,
.row.nogutter > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.row.narrow {
  margin: 0 -0.625rem;
}

.row.narrow > .col,
.row.narrow > [class*="col-"] {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

@media (min-width: 30rem) {
  .row > .col-sm {
    flex: 1 0 0%;
  }
}

@media (min-width: 48rem) {
  .row > .col-md {
    flex: 1 0 0%;
  }
}

@media (min-width: 62rem) {
  .row > .col-lg {
    flex: 1 0 0%;
  }
}

@media (min-width: 78.75rem) {
  .row > .col-xl {
    flex: 1 0 0%;
  }
}

@media (min-width: 98.75rem) {
  .row > .col-xxl {
    flex: 1 0 0%;
  }
}

.row .col-100 {
  width: 100%;
}

@media (min-width: 30rem) {
  .row .col-sm-50 {
    width: 50%;
  }
}

@media (min-width: 48rem) {
  .row .col-md-25 {
    width: 25%;
  }

  .row .col-md-30 {
    width: 30%;
  }

  .row .col-md-70 {
    width: 70%;
  }

  .row .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .row .col-md-fill {
    flex: 1 0 0%;
    width: auto;
  }

  .row .col-md-50 {
    width: 50%;
  }

  .row .col-md-third {
    width: 33.3333333333%;
  }
}

@media (min-width: 62rem) {
  .row .col-lg-25 {
    width: 25%;
  }

  .row .col-lg-75 {
    width: 75%;
  }

  .row .col-lg-third {
    width: 33.3333333333%;
  }

  .row .col-lg-50 {
    width: 50%;
  }

  .row .col-lg-twothird {
    width: 66.6666666667%;
  }

  .row .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .row .col-lg-fill {
    flex: 1 0 0%;
    width: auto;
  }

  .row .col-lg-35 {
    width: 35%;
  }

  .row .col-lg-65 {
    width: 65%;
  }

  .row .col-lg-100 {
    width: 100%;
  }

  .row .col-lg-70 {
    width: 70%;
  }

  .row .col-lg-30 {
    width: 30%;
  }
}

@media (min-width: 78.75rem) and (max-width: 98.6875rem) {
  .row .col-xl-25 {
    width: 25%;
  }
}

@media (min-width: 98.75rem) {
  .row .col-xxl-25 {
    width: 25%;
  }
}

@media (max-width: 29.9375rem) {
  .hidden-xs {
    display: none !important;
  }
}

@media (max-width: 47.9375rem) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 30rem) and (max-width: 47.9375rem) {
  .hidden-sm {
    display: none !important;
  }
}

@media (max-width: 61.9375rem) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 78.6875rem) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 30rem) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (min-width: 48rem) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (min-width: 62rem) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (min-width: 78.75rem) and (max-width: 98.6875rem) {
  .hidden-xl {
    display: none !important;
  }
}

.flex-inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex {
  display: flex;
  flex-wrap: nowrap;
}

.flex.justify-content-end {
  justify-content: flex-end;
}

.flex.justify-content-between {
  justify-content: space-between;
}

.flex.justify-content-center {
  justify-content: center;
}

.flex.align-items-center {
  align-items: center;
}

.flex.align-items-end {
  align-items: flex-end;
}

.flex.align-items-start {
  align-items: flex-start;
}

.image-block h2,
.image-block h3 {
  font-size: 1.1875rem;
  margin-bottom: 0.6875rem;
  line-height: 1.2;
}

.image-block .image {
  height: 130px;
}

@media (min-width: 48rem) {
  .image-block h2,
  .image-block h3 {
    font-size: 1.4375rem;
  }

  .image-block .image {
    height: 160px;
  }
}

@media (min-width: 98.75rem) {
  .image-block .image {
    height: 188px;
  }

  .image-block h2,
  .image-block h3 {
    font-size: 1.75rem;
  }
}

.sidebar-content-link {
  box-shadow: 0 0.1875rem 1rem #00000029;
}

.sidebar-content-link .title {
  font-size: 1.625rem;
}

.sidebar-content-link .text {
  font-size: 1rem;
}

.sidebar-content-link a {
  margin-top: 1.25rem;
}

.sidebar-content-link-bg {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 48rem) {
  .sidebar-content-link-bg {
    padding-top: 5.125rem;
    padding-bottom: 5.125rem;
  }
}

@media (min-width: 62rem) {
  .sidebar-content-link-bg {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

@media (min-width: 78.75rem) {
  .sidebar-content-link-bg {
    padding-top: 5.125rem;
    padding-bottom: 5.125rem;
  }
}

.sidebar-content-link-bg:hover .bg-gradient {
  opacity: 1;
}

.sidebar-content-link-bg .bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease;
  background: black;
  background: linear-gradient(21deg, black 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.9;
  z-index: 0;
}

.sidebar-content-link-bg > * {
  position: relative;
  z-index: 1;
}

.sidebar-content-link-bg .title {
  font-size: 1.625rem;
}

.sidebar-content-link-bg .text {
  font-size: 1rem;
}

.sidebar-content-link-bg a {
  margin-top: 1.25rem;
}

.sidebar-item {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 2.5rem 1.25rem 2.5rem 1.25rem;
}

@media (min-width: 62rem) {
  .sidebar-item {
    padding: 2.375rem 2.125rem 2.625rem 2.125rem;
  }
}

@media (min-width: 78.75rem) {
  .sidebar-item {
    padding: 2.375rem 2.75rem 2.625rem 2.75rem;
  }
}

@media (min-width: 98.75rem) {
  .sidebar-item {
    padding: 2.375rem 3.375rem 2.625rem 3.375rem;
  }
}

.sidebar-item .item-title {
  font-size: 0.875rem;
}

@media (min-width: 78.75rem) {
  .sidebar-item .item-title {
    font-size: 0.875rem;
  }
}

.sidebar-nav a {
  position: relative;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  transition: 0.25s ease ease-in;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sidebar-nav a::after {
  content: "";
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: 0.25s ease;
}

.sidebar-nav a.active {
  cursor: default;
}

.sidebar-nav a:not(.active):hover {
  color: #211e3b;
}

.sidebar-nav a:not(.active):hover::after {
  background-color: #211e3b;
}

.sidebar-nav a:first-of-type {
  margin-top: 1.875rem;
}

.sidebar-nav a:last-of-type {
  margin-bottom: 0;
}

.content-container-inner {
  padding: 0.625rem 0.625rem;
}

.content-container-inner.has-header-above {
  padding-top: 0;
}

.content-container-inner .block {
  margin-bottom: 1.875rem;
}

.content-container-inner .block:last-of-type {
  margin-bottom: 0;
}

.content-container-inner .container {
  margin: 0;
  padding: 0;
}

@media (min-width: 30rem) {
  .content-container-inner {
    padding: 2.5rem 1.25rem 1.25rem 1.25rem;
  }
}

@media (min-width: 62rem) {
  .content-container-inner {
    padding: 2.5rem 0rem 0 4.375rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 78.75rem) {
  .content-container-inner {
    padding: 4.375rem 3.75rem 0 6.875rem;
  }
}

.recruitment-process-block {
  margin-bottom: 20px;
  padding: 45px 0 45px 0;
  background-color: #f2f2f2;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 62rem) {
  .recruitment-process-block {
    padding: 66px 0 54px 0;
  }
}

@media (min-width: 78.75rem) {
  .recruitment-process-block {
    padding: 60px 20px 80px 20px;
    background-image: url(../../assets/images/careers/background-desktop9476.png?e94e0584);
  }
}

.recruitment-process-block .title {
  font-size: 2.25rem;
  margin-bottom: 35px;
}

@media (min-width: 78.75rem) {
  .recruitment-process-block .title {
    font-size: 3.5rem;
    margin-bottom: 40px;
  }
}

.recruitment-process-block .stages {
  display: flex;
  flex-direction: column;
}

@media (min-width: 78.75rem) {
  .recruitment-process-block .stages {
    flex-direction: row;
  }
}

.recruitment-process-block .stage {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 10px;
}

@media (min-width: 78.75rem) {
  .recruitment-process-block .stage::after,
  .recruitment-process-block .stage::before {
    content: "";
    position: absolute;
    bottom: 28px;
    width: 50%;
    height: 4px;
    border-top: 4px dashed #fff;
  }

  .recruitment-process-block .stage::after {
    right: 5px;
  }

  .recruitment-process-block .stage::before {
    left: 0px;
  }

  .recruitment-process-block .stage.first::before {
    display: none;
  }

  .recruitment-process-block .stage.last::after {
    display: none;
  }
}

.recruitment-process-block .stage.first .stage-index::before {
  display: none;
}

.recruitment-process-block .stage.last .stage-text {
  margin-bottom: 0;
}

.recruitment-process-block .stage-graphic-wrap {
  height: 150px;
  margin-bottom: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 78.75rem) {
  .recruitment-process-block .stage-graphic-wrap {
    margin-bottom: 34px;
    height: 200px;
  }
}

@media (min-width: 98.75rem) {
  .recruitment-process-block .stage-graphic-wrap {
    height: 300px;
  }
}

.recruitment-process-block .stage-graphic {
  max-height: 100%;
}

.recruitment-process-block .stage-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

.recruitment-process-block .graphic {
  width: auto;
  max-height: 200px;
}

@media (min-width: 78.75rem) {
  .recruitment-process-block .graphic {
    max-height: 200px;
  }
}

@media (min-width: 98.75rem) {
  .recruitment-process-block .graphic {
    max-height: 200px;
  }
}

.recruitment-process-block .stage-title {
  font-size: 2rem;
  margin-bottom: 20px;
}

@media (min-width: 78.75rem) {
  .recruitment-process-block .stage-title {
    margin-bottom: 16px;
    font-size: 2.5rem;
  }
}

@media (min-width: 98.75rem) {
  .recruitment-process-block .stage-title {
    margin-bottom: 20px;
    font-size: 2.6875rem;
  }
}

.recruitment-process-block .stage-text {
  font-size: 1.0625rem;
  margin-bottom: 70px;
}

@media (min-width: 78.75rem) {
  .recruitment-process-block .stage-text {
    font-size: 1.125rem;
  }
}

@media (min-width: 98.75rem) {
  .recruitment-process-block .stage-text {
    font-size: 1.25rem;
  }
}

.recruitment-process-block .stage-index {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  font-size: 2rem;
  width: 60px;
  height: 60px;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.recruitment-process-block .stage-index.mobile {
  margin-bottom: 20px;
}

.recruitment-process-block .stage-index.mobile::before {
  content: "";
  position: absolute;
  top: -55px;
  width: 5px;
  border-left: 3px dashed #fff;
  height: 65px;
}

@media (min-width: 78.75rem) {
  .recruitment-process-block .stage-index.mobile {
    display: none;
  }
}

.recruitment-process-block .stage-index.desktop {
  display: none;
}

@media (min-width: 78.75rem) {
  .recruitment-process-block .stage-index.desktop {
    display: flex;
  }
}

.interactive-map {
  display: flex;
  position: relative;
  width: 100%;
  height: 370px;
  overflow: hidden;
}

@media (min-width: 30rem) {
  .interactive-map {
    height: 550px;
  }
}

@media (min-width: 48rem) {
  .interactive-map {
    height: 600px;
    align-items: center;
  }
}

.interactive-map .mapSVG {
  fill: #b1b1b1 !important;
  stroke: #fff !important;
  width: 440px;
  height: auto;
}

@media (min-width: 30rem) {
  .interactive-map .mapSVG {
    width: 680px;
  }
}

@media (min-width: 48rem) {
  .interactive-map .mapSVG {
    width: 860px;
  }
}

@media (min-width: 62rem) {
  .interactive-map .mapSVG {
    width: 1000px;
  }
}

@media (min-width: 78.75rem) and (max-width: 98.6875rem) {
  .interactive-map .mapSVG {
    width: 1025px;
  }
}

@media (min-width: 98.75rem) {
  .interactive-map .mapSVG {
    width: 1250px;
  }
}

.interactive-map image {
  pointer-events: none;
}

.interactive-map .country__initialised {
  transition: all 0.2s ease;
  cursor: pointer;
}

.map-wrap {
  position: absolute;
  top: -60px;
  right: 44px;
  width: 100%;
  height: 100%;
}

@media (min-width: 30rem) {
  .map-wrap {
    top: -75px;
    right: 60px;
  }
}

@media (min-width: 48rem) {
  .map-wrap {
    top: -100px;
    right: -100px;
  }
}

@media (min-width: 62rem) {
  .map-wrap {
    top: -120px;
    right: -210px;
    z-index: 3;
  }
}

@media (min-width: 78.75rem) and (max-width: 98.6875rem) {
  .map-wrap {
    top: -100px;
    right: -425px;
  }
}

@media (min-width: 98.75rem) {
  .map-wrap {
    top: -120px;
    right: -485px;
  }
}

#map-tooltip-wrap {
  padding: 4px;
  pointer-events: none;
  transition: opacity 1s ease-in-out;
  position: relative;
}

#map-tooltip {
  position: relative;
  border-radius: 16px;
  width: 155px;
  border: 3px solid #fff;
  color: #fff;
  padding: 3px 10px;
  box-shadow: 0 0 4px #000;
  z-index: 2;
}

@media (min-width: 48rem) {
  #map-tooltip {
    padding: 5px 10px;
  }
}

#map-tooltip > div {
  height: 100%;
}

#map-tooltip .title {
  text-transform: uppercase;
  padding: 0;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
}

@media (min-width: 48rem) {
  #map-tooltip .title {
    font-size: 14px;
  }
}

.map-nav {
  display: inline-flex;
  flex-direction: column;
  max-height: 210px;
  overflow-y: auto;
  z-index: 2;
}

.map-nav.desktop {
  display: none;
}

@media (min-width: 48rem) {
  .map-nav.desktop {
    display: block;
  }
}

@media (min-width: 48rem) {
  .map-nav.mobile {
    display: none;
  }
}

.map-nav-btn {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  cursor: pointer;
}

@media (min-width: 48rem) {
  .map-nav-btn {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.map-nav-btn .key {
  display: inline-block;
  border-radius: 8px;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

@media (min-width: 48rem) {
  .map-nav-btn .key {
    width: 30px;
    height: 30px;
  }
}

.map-nav-btn .text {
  position: relative;
  padding-bottom: 2px;
}

.map-nav-btn:hover,
.map-nav-btn:active,
.map-nav-btn:focus {
  outline: none;
  border: none;
}

.map-nav-btn:hover .text::before,
.map-nav-btn:active .text::before,
.map-nav-btn:focus .text::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(134, 134, 134, 0.6);
}

.map-nav-btn.active .text::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000 !important;
}

.map-nav-btn > * {
  pointer-events: none;
}

.map-legend {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  flex-wrap: wrap;
  z-index: 2;
  background-color: rgba(242, 242, 242, 0.8);
  padding: 5px 0;
}

@media (min-width: 62rem) {
  .map-legend {
    width: 660px;
    background-color: transparent;
    justify-content: space-between;
    bottom: 20px;
    left: 0;
  }
}

@media (min-width: 78.75rem) and (max-width: 98.6875rem) {
  .map-legend {
    width: 800px;
  }
}

@media (min-width: 98.75rem) {
  .map-legend {
    width: 800px;
  }
}

.map-legend .item {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #5f616b;
  width: 33%;
}

@media (min-width: 62rem) {
  .map-legend .item {
    font-size: 16px;
    width: auto;
    color: #868686;
  }
}

@media (min-width: 62rem) {
  .map-legend .item {
    font-size: 18px;
  }
}

.map-legend svg {
  width: 30px;
  height: 30px;
  margin-bottom: 6px;
}

@media (min-width: 62rem) {
  .map-legend svg {
    width: 50px;
    height: 50px;
  }
}

.map-legend path {
  fill: #5f616b !important;
  stroke: #5f616b !important;
}

@media (min-width: 62rem) {
  .map-legend path {
    fill: #868686 !important;
    stroke: #868686 !important;
  }
}

.icon-el65 .cls-1 {
  fill: #ffec00;
  stroke: #1d1d1b;
  stroke-miterlimit: 10;
  stroke-width: 28.64px;
}

.our-business-conduct-block {
  position: relative;
  margin-bottom: 20px;
  padding: 45px 20px 45px 20px;
  background-color: #f2f2f2;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 62rem) {
  .our-business-conduct-block {
    padding: 66px 0 54px 0;
    background-image: url(../../assets/images/careers/background-desktop9476.png?e94e0584);
  }
}

@media (min-width: 78.75rem) {
  .our-business-conduct-block {
    padding: 60px 20px 120px 20px;
  }
}

.our-business-conduct-block .title {
  font-size: 2.25rem;
  margin-bottom: 35px;
}

@media (min-width: 30rem) {
  .our-business-conduct-block .title {
    font-size: 2.625rem;
  }
}

@media (min-width: 48rem) {
  .our-business-conduct-block .title {
    font-size: 2.875rem;
  }
}

@media (min-width: 78.75rem) {
  .our-business-conduct-block .title {
    font-size: 3.5rem;
    margin-bottom: 40px;
  }
}

@media (min-width: 98.75rem) {
  .our-business-conduct-block .title {
    margin-bottom: 80px;
  }
}

@media (min-width: 78.75rem) {
  .our-business-conduct-block .center-wrap {
    max-width: 1220px;
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 200px 0;
  }
}

@media (min-width: 98.75rem) {
  .our-business-conduct-block .center-wrap {
    max-width: 1540px;
  }
}

.our-business-conduct-block .center {
  display: none;
}

@media (min-width: 78.75rem) {
  .our-business-conduct-block .center {
    display: flex;
    background-color: #fff;
    width: 450px;
    height: 450px;
    border-radius: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    position: relative;
  }
}

@media (min-width: 98.75rem) {
  .our-business-conduct-block .center {
    width: 650px;
    height: 650px;
  }
}

.our-business-conduct-block .graphic {
  width: 125px;
  height: 125px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-business-conduct-block .graphic svg {
  width: 75px;
}

@media (min-width: 98.75rem) {
  .our-business-conduct-block .graphic svg {
    width: auto;
  }
}

@media (min-width: 98.75rem) {
  .our-business-conduct-block .graphic {
    width: 154px;
    height: 154px;
  }
}

@media (min-width: 78.75rem) {
  .our-business-conduct-block img {
    width: 350px;
  }
}

@media (min-width: 98.75rem) {
  .our-business-conduct-block img {
    width: 500px;
  }
}

.our-business-conduct-block .slogan {
  position: absolute;
  top: 280px;
  left: 48px;
  letter-spacing: 2px;
  font-size: 0.8125rem;
  margin: 0;
  font-weight: 400;
}

@media (min-width: 98.75rem) {
  .our-business-conduct-block .slogan {
    font-weight: 300;
    font-size: 1.1875rem;
    top: 400px;
    left: 72px;
    letter-spacing: 3px;
  }
}

.our-business-conduct-block .text {
  text-align: center;
  font-size: 1.125rem;
  margin: 16px 0 0 0;
}

@media (min-width: 78.75rem) {
  .our-business-conduct-block .text {
    position: absolute;
    margin: 10px 0 0 50%;
    transform: translateX(-50%);
    width: 350px;
  }
}

@media (max-width: 78.6875rem) {
  .our-business-conduct-block .block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 60px;
  }
}

@media (min-width: 78.75rem) {
  .our-business-conduct-block .block {
    position: absolute;
  }
}

@media (min-width: 78.75rem) {
  .our-business-conduct-block .block-one {
    margin: -55% calc(50% - 62.5px);
  }
}

@media (min-width: 98.75rem) {
  .our-business-conduct-block .block-one {
    margin: -59% calc(50% - 77px);
  }
}

@media (min-width: 78.75rem) {
  .our-business-conduct-block .block-two {
    margin: -48% calc(81% - 62.5px);
  }

  .our-business-conduct-block .block-two .text {
    width: 400px;
  }
}

@media (min-width: 98.75rem) {
  .our-business-conduct-block .block-two {
    margin: -47% calc(82% - 77px);
  }
}

@media (min-width: 78.75rem) {
  .our-business-conduct-block .block-three {
    margin: -20% calc(85% - 62.5px);
  }

  .our-business-conduct-block .block-three .text {
    width: 400px;
  }
}

@media (min-width: 98.75rem) {
  .our-business-conduct-block .block-three {
    margin: -20% calc(85% - 77px);
  }
}

@media (min-width: 78.75rem) {
  .our-business-conduct-block .block-four {
    margin: 2% calc(70% - 62.5px);
  }

  .our-business-conduct-block .block-four .text {
    width: 400px;
  }
}

@media (min-width: 98.75rem) {
  .our-business-conduct-block .block-four {
    margin: 0% calc(70% - 77px);
  }
}

@media (min-width: 78.75rem) {
  .our-business-conduct-block .block-five {
    margin: 2% calc(30% - 62.5px);
  }

  .our-business-conduct-block .block-five .text {
    width: 430px;
  }
}

@media (min-width: 98.75rem) {
  .our-business-conduct-block .block-five {
    margin: 0% calc(30% - 77px);
  }
}

@media (min-width: 78.75rem) {
  .our-business-conduct-block .block-six {
    margin: -20% calc(15% - 62.5px);
  }
}

@media (min-width: 98.75rem) {
  .our-business-conduct-block .block-six {
    margin: -20% calc(15% - 77px);
  }
}

@media (min-width: 78.75rem) {
  .our-business-conduct-block .block-seven {
    margin: -48% calc(19% - 62.5px);
  }
}

@media (min-width: 98.75rem) {
  .our-business-conduct-block .block-seven {
    margin: -47% calc(18% - 77px);
  }
}

.our-strategic-priorities-block {
  margin-bottom: 20px;
  padding: 45px 0 45px 0;
  background-color: #f2f2f2;
}

@media (min-width: 48rem) {
  .our-strategic-priorities-block {
    padding: 66px 0 54px 0;
    background-image: url(../../assets/images/careers/background-desktop9476.png?e94e0584);
    background-size: cover;
  }
}

@media (min-width: 78.75rem) {
  .our-strategic-priorities-block {
    padding: 60px 20px 80px 20px;
  }
}

.our-strategic-priorities-block .priority {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 400px;
}

@media (min-width: 48rem) {
  .our-strategic-priorities-block .priority {
    max-width: 100%;
  }
}

.our-strategic-priorities-block .title {
  font-size: 2.25rem;
  margin-bottom: 35px;
}

@media (min-width: 78.75rem) {
  .our-strategic-priorities-block .title {
    font-size: 3.5rem;
    margin-bottom: 40px;
  }
}

.our-strategic-priorities-block .priority {
  padding: 0 10px;
}

.our-strategic-priorities-block .graphic {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  position: relative;
  margin: 0 auto 45px auto;
}

@media (min-width: 30rem) {
  .our-strategic-priorities-block .graphic {
    width: 200px;
    height: 200px;
    margin: 0 auto 60px auto;
  }
}

.our-strategic-priorities-block svg {
  width: 90px;
}

@media (min-width: 30rem) {
  .our-strategic-priorities-block svg {
    width: 140px;
  }
}

.our-strategic-priorities-block .index {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  font-size: 1.625rem;
  width: 40px;
  height: 40px;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5);
  z-index: 1;
  position: absolute;
  bottom: -20px;
}

.our-strategic-priorities-block p {
  font-size: 1rem;
  margin-bottom: 1.5625rem;
}

@media (min-width: 30rem) {
  .our-strategic-priorities-block p {
    font-size: 1.125rem;
  }
}

.explore-opportunities-block .inner,
.company-culture-block .inner {
  background-color: #f2f2f2;
  padding-top: 1.25rem;
  margin-bottom: 1.875rem;
}

@media (min-width: 62rem) {
  .explore-opportunities-block .inner,
  .company-culture-block .inner {
    padding-top: 2.5rem;
    margin-bottom: 3.125rem;
  }
}

.animatedsvgblock {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
}

@media (min-width: 48rem) {
  .animatedsvgblock {
    width: auto;
  }
}

.animatedsvgblock.left {
  align-items: center;
}

@media (min-width: 48rem) {
  .animatedsvgblock.left {
    align-items: flex-start;
  }

  .animatedsvgblock.left .text {
    text-align: left;
  }
}

@media (min-width: 62rem) {
  .animatedsvgblock.left {
    padding-right: 20px;
  }
}

@media (min-width: 78.75rem) {
  .animatedsvgblock.left {
    padding-right: 40px;
  }

  .animatedsvgblock.left.text {
    padding-left: 40px;
  }
}

.animatedsvgblock.right {
  align-items: center;
}

@media (min-width: 48rem) {
  .animatedsvgblock.right {
    align-items: flex-start;
  }
}

@media (min-width: 62rem) {
  .animatedsvgblock.right {
    padding-left: 20px;
  }
}

@media (min-width: 78.75rem) {
  .animatedsvgblock.right {
    padding-left: 40px;
  }
}

@media (max-width: 47.9375rem) {
  .animatedsvgblock.text {
    text-align: center;
  }
}

@media (min-width: 48rem) {
  .animatedsvgblock.text {
    max-width: 540px;
  }
}

.animatedsvgblock .title {
  font-size: 2.1875rem;
  margin-bottom: 20px;
  color: #000;
}

.animatedsvgblock .text {
  font-size: 1.125rem;
  line-height: 36px;
  margin: 0;
  max-width: 400px;
}

@media (min-width: 48rem) {
  .animatedsvgblock .text {
    max-width: 100%;
  }
}

.animatedsvgblock svg {
  width: 372px;
  max-width: 100%;
  height: 372px;
}

.animatedsvgblock-header {
  font-size: 2.8125rem;
  color: #000;
  margin-bottom: 25px;
}

@media (min-width: 62rem) {
  .animatedsvgblock-header {
    margin-bottom: 45px;
  }
}

.animatedsvgblock-row.odd {
  flex-direction: column-reverse;
}

@media (min-width: 48rem) {
  .animatedsvgblock-row.odd {
    flex-direction: row;
  }
}
