@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%;
}
.row .col-50 {
  width: 50%;
}
.row .col-70 {
  width: 70%;
}
.row .col-80 {
  width: 80%;
}
@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-20 {
    width: 20%;
  }
  .row .col-md-third {
    width: 33.3333333333%;
  }
  .row .col-md-40 {
    width: 40%;
  }
  .row .col-md-75 {
    width: 75%;
  }
  .row .col-md-80 {
    width: 80%;
  }
}
@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-30 {
    width: 30%;
  }
  .row .col-lg-70 {
    width: 70%;
  }
  .row .col-lg-80 {
    width: 80%;
  }
}
@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;
}

@media (max-width: 47.9375rem) {
  .hide-sm-down {
    display: none !important;
  }
}
@media (min-width: 48rem) {
  #homepage-hero-wrap {
    display: flex;
    flex-direction: column;
  }
}

#homepage-hero {
  min-height: 100vh;
}
@media (min-width: 48rem) {
  #homepage-hero {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

#homepage-hero-banner {
  flex: 1;
  min-height: 500px;
  background-position: bottom right;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 6.25rem 0 50%;
  position: relative;
}
#homepage-hero-banner .pretitle {
  display: block;
  margin: 0 0 0.5rem;
}
#homepage-hero-banner .title {
  font-size: 2.5rem;
  margin: 0 0 0.625rem -3px;
  line-height: 1.25;
}
#homepage-hero-banner p {
  font-size: 1.125rem;
  margin: 0 0 1.25rem;
}
#homepage-hero-banner > .container {
  z-index: 2;
}
@media (max-width: 47.9375rem) {
  #homepage-hero-banner .btn-lg {
    padding: 1rem 1.875rem;
    font-size: 0.9375rem;
  }
}
@media (min-width: 48rem) {
  #homepage-hero-banner {
    background: none !important;
    padding: 6.5625rem 0 3.75rem;
    display: flex;
    align-items: center;
  }
  #homepage-hero-banner .glide__track {
    z-index: 9;
  }
  #homepage-hero-banner .pretitle {
    margin: 0 0 0.25rem;
  }
  #homepage-hero-banner .title {
    font-size: 2.875rem;
    line-height: 1.05;
  }
  #homepage-hero-banner p {
    font-size: 1.25rem;
  }
}
@media (min-width: 62rem) {
  #homepage-hero-banner {
    padding: 10rem 0 4.375rem;
  }
  #homepage-hero-banner .title {
    font-size: 3.75rem;
  }
}
@media (min-width: 98.75rem) {
  #homepage-hero-banner .title {
    font-size: 4.5rem;
  }
  #homepage-hero-banner p {
    font-size: 1.375rem;
  }
}

#homepage-hero-links .row {
  border-top: 1px #e2e2e2 solid;
}
@media (min-width: 62rem) {
  #homepage-hero-links {
    height: 140px;
  }
  #homepage-hero-links .row {
    flex-wrap: nowrap;
    border-right: 1px #e2e2e2 solid;
  }
  #homepage-hero-links .tostick {
    height: 140px;
  }
  #homepage-hero-links .tostick.sticky {
    height: auto;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1692px;
    background: #fff;
    z-index: 99;
  }
  #homepage-hero-links .tostick.sticky .homepage-hero-link {
    height: auto;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  #homepage-hero-links .tostick.sticky .homepage-hero-link .svg-arrow-right {
    top: 5px;
    width: 22px;
  }
  #homepage-hero-links .tostick.sticky .homepage-hero-link h2 {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.25rem;
    height: 1.75rem;
  }
}

@media (min-width: 98.75rem) {
  #homepage-hero-links {
    height: 162px;
  }
  #homepage-hero-links .tostick {
    height: 162px;
  }
}
#homepage-hero-links-border {
  position: absolute;
  width: 0;
  height: 0.5625rem;
  background: transparent linear-gradient(270deg, #211e3b 0%, #086ad7 100%) 0%
    0% no-repeat padding-box;
}
@media (max-width: 61.9375rem) {
  #homepage-hero-links-border {
    display: none;
  }
}

#homepage-banner-video {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 47.9375rem) {
  #homepage-banner-video {
    display: none;
  }
}

.homepage-hero-link {
  display: block;
  border-bottom: 1px #e2e2e2 solid;
  transition: background 0.25s ease-out;
  background: #fff;
  padding: 1.25rem 1.25rem;
  transition: padding 0.2s ease-out, background 0.2s ease-out;
}
.homepage-hero-link > div {
  position: relative;
}
.homepage-hero-link h2 {
  font-size: 1.125rem;
  padding-right: 2.375rem;
  transition: margin 0.2s ease-out, height 0.2s ease-out, color 0.2s ease-out;
}
.homepage-hero-link .svg-arrow-right {
  fill: #211e3b;
  position: absolute;
  right: 0;
  top: 3px;
  transform: translate(0, 0);
  transition: fill 0.25s ease-out, transform 0.25s ease-out;
}
.homepage-hero-link span {
  color: #211e3b;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
.homepage-hero-link:hover {
  background: #f9f9f9;
}
.homepage-hero-link:hover h2 {
  color: #111;
}
@media (max-width: 61.9375rem) {
  .homepage-hero-link span {
    display: none;
  }
}
@media (min-width: 48rem) {
  .homepage-hero-link h2 {
    font-size: 1.375rem;
  }
  .homepage-hero-link .svg-arrow-right {
    top: 7px;
  }
}
@media (min-width: 62rem) {
  .homepage-hero-link {
    height: 140px;
    padding: 1.25rem 1.25rem 1.5625rem;
    border-left: 1px #e2e2e2 solid;
  }
  .homepage-hero-link h2 {
    height: 60px;
    overflow: hidden;
    margin-bottom: 0.5rem;
  }
  .homepage-hero-link .svg-arrow-right {
    fill: #d9d9d9;
  }
  .homepage-hero-link:hover .svg-arrow-right {
    fill: silver;
    transform: translate(4px, 0);
  }
}
@media (min-width: 78.75rem) {
  .homepage-hero-link h2 {
    font-size: 1.4375rem;
    height: 60px;
  }
}
@media (min-width: 98.75rem) {
  .homepage-hero-link {
    height: 162px;
    padding: 2rem 2.0625rem 1.5625rem 2rem;
  }
  .homepage-hero-link h2 {
    font-size: 1.5625rem;
    height: 70px;
  }
}

.links-block {
  background: url(assets/images/homepage/links-bg8f49.svg?7b2cc507) no-repeat
    top right;
  background-size: 60% auto;
}

.background-image-link-slider-block {
  background: url(assets/images/homepage/our-company-bg0c75.svg?3dfc26a5)
    no-repeat center;
  background-size: cover;
}

.image-banner {
  height: 11.875rem;
}
@media (min-width: 48rem) {
  .image-banner {
    height: 18.75rem;
  }
}
@media (min-width: 62rem) {
  .image-banner {
    height: 33.4375rem;
  }
}

#error-page {
  background: #f2f2f2;
  padding-top: 100px;
  padding-bottom: 100px;
}
