/*
Theme Name: BrightRED
Author: BrightRED
Author URI: http://brightred.digital/
Version: 1.0
Updated: 09/2020

*/
html {
  position: relative;
  min-height: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  text-decoration: none; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  width: 100%;
  height: auto;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #eeeeee; }

[role="button"] {
  cursor: pointer; }

html, body {
  height: 100%; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.content-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.container {
  margin: 0 auto;
  padding: 0 15px; }

.display-flex {
  display: block !important; }

@media (min-width: 768px) {
  .container {
    width: 720px; } }

@media (min-width: 992px) {
  .container {
    width: 960px; }
  .display-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .narrow-container {
    width: 720px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

@media (min-width: 1200px) {
  .container {
    width: 1140px; } }

.margin-top {
  margin-top: 40px; }

.margin-bottom {
  margin-bottom: 30px; }

.padding-top {
  padding-top: 30px; }

.padding-bottom {
  padding-bottom: 30px; }

@media (min-width: 992px) {
  .margin-top {
    margin-top: 45px; }
  .margin-bottom {
    margin-bottom: 45px; }
  .padding-top {
    padding-top: 45px; }
  .padding-bottom {
    padding-bottom: 45px; } }

@media (min-width: 1200px) {
  .margin-top {
    margin-top: 60px; }
  .margin-bottom {
    margin-bottom: 60px; }
  .padding-top {
    padding-top: 60px; }
  .padding-bottom {
    padding-bottom: 60px; } }

.case-studies-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 15px 15px;
  grid-template-areas: ". . "; }
  @media (min-width: 992px) {
    .case-studies-grid {
      -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
      grid-template-areas: ". . . ."; } }

.case-study-archive-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .case-study-archive-block {
      height: 3 550px; } }
  .case-study-archive-block .cs-overlay, .case-study-archive-block .cs-meta, .case-study-archive-block .cs-link {
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute; }
  .case-study-archive-block .cs-overlay {
    opacity: .6;
    -webkit-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out; }
  .case-study-archive-block .cs-logo {
    height: 60%;
    width: auto;
    z-index: 1; }
  .case-study-archive-block .cs-meta {
    background-color: #d6001c;
    z-index: 2;
    top: 250px;
    opacity: 0.9;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
    @media (min-width: 992px) {
      .case-study-archive-block .cs-meta {
        top: 350px; } }
    .case-study-archive-block .cs-meta.open {
      top: 0; }
    .case-study-archive-block .cs-meta h2 {
      color: white; }
  .case-study-archive-block .cs-link {
    z-index: 3; }

input[type="text"], input[type="email"], input[type="tel"], textarea {
  border: 1px solid #dadada;
  padding: 5px 8px;
  width: 100%;
  margin-top: 5px; }

input[type="submit"] {
  background-color: #dadada; }

.primary-btn, .white-btn, .grey-btn, input[type="submit"] {
  display: inline-block;
  font-size: 16px;
  padding: 10px 20px;
  margin: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-radius: 3px; }
  @media (min-width: 992px) {
    .primary-btn, .white-btn, .grey-btn, input[type="submit"] {
      padding: 15px 30px; }
      .primary-btn:hover, .white-btn:hover, .grey-btn:hover, input[type="submit"]:hover {
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; } }

.primary-btn, input[type="submit"] {
  color: #d6001c;
  border: 2px solid #d6001c;
  background-color: transparent; }
  @media (min-width: 992px) {
    .primary-btn:hover, input[type="submit"]:hover {
      background-color: rgba(214, 0, 28, 0.1);
      border-color: rgba(214, 0, 28, 0.7); } }

.white-btn {
  color: #d6001c;
  background-color: white; }
  @media (min-width: 992px) {
    .white-btn:hover {
      color: rgba(214, 0, 28, 0.7); } }

.grey-btn {
  color: #d6001c;
  background-color: rgba(153, 153, 153, 0.7); }
  @media (min-width: 992px) {
    .grey-btn:hover {
      color: rgba(214, 0, 28, 0.7); } }

/* Typography Base Styles */
html {
  font-size: 16px;
  font-family: museo-sans, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-weight: 300;
  line-height: 1.6em;
  margin: 0;
  color: #666666; }

small, .small {
  font-size: 14px; }

strong {
  font-weight: 900 !important; }

.reverse {
  color: white; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

a {
  font-weight: 500;
  color: #d6001c; }

p {
  margin-bottom: 15px;
  line-height: 1.6em; }

h1, .h1, h2, .h2 {
  font-weight: inherit;
  margin-bottom: 30px;
  color: #d6001c;
  font-weight: 700;
  letter-spacing: -0.02em; }

h3, .h3, h4, .h4 {
  font-weight: 500; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, p:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child {
  margin-top: 0; }

h1, .h1, h2, .h2 {
  font-size: 2.6em;
  line-height: 1.25em; }

h3, .h3 {
  font-size: 1.375em;
  line-height: 1.15em; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.7em; }

.jumbo {
  font-size: 3em;
  line-height: 1em;
  font-weight: 900; }

@media (min-width: 556px) {
  .jumbo {
    font-size: 3.8em; } }

@media (min-width: 768px) {
  h1, .h1, h2, .h2 {
    font-size: 2.5em;
    line-height: 1.125em; }
  h3, .h3 {
    font-size: 1.5em;
    line-height: 1.25em; }
  h4, .h4 {
    line-height: 1.2em; }
  .jumbo {
    font-size: 4em; } }

@media (min-width: 992px) {
  h1, .h1, h2, .h2 {
    font-size: 3em;
    line-height: 1.05em; }
  h3, .h3 {
    font-size: 1.75em; }
  h3, .h3 {
    font-size: 1.4em; }
  .jumbo {
    font-size: 3.8em; } }

@media (min-width: 1200px) {
  .jumbo {
    font-size: 4.3em; } }

.site-header {
  background-color: #d6001c;
  width: 100%;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px; }
  .site-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .site-header .logo {
    width: 100%; }
    .site-header .logo a {
      display: block;
      max-width: 180px;
      padding: 0; }
      .site-header .logo a img {
        width: 100%; }
  .site-header .navicon {
    width: 50%;
    text-align: right; }
    .site-header .navicon svg {
      width: 30px;
      height: 30px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      color: white; }
  .site-header .navicon-active svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: white; }

/* Site header END */
/* Main Nav */
.main-nav {
  width: 100%;
  display: none;
  margin: 0;
  padding-left: 0; }
  .main-nav ul {
    margin: 0;
    padding-left: 0; }
    .main-nav ul li {
      list-style: none;
      text-align: center; }
      .main-nav ul li a {
        background-color: #d6001c;
        margin-top: 1px;
        display: block;
        color: white;
        font-weight: 500;
        white-space: nowrap;
        padding-top: 15px;
        padding-bottom: 15px; }
        .main-nav ul li a svg {
          width: 40px !important;
          height: 40px !important;
          margin-right: 5px; }
          .main-nav ul li a svg g, .main-nav ul li a svg path, .main-nav ul li a svg line, .main-nav ul li a svg .line-message2-a, .main-nav ul li a svg .line-message2-b, .main-nav ul li a svg .line-message2-c {
            -webkit-animation-play-state: paused;
            animation-play-state: paused; }
        @media (min-width: 992px) {
          .main-nav ul li a:hover svg g, .main-nav ul li a:hover svg path, .main-nav ul li a:hover svg line, .main-nav ul li a:hover svg .line-message2-a, .main-nav ul li a:hover svg .line-message2-b, .main-nav ul li a:hover svg .line-message2-c {
            -webkit-animation-play-state: running;
            animation-play-state: running; } }
  .main-nav .sub-menu {
    display: none;
    padding: 0;
    border-top: 0;
    background-color: white;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .main-nav .sub-menu li {
      margin-bottom: 1px;
      background-color: white; }
      .main-nav .sub-menu li:last-of-type a {
        border-bottom: 0; }
      .main-nav .sub-menu li a {
        background-color: white;
        color: #666666;
        font-weight: 500;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #d6001c;
        white-space: normal;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-top: 1px; }
        .main-nav .sub-menu li a span {
          width: 80px;
          justify-self: flex-start;
          border-right: 1px solid #666666; }
        .main-nav .sub-menu li a svg {
          width: 65px;
          margin-right: 5px;
          -webkit-animation-play-state: paused;
          animation-play-state: paused; }
        .main-nav .sub-menu li a .menu-desc {
          width: calc(100% - 150px);
          border-right: 0px;
          font-weight: 300; }

/* Main Nav end */
@media (min-width: 992px) {
  .site-header {
    padding: 0; }
    .site-header .container {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .site-header .navicon {
      display: none; }
    .site-header .logo a {
      padding: 0;
      width: 220px; }
    .site-header .main-nav {
      width: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      z-index: 1;
      position: static; }
      .site-header .main-nav a {
        border-top: 0;
        padding: 30px 15px; }
      .site-header .main-nav .sub-menu a {
        padding: 30px 0px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      .site-header .main-nav .sub-menu span {
        width: auto;
        border-right: 0px; }
      .site-header .main-nav .sub-menu svg {
        width: auto; }
      .site-header .main-nav .sub-menu .menu-desc {
        text-align: center; }
    .site-header .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .site-header .menu li {
        border-top: 0;
        text-align: left; }
        .site-header .menu li a:hover {
          color: rgba(255, 255, 255, 0.85);
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s; }
        .site-header .menu li:first-of-type a {
          padding-left: 0; }
        .site-header .menu li:last-of-type a {
          padding-right: 0; }
    .site-header .menu-account-menu-container .menu {
      margin: 0;
      padding-left: 0; }
      .site-header .menu-account-menu-container .menu li {
        list-style: none;
        text-align: center;
        width: auto; }
        .site-header .menu-account-menu-container .menu li a {
          background-color: transparent;
          display: block;
          border: 2px solid #d6001c;
          padding: 10px 20px !important;
          border-radius: 3px; }
          .site-header .menu-account-menu-container .menu li a:hover {
            background-color: rgba(214, 0, 28, 0.1);
            color: #d6001c; }
        .site-header .menu-account-menu-container .menu li:last-of-type {
          margin-left: 15px; }
          .site-header .menu-account-menu-container .menu li:last-of-type a {
            background-color: #d6001c;
            color: white; }
            .site-header .menu-account-menu-container .menu li:last-of-type a:hover {
              border: 2px solid rgba(214, 0, 28, 0.7);
              background-color: rgba(214, 0, 28, 0.7);
              color: white !important; }
    .site-header .sub-menu {
      float: left;
      width: 100%;
      left: 0;
      position: absolute;
      z-index: 10;
      border-bottom: 1px solid #d6001c;
      margin-left: 0 !important;
      background-color: #f8f8f8; }
      .site-header .sub-menu li {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        background-color: transparent; }
        .site-header .sub-menu li a {
          border-bottom: 0;
          font-size: 18px;
          background-color: transparent; }
          .site-header .sub-menu li a svg {
            width: 35px;
            height: 35px; }
          .site-header .sub-menu li a .menu-desc {
            display: block;
            width: 100%;
            color: #999999;
            font-size: 16px;
            margin-top: 5px; }
          .site-header .sub-menu li a:hover {
            color: #d6001c;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s; }
            .site-header .sub-menu li a:hover svg {
              color: rgba(214, 0, 28, 0.7);
              -webkit-transition: 0.2s;
              -o-transition: 0.2s;
              transition: 0.2s; }
            .site-header .sub-menu li a:hover .menu-desc {
              color: #666666;
              -webkit-transition: 0.2s;
              -o-transition: 0.2s;
              transition: 0.2s; }
        .site-header .sub-menu li:first-of-type {
          border-top: 0; }
        .site-header .sub-menu li:last-of-type a {
          padding-right: 15px; }
  /* Site header */
  .border-bottom {
    border-bottom: none; } }

/* media 992 */
.site-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #d6001c;
  color: white; }
  .site-footer .footer-logo {
    width: 140px;
    height: auto;
    max-width: 140px; }
  .site-footer address {
    margin-top: 1em; }
  .site-footer h3 {
    color: white; }
  .site-footer hr {
    border-top: 1px solid white; }
  .site-footer ul, .site-footer #menu-footer-menu {
    padding: 0;
    list-style: none;
    margin-top: 1em;
    margin-bottom: 0; }
    .site-footer ul li, .site-footer #menu-footer-menu li {
      margin-top: 1em; }
      .site-footer ul li:first-of-type, .site-footer #menu-footer-menu li:first-of-type {
        margin-top: 0; }
      @media (min-width: 992px) {
        .site-footer ul li, .site-footer #menu-footer-menu li {
          margin-top: 0; } }
    @media (min-width: 992px) {
      .site-footer ul, .site-footer #menu-footer-menu {
        margin-top: 0; } }
  .site-footer a {
    color: white; }
    @media (min-width: 992px) {
      .site-footer a:hover {
        color: rgba(255, 255, 255, 0.85); } }
  .site-footer .pre-footer .contact {
    display: inline-block;
    margin-right: 30px;
    margin-top: 1em; }
    .site-footer .pre-footer .contact svg {
      height: 20px;
      width: 20px;
      margin-right: 10px; }
  @media (min-width: 768px) {
    .site-footer .pre-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .site-footer .pre-footer .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1em; }
    .site-footer .pre-footer .footer-social a {
      margin-right: 10px; }
      .site-footer .pre-footer .footer-social a:last-of-type {
        margin-right: 0; }
    .site-footer .pre-footer .footer-social svg {
      color: white;
      height: 35px;
      width: 35px; }
      @media (min-width: 992px) {
        .site-footer .pre-footer .footer-social svg:hover {
          color: rgba(255, 255, 255, 0.85); } }
    @media (min-width: 768px) {
      .site-footer .pre-footer .footer-social {
        margin-top: 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; } }
  @media (min-width: 992px) {
    .site-footer footer .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media (min-width: 992px) {
    .site-footer #menu-footer-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .site-footer #menu-footer-menu li:after {
        content: '|';
        margin-left: 15px;
        margin-right: 15px; }
      .site-footer #menu-footer-menu li:last-of-type:after {
        display: none; } }

.hero-txt-l-img-r {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center; }
  .hero-txt-l-img-r .wrapper {
    display: -ms-grid;
    display: grid;
    position: relative; }
    .hero-txt-l-img-r .wrapper a {
      margin-top: 16px; }
  .hero-txt-l-img-r .txt-l {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .hero-txt-l-img-r .img-r {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 30px; }
    .hero-txt-l-img-r .img-r img {
      max-height: 300px;
      width: 300px;
      margin-left: calc(50% - 150px); }
  .hero-txt-l-img-r .jumbo:after {
    display: block;
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    width: 120px;
    margin-top: 15px; }
  @media (min-width: 556px) {
    .hero-txt-l-img-r .img-r img {
      max-height: 400px;
      width: 400px;
      margin-left: calc(50% - 200px); } }
  @media (min-width: 768px) {
    .hero-txt-l-img-r .img-r img {
      max-height: 480px;
      width: 480px;
      margin-left: calc(50% - 240px); } }
  @media (min-width: 992px) {
    .hero-txt-l-img-r .wrapper {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
      gap: 30px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .hero-txt-l-img-r .txt-l {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .hero-txt-l-img-r .img-r {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-bottom: 0; }
      .hero-txt-l-img-r .img-r img {
        width: 100%;
        max-height: 900px;
        margin-left: 0; } }
  @media (min-width: 1200px) {
    .hero-txt-l-img-r .wrapper {
      -ms-grid-columns: 1fr 1.2fr;
      grid-template-columns: 1fr 1.2fr; } }

.case-study-cards {
  background-color: rgba(153, 153, 153, 0.1);
  text-align: center; }
  .case-study-cards h2 {
    color: #d6001c;
    position: relative;
    display: inline-block; }
  .case-study-cards a {
    margin-top: 30px; }
    @media (min-width: 992px) {
      .case-study-cards a {
        margin-top: 45px; } }
  @media (min-width: 556px) {
    .case-study-cards .case-study-card-wrapper {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      gap: 30px; } }
  @media (min-width: 992px) {
    .case-study-cards .case-study-card-wrapper {
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr; } }

.case-study-card {
  background-color: white;
  border-radius: 3px;
  margin-top: 30px;
  padding: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative; }
  .case-study-card:first-of-type {
    margin-top: 0; }
  .case-study-card a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .case-study-card h3 {
    margin-bottom: 0; }
  @media (min-width: 556px) {
    .case-study-card {
      margin-top: 0; } }
  @media (min-width: 992px) {
    .case-study-card:hover {
      -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; } }

.step-section .cta {
  text-align: center; }

.step-section .h1:after {
  display: block;
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  width: 120px;
  margin-top: 15px; }

@media (min-width: 992px) {
  .step-section .steps {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 75px;
    margin-left: 30px; } }

.step-section .steps .step {
  margin-bottom: 30px;
  position: relative; }
  .step-section .steps .step h3 {
    margin-top: 10px;
    font-size: 1.8em;
    margin-bottom: 15px;
    padding-top: 10px;
    border-top: 1px solid #d6001c; }
    @media (min-width: 992px) {
      .step-section .steps .step h3 {
        border-top: 0;
        margin-top: 0;
        padding-top: 0; } }
  .step-section .steps .step .step-num {
    display: block;
    font-size: 3em;
    line-height: 1em;
    font-weight: 700;
    color: #d6001c;
    margin-bottom: 5px; }
    @media (min-width: 992px) {
      .step-section .steps .step .step-num {
        font-size: 5em;
        position: absolute;
        left: -60px; } }
  @media (min-width: 992px) {
    .step-section .steps .step {
      margin-left: 25px;
      padding-left: 25px;
      border-left: 1px solid #d6001c;
      margin-bottom: 0; }
      .step-section .steps .step p {
        margin-bottom: 0; } }

@media (min-width: 992px) {
  .services-cards .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px; } }

.services-cards .service-card {
  border: 2px solid #d6001c;
  border-radius: 3px;
  padding: 15px;
  position: relative;
  margin-top: 45px; }
  .services-cards .service-card:first-of-type {
    margin-top: none; }
  .services-cards .service-card a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .services-cards .service-card .icon {
    position: absolute;
    background-color: white;
    top: -30px;
    left: 10px; }
    .services-cards .service-card .icon svg {
      height: 60px !important;
      width: 60px !important; }
  .services-cards .service-card svg g, .services-cards .service-card svg path, .services-cards .service-card svg line {
    -webkit-animation-play-state: paused;
    animation-play-state: paused; }
  @media (min-width: 992px) {
    .services-cards .service-card {
      margin-top: 0; }
      .services-cards .service-card:hover {
        -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .services-cards .service-card:hover svg g, .services-cards .service-card:hover svg path, .services-cards .service-card:hover svg line {
          -webkit-animation-play-state: running;
          animation-play-state: running; } }

/*# sourceMappingURL=style.css.map */