@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@media (max-width: 1023px) {
  #wpadminbar {
    display: none;
  }
}
@media (min-width: 1024px) {
  body.admin-bar {
    margin-top: 32px;
  }
  body.admin-bar .header-content {
    top: 32px;
  }
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* 
	 Media Queries
*/
/* 
     Font sizes
*/
/* 
     Links
*/
body {
  font: 400 16px/1.4 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #1d1d1d;
  /* @media (min-width: 1440px) {
        font-size: 20px;
    } */
}
@media (min-width: 1024px) {
  body {
    font-size: 18px;
  }
}
a {
  transition: all 0.3s;
}
a,
button,
a:hover,
a:focus {
  text-decoration: none;
  color: #ac1f30;
}
button {
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  font-family: 'DM Sans', sans-serif;
}
.h1,
h1 {
  font-size: 36px;
}
@media (min-width: 768px) {
  .h1,
  h1 {
    font-size: 48px;
  }
}
@media (min-width: 1440px) {
  .h1,
  h1 {
    font-size: 60px;
  }
}
.h2,
h2 {
  font-size: 36px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .h2,
  h2 {
    font-size: 48px;
  }
}
@media (min-width: 1440px) {
  .h2,
  h2 {
    font-size: 60px;
  }
}
.h3,
h3 {
  font-size: 24px;
}
@media (min-width: 768px) {
  .h3,
  h3 {
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .h3,
  h3 {
    font-size: 36px;
  }
}
.h4,
h4 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .h4,
  h4 {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .h4,
  h4 {
    font-size: 26px;
  }
}
.h5,
h5 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .h5,
  h5 {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .h5,
  h5 {
    font-size: 24px;
  }
}
.h6,
h6 {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1440px) {
  .h6,
  h6 {
    font-size: 16px;
  }
}
input,
select,
textarea {
  border: 1px solid #1d1d1d;
  background-color: #fff;
  height: 40px !important;
  padding: 0 20px!important;
  font-size: 14px !important;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #1d1d1d;
  width: 100%;
  border-radius: 3px;
  font-family: 'DM Sans', sans-serif;
}
input ::-webkit-input-placeholder,
select ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder {
  color: #b9b9b9 !important;
}
input :-moz-placeholder,
select :-moz-placeholder,
textarea :-moz-placeholder {
  color: #b9b9b9 !important;
}
input ::-moz-placeholder,
select ::-moz-placeholder,
textarea ::-moz-placeholder {
  color: #b9b9b9 !important;
}
input :-ms-input-placeholder,
select :-ms-input-placeholder,
textarea :-ms-input-placeholder {
  /* IE 10+ */
  color: #b9b9b9 !important;
}
@media (min-width: 1440px) {
  input,
  select,
  textarea {
    height: 50px !important;
    padding: 0 25px!important;
  }
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-image: url('https://www.boston-engineering.com/wp-content/themes/boston-engineering/assets/less/../images/sort-down-solid.svg');
  padding-right: 35px;
  background-size: 12px;
  background-position: calc(100% - 12px) 7px;
  background-repeat: no-repeat;
}
textarea {
  padding: 8px 20px!important;
}
@media (min-width: 1440px) {
  textarea {
    padding: 14px 25px!important;
  }
}
.form-item {
  margin-bottom: 15px;
}
.form-action {
  padding-top: 15px;
}
.form-action .bt {
  height: 55px;
  width: auto;
  min-width: 250px;
  font-weight: 700;
}
.gform_confirmation_message {
  text-align: center;
}
.gfield_checkbox .gfield-choice-input,
.css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.gfield_checkbox .gfield-choice-input + .css-checkbox-label,
.css-checkbox + .css-checkbox-label,
.gfield_checkbox .gfield-choice-input + label,
.css-checkbox + label {
  padding-left: 30px;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
  color: #1d1d1d;
}
.gfield_checkbox .gfield-choice-input + .css-checkbox-label:before,
.css-checkbox + .css-checkbox-label:before,
.gfield_checkbox .gfield-choice-input + label:before,
.css-checkbox + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #ac1f30;
  background-color: #fff;
}
.gfield_checkbox .gfield-choice-input + .css-checkbox-label:after,
.css-checkbox + .css-checkbox-label:after,
.gfield_checkbox .gfield-choice-input + label:after,
.css-checkbox + label:after {
  content: '\f00c';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #ac1f30;
  color: #fff;
  transition: all 0.3s;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  transform: scale(0);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gfield_checkbox .gfield-choice-input:checked + .css-checkbox-label:after,
.css-checkbox:checked + .css-checkbox-label:after,
.gfield_checkbox .gfield-choice-input:checked + label:after,
.css-checkbox:checked + label:after {
  transform: scale(1);
  opacity: 1;
}
@media (min-width: 1400px) {
  .gfield_checkbox .gfield-choice-input + .css-checkbox-label,
  .css-checkbox + .css-checkbox-label,
  .gfield_checkbox .gfield-choice-input + label,
  .css-checkbox + label {
    font-size: 18px;
  }
}
.gfield_radio .gfield-choice-input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.gfield_radio .gfield-choice-input + label {
  padding-left: 30px;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
  color: #1d1d1d;
}
.gfield_radio .gfield-choice-input + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #ac1f30;
  background-color: #fff;
  border-radius: 50%;
}
.gfield_radio .gfield-choice-input + label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  background-color: #ac1f30;
  color: #fff;
  transition: all 0.3s;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gfield_radio .gfield-choice-input:checked + label:after {
  transform: scale(1);
  opacity: 1;
}
@media (min-width: 1400px) {
  .gfield_radio .gfield-choice-input + .css-checkbox-label,
  .gfield_radio .gfield-choice-input + label {
    font-size: 18px;
  }
}
#wpsl-checkbox-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#wpsl-checkbox-filter li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100% !important;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 0 10px;
}
#wpsl-checkbox-filter li:before {
  display: none;
}
#wpsl-checkbox-filter li label {
  margin: 0;
  line-height: 24px;
  float: none;
  padding-left: 30px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  display: block;
}
#wpsl-checkbox-filter li label .checkbox-text {
  display: none;
}
#wpsl-checkbox-filter li label .css-checkbox-label {
  width: 24px;
  position: absolute;
  top: 0;
  left: 15px;
}
@media (min-width: 576px) {
  #wpsl-checkbox-filter li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  #wpsl-checkbox-filter li {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 1400px) {
  #wpsl-checkbox-filter li label {
    font-size: 18px;
  }
}
.gfield_checkbox,
.gfield_radio {
  position: relative;
}
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  padding-top: 5px !important;
  padding: 5px 20px!important;
  font-size: 12px !important;
}
@media (min-width: 1440px) {
  .gform_wrapper .gfield_validation_message,
  .gform_wrapper .validation_message {
    padding: 5px 25px!important;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 20px;
  }
}
.bt,
a.bt,
input.bt,
button.bt,
.gform_button {
  display: inline-block;
  padding: 15px 20px;
  background: transparent;
  color: #1d1d1d;
  border-radius: 0px;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  transition: all 0.3s;
  min-width: 190px;
  max-width: 100%;
  text-align: center;
  border: none;
  line-height: 20px;
  border-top: 2px solid #1d1d1d;
  border-bottom: 2px solid #1d1d1d;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.bt:before,
a.bt:before,
input.bt:before,
button.bt:before,
.gform_button:before,
.bt:after,
a.bt:after,
input.bt:after,
button.bt:after,
.gform_button:after {
  content: '';
  position: absolute;
  top: 70%;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #1d1d1d;
  transition: all 0.3s;
}
.bt:after,
a.bt:after,
input.bt:after,
button.bt:after,
.gform_button:after {
  top: -70%;
  left: auto;
  right: 0;
}
.bt:focus,
a.bt:focus,
input.bt:focus,
button.bt:focus,
.gform_button:focus,
.bt:hover,
a.bt:hover,
input.bt:hover,
button.bt:hover,
.gform_button:hover {
  background: transparent;
  color: #1d1d1d;
}
.bt:focus:before,
a.bt:focus:before,
input.bt:focus:before,
button.bt:focus:before,
.gform_button:focus:before,
.bt:hover:before,
a.bt:hover:before,
input.bt:hover:before,
button.bt:hover:before,
.gform_button:hover:before,
.bt:focus:after,
a.bt:focus:after,
input.bt:focus:after,
button.bt:focus:after,
.gform_button:focus:after,
.bt:hover:after,
a.bt:hover:after,
input.bt:hover:after,
button.bt:hover:after,
.gform_button:hover:after {
  top: 0;
}
.bt.bt-light,
a.bt.bt-light,
input.bt.bt-light,
button.bt.bt-light,
.gform_button.bt-light {
  color: #fff;
  border-color: #fff;
}
.bt.bt-light:before,
a.bt.bt-light:before,
input.bt.bt-light:before,
button.bt.bt-light:before,
.gform_button.bt-light:before,
.bt.bt-light:after,
a.bt.bt-light:after,
input.bt.bt-light:after,
button.bt.bt-light:after,
.gform_button.bt-light:after {
  background-color: #fff;
}
.bt.bt-light:focus,
a.bt.bt-light:focus,
input.bt.bt-light:focus,
button.bt.bt-light:focus,
.gform_button.bt-light:focus,
.bt.bt-light:hover,
a.bt.bt-light:hover,
input.bt.bt-light:hover,
button.bt.bt-light:hover,
.gform_button.bt-light:hover {
  color: #fff;
}
.bt.bt-red-border,
a.bt.bt-red-border,
input.bt.bt-red-border,
button.bt.bt-red-border,
.gform_button.bt-red-border {
  border-color: #ac1f30;
}
.bt.bt-red-border:before,
a.bt.bt-red-border:before,
input.bt.bt-red-border:before,
button.bt.bt-red-border:before,
.gform_button.bt-red-border:before,
.bt.bt-red-border:after,
a.bt.bt-red-border:after,
input.bt.bt-red-border:after,
button.bt.bt-red-border:after,
.gform_button.bt-red-border:after {
  background-color: #ac1f30;
}
@media (min-width: 1440px) {
  .bt,
  a.bt,
  input.bt,
  button.bt,
  .gform_button {
    min-width: 265px;
    line-height: 30px;
    padding: 20px;
  }
}
.arrow-link {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: #1d1d1d;
  cursor: pointer;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.arrow-link i {
  padding-right: .33333rem;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  margin-left: 10px;
}
.arrow-link:after,
.arrow-link:before {
  background-color: #1d1d1d;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  width: 100%;
}
.arrow-link:before {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
}
.arrow-link:after {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.arrow-link:hover,
.arrow-link:focus {
  color: #1d1d1d;
}
.arrow-link:hover:after,
.arrow-link:focus:after {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 0s linear 0.25s;
  transition: -webkit-transform 0s linear 0.25s;
  transition: transform 0s linear .25s;
  transition: transform 0s linear 0.25s, -webkit-transform 0s linear 0.25s;
}
.arrow-link:hover:before,
.arrow-link:focus:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.arrow-link:hover i,
.arrow-link:focus i {
  -webkit-transform: translateX(0.33333rem);
  transform: translateX(0.33333rem);
}
.arrow-link.full-arrow-link {
  width: 100%;
}
.logos {
  display: inline-block;
}
.logo {
  display: inline-block;
  width: 224px;
}
@media (max-width: 767px) {
  .logo {
    width: 160px;
  }
}
.main-menu {
  display: flex;
}
.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-menu > ul {
  display: flex;
  align-items: center;
  font-family: 'DM Sans', sans-serif;
}
.main-menu > ul > .menu-item > a {
  display: block;
  position: relative;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 85px;
  margin-right: 20px;
}
.main-menu > ul > .menu-item > a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #E8F4FD;
  left: 0;
  bottom: 0;
  transition: transform 0.3s;
  transform: scaleX(0);
  transform-origin: right;
}
.main-menu > ul > .menu-item:hover > a:before {
  transform: scaleX(1);
  transform-origin: left;
}
.main-menu > ul > .menu-item.current-menu-item > a,
.main-menu > ul > .menu-item.current-menu-parent > a {
  font-weight: 700;
}
.main-menu > ul > .menu-item:last-child > a {
  margin-right: 0;
}
.main-menu > ul > .menu-item > .sub-menu {
  background-color: #fff;
}
.main-menu > ul > .menu-item > .sub-menu > .menu-item > a {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #6E6E6E;
  padding: 15px;
  transition: all .3s;
}
.main-menu > ul > .menu-item > .sub-menu > .menu-item:hover > a,
.main-menu > ul > .menu-item > .sub-menu > .menu-item.current-menu-item > a {
  color: #DE113D;
}
.main-menu > ul > .menu-item > .sub-menu > .menu-item.current-menu-item > a:after {
  position: absolute;
  content: '';
  top: 20px;
  right: 15px;
  width: 14px;
  height: 14px;
  background-image: url(https://www.boston-engineering.com/wp-content/themes/boston-engineering/assets/less/../images/menu-arrow2.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.main-menu > ul > .menu-item.menu-item-has-children > a:after {
  display: inline-block;
  margin-left: 7px;
  vertical-align: 1px;
  content: '';
  width: 12px;
  background-image: url(https://www.boston-engineering.com/wp-content/themes/boston-engineering/assets/less/../images/menu-arrow.svg);
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .3s;
}
.main-menu > ul > .menu-item.menu-item-has-children:hover > a:after {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .main-menu li.menu-item {
    position: relative;
  }
  .main-menu li.menu-item .sub-menu {
    display: block;
    position: absolute;
    left: 0;
    min-width: 280px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: .3s;
  }
  .main-menu li.menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}
.header-content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 85px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transition: all .3s;
}
.header-content .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-content .header-container {
  display: flex;
  align-items: center;
  width: 100%;
}
.header-content .header-container .nav-menu {
  display: flex;
  align-items: center;
}
.header-content .header-container .nav-menu .search-link {
  line-height: 85px;
  margin: 0 25px;
}
.header-content .header-container .nav-menu .search-link img.red {
  display: none;
}
@media (min-width: 1200px) {
  .header-content .header-container .nav-menu .search-link {
    margin: 0 40px;
  }
}
.header-content .bt-header {
  padding: 8px 20px;
  min-width: 125px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .header-content .bt-header {
    min-width: 165px;
  }
}
.header-content .header-mobile-cta {
  padding: 14px 17px;
  margin-top: auto;
  background-color: #FBFBFB;
  border-top: 1px solid #ACACAC;
}
.header-content .header-mobile-cta .bt-header-mobile.bt.bt-light {
  border-color: #ac1f30;
  color: #ac1f30;
  width: 100%;
  font-weight: 700;
}
.header-content .header-mobile-cta .bt-header-mobile.bt.bt-light:after,
.header-content .header-mobile-cta .bt-header-mobile.bt.bt-light:before {
  background-color: #ac1f30;
}
.header-content .mobile-logo-container {
  padding: 33px 17px 42px;
  border-bottom: 1px solid #ACACAC;
}
.header-content .mobile-logo-container .hide-menu {
  height: 18px;
  width: 26px;
  margin-bottom: 25px;
}
.header-content.dark-header {
  background-color: #171717;
}
.header-content.dark-header .bt-header {
  border-color: #ac1f30;
  color: #ac1f30;
}
.header-content.dark-header .bt-header:after,
.header-content.dark-header .bt-header:before {
  background-color: #ac1f30;
}
.header-content.dark-header .mobile-menu-icon {
  border-color: #ac1f30;
}
.header-content.dark-header .mobile-menu-icon:after,
.header-content.dark-header .mobile-menu-icon:before {
  background-color: #ac1f30;
}
.header-content.dark-header .mobile-menu-icon .hamburger .line {
  background-color: #ac1f30;
}
.header-content.red-header {
  background-color: #ac1f30;
}
.header-content.light-header {
  background-color: #ffffff;
}
.header-content.light-header .main-menu > ul > .menu-item > a {
  color: #212121;
}
.header-content.light-header .main-menu > ul > .menu-item > a:before {
  background-color: #ac1f30;
}
.header-content.light-header .main-menu > ul > .menu-item.menu-item-has-children > a:after {
  background-image: url(https://www.boston-engineering.com/wp-content/themes/boston-engineering/assets/less/../images/menu-arrow-black.svg);
}
.header-content.light-header .nav-menu .search-link img.red {
  display: block;
}
.header-content.light-header .nav-menu .search-link img:not(.red) {
  display: none;
}
.header-content.light-header .bt-header {
  border-color: #ac1f30;
  color: #ac1f30;
}
.header-content.light-header .bt-header:hover,
.header-content.light-header .bt-header:focus {
  color: #ac1f30;
}
.header-content.light-header .bt-header:after,
.header-content.light-header .bt-header:before {
  background-color: #ac1f30;
}
.header-content.light-header .mobile-menu-icon {
  border-color: #ac1f30;
}
.header-content.light-header .mobile-menu-icon:after,
.header-content.light-header .mobile-menu-icon:before {
  background-color: #ac1f30;
}
.header-content.light-header .mobile-menu-icon .hamburger .line {
  background-color: #ac1f30;
}
.header-content.light-header .logo-colored {
  display: block;
}
.header-content.light-header .logo-white {
  display: none;
}
.header-content .logo-colored {
  display: none;
}
.mobile-menu-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: #fff;
  margin-left: 16px;
  transition: all .3s;
}
.mobile-menu-icon .hamburger {
  position: relative;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu-icon .hamburger .line {
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #fff;
  border-radius: 3px;
  transition: transform .25s, opacity .35s;
}
.mobile-menu-icon .hamburger .line.line-top {
  transform: translateY(-9px);
}
.mobile-menu-icon .hamburger .line.line-bottom {
  transform: translateY(9px);
}
.mobile-menu-icon.active .hamburger .line.line-top {
  transform: rotate(45deg);
}
.mobile-menu-icon.active .hamburger .line.line-middle {
  transform: translateX(16px);
  opacity: 0;
}
.mobile-menu-icon.active .hamburger .line.line-bottom {
  transform: rotate(-45deg);
}
.mobile-menu-icon:before,
.mobile-menu-icon:after {
  content: '';
  position: absolute;
  top: 70%;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s;
}
.mobile-menu-icon:after {
  top: -70%;
  left: auto;
  right: 0;
}
.mobile-menu-icon:focus:before,
.mobile-menu-icon:hover:before,
.mobile-menu-icon:focus:after,
.mobile-menu-icon:hover:after {
  top: 0;
}
body.scrolled .header-content {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1023.98px) {
  .main-menu {
    position: fixed;
    background-color: #FBFBFB;
    flex-direction: column;
    width: 290px;
    height: 100%;
    left: -100%;
    top: 0;
    z-index: 99999;
    box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
  }
  .main-menu.show-menu {
    left: 0;
  }
  .main-menu > ul {
    flex-direction: column;
    align-items: stretch;
    height: calc(100% - 238.5px);
    overflow: auto;
  }
  .main-menu > ul > .menu-item a {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #1d1d1d;
    padding: 15px 17px;
    margin: 0;
  }
  .main-menu > ul > .menu-item a:before {
    display: none;
  }
  .main-menu > ul > .menu-item.menu-item-has-children > a {
    color: #828282;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    padding: 17px 17px 7px;
  }
  .main-menu > ul > .menu-item.menu-item-has-children > a:after {
    display: none;
  }
  .main-menu > ul > .menu-item > .sub-menu {
    background-color: transparent;
    border-bottom: 1px solid #ACACAC;
  }
  .main-menu > ul > .menu-item > .sub-menu > .menu-item > a {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #1d1d1d;
    padding: 15px 17px;
  }
  .main-menu > ul > .menu-item > .sub-menu > .menu-item > a:after {
    right: 17px;
  }
  .main-menu > ul > .menu-item > .sub-menu > .menu-item:first-child > a {
    padding: 7px 17px 15px;
  }
  .main-menu > ul > .menu-item > .sub-menu > .menu-item:first-child > a:after {
    top: 12px;
  }
  .main-menu > ul > .menu-item > .sub-menu > .menu-item.current-menu-item > a {
    font-weight: 700;
  }
  .main-menu > ul > .menu-item.current-menu-item > a,
  .main-menu > ul > .menu-item.current-menu-parent > a {
    text-decoration: underline;
  }
}
.mm-panel,
.mm-menu_theme-dark,
.mm-navbar,
.mm-listitem_opened > .mm-listitem__btn,
.mm-listitem_opened > .mm-panel {
  background-color: #212121;
}
.mm-listitem:after {
  left: 0;
}
.mm-btn_next,
.mm-btn_prev {
  border: none;
  color: #ac1f30;
  font-size: 26px;
}
.mm-btn_next:after,
.mm-btn_prev:after,
.mm-btn_next:before,
.mm-btn_prev:before {
  border: none;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  content: '\f178';
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  color: #ac1f30;
  font-size: 45px;
}
@media (max-width: 767px) {
  .mm-btn_next:after,
  .mm-btn_prev:after,
  .mm-btn_next:before,
  .mm-btn_prev:before {
    font-size: 35px;
  }
}
.mm-btn_next:before,
.mm-btn_prev:before {
  content: "\f177";
}
.mm-btn_next:after,
.mm-btn_prev:after {
  content: "\f178";
}
.mm-btn_next:before {
  display: none;
}
.mm-btn_prev:after {
  display: none;
}
.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: initial !important;
  transform: initial !important;
}
#main-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(90vw, 0, 0);
  z-index: 999;
  padding: 60px 40px;
  width: 90%;
}
@media (max-width: 767px) {
  #main-menu {
    padding: 50px 30px;
  }
}
#main-menu .mm-navbars_top {
  padding-bottom: 30px;
}
#main-menu .mm-navbars_top .mm-navbar {
  border: none;
}
#main-menu .mm-navbars_top .mm-navbar span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main-menu .mm-navbars_top .mm-navbar .close-main-menu {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 767px) {
  #main-menu .mm-navbars_top .mm-navbar .menu-logo {
    width: 190px;
  }
}
#main-menu .mm-navbars_bottom .mm-navbar {
  display: block;
  text-align: left;
  border: none;
}
#main-menu .mm-navbars_bottom .mm-navbar a {
  background-color: #1d1d1d;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  margin-right: 20px;
  display: inline-block;
  width: 60px;
  line-height: 60px;
}
#main-menu .mm-navbars_bottom .mm-navbar a:hover {
  color: #ac1f30;
}
#main-menu > .mm-panels #menu-primary-menu .mm-navbar {
  display: none;
}
#main-menu > .mm-panels .mm-navbar {
  border-bottom: none;
  margin-bottom: 10px;
  display: block;
}
#main-menu > .mm-panels .mm-navbar .mm-navbar__title {
  padding: 0;
  font-family: 'DM Sans', sans-serif;
  line-height: 1.2;
  border: none;
  color: #ac1f30;
  font-size: 50px;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #main-menu > .mm-panels .mm-navbar .mm-navbar__title {
    font-size: 34px;
  }
}
#main-menu > .mm-panels .mm-panel {
  padding-top: 30px;
}
#main-menu > .mm-panels .mm-panel .mm-btn:before {
  left: 0;
}
#main-menu > .mm-panels .mm-listview .red-menu-item + .white-menu-item {
  margin-top: 20px;
}
#main-menu > .mm-panels .mm-listview .menu-item {
  border: none;
}
#main-menu > .mm-panels .mm-listview .menu-item a {
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 26px;
  line-height: 1.2;
  padding-left: 0;
  border: none;
}
#main-menu > .mm-panels .mm-listview .menu-item a:hover {
  color: #ac1f30;
}
#main-menu > .mm-panels .mm-listview .menu-item.menu-item-has-children a,
#main-menu > .mm-panels .mm-listview .menu-item.red-menu-item a {
  color: #ac1f30;
  font-size: 50px;
  font-weight: 700;
}
#main-menu > .mm-panels .mm-listview .menu-item:after {
  display: none;
}
@media (max-width: 767px) {
  #main-menu > .mm-panels .mm-listview .menu-item a {
    font-size: 18px;
  }
  #main-menu > .mm-panels .mm-listview .menu-item.menu-item-has-children a,
  #main-menu > .mm-panels .mm-listview .menu-item.red-menu-item a {
    font-size: 34px;
  }
}
@media (min-width: 550px) {
  #main-menu {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened#main-menu {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.mm-wrapper__blocker {
  z-index: 100;
}
.footer-image {
  height: 200px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1440px) {
  .footer-image {
    height: 310px;
  }
}
.site-footer {
  background-color: #2C2C2C;
  color: #707070;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}
.site-footer a {
  color: #707070;
}
.site-footer a:hover {
  color: #fff;
}
@media (min-width: 1024px) {
  .site-footer {
    padding-top: 100px;
  }
}
@media (min-width: 1440px) {
  .site-footer {
    padding-top: -135px;
  }
}
.site-footer .footer-top {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #707070;
}
.site-footer .footer-top .footer-info {
  margin-bottom: 40px;
}
.site-footer .footer-top .footer-info .footer-text {
  font-size: 16px;
  margin-top: 20px;
}
.site-footer .footer-top .footer-info .footer-socials {
  margin-top: 30px;
}
.site-footer .footer-top .footer-info .footer-socials ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-top .footer-info .footer-socials ul li {
  margin-right: 25px;
  display: inline-block;
  font-size: 18px;
}
.site-footer .footer-top .footer-info .footer-socials ul li:last-child {
  margin-right: 0;
}
.site-footer .footer-top .footer-menu .menu-list-wrapper > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.site-footer .footer-top .footer-menu .menu-list-wrapper > ul > li {
  margin-right: 30px;
}
.site-footer .footer-top .footer-menu .menu-list-wrapper > ul > li > a {
  font-size: 16px;
  margin-bottom: 25px;
  display: inline-block;
  color: #fff;
}
.site-footer .footer-top .footer-menu .menu-list-wrapper > ul > li ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-top .footer-menu .menu-list-wrapper > ul > li ul li {
  margin-bottom: 10px;
}
.site-footer .footer-top .footer-menu .menu-list-wrapper > ul > li ul li a {
  font-size: 16px;
}
.site-footer .footer-top .footer-menu .menu-list-wrapper > ul > li:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .site-footer .footer-top .footer-info {
    margin-bottom: 0;
  }
  .site-footer .footer-top .footer-menu {
    padding-left: 50px;
  }
  .site-footer .footer-top .footer-menu .menu-list-wrapper > ul > li {
    width: 30%;
  }
}
@media (min-width: 1440px) {
  .site-footer .footer-top .footer-info {
    margin-bottom: 0;
  }
  .site-footer .footer-top .footer-info .footer-text {
    font-size: 20px;
    margin-top: 30px;
  }
  .site-footer .footer-top .footer-info .footer-socials {
    margin-top: 60px;
  }
  .site-footer .footer-top .footer-menu {
    padding-left: 100px;
  }
}
.site-footer .footer-bottom {
  text-align: center;
}
.site-footer .footer-bottom .copyrights {
  margin-bottom: 10px;
}
.site-footer .footer-bottom ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: inline-block;
}
.site-footer .footer-bottom ul li {
  display: inline-block;
  margin-right: 20px;
}
.site-footer .footer-bottom ul li:after {
  content: '|';
  margin-left: 20px;
}
.site-footer .footer-bottom ul li a {
  color: #7f7f7f;
  transition: all 0.3s;
}
.site-footer .footer-bottom ul li a:hover {
  color: #ac1f30;
}
.site-footer .footer-bottom ul li:last-child {
  margin-right: 0;
}
.site-footer .footer-bottom ul li:last-child:after {
  display: none;
}
.site-footer .footer-bottom .footer-links {
  display: inline-block;
}
@media (min-width: 1024px) {
  .site-footer .footer-bottom {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1440px) {
  .site-footer .footer-bottom {
    font-size: 18px;
  }
  .site-footer .footer-bottom .footer-bottom ul li {
    margin-right: 40px;
  }
  .site-footer .footer-bottom .footer-bottom ul li:after {
    margin-left: 40px;
  }
}
.site-popup {
  margin: 0;
  max-width: 750px;
  margin: 0 auto;
}
.site-popup .popup-wrapper {
  padding: 50px 30px;
  background-color: #fff;
  position: relative;
  margin: 30px 0;
  z-index: 1;
}
.site-popup .popup-wrapper .close-popup {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 24px;
  top: 15px;
  right: 15px;
  color: #1d1d1d;
}
.site-popup .popup-wrapper .popup-content h3 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .site-popup .popup-wrapper {
    padding: 60px 30px;
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .site-popup .popup-wrapper .popup-content h3 {
    margin-bottom: 30px;
  }
  .site-popup .popup-wrapper .popup-content .image {
    margin-bottom: 30px;
  }
}
/* New */
.lity-close {
  display: none;
}
.lity-container {
  width: 100%;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 15px;
  z-index: 10;
}
@media (min-width: 768px) {
  .popup-close {
    top: 20px;
    right: 40px;
    font-size: 30px;
  }
}
.esupport-popup {
  background-color: #fff;
  padding: 40px 15px;
  max-width: 90%;
  overflow-y: auto;
  height: calc(100vh - 50px);
  margin: 0 auto;
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: #ac1f30 transparent;
}
.esupport-popup::-webkit-scrollbar {
  width: 3px;
}
.esupport-popup::-webkit-scrollbar-thumb {
  background-color: #ac1f30;
  border-radius: 0px;
}
.esupport-popup::-webkit-scrollbar-track {
  background-color: transparent;
}
@media (min-width: 768px) {
  .esupport-popup {
    max-width: 80%;
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .esupport-popup {
    height: auto;
  }
}
@media (min-width: 1300px) {
  .esupport-popup {
    padding: 25px 35px;
    max-width: 80%;
  }
}
@media (min-width: 1440px) {
  .esupport-popup {
    padding: 45px 65px 30px;
    max-width: 1340px;
  }
}
@media (min-width: 1500px) {
  .esupport-popup {
    padding: 80px 65px 30px;
  }
}
.esupport-popup .title {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (min-width: 1440px) {
  .esupport-popup .title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .esupport-popup .content {
    margin-top: 90px;
    padding-right: 50px;
  }
}
.esupport-popup .content h2 {
  font-weight: 700;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .esupport-popup .content h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (min-width: 1440px) {
  .esupport-popup .content h2 {
    font-size: 35px;
    line-height: 48px;
  }
}
@media (min-width: 1500px) {
  .esupport-popup .content h2 {
    font-size: 42px;
    line-height: 55px;
  }
}
.esupport-popup .content p {
  margin-bottom: 30px;
}
.esupport-popup .content p img {
  margin-bottom: 0;
  margin-top: 0;
}
.esupport-popup .content p img:first-child {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .esupport-popup .content p img:first-child {
    margin-bottom: 15px;
  }
}
@media (min-width: 1440px) {
  .esupport-popup .emails-container {
    padding-left: 70px;
  }
}
.esupport-popup .emails-container .email-div {
  border: 1px solid #000000;
  border-radius: 5px;
  margin-top: 13px;
  overflow: hidden;
}
.esupport-popup .emails-container .email-div:first-child {
  margin-top: 0;
}
.esupport-popup .emails-container .email-div .issue-info {
  padding: 18px 18px 18px 24px;
}
.esupport-popup .emails-container .email-div .issue-info img {
  max-width: 167px;
  width: 100%;
}
.esupport-popup .emails-container .email-div .issue-info .info {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .esupport-popup .emails-container .email-div .issue-info .info {
    margin-left: 25px;
    margin-top: 0;
  }
}
.esupport-popup .emails-container .email-div .issue-info .info span {
  color: #8A8A8A;
  font-size: 16px;
  line-height: 29px;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
}
.esupport-popup .emails-container .email-div .issue-info .info p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
}
@media (min-width: 1440px) {
  .esupport-popup .emails-container .email-div .issue-info .info p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 1500px) {
  .esupport-popup .emails-container .email-div .issue-info .info p {
    font-size: 22px;
    line-height: 30px;
  }
}
.esupport-popup .emails-container .email-div .email {
  text-align: center;
  padding: 14px 0;
  background-color: #F5F5F5;
  font-size: 16px;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
}
.esupport-popup .emails-container .email-div .email i {
  margin-left: 15px;
  margin-top: 4px;
  font-size: 20px;
}
.esupport-popup .emails-container .email-div .email a {
  color: #1d1d1d;
  transition: all .3s;
}
.esupport-popup .emails-container .email-div .email a:hover {
  color: #ac1f30;
}
.member-popup {
  background-color: #fff;
  padding: 15px;
  max-width: 90%;
  min-width: 90%;
  overflow: auto;
  height: calc(100vh - 100px);
  margin: 0 auto;
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: #ac1f30 transparent;
}
.member-popup::-webkit-scrollbar {
  width: 3px;
}
.member-popup::-webkit-scrollbar-thumb {
  background-color: #ac1f30;
  border-radius: 0px;
}
.member-popup::-webkit-scrollbar-track {
  background-color: transparent;
}
@media (min-width: 768px) {
  .member-popup {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .member-popup {
    padding: 30px 0 30px 30px;
    overflow: hidden;
  }
  .member-popup > .row {
    height: 100%;
  }
  .member-popup > .row > * {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .member-popup {
    padding: 50px 0 50px 60px;
  }
}
@media (min-width: 1440px) {
  .member-popup {
    padding: 75px 2px 75px 120px;
  }
}
@media (min-width: 1500px) {
  .member-popup {
    max-width: 1440px;
    min-width: 1440px;
  }
}
.member-popup .image {
  height: 400px;
  width: 100%;
}
.member-popup .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .member-popup .image {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .member-popup .image {
    width: 100%;
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .member-popup .image {
    width: 405px;
  }
}
.member-popup .details-container {
  scrollbar-width: thin;
  scrollbar-color: #ac1f30 transparent;
}
.member-popup .details-container::-webkit-scrollbar {
  width: 3px;
}
.member-popup .details-container::-webkit-scrollbar-thumb {
  background-color: #ac1f30;
  border-radius: 0px;
}
.member-popup .details-container::-webkit-scrollbar-track {
  background-color: transparent;
}
@media (min-width: 1024px) {
  .member-popup .details-container {
    padding-right: 30px;
    height: calc(100% - var(--height));
    overflow-y: auto;
  }
}
@media (min-width: 1200px) {
  .member-popup .details-container {
    padding-right: 60px;
  }
}
@media (min-width: 1440px) {
  .member-popup .details-container {
    padding-right: 118px;
  }
}
.member-popup .member-info {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .member-popup .member-info {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .member-popup .member-info {
    padding-right: 60px;
  }
}
@media (min-width: 1440px) {
  .member-popup .member-info {
    padding-right: 118px;
  }
}
.member-popup .member-title {
  font-weight: 700;
  margin: 0;
}
.member-popup .member-position {
  border-bottom: 1px solid #ac1f30;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.member-popup .member-desc {
  font-family: 'DM Sans', sans-serif;
  color: #000;
}
@media (min-width: 1440px) {
  .member-popup .member-desc {
    font-size: 18px;
  }
}
.member-popup .videos-heading {
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #ac1f30;
  margin: 20px 0 35px;
}
.member-popup .videos-heading:after {
  content: '';
  width: 100px;
  margin-top: 13px;
  height: 1.5px;
  background-color: #ac1f30;
  display: block;
}
@media (min-width: 1440px) {
  .member-popup .videos-heading {
    font-size: 26px;
    line-height: 34px;
  }
}
.member-popup .videos-container {
  margin: 0 -7.5px;
}
.member-popup .videos-container .video-col {
  padding: 0 7.5px;
  margin-bottom: 15px;
}
.member-popup .videos-container .video {
  padding: 26px 14px;
  border: 1px solid #BCBCBC;
  position: relative;
  height: 100%;
}
.member-popup .videos-container .video .v-image {
  position: relative;
  height: 150px;
  width: 100%;
}
.member-popup .videos-container .video .v-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.member-popup .videos-container .video .v-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 100%);
  z-index: 1;
}
.member-popup .videos-container .video .v-image .bt-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.member-popup .videos-container .video .v-image .bt-play img {
  width: 25px;
}
.member-popup .videos-container .video .v-title {
  text-align: center;
  font-weight: 500;
  margin: 15px 0 0;
}
@media (min-width: 1440px) {
  .member-popup .videos-container .video .v-title {
    font-size: 22px;
    line-height: 30px;
  }
}
body.search-open .search-dropdown {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity .3s;
}
body.searching .search-dropdown .search-dropdown-container .search-loader {
  display: flex;
}
.search-dropdown {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 98;
  background-color: #f6f6f6;
  padding-top: 85px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity .3s;
}
.search-dropdown .container-small {
  max-width: 1100px;
}
.search-dropdown .search-dropdown-container {
  overflow: auto;
  height: 100%;
}
.search-dropdown .search-dropdown-container .search-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;
}
.search-dropdown .search-dropdown-container .search-loader img {
  max-width: 40px;
}
.search-dropdown .search-dropdown-container .search-form-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f6f6f6;
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 42px 0 20px;
}
.search-dropdown .search-dropdown-container .search-form-wrapper .search-form {
  position: relative;
  width: 100%;
}
.search-dropdown .search-dropdown-container .search-form-wrapper .search-form input {
  height: 65px !important;
  border: 1px solid #919191;
  border-radius: 0;
  background-color: transparent;
  padding: 15px 168px 15px 24px !important;
  font-weight: 700;
  font-size: 24px !important;
  line-height: 31px;
  color: #000;
  font-family: 'DM Sans', sans-serif;
}
.search-dropdown .search-dropdown-container .search-form-wrapper .search-form input::-webkit-input-placeholder {
  color: #969696;
}
.search-dropdown .search-dropdown-container .search-form-wrapper .search-form input::-moz-placeholder {
  color: #969696;
}
.search-dropdown .search-dropdown-container .search-form-wrapper .search-form input:-ms-input-placeholder {
  color: #969696;
}
.search-dropdown .search-dropdown-container .search-form-wrapper .search-form input:-moz-placeholder {
  color: #969696;
}
@media (max-width: 1023.98px) {
  .search-dropdown .search-dropdown-container .search-form-wrapper .search-form input {
    height: 50px !important;
    padding: 15px 62px 15px 18px !important;
    font-size: 15px !important;
  }
}
.search-dropdown .search-dropdown-container .search-form-wrapper .search-form .bt-submit {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  padding: 5px 20px;
  min-width: 120px;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  background-color: #ac1f30;
  font-family: 'DM Sans', sans-serif;
  border: none;
}
.search-dropdown .search-dropdown-container .search-form-wrapper .search-form .bt-submit:disabled {
  background-color: #969696;
  color: #565656;
}
.search-dropdown .search-dropdown-container .search-form-wrapper .search-form .bt-submit i {
  display: none;
}
@media (max-width: 1023.98px) {
  .search-dropdown .search-dropdown-container .search-form-wrapper .search-form .bt-submit {
    right: 12px;
    padding: 8px 12px;
    min-width: initial;
  }
  .search-dropdown .search-dropdown-container .search-form-wrapper .search-form .bt-submit i {
    display: block;
  }
  .search-dropdown .search-dropdown-container .search-form-wrapper .search-form .bt-submit span {
    display: none;
  }
}
.search-dropdown .search-dropdown-container .search-form-wrapper .close-search-form {
  height: 65px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: #000;
}
.search-dropdown .total-results {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 35px;
}
.search-dropdown .search-results-wrapper .results-group {
  margin-bottom: 50px;
}
.search-dropdown .search-results-wrapper .results-group .results-heading {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #919191;
  margin-bottom: 15px;
}
.search-dropdown .search-results-wrapper .results-group .results-listing .result-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #919191;
}
.search-dropdown .search-results-wrapper .results-group .results-listing .result-item a {
  position: relative;
  display: block;
  color: #000;
  padding-right: 40px;
  transition: all .3s;
}
.search-dropdown .search-results-wrapper .results-group .results-listing .result-item a:hover {
  color: #DE113D;
}
.search-dropdown .search-results-wrapper .results-group .results-listing .result-item h3 strong {
  color: #DE113D;
}
.search-dropdown .search-results-wrapper .results-group .results-listing .result-item .description {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  max-width: 780px;
}
.search-dropdown .search-results-wrapper .results-group .results-listing .result-item .description strong {
  color: #DE113D;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .search-dropdown .search-results-wrapper .results-group .results-listing .result-item .description {
    font-size: 13px;
  }
}
.search-dropdown .search-results-wrapper .results-group .results-listing .result-item .action-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 24px;
  transition: all .3s;
}
.container,
.container-full,
.container-small {
  max-width: 1240px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
.container-small {
  max-width: 1060px;
}
@media (min-width: 1440px) {
  .container-full {
    max-width: 100%;
    padding: 0 120px;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.wow {
  visibility: hidden;
}
.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 177.77777778vh;
  min-width: 100%;
  min-height: 56.25vw;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
#mp4-video-popup {
  margin: 0 auto;
  max-width: 900px;
  position: relative;
}
#mp4-video-popup video {
  width: 100% !important;
  height: auto !important;
}
#mp4-video-popup .mfp-close {
  top: -40px;
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.slick-slide {
  outline: none !important;
  box-shadow: none !important;
}
body.IE .section-hero .hero-wrapper .hero-content h1 {
  white-space: nowrap;
}
.slick-dots {
  position: relative;
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  z-index: 2;
  width: 100%;
}
.slick-dots li {
  display: inline-block;
  padding: 0 5px;
}
.slick-dots li button {
  background: #b9b9b9;
  border-radius: 0px;
  width: 16px;
  height: 16px;
  border: none;
  transition: all 0.3s;
  overflow: hidden;
  text-indent: 10000px;
  padding: 0;
  outline: none;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #ac1f30;
}
.slick-arrow {
  border: none;
  text-align: center;
  width: 70px;
  padding: 0;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  background-color: #b9b9b9;
}
.slick-arrow:hover {
  background-color: #b9b9b9;
  color: #ac1f30;
}
.slick-arrow:focus {
  color: #fff;
  background-color: #b9b9b9;
}
@media (min-width: 1440px) {
  .slick-arrow {
    width: 115px;
    line-height: 50px;
  }
}
.posts-slider {
  margin-bottom: 70px;
}
.posts-slider .slick-arrow {
  position: absolute;
}
.posts-slider .slick-list {
  overflow: initial;
}
.posts-slider .slick-list:before {
  content: '';
  width: 2000px;
  height: 100%;
  right: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .posts-slider .slick-arrow {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .posts-slider {
    padding-top: 30px;
  }
  .posts-slider .slick-arrow {
    position: absolute;
    top: -75px;
    right: 90px;
  }
  .posts-slider .slick-arrow.next {
    right: 12px;
  }
}
@media (min-width: 1440px) {
  .posts-slider .slick-arrow {
    top: -85px;
    right: 145px;
  }
}
.section-posts-slider {
  overflow: hidden;
}
.section-posts-slider .posts-slider .next-slide {
  position: absolute;
  left: 296px;
  height: 100%;
  width: calc(100% - 284px);
  top: 0;
  overflow: hidden;
}
.section-posts-slider .posts-slider .next-slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  transition: opacity 0.3s;
}
.section-posts-slider .posts-slider .next-slide a {
  display: block;
  width: 70px;
  height: 70px;
  background-color: #1d1d1d;
  color: #fff;
  text-align: center;
  position: absolute;
  top: calc(50% - 52px);
  left: 50%;
  transform: translate(-50%, -50%) scale(1, 1);
  border-radius: 50%;
  transition: all 0.3s;
}
.section-posts-slider .posts-slider .next-slide a i {
  line-height: 70px;
}
.section-posts-slider .posts-slider .next-slide a:hover {
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}
.section-posts-slider .posts-slider .next-slide.is-hidden a {
  pointer-events: none;
  opacity: 0;
}
@media (min-width: 680px) {
  .section-posts-slider .posts-slider .next-slide {
    left: 580px;
    width: calc(100% - 570px);
  }
}
@media (min-width: 768px) {
  .section-posts-slider .posts-slider .next-slide {
    left: 555px;
    width: calc(100% - 545px);
  }
  .section-posts-slider .posts-slider .next-slide a {
    top: 50%;
  }
}
@media (min-width: 900px) {
  .section-posts-slider .posts-slider .next-slide {
    left: 760px;
    width: calc(100% - 750px);
  }
}
@media (min-width: 1240px) {
  .section-posts-slider .posts-slider .next-slide {
    left: 1164px;
    width: calc(50vw - 560px);
  }
}
@media (min-width: 1440px) {
  .section-posts-slider .posts-slider .next-slide {
    left: 1134px;
    width: calc(50vw - 530px);
  }
  .section-posts-slider .posts-slider .next-slide a {
    width: 156px;
    height: 156px;
    font-size: 35px;
  }
  .section-posts-slider .posts-slider .next-slide a i {
    line-height: 156px;
  }
}
.section-posts-slider.section-slider_whitepapers .posts-slider .next-slide,
.section-posts-slider.section-slider_articles .posts-slider .next-slide {
  left: 385px;
  width: calc(100% - 375px);
}
@media (min-width: 900px) {
  .section-posts-slider.section-slider_whitepapers .posts-slider .next-slide,
  .section-posts-slider.section-slider_articles .posts-slider .next-slide {
    left: 760px;
    width: calc(100% - 750px);
  }
}
@media (min-width: 1240px) {
  .section-posts-slider.section-slider_whitepapers .posts-slider .next-slide,
  .section-posts-slider.section-slider_articles .posts-slider .next-slide {
    left: 1134px;
    width: calc(50vw - 530px);
  }
}
@media (min-width: 768px) {
  .section-posts-slider.section-slider_case_studies .posts-slider .next-slide {
    left: 555px;
    width: calc(100% - 545px);
  }
}
@media (min-width: 900px) {
  .section-posts-slider.section-slider_case_studies .posts-slider .next-slide {
    left: 760px;
    width: calc(100% - 750px);
  }
}
@media (min-width: 1240px) {
  .section-posts-slider.section-slider_case_studies .posts-slider .next-slide {
    left: 1164px;
    width: calc(50vw - 560px);
  }
}
@media (min-width: 1440px) {
  .section-posts-slider.section-slider_case_studies .posts-slider .next-slide {
    left: 1060px;
    width: calc(50vw - 455px);
  }
}
.section-posts-slider.small-cards .posts-slider .next-slide {
  left: 385px;
  width: calc(100% - 375px);
}
@media (min-width: 768px) {
  .section-posts-slider.small-cards .posts-slider .next-slide {
    left: 450px;
    width: calc(100% - 440px);
  }
}
@media (min-width: 1024px) {
  .section-posts-slider.small-cards .posts-slider .next-slide {
    left: 890px;
    width: calc(100% - 880px);
  }
}
@media (min-width: 1240px) {
  .section-posts-slider.small-cards .posts-slider .next-slide {
    width: calc(50vw - 275px);
  }
}
@media (min-width: 1840px) {
  .section-posts-slider.small-cards .posts-slider .next-slide {
    left: 1328px;
    width: calc(50vw - 710px);
  }
}
.section-posts-slider.big-cards .posts-slider .next-slide {
  left: 296px;
  width: calc(100% - 284px);
}
@media (min-width: 680px) {
  .section-posts-slider.big-cards .posts-slider .next-slide {
    left: 580px;
    width: calc(100% - 570px);
  }
}
@media (min-width: 768px) {
  .section-posts-slider.big-cards .posts-slider .next-slide {
    left: 555px;
    width: calc(100% - 545px);
  }
}
@media (min-width: 1024px) {
  .section-posts-slider.big-cards .posts-slider .next-slide {
    left: 655px;
    width: calc(100% - 645px);
  }
}
@media (min-width: 1240px) {
  .section-posts-slider.big-cards .posts-slider .next-slide {
    left: 656px;
    width: calc(50vw - 45px);
  }
}
@media (min-width: 1440px) {
  .section-posts-slider.big-cards .posts-slider .next-slide {
    left: 916px;
    width: calc(50vw - 300px);
  }
}
.section-posts-slider.section-slider_videos .posts-slider .next-slide {
  left: 385px;
  width: calc(100% - 375px);
}
@media (min-width: 768px) {
  .section-posts-slider.section-slider_videos .posts-slider .next-slide {
    left: 435px;
    width: calc(100% - 425px);
  }
}
@media (min-width: 1024px) {
  .section-posts-slider.section-slider_videos .posts-slider .next-slide {
    left: 860px;
    width: calc(100% - 850px);
  }
}
@media (min-width: 1240px) {
  .section-posts-slider.section-slider_videos .posts-slider .next-slide {
    left: 860px;
    width: calc(50vw - 255px);
  }
}
@media (min-width: 1440px) {
  .section-posts-slider.section-slider_videos .posts-slider .next-slide {
    left: 916px;
    width: calc(50vw - 300px);
  }
}
@media (max-width: 767px) {
  .section-posts-slider h3 .slick-arrow {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .section-posts-slider .slick-dots {
    display: none !important;
  }
}
.section-posts-slider.background-color_dark .posts-slider .slick-list:before {
  background-color: #1d1d1d;
}
.section-posts-slider.background-color_dark .posts-slider .next-slide:before {
  background-image: linear-gradient(to right, rgba(29, 29, 29, 0), #1d1d1d);
}
.section-posts-slider.background-color_dark .posts-slider .next-slide a {
  background-color: #fff;
  color: #ac1f30;
}
.section-posts-slider.background-color_dark .slick-arrow {
  background-color: #2B2B2B;
}
.section-posts-slider.background-color_dark .slick-arrow:hover {
  background-color: #2B2B2B;
}
.section-posts-slider.background-color_red .posts-slider .slick-list:before {
  background-color: #ac1f30;
}
.section-posts-slider.background-color_red .posts-slider .next-slide:before {
  background-image: linear-gradient(to right, rgba(172, 31, 48, 0), #ac1f30);
}
.section-posts-slider.background-color_red .posts-slider .next-slide a {
  background-color: #fff;
  color: #ac1f30;
}
.section-posts-slider.background-color_red .slick-arrow {
  background-color: transparent;
  border: 1px solid #fff;
}
.section-posts-slider.background-color_red .slick-arrow:hover {
  background-color: #fff;
  color: #ac1f30;
}
.white-color {
  color: #fff;
}
html.touch button:focus {
  outline: none;
}
.section-title {
  margin-bottom: 30px;
}
.section-title .subtitle {
  margin-top: 15px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-title {
    margin-bottom: 50px;
  }
  .section-title .subtitle {
    margin-top: 30px;
  }
}
.page-section {
  padding: 50px 0;
  position: relative;
  z-index: 2;
}
.page-section .image-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-section .image-background:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(54, 54, 54, 0.5);
  z-index: 1;
}
.page-section .image-background + .container-full,
.page-section .image-background + .container-small,
.page-section .image-background + .container {
  position: relative;
  z-index: 1;
}
.page-section.background-color_light {
  background-color: #fff;
  color: #1d1d1d;
}
.page-section.background-color_dark {
  background-color: #1d1d1d;
  color: #fff;
}
.page-section.background-color_red {
  background-color: #ac1f30;
  color: #fff;
}
.page-section.background-color_red .gform_wrapper .gfield_error [aria-invalid=true] {
  border: 1px solid #fff;
}
.page-section.background-color_dark input,
.page-section.background-color_red input,
.page-section.background-color_dark select,
.page-section.background-color_red select,
.page-section.background-color_dark textarea,
.page-section.background-color_red textarea {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.page-section.background-color_dark ::-webkit-input-placeholder,
.page-section.background-color_red ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.page-section.background-color_dark ::-moz-placeholder,
.page-section.background-color_red ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.page-section.background-color_dark :-ms-input-placeholder,
.page-section.background-color_red :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.page-section.background-color_dark :-moz-placeholder,
.page-section.background-color_red :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.page-section.background-color_dark select,
.page-section.background-color_red select {
  background-image: url('https://www.boston-engineering.com/wp-content/themes/boston-engineering/assets/less/../images/sort-down-solid-white.svg');
}
.page-section.background-color_dark .arrow-link,
.page-section.background-color_red .arrow-link {
  color: #fff;
}
.page-section.background-color_dark .arrow-link:after,
.page-section.background-color_red .arrow-link:after,
.page-section.background-color_dark .arrow-link:before,
.page-section.background-color_red .arrow-link:before {
  background-color: #fff;
}
@media (max-width: 767px) {
  .page-section.has-sidebar {
    z-index: 0;
  }
  .page-section.has-sidebar .container-sidebar {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-section.has-sidebar {
    z-index: 0;
    padding: 0;
  }
  .page-section.has-sidebar .container {
    display: flex;
  }
  .page-section.has-sidebar .container .container-sidebar {
    width: 200px;
    position: relative;
  }
  .page-section.has-sidebar .container .container-sidebar:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2000px;
    height: 100%;
    background-color: #F9F9F9;
    z-index: 1;
  }
  .page-section.has-sidebar .container .container-sidebar.background-color_dark:before {
    background-color: #000;
  }
  .page-section.has-sidebar .container .container-sidebar.background-color_red:before {
    background-color: #aa072a;
  }
  .page-section.has-sidebar .container .container-wrapper {
    width: calc(100% - 200px);
    padding-left: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .page-section.has-sidebar .container .container-sidebar {
    width: 240px;
    padding-right: 35px;
  }
  .page-section.has-sidebar .container .container-sidebar ul li a {
    font-size: 24px;
  }
  .page-section.has-sidebar .container .container-wrapper {
    width: calc(100% - 240px);
    padding-left: 65px;
  }
}
.page-sidebar {
  display: none;
  position: fixed;
  z-index: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .page-sidebar {
    display: block;
    padding-top: 100px;
    width: 220px;
  }
  .page-sidebar .sidebar-title {
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    margin-bottom: 25px;
    color: var(--color);
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
  }
  .page-sidebar .sidebar-title:before {
    content: '';
    position: absolute;
    top: 50%;
    right: calc(100% + 15px);
    height: 2px;
    width: 2000px;
    background-color: var(--color);
    margin-top: -1px;
  }
  .page-sidebar .sidebar-items {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 200px;
    padding-right: 15px;
  }
  .page-sidebar .sidebar-items li {
    margin-bottom: 15px;
  }
  .page-sidebar .sidebar-items li a {
    color: #A2A2A2;
    font-size: 18px;
  }
  .page-sidebar .sidebar-items li a.active {
    color: #161616;
    font-weight: 700;
  }
}
@media (min-width: 1240px) {
  .page-sidebar {
    left: 50%;
    margin-left: -620px;
  }
}
@media (min-width: 1440px) {
  .page-sidebar {
    padding-top: 150px;
  }
  .page-sidebar .sidebar-title {
    font-size: 16px;
  }
  .page-sidebar .sidebar-title:before {
    right: calc(100% + 30px);
  }
  .page-sidebar .sidebar-items {
    width: 240px;
    padding-right: 35px;
  }
  .page-sidebar .sidebar-items li a {
    font-size: 24px;
  }
}
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.fluidvids {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.fluidvids-item {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.section-content ul {
  list-style: none;
  padding-left: 30px;
}
.section-content ul li::before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.main-link {
  text-transform: uppercase;
  color: #ac1f30;
  font-size: 14px;
  font-weight: 800;
  transition: all 0.3s;
}
.main-link i {
  margin-left: 5px;
}
.main-link:hover {
  color: #aa072a;
}
p:last-child {
  margin-bottom: 0;
}
.vimeo-top {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.vimeo-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vimeo-wrapper {
  position: relative;
  padding-bottom: 200%;
  transform: translateY(-35.95%);
}
.margin-top-20 {
  margin-top: 20px;
}
.no-padding {
  padding: 0;
}
.no-padding-top {
  padding-top: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}
.posts-slider {
  margin: 0 -12px;
}
.posts-slider .slider-item {
  padding: 0 12px;
}
body.error404 .section-hero .hero-wrapper .hero-content .hero-title,
body.error404 .section-hero .hero-wrapper .hero-content .description {
  max-width: 100%;
}
body.error404 .section-form,
body.error404 .footer-image {
  display: none;
}
.section-intro {
  margin-bottom: 40px;
}
.section-intro:last-child {
  margin-bottom: 0;
}
.section-intro .section-title {
  position: relative;
  padding-bottom: 10px;
  color: #ac1f30;
}
.section-intro .section-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100px;
  background-color: #ac1f30;
}
.section-intro .section-title + .section-description {
  margin-top: 20px;
}
.section-intro .section-description {
  font-size: 16px;
  max-width: 740px;
}
.section-intro .section-description > ol,
.section-intro .section-description > ul {
  padding-left: 25px;
}
.section-intro .section-description > ol li,
.section-intro .section-description > ul li {
  margin-top: 10px;
}
.section-intro .section-description > ol li > ul,
.section-intro .section-description > ul li > ul,
.section-intro .section-description > ol li > ol,
.section-intro .section-description > ul li > ol {
  padding-left: 16px;
  margin-top: 10px;
}
.section-intro .section-description > ol:last-child,
.section-intro .section-description > ul:last-child {
  margin: 0;
}
@media (min-width: 1024px) {
  .section-intro .section-description {
    font-size: 18px;
  }
}
.section-intro .section-intro-cta {
  margin-top: 40px;
  padding: 0 0 10px;
  position: relative;
}
.section-intro .section-intro-cta.arrow:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100px;
  background-color: #ac1f30;
}
.section-intro .section-intro-cta.arrow .arrow-link:before,
.section-intro .section-intro-cta.arrow .arrow-link:after {
  display: none;
}
.section-intro .section-intro-cta .arrow-link {
  color: #ac1f30;
}
.section-intro .section-intro-cta .arrow-link:before,
.section-intro .section-intro-cta .arrow-link:after {
  background-color: #ac1f30;
}
.section-intro.white-style .section-title {
  color: #fff;
}
.section-intro.white-style .section-title:after {
  background-color: #fff;
}
.section-intro.white-style .section-intro-cta .arrow-link {
  color: #fff;
}
.section-intro.white-style .section-intro-cta .arrow-link:before,
.section-intro.white-style .section-intro-cta .arrow-link:after {
  background-color: #fff;
}
.section-intro.white-style .section-intro-cta:after {
  background-color: #fff;
}
@media (min-width: 768px) {
  .section-intro .section-title + .section-description {
    margin-top: 30px;
  }
  .section-intro .section-intro-cta {
    margin-top: 50px;
  }
}
@media (min-width: 1440px) {
  .section-intro.small .section-title {
    font-size: 50px;
    line-height: 65px;
  }
}
.section-intro.center-aligned {
  text-align: center;
}
.section-intro.center-aligned .section-title {
  color: #1d1d1d;
  margin-bottom: 20px;
  font-weight: 400;
}
.section-intro.center-aligned .section-title:after {
  display: none;
}
.section-intro.center-aligned .section-description {
  margin: 0 auto;
}
.section-intro.center-aligned .section-intro-cta:after {
  display: none;
}
@media (min-width: 1024px) {
  .section-intro.center-aligned .section-title {
    max-width: 75%;
    margin: 0 auto 45px;
  }
}
@media (min-width: 1440px) {
  .section-intro.center-aligned .section-title {
    font-size: 60px;
    line-height: 78px;
  }
}
@media (min-width: 1440px) {
  .section-intro.center-aligned.small .section-title {
    font-size: 50px;
    line-height: 65px;
  }
}
.section-hero:not(.has-gallery):not(.blog-hero) {
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .section-hero.has-gallery {
    padding: 0;
  }
}
.section-hero.background-color_light {
  background-color: #fafafa;
  color: #1d1d1d;
}
.section-hero.background-color_light .hero-wrapper .hero-content .small-title {
  color: #ac1f30;
}
.section-hero.background-color_light .hero-wrapper .hero-content h1 {
  color: #1d1d1d;
}
.section-hero.background-color_light .hero-wrapper .hero-content .description {
  color: #1d1d1d;
}
.section-hero .hero-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 65vh;
}
.section-hero .hero-wrapper .hero-content {
  padding: 120px 0 80px;
}
.section-hero .hero-wrapper .hero-content .small-title {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
}
.section-hero .hero-wrapper .hero-content h1,
.section-hero .hero-wrapper .hero-content h2 {
  margin: 0;
  color: #fff;
  max-width: 900px;
}
.section-hero .hero-wrapper .hero-content h1 span,
.section-hero .hero-wrapper .hero-content h2 span {
  margin-right: 10px;
}
.section-hero .hero-wrapper .hero-content .description {
  margin-top: 30px;
  color: #fff;
  max-width: 525px;
}
.section-hero .hero-wrapper .hero-content .bt {
  margin-top: 40px;
}
.section-hero .hero-wrapper .images-row {
  margin: -15px -7.5px 0;
}
.section-hero .hero-wrapper .images-row .image-col {
  padding: 15px 7.5px 0;
}
.section-hero .hero-wrapper .images-row img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .section-hero .hero-wrapper .images-row img {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .section-hero .hero-wrapper .hero-content .bt {
    margin-top: 50px;
  }
}
.section-content {
  padding: 50px 0;
}
.section-content .description.size-small {
  max-width: 860px;
  margin: 0 auto;
}
.section-content + .section-image_content:not(.has-background-color),
.section-content + .section-careers:not(.has-background-color),
.section-content + .section-technologies:not(.has-background-color),
.section-content + .section-content:not(.has-background-color) {
  padding-top: 0;
}
@media (min-width: 768px) {
  .section-content {
    padding: 60px 0;
  }
}
.section-image_content {
  padding: 50px 0;
}
.section-image_content .container-full {
  position: relative;
}
.section-image_content .container-wrapper .image-column {
  margin-bottom: 30px;
}
.section-image_content .container-wrapper h2 {
  margin-bottom: 10px;
}
.section-image_content .container-wrapper .cta-wrapper {
  margin-top: 20px;
}
.section-image_content + .section-image_content {
  padding-top: 0;
  margin-top: -25px;
}
@media (max-width: 991px) {
  .section-image_content .container {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .section-image_content {
    padding: 60px 0;
  }
  .section-image_content + .section-image_content {
    margin-top: -30px;
  }
}
@media (min-width: 992px) {
  .section-image_content .container-wrapper {
    display: flex;
    min-height: 450px;
  }
  .section-image_content .container-wrapper .image-column {
    width: 50%;
    position: absolute;
    left: 20px;
    top: 0;
    height: 100%;
    max-width: calc(50% - 50px);
  }
  .section-image_content .container-wrapper .content-column {
    width: 50%;
    padding: 50px 0 50px 70px;
    margin-left: auto;
  }
  .section-image_content .container-wrapper .content-column .content-column-wrapper {
    max-width: 570px;
    margin: 0 auto;
  }
  .section-image_content .container-wrapper .content-column h2 {
    margin-bottom: 15px;
  }
  .section-image_content .container-wrapper .content-column .cta-wrapper {
    margin-top: 30px;
  }
  .section-image_content .container-wrapper.graphic-side-right .content-column {
    margin-left: 0;
    padding-left: 0;
    padding-top: 70px;
  }
  .section-image_content .container-wrapper.graphic-side-right .image-column {
    left: auto;
    right: 20px;
  }
}
@media (min-width: 1720px) {
  .section-image_content .container-wrapper .image-column {
    left: 40px;
    max-width: calc(50% - 70px);
  }
  .section-image_content .container-wrapper .content-column {
    padding-left: 90px;
  }
  .section-image_content .container-wrapper.graphic-side-right .image-column {
    right: 40px;
  }
  .section-image_content .container-wrapper.graphic-side-right .content-column {
    padding-right: 90px;
  }
}
.section-form .section-title {
  margin-bottom: 40px;
}
.section-form .section-title .main-title {
  margin-bottom: 0;
}
.section-form .section-title .optional-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: 700;
}
.section-form.background-color_red .hs-error-msgs label {
  color: #ffffff;
}
.section-form #gform_15 .gform_footer {
  display: none;
}
.section-form .gform_footer {
  text-align: right;
}
.section-form .gform_footer .arrow-link {
  display: inline-block;
  margin-top: 20px;
}
.section-form .center-title .section-title {
  text-align: center;
}
@media (min-width: 768px) {
  .section-form .section-title {
    margin-bottom: 0px;
  }
  .section-form .section-title h2 b {
    display: block;
    margin-top: 20px;
  }
  .section-form .center-title {
    max-width: 850px;
    margin: 0 auto;
  }
  .section-form .center-title .section-title {
    margin-bottom: 50px;
  }
  .section-form .center-title .section-title h2 b {
    display: inline-block;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .section-form .section-title {
    margin-bottom: 0px;
  }
  .section-form .section-title h2 b {
    display: block;
    margin-top: 20px;
  }
  .section-form .center-title .section-title {
    margin-bottom: 70px;
  }
}
.section-slider_full .slide-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.section-slider_full .slide-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.section-slider_full .slide-item img {
  object-fit: cover;
  min-width: 100%;
  max-height: 840px;
}
.section-slider_full .slide-item .slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding: 70px 20px;
  width: 100%;
  text-align: center;
}
.section-slider_full .slide-item h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  .section-slider_full .slide-item h2 {
    font-size: 54px;
  }
}
@media (min-width: 1024px) {
  .section-slider_full .slide-item h2 {
    font-size: 78px;
  }
}
@media (min-width: 1440px) {
  .section-slider_full .slide-item h2 {
    font-size: 100px;
  }
}
.section-slider_case_studies .slider-wrapper h3 {
  margin-bottom: 40px;
  font-weight: 500;
}
.section-slider_case_studies.small-cards .case-study-item {
  width: 350px;
  height: 495px;
}
@media (min-width: 768px) {
  .section-slider_case_studies.big-cards .case-study-item {
    width: 520px;
  }
  .section-slider_case_studies.big-cards .case-study-item .content-container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
  }
  .section-slider_case_studies.big-cards .case-study-item .content-container h3 {
    margin-right: 30px;
  }
  .section-slider_case_studies.small-cards .case-study-item {
    width: 415px;
  }
}
@media (min-width: 1024px) {
  .section-slider_case_studies .case-study-item {
    width: 360px;
    height: 420px;
  }
  .section-slider_case_studies .case-study-item .content-container h3 {
    font-size: 24px;
  }
  .section-slider_case_studies.big-cards .case-study-item {
    width: 620px;
    padding: 50px;
    height: 400px;
  }
  .section-slider_case_studies.big-cards .case-study-item .content-container h3 {
    margin-right: 50px;
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .section-slider_case_studies {
    padding: 140px 0;
  }
  .section-slider_case_studies.has-sidebar {
    padding: 0;
  }
  .section-slider_case_studies.has-sidebar .container-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .section-slider_case_studies .case-study-item {
    width: 500px;
    height: 600px;
    padding: 45px 35px;
  }
  .section-slider_case_studies .case-study-item .content-container h3 {
    font-size: 32px;
  }
  .section-slider_case_studies .case-study-item .content-container .bt {
    margin-top: 45px;
  }
  .section-slider_case_studies.big-cards .case-study-item {
    width: 880px;
    padding: 85px;
    height: 570px;
  }
  .section-slider_case_studies.big-cards .case-study-item .content-container h3 {
    margin-right: 86px;
    font-size: 36px;
  }
}
.case-study-item {
  width: 260px;
  height: 320px;
  max-width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
.case-study-item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.case-study-item .image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}
.case-study-item .content-container {
  position: relative;
  z-index: 1;
}
.case-study-item .content-container h3 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  line-height: 1.4;
}
.case-study-item .content-container .bt {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .case-study-item {
    width: 360px;
    height: 420px;
  }
  .case-study-item .content-container h3 {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .case-study-item {
    width: 500px;
    height: 600px;
    padding: 45px 35px;
  }
  .case-study-item .content-container h3 {
    font-size: 32px;
  }
  .case-study-item .content-container .bt {
    margin-top: 45px;
  }
}
@media (max-width: 991.98px) {
  .section-case_studies .slider-item {
    height: 100%;
  }
  .section-case_studies .case-study-item {
    min-height: 320px;
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .section-case_studies .cs-row .cs-col:first-child {
    margin-bottom: 20px;
  }
}
.slider-wrapper h3 {
  display: flex;
  align-items: center;
}
.slider-wrapper h3 .slick-arrow {
  margin-left: 10px;
}
.slider-wrapper h3 .slick-arrow.prev {
  margin-left: 30px;
}
.section-links {
  padding: 0;
}
.section-links .column-content {
  padding: 70px 0;
}
.section-links .column-content .columns-title {
  font-size: 20px;
  margin: 0 0 50px;
}
.section-links .column-content .columns-title:after {
  content: '';
  width: 100px;
  margin-top: 15px;
  height: 1.5px;
  background-color: #ac1f30;
  display: block;
}
.section-links .column-content .column-links .link-item {
  margin-bottom: 40px;
}
.section-links .column-content .column-links .link-item h4 {
  margin: 0 0 5px;
  color: #ac1f30;
  font-weight: 400;
  font-size: 14px;
}
.section-links .column-content .column-links .link-item .full-arrow-link {
  font-size: 24px;
}
.section-links .column-content .column-links .link-item .full-arrow-link:before,
.section-links .column-content .column-links .link-item .full-arrow-link:after {
  bottom: 1px;
}
.section-links .column-content .column-links .link-item .description {
  color: #757575;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 300;
}
.section-links .column-content .column-links .link-item:last-child {
  margin-bottom: 0;
}
.section-links .column-content.black-bg {
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #1d1d1d;
}
.section-links .column-content.black-bg .columns-title {
  color: #ac1f30;
}
.section-links .column-content.black-bg .full-arrow-link {
  color: #fff;
}
.section-links .column-content.black-bg .full-arrow-link:before,
.section-links .column-content.black-bg .full-arrow-link:after {
  background-color: #fff;
}
@media (min-width: 768px) {
  .section-links {
    position: relative;
  }
  .section-links:before {
    width: 50%;
    height: 100%;
    background-color: #1d1d1d;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-links .column-content {
    padding: 100px 0px;
    padding-left: 5px;
  }
  .section-links .column-content .link-item .description {
    min-height: 40px;
  }
  .section-links .column-content.black-bg {
    margin: 0;
    padding-left: 0;
    padding-right: 5px;
  }
}
@media (min-width: 1024px) {
  .section-links .column-content .link-item h4 {
    font-size: 16px;
  }
  .section-links .column-content .link-item .full-arrow-link {
    font-size: 28px;
  }
  .section-links .column-content .link-item .description {
    min-height: 44px;
    font-size: 16px;
  }
  .section-links .column-content.black-bg {
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .section-links .column-content {
    padding: 140px 0;
    max-width: 450px;
    width: 100%;
  }
  .section-links .column-content .link-item h4 {
    font-size: 16px;
  }
  .section-links .column-content .link-item .full-arrow-link {
    font-size: 28px;
  }
  .section-links .column-content .link-item .description {
    min-height: 44px;
    font-size: 16px;
  }
  .section-links .column-content.black-bg {
    margin: 0;
  }
  .section-links .column-content:not(.black-bg) {
    float: right;
  }
}
.section-slider_testimonials {
  background-color: #1d1d1d;
  position: relative;
}
.section-slider_testimonials:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.section-slider_testimonials #slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0;
}
.section-slider_testimonials .fade-in {
  animation: fadeInAnimation linear 0.3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.section-slider_testimonials .container-small {
  z-index: 1;
}
.section-slider_testimonials h2 {
  margin: 0 auto 40px;
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  max-width: 430px;
  position: relative;
}
.section-slider_testimonials .slider-wrapper .testimonials-slider {
  margin: 0 auto;
  background-color: rgba(171, 31, 48, 0.8);
  color: #fff;
  margin-bottom: 50px;
  padding: 40px 20px;
}
.section-slider_testimonials .slider-wrapper .testimonials-slider .testimonial-item h3 {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  margin: 0 auto;
  max-width: 650px;
}
.section-slider_testimonials .slider-wrapper .testimonials-slider .testimonial-item h4 {
  font-size: 16px;
  margin: 20px 0 0;
}
.section-slider_testimonials .slider-wrapper .testimonials-slider .testimonial-item .categories {
  margin-top: 10px;
}
.section-slider_testimonials .slider-wrapper .testimonials-slider .testimonial-item .categories .category {
  padding: 5px 15px 3px;
  background-color: #fff;
  border-radius: 3px;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 20px;
  display: inline-block;
  margin-right: 5px;
  color: #1d1d1d;
}
.section-slider_testimonials .slider-wrapper .testimonials-slider .testimonial-item .categories .category:last-child {
  margin-right: 0;
}
.section-slider_testimonials .slider-wrapper .slick-dots {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .section-slider_testimonials .slider-wrapper .testimonials-slider {
    margin-bottom: 0;
    padding: 70px 40px 50px;
    max-width: calc(100% - 100px);
  }
  .section-slider_testimonials .slider-wrapper .testimonials-slider .testimonial-item h3 {
    font-size: 24px;
  }
  .section-slider_testimonials .slider-wrapper .testimonials-slider .testimonial-item h4 {
    font-size: 18px;
    margin: 35px 0 0;
  }
  .section-slider_testimonials .slider-wrapper .testimonials-slider .testimonial-item .categories {
    margin-top: 15px;
  }
  .section-slider_testimonials .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 0;
  }
  .section-slider_testimonials .slick-arrow.next {
    left: auto;
    right: 0;
    transform: translate(50%, -50%);
  }
}
@media (min-width: 1440px) {
  .section-slider_testimonials {
    padding: 120px 0;
  }
  .section-slider_testimonials h2 {
    margin-bottom: 60px;
  }
  .section-slider_testimonials .slider-wrapper .testimonials-slider {
    padding: 115px 60px 70px;
  }
  .section-slider_testimonials .slider-wrapper .testimonials-slider .testimonial-item h3 {
    font-size: 26px;
  }
  .section-slider_testimonials .slider-wrapper .testimonials-slider .testimonial-item h4 {
    font-size: 20px;
  }
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section-slider_jobs {
  background-color: #fafafa;
}
.section-slider_jobs .posts-slider {
  padding-top: 0;
}
.section-slider_jobs .posts-slider .slider-item {
  width: 400px;
  max-width: 80%;
}
.section-slider_jobs .posts-slider .slick-list:before {
  background-color: #fafafa;
}
.section-slider_jobs .slider-wrapper .slider-title {
  margin-bottom: 40px;
  font-weight: 300;
  font-size: 16px;
  color: #ac1f30;
}
.section-slider_jobs .slider-wrapper .slider-title:after {
  content: '';
  width: 100px;
  margin-top: 15px;
  height: 1.5px;
  background-color: #ac1f30;
  display: block;
}
.section-slider_jobs .job-item {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 50px 30px;
  background-color: #fff;
  border: 1px solid #BCBCBC;
  width: 100%;
}
.section-slider_jobs .job-item h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}
.section-slider_jobs .job-item .categories {
  margin-bottom: 30px;
  margin-top: 10px;
}
.section-slider_jobs .job-item .categories .category {
  color: #8a8a8a;
  font-size: 16px;
}
.section-slider_jobs .job-item .arrow-link {
  margin-top: auto;
  font-weight: 700;
  display: inline-block;
}
@media (min-width: 1024px) {
  .section-slider_jobs .slider-wrapper .slider-title {
    font-size: 18px;
  }
  .section-slider_jobs .post-item {
    padding: 60px 30px;
  }
  .section-slider_jobs .post-item h3 {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .section-slider_jobs {
    padding: 140px 0;
  }
  .section-slider_jobs .posts-slider {
    margin-left: -24px;
    margin-right: -24px;
  }
  .section-slider_jobs .posts-slider .slider-item {
    padding: 0 24px;
  }
  .section-slider_jobs .slider-wrapper .slider-title {
    font-size: 20px;
  }
  .section-slider_jobs .post-item h3 {
    font-size: 22px;
  }
  .section-slider_jobs .post-item .categories .category {
    font-size: 20px;
  }
}
.section-case_studies .slider-wrapper h3 {
  margin-bottom: 20px;
}
.section-case_studies .qas-container {
  margin-top: 60px;
}
.section-case_studies .qas-container .qa {
  padding: 30px 30px 25px;
  background-color: #ECECEC;
  border-radius: 5px;
  min-height: auto;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.section-case_studies .qas-container .qa h3 {
  margin-bottom: 20px;
  color: #1d1d1d;
}
.section-case_studies .qas-container .qa .qa-cta {
  margin-top: auto;
  margin-bottom: 2px;
}
.section-case_studies .qas-container .qa .qa-cta .arrow-link {
  color: #ac1f30;
}
.section-case_studies .qas-container .qa .qa-cta .arrow-link:after,
.section-case_studies .qas-container .qa .qa-cta .arrow-link:before {
  background-color: #ac1f30;
}
.section-case_studies .qas-container .qa .qa-cta .arrow-link.reverse:hover i,
.section-case_studies .qas-container .qa .qa-cta .arrow-link.reverse:focus i {
  -webkit-transform: translateX(-0.33333rem);
  transform: translateX(-0.33333rem);
}
.section-case_studies .qas-container .qa .qa-cta .arrow-link.reverse i {
  padding-right: 0;
  padding-left: .33333rem;
  margin-left: 0;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .section-case_studies .qas-container .qa {
    padding: 30px 60px 25px 50px;
  }
}
@media (min-width: 1440px) {
  .section-case_studies .qas-container .qa {
    min-height: 345px;
  }
}
.section-counters .title {
  color: #ac1f30;
  max-width: 430px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin: 0 auto 40px;
}
.section-counters .title:after {
  content: '';
  width: 100px;
  margin: 15px auto 0;
  height: 1.5px;
  background-color: #ac1f30;
  display: block;
}
@media (min-width: 768px) {
  .section-counters .title {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .section-counters .title {
    font-size: 26px;
    margin: 0 auto 125px;
  }
}
.section-counters .number-col {
  color: #1d1d1d;
  text-align: center;
}
.section-counters .number-col .number {
  font-size: 100px;
  line-height: 150px;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
}
.section-counters .number-col .text {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.section-counters .number-col:not(:first-child) {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .section-counters .number-col .number {
    font-size: 115px;
    line-height: 150px;
  }
  .section-counters .number-col .text {
    font-size: 20px;
    line-height: 24px;
    padding: 0 20px;
  }
  .section-counters .number-col:not(:first-child) {
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .section-counters {
    padding: 145px 0 180px;
  }
  .section-counters .number-col .number {
    font-size: 180px;
    line-height: 234px;
  }
  .section-counters .number-col .text {
    font-size: 24px;
    line-height: 28px;
  }
}
.section-quote {
  background-color: #2c2c2c;
}
.section-quote .title {
  color: #ac1f30;
  max-width: 435px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 auto 40px;
}
.section-quote .title:after {
  content: '';
  width: 100px;
  margin: 15px auto 0;
  height: 1.5px;
  background-color: #ac1f30;
  display: block;
}
@media (min-width: 768px) {
  .section-quote .title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1440px) {
  .section-quote .title {
    font-size: 26px;
    line-height: 30px;
    margin: 0 auto 60px;
  }
}
.section-quote .text-container .text {
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  font-family: 'DM Sans', sans-serif;
}
.section-quote .text-container .bt {
  color: #ffffff;
  margin-top: 45px;
}
.section-quote .text-container .quote-by {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 33px;
}
.section-quote .text-container.small .text {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .section-quote .text-container .text {
    font-size: 45px;
    line-height: 55px;
  }
  .section-quote .text-container.small .text {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .section-quote .text-container .text {
    font-size: 50px;
    line-height: 65px;
  }
  .section-quote .text-container.small .text {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1440px) {
  .section-quote {
    padding: 115px 0 85px;
  }
}
.section-slider_team_members.bottom-border {
  border-bottom: 2px solid #2c2c2c;
}
.section-slider_team_members .section-title:after {
  content: '';
  width: 100px;
  margin-top: 10px;
  height: 1.5px;
  background-color: #ac1f30;
  display: block;
}
@media (min-width: 1024px) {
  .section-slider_team_members .section-title {
    font-size: 18px;
  }
}
.section-slider_team_members .slider-wrapper h3 {
  margin-bottom: 40px;
  font-weight: 400;
}
.section-slider_team_members .team-member-item {
  position: relative;
}
.section-slider_team_members .team-member-item .image {
  width: 260px;
  height: 320px;
}
.section-slider_team_members .team-member-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-slider_team_members .team-member-item .name {
  font-weight: 400;
  margin-top: 20px;
}
.section-slider_team_members .team-member-item .name a {
  color: #1d1d1d;
  transition: all .3s;
}
.section-slider_team_members .team-member-item .name a:hover {
  color: #ac1f30;
}
.section-slider_team_members .team-member-item .position {
  line-height: 23px;
}
@media (min-width: 1024px) {
  .section-slider_team_members .team-member-item .image {
    width: 360px;
    height: 420px;
  }
}
@media (min-width: 1440px) {
  .section-slider_team_members {
    padding: 80px 0 185px;
  }
  .section-slider_team_members .team-member-item .image {
    width: 350px;
    height: 430px;
  }
  .section-slider_team_members .team-member-item .name {
    margin-top: 36px;
  }
}
.section-process {
  background-color: #2c2c2c;
}
@media (min-width: 768px) {
  .section-process.has-sidebar .container .container-wrapper {
    padding-bottom: 150px;
  }
}
.section-process .section-title {
  margin-bottom: 40px;
}
.section-process .section-title:after {
  content: '';
  width: 100px;
  margin-top: 10px;
  height: 1.5px;
  background-color: #ac1f30;
  display: block;
}
@media (min-width: 1024px) {
  .section-process .section-title {
    font-size: 18px;
  }
}
.section-process .text-container h3 {
  font-weight: 400;
  margin-bottom: 16px;
}
.section-process .text-container p {
  line-height: 25px;
}
.section-process .process-container {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
}
.section-process .process-container .phase {
  position: relative;
  height: 150px;
  width: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-process .process-container .phase::before {
  position: absolute;
  content: '';
  height: 5px;
  width: 200%;
  background-color: #9E2831;
  top: 0;
  left: 0;
}
.section-process .process-container .phase .phase-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  padding: 0 25px;
}
.section-process .process-container .phase .phase-subtitle {
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  margin-left: 110%;
}
.section-process .process-container .phase .phase-count {
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  margin-left: 110%;
  text-transform: uppercase;
}
.section-process .process-container .phase.phase-1 {
  background-color: #414141;
}
.section-process .process-container .phase.phase-1::before {
  display: none;
}
.section-process .process-container .phase.phase-1 .phase-count {
  top: 0;
}
.section-process .process-container .phase.phase-2 {
  background-color: #646565;
}
.section-process .process-container .phase.phase-3 {
  background-color: #787879;
}
.section-process .process-container .phase.phase-4 {
  background-color: #979797;
}
@media (min-width: 768px) {
  .section-process {
    padding: 100px 0 160px;
  }
  .section-process .process-container {
    margin-top: 160px;
    flex-direction: row;
  }
  .section-process .process-container .phase {
    height: 144px;
    width: 25%;
    justify-content: flex-start;
  }
  .section-process .process-container .phase::before {
    width: 5px;
    height: 207px;
    top: auto;
    bottom: 0;
  }
  .section-process .process-container .phase::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 58px;
    border-left: 5px dashed rgba(255, 255, 255, 0.5);
    bottom: -58px;
    left: 0;
  }
  .section-process .process-container .phase .phase-title {
    padding: 0 0 0 25px;
    font-size: 22px;
    line-height: 29px;
    max-width: 200px;
    text-align: left;
  }
  .section-process .process-container .phase .phase-subtitle {
    font-size: 18px;
    line-height: 21px;
    top: -95px;
    bottom: auto;
    margin-left: 0;
  }
  .section-process .process-container .phase .phase-count {
    font-size: 18px;
    line-height: 21px;
    bottom: -60px;
    top: auto;
    margin-left: 25px;
    width: auto;
  }
  .section-process .process-container .phase.phase-1::after {
    display: none;
  }
  .section-process .process-container .phase.phase-1 .phase-title {
    padding-left: 20px;
  }
  .section-process .process-container .phase.phase-1 .phase-count {
    margin-left: 0;
    top: auto;
  }
}
@media (min-width: 1200px) {
  .section-process .process-container .phase {
    width: auto;
  }
  .section-process .process-container .phase.phase-1 {
    width: 205px;
  }
  .section-process .process-container .phase.phase-2 {
    width: 230px;
  }
  .section-process .process-container .phase.phase-3 {
    width: 295px;
  }
  .section-process .process-container .phase.phase-4 {
    width: calc(100% - 295px - 230px - 205px);
  }
}
@media (min-width: 1440px) {
  .section-process {
    padding: 90px 0 390px;
  }
}
.section-partners .content-title {
  color: #ac1f30;
  font-size: 20px;
}
.section-partners .partners-row {
  margin-top: 40px;
}
.section-partners .partner-col > div {
  border-bottom: 1px solid #C8C8C8;
  padding: 25px 0;
  height: 100%;
}
.section-partners .partner-col .partner-img {
  height: 67px;
  width: 67px;
  border-radius: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.section-partners .partner-col .partner-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-partners .partner-col .partner-title {
  font-family: 'DM Sans', sans-serif;
  color: #000;
  margin-left: 23px;
}
.section-partners .partner-col .partner-cta {
  margin-top: 25px;
}
.section-partners .partner-col .partner-cta .arrow-link {
  color: #ac1f30;
}
.section-partners .partner-col .partner-cta .arrow-link:before,
.section-partners .partner-col .partner-cta .arrow-link:after {
  background-color: #ac1f30;
}
.section-partners .partner-col .partner-cta .bt {
  min-width: auto;
  line-height: 20px;
  padding: 10px 40px;
}
.section-partners .partner-col:first-child > div {
  padding-top: 0;
}
.section-partners .partner-col:last-child > div {
  padding-bottom: 0;
  border-bottom: none;
}
@media (min-width: 1024px) {
  .section-partners .partners-row {
    margin-top: 70px;
  }
  .section-partners .partner-col:nth-child(-n + 2) > div {
    padding-top: 0;
  }
  .section-partners .partner-col:nth-last-child(-n + 2) > div {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.section-text_column_image {
  background-color: #2c2c2c;
}
.section-text_column_image .section-intro {
  color: #ffffff;
}
.section-text_column_image .section-intro .section-title {
  color: #ffffff;
  font-weight: 400;
}
.section-text_column_image .section-intro .section-title:after {
  bottom: -10px;
}
.section-text_column_image .section-intro .section-description {
  max-width: 810px;
}
.section-text_column_image .section-intro .section-description ul,
.section-text_column_image .section-intro .section-description ol {
  padding-left: 25px;
}
.section-text_column_image .tc-row {
  margin-top: 50px;
}
.section-text_column_image .tc-col .tc-item {
  margin-bottom: 40px;
}
.section-text_column_image .tc-col .tc-item .tc-title {
  margin: 18px 0;
  color: #ac1f30;
}
.section-text_column_image .tc-col .tc-item .tc-desc {
  color: #9B9B9B;
}
@media (min-width: 1024px) {
  .section-text_column_image .tc-row {
    margin-top: 90px;
  }
  .section-text_column_image .tc-col .tc-item {
    padding-right: 0;
    margin-bottom: 64px;
  }
}
@media (min-width: 1440px) {
  .section-text_column_image .tc-row {
    padding-left: 100px;
  }
}
.section-two_column_text {
  background-color: #fafafa;
  padding: 40px 0;
}
.section-two_column_text .section-intro .section-title {
  color: #1d1d1d;
  font-weight: 400;
  max-width: 500px;
}
.section-two_column_text .section-intro .section-title:after {
  bottom: -10px;
}
.section-two_column_text .section-intro .section-description {
  max-width: 840px;
}
.section-two_column_text .tc-col {
  margin-top: 60px;
}
.section-two_column_text .tc-col .tc-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section-two_column_text .tc-col .tc-item .tc-title {
  margin-bottom: 20px;
  color: #ac1f30;
}
.section-two_column_text .tc-col .tc-item .tc-logo {
  width: 200px;
  height: 200px;
  object-fit: contain;
  margin-bottom: 20px;
}
.section-two_column_text .tc-col .tc-item .tc-desc.mb {
  margin-bottom: 30px;
}
.section-two_column_text .tc-col .tc-item .tc-desc p {
  margin-bottom: 0;
}
.section-two_column_text .tc-col .tc-item .tc-desc a {
  color: #ac1f30;
  font-weight: 700;
  text-decoration: underline;
}
.section-two_column_text .tc-col .tc-item .tc-desc a:hover {
  color: #ac1f30;
}
.section-two_column_text .tc-col .tc-item .tc-cta {
  margin-top: auto;
}
@media (min-width: 1024px) {
  .section-two_column_text {
    font-size: 18px;
  }
  .section-two_column_text .tc-col .tc-item .tc-desc.mb {
    margin-bottom: 45px;
  }
}
.section-slider_videos .slider-wrapper h3 {
  margin-bottom: 40px;
  font-weight: 500;
  color: #ac1f30;
}
@media (min-width: 768px) {
  .section-slider_videos .video-item {
    width: 400px;
    height: 385px;
  }
}
@media (min-width: 1024px) {
  .section-slider_videos .video-item .content-container h3 {
    font-size: 24px;
  }
  .section-slider_videos .video-item .bt-play img {
    width: 75px;
  }
}
@media (min-width: 1440px) {
  .section-slider_videos {
    padding: 140px 0;
  }
  .section-slider_videos.has-sidebar {
    padding: 0;
  }
  .section-slider_videos.has-sidebar .container-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .section-slider_videos .video-item {
    width: 880px;
    height: 570px;
    padding: 45px 300px 45px 50px;
  }
  .section-slider_videos .video-item .content-container h3 {
    font-size: 32px;
  }
  .section-slider_videos .video-item .content-container .bt {
    margin-top: 45px;
  }
}
.video-item {
  width: 350px;
  height: 400px;
  max-width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
.video-item .bt-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-item .bt-play img {
  width: 50px;
}
.video-item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.video-item .image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 100%);
  z-index: 1;
}
.video-item .content-container {
  position: relative;
  z-index: 1;
}
.video-item .content-container h3 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  line-height: 1.4;
}
.video-item .content-container .bt {
  margin-top: 30px;
}
.section-slider_articles .slider-wrapper h3 {
  margin-bottom: 40px;
  font-weight: 500;
  color: #ac1f30;
}
.article-item {
  width: 350px;
  max-width: 100%;
  position: relative;
}
.article-item .image {
  width: 100%;
  height: 370px;
  object-fit: cover;
  position: relative;
}
.article-item .image .category {
  position: absolute;
  right: 20px;
  bottom: 18px;
  background: #000000;
  border-radius: 10px;
  color: #ffffff;
  font-size: 16px;
  padding: 12px 39px;
}
.article-item .content-container {
  position: relative;
  z-index: 1;
}
.article-item .content-container p {
  margin-top: 30px;
  margin-bottom: 22px;
  font-size: 22px;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
}
.article-item .content-container a {
  display: block;
  margin-top: 30px;
  color: #1d1d1d;
  font-size: 22px;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
  transition: all .3s;
}
.article-item .content-container a:hover {
  color: #ac1f30;
}
.article-item .content-container .arrow-link {
  color: #ac1f30;
  font-size: 17px;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
  display: inline-block;
  margin: 0;
}
.article-item .content-container .arrow-link:before {
  background-color: #ac1f30;
}
.section-slider_whitepapers .slider-wrapper h3 {
  margin-bottom: 40px;
  font-weight: 500;
  color: #ac1f30;
}
.whitepaper-item {
  width: 350px;
  max-width: 100%;
  position: relative;
}
.whitepaper-item .image {
  width: 100%;
  height: 430px;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}
.whitepaper-item .image img {
  transition: all .3s;
}
.whitepaper-item .image:hover img {
  transform: scale(1.5);
}
.whitepaper-item .content-container {
  position: relative;
  z-index: 1;
}
.whitepaper-item .content-container p {
  margin-top: 30px;
  margin-bottom: 22px;
  color: #1d1d1d;
  font-size: 22px;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
}
.whitepaper-item .content-container .arrow-link {
  color: #ac1f30;
  font-size: 17px;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
}
.whitepaper-item .content-container .arrow-link:before {
  background-color: #ac1f30;
}
.section-wysiwyg.has-sidebar {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .section-wysiwyg.has-sidebar {
    padding: 0;
  }
  .section-wysiwyg.has-sidebar .container .container-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-wysiwyg .container-wrapper h3 {
  color: #ac1f30;
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 10px;
}
.section-wysiwyg .container-wrapper h3:not(:empty):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100px;
  background-color: #ac1f30;
}
.section-wysiwyg .container-wrapper h3:not(:first-of-type) {
  margin-top: 35px;
}
.section-wysiwyg .container-wrapper .description p {
  color: #000;
}
.section-wysiwyg .container-wrapper .description.anchors-buttons a {
  display: inline-block;
  padding: 15px 20px;
  background: transparent;
  color: #1d1d1d;
  border-radius: 0px;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  transition: all 0.3s;
  min-width: 190px;
  max-width: 100%;
  text-align: center;
  border: none;
  line-height: 20px;
  border-top: 2px solid #ac1f30;
  border-bottom: 2px solid #ac1f30;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.section-wysiwyg .container-wrapper .description.anchors-buttons a:before,
.section-wysiwyg .container-wrapper .description.anchors-buttons a:after {
  content: '';
  position: absolute;
  top: 70%;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #ac1f30;
  transition: all 0.3s;
}
.section-wysiwyg .container-wrapper .description.anchors-buttons a:after {
  top: -70%;
  left: auto;
  right: 0;
}
.section-wysiwyg .container-wrapper .description.anchors-buttons a:focus,
.section-wysiwyg .container-wrapper .description.anchors-buttons a:hover {
  background: transparent;
  color: #1d1d1d;
}
.section-wysiwyg .container-wrapper .description.anchors-buttons a:focus:before,
.section-wysiwyg .container-wrapper .description.anchors-buttons a:hover:before,
.section-wysiwyg .container-wrapper .description.anchors-buttons a:focus:after,
.section-wysiwyg .container-wrapper .description.anchors-buttons a:hover:after {
  top: 0;
}
@media (min-width: 1440px) {
  .section-wysiwyg .container-wrapper .description.anchors-buttons a {
    min-width: 265px;
    line-height: 30px;
    padding: 20px;
  }
}
.section-wysiwyg .container-wrapper .description.anchors-buttons a + a {
  margin-left: 20px;
}
@media (max-width: 1023.98px) {
  .section-wysiwyg .container-wrapper .description.anchors-buttons a + a {
    margin-left: 0;
    margin-top: 15px;
  }
}
.section-wysiwyg .container-wrapper .description > ol,
.section-wysiwyg .container-wrapper .description > ul {
  padding-left: 25px;
}
.section-wysiwyg .container-wrapper .description > ol li,
.section-wysiwyg .container-wrapper .description > ul li {
  margin-top: 10px;
}
.section-wysiwyg .container-wrapper .description > ol li > ul,
.section-wysiwyg .container-wrapper .description > ul li > ul,
.section-wysiwyg .container-wrapper .description > ol li > ol,
.section-wysiwyg .container-wrapper .description > ul li > ol {
  padding-left: 16px;
  margin-top: 10px;
}
.section-wysiwyg .container-wrapper .description > ol:last-child,
.section-wysiwyg .container-wrapper .description > ul:last-child {
  margin: 0;
}
@media (min-width: 1440px) {
  .section-wysiwyg .container-wrapper {
    padding-right: 200px;
  }
}
.section-case_study_hero {
  color: #1d1d1d;
  padding: 180px 0 100px;
}
.section-case_study_hero.background-color_light {
  background-color: #F3F3F3;
}
.section-case_study_hero.background-color_red {
  background-color: #ac1f30;
}
.section-case_study_hero.background-color_dark {
  background-color: #212121;
}
.section-case_study_hero.background-color_red,
.section-case_study_hero.background-color_dark {
  color: #ffffff;
}
.section-case_study_hero.background-color_red .small-title,
.section-case_study_hero.background-color_dark .small-title {
  color: #ffffff;
}
.section-case_study_hero.background-color_red .hero-desc,
.section-case_study_hero.background-color_dark .hero-desc {
  color: #ffffff;
}
.section-case_study_hero.background-color_red .cs-info,
.section-case_study_hero.background-color_dark .cs-info {
  color: #ffffff;
}
.section-case_study_hero .hero-wrapper {
  display: flex;
  align-items: center;
}
.section-case_study_hero .small-title {
  font-weight: 700;
  color: #ac1f30;
}
.section-case_study_hero .hero-title {
  font-weight: 400;
  margin: 20px 0;
}
.section-case_study_hero .hero-desc {
  color: #000;
}
@media (min-width: 1440px) {
  .section-case_study_hero .hero-desc {
    font-size: 18px;
    padding-right: 35px;
  }
}
.section-case_study_hero .video-container {
  width: 100%;
  height: 250px;
  position: relative;
}
.section-case_study_hero .video-container > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-case_study_hero .video-container .bt-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-case_study_hero .video-container .bt-play img {
  width: 50px;
}
@media (min-width: 768px) {
  .section-case_study_hero .video-container {
    height: 430px;
  }
}
@media (min-width: 1024px) {
  .section-case_study_hero .video-container .bt-play img {
    width: 75px;
  }
}
.section-case_study_hero .cs-terms {
  margin-top: 20px;
}
.section-case_study_hero .cs-terms .cs-term {
  display: inline-block;
  padding: 12px 8px;
  background-color: #E8EDF1;
  border-radius: 3px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #9B9B9B;
  margin-right: 20px;
  margin-top: 15px;
}
.section-case_study_hero .cs-info {
  color: #9B9B9B;
  display: none;
}
@media (min-width: 1440px) {
  .section-case_study_hero .cs-info {
    font-size: 18px;
  }
}
.section-case_study_hero .cs-info .reading-time,
.section-case_study_hero .cs-info .post-date {
  margin-top: 35px;
  display: inline-block;
}
.section-case_study_hero .cs-info .reading-time {
  position: relative;
  padding-right: 40px;
}
.section-case_study_hero .cs-info .reading-time:after {
  position: absolute;
  content: '.';
  font-size: 50px;
  border-radius: 100%;
  right: 12px;
  top: -3px;
  line-height: 0;
}
.blog-hero {
  background-color: #FAFAFA;
  padding-top: 80px;
  padding-bottom: 0;
}
.blog-hero .hero-wrapper {
  min-height: auto;
}
.blog-hero .hero-wrapper .hero-content .small-title {
  color: #ac1f30;
}
.blog-hero .hero-wrapper .hero-content h1 {
  color: #1d1d1d;
}
.blog-hero .cs-filters {
  margin-top: 30px;
}
.blog-hero .cs-filters .cs-filter {
  padding: 12px 8px;
  background: #E8EDF1;
  border-radius: 3px;
  color: #252A31;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  margin-right: 27px;
  margin-top: 20px;
  cursor: pointer;
  transition: all .3s;
}
.blog-hero .cs-filters .cs-filter:hover,
.blog-hero .cs-filters .cs-filter.active {
  color: #ffffff;
  background: #ac1f30;
}
.section-question_answer .qas-container {
  max-width: 740px;
}
.section-question_answer .qas-container .qa {
  padding: 30px 30px 25px;
  background-color: #ECECEC;
  border-radius: 5px;
  min-height: auto;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.section-question_answer .qas-container .qa h3 {
  margin-bottom: 20px;
  color: #1d1d1d;
}
.section-question_answer .qas-container .qa .qa-cta {
  margin-top: auto;
  margin-bottom: 2px;
}
.section-question_answer .qas-container .qa .qa-cta .arrow-link {
  color: #ac1f30;
}
.section-question_answer .qas-container .qa .qa-cta .arrow-link:after,
.section-question_answer .qas-container .qa .qa-cta .arrow-link:before {
  background-color: #ac1f30;
}
.section-question_answer .qas-container .qa .qa-cta .arrow-link.reverse:hover i,
.section-question_answer .qas-container .qa .qa-cta .arrow-link.reverse:focus i {
  -webkit-transform: translateX(-0.33333rem);
  transform: translateX(-0.33333rem);
}
.section-question_answer .qas-container .qa .qa-cta .arrow-link.reverse i {
  padding-right: 0;
  padding-left: .33333rem;
  margin-left: 0;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .section-question_answer .qas-container .qa {
    padding: 30px 60px 25px 50px;
  }
}
@media (min-width: 1440px) {
  .section-question_answer .qas-container .qa {
    min-height: 345px;
  }
}
.section-boxes .boxes-container {
  margin: 0 -7.5px;
}
.section-boxes .boxes-container .box-col {
  padding: 0 7.5px;
  margin-bottom: 15px;
}
.section-boxes .boxes-container .box {
  border: 1px solid #BCBCBC;
  background-color: #ffffff;
  padding: 25px 30px;
  text-align: center;
  height: 100%;
  color: #1d1d1d;
}
.section-boxes .boxes-container .box .box-logo {
  max-width: 100%;
  max-height: 200px;
  object-fit: contain;
  margin-bottom: 20px;
}
.section-boxes .boxes-container .box .content-title {
  margin-bottom: 20px;
}
.section-boxes .boxes-container .box .content-desc {
  margin-bottom: 20px;
}
.section-boxes .boxes-container .box .arrow-link {
  color: #ac1f30;
}
.section-boxes .boxes-container .box .arrow-link:before,
.section-boxes .boxes-container .box .arrow-link:after {
  background-color: #ac1f30;
}
