@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400&display=swap");
* {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
p,
span,
a,
blockquote {
  margin: 0;
  padding: 0;
  word-break: keep-all;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  :root {
    font-size: 12px;
  }
}

html,
body {
  background: #F1F2F2;
  min-height: 100vh;
  margin-bottom: 0;
}

.page {
  margin-bottom: 0;
}

a {
  color: #fff;
}

ul {
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

[hidden] {
  display: none !important;
}

span.a-arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 11.8px;
  width: 11.8px;
  border: 2px solid #0E76BC;
  border-top: none;
  border-left: none;
  transition: all 0.1s ease-out;
  transform: rotate(-45deg) translate(5px, 8px);
  margin-left: 0.6rem;
}
span.a-arrow:before, span.a-arrow:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #0E76BC;
  height: 2px;
  width: 150%;
  padding-right: 1rem;
  border-bottom: 2px solid #0E76BC;
  transition: all 0.1s ease-out;
  transform: rotate(45deg) translateZ(0);
}
span.a-arrow--back {
  transform: rotate(135deg);
  margin-right: 1rem;
  margin-top: 2rem;
  padding-left: 0;
}

.a-description {
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.75rem;
  letter-spacing: 0.32px;
}
.a-description ul li {
  list-style: none;
  display: flex;
  align-items:first baseline;
  margin-top: 1.75rem;
}
.a-description ul li:before {
  content: "";
  height: 2px;
  width: 0.375rem;
  background-color: #F4BC2F;
  display: inline-block;
  margin-top: 0.7rem;
  margin-right: 0.625rem;
}
.a-description strong {
  font-weight: 600;
}
.a-description li span {
  max-width: 98%;
}
.a-description a {
  color: #EE7820;
}

.a-full-length-image {
  margin: 3rem auto 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.a-full-length-image img {
  max-height: 25rem;
  object-fit: cover;
  width: 100%;
}
.a-full-length-image span {
  font-weight: 300;
  font-style: italic;
  font-size: 0.8125rem;
  padding: 0 1.5rem 0 3.125rem;
}

.a-header {
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  font-weight: 600;
  color: #0E76BC;
}
.a-header--year {
  font-weight: 700;
  font-size: 2.8125rem;
  color: #EE7820;
  letter-spacing: 0.84px;
  text-align: center;
  line-height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a-header--year:before, .a-header--year:after {
  content: "";
  display: inline-flex;
  width: 23.51px;
  height: 1px;
  background-color: #8A8C8F;
}
.a-header--year:before {
  margin-right: 1rem;
}
.a-header--year:after {
  margin-left: 1rem;
}

.a-subheader {
  padding: 0px;
  margin: 0px;
  font-weight: 700;
  font-size: 2.8125rem;
  line-height: 3.125rem;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  margin-top: 0.75rem;
}
.a-subheader--year-info {
  font-weight: 600;
  font-size: 1rem;
  color: #04263D;
  letter-spacing: 0.3px;
  text-align: center;
  line-height: 1.5rem;
  max-width: 24.125rem;
  margin: 0 auto;
  text-transform: none;
  margin-top: 0.625rem;
}
@media screen and (max-width: 425px) {
  .a-subheader {
    font-size: 1.875rem;
  }
  .a-subheader--year-info {
    line-height: 2.875rem;
  }
}

.a-link {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.125rem;
  padding: 0.6875rem 1.4375rem;
  transition: all 0.1s ease-out;
}
.a-link:visited {
  color: none;
}
.a-link--blue {
  background-color: #98C23C;
  border: 2px solid #98C23C;
}
.a-link--blue:hover {
  background-color: transparent;
  border-color: #0B0135;
  color: #0B0135;
}
.a-link--video {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color: #F4BC2F;
  padding-left: 0;
  letter-spacing: 0.28px;
}
.a-link--video:hover {
  color: #F4BC2F;
}
.a-link--video:visited {
  color: #F4BC2F;
}
.a-link--video:before {
  content: "";
  height: 29px;
  width: 28px;
  display: inline-flex;
  background-image: url("../fonts/omNX4ECux1kf.svg");
  background-size: 98% 98%;
  background-repeat: no-repeat;
  margin-right: 1.25rem;
}
.a-link--back {
  font-weight: 600;
  font-size: 0.9375rem;
  color: #0E76BC;
  letter-spacing: 0;
  padding-left: 0;
}
.a-link--back:hover {
  color: #F4BC2F;
}
.a-link--back:hover span {
  border-color: #F4BC2F;
  transform: rotate(135deg);
}
.a-link--back:hover span:after {
  transform: rotate(45deg) translate(-0.5rem, 0);
  width: 1rem;
  border-color: #F4BC2F;
  background-color: #F4BC2F;
}
.a-link--back:hover span:before {
  border-color: #F4BC2F;
  background-color: #F4BC2F;
}

.slick-prev,
.slick-next {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}

.a-divider {
  margin: 0 0.5rem;
}

.a-prev,
.a-next,
.slick-prev,
.slick-next {
  color: #0E76BC;
  text-decoration: none;
  transition: all 0.1s ease-out;
  font-weight: 300;
}
.a-prev:hover,
.a-next:hover,
.slick-prev:hover,
.slick-next:hover {
  color: #F4BC2F;
  cursor: pointer;
}

a {
  text-decoration: none;
}

.a-tel {
  font-weight: 400;
}

.a-site-logo {
  max-width: none;
  display: flex;
  object-fit: contain;
  max-height: 100%;
  max-height: 3.625rem;
}
.a-site-logo-link {
  position: relative;
  display: flex;
  justify-self: flex-start;
  margin-right: auto;
  justify-content: flex-start;
  flex-grow: 0;
  width: 8.75rem;
}

.a-overlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #04263D;
  opacity: 0.5;
  top: 0;
  left: 0;
}

.m-404__wrapper {
  min-height: 70vh;
  margin-top: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.m-404__wrapper .a-site-logo-link {
  justify-self: center;
  margin: 0 auto;
  width: 50%;
}
.m-404__wrapper .a-site-logo-link img {
  margin: 0 auto;
}

.m-benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 0px;
  max-width: 18.9375rem;
}
.m-benefit__info {
  text-align: center;
}
.m-benefit__wrapper {
  display: flex;
  justify-content: space-evenly;
  margin-top: 3.25rem;
}
.m-benefit__icon {
  height: 4.375rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.m-benefit__icon img {
  height: 100%;
  width: auto;
  display: inline-flex;
}
.m-benefit__title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0.34px;
  color: #0E76BC;
  margin-top: 1.875rem;
  text-transform: uppercase;
}
.m-benefit__description {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #2F3A43;
  line-height: 1.5625rem;
  letter-spacing: 0.28px;
  margin-top: 0.9375rem;
  padding: 0 0.5rem;
  min-height: 6.25rem;
}
.m-benefit--solution {
  display: flex;
  flex-direction: column;
  align-items: left;
  text-align: left;
}
.m-benefit--solution .a-subheader {
  font-weight: 600;
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 0.34px;
  line-height: 1.375rem;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0.9375rem;
  margin-top: 2.3125rem;
}
.m-benefit--solution .a-subheader:before {
  content: "";
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  max-width: 6px;
  height: 2px;
  background-color: #F4BC2F;
  margin-right: 0.625rem;
  transition: all 0.1s linear;
}
.m-benefit--solution .a-description {
  padding-left: 1.25rem;
  font-weight: 300;
  font-size: 0.9375rem;
  color: #fff;
  letter-spacing: 0.28px;
  line-height: 1.5625rem;
  margin-top: 0.75rem;
}
.m-benefit--solution:first-child .a-subheader {
  margin-top: 0;
}
.m-benefit__wrapper--i-technology {
  margin: 0 6.25rem;
  background-color: #29333A;
  padding: 5.125rem 6.375rem 0 6.25rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.m-benefit__wrapper--i-technology .a-header,
.m-benefit__wrapper--i-technology .a-subheader {
  color: #fff;
}
.m-benefit__heading {
  width: 100%;
}
.m-benefit__heading__wrapper {
  width: 100%;
  display: flex;
}
.m-benefit__heading__image {
  position: absolute;
  display: flex;
  top: -32rem;
  right: -10rem;
  max-height: 43.3125rem;
}
.m-benefit__heading__image img {
  width: 55.75rem;
  max-height: 43.3125rem;
  object-fit: contain;
  max-height: 100%;
}
.m-benefit__individual-benefit {
  width: 30.33%;
}
.m-benefit__individual-benefit__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
.m-benefit__individual-benefit .a-header {
  font-size: 1.125rem;
  letter-spacing: 0.34px;
  line-height: 1.375rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.m-benefit__individual-benefit .a-header:before {
  content: "";
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  max-width: 6px;
  height: 2px;
  background-color: #F4BC2F;
  margin-right: 0.9375rem;
  transition: all 0.1s linear;
}
.m-benefit__individual-benefit .a-description {
  color: #fff;
  font-size: 0.9375rem;
  margin-left: 1.3125rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .m-benefit__heading__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .m-benefit__heading__image {
    top: -7rem;
    right: 0rem;
    max-height: 250px;
  }
  .m-benefit__heading__image img {
    width: 30.75rem;
  }
  .m-benefit__individual-benefit {
    width: 100%;
    margin-top: 2rem;
  }
  .m-benefit__individual-benefit:first-child {
    margin-top: 0;
  }
  .m-benefit__individual-benefit__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .m-benefit {
    max-width: none;
    margin-top: 2rem;
  }
  .m-benefit__wrapper {
    flex-direction: column;
  }
  .m-benefit:first-child {
    margin-top: 0;
  }
  .m-benefit__title {
    font-size: 1.25rem;
  }
  .m-benefit__description {
    font-size: 1.125rem;
  }
  .m-benefit__wrapper--i-technology {
    padding: 10rem 4rem 2rem;
    margin-top: 10rem;
    margin: 10rem 3rem 0;
  }
  .m-benefit__heading__image {
    right: -25%;
    width: 90%;
    top: -13rem;
  }
}
@media screen and (max-width: 425px) {
  .m-benefit__wrapper--i-technology {
    padding: 10rem 4rem 2rem;
    margin-top: 15rem;
    margin: 17rem 0 0;
  }
  .m-benefit__heading__image {
    right: 2rem;
    width: 90%;
    top: -16rem;
  }
}

.m-benefit-card {
  height: 18.5625rem;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.m-benefit-card.reverse {
  flex-direction: row-reverse;
}
.m-benefit-card__wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 4.25rem;
  margin-bottom: -2.1875rem;
}
.m-benefit-card__image {
  width: 50%;
}
.m-benefit-card__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.m-benefit-card__info {
  background-color: #fff;
  width: 50%;
  padding: 4.375rem 5.125rem 4.375rem 4.5rem;
}
.m-benefit-card .a-header {
  color: #0E76BC;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  text-transform: uppercase;
}
.m-benefit-card .a-header:before {
  content: "";
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  max-width: 6px;
  height: 2px;
  background-color: #F4BC2F;
  margin-right: 0.9375rem;
  transition: all 0.1s linear;
}
.m-benefit-card .a-description {
  margin-left: 1.3125rem;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  margin-top: 0.5625rem;
}
@media screen and (max-width: 1023px) {
  .m-benefit-card {
    height: auto;
  }
  .m-benefit-card__info {
    background-color: #fff;
    width: 50%;
    padding: 4rem;
  }
}
@media (max-width: 768px) {
  .m-benefit-card {
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
  }
  .m-benefit-card.reverse {
    flex-direction: column;
  }
  .m-benefit-card__wrapper {
    display: flex;
    flex-direction: column;
    align-content: center;
    margin-bottom: -5rem;
  }
  .m-benefit-card__info, .m-benefit-card__image {
    width: 100%;
  }
  .m-benefit-card__image {
    height: 100%;
    overflow: hidden;
  }
  .m-benefit-card__image img {
    height: 100%;
    transform: scale(1.1);
  }
}
@media screen and (max-width: 425px) {
  .m-benefit-card__info {
    padding: 2rem 1rem;
  }
}

.m-blockquote {
  background-color: #29333A;
  color: #fff;
  padding: 7.125rem 7.8125rem 5.25rem 8rem;
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: 0.38px;
  line-height: 2.4375rem;
  position: relative;
  margin-top: 3.4375rem;
  overflow: hidden;
}
.m-blockquote:before {
  content: "“";
  position: absolute;
  font-size: 5rem;
  top: 5rem;
  left: 5rem;
  opacity: 0.5;
}
.m-blockquote .a-overlay {
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(20deg) scale(1);
  width: 120%;
  position: absolute;
  display: block;
}
.m-blockquote .a-overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  display: block;
  transform: rotate(15deg) scale(1.2);
}
.m-blockquote .a-overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(30deg) scale(1.2);
  position: absolute;
  top: 0;
}

.m-breadcrumb {
  display: flex;
  background-color: #2F3A43;
  padding: 0 1.25rem;
  height: 3.125rem;
  max-width: 1400px;
}
.m-breadcrumb__wrapper {
  position: absolute;
  bottom: -1rem;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  left: 0;
  right: 0;
  padding-left: 12.5625rem;
}
.m-breadcrumb__wrapper a {
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
  font-weight: 300;
  color: #8A8C8F;
  white-space: nowrap;
  max-width: 20rem;
}
.m-breadcrumb__wrapper a:hover {
  cursor: pointer;
  color: #F4BC2F;
}
.m-breadcrumb__wrapper a:after {
  content: "";
  height: 0.4375rem;
  width: 0.4375rem;
  display: inline-block;
  border: 1px solid #fff;
  transform: rotate(45deg);
  border-left: none;
  border-bottom: none;
  margin: 0 0.6875rem 0 0.25rem;
}
.m-breadcrumb__wrapper a:last-child {
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 3rem;
}
.m-breadcrumb__wrapper a:last-child:after {
  display: none;
}
@media screen and (max-width: 1023px) {
  .m-breadcrumb__wrapper {
    margin-left: 9rem;
    margin-left: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 425px) {
  .m-breadcrumb {
    padding: 0.5rem 1.25rem;
    height: auto;
  }
  .m-breadcrumb a {
    line-height: 1rem;
    padding: 1rem 0;
  }
}

.m-card {
  max-width: 17.8125rem;
  width: 100%;
  position: relative;
  margin-right: 1.25rem;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  transition: all 0.2s ease-out;
}
.m-card__wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding-bottom: 1rem;
}
.m-card__image {
  display: flex;
  position: relative;
  overflow: hidden;
  max-width: 16.8125rem;
  height: 12.125rem;
  transition: all 0.2s ease-out;
}
.m-card__image img {
  object-fit: cover;
  width: auto;
  height: 100%;
}
.m-card__info {
  display: flex;
  align-items: center;
  padding: 6px 5.4375rem 6px 1.25rem;
  box-shadow: 0 0 10px 1px rgba(138, 140, 143, 0.2);
  margin-left: 1.125rem;
  margin-top: -2.4375rem;
  z-index: 1;
  background-color: #fff;
}
.m-card__info .a-header {
  min-height: 4.0625rem;
  max-width: 10rem;
  display: flex;
  align-items: center;
}
.m-card__info .a-arrow {
  position: absolute;
  right: 1.375rem;
}
.m-card .m-card__image {
  height: 14.6875rem;
}
.m-card:hover {
  cursor: pointer;
}
.m-card:hover span {
  border-color: #F4BC2F;
  transform: rotate(-45deg) translate(0.3125rem, 0.5rem);
}
.m-card:hover span:after {
  transform: rotate(45deg) translate(-0.3125rem, 0px);
  border-color: #F4BC2F;
  background-color: #F4BC2F;
}
.m-card:hover span:before {
  border-color: #F4BC2F;
  background-color: #F4BC2F;
}
.m-card--post {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  margin-right: 1rem;
  width: 100%;
  max-width: none;
}
.m-card--post .a-overlay {
  transition: all 0.1s ease-out;
}
.m-card--post__image {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 254px;
}
.m-card--post__image .a-overlay {
  opacity: 0.2;
}
.m-card--post__image img {
  object-fit: cover;
  width: 100%;
}
.m-card--post__info {
  max-width: 357px;
  background-color: #fff;
  box-shadow: 0 0 10px 1px rgba(138, 140, 143, 0.2);
  height: 213px;
  margin-top: -80px;
  width: 92%;
  z-index: 1;
}
.m-card--post__info .a-header {
  color: #04263D;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.3px;
  padding: 0.8125rem 1.4375rem 1.1875rem 1.375rem;
}
.m-card--post__type {
  display: flex;
  align-items: center;
  padding-left: 1.375rem;
}
.m-card--post__type span {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: 0.28px;
  color: #0E76BC;
  margin-left: 1.125rem;
}
.m-card--post__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0E76BC;
  width: 61px;
  height: 61px;
}
.m-card--post__icon img {
  height: 35px;
  width: 35px;
}
.m-card--post__icon + p {
  text-transform: capitalize;
  color: #0E76BC;
  margin-left: 0.5rem;
}
.m-card--post:hover .a-overlay {
  background-color: #F4BC2F;
  opacity: 0.7;
}
.m-card--post:hover .a-header span {
  border-color: #F4BC2F;
  transform: rotate(-45deg) translate(0.3125rem, 0.5rem);
}
.m-card--post:hover .a-header span:after {
  transform: rotate(45deg) translate(-0.3125rem, 0px);
  border-color: #F4BC2F;
  background-color: #F4BC2F;
}
.m-card--post:hover .a-header span:before {
  border-color: #F4BC2F;
  background-color: #F4BC2F;
}

.m-card-link {
  display: flex;
  flex-direction: column;
  max-width: 363px;
  min-height: 300;
  flex-grow: 1;
  text-decoration: none;
  position: relative;
}
.m-card-link__wrapper {
  margin-top: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0 7%;
  justify-content: flex-start;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 2.75rem;
  row-gap: 3.0625rem;
  max-width: 1440px;
  margin: 2.25rem auto 0 auto;
}
.m-card-link__image {
  position: relative;
  overflow: hidden;
  max-width: 21.5rem;
  max-height: 223px;
  height: 100%;
  width: 97%;
  display: flex;
}
.m-card-link__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.m-card-link__info {
  padding: 1.75rem 0.8125rem 1.3125rem 1.75rem;
  text-align: left;
  max-width: 21.5rem;
  background-color: #fff;
  z-index: 1;
  margin-top: -4.875rem;
  margin-left: 1.1875rem;
  top: 9.0625rem;
  left: 1.1875rem;
  width: 100%;
}
.m-card-link__info h3 {
  color: #0E76BC;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.34px;
}
.m-card-link__info p {
  margin-top: 0.625rem;
  color: #29333A;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-weight: 300;
  margin-bottom: 0;
}
.m-card-link:hover p span {
  border-color: #F4BC2F;
  transform: rotate(-45deg) translate(0.3125rem, 0.5rem);
}
.m-card-link:hover p span:after {
  transform: rotate(45deg) translate(-0.8125rem 0px);
  border-color: #F4BC2F;
  background-color: #F4BC2F;
}
.m-card-link:hover p span:before {
  border-color: #F4BC2F;
  background-color: #F4BC2F;
}
.m-card-link:hover p span {
  border-color: #F4BC2F;
  transform: rotate(-45deg) translate(0.3125rem, 0.5rem);
}
.m-card-link:hover p span:after {
  transform: rotate(45deg) translate(-0.3125rem, 0px);
  border-color: #F4BC2F;
  background-color: #F4BC2F;
}
.m-card-link:hover p span:before {
  border-color: #F4BC2F;
  background-color: #F4BC2F;
}
@media screen and (max-width: 1023px) {
  .m-card-link__wrapper {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
}
@media (max-width: 768px) {
  .m-card-link__wrapper {
    grid-template-columns: 1fr;
  }
}

.m-card-scroller {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
.m-card-scroller__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 3.875rem;
  margin-right: 0;
  height: 20rem;
}
.m-card-scroller__nav {
  color: #0E76BC;
  width: 100%;
  top: 8rem;
  background: #fff;
  position: absolute;
  z-index: 1;
  margin-left: 19.00625rem;
  padding-bottom: 0.875rem;
}

.m-case-study {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 0 0.625rem 0.0625rem rgba(138, 140, 143, 0.2);
  padding: 0 2.3125rem 0.9375rem 1.375rem;
  margin-bottom: 1.875rem;
  text-decoration: none;
  width: 100%;
  margin: 0 0.5rem 1.875rem;
}
.m-case-study__wrapper {
  max-height: 557px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 50%;
}
.m-case-study__wrapper:after {
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
}
.m-case-study__holder {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  max-height: 30rem;
  overflow: hidden;
  display: flex;
  flex: 1;
}
.m-case-study__cards__wrapper {
  display: inline-flex;
  flex-direction: column;
  overflow: visible;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 1s ease-out;
  transform: translateY(2rem);
  padding: 0.5rem 3rem;
}
.m-case-study__cards__wrapper:before {
  content: "";
  height: 10rem;
  width: 100%;
  position: absolute;
  top: 1.5625rem;
  left: 0;
  background-color: #F1F2F2;
}
.m-case-study__cards__wrapper:after {
  content: "";
  height: 10rem;
  width: 100%;
  position: absolute;
  bottom: 1.5625rem;
  left: 0;
  background-color: #F1F2F2;
  z-index: -1;
}
.m-case-study__cards__wrapper .m-case-study:last-child {
  margin-bottom: 0;
}
.m-case-study__cards__wrapper.--active {
  order: -10;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
  transition: all 0.5s ease-out;
}
.m-case-study__head {
  display: flex;
  align-items: center;
}
.m-case-study__icon {
  display: flex;
  height: 3.8125rem;
  width: 3.8125rem;
  background: #0E76BC;
  margin-right: 1.125rem;
  padding: 0.6rem;
  justify-content: center;
}
.m-case-study__icon img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.m-case-study .a-title {
  font-weight: 400;
  font-size: 0.9375rem;
  color: #0E76BC;
  letter-spacing: 0.28px;
  line-height: 1.5625rem;
}
.m-case-study .a-excerpt {
  font-weight: 600;
  font-size: 1rem;
  color: #29333A;
  letter-spacing: 0.3px;
  line-height: 1.5rem;
  margin-top: 0.8125rem;
}
.m-case-study .a-excerpt .a-arrow {
  margin-top: -1rem;
  margin-bottom: 0.1rem;
}
.m-case-study:hover p span {
  border-color: #F4BC2F;
  transform: rotate(-45deg) translate(0.3125rem, 0.5rem);
}
.m-case-study:hover p span:after {
  transform: rotate(45deg) translate(-0.3125rem, 0px);
  border-color: #F4BC2F;
  background-color: #F4BC2F;
}
.m-case-study:hover p span:before {
  border-color: #F4BC2F;
  background-color: #F4BC2F;
}
.m-case-study__pagination {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  z-index: 5;
}
.m-case-study__page {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  border: 1px solid #8A8C8F;
  margin-right: 0.5625rem;
  transition: all 0.1s ease-out;
}
.m-case-study__page:hover {
  cursor: pointer;
  border-color: #F4BC2F;
}
.m-case-study__page.--active {
  background-color: #F4BC2F;
  border-color: #F4BC2F;
}
@media screen and (max-width: 1023px) {
  .m-case-study__wrapper {
    margin: 5rem auto 0;
    height: 25rem;
    max-height: none;
    max-width: none;
    width: 100%;
  }
  .m-case-study__holder {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .m-case-study__wrapper {
    margin: 5rem 0;
    max-width: none;
  }
  .m-case-study__holder {
    justify-content: center;
    width: 90%;
  }
  .m-case-study__cards__wrapper {
    margin: 0 auto;
  }
  .m-case-study__cards__wrapper.--active {
    margin: 0 auto;
  }
  .m-case-study__page {
    transform: scale(1.3);
    margin-right: 1rem;
  }
}

.m-case-study-info__wrapper {
  display: flex;
  flex-direction: column;
  max-width: 442px;
  align-items: flex-start;
}
.m-case-study-info__wrapper .a-description {
  margin-top: 0.8125rem;
}
.m-case-study-info__wrapper .a-link {
  margin-top: 43px;
}

.m-choose-us__wrapper {
  display: flex;
  align-items: center;
  margin: 4.4375rem auto 0 auto;
}
.m-choose-us__image {
  height: 100%;
  width: 50%;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.m-choose-us__image img {
  width: auto;
  object-fit: cover;
  position: absolute;
  z-index: -10;
  top: 0;
  opacity: 0;
}
.m-choose-us__image .m-choose-us__content {
  opacity: 0;
  width: 100%;
}
.m-choose-us__content {
  width: 50%;
  padding: 4.1875rem 6.25rem 5.6875rem 7.5rem;
  background-color: #fff;
  align-items: center;
}
.m-choose-us__content .a-description {
  margin-top: 1.75rem;
  font-size: 0.9375rem;
}
.m-choose-us__feature {
  font-size: 0.9375rem;
  width: 50%;
  color: #29333A;
  text-decoration: none;
  display: inline-flex;
  align-items: flex-start;
  text-align: left;
  font-weight: 300;
  position: relative;
  word-break: keep-all;
  margin-top: 1rem;
  padding-right: 1rem;
}
.m-choose-us__feature__wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 1.625rem;
}
.m-choose-us__feature__wrapper .a-link--video {
  color: #8A8C8F;
}
.m-choose-us__feature__wrapper .a-link--video:hover {
  color: #F4BC2F;
}
.m-choose-us__feature:visited {
  color: #29333A;
}
.m-choose-us__feature:before {
  content: "";
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  max-width: 6px;
  height: 2px;
  background-color: #F4BC2F;
  margin-right: 0.625rem;
  transition: all 0.1s linear;
  margin-top: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .m-choose-us__content {
    padding: 5%;
  }
}
@media (max-width: 768px) {
  .m-choose-us__wrapper {
    flex-direction: column-reverse;
  }
  .m-choose-us__image, .m-choose-us__content {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .m-choose-us__image img {
    width: 100%;
  }
}

.m-choices {
  position: relative;
}
.m-choices:after {
  content: "";
  display: inline-flex;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  border: 2px solid #0E76BC;
  box-sizing: border-box;
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
  right: 0.5rem;
  bottom: 0.6rem;
  transition: all 0.3s ease-out;
}
.m-choices:hover:after {
  border-color: #F4BC2F;
}
.m-choices__item {
  outline: none;
}
.m-choices__placeholder {
  color: #979797;
}
.m-choices__list--single {
  margin-top: 2.65rem;
  outline: none;
}
.m-choices__list--dropdown {
  max-height: 0rem;
  overflow: hidden;
  outline: none;
  position: absolute;
  transition: all 0.2s ease-out;
  border-radius: 0;
  width: 100%;
  top: 1.65rem;
  border-top: 0px solid #979797;
  transition-delay: max-height 0.2s;
  z-index: 1;
}
.m-choices__list--dropdown .m-choices__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #979797;
  border-top: none;
  background-color: #fff;
}
.m-choices__list--dropdown.is-active {
  border-top: 1px solid #979797;
  transition: all 0.2s ease-out;
}
.m-choices__list--dropdown .m-choices__placeholder {
  display: none;
}
.m-choices__list--dropdown .m-choices__item {
  line-height: 2.5rem;
  border-top: none;
  border-bottom: none;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  width: fit-content;
  color: #979797;
  white-space: nowrap;
}
.m-choices__list--dropdown .m-choices__item:after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #F4BC2F;
  border-bottom: 2px solid #F4BC2F;
  display: block;
  position: absolute;
  bottom: 0.4rem;
  transition: all 0.1s ease-out;
}
.m-choices__list--dropdown .m-choices__item.is-highlighted {
  cursor: pointer;
}
.m-choices__list--dropdown .m-choices__item.is-highlighted:after {
  width: 80%;
}
.m-choices:focus {
  outline: none;
}
.m-choices.is-open .m-choices__list--dropdown {
  max-height: 50rem;
}
.m-choices.is-open:after {
  transform: rotate(225deg);
  border-color: #F4BC2F;
}

.address_state .m-choices .m-choices__list--dropdown {
  width: fit-content;
}
.address_state .m-choices.is-open .m-choices__list--dropdown .m-choices__list {
  max-height: 10rem;
  background-color: #fff;
  overflow: scroll;
  z-index: 2;
  position: relative;
}
.address_state .m-choices.is-open .m-choices__list--dropdown .m-choices__list .m-choices__item {
  background-color: #fff;
  word-break: keep-all;
}

.m-content__wrapper {
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .m-content__wrapper {
    margin: 0;
  }
}

.m-content-image-left__wrapper {
  display: flex;
  align-items: stretch;
  margin-top: 1.875rem;
}
.m-content-image-left__image {
  width: 50%;
  position: relative;
  display: flex;
  max-width: 21.4375rem;
  max-height: 18.1875rem;
  flex-direction: column;
}
.m-content-image-left__image span {
  font-weight: 300;
  font-style: italic;
  font-size: 0.8125rem;
  padding: 0 1.5rem 0 3.125rem;
}
.m-content-image-left__image img {
  object-fit: cover;
}
.m-content-image-left__text {
  width: 50%;
  padding-left: 2.9375rem;
}
.m-content-image-left__text p {
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .m-content-image-left__wrapper {
    flex-direction: column;
  }
  .m-content-image-left__image, .m-content-image-left__text {
    width: 100%;
    max-width: none;
    max-height: none;
  }
  .m-content-image-left__text {
    margin-top: 1.5rem;
    padding-right: 1.5rem;
  }
}

.m-content-image-right__wrapper {
  display: flex;
  align-items: stretch;
  margin-top: 3rem;
}
.m-content-image-right__image {
  width: 50%;
  margin-left: 2.25rem;
  position: relative;
  display: flex;
  max-width: 21.4375rem;
  max-height: 18.1875rem;
  flex-direction: column;
}
.m-content-image-right__image span {
  font-weight: 300;
  font-style: italic;
  font-size: 0.8125rem;
  padding: 0 1.5rem 0 3.125rem;
}
.m-content-image-right__image img {
  object-fit: cover;
}
.m-content-image-right__text {
  width: 50%;
}
.m-content-image-right__text p {
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .m-content-image-right__wrapper {
    flex-direction: column;
  }
  .m-content-image-right__image {
    width: 100%;
    max-width: none;
    margin-left: 0;
    max-height: none;
    margin-top: 2.5rem;
  }
}

.m-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 2.0625rem 1.3125rem 1.8125rem 1.625rem;
  padding-right: 3rem;
  background-color: #04263D;
  font-weight: 600;
  transition: all 0.1s ease-out;
  box-sizing: border-box;
  flex-grow: 0;
  position: relative;
  max-height: 6.875rem;
}
.m-cta__wrapper {
  position: absolute;
  display: flex;
  z-index: 1;
  bottom: -3rem;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 6.25rem;
  max-width: 87.5rem;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
  height: 8.75rem;
}
.m-cta--contact__wrapper {
  top: -4.5rem;
  max-width: 75rem;
  padding: 0;
  margin: 0 auto;
}
.m-cta--contact__wrapper .m-cta {
  min-width: 31.25rem;
  width: 50%;
}
.m-cta--contact__wrapper .m-cta:last-child {
  background-color: #EE7820;
}
.m-cta:hover {
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 2.75rem;
  max-height: none;
}
.m-cta:hover .a-arrow:after {
  width: 1.5rem;
  transform: rotate(45deg) translateZ(0) translateX(-0.25rem);
}
.m-cta:nth-child(2) {
  background-color: #0E76BC;
}
.m-cta:nth-child(3) {
  background-color: #EE7820;
}
.m-cta:nth-child(4) {
  background-color: #F4BC2F;
}
.m-cta .a-arrow {
  position: absolute;
  right: 2rem;
  border-color: #fff;
}
.m-cta .a-arrow:before, .m-cta .a-arrow:after {
  border-color: #fff;
}
@media screen and (max-width: 1023px) {
  .m-cta {
    padding-top: 2.0625rem;
  }
  .m-cta__wrapper {
    position: relative;
    padding: 0;
    height: auto;
    padding: 0;
    bottom: 0;
    height: auto;
  }
  .m-cta--contact__wrapper {
    position: absolute;
    top: -3rem;
    bottom: auto;
  }
  .m-cta--contact__wrapper .m-cta {
    min-width: 0px;
  }
  .m-cta:hover {
    max-height: 6.875rem;
    padding-top: 2.0625rem;
    padding-bottom: 1.8125rem;
  }
}
@media (max-width: 768px) {
  .m-cta {
    width: 100%;
  }
  .m-cta__wrapper {
    position: relative;
    padding: 0;
    height: auto;
    padding: 0;
    bottom: 0;
    flex-direction: column;
  }
  .m-cta--contact__wrapper {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -10rem;
    bottom: auto;
  }
  .m-cta--contact__wrapper .m-cta {
    width: 100%;
  }
  .m-cta:hover {
    max-height: 6.875rem;
    flex-grow: 0;
  }
}
@media screen and (max-width: 425px) {
  .m-cta {
    width: 100%;
  }
  .m-cta__wrapper {
    position: relative;
    padding: 0;
    height: auto;
    padding: 0;
    bottom: 0;
    flex-direction: column;
  }
  .m-cta--contact__wrapper {
    position: absolute;
    bottom: auto;
  }
}

.m-external-resource {
  list-style: none;
  font-size: 0.8125rem;
  line-height: 1rem;
  font-weight: 500;
  color: #04263D;
}
.m-external-resource__wrapper {
  padding: 0;
  margin: 0;
  display: flex;
  background-color: #D8D9D7;
  position: relative;
  height: 100%;
  padding: 0.625rem 1.6875rem;
}
.m-external-resource:first-child {
  margin-right: 1.6875rem;
}

.m-featured-link {
  display: inline-flex;
  flex-direction: column;
  min-height: 100%;
  max-height: 376px;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.m-featured-link.--hidden {
  display: none;
}
.m-featured-link .a-description {
  padding: 0 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.9375rem;
  text-transform: uppercase;
  color: #fff;
  z-index: 1;
  position: relative;
}
.m-featured-link .a-link__wrapper {
  position: absolute;
  bottom: 1rem;
  display: flex;
  z-index: 1;
  align-items: center;
}
.m-featured-link .a-link__wrapper span {
  text-transform: uppercase;
}
.m-featured-link .a-link__wrapper .a-arrow {
  transform: rotate(-45deg) translate(2px, 8px);
  margin-bottom: 0.75rem;
}
.m-featured-link .a-overlay {
  background-color: #0E76BC;
  opacity: 0.8;
}
.m-featured-link span {
  position: relative;
}
.m-featured-link .a-arrow {
  border-color: #fff;
}
.m-featured-link .a-arrow:before, .m-featured-link .a-arrow:after {
  border-color: #fff;
}
.m-featured-link:hover span {
  border-color: #F4BC2F;
  transform: rotate(-45deg) translate(0.3125rem, 0.5rem);
}
.m-featured-link:hover span:after {
  transform: rotate(45deg) translate(-0.3125rem, 0px);
  border-color: #F4BC2F;
  background-color: #F4BC2F;
}
.m-featured-link:hover span:before {
  border-color: #F4BC2F;
  background-color: #F4BC2F;
}
.m-featured-link:hover span:first-child {
  transform: none;
}
.m-featured-link:hover .a-overlay {
  background-color: #F4BC2F;
}

.m-featured-post {
  position: relative;
  display: inline-flex;
  width: 100%;
  height: 387px;
  background-size: cover;
  flex-wrap: nowrap;
  margin-right: 1.1875rem;
}
.m-featured-post__info {
  display: flex;
  position: relative;
  align-self: flex-end;
  align-items: center;
  background-color: #0E76BC;
  height: 100%;
  max-height: 106px;
}
.m-featured-post img {
  width: calc(35px + .2rem);
  height: calc(35px + .2rem);
  display: inline-flex;
  box-sizing: border-box;
  text-decoration: none;
  margin-left: 4%;
  margin-right: 4%;
}
.m-featured-post .a-subheader {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.3px;
  width: 74%;
  box-sizing: border-box;
  text-transform: none;
}
.m-featured-post .a-arrow {
  border-color: #fff;
  position: absolute;
  right: 43px;
}
.m-featured-post .a-arrow:after, .m-featured-post .a-arrow:before {
  border-color: #fff;
}
.m-featured-post:hover span {
  border-color: #F4BC2F;
  transform: rotate(-45deg) translate(0.3125rem, 0.5rem);
}
.m-featured-post:hover span:after {
  transform: rotate(45deg) translate(-0.3125rem, 0px);
  border-color: #F4BC2F;
  background-color: #F4BC2F;
}
.m-featured-post:hover span:before {
  border-color: #F4BC2F;
  background-color: #F4BC2F;
}
.m-featured-post:hover .a-overlay {
  background-color: #F4BC2F;
}

.m-footer {
  position: relative;
  padding-top: 50.5px;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.m-footer__link-wrapper {
  display: flex;
  justify-content: center;
}
.m-footer__link-wrapper li {
  list-style: none;
  margin-right: 3.125rem;
}
.m-footer__link-wrapper li:last-child {
  margin-right: 0;
}
.m-footer__link-wrapper li a {
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.0625rem;
  letter-spacing: 0.26px;
}
.m-footer__link-wrapper li:hover {
  cursor: pointer;
}
.m-footer__link-wrapper li:hover a {
  color: #F4BC2F;
}
.m-footer__social__wrapper {
  display: flex;
  justify-content: space-evenly;
  max-width: 173px;
  margin: 2.25rem auto 0;
  padding-bottom: 4.0625rem;
}
.m-footer__social-icon {
  color: #04263D;
  background-color: #F1F2F2;
  border: 1px solid #F1F2F2;
  padding: 4px;
  transition: all 0.1s ease-out;
  font-size: 0.9375rem;
  margin-right: 1.1275rem;
  font-size: 1.05rem;
}
.m-footer__social-icon:visited {
  color: #04263D;
}
.m-footer__social-icon:hover {
  color: #F4BC2F;
  background-color: #04263D;
  border-color: #F4BC2F;
}
.m-footer:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 90%;
  position: absolute;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #8A8C8F;
}
.m-footer__gutter {
  background-color: #29333A;
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 2.5rem;
}
.m-footer__gutter span {
  color: #8A8C8F;
  font-size: 0.8125rem;
  line-height: 1rem;
  letter-spacing: 0.24px;
}
.m-footer__gutter span a:hover {
  color: #F4BC2F;
}
@media (max-width: 768px) {
  .m-footer__link-wrapper {
    text-align: left;
    flex-wrap: wrap;
    max-height: 5rem;
    padding: 0 4rem;
    justify-content: center;
  }
  .m-footer__link-wrapper li {
    margin: 0 1rem;
  }
  .m-footer__social_wrapper {
    width: 45%;
  }
  .m-footer__gutter {
    position: relative;
  }
}
@media screen and (max-width: 425px) {
  .m-footer__gutter {
    line-height: 1.5rem;
    padding: 0.5rem 1.5rem;
  }
  .m-footer__social__wrapper {
    padding-bottom: 2.5rem;
    margin-top: 4rem;
  }
}

.m-form {
  position: relative;
  display: flex;
  flex-direction: column;
}
.m-form__advise {
  font-weight: 600;
  font-size: 1rem;
  color: #04263D;
  letter-spacing: 0.3px;
  line-height: 1.5rem;
}
.m-form__wrapper {
  background-color: #fff;
  padding: 3.125rem 6.4375rem 5.75rem 6.375rem;
  box-shadow: 0 0 10px 1px rgba(138, 140, 143, 0.2);
}
.m-form label {
  display: none;
}
.m-form li {
  list-style: none;
  position: relative;
}
.m-form #gform_fields_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m-form__dubs {
  width: 100%;
}
.m-form__pod-time {
  width: 100%;
  display: flex;
}
.m-form__pod-time .clear-multi {
  display: flex;
  width: 100%;
}
.m-form__date {
  width: 47%;
}
.m-form__time {
  width: 47%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m-form__time .clear-multi {
  display: flex;
  justify-content: flex-start;
  width: 6rem;
}
.m-form__time .gfield_description {
  order: -1;
  color: #979797;
  padding-bottom: 0.525rem;
}
.m-form__time .gfield_description.validation_message {
  color: red;
  bottom: 0;
  order: 10;
}
.m-form__time .gfield_time_hour,
.m-form__time .gfield_time_minute {
  width: 2rem;
}
.m-form__time .gfield_time_hour {
  display: flex;
  align-items: flex-end;
  width: 4rem;
}
.m-form__time .gfield_time_hour i {
  margin: 0 1rem;
}
.m-form .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m-form--pod .gform_fields {
  display: flex;
  flex-wrap: wrap;
}
.m-form--pod .gform_body {
  flex-direction: column;
}
.m-form--pod .gfield {
  width: 45%;
  margin-right: 1rem;
}
.m-form__pod-time {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.m-form__pod-time .clear-multi {
  width: 60%;
}
.m-form__pod-time .gfield_description {
  order: -1;
  color: #8A8C8F;
  padding-bottom: 0.4rem;
}
.m-form__pod-time .gfield_time_hour {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.m-form__pod-time .gfield_time_hour i {
  margin: 0 2rem;
}
.m-form__textarea.gfield {
  margin-top: 2rem;
  width: 100%;
}
.m-form__textarea.gfield textarea {
  padding: 0.5rem;
}
.m-form .ginput_complex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m-form .ginput_complex .name_first,
.m-form .ginput_complex .name_last,
.m-form .ginput_complex .address_line_1,
.m-form .ginput_complex .address_line_2,
.m-form .ginput_complex .address_city {
  width: 47%;
}
.m-form .ginput_complex input {
  width: 100%;
}
.m-form input,
.m-form select {
  border: none;
  border-bottom: 1px solid #979797;
  font-size: 0.9375rem;
  padding: 0 0 0.625rem 0;
  margin-top: 2.75rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.m-form input::placeholder,
.m-form select::placeholder {
  color: #979797;
}
.m-form input:focus,
.m-form select:focus {
  outline: none;
}
.m-form__input {
  width: 47%;
}
.m-form__select {
  width: 47%;
  padding: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}
.m-form__select:after {
  content: "";
  display: block;
  background-color: #979797;
  height: 1px;
  width: 100%;
  margin-top: 0.25rem;
}
.m-form__select:hover {
  cursor: pointer;
}
.m-form__select:hover:before {
  border-color: #F4BC2F;
}
.m-form__select:focus:before {
  transform: rotate(225deg);
  border-color: #F4BC2F;
}
.m-form select {
  border: none;
  background-color: transparent;
  width: 100%;
  padding: 0;
  display: flex;
  color: #979797;
  appearance: none;
}
.m-form__address .ginput_complex {
  justify-content: space-between;
}
.m-form .address_state,
.m-form .address_zip {
  max-width: 20.5%;
  margin-left: 1.5rem;
}
.m-form .address_state:after {
  content: "";
  display: block;
  background-color: #979797;
  height: 1px;
  width: 100%;
  margin-top: 0.3rem;
}
.m-form .address_state .m-choices:after {
  display: none;
}
.m-form .address_zip {
  margin-left: 2.1rem;
}
.m-form__help {
  width: 100%;
  margin-top: 3rem;
}
.m-form__help label {
  display: block;
  font-size: 0.9375rem;
  color: #979797;
}
.m-form__help .ginput_container_textarea {
  width: 100%;
}
.m-form__help textarea {
  width: 100%;
  border: 1px solid #979797;
  padding: 1rem;
}

.gform_footer {
  position: relative;
  right: 0;
  bottom: -8rem;
  display: flex;
  align-self: flex-end;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  background: #0E76BC;
  padding: 0 0.9rem 0 0;
  height: 5rem;
  width: 5rem;
  transition: all 0.1s ease-out;
}
.gform_footer .gform_button {
  height: 5rem;
  width: 5rem;
  background-color: transparent;
  border-radius: 0px;
  color: #fff;
  font-weight: 600;
  position: relative;
  margin-top: 0;
  padding-bottom: 0;
  border: none;
  position: absolute;
  transform: translateX(-5rem);
  transition: all 0.2s ease-out;
  transition-delay: 0.1s;
}
.gform_footer .gform_button:hover {
  cursor: pointer;
}
.gform_footer:before {
  content: "";
  height: 1rem;
  width: 1rem;
  display: inline-flex;
  vertical-align: middle;
  z-index: 1;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  margin-left: -1rem;
  transition: all 0.1s ease-out;
  order: 1;
}
.gform_footer:after {
  content: "";
  height: 2px;
  width: 1.25rem;
  background-color: #fff;
  display: flex;
  transition: all 0.1s ease-out;
}
.gform_footer:hover {
  cursor: pointer;
  width: 9rem;
}
.gform_footer:hover .gform_button {
  transform: translateX(-1.5rem);
}
.gform_footer:hover:before {
  border-color: #F4BC2F;
}
.gform_footer:hover:after {
  background-color: #F4BC2F;
  width: 1.5rem;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ginput_container {
  border-radius: none;
}

option {
  border-radius: 0px;
}

.validation_message {
  color: red;
  margin-top: 0.25rem;
  font-size: 0.8rem;
  max-width: 100%;
}

.validation_error {
  color: red;
  font-weight: 600;
  margin-top: 3.125rem;
}

@media screen and (max-width: 1023px) {
  .m-form__wrapper {
    width: 100%;
    min-width: 0px;
  }
}
@media (max-width: 768px) {
  .m-form__input, .m-form__select {
    width: 100%;
  }
  .m-form .gform_fields {
    flex-direction: column;
  }
  .m-form__date, .m-form__time {
    width: 100%;
  }
  .m-form__dubs .m-form__input {
    width: 100%;
  }
  .m-form__dubs span,
.m-form__dubs input {
    width: 100%;
  }
  .m-form__dubs .ginput_complex {
    flex-direction: column;
  }
  .m-form__dubs .ginput_complex .name_first,
.m-form__dubs .ginput_complex .name_last {
    width: 100%;
  }
  .m-form__address .ginput_complex {
    flex-direction: column;
  }
  .m-form .ginput_complex .address_line_1,
.m-form .ginput_complex .address_line_2,
.m-form .ginput_complex .address_city {
    width: 100%;
  }
  .m-form .address_state,
.m-form .address_zip {
    max-width: none;
    margin-left: 0;
  }
  .m-form__wrapper {
    margin-bottom: 10rem;
    padding: 3.125rem 3rem;
  }
}

.m-gallery {
  position: relative;
  display: flex;
  flex-direction: column;
}
.m-gallery__wrapper {
  max-width: 1200px;
  height: 538px;
  display: flex;
  position: relative;
  overflow: auto;
}
.m-gallery__wrapper .slick-list {
  display: block;
  position: relative;
}
.m-gallery__wrapper .slick-track {
  position: relative;
}
.m-gallery__image {
  height: 100%;
  width: 56rem;
  height: 100%;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  margin-right: 1.25rem;
}
.m-gallery__image img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  height: 493px;
  object-fit: cover;
}
.m-gallery__image.slick-current {
  max-width: none;
}
.m-gallery__navigation {
  position: absolute;
  width: 17.8125rem;
  background-color: #F1F2F2;
  right: 0;
  line-height: 1.5625rem;
  padding-left: 1rem;
  padding-bottom: 0.75rem;
  display: flex;
}
.m-gallery__navigation .slick-prev {
  display: flex;
  align-items: center;
}
.m-gallery__navigation .slick-prev:after {
  content: "";
  display: inline-flex;
  width: 1px;
  height: 1rem;
  background-color: #0E76BC;
  margin: 0 0.35rem;
}
.m-gallery__wrapper--careers {
  height: auto;
  flex-wrap: wrap;
  flex-direction: row;
}
.m-gallery__wrapper--careers .m-gallery__image {
  height: auto;
  display: block;
  width: 32%;
  overflow: hidden;
  max-height: 23.4375rem;
  margin-top: 1.4375rem;
}
.m-gallery__wrapper--careers .m-gallery__image img {
  width: auto;
  height: 100%;
}
.m-gallery__wrapper--careers .m-gallery__image:first-child, .m-gallery__wrapper--careers .m-gallery__image:last-child {
  width: 66%;
}
.m-gallery__wrapper--careers .m-gallery__image:first-child img, .m-gallery__wrapper--careers .m-gallery__image:last-child img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .m-gallery__navigation {
    width: 80vw;
    bottom: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background: transparent;
    padding: 0;
  }
  .m-gallery__navigation .slick-prev,
.m-gallery__navigation .slick-next {
    color: #0E76BC;
    height: 5rem;
    width: 5rem;
    background-color: #0E76BC;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .m-gallery__navigation .slick-prev:after,
.m-gallery__navigation .slick-next:after {
    position: absolute;
    content: "";
    width: 2rem;
    height: 2rem;
    display: flex;
    border: 2px solid #fff;
    left: 0.75rem;
    right: 0;
    margin: 0 auto;
    top: 1.5rem;
    transform: rotate(45deg);
  }
  .m-gallery__navigation .slick-prev:hover:after,
.m-gallery__navigation .slick-next:hover:after {
    border-color: #cc950b;
  }
  .m-gallery__navigation .slick-prev {
    transform: translateX(-3rem);
  }
  .m-gallery__navigation .slick-prev:after {
    border-right: none;
    border-top: none;
  }
  .m-gallery__navigation .slick-next {
    transform: translateX(3rem);
  }
  .m-gallery__navigation .slick-next:after {
    left: 0;
    right: 0.75rem;
    border-left: none;
    border-bottom: none;
  }
  .m-gallery__wrapper {
    width: 80vw;
    margin: 0 auto;
  }
  .m-gallery__image {
    width: 80vw;
  }
}
@media (max-width: 768px) {
  .m-gallery__wrapper {
    width: 100%;
  }
  .m-gallery__image {
    width: 100vw;
  }
  .m-gallery__navigation {
    width: 100%;
  }
  .m-gallery .slick-prev,
.m-gallery .slick-next {
    color: transparent;
    height: 5rem;
    width: 5rem;
    background-color: #0E76BC;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform: translateX(0);
    box-shadow: 0 0 1rem 0.5rem rgba(255, 255, 255, 0.3);
  }
}

.m-hero-info {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 75rem;
  margin: 0 auto;
}
.m-hero-info span {
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  color: #fff;
}
.m-hero-info .a-header {
  font-size: 0.9375rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.1875rem;
  text-transform: capitalize;
}
.m-hero-info .a-description {
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 4.0625rem;
  letter-spacing: 1.03px;
  text-transform: uppercase;
}
.m-hero-info__description {
  display: flex;
  line-height: 2rem;
  margin-top: 1.1875rem;
}
.m-hero-info__description:before {
  content: "";
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  max-width: 30px;
  height: 2px;
  background-color: #F4BC2F;
  margin-top: 0.8rem;
  margin-right: 1.5625rem;
}
@media screen and (max-width: 1023px) {
  .m-hero-info {
    padding: 0rem 4rem 8rem;
  }
  .m-hero-info__description {
    flex-direction: column;
  }
  .m-hero-info__description:before {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .m-hero-info {
    padding: 0rem 8rem 4rem;
    text-align: center;
  }
}
@media screen and (max-width: 425px) {
  .m-hero-info {
    padding: 0;
    padding: 2rem 2rem 4rem;
    text-align: center;
  }
  .m-hero-info__description {
    flex-direction: column;
    align-items: center;
  }
  .m-hero-info__description:before {
    margin-bottom: 2rem;
  }
}

.m-image-left__wrapper {
  display: flex;
  align-items: center;
}
.m-image-left__image {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex: 1 0 auto;
  background-size: cover;
  box-sizing: border-box;
  padding: 2.0625rem 0;
}
.m-image-left__image:after {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.m-image-left__image .m-image-left__content {
  opacity: 0;
}
.m-image-left__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.m-image-left__content {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 4.25rem 9.375rem 4.25rem 7.5625rem;
  background: #fff;
  flex: 1 0 auto;
}
.m-image-left__content .a-description {
  font-weight: light;
  font-size: 0.9375rem;
  color: #2F3A43;
  letter-spacing: 0.28px;
  line-height: 1.5625rem;
  margin-top: 1.3125rem;
}
.m-image-left__content .a-link--video {
  margin-top: 2.25rem;
  color: #8A8C8F;
}
.m-image-left__content .a-link--video:hover {
  color: #F4BC2F;
}
@media screen and (max-width: 1023px) {
  .m-image-left__wrapper {
    flex-direction: column-reverse;
    margin-top: 3rem;
  }
  .m-image-left__image, .m-image-left__content {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .m-image-left__image, .m-image-left__content {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .m-image-left__content {
    padding: 3rem 2rem;
  }
}

.m-image-right__wrapper {
  display: flex;
  align-items: center;
  padding: 0 7%;
  max-width: 1400px;
  margin: 3.5rem auto 0;
}
.m-image-right__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  background-color: #2F3A43;
  padding: 6.125rem 5.6875rem 6.0625rem 6.3125rem;
}
.m-image-right__content .a-header {
  color: #fff;
}
.m-image-right__content .a-description {
  color: #fff;
  margin-top: 0.625rem;
  font-size: 0.9375rem;
}
.m-image-right__content .a-link {
  margin-top: 2.25rem;
}
.m-image-right__image {
  width: 50%;
  position: relative;
  overflow: hidden;
  max-height: 499px;
}
.m-image-right__image img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .m-image-right__wrapper {
    flex-direction: column;
  }
  .m-image-right__content {
    width: 100%;
  }
  .m-image-right__image {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .m-image-right__wrapper {
    padding: 0;
  }
  .m-image-right__content {
    padding: 4rem;
  }
  .m-image-right__image img {
    width: 100%;
  }
}

.m-industry--right {
  padding-left: 7.5625rem;
  position: absolute;
  right: 0;
  max-height: 575px;
}
.m-industry--left {
  max-width: 55%;
}
.m-industry__head {
  max-width: 43.125rem;
}
.m-industry__head .a-description {
  margin-top: 0.9375rem;
}
.m-industry__list {
  margin-top: 0.9375rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 15.625rem;
}
.m-industry__select {
  font-size: 0.9375rem;
  line-height: 2.5625rem;
  color: #29333A;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  letter-spacing: 0.28px;
}
.m-industry__select:visited {
  color: #29333A;
}
.m-industry__select:before {
  content: "";
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  max-width: 6px;
  height: 2px;
  background-color: #F4BC2F;
  margin-right: 0.625rem;
  transition: all 0.1s linear;
}
.m-industry__select:hover {
  z-index: 2;
}
.m-industry__select:hover:before {
  max-width: 23px;
}
@media screen and (max-width: 1023px) {
  .m-industry--right {
    position: relative;
    width: 100%;
  }
  .m-industry--left {
    max-width: none;
    width: 100%;
  }
  .m-industry__head {
    max-width: none;
  }
  .m-industry__list {
    max-width: none;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .m-industry--right {
    position: relative;
    display: inline-flex;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    min-height: none;
    margin-top: 3rem;
    margin-bottom: -3rem;
    justify-content: center;
  }
  .m-industry--right .a-prev,
.m-industry--right .a-next {
    color: #fff;
  }
  .m-industry--right .a-prev:hover,
.m-industry--right .a-next:hover {
    color: #F4BC2F;
  }
  .m-industry--left {
    width: 100%;
    position: relative;
    display: inline-flex;
    flex-direction: column;
  }
  .m-industry__list {
    height: 24rem;
  }
}
@media screen and (max-width: 425px) {
  .m-industry__head {
    padding: 7.5rem 4rem 0;
  }
  .m-industry__list {
    padding: 2rem 4rem 0;
    height: auto;
    flex-wrap: nowrap;
    margin-left: 2rem;
  }
  .m-industry__select {
    align-items: flex-start;
  }
  .m-industry__select:before {
    margin-top: 1.2rem;
  }
}

.m-join-us {
  margin-top: 1.3125rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.m-join-us .a-header--ups {
  text-transform: uppercase;
  font-size: 1.125rem;
  margin-top: 1.3125rem;
}
.m-join-us .a-description {
  margin-top: 0.8125rem;
}
.m-join-us__position {
  display: flex;
  align-items: flex-start;
  line-height: 2.5625rem;
  width: 45.999%;
  color: #29333A;
}
.m-join-us__position__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0.875rem;
  width: 100%;
}
.m-join-us__position:before {
  content: "";
  position: relative;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 6px;
  height: 2px;
  background-color: #F4BC2F;
  margin-right: 0.625rem;
  transition: all 0.1s linear;
  margin-top: 1.15rem;
}
.m-join-us .a-link {
  display: flex;
  align-self: flex-start;
  margin-top: 1.625rem;
}
.m-join-us__upload-form_wrapper {
  display: none;
}
.m-join-us__advisor {
  font-size: 0.9375rem;
  font-style: italic;
  color: #8A8C8F;
  letter-spacing: 0.28px;
  text-align: center;
  line-height: 1.5625rem;
  margin-top: 7.1875rem;
  display: flex;
}
@media (max-width: 768px) {
  .m-join-us__position {
    width: 45%;
  }
  .m-join-us__position__wrapper {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 425px) {
  .m-join-us__position {
    width: 100%;
  }
  .m-join-us__position__wrapper {
    padding-left: 1rem;
  }
}

.m-lightbox {
  background-color: #fff;
  position: absolute;
  margin: 6.25rem auto;
  padding: 5rem 6.4375rem;
  box-shadow: 0 0 10px 1px rgba(138, 140, 143, 0.2);
  opacity: 0;
  display: flex;
  flex-direction: column;
  transform: translateY(5rem);
  transition: all 0.3s ease-out;
  min-height: 75vh;
  pointer-events: none;
}
.m-lightbox__wrapper {
  position: fixed;
  display: flex;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  opacity: 0;
  z-index: 10;
  z-index: -1;
  transition: opacity 0.1s ease-out;
  display: flex;
  justify-content: center;
  overflow: scroll;
}
.m-lightbox__wrapper.--active {
  opacity: 1;
  z-index: 10;
}
.m-lightbox .a-header {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}
.m-lightbox li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  line-height: 1.25rem;
  margin-top: 1.125rem;
}
.m-lightbox li:before {
  content: "";
  height: 2px;
  width: 0.375rem;
  background-color: #F4BC2F;
  display: inline-block;
  margin-top: 0.7rem;
  margin-right: 0.625rem;
}
.m-lightbox p {
  margin-top: 1rem;
}
.m-lightbox p:first-child {
  margin-top: 0;
}
.m-lightbox p a {
  color: #0E76BC;
}
.m-lightbox p a:hover {
  color: #F4BC2F;
}
.m-lightbox ul {
  margin-bottom: 2rem;
}
.m-lightbox.--active {
  opacity: 1;
  transform: translateY(0);
  z-index: 10;
  pointer-events: auto;
}
.m-lightbox__close {
  position: fixed;
  top: 0;
  right: 0;
  height: 1.875rem;
  width: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0E76BC;
  padding: 0.3125rem;
}
.m-lightbox__close span {
  transform: rotate(45deg);
  pointer-events: none;
  font-size: 1.75rem;
  color: #fff;
  transition: all 0.2s ease-out;
}
.m-lightbox__close:hover {
  cursor: pointer;
}
.m-lightbox__close:hover span {
  transform: rotate(135deg);
}
.m-lightbox__wrapper--videos {
  display: flex;
  align-items: center;
}
.m-lightbox__wrapper--videos * {
  pointer-events: auto;
}
.m-lightbox--video {
  padding: 0;
  min-height: 0;
  width: 70%;
  height: 45%;
}
.m-lightbox--video iframe {
  height: 100%;
}
@media (max-width: 768px) {
  .m-lightbox {
    margin: 0;
  }
  .m-lightbox__close {
    position: fixed;
    z-index: 1;
    padding: 2rem;
  }
  .m-lightbox__close span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 425px) {
  .m-lightbox {
    padding: 3rem 2rem;
  }
}

#m-map {
  width: 58%;
  height: 34.4375rem;
}
#m-map .mapInfoWindowContent {
  border-radius: 0;
  border-left: 4px solid #F4BC2F;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  padding: 0.5rem 1rem;
}
#m-map .gm-style-iw-d {
  overflow: auto !important;
}
#m-map .gm-ui-hover-effect {
  display: none !important;
}
#m-map .gm-style-iw.gm-style-iw-c {
  padding: 0;
  border-radius: 0;
}
@media (max-width: 768px) {
  #m-map {
    width: 100%;
  }
}

.m-map__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 3.75rem;
}
.m-map__info {
  display: flex;
  flex-direction: column;
  padding: 7.8125rem 1rem 9.625rem 6.4375rem;
  background-color: #2F3A43;
  max-width: 24.25rem;
  max-height: 25.875rem;
  margin-top: 2.625rem;
  width: 32%;
  flex-grow: 0;
  height: auto;
  flex-grow: 0;
  flex-shrink: 1;
  text-align: left;
}
.m-map__city {
  font-weight: 600;
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 0.34px;
  line-height: 1.375rem;
  white-space: nowrap;
}
.m-map__address {
  font-weight: 300;
  font-size: 0.9375rem;
  color: #F1F2F2;
  letter-spacing: 0.28px;
  line-height: 1.5625rem;
  margin-top: 0.75rem;
}
.m-map__phone {
  color: #0E76BC;
  font-weight: 600;
  margin-top: 0.9375rem;
}
.m-map__mapview {
  position: absolute;
  background-color: #0E76BC;
  z-index: 1;
  padding: 1.375rem 2.8125rem 1.25rem 1.875rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  bottom: 2.125rem;
  left: 23.625rem;
}
.m-map__mapview a {
  line-height: 2.5625rem;
}
.m-map__mapview a:after {
  content: "";
  display: block;
  position: relative;
  width: 0%;
  height: 1px;
  border-bottom: 2px solid #F4BC2F;
  transition: all 0.2s ease-out;
}
.m-map__mapview a.--active:after {
  width: 100%;
}
.m-map__mapview a:hover {
  cursor: pointer;
}
.m-map__mapview a:hover:after {
  width: 100%;
}
.m-map__zoom {
  position: relative;
  display: flex;
  flex-direction: column;
  right: 1rem;
  top: 4rem;
  z-index: 1;
}
.m-map__zoom span {
  background-color: #0E76BC;
  font-size: 1.625rem;
  font-weight: 600;
  height: 1.875rem;
  width: 1.875rem;
  color: #fff;
  line-height: 1.875rem;
  display: inline-block;
}
.m-map__zoom span:hover {
  cursor: pointer;
  color: #F4BC2F;
}
.m-map__zoom span:first-child {
  border-bottom: 2px solid #2F3A43;
}
@media (max-width: 768px) {
  .m-map__wrapper {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .m-map__info {
    max-width: none;
    max-height: none;
    margin-top: 0;
    width: 100%;
    padding: 2rem;
    order: 0;
    text-align: center;
    align-items: center;
  }
  .m-map__mapview {
    order: -1;
    position: relative;
    bottom: 0;
    right: 0;
    left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .m-map__mapview a {
    text-align: center;
    margin: 0 auto;
  }
}

.m-menu-dropdown__dropdown {
  display: flex;
  justify-content: space-between;
}
.m-menu-dropdown__info {
  max-width: 391px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.m-menu-dropdown__info .a-header {
  font-size: 1.125rem;
  text-transform: uppercase;
}
.m-menu-dropdown__info .a-description {
  margin-top: 1.3125rem;
}
.m-menu-dropdown__info .a-link {
  margin-top: 2.125rem;
}
.m-menu-dropdown__links {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.m-menu-dropdown__links .m-menu-dropdown__parent-link {
  font-weight: 600;
  font-size: 0.9375rem;
  color: #2F3A43;
  letter-spacing: 0.28px;
}
.m-menu-dropdown__links__wrapper {
  margin-top: 1.0625rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 19.75rem;
  width: 100%;
}
.m-menu-dropdown__link {
  font-size: 0.875rem;
  color: #8A8C8F;
  letter-spacing: 0.26px;
  line-height: 2.125rem;
  position: relative;
  width: fit-content;
}
.m-menu-dropdown__link:after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #F4BC2F;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.1s ease-out;
}
.m-menu-dropdown__link:hover:after {
  width: 100%;
}

.m-mobile-nav__hq {
  width: 100%;
  background-color: #fff;
  padding: 1rem;
  display: none;
  align-items: center;
  justify-content: flex-end;
  z-index: 2;
  position: fixed;
}
.m-mobile-nav__hamburger {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 23px;
  height: 30px;
  margin: 0 1rem 0 2rem;
  z-index: 100;
}
.m-mobile-nav__hamburger:hover {
  cursor: pointer;
}
.m-mobile-nav__hamburger span {
  width: 100%;
  height: 3px;
  background-color: #F4BC2F;
  pointer-events: none;
}
.m-mobile-nav__hamburger.--close {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
}
.m-mobile-nav__hamburger.--close span {
  transform: rotate(45deg);
}
.m-mobile-nav__hamburger.--close span:last-child {
  transform: rotate(-45deg);
  position: absolute;
}
.m-mobile-nav__container {
  position: fixed;
  z-index: 2;
  background-color: #2F3A43;
  right: 0;
  top: 0;
  height: 100vh;
  width: 50vw;
  padding-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateX(50vw);
  transition: all 0.2s ease-out;
}
.m-mobile-nav__container .a-link {
  align-self: center;
  width: 70%;
  text-align: center;
  margin-top: 5rem;
}
.m-mobile-nav__container.--active {
  transform: translateX(0);
}
.m-mobile-nav__link {
  list-style: none;
  display: inline-flex;
  font-weight: 600;
  font-size: 1.25rem;
  width: 100%;
  justify-content: space-between;
}
.m-mobile-nav__link:focus {
  background-color: #2F3A43;
}
.m-mobile-nav__link a {
  padding: 1rem 1.5rem 1rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.m-mobile-nav__link a:focus {
  background-color: #2F3A43;
}
.m-mobile-nav__link.--phone a i {
  color: #0E76BC;
}
.m-mobile-nav__link .sub-menu {
  position: absolute;
  height: 100vh;
  width: 50vw;
  background-color: #2F3A43;
  margin: 0;
  transform: translateX(50vw);
  top: 0;
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.2s ease-out;
}
.m-mobile-nav__link .sub-menu .menu-item {
  z-index: 4;
}
.m-mobile-nav__link .sub-menu .menu-item:focus {
  background-color: #2F3A43;
}
.m-mobile-nav__link.menu-item-has-children > a:after {
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #0E76BC;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg);
}
.m-mobile-nav__link.menu-item-has-children.--active .sub-menu {
  transform: translateX(0rem);
}
.m-mobile-nav__link:hover {
  background-color: #D8D9D7;
  cursor: pointer;
}
.m-mobile-nav__back {
  color: #F4BC2F;
  padding: 2rem;
  padding-left: 0.5rem;
  display: flex;
  align-items: center;
}
.m-mobile-nav__back:hover {
  cursor: pointer;
}
.m-mobile-nav__back:hover .a-arrow {
  margin-right: 1.5rem;
}
.m-mobile-nav__back .a-arrow {
  transform: rotate(135deg);
  margin-right: 1rem;
  border-color: #F4BC2F;
}
.m-mobile-nav__back .a-arrow:after, .m-mobile-nav__back .a-arrow:before {
  border-color: #F4BC2F;
}
@media (max-width: 768px) {
  .m-mobile-nav__hq {
    display: flex;
  }
}
@media screen and (max-width: 425px) {
  .m-mobile-nav__container, .m-mobile-nav__link .sub-menu {
    width: 70vw;
    transform: translateX(70vw);
  }
}

.m-navigation__dropdown {
  position: inline-flex;
  padding: 5rem;
  background-color: #fff;
}
.m-navigation__dropdown span {
  color: #fff;
}

.m-navigation-link {
  list-style: none;
}
.m-navigation-link__wrapper {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.m-navigation-link:hover {
  cursor: pointer;
  color: #F4BC2F;
}
.m-navigation-link__link {
  font-size: 0.875rem;
  font-weight: 600;
  margin-right: 2.5625rem;
  color: #04263D;
  text-decoration: none;
  letter-spacing: 0.26px;
  position: relative;
}
.m-navigation-link__link:after {
  content: "";
  height: 2px;
  width: 0%;
  background-color: #04263D;
  position: absolute;
  bottom: -2.3rem;
  display: flex;
  transition: all 0.1s ease-out;
  z-index: 5;
}
.m-navigation-link__link.--active:after {
  width: 100%;
}
.m-navigation-link__link.--activePage {
  color: #04263D;
}
.m-navigation-link__secret__wrapper {
  position: absolute;
  max-height: 0px;
  overflow: hidden;
  left: 0;
  top: 7rem;
  width: 100%;
  background: #fff;
  transition: all 0.2s ease-out;
}
.m-navigation-link__dropdown {
  position: relative;
  padding-top: 3.4375rem;
  padding-right: 12.9375rem;
  padding-bottom: 4.5625rem;
  padding-left: 11.4375rem;
  display: flex;
  justify-content: space-between;
}
.m-navigation-link__dropdown:before {
  content: "";
  width: 82%;
  height: 1px;
  background-color: #8A8C8F;
  position: absolute;
  top: 1rem;
  left: 2rem;
  right: 0;
  margin: 0 auto;
}
.m-navigation-link:hover .m-navigation-link__secret__wrapper {
  max-height: 1000px;
  transition: all 0.2s ease-out;
}
.m-navigation-link:hover .m-navigation-link__link:after {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .m-navigation-link__link {
    margin-right: 1rem;
  }
}

.m-overview--solution__wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 0 12.5625rem;
}
.m-overview--solution__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  max-width: 40.8125rem;
}
.m-overview--solution__left .a-description {
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.75rem;
  color: #29333A;
  margin-top: 0.9375rem;
}
.m-overview--solution__left .a-description p {
  margin-top: 1rem;
}
.m-overview--solution__left .a-description p:first-child {
  margin-top: 0;
}
.m-overview--solution__benefits {
  height: calc(100% + 25px);
  width: 30.6875rem;
  background: #0E76BC;
  display: inline-flex;
  right: 0;
  flex-direction: column;
  padding: 1.75rem 1.4375rem 1.3125rem 1.125rem;
  margin-top: -1.5625rem;
}
.m-overview--solution__benefits .a-link--video {
  color: #fff;
  margin-top: 1.875rem;
}
.m-overview--solution__benefits .a-link--video:hover {
  color: #F4BC2F;
}
.m-overview--solution__benefits .a-link--video :before {
  background-color: #0E76BC;
}
.m-overview--technology {
  text-align: left;
  width: 50%;
  padding-left: 12.5625rem;
}
.m-overview--technology .a-description {
  margin-top: 0.9375rem;
  color: #2F3A43;
}
.m-overview__link-wrapper {
  display: flex;
  align-items: center;
  margin-top: 2.1875rem;
}
.m-overview__link-wrapper .a-link {
  margin-right: 2rem;
}
.m-overview__link-wrapper .a-link--video {
  color: #8A8C8F;
}
.m-overview__link-wrapper .a-link--video:hover {
  color: #F4BC2F;
}
.m-overview__link-wrapper .a-link--blue {
  padding: 0.6875rem 3.75rem;
}
@media screen and (max-width: 1023px) {
  .m-overview--technology {
    width: 100%;
    padding: 0 12.5625rem;
  }
  .m-overview--solution__wrapper {
    flex-direction: column;
    padding: 0 12.5625rem;
  }
  .m-overview--solution__left {
    max-width: none;
  }
  .m-overview--solution__benefits {
    position: relative;
    max-width: none;
    height: 100%;
    width: 70%;
    margin: 2rem auto 0;
    top: 0;
  }
}
@media (max-width: 768px) {
  .m-overview--technology {
    padding: 0 4rem;
  }
  .m-overview--solution__wrapper {
    padding: 0 4rem;
  }
  .m-overview--solution__left {
    max-width: none;
  }
  .m-overview--solution__left .a-description {
    padding: 0;
  }
  .m-overview--solution__benefits {
    position: relative;
    max-width: none;
    height: 100%;
    width: 100%;
    margin: 2rem auto 0;
    top: 0;
    padding: 3rem 1rem 0;
  }
  .m-overview--solution__benefits .a-link--video {
    margin: 1.5rem 4rem;
  }
}
@media screen and (max-width: 425px) {
  .m-overview--solution__wrapper {
    padding: 0;
  }
  .m-overview--solution__wrapper .m-overview--solution__benefits {
    padding-top: 4rem;
  }
  .m-overview--solution__left {
    padding: 0 4rem;
  }
  .m-overview__link-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .m-overview__link-wrapper .a-link {
    width: 70%;
    text-align: center;
  }
  .m-overview__link-wrapper .a-link--blue {
    padding: 1rem 4rem;
  }
  .m-overview__link-wrapper .a-link--video {
    margin: 1rem 0 0;
    width: 100%;
  }
}

.m-partners {
  display: flex;
  justify-content: space-evenly;
  justify-content: center;
  margin-top: 2.8125rem;
}
.m-partners__partner {
  max-width: 12.5rem;
  max-height: 4.6875rem;
  margin-right: 6.25rem;
}
.m-partners__partner:last-child {
  margin-right: 0;
}
.m-partners__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  text-align: left;
  min-width: 100%;
  max-width: 36.8125rem;
  height: 16.375rem;
  box-sizing: content-box;
  opacity: 0;
  transform: translateX(2rem);
  order: 10;
  z-index: -5;
}
.m-partners__info__wrapper {
  display: flex;
  width: 67%;
  position: absolute;
  padding: 4.5625rem 6.375rem 4.5rem;
  background-color: #2F3A43;
  flex-grow: 0;
  left: 0;
}
.m-partners__info.--active {
  position: relative;
  opacity: 1;
  transition: all 0.4s ease-out;
  transform: translateX(0);
  order: 1;
  z-index: 1;
}
.m-partners__info .a-subheader {
  font-weight: 600;
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 0.34px;
  line-height: 1.375rem;
}
.m-partners__info .a-description {
  font-weight: 300;
  font-size: 0.9375rem;
  color: #F1F2F2;
  letter-spacing: 0.28px;
  line-height: 1.5625rem;
  max-width: 36.8125rem;
  margin-top: 0.75rem;
}
.m-partners__info .a-link {
  margin-top: 1.75rem;
}
.m-partners__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.75rem 7.3125rem 3.75rem 6.625rem;
  background: #D8D9D7;
  background: #F1F2F2;
  width: 25.4375rem;
  height: 9.9375rem;
}
.m-partners__logo__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 25.4375rem;
  position: relative;
  width: 27rem;
}
.m-partners__logo img {
  pointer-events: none;
  max-height: 4.375rem;
  max-width: 11.5rem;
  display: flex;
  opacity: 0.3;
  transition: all 0.1s ease-out;
}
.m-partners__logo.--active {
  background: #fff;
  max-width: none;
  width: 27.1875rem;
  box-shadow: 0 0 10px 1px rgba(138, 140, 143, 0.2);
}
.m-partners__logo.--active img {
  opacity: 1;
}
.m-partners__logo:hover {
  cursor: pointer;
}
.m-partners__logo:hover img {
  opacity: 1;
}
.m-partners__selectors__wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  align-items: center;
}
.m-partners__selectors__holder {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.m-partners__selectors__holder .a-header,
.m-partners__selectors__holder .a-subheader {
  margin-left: 6.375rem;
}
.m-partners__selectors__holder .a-description.--in-section-head {
  margin-left: 6.375rem;
  margin-top: 0.625rem;
}
.m-partners__selectors__holder .m-partners__info .a-subheader {
  margin-left: 0;
}
@media screen and (max-width: 1023px) {
  .m-partners__selectors__holder {
    text-align: center;
  }
  .m-partners__selectors__holder .a-header,
.m-partners__selectors__holder .a-subheader {
    margin: 0;
  }
  .m-partners__selectors__wrapper {
    margin-top: 2rem;
    margin-bottom: 10rem;
    flex-direction: column-reverse;
  }
  .m-partners__info__wrapper {
    position: relative;
    width: 100%;
    padding: 3rem;
  }
  .m-partners__info {
    height: auto;
  }
  .m-partners__logo__wrapper {
    flex-basis: initial;
    width: 100%;
  }
  .m-partners__logo {
    flex-grow: 1;
    width: 100%;
    padding: 3.75rem 7.3125rem 3.75rem 6.625rem;
    padding: 2.75rem 0 2.75rem;
    max-width: none;
  }
  .m-partners__logo img {
    height: 3rem;
    width: auto;
  }
  .m-partners__logo.--active {
    width: 100%;
    padding: 3.75rem 7.3125rem 3.75rem 6.625rem;
  }
}
@media (max-width: 768px) {
  .m-partners {
    flex-direction: column;
  }
  .m-partners__partner {
    max-width: none;
    display: block;
    height: 50%;
    width: 50%;
    margin-top: 2rem;
    margin: 2rem auto 0;
  }
}

.m-pagination {
  grid-column-start: span 3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.8125rem;
  margin-bottom: 113px;
  color: #0E76BC;
}
.m-pagination span {
  color: #8A8C8F;
}
.m-pagination span[data-current-page] {
  color: #0E76BC;
  font-size: 1.125rem;
  font-weight: 700;
}
.m-pagination .a-divider {
  margin: 0 0.5rem;
}
.m-pagination a {
  color: #0E76BC;
}
.m-pagination .a-prev,
.m-pagination .a-next {
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: 0.28px;
  color: #0E76BC;
}
.m-pagination .a-prev.disabled,
.m-pagination .a-next.disabled {
  color: #8A8C8F;
  pointer-events: none;
}
.m-pagination .a-prev:hover,
.m-pagination .a-next:hover {
  color: #F4BC2F;
}
.m-pagination .a-prev {
  margin-right: 1.875rem;
}
.m-pagination .a-next {
  margin-left: 1.875rem;
}

.m-post h1,
.m-wysiwyg h1 {
  font-size: 2.8125rem;
  color: #04263D;
  letter-spacing: 0.84px;
  line-height: 3.125rem;
}
.m-post h2,
.m-wysiwyg h2 {
  font-size: 1.875rem;
  color: #04263D;
  letter-spacing: 0.56px;
  line-height: 2.1875rem;
}
.m-post h3,
.m-wysiwyg h3 {
  font-size: 1.625rem;
  color: #04263D;
  letter-spacing: 0.49px;
  line-height: 1.9375rem;
}
.m-post h4,
.m-wysiwyg h4 {
  font-size: 1.25rem;
  color: #04263D;
  letter-spacing: 0.38px;
  line-height: 1.5625rem;
}
.m-post h5,
.m-wysiwyg h5 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0.38px;
  margin-top: 1.4375rem;
}
.m-post h6,
.m-wysiwyg h6 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0.38px;
  margin-top: 1.4375rem;
}
.m-post p,
.m-post text,
.m-post div,
.m-wysiwyg p,
.m-wysiwyg text,
.m-wysiwyg div {
  font-size: 0.9375rem;
  color: #29333A;
  letter-spacing: 0.28px;
  line-height: 1.5625rem;
}
.m-post li,
.m-wysiwyg li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  font-weight: 400;
  font-size: 0.9375rem;
  color: #04263D;
  letter-spacing: 0.28px;
  line-height: 2.5625rem;
}
.m-post li:before,
.m-wysiwyg li:before {
  content: "";
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  max-width: 6px;
  margin-top: 1.2rem;
  height: 2px;
  background-color: #F4BC2F;
  margin-right: 0.625rem;
  transition: all 0.1s linear;
}
.m-post ol,
.m-wysiwyg ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.m-post ol li,
.m-wysiwyg ol li {
  display: list-item;
  counter-increment: my-awesome-counter;
}
.m-post ol li:before,
.m-wysiwyg ol li:before {
  content: counter(my-awesome-counter) ". ";
  color: #F4BC2F;
  background-color: transparent;
}
.m-post a,
.m-wysiwyg a {
  border-bottom: 2px solid #F4BC2F;
  color: #2F3A43;
}
.m-post h1,
.m-post h2,
.m-post h3,
.m-post h4,
.m-post h5,
.m-post h6,
.m-post ul,
.m-post p,
.m-wysiwyg h1,
.m-wysiwyg h2,
.m-wysiwyg h3,
.m-wysiwyg h4,
.m-wysiwyg h5,
.m-wysiwyg h6,
.m-wysiwyg ul,
.m-wysiwyg p {
  margin-top: 1.3125rem;
  padding-left: 4%;
}
.m-post h1:first-child,
.m-post h2:first-child,
.m-post h3:first-child,
.m-post h4:first-child,
.m-post h5:first-child,
.m-post h6:first-child,
.m-post ul:first-child,
.m-post p:first-child,
.m-wysiwyg h1:first-child,
.m-wysiwyg h2:first-child,
.m-wysiwyg h3:first-child,
.m-wysiwyg h4:first-child,
.m-wysiwyg h5:first-child,
.m-wysiwyg h6:first-child,
.m-wysiwyg ul:first-child,
.m-wysiwyg p:first-child {
  margin-top: 0;
}
.m-post h1,
.m-post h2,
.m-post h3,
.m-post h4,
.m-wysiwyg h1,
.m-wysiwyg h2,
.m-wysiwyg h3,
.m-wysiwyg h4 {
  margin-top: 2.6875rem;
}
.m-post h1:first-child,
.m-post h2:first-child,
.m-post h3:first-child,
.m-post h4:first-child,
.m-wysiwyg h1:first-child,
.m-wysiwyg h2:first-child,
.m-wysiwyg h3:first-child,
.m-wysiwyg h4:first-child {
  margin-top: 0;
}
.m-post.--privacy-policy h1,
.m-post.--privacy-policy h2,
.m-post.--privacy-policy h3,
.m-post.--privacy-policy h4,
.m-post.--privacy-policy h5,
.m-post.--privacy-policy h6,
.m-post.--privacy-policy ul,
.m-post.--privacy-policy p,
.m-wysiwyg.--privacy-policy h1,
.m-wysiwyg.--privacy-policy h2,
.m-wysiwyg.--privacy-policy h3,
.m-wysiwyg.--privacy-policy h4,
.m-wysiwyg.--privacy-policy h5,
.m-wysiwyg.--privacy-policy h6,
.m-wysiwyg.--privacy-policy ul,
.m-wysiwyg.--privacy-policy p {
  margin-top: 1.3125rem;
  padding-left: 0;
}
.m-post.--privacy-policy h1:first-child,
.m-post.--privacy-policy h2:first-child,
.m-post.--privacy-policy h3:first-child,
.m-post.--privacy-policy h4:first-child,
.m-post.--privacy-policy h5:first-child,
.m-post.--privacy-policy h6:first-child,
.m-post.--privacy-policy ul:first-child,
.m-post.--privacy-policy p:first-child,
.m-wysiwyg.--privacy-policy h1:first-child,
.m-wysiwyg.--privacy-policy h2:first-child,
.m-wysiwyg.--privacy-policy h3:first-child,
.m-wysiwyg.--privacy-policy h4:first-child,
.m-wysiwyg.--privacy-policy h5:first-child,
.m-wysiwyg.--privacy-policy h6:first-child,
.m-wysiwyg.--privacy-policy ul:first-child,
.m-wysiwyg.--privacy-policy p:first-child {
  margin-top: 0;
}
.m-post.--privacy-policy a,
.m-wysiwyg.--privacy-policy a {
  display: flex;
  width: fit-content;
}

.m-procurement__header {
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 3.125rem;
  letter-spacing: 0.84px;
  color: #fff;
  padding: 1.8125rem 85px;
  background-color: #2F3A43;
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  text-transform: uppercase;
}
.m-procurement__image {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 12.6875rem;
}
.m-procurement__image img {
  background-color: #fff;
  box-shadow: 0 0 10px 1px rgba(138, 140, 143, 0.2);
}
@media screen and (max-width: 1023px) {
  .m-procurement__image {
    margin: 0 6rem;
  }
}
@media (max-width: 768px) {
  .m-procurement__image {
    margin: 0 4rem;
  }
}
@media screen and (max-width: 425px) {
  .m-procurement__image {
    margin: 0;
  }
}

.m-card-quick {
  max-width: 30.33%;
  max-width: 22.6875rem;
  margin-right: 1rem;
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  position: relative;
  margin-right: 2.5rem;
  margin-bottom: 3.125rem;
  text-decoration: none;
}
.m-card-quick__wrapper {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
  padding: 1.875rem 2.5rem 0 6.25rem;
  padding: 4.5625rem 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
  max-width: 75rem;
  margin: 0 auto;
  column-gap: 3.5rem;
}
.m-card-quick__icon {
  width: 4.6875rem;
  height: 4.6875rem;
  position: absolute;
  padding: 0 0.5rem;
  background-color: #04263D;
  display: flex;
  justify-content: center;
  left: 0;
  z-index: 1;
  align-items: center;
}
.m-card-quick__icon img {
  max-height: 42px;
  height: auto;
  max-width: 60px;
  width: 100%;
  object-fit: contain;
}
.m-card-quick__title {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #0E76BC;
  font-weight: 600;
  margin-left: 2.4375rem;
  display: flex;
  position: relative;
  align-items: center;
  height: 7.875rem;
  padding: 0 51px 0 65px;
  background-color: #fff;
  width: 100%;
  text-align: left;
  box-shadow: 0 0 10px 1px rgba(138, 140, 143, 0.2);
  text-transform: uppercase;
}
.m-card-quick__title .a-arrow {
  position: absolute;
  right: 0;
  margin-right: 2rem;
}
.m-card-quick:hover h3 {
  color: #F4BC2F;
}
.m-card-quick:hover h3 span {
  border-color: #F4BC2F;
  transform: rotate(-45deg) translate(0.3125rem, 0.5rem);
}
.m-card-quick:hover h3 span:after {
  transform: rotate(45deg) translate(-0.3125rem, 0px);
  border-color: #F4BC2F;
  background-color: #F4BC2F;
}
.m-card-quick:hover h3 span:before {
  border-color: #F4BC2F;
  background-color: #F4BC2F;
}
@media screen and (max-width: 1023px) {
  .m-card-quick__wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .m-card-quick:nth-child(odd) {
    justify-self: end;
  }
}
@media (max-width: 768px) {
  .m-card-quick {
    max-width: 70%;
  }
  .m-card-quick__wrapper {
    grid-template-columns: 1fr;
  }
  .m-card-quick, .m-card-quick:nth-child(odd) {
    justify-self: center;
  }
}

.m-quote-block__wrapper {
  background-color: #29333A;
  padding: 3.6875rem 6.25rem 6.875rem 2.5rem;
  height: 100%;
  max-width: 30.6875rem;
  min-height: 35.9375rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.m-quote-block__wrapper.who {
  height: calc(100% + 25px);
  width: 30.6875rem;
  background: #0E76BC;
  display: inline-flex;
  top: -1.5625rem;
  right: 0;
  flex-direction: column;
  padding: 4.75rem 6.4375rem 5.3125rem 5.125rem;
  max-height: none;
}
.m-quote-block__wrapper.who .m-quote-block__character {
  text-align: left;
}
.m-quote-block__wrapper.who .m-quote-block__holder, .m-quote-block__wrapper.who .m-quote-block__blockquote {
  max-height: none;
  text-align: left;
  position: relative;
  max-width: none;
  display: flex;
  width: 100%;
  box-sizing: content-box;
  overflow: auto;
  padding: 0;
}
.m-quote-block__wrapper.who .m-quote-block__blockquote {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.m-quote-block__wrapper.who .a-link--video {
  margin-top: 29px;
  margin-left: 3rem;
  color: #fff;
}
.m-quote-block__wrapper.who .a-link--video:hover {
  color: #F4BC2F;
}
.m-quote-block__character {
  font-weight: 700;
  font-size: 5rem;
  line-height: 4rem;
  color: #fff;
  opacity: 0.14;
}
.m-quote-block__holder {
  display: flex;
  width: 100%;
  box-sizing: content-box;
  position: relative;
  margin-left: 3rem;
  overflow: hidden;
}
.m-quote-block__blockquote {
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: 0.38px;
  line-height: 2.4375rem;
  position: absolute;
  min-height: 18.4375rem;
  transform: translateX(5rem);
  opacity: 0;
}
.m-quote-block__blockquote.--active {
  position: relative;
  transform: translateX(0);
  opacity: 1;
}
.m-quote-block__navigation {
  color: #0E76BC;
  padding-left: 2.625rem;
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
}
.m-quote-block__navigation span {
  margin: 0 0.5rem;
  color: #F1F2F2;
}
.m-quote-block__navigation:before {
  content: "";
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  max-width: 30px;
  height: 2px;
  background-color: #F4BC2F;
  margin-right: 0.9375rem;
  transition: all 0.1s linear;
}
.m-quote-block__navigation .a-next,
.m-quote-block__navigation .a-prev {
  color: #F1F2F2;
}
.m-quote-block__navigation .a-next:hover,
.m-quote-block__navigation .a-prev:hover {
  color: #F4BC2F;
}
@media screen and (max-width: 1023px) {
  .m-quote-block__wrapper {
    width: 90%;
    max-width: none;
    position: relative;
    display: inline-flex;
    min-height: 0px;
    padding: 3.6875rem 4rem 2rem 2.5rem;
  }
  .m-quote-block__wrapper.who {
    position: relative;
    height: auto;
    width: 100%;
    margin-top: 3rem;
  }
  .m-quote-block__wrapper.who .m-quote-block__holder {
    width: auto;
  }
  .m-quote-block__wrapper.who .m-quote-block__blockquote {
    min-height: 0;
  }
  .m-quote-block__holder {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .m-quote-block__wrapper {
    max-width: none;
    min-height: 0;
    padding-bottom: 6rem;
  }
  .m-quote-block__blockquote {
    min-height: 0;
  }
}
@media screen and (max-width: 425px) {
  .m-quote-block__wrapper.who {
    padding: 2rem 1rem 2rem 2rem;
  }
}

/**
* * RESOURCE MOLECULE
*/
.m-resource__info {
  max-width: 30.6875rem;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 3.75rem;
  box-sizing: content-box;
}
.m-resource__info .a-subheader {
  margin-top: 0.8125rem;
}
.m-resource__info .a-description {
  margin-top: 0.9375rem;
}
.m-resource__info .a-link {
  margin-top: 1.875rem;
}
@media screen and (max-width: 1023px) {
  .m-resource__info {
    max-width: none;
    padding: 0 4.734375rem;
    margin-right: 0;
  }
}

.m-resource-filter__wrapper {
  display: flex;
}
.m-resource-filter__tags {
  display: flex;
  position: relative;
  max-width: 308px;
  width: 100%;
}
.m-resource-filter__tags select {
  display: inline-flex;
  position: relative;
  color: #29333A;
  width: 100%;
  border: none;
  background: transparent;
  border-radius: 0px;
  border-bottom: 1px solid #D8D9D7;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.1875rem;
  letter-spacing: 0.28px;
  padding-bottom: 10px;
}
.m-resource-filter__tags select:focus {
  outline: none;
}
.m-resource-filter__categories {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.m-resource-filter__category {
  text-decoration: none;
  color: #29333A;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  letter-spacing: 0.28px;
  position: relative;
}
.m-resource-filter__category:after {
  content: "";
  display: inline-flex;
  width: 0%;
  height: 4px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #F4BC2F;
  left: 0;
  transition: all 0.1s ease-out;
}
.m-resource-filter__category:focus {
  outline: none;
}
.m-resource-filter__category.active:after {
  width: 100%;
}
.m-resource-filter__category:hover:after {
  width: 100%;
}
.m-resource-filter__category:visited {
  color: #29333A;
}
.m-resource-filter__wrapper .m-choices {
  width: 100%;
  border-bottom: 1px solid #979797;
}
.m-resource-filter__wrapper .m-choices__item {
  color: #979797;
}
.m-resource-filter__wrapper .m-choices__list {
  margin-top: 0;
  background-color: #F1F2F2;
}
.m-resource-filter__wrapper .m-choices__list--dropdown {
  z-index: 1;
}
.m-resource-filter__wrapper .m-choices__list--dropdown .m-choices--item:first-child {
  display: block;
}
@media screen and (max-width: 1023px) {
  .m-resource-filter__wrapper {
    flex-direction: column-reverse;
  }
  .m-resource-filter__categories {
    justify-content: center;
    flex-wrap: wrap;
  }
  .m-resource-filter__category {
    margin-right: 1rem;
    margin-top: 1rem;
  }
  .m-resource-filter__tags {
    max-width: none;
    margin-top: 3rem;
  }
}

.m-resource-hub {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 56px 16px;
  margin-top: 3.125rem;
}
.m-resource-hub__featured {
  display: grid;
  grid-template-columns: 1fr 390px;
  column-gap: 19px;
  max-height: 387px;
  margin-top: 1.75rem;
}
.m-resource-hub__wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 6.125rem 7.5rem 6.125rem;
}
.m-resource-hub a:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .m-resource-hub {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 0;
  }
  .m-resource-hub__featured {
    display: flex;
    flex-direction: column;
    max-height: none;
  }
  .m-resource-hub__featured .m-featured-link {
    max-height: none;
    height: 30rem;
    margin-top: 1rem;
  }
  .m-resource-hub .m-card--post {
    width: 45%;
    margin-right: 0;
    margin-bottom: 4rem;
  }
  .m-resource-hub .m-pagination {
    align-self: flex-end;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .m-resource-hub {
    justify-content: center;
  }
  .m-resource-hub .m-card--post {
    width: 70%;
  }
  .m-resource-hub .m-pagination {
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 425px) {
  .m-resource-hub .m-card--post {
    width: 100%;
  }
  .m-resource-hub__wrapper {
    padding: 0 2rem;
  }
}

.m-secondary-navigation-link {
  list-style: none;
  font-size: 0.8125rem;
  line-height: 1rem;
  margin-right: 1.6875rem;
  color: #04263D;
  font-weight: 400;
}
.m-secondary-navigation-link__wrapper {
  display: flex;
  padding: 0;
  margin: 0;
}
.m-secondary-navigation-link a {
  text-decoration: none;
  color: #04263D;
}
.m-secondary-navigation-link:hover {
  cursor: pointer;
}

.m-sidebar {
  width: 13.9375rem;
  margin-left: 7.25rem;
  display: flex;
  flex-direction: column;
}
.m-sidebar span {
  font-weight: 600;
  font-size: 1.125rem;
  color: #0E76BC;
  letter-spacing: 0.34px;
  line-height: 1.375rem;
  text-transform: uppercase;
}
.m-sidebar .a-tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.9375rem;
  width: 13.9375rem;
}
.m-sidebar .a-share {
  margin-top: 1.875rem;
}
.m-sidebar .a-tag--link {
  font-weight: 300;
  font-size: 0.9375rem;
  color: #2F3A43;
  letter-spacing: 0.28px;
  line-height: 1.5625rem;
  margin-right: 0.35rem;
  transition: all 0.1s ease-out;
}
.m-sidebar .a-tag--link:hover {
  color: #F4BC2F;
}
.m-sidebar .a-tag--link:after {
  content: ",";
}
.m-sidebar .a-tag--link:last-child:after {
  content: "";
}
.m-sidebar--contact-us {
  margin-right: 6.3125rem;
  width: 100%;
}
.m-sidebar--contact-us__call, .m-sidebar--contact-us__corporate {
  border-bottom: 2px solid #29333A;
  padding-bottom: 1.5rem;
}
.m-sidebar--contact-us .m-social-share {
  margin-top: 2.4375rem;
}
.m-sidebar__header {
  font-weight: 600;
  font-size: 0.9375rem;
  color: #0E76BC;
}
.m-sidebar__more p {
  font-weight: 300;
  font-size: 1.0625rem;
  color: #04263D;
  letter-spacing: 0.32px;
  line-height: 1.75rem;
  margin-top: 0.9375rem;
}
.m-sidebar__more p p:not(first-child) {
  padding-top: 1.5rem;
}
.m-sidebar__section-head {
  font-weight: 600;
  font-size: 1.125rem;
  color: #0E76BC;
  letter-spacing: 0.34px;
  line-height: 1.375rem;
  margin-top: 1.875rem;
}
.m-sidebar__section-head + .m-sidebar__contact {
  margin-top: 0.625rem;
}
.m-sidebar__office-city {
  font-weight: bold;
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: 0.28px;
}
.m-sidebar__office-address {
  font-weight: 300;
}
.m-sidebar__office-address + .m-sidebar__contact {
  margin-top: 0.625rem;
}
.m-sidebar__office-address:hover {
  color: #F4BC2F;
}
.m-sidebar__contact {
  color: #0E76BC;
  font-weight: 600;
}
.m-sidebar__contact a {
  color: #04263D;
  font-weight: 500;
  letter-spacing: 0.28px;
  line-height: 1.5625rem;
}
.m-sidebar__contact:hover a {
  color: #F4BC2F;
}
.m-sidebar--single-post {
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
  display: inline-flex;
}
@media screen and (max-width: 1023px) {
  .m-sidebar--contact-us {
    display: flex;
    flex-wrap: wrap;
    max-width: none;
    margin-bottom: 3rem;
    justify-content: flex-start;
  }
  .m-sidebar--contact-us__corporate, .m-sidebar--contact-us__call {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
  }
  .m-sidebar--contact-us__corporate .m-sidebar__section-head, .m-sidebar--contact-us__call .m-sidebar__section-head {
    justify-self: flex-start;
  }
  .m-sidebar--contact-us__corporate {
    margin-right: 3rem;
  }
  .m-sidebar--contact-us__call .m-sidebar__section-head {
    position: absolute;
    top: 0;
  }
  .m-sidebar--contact-us .m-social-share {
    width: 100%;
    margin-top: 3rem;
  }
  .m-sidebar .a-tags {
    width: 100%;
    margin-left: 2.5rem;
  }
  .m-sidebar .m-social-share {
    margin-top: 1rem;
    margin-left: 2.5rem;
  }
}
@media (max-width: 768px) {
  .m-sidebar--contact-us {
    flex-direction: column;
    padding: 0 4rem;
  }
  .m-sidebar--contact-us__call .m-sidebar__section-head {
    position: relative;
  }
  .m-sidebar--single-post {
    margin-bottom: 7.5rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 425px) {
  .m-sidebar--single-post {
    margin: 0 3rem;
  }
  .m-sidebar--single-post .a-tags {
    width: 20rem;
  }
}

.single-post-page {
  display: block;
  padding: 0 10%;
  padding-top: 7.5rem;
}

.m-single-post h1,
.m-single-post h2,
.m-single-post h3,
.m-single-post h4 {
  text-transform: uppercase;
}
.m-single-post__wrapper {
  display: inline-block;
  padding-bottom: 7.3125rem;
  max-width: 1400px;
  width: 57%;
  order: -1;
}
.m-single-post__wrapper.--privacy-policy {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .m-single-post__wrapper {
    flex-direction: column;
  }
  .m-single-post__wrapper .m-sidebar {
    margin-top: 5rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .m-single-post__wrapper {
    padding: 0;
    width: 100%;
  }
}

.m-scroll-tabber__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.m-scroll-tabber__image {
  height: 39.4375rem;
  height: 100%;
  width: 50%;
  position: relative;
  left: 0;
  overflow: hidden;
}
.m-scroll-tabber__image .a-overlay {
  opacity: 0.3;
}
.m-scroll-tabber__image img {
  width: auto;
  height: 100%;
  object-fit: cover;
  height: 39.4375rem;
  transform: scale(1.1);
}
.m-scroll-tabber__selector {
  font-size: 0.9375rem;
  color: #D8D9D7;
  position: relative;
  transition: all 0.1s ease-out;
  word-break: keep-all;
  width: fit-content;
  list-style: none;
  line-height: 2.5625rem;
}
.m-scroll-tabber__selector:after {
  content: "";
  width: 0%;
  height: 0.125rem;
  border-bottom: 0.125rem solid #F4BC2F;
  display: inline-flex;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.1s ease-out;
}
.m-scroll-tabber__selector:hover {
  cursor: pointer;
  color: #fff;
}
.m-scroll-tabber__selector:hover:after {
  width: 100%;
}
.m-scroll-tabber__selector.--active {
  font-weight: 600;
  color: #fff;
  word-break: keep-all;
}
.m-scroll-tabber__selector.--active:after {
  width: 100%;
}
.m-scroll-tabber__selector__shell {
  padding: 1.25rem 1.6875rem 1.3125rem 1.875rem;
  position: absolute;
  z-index: 1;
  bottom: 7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateX(-7.5rem);
  background: #0E76BC;
  color: #fff;
  max-height: 15.375rem;
  display: flex;
  max-width: 18.75rem;
}
.m-scroll-tabber__selector__wrapper {
  height: auto;
  min-width: 15.1875rem;
  width: 100%;
  position: relative;
  overflow-Y: scroll;
  padding-right: 2.46875rem;
  margin: 0;
}
.m-scroll-tabber__selector__wrapper::-webkit-scrollbar {
  position: absolute;
  width: 2px;
}
.m-scroll-tabber__selector__wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #29333A;
  width: 2px;
}
.m-scroll-tabber__selector__wrapper::-webkit-scrollbar-thumb {
  background: #F4BC2F;
}
.m-scroll-tabber__content {
  padding: 6.3125rem 6.4375rem 4.4375rem 7.5rem;
  width: 50%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.m-scroll-tabber__title {
  margin: 0;
  margin-top: 2.6875rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
  color: #0E76BC;
  width: 100%;
  display: flex;
}
.m-scroll-tabber__title:before {
  content: "";
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  max-width: 30px;
  height: 2px;
  background-color: #F4BC2F;
  margin-top: 0.5rem;
  margin-right: 0.875rem;
}
.m-scroll-tabber__description {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.5625rem;
  color: #29333A;
  margin-left: 3rem;
  margin-top: 1rem;
}
.m-scroll-tabber__navigation {
  font-size: 0.9375rem;
  color: #0E76BC;
  line-height: 1.5625rem;
  margin-left: 1.875rem;
}
.m-scroll-tabber__navigation__wrapper {
  display: flex;
  align-items: center;
  margin: 0;
  margin-top: 1.5rem;
  margin-left: 3rem;
}
.m-scroll-tabber__navigation a {
  color: #0E76BC;
  text-decoration: none;
  line-height: 1.5625rem;
}
@media screen and (min-width: 1200px) {
  .m-scroll-tabber__image img {
    width: 100%;
    transform: scale(1.5);
  }
}
@media screen and (max-width: 1023px) {
  .m-scroll-tabber__wrapper {
    flex-direction: column-reverse;
  }
  .m-scroll-tabber__selector__wrapper {
    transition: all 0.2s ease-out;
    overflow: hidden;
    max-height: none;
    display: flex;
    flex-direction: column;
  }
  .m-scroll-tabber__selector__shell {
    order: 1;
    top: 0;
    position: relative;
    max-width: none;
    width: 100%;
    transform: translate(0);
    max-height: 5.5rem;
    display: block;
    overflow: auto;
    transition: all 0.2s ease-out;
  }
  .m-scroll-tabber__selector__shell:hover {
    max-height: 100rem;
  }
  .m-scroll-tabber__selector {
    height: 4rem;
  }
  .m-scroll-tabber__selector:after {
    bottom: 1.5rem;
  }
  .m-scroll-tabber__selector.--active {
    order: -1;
  }
  .m-scroll-tabber__image {
    width: 100%;
    order: -1;
  }
  .m-scroll-tabber__image img {
    width: 100%;
    height: auto;
  }
  .m-scroll-tabber__content {
    width: 100%;
    align-self: flex-start;
  }
}
@media screen and (max-width: 425px) {
  .m-scroll-tabber__content {
    padding: 2rem;
  }
  .m-scroll-tabber__selector {
    width: 100%;
  }
  .m-scroll-tabber__selector.--active:after {
    width: 30%;
  }
}

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  display: flex;
  flex-direction: row;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-track .slick-loading {
  visibility: hidden;
}

.slick-slide {
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-slide .slick-initialized {
  display: block;
}
.slick-slide .slick-loading {
  visibility: hidden;
}
.slick-slide .slick-vertical {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.m-sitemap {
  padding: 7.5rem 10.875rem 7.5rem 6.25rem;
}
.m-sitemap__section {
  margin-top: 3.75rem;
}
.m-sitemap__parent {
  font-weight: 600;
  font-size: 1.125rem;
  color: #0E76BC;
  letter-spacing: 0.34px;
  line-height: 1.375rem;
}
.m-sitemap__children__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 1rem;
}
.m-sitemap__child {
  color: #A2ADBD;
  line-height: 2.5rem;
  word-break: keep-all;
  width: fit-content;
  transition: all 0.2s ease-out;
  margin-bottom: 1rem;
}
.m-sitemap__child:after {
  content: "";
  max-width: 0%;
  width: 100%;
  height: 2px;
  background-color: #F4BC2F;
  display: flex;
  transition: all 0.2s ease-out;
}
.m-sitemap__child:hover:after {
  max-width: 100%;
}
.m-social-share {
  display: flex;
  margin-top: 0.625rem;
}
.m-social-share a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0E76BC;
  border: 2px solid #0E76BC;
  font-size: 0.9375rem;
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1.125rem;
  transition: all 0.1s ease-out;
}
.m-social-share a:after {
  content: "";
}
.m-social-share a:hover {
  background-color: transparent;
  border-color: #F4BC2F;
  color: #F4BC2F;
}
@media screen and (max-width: 1023px) {
  .m-social-share a {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
}

.m-stat {
  display: flex;
  flex-direction: column;
  max-width: 285px;
  margin-bottom: 1.5625rem;
  width: 45%;
}
.m-stat__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 0 6.25rem;
  width: 60%;
}
.m-stat__info {
  max-width: 692px;
}
.m-stat__info .a-description {
  margin-top: 0.9375rem;
}
.m-stat__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 691px;
  margin-top: 1.5625rem;
}
.m-stat__statistic {
  font-weight: 700;
  font-size: 2.8125rem;
  color: #ED8500;
  letter-spacing: 0.84px;
  line-height: 3.125rem;
}
.m-stat__description {
  font-weight: 600;
  font-size: 1rem;
  color: #072A47;
  letter-spacing: 0.3px;
  line-height: 1.5rem;
  margin-top: 7px;
}
@media screen and (max-width: 1023px) {
  .m-stat__wrapper {
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .m-stat__info, .m-stat__container {
    padding: 0 4rem;
  }
}

.m-static-gallery__wrapper {
  display: flex;
}
.m-static-gallery__wrapper .m-gallery__image {
  display: flex;
  margin-top: 0;
  margin-bottom: 1.4375rem;
}
.m-static-gallery__wrapper .m-gallery__image:first-child, .m-static-gallery__wrapper .m-gallery__image:last-child {
  width: 64%;
}
@media screen and (max-width: 1023px) {
  .m-static-gallery__wrapper {
    justify-content: space-between;
  }
  .m-static-gallery__wrapper .m-gallery__image {
    width: 46%;
    margin-right: 0;
  }
  .m-static-gallery__wrapper .m-gallery__image:first-child, .m-static-gallery__wrapper .m-gallery__image:last-child {
    width: 100%;
  }
}

.m-tabber {
  margin-top: 1.5rem;
  margin: 1.5rem auto 0 auto;
  max-width: 1440px;
}
.m-tabber__select {
  list-style: none;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.1875rem;
  color: #04263D;
  position: relative;
  margin-top: 1rem;
  margin-right: 3.125rem;
}
.m-tabber__select__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.m-tabber__select:after {
  content: "";
  height: 2px;
  width: 0%;
  background-color: #F4BC2F;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: all 0.1s ease-out;
}
.m-tabber__select:last-child {
  margin-right: 0;
}
.m-tabber__select[aria-selected=true]:after {
  width: 100%;
}
.m-tabber__select:hover {
  cursor: pointer;
}
.m-tabber__select:hover:after {
  width: 100%;
}
.m-tabber__view {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  margin-top: 1.5625rem;
  transition: all 0.1s ease-out;
}
.m-tabber__content {
  max-width: 50%;
  width: 50%;
  background-color: #29333A;
  padding: 5.1875rem 5.625rem 4.9375rem 6.1875rem;
  text-align: left;
  max-height: 27.0625rem;
  min-height: 100%;
  box-sizing: border-box;
  display: inline-flex;
  align-items: flex-start;
  height: 27.0625rem;
}
.m-tabber__content h3 {
  margin-top: 1.5rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
  text-transform: uppercase;
}
.m-tabber__content p {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.5625rem;
  color: #F1F2F2;
  margin-top: 0.6rem;
}
.m-tabber__content .a-link {
  margin-top: 2.5rem;
}
.m-tabber__content .a-link--video {
  color: #F1F2F2;
}
.m-tabber__content .a-link--video:before {
  background-image: url("../fonts/3Qs4Bo9iRQXc.svg");
}
.m-tabber__content .a-link--video:hover {
  color: #F4BC2F;
}
.m-tabber__content img {
  max-width: 4.6875rem;
  max-height: 2.3125rem;
}
.m-tabber__info {
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  word-break: break-all;
  box-sizing: border-box;
  position: relative;
  flex: 1;
}
.m-tabber__info p {
  display: flex;
  box-sizing: content-box;
  flex-grow: 0;
  flex-shrink: 1;
}
.m-tabber__button-wrapper {
  display: flex;
  align-items: center;
}
.m-tabber__button-wrapper .a-video--blue {
  height: 0%;
}
.m-tabber__button-wrapper .a-link--video {
  margin-left: 2.34375rem;
  max-height: 2.75rem;
  flex-grow: 0;
}
.m-tabber__image {
  max-height: 31.1875rem;
  height: 100%;
  min-width: 49%;
  width: 49%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
}
.m-tabber__image img {
  height: 100%;
  width: auto;
  object-fit: cover;
  height: 31.1875rem;
}
@media screen and (max-width: 1023px) {
  .m-tabber__view {
    flex-direction: column-reverse;
    position: relative;
    margin-top: 3rem;
  }
  .m-tabber__content {
    max-width: none;
    width: 100%;
    order: 1;
    align-self: flex-start;
  }
  .m-tabber__image {
    max-width: none;
    width: 100%;
    align-self: flex-end;
    position: relative;
  }
  .m-tabber__image img {
    width: 100%;
    height: auto;
    object-position: 50% 50%;
    object-fit: cover;
  }
  .m-tabber__select__wrapper {
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .m-tabber__view {
    flex-direction: column;
    position: relative;
    margin-top: 3rem;
  }
  .m-tabber__content {
    max-width: none;
    width: 100%;
    margin-top: 0;
    padding: 10% 5%;
    z-index: 1;
    align-self: center;
    order: -1;
  }
  .m-tabber__info {
    align-items: center;
    text-align: center;
  }
  .m-tabber__image {
    width: 100%;
    align-self: center;
    z-index: 0;
  }
  .m-tabber__select {
    text-align: center;
    margin-right: 0;
    margin-top: 1.5rem;
  }
  .m-tabber__select__wrapper {
    justify-content: space-evenly;
    padding: 0 2rem;
  }
  .m-tabber__select:nth-child(odd) {
    text-align: center;
  }
  .m-tabber__select {
    margin: 0;
    padding: 0.5rem 0;
    width: 100%;
    background: linear-gradient(to right, #F4BC2F 50%, #F1F2F2 50%);
    background-size: 200% 100%;
    background-position: 100% 100%;
    transition: all 0.2s ease-out;
    text-align: center;
  }
  .m-tabber__select__wrapper {
    flex-direction: column;
  }
  .m-tabber__select[aria-selected=true] {
    background-position: 0% 100%;
  }
  .m-tabber__select[aria-selected=true]:after {
    display: none;
  }
  .m-tabber__select:nth-child(odd) {
    text-align: center;
  }
  .m-tabber__select:nth-child(odd):after {
    right: auto;
    left: 0;
  }
  .m-tabber__view {
    margin-top: 1rem;
    flex-direction: column;
  }
  .m-tabber__content, .m-tabber__image {
    max-width: none;
    width: 100%;
  }
}

.m-tech-need {
  display: flex;
  flex-direction: column;
  max-width: 303px;
  min-width: 33.33%;
  align-items: center;
  margin-bottom: 4.375rem;
  padding: 0 3rem;
}
.m-tech-need__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 73px;
}
.m-tech-need__wrapper .m-tech-need .a-description {
  margin-top: 1.25rem;
}
.m-tech-need .a-header {
  text-transform: uppercase;
}
.m-tech-need__icon {
  max-height: 4.3125rem;
}
.m-tech-need .a-description {
  margin-top: 1.125rem;
}
@media screen and (max-width: 1023px) {
  .m-tech-need {
    margin-top: 3rem;
  }
  .m-tech-need__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .m-tech-need:first-child {
    margin-top: 0;
  }
}

.m-timeline__wrapper {
  max-width: 1400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 0 1.3125rem;
}
.m-timeline__top, .m-timeline__bottom {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.m-timeline__top {
  padding-left: 8%;
}
.m-timeline__top .m-timeline__year {
  color: #8A8C8F;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  letter-spacing: 0.28px;
  width: fit-content;
  padding-right: 5vw;
}
.m-timeline__bottom {
  padding-left: 2%;
}
.m-timeline__bottom .m-timeline__year {
  color: #8A8C8F;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  letter-spacing: 0.28px;
  width: fit-content;
  padding-right: 7.5%;
  padding-right: 5.1vw;
}
.m-timeline__year {
  transition: all 0.1s ease-out;
  position: relative;
}
.m-timeline__year:after {
  content: "";
  width: 0%;
  height: 2px;
  border-bottom: 2px solid #F4BC2F;
  display: block;
  transition: all 0.1s ease-out;
}
.m-timeline__year:hover {
  cursor: pointer;
  color: #F4BC2F;
}
.m-timeline__year:hover:after {
  width: 100%;
}
.m-timeline__year.--active:after {
  width: 100%;
  color: #F4BC2F;
}
.m-timeline__timeline {
  margin: 1.5625rem 0;
  width: 100%;
  -webkit-appearance: none;
  background-color: transparent;
  background-color: #8A8C8F;
  background: linear-gradient(to right, #EE7820 5%, #8A8C8F 5%);
  border: none !important;
  border-radius: none;
  padding: 0 4%;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-out;
}
.m-timeline__timeline:focus {
  outline: none;
}
.m-timeline__timeline::-webkit-slider-runnable-track {
  height: 2px;
  border: none;
  -webkit-appearance: none;
  display: flex;
  border-radius: 0 !important;
}
.m-timeline__timeline::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-top: -0.2rem;
  background-color: #EE7820;
  color: #EE7820;
  box-sizing: content-box;
  position: relative;
}
.m-timeline__timeline::-webkit-slider-thumb:before {
  background-color: red;
}
.m-timeline__timeline::-webkit-slider-thumb:after {
  content: "";
  height: 20px;
  width: 20px;
  background: transparent;
  border: 1px solid #EE7820;
  display: inline-block;
}
.m-timeline__info .a-header {
  margin-top: 2.4375rem;
}
@media screen and (min-width: 1200px) {
  .m-timeline__top .m-timeline__year {
    padding-right: 7.2%;
  }
  .m-timeline__bottom .m-timeline__year {
    padding-right: 7%;
  }
}
@media screen and (max-width: 1023px) {
  .m-timeline__wrapper {
    overflow: scroll;
    margin: 0 4rem;
  }
}
@media (max-width: 768px) {
  .m-timeline__info {
    padding: 0 5rem;
  }
  .m-timeline__wrapper {
    padding: 0 0 5rem 0;
    margin: 0;
  }
  .m-timeline__top .m-timeline__year, .m-timeline__bottom .m-timeline__year {
    padding-right: 7.5%;
    transform: rotate(-35deg);
  }
  .m-timeline__timeline {
    margin: 0.5rem 0;
  }
  .m-timeline__top {
    margin-bottom: 2rem;
    justify-content: space-between;
    padding-top: 0.5rem;
  }
  .m-timeline__top .m-timeline__year {
    padding-right: 0;
  }
  .m-timeline__bottom {
    justify-content: space-between;
    padding-right: 2rem;
    padding-top: 1.5rem;
  }
  .m-timeline__bottom .m-timeline__year {
    padding-right: 0;
  }
}

.m-who__wrapper {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 12.5625rem;
  position: relative;
  justify-content: space-between;
}
.m-who__info {
  text-align: left;
  max-width: 31.8125rem;
}
.m-who__info p {
  margin-top: 1rem;
}
.m-who__info p:first-child {
  margin-top: 0;
}
.m-who__info .a-description {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 1023px) {
  .m-who__wrapper {
    flex-direction: column;
    padding: 0 12.5625rem;
  }
  .m-who__info {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .m-who__wrapper {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 425px) {
  .m-who__wrapper {
    padding: 0;
  }
  .m-who__info {
    padding: 0 2rem;
  }
}

.m-wysiwyg {
  padding: 0;
  margin: 0;
}
.m-wysiwyg p,
.m-wysiwyg ul,
.m-wysiwyg h1,
.m-wysiwyg h2,
.m-wysiwyg h3,
.m-wysiwyg h4,
.m-wysiwyg h5,
.m-wysiwyg h6 {
  padding-left: 2.9375rem;
}
.m-wysiwyg h1,
.m-wysiwyg h2,
.m-wysiwyg h3,
.m-wysiwyg h4,
.m-wysiwyg h5,
.m-wysiwyg h6 {
  text-transform: uppercase;
  font-weight: 700;
}
.m-wysiwyg h1 {
  font-size: 2.8125rem;
  line-height: 3.125rem;
}
.m-wysiwyg h2 {
  font-size: 2.1875rem;
  line-height: 2.1875rem;
}
.m-wysiwyg h3 {
  font-size: 1.625rem;
  line-height: 1.875rem;
}
.m-wysiwyg h4 {
  font-size: 1.25rem;
  line-height: 1.5625rem;
}
.m-wysiwyg h5 {
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.m-wysiwyg h6 {
  font-size: 1rem;
  line-height: 1.375rem;
}
@media (max-width: 768px) {
  .m-wysiwyg {
    padding-right: 2.9375rem;
  }
}
.m-wysiwyg p {
  line-height: 1.5625rem;
}
.m-wysiwyg p img {
  max-width: 50rem;
  max-height: 25rem;
}

.o-add-info {
  max-width: 49.75rem;
  margin: 7.9375rem auto 7.1875rem auto;
}
.o-add-info .a-description {
  margin-top: 0.9375rem;
  color: #2F3A43;
  font-weight: 300;
}
@media screen and (max-width: 425px) {
  .o-add-info {
    padding: 0 2rem;
  }
}

.o-benefits {
  margin: 7.5rem auto 0 auto;
  max-width: 87.5rem;
  padding: 0;
}
.o-benefits.--services, .o-benefits.--industry {
  padding-bottom: 10.125rem;
}
.o-benefits--i-technology {
  margin: 5.9375rem auto 9.6875rem;
  padding: 0;
}
@media screen and (max-width: 425px) {
  .o-benefits {
    padding: 0 2rem;
  }
  .o-benefits--i-technology {
    margin: 5.9375rem auto 9.6875rem;
    padding: 0;
  }
}

.o-case-study {
  background-color: #fff;
  padding: 8rem 10rem 11rem 12.5rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .o-case-study {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .o-case-study {
    padding: 7.5rem 0 11rem;
  }
  .o-case-study .m-case-study-info__wrapper {
    padding: 0 6rem;
    max-width: none;
  }
}

.o-card-scroller {
  padding: 6.75rem 0 10.4375rem 6.25rem;
  background-color: #fff;
  overflow: hidden;
}
.o-card-scroller--individual-solution {
  margin-top: -2rem;
}
@media screen and (max-width: 425px) {
  .o-card-scroller {
    padding-left: 2rem;
  }
}

.o-contact-cta {
  position: relative;
  text-align: center;
  padding: 8.4375rem 11.875rem 7.5rem 11.625rem;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.o-contact-cta .a-overlay {
  background: linear-gradient(to bottom, rgba(10, 78, 112, 0.6) 40%, #04263D 90%);
  opacity: 1;
  z-index: 0;
}
.o-contact-cta .a-header,
.o-contact-cta .a-subheader,
.o-contact-cta .a-link {
  position: relative;
  z-index: 1;
}
.o-contact-cta .a-header,
.o-contact-cta .a-subheader {
  color: #fff;
}
.o-contact-cta .a-link {
  margin-top: 2.375rem;
}
@media screen and (max-width: 600px) {
  .o-contact-cta {
    padding: 8.4375rem 4rem 8.5rem;
  }
}

.o-contact-us {
  padding: 7.5rem 5.875rem 7.5625rem 6.6875rem;
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .o-contact-us {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .o-contact-us {
    padding: 7.5rem 0;
  }
}

.o-footer {
  background-color: #04263D;
  position: relative;
}

.o-gallery {
  padding: 8.625rem 6.375rem 0 6.1875rem;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .o-gallery {
    margin: 2rem 0;
    padding: 0;
  }
}
@media screen and (max-width: 425px) {
  .o-gallery {
    margin: 0;
  }
}

.o-header {
  position: fixed;
  z-index: 2;
  width: 100%;
  background-color: #fff;
}
.o-header:hover .o-secondary-navigation {
  max-height: 40rem;
}
@media (max-width: 768px) {
  .o-header {
    display: none;
  }
}

.o-hero {
  background-size: cover;
  background-position: center center;
  position: relative;
  max-width: 100%;
  padding: 8.3125rem 0 7.625rem 12.5625rem;
  margin-top: 7rem;
}
.o-hero--homepage {
  padding: 9.4375rem 0 9.4375rem 12.5rem;
}
.o-hero--homepage .m-hero--video__container {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.o-hero--homepage .m-hero--video__container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(2);
}
.o-hero--homepage .m-hero-info {
  padding-right: 20rem;
}
.o-hero--single-post .a-description {
  font-size: 1.75rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .o-hero {
    padding: 0;
    padding: 9.4375rem 0 0;
  }
  .o-hero--homepage {
    padding: 9.4375rem 0 0;
  }
}
@media (max-width: 768px) {
  .o-hero {
    margin-top: 0;
    padding: 10rem 4rem 4rem;
  }
  .o-hero--homepage {
    padding: 9.4375rem 0 0;
  }
  .o-hero--homepage .m-hero-info {
    padding-right: 8rem;
  }
}
@media screen and (max-width: 425px) {
  .o-hero {
    padding: 10rem 2rem 4rem;
  }
  .o-hero--homepage {
    padding: 0;
    padding-top: 6rem;
  }
  .o-hero--homepage .m-hero--video__container {
    display: none;
  }
  .o-hero--homepage .m-hero-info {
    padding: 2rem 4rem;
  }
}

.o-history {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  max-width: 1400px;
  margin: 84px auto 0;
}

.o-image-left {
  margin: 0 auto;
  margin-top: 4.375rem;
}

.o-industry {
  display: flex;
  justify-content: space-between;
  padding: 7.8125rem 0 4.6875rem 6.3125rem;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 760px) {
  .o-industry {
    flex-direction: column;
    padding-right: 6.3125rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .o-industry {
    padding: 2rem 4rem 0;
  }
}
@media screen and (max-width: 425px) {
  .o-industry {
    padding: 0;
  }
}

.o-join-us {
  padding: 7.5rem 17.625rem 2.5rem 19.0625rem;
  background: #fff;
  margin-top: -2.8125rem;
}
@media (max-width: 768px) {
  .o-join-us {
    padding: 7.5rem 4rem 2.5rem;
  }
}

.o-map {
  text-align: center;
  background-color: #fff;
  padding-top: 7.5rem;
  margin-top: 6.25rem;
}

.o-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 1.125rem 6.294rem;
  box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 1px rgba(138, 140, 143, 0.2);
  background-color: #fff;
}
.o-navigation__wrapper {
  display: flex;
  justify-content: flex-end;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.o-navigation__wrapper .m-external-resource {
  display: none;
}
.o-navigation__wrapper .a-link--blue--header {
  flex-grow: 0;
  height: 0%;
  align-self: center;
}

.o-partners {
  display: flex;
  flex-direction: column;
  padding: 9.1875rem 14.1875rem 10.5625rem 14.1875rem;
  background-color: #fff;
  text-align: center;
}
.o-partners--selectors {
  text-align: left;
  padding: 0 80px 0 100px;
  margin: 0;
  padding-top: 7.8125rem;
  padding-bottom: 11.5rem;
}
@media (max-width: 768px) {
  .o-partners {
    padding: 5rem;
  }
}

.o-purpose {
  padding: 7.75rem 18.9375rem 0;
  max-width: 1400px;
  margin: 0 auto;
}
.o-purpose .a-description {
  font-weight: 300;
  margin-top: 0.625rem;
  font-size: 1.0625rem;
  line-height: 1.75rem;
  letter-spacing: 0.32px;
}
.o-purpose.--who-we-are {
  padding-bottom: 7.75rem;
}
@media screen and (max-width: 1023px) {
  .o-purpose {
    padding: 7.75rem 6rem 0;
  }
}
@media (max-width: 768px) {
  .o-purpose {
    padding: 7.75rem 4rem 0;
  }
}

.o-procurement {
  margin-top: 7.5rem;
  text-align: center;
}
@media screen and (max-width: 425px) {
  .o-procurement {
    margin-top: 4rem;
  }
}

.o-overview {
  text-align: center;
  max-width: 87.5rem;
  margin: 0 auto;
}
.o-overview .a-header {
  margin-top: 7.5rem;
}
.o-overview--technology {
  padding: 0 9.375rem;
  margin: 7.375rem auto 6.875rem auto;
}
.o-overview--technology .a-header {
  margin-top: 1.625rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0.34px;
}
.o-overview--technology .a-description {
  color: #29333A;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: 0.28px;
  font-weight: 300;
  margin-top: 1.875rem;
}
.o-overview--solution, .o-overview--career, .o-overview--service {
  margin: 0 auto;
}
.o-overview--service .a-description { /*hizmetlerimiz*/
  max-width: 64.625rem;
  margin: 1.5625rem auto 0;
}
.o-overview--career .a-description {
  max-width: 46.8125rem;
  margin: 1.6875rem auto 0;
}
@media (max-width: 768px) {
  .o-overview--solution, .o-overview--career, .o-overview--service {
    margin: 0 auto;
  }
  .o-overview--solution .a-subheader,
.o-overview--solution .a-description, .o-overview--career .a-subheader,
.o-overview--career .a-description, .o-overview--service .a-subheader,
.o-overview--service .a-description {
    padding: 0 4rem;
  }
  .o-overview--solution .m-overview--solution__left .a-description,
.o-overview--solution .m-overview--solution__left .a-subheader, .o-overview--career .m-overview--solution__left .a-description,
.o-overview--career .m-overview--solution__left .a-subheader, .o-overview--service .m-overview--solution__left .a-description,
.o-overview--service .m-overview--solution__left .a-subheader {
    padding: 0;
  }
}
.o-overview--technology {
  padding: 0 4rem;
}
@media screen and (max-width: 425px) {
  .o-overview .a-subheader {
    line-height: 2.5rem;
  }
}

.o-resources {
  padding: 9.625rem 9.875rem 0 12.5rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
}
.o-resources.o-case-study {
  padding-bottom: 10.125rem;
  padding-top: 7.5rem;
}
@media screen and (max-width: 1023px) {
  .o-resources {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .o-resources {
    padding: 9.625rem 0;
    padding-bottom: 0;
  }
  .o-resources.o-case-study {
    padding-bottom: 10rem;
  }
}

.o-resource-hub {
  max-width: 1440px;
  margin: 7.5rem auto 0 auto;
}

.o-secondary-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 0 6.294rem;
  background-color: #F1F2F2;
  z-index: 1;
  overflow: hidden;
  transition: all 0.6s ease-out;
  max-height: 40rem;
}
.o-secondary-navigation.--hidden {
  max-height: 0rem;
  transition: all 0.6s ease-out;
}
.o-secondary-navigation__wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.o-services {
  padding-top: 170px;
  text-align: center;
  margin: 0 97px;
}
@media screen and (max-width: 1023px) {
  .o-services {
    padding-top: 5rem;
    margin: 0;
  }
}
@media screen and (max-width: 425px) {
  .o-services .a-subheader {
    padding: 0 6rem;
  }
}

.o-solutions {
  margin-top: 160px;
  margin: 10rem auto 0 auto;
}
@media screen and (max-width: 1023px) {
  .o-solutions {
    margin-top: 0;
  }
}

.o-stat {
  margin: 5.75rem auto 6.25rem auto;
  position: relative;
  max-width: 1400px;
}
.o-stat .m-quote-block--right {
  padding-left: 7.5625rem;
  position: absolute;
  top: 0;
  right: 0;
  max-height: 575px;
}
@media screen and (max-width: 1023px) {
  .o-stat {
    display: flex;
    flex-direction: column;
  }
  .o-stat .m-quote-block--right {
    position: relative;
    left: 0;
    right: 0;
    margin: 3rem auto;
    width: 100%;
    padding: 0 20rem;
    margin-bottom: -8rem;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .o-stat .m-quote-block--right {
    padding: 0 4rem;
    display: flex;
    justify-content: center;
  }
}

.o-static-gallery {
  padding: 7.5rem 6.375rem 0 6.1875rem;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .o-static-gallery {
    margin: 7.5rem 0 0;
    padding: 0;
  }
}
@media screen and (max-width: 425px) {
  .o-static-gallery {
    margin: 7.5rem 0 0 0;
  }
}

.o-technology {
  text-align: center;
  margin-top: 116px;
}
.o-technology--inner {
  margin-bottom: 7.5rem;
}
.o-technology .a-subheader {
  width: 60%;
  margin: 0 auto;
  margin-top: 0.8125rem;
}
.o-technology .a-description {
  width: 55%;
  margin: 0 auto;
  margin-top: 1rem;
}
@media screen and (max-width: 1023px) {
  .o-technology .a-subheader {
    width: 90%;
  }
  .o-technology .a-description {
    width: 70%;
  }
}

.o-timeline {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 0 9.125rem 0 7.125rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 1023px) {
  .o-timeline {
    padding: 0;
    padding: 0 2rem;
    flex-wrap: wrap;
  }
  .o-timeline .m-timeline__wrapper {
    order: -1;
    width: 100%;
  }
  .o-timeline .a-prev,
.o-timeline .a-next {
    margin-top: 2rem;
    width: 40%;
    text-align: right;
    padding: 0 0 0 1rem;
  }
  .o-timeline .a-next {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .o-timeline .a-prev,
.o-timeline .a-next {
    position: absolute;
    top: 13rem;
    height: 3rem;
    width: 3rem;
    background-color: #0E76BC;
    color: #0E76BC;
    display: flex;
    justify-content: center;
    align-items: center;
    color: transparent;
  }
  .o-timeline .a-prev:after,
.o-timeline .a-next:after {
    content: "";
    color: #fff;
    height: 1rem;
    width: 1rem;
    border: 2px solid #fff;
    display: flex;
    position: absolute;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    top: 1rem;
  }
  .o-timeline .a-prev:hover:after, .o-timeline .a-prev:hover:before,
.o-timeline .a-next:hover:after,
.o-timeline .a-next:hover:before {
    border-color: #F4BC2F;
  }
  .o-timeline .a-prev {
    left: 0;
    padding-right: 1rem;
  }
  .o-timeline .a-prev:after {
    transform: rotate(135deg);
    right: 1rem;
  }
  .o-timeline .a-next {
    right: 0;
  }
  .o-timeline .a-next:after {
    margin-right: 1rem;
  }
}

/*# sourceMappingURL=main.min.css.map */


.btn-green, .btn-green:hover {
    background: #5bad5b;
    border: #5bad5b;
    color: #FFFFFF;
}
