@charset "UTF-8";
a h3, a:visited h3, a:link h3 {
  color: #fff;
}
a.btn-mute {
  float: right;
  margin-top: 10px;
  color: #999;
}
a.btn-cta {
  display: inline-block;
  background-color: #fff;
  color: #333;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "BerninoSans-Web", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow: hidden;
  cursor: pointer;
}
p:not(.hero-lead) a.btn-cta {
  border: 1px solid #f37120;
  margin: 70px auto 40px;
  padding: 14px 15px;
}
.blog-content a.btn-cta {
  padding: 14px 15px;
  border: 1px solid #f37120;
}
.hero-lead a.btn-cta {
  padding: 14px 14px 12px;
  font-size: 65%;
  vertical-align: bottom;
  line-height: 1;
}
a.btn-cta:hover {
  color: #fff;
}
a.btn-cta span {
  z-index: 3;
  position: relative;
}
@media (max-width: 800px) {
  a.btn-cta {
    margin-top: 40px;
  }
}

.btn-tweet {
  position: absolute;
  bottom: -30px;
  left: 50%;
  font-size: 14px;
  transform: translate(-50%, 0);
  padding: 5px 10px 5px 12px;
  background-color: #B3B5B8;
  display: inline-block;
}
.btn-tweet:hover {
  background-color: #1da1f2;
}
.btn-tweet:hover:after {
  border-bottom: 8px solid #1da1f2;
}
.btn-tweet span {
  color: white;
}
.btn-tweet:after {
  width: 0;
  content: " ";
  display: block;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #B3B5B8;
  top: -8px;
  left: 10px;
}

h1, h2 {
  font-size: 2.8em;
  line-height: 1em;
  font-family: "BerninoSans-Web-Condensed", "BerninoSans-Web", Arial, sans-serif;
  margin-bottom: 15px;
}

h3 {
  font-weight: 600;
}

blockquote {
  color: #f37120;
  font-size: 24px;
  width: 80%;
  text-align: center;
  margin: 1em auto;
  border-left: none;
  position: relative;
}
blockquote[data-type=tweet] {
  margin-bottom: 2em;
}
blockquote p {
  display: inline;
  position: relative;
  line-height: 40px;
}
blockquote p:before, blockquote p:after {
  content: '"';
  font-size: 2.5em;
  font-weight: 700;
  color: #76787B;
  line-height: 0;
  position: absolute;
}
blockquote p:before {
  top: 25px;
  left: -30px;
}
blockquote p:after {
  bottom: 10px;
}

.blog-content ul {
  padding-top: 15px;
}
.blog-content ul li {
  padding: 0 0 15px 0;
  font-size: 16px;
  line-height: 24px;
  list-style: none;
}
.blog-content ul li::before {
  display: inline-block;
  width: 1em;
  font-size: 22px;
  content: "";
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
  height: 0.5rem;
  width: 0.5rem;
  margin: -1em 1.3rem 0 -1em;
  background-color: #f37120;
}

.btn-orange {
  color: #fff !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "BerninoSans-Web", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f37120;
  font-size: 90%;
  border-radius: 0;
  border: 1px solid transparent;
  font-weight: 600;
}

.fa-facebook-f {
  color: #3b5998;
}
.fa-twitter {
  color: #1da1f2;
}
.fa-linkedin-in {
  color: #0077b5;
}
.fa-envelope {
  color: #D19C27;
}
.fa-print {
  color: #63a833;
}

.intro {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 40px;
}

.body {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 40px;
}

.subhead {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 8px;
  font-weight: 700;
}

.section-h2 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: black;
}
.section-h2 strong {
  font-weight: 900;
}
@media (max-width: 800px) {
  .section-h2 {
    margin-bottom: 8px;
    font-size: 24px;
  }
}
.section-h3 {
  font-weight: 900;
  font-size: 32px;
  letter-spacing: -0.8px;
}
@media (max-width: 800px) {
  .section-h3 {
    font-size: 24px;
  }
}
.section-h4 {
  margin: 0 0 12px;
  font-weight: 900;
  font-size: 18px;
}
.section-subheader {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 32px;
}
@media (max-width: 800px) {
  .section-subheader {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-title {
  text-align: center;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 800px) {
  .section-title {
    font-size: 18px;
  }
}
.section-text {
  text-transform: uppercase;
  font-weight: 900;
  color: black;
}
.section-subtitle {
  letter-spacing: 0.4px;
  font-weight: 700;
  font-stretch: condensed;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .section-subtitle {
    font-size: 12px;
  }
}

._shadow-dark {
  text-shadow: 2px 2px black;
}

._shadow-light {
  text-shadow: 2px 2px white;
}

#tags a {
  background-color: #d3d4d6;
  color: #76787B;
  padding: 5px 10px 4px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  font-size: 90%;
  font-weight: 600;
  border-radius: 3px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#tags a:hover {
  background-color: #76787B;
  color: white;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

video, img {
  max-width: 100%;
}

audio {
  width: 100%;
}

.blog-content img {
  width: 100%;
  height: auto;
  padding: 10px 0 50px 0;
}

iframe[src*=youtube] {
  border: none;
  overflow: hidden;
  max-width: 100%;
}

.sticky + .container {
  margin-top: 3em;
}

.maxWrapper {
  background-color: #333;
}
.maxWrapper.blog {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.inner {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1400px;
  width: 100%;
}
@media (min-width: 1071px) {
  .inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.inner._md {
  max-width: 1200px;
}
@media (min-width: 1201px) {
  .inner._md {
    margin-left: auto;
    margin-right: auto;
  }
}
.inner._sm {
  max-width: 800px;
}
@media (min-width: 801px) {
  .inner._sm {
    margin-left: auto;
    margin-right: auto;
  }
}
.inner._xs {
  max-width: 500px;
}
@media (min-width: 541px) {
  .inner._xs {
    margin-left: auto;
    margin-right: auto;
  }
}
.inner p {
  line-height: 1.7;
}

.full-width {
  width: 100vw !important;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  position: relative;
}

.flex {
  display: flex;
  justify-content: space-between;
}
.flex-9 {
  width: 79.5%;
}
.flex-3 {
  width: 19%;
}
.flex-7 {
  width: 59.5%;
}
.flex-5 {
  width: 39%;
}
.flex-12 {
  width: 100%;
}
.flex-15 {
  width: 15%;
}
.flex-25 {
  width: 24%;
}
.flex-33 {
  width: 32%;
}
.flex-35 {
  width: 35%;
}
.flex-40 {
  width: 40%;
}
.flex-50 {
  width: 48%;
}
.flex-55 {
  width: 55%;
}
.flex-60 {
  width: 60%;
}
.flex-66 {
  width: 66%;
}
.flex-70 {
  width: 70%;
}
.flex-75 {
  width: 74%;
}
.flex._wrap {
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .flex-25, .flex-33, .flex-35, .flex-40, .flex-50, .flex-55, .flex-60, .flex-66, .flex-70, .flex-75 {
    width: 100%;
  }
  .flex-25:not(:last-child), .flex-33:not(:last-child), .flex-35:not(:last-child), .flex-40:not(:last-child), .flex-50:not(:last-child), .flex-55:not(:last-child), .flex-60:not(:last-child), .flex-66:not(:last-child), .flex-70:not(:last-child), .flex-75:not(:last-child) {
    margin-bottom: 32px;
  }
  .flex-25 p:last-child, .flex-33 p:last-child, .flex-35 p:last-child, .flex-40 p:last-child, .flex-50 p:last-child, .flex-55 p:last-child, .flex-60 p:last-child, .flex-66 p:last-child, .flex-70 p:last-child, .flex-75 p:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1070px) {
  .flex {
    flex-wrap: wrap;
  }
  .flex > div {
    width: 100% !important;
  }
  .flex-9 {
    order: 3;
  }
  .flex-12 {
    order: 2;
  }
  .flex-3 {
    order: 1;
  }
}

.grid {
  display: grid;
  padding: 0;
  gap: 0px 48px;
}
@media (min-width: 801px) {
  .grid._wide {
    gap: 0px 90px;
  }
}
@media (max-width: 800px) {
  .grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px 0px;
  }
}
@media all and (-ms-high-contrast: none) {
  .grid {
    display: -ms-grid;
  }
}
@media (-ms-high-contrast: none) and (max-width: 800px) {
  .grid {
    -ms-grid-columns: 1fr;
    -ms-grid-rows: auto;
  }
}
.section-title + .grid {
  margin-top: 32px;
}
@media (max-width: 800px) {
  .section-title + .grid {
    margin-top: 24px;
  }
}
@media (min-width: 801px) {
  .grid._50-50 {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (-ms-high-contrast: none) {
  .grid._50-50 {
    -ms-grid-columns: 1fr 1fr;
  }
}
@media (min-width: 801px) {
  .grid._60-40 {
    grid-template-columns: 3fr 2fr;
  }
}
@media all and (-ms-high-contrast: none) {
  .grid._60-40 {
    -ms-grid-columns: 3fr 2fr;
  }
}
@media (min-width: 801px) {
  .grid._40-60 {
    grid-template-columns: 2fr 3fr;
  }
}
@media all and (-ms-high-contrast: none) {
  .grid._40-60 {
    -ms-grid-columns: 2fr 3fr;
  }
}
@media (min-width: 801px) {
  .grid._75-25 {
    grid-template-columns: 3fr 1fr;
  }
}
@media all and (-ms-high-contrast: none) {
  .grid._75-25 {
    -ms-grid-columns: 3fr 1fr;
  }
}
@media (min-width: 801px) {
  .grid._66-33 {
    grid-template-columns: 2fr 1fr;
  }
}
@media all and (-ms-high-contrast: none) {
  .grid._66-33 {
    -ms-grid-columns: 2fr 1fr;
  }
}
@media (min-width: 801px) {
  .grid._33-33-33 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (-ms-high-contrast: none) {
  .grid._33-33-33 {
    -ms-grid-columns: 1fr 1fr 1fr;
  }
}
@media (-ms-high-contrast: none) and (max-width: 800px) {
  .grid._33-33-33 {
    -ms-grid-rows: auto auto auto;
  }
}
@media (max-width: 800px) {
  .grid._33-33-33 {
    grid-template-rows: auto auto auto;
  }
}

.accordion {
  border-bottom: 2px solid #dbdcdd;
  padding: 24px 8px;
}
.accordion img {
  display: none;
  margin: 20px auto 0;
}
.accordion._active img, .accordion._active .accordion-body {
  display: block;
}
.accordion-wrapper {
  border-top: 2px solid #dbdcdd;
}
.accordion-body {
  color: #B3B5B8;
  display: none;
  font-size: 14px;
}
.accordion-header {
  font-weight: 900;
  font-size: 16px;
  color: black;
  cursor: pointer;
}
@media (min-width: 801px) {
  .featherlight .accordion-header {
    display: none;
  }
}
.accordion-header:after {
  content: "▾";
  color: #f37120;
  width: 3px;
  height: 3px;
  position: absolute;
  right: 24px;
}
.accordion._active .accordion-header:after {
  content: "▴";
}

.blog-wrapper._odd .blog-item:first-child:after, .blog-wrapper._even .blog-item:last-child:after {
  background: rgba(243, 113, 32, 0.8);
}
.blog-wrapper._odd .blog-item:first-child .blog-sub, .blog-wrapper._even .blog-item:last-child .blog-sub {
  background: #fff;
  color: #010000;
}
.blog-wrapper._odd .blog-item:first-child .blog-sub a, .blog-wrapper._even .blog-item:last-child .blog-sub a {
  color: #010000;
}
.blog-wrapper._odd .blog-item:first-child .blog-title, .blog-wrapper._even .blog-item:last-child .blog-title {
  padding: 0 15px 0 0;
  max-height: 120px;
}
@media (max-width: 1070px) {
  .blog-wrapper._odd .blog-item:first-child .blog-title, .blog-wrapper._even .blog-item:last-child .blog-title {
    max-height: 100px;
  }
}
.blog-wrapper._odd .blog-item:first-child .blog-title span, .blog-wrapper._even .blog-item:last-child .blog-title span {
  background: transparent;
  box-shadow: none;
}
@media (min-width: 1071px) {
  .blog-wrapper._odd .blog-item:first-child, .blog-wrapper._even .blog-item:last-child {
    width: 39%;
  }
  .blog-wrapper._odd .blog-item:first-child .blog-title, .blog-wrapper._even .blog-item:last-child .blog-title {
    font-size: 1.6em;
  }
}
@media (min-width: 1071px) {
  .blog-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .blog-wrapper .blog-item {
    width: 18.7%;
  }
}
.blog-header {
  color: #010000;
  font-weight: 400;
  margin: 2em 0 15px 20px;
  display: inline-block;
}
.blog-header + a {
  color: #f37120;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "BerninoSans-Web", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-left: 10px;
}
@media (max-width: 800px) {
  .blog-header {
    margin: 1.5em 0 15px 10px;
  }
}
.blog-author {
  width: 10%;
  text-align: center;
}
@media (max-width: 1070px) {
  .blog-author {
    order: 3;
  }
}
.blog-author-img {
  border-radius: 50%;
  margin: 0 auto 2.5em;
  display: block;
}
@media print {
  .blog-author-img {
    margin-bottom: 0;
  }
}
.blog-content {
  width: 73%;
}
.blog-author + .blog-content {
  width: 60%;
}
.blog-content-side {
  width: 22%;
}
@media (max-width: 1070px) {
  .blog-content {
    order: 2;
    margin-bottom: 1em;
  }
  .blog-content-side {
    order: 1;
    margin-bottom: 3em;
  }
}
.blog-cat {
  color: #76787B;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1em;
}
.blog-item {
  padding-right: 15px;
  background-position: center;
  background-size: cover;
  height: 340px;
  float: left;
  width: 23.5%;
  margin-bottom: 20px;
  position: relative;
  background-repeat: no-repeat;
}
.blog-item a {
  color: #fff;
}
.blog-item._full {
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 2em;
  height: 450px;
  margin: 0 !important;
}
.blog-item._whitepaper {
  background-position: right -35px bottom;
  background-size: auto;
  background-color: white;
}
.blog-item._whitepaper:after {
  background: rgba(255, 255, 255, 0.65);
}
.blog-item-content {
  position: absolute;
  top: 80px;
  left: 15px;
  z-index: 10;
  margin-right: 15px;
}
@media (max-width: 800px) {
  .blog-item-content {
    top: 40px;
  }
}
.blog-item-content-center {
  margin: 15px;
  z-index: 10;
}
@media (min-width: 1071px) {
  .blog-item-content-center {
    width: 50%;
    margin: 0 auto;
  }
  .blog-item-content-center h3 {
    font-size: 1.8em;
    max-height: 135px;
  }
}
.blog-item:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(44, 44, 44, 0.7);
}
@media (min-width: 1071px) {
  .blog-item {
    transform: translateZ(0);
    transition-duration: 0.35s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
  }
  .blog-item:hover {
    transform: scale(1.025);
  }
  .blog-item:not(:last-child) {
    margin-right: 1.5%;
  }
  ._featured .blog-item:not(:last-child), ._more .blog-item:not(:last-child) {
    margin-right: 1.9%;
  }
  .blog-item._related {
    width: 23.5%;
  }
  .blog-item._full {
    width: 50%;
    transform: none;
    max-width: 800px;
  }
  .blog-item._archive {
    width: 23.8%;
    /*@include tablet-min{
    	&:first-child, &:nth-child(11n+12) {
    		width: 49.1%;
    		h3{
    			font-size: 1.4em;
    		}
    	}
    	&:nth-child(11n+12){
    		h3{
    			font-size: 1.4em;
    			padding: 0;
    			span{
    				background: none;
    				box-shadow: none;
    			}
    		}
    		.blog-sub{
    			color: $gray3;
    			background: $white;
    		}
    		&:after{
    			background: rgba(243, 113, 32,0.8);
    		}
    	}
    }
    &:nth-child(11n), &:nth-child(11n-4), &:nth-child(11n-8){
    	margin-right: 0;
    	}*/
  }
  .blog-item._archive:nth-child(4n+3) {
    margin-right: 0;
  }
}
.blog-item._archive:first-child:after {
  background: rgba(243, 113, 32, 0.8);
}
.blog-item._archive:first-child .blog-sub {
  background: #fff;
  color: #010000;
}
.blog-item._archive:first-child .blog-sub a {
  color: #010000;
}
.blog-item._archive:first-child .blog-title {
  padding: 0 15px 0 0;
  max-height: 128px;
}
@media (max-width: 1070px) {
  .blog-item._archive:first-child .blog-title {
    max-height: 100px;
  }
}
.blog-item._archive:first-child .blog-title span {
  background: transparent;
  box-shadow: none;
}
@media (min-width: 801px) {
  .blog-item._archive:first-child h3 {
    font-size: 1.4em;
  }
  .blog-item._archive:first-child:first-child {
    width: 49%;
  }
}
@media (max-width: 1070px) {
  .blog-item {
    width: 49%;
    margin-bottom: 10px;
    height: 300px;
  }
  .blog-item:nth-child(odd) {
    margin-right: 2%;
  }
}
@media (max-width: 800px) {
  .blog-item {
    width: 100%;
    margin-right: 0;
  }
}
._featured .blog-item {
  display: inline-block;
}
._featured .blog-item:first-child {
  width: 48.9%;
  height: 700px;
}
@media (max-width: 1070px) {
  ._featured .blog-item:first-child {
    width: 100%;
    height: 350px;
  }
}
._featured .blog-item:first-child .blog-title span {
  line-height: 1.6em;
  padding: 10px 0;
}
@media (min-width: 801px) {
  ._featured .blog-item:first-child .blog-title {
    font-size: 1.9em;
  }
}
._featured .blog-item:first-child .blog-item-content {
  bottom: 80px;
}
@media (min-width: 801px) {
  ._featured .blog-item:first-child .blog-item-content {
    top: unset;
  }
}
._featured .blog-item:nth-child(2) {
  width: 49%;
  margin-right: 0;
}
@media (max-width: 1070px) {
  ._featured .blog-item:nth-child(2) {
    width: 100%;
  }
}
@media (min-width: 801px) {
  ._featured .blog-item:nth-child(2):after {
    background: rgba(243, 113, 32, 0.8);
  }
  ._featured .blog-item:nth-child(2) .blog-title {
    font-size: 1.9em;
    padding: 0 15px 0 0;
  }
  ._featured .blog-item:nth-child(2) .blog-title span {
    background: transparent;
    padding: 10px 0;
    line-height: 1.6em;
    box-shadow: none;
  }
  ._featured .blog-item:nth-child(2) .blog-sub {
    background: #fff;
    color: #010000;
  }
  ._featured .blog-item:nth-child(2) .blog-sub a {
    color: #010000;
  }
}
.blog ._feature:after {
  background: rgba(243, 113, 32, 0.8);
}
.blog ._feature .blog-sub {
  background: #fff;
  color: #010000;
}
.blog ._feature .blog-sub a {
  color: #010000;
}
.blog ._feature .blog-title {
  padding: 0 15px 0 0;
  max-height: 128px;
}
@media (max-width: 1070px) {
  .blog ._feature .blog-title {
    max-height: 100px;
  }
}
.blog ._feature .blog-title span {
  background: transparent;
  box-shadow: none;
}
.blog-sub {
  background: #f37120;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "BerninoSans-Web", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 15px;
  display: inline-block;
  font-size: 90%;
  font-weight: 700;
}
.blog-meta {
  background-color: #333;
  padding: 10px 15px;
  color: #fff;
  font-size: 90%;
  display: inline-block;
}
._whitepaper .blog-meta {
  background-color: transparent;
  color: #333;
  padding-left: 0;
  font-weight: 600;
}
.blog-item-content + .blog-meta {
  z-index: 10;
  position: absolute;
  left: 15px;
  bottom: 15px;
}
@media screen {
  .blog-meta {
    margin-top: 3em;
  }
  ._nohero .blog-meta {
    margin: 0 0 2em;
    background-color: transparent;
    color: #010000;
    padding: 0;
    font-weight: 600;
  }
}
.blog-meta i {
  color: #f37120;
  padding-right: 10px;
}
@media (max-width: 800px) {
  .blog-meta {
    margin-top: 1.5em;
  }
}
.blog-title {
  font-size: 1.4em;
  margin-top: 10px;
  color: #fff;
  padding: 15px;
  max-height: 109px;
  overflow: hidden;
}
@media (min-width: 801px) and (max-width: 1070px) {
  .blog-title {
    max-height: 84px;
  }
}
@media (max-width: 800px) {
  .blog-title {
    max-height: 112px;
  }
}
.blog-title span {
  padding: 5px 0;
  line-height: 1.7em;
  background-color: #333;
  box-shadow: 15px 0 0 #333, -15px 0 0 #333;
  box-decoration-break: clone;
}
._whitepaper .blog-title {
  color: #010000;
  padding: 0.5em 0 0;
}
._whitepaper .blog-title span {
  padding: 0;
  box-shadow: none;
  background-color: transparent;
  font-size: 1.1em;
}
._nohero .blog-title {
  color: #010000;
  font-size: 3em;
  padding: 0.3em 0 0;
  max-height: none;
}
.blog-title._hero {
  font-size: 1.9em;
  max-height: 160px;
}
@media (min-width: 801px) {
  .blog-title {
    font-size: 1.1em;
    padding: 10px 20px 10px 10px;
  }
  .blog-title span {
    padding: 5px 0;
    box-shadow: 10px 0 0 #333, -10px 0 0 #333;
  }
}
.blog:after {
  content: "";
  display: block;
  clear: both;
}
.blog-related {
  margin-top: 4em;
  background: #d3d4d6;
  padding-bottom: 4em;
}
.blog-video {
  position: relative;
  display: inline-block;
}
.blog-video .play-jlg-standard {
  position: absolute;
  top: 37%;
  left: 40%;
  color: #f37120;
}

.card {
  display: flex;
  box-shadow: 0px 3px 6px #00000029;
}
.card._gray {
  background-color: #EDEDED;
  display: flex;
  align-items: center;
}
.card._img {
  flex-direction: column;
}
@media (min-width: 801px) {
  .card {
    height: 500px;
  }
  .card:hover {
    transform: scale(1.02);
  }
  .card._twoCol {
    grid-column: span 2;
  }
}
@media (max-width: 800px) {
  .card._twoCol {
    flex-direction: column;
  }
}
.card-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-auto-rows: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  max-width: 1400px;
  margin: 25px auto;
}
@media (max-width: 1070px) {
  .card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  .card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.card-img {
  background-position: center;
  background-size: cover;
  height: 210px;
}
@media (min-width: 801px) {
  ._twoCol .card-img {
    width: 50%;
    height: 100%;
  }
}
.card-content {
  padding: 30px 25px;
}
@media (min-width: 801px) {
  ._twoCol .card-content {
    width: 50%;
  }
}
.card-content a {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
}
.card-content a.btn-orange {
  background-image: none !important;
  padding: 10px 16px !important;
}
.card-content a:not(.btn-orange) {
  color: #f37120;
}
.card-content a:not(.btn-orange)::after {
  font-family: "fontawesome";
  content: "";
  padding-left: 5px;
}
.card-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden;
}

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0);
}
@media (max-width: 800px) {
  .featherlight {
    padding: 0 20px;
  }
  .featherlight._wide {
    padding: 0;
  }
}
.featherlight .section-title {
  display: block;
  text-transform: uppercase;
  margin: 28px 0;
}
.featherlight .result2 {
  display: block;
}
.featherlight #compareButton {
  display: block !important;
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  /* position: trick to center content vertically */
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  /* styling */
  background: #fff;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal;
}
@media (min-width: 801px) {
  .featherlight-content {
    width: 80%;
    max-height: 95%;
  }
}
@media (min-width: 1071px) {
  .featherlight-content {
    width: 60%;
  }
}
@media (max-width: 800px) {
  .featherlight-content {
    width: 100%;
    max-height: 100%;
  }
}
._compact .featherlight-content {
  padding: 10px 10px 0;
  border-bottom-width: 10px;
  overflow: inherit;
}
._wide .featherlight-content {
  padding: 25px 15px;
}
@media (min-width: 1071px) {
  ._wide .featherlight-content {
    padding: 40px 50px;
  }
}
._gallery .featherlight-content, ._form .featherlight-content {
  padding: 0;
  border-bottom-width: 0;
  overflow: inherit;
}
._form .featherlight-content {
  max-width: 700px;
  width: 90%;
}

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block;
}

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

.featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 45px;
  width: 45px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: whote;
  border-radius: 50%;
  color: #f37120;
  border: none;
  padding: 0;
  font-size: 20px;
}
._compact .featherlight-close-icon, ._gallery .featherlight-close-icon {
  top: -22px;
  right: -22px;
  background: white;
  border-radius: 50%;
}
._wide .featherlight-close-icon {
  font-size: 12px;
  color: white;
  background: black;
  line-height: 25px;
  width: 25px;
  top: 30px;
  right: 30px;
}
@media (max-width: 800px) {
  ._wide .featherlight-close-icon {
    top: 10px;
    right: 10px;
  }
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight-image {
  /* styling */
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  /* styling */
  border: none;
}

.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.featherlight-next,
.featherlight-previous {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  /* preventing text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* IE9 hack, otherwise navigation doesn't appear */
  background: rgba(0, 0, 0, 0);
}

.featherlight-previous {
  left: -96px;
}

.featherlight-next {
  right: -48px;
}

.featherlight-next:hover,
.featherlight-previous:hover {
  background: rgba(255, 255, 255, 0.25);
}

.featherlight-next span,
.featherlight-previous span {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 82%;
  /* center horizontally */
  text-align: center;
  font-size: 48px;
  line-height: 0;
  color: #fff;
}

.featherlight-next span {
  right: 5%;
  left: auto;
}

/* Hide navigation while loading */
.featherlight-loading .featherlight-previous,
.featherlight-loading .featherlight-next {
  display: none;
}

/* Hide navigation in case of single image */
.featherlight-first-slide.featherlight-last-slide .featherlight-previous,
.featherlight-first-slide.featherlight-last-slide .featherlight-next {
  display: none;
}

/* handling phones and small screens */
@media (max-width: 1070px) {
  .featherlight-next {
    right: -24px;
  }

  .featherlight-previous {
    left: -60px;
  }

  .featherlight-next span,
.featherlight-previous span {
    font-size: 36px;
  }
}
:root {
  --main-image-width: 500px;
  --main-image-height: 400px;
  --thumbnail-track-width: 90px;
  --thumbnail-height: 79px;
}

.gallery-filter {
  display: flex;
  padding: 16px 0;
}
.gallery-filter .checkbox {
  margin-left: 20px;
}
.gallery-filter strong {
  font-weight: 700;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  margin-bottom: 120px;
}
@media (max-width: 800px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
@media all and (-ms-high-contrast: none) {
  .gallery-grid {
    display: -ms-grid;
    -ms-grid-columns: repeat(2, 1fr);
  }
}
@media (-ms-high-contrast: none) and (max-width: 800px) {
  .gallery-grid {
    -ms-grid-columns: 1fr;
    -ms-grid-rows: auto;
  }
}
.gallery-grid a, .gallery-grid img {
  display: block;
  position: relative;
  width: 100%;
}
@media (min-width: 801px) {
  .gallery-grid a:hover:after {
    content: "";
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: 16px;
    right: 16px;
    background-image: url("/img/expand.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.gallery-carousel-thumbnails {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  /** Previous/next buttons */
  /** Single thumbnail */
}
@media (max-width: 800px) {
  .gallery-carousel-thumbnails {
    display: none !important;
  }
}
.gallery-carousel-thumbnails .slick-list {
  flex: 1;
}
.gallery-carousel-thumbnails button {
  padding: 0;
  margin: 0;
  font-size: 30px;
  color: #f37120;
}
.gallery-carousel-thumbnails button.slick-prev .slick-prev-icon {
  display: inline-block;
  color: #f37120;
}
.gallery-carousel-thumbnails button.slick-next .slick-next-icon {
  display: inline-block;
  color: #f37120;
}
.gallery-carousel-thumbnails .slick-slide:first-child .thumbnail-button {
  padding-left: 0;
}
.gallery-carousel-thumbnails .slick-slide:last-child .thumbnail-button {
  padding-right: 0;
}
.gallery-carousel-thumbnails-btn {
  display: block;
  cursor: pointer;
  border: 0;
  transition: opacity 0.1s linear;
  padding: 0 10px;
  height: 120px;
}
@media (max-width: 1070px) {
  .gallery-carousel-thumbnails-btn {
    padding: 0 5px;
  }
}
.gallery-carousel-thumbnails-btn:focus, .gallery-carousel-thumbnails-btn:hover, .gallery-carousel-thumbnails-btn[aria-current=true] {
  outline: none !important;
}
.gallery-carousel-thumbnails-btn:focus img, .gallery-carousel-thumbnails-btn:hover img, .gallery-carousel-thumbnails-btn[aria-current=true] img {
  opacity: 1;
  filter: grayscale(0);
}
.gallery-carousel-thumbnails-btn img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  object-fit: cover;
  filter: grayscale(0.6);
  transition: all 0.1s linear;
}
.gallery-carousel-main {
  position: relative;
  margin: 0 auto 1px;
  /** Slides */
}
.gallery-carousel-main .slick-slide {
  width: var(--main-image-width);
}
.gallery-carousel-main .slick-slide img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.gallery-carousel .slick-prev,
.gallery-carousel .slick-next {
  display: block;
  padding: 0;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: none;
  transform: translate(0, -50%);
}
.gallery-carousel .slick-prev:hover .slick-prev-icon,
.gallery-carousel .slick-prev:hover .slick-next-icon, .gallery-carousel .slick-prev:focus .slick-prev-icon,
.gallery-carousel .slick-prev:focus .slick-next-icon,
.gallery-carousel .slick-next:hover .slick-prev-icon,
.gallery-carousel .slick-next:hover .slick-next-icon,
.gallery-carousel .slick-next:focus .slick-prev-icon,
.gallery-carousel .slick-next:focus .slick-next-icon {
  opacity: 1;
}
.gallery-carousel .slick-prev:focus,
.gallery-carousel .slick-next:focus {
  top: calc(50% - 1px);
}
.gallery-carousel .slick-prev:focus .slick-prev-icon,
.gallery-carousel .slick-prev:focus .slick-next-icon,
.gallery-carousel .slick-next:focus .slick-prev-icon,
.gallery-carousel .slick-next:focus .slick-next-icon {
  color: orange;
  font-size: 28px;
  margin-left: -2px;
}
.gallery-carousel .slick-prev.slick-disabled,
.gallery-carousel .slick-next.slick-disabled {
  cursor: default;
}
.gallery-carousel .slick-prev.slick-disabled .slick-prev-icon,
.gallery-carousel .slick-prev.slick-disabled .slick-next-icon,
.gallery-carousel .slick-next.slick-disabled .slick-prev-icon,
.gallery-carousel .slick-next.slick-disabled .slick-next-icon {
  opacity: 0.25;
}
.gallery-carousel .slick-prev .slick-prev-icon,
.gallery-carousel .slick-prev .slick-next-icon,
.gallery-carousel .slick-next .slick-prev-icon,
.gallery-carousel .slick-next .slick-next-icon {
  display: block;
  color: #f37120;
  opacity: 0.75;
  font-family: "fontawesome";
  font-size: 24px;
  line-height: 1;
}
.gallery-carousel .slick-prev {
  left: -25px;
}
[dir=rtl] .gallery-carousel .slick-prev {
  left: auto;
  right: -25px;
}
.gallery-carousel .slick-prev .slick-prev-icon:before {
  content: "";
}
[dir=rtl] .gallery-carousel .slick-prev .slick-prev-icon:before {
  content: "";
}
.gallery-carousel .slick-next {
  right: -25px;
}
[dir=rtl] .gallery-carousel .slick-next {
  left: -25px;
  right: auto;
}
.gallery-carousel .slick-next .slick-next-icon:before {
  content: "";
}
[dir=rtl] .gallery-carousel .slick-next .slick-next-icon:before {
  content: "";
}

.hero {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  align-items: center;
  background-position: center;
  background-size: cover;
  max-width: 1600px;
}
@media screen {
  .hero {
    height: 350px;
  }
}
@media screen and (min-width: 1071px) {
  .hero {
    height: 450px;
  }
}
.hero._single {
  align-items: flex-end;
}
@media screen {
  .hero._single {
    padding-bottom: 2em;
  }
}
@media screen and (min-width: 1071px) {
  .hero._single {
    margin-bottom: 5em;
  }
}
.hero-content {
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
@media (max-width: 1070px) {
  .hero-content {
    padding: 0 10px;
  }
}
@media (min-width: 1071px) {
  .hero-content.for-blog {
    width: 60%;
    margin: 0;
  }
}
.hero-content.for-blog h2 {
  font-size: 2.2em;
}
.hero-content p a.btn-cta {
  margin: 30px auto 0;
}
@media (min-width: 801px) and (max-width: 1070px) {
  .hero-content p a.btn-cta {
    margin: 15px auto 0;
  }
}
@media (max-width: 800px) {
  .hero-content p a.btn-cta {
    margin: 5px auto 0;
  }
}
.hero-lead {
  color: #fff;
  line-height: 36px;
  font-weight: 100;
}
@media (min-width: 1071px) {
  .hero-lead {
    font-size: 1.7em;
    width: 60%;
    margin: 15px auto 0;
  }
}
@media (max-width: 800px) {
  .hero-lead {
    line-height: 24px;
    margin-top: 10px;
  }
}
.hero-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.hero-sub {
  color: #f37120;
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-top: 15px;
}
@media (max-width: 800px) {
  .hero-sub {
    padding-top: 10px;
  }
}
.hero video {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hero-new {
  background-size: cover;
  background-position: center;
  height: 665px;
  color: white;
  width: 100vw;
  right: 50%;
  left: 50%;
  margin: 0 -50vw;
  position: relative;
}
@media (max-width: 800px) {
  .hero-new {
    height: 600px;
  }
}
.hero-new._sm {
  height: 425px;
}
@media (max-width: 800px) {
  .hero-new._sm {
    height: 250px;
  }
}
.hero-new a {
  color: white;
}
.hero-new .btn {
  padding: 12px 40px;
  letter-spacing: 3px;
}
.hero-new h1,
.hero-new h3 {
  margin: 0;
  text-transform: uppercase;
}
.hero-new h1 {
  font-size: 88px;
  letter-spacing: -1px;
  line-height: 80px;
  font-weight: 700;
  color: #f37120;
}
.hero-new h1 strong {
  font-weight: 900;
}
@media (max-width: 800px) {
  .hero-new h1 {
    font-size: 36px;
    line-height: 32px;
  }
}
.hero-new .container {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
  position: relative;
}
.hero-new-overlay {
  padding: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}
.hero-new-overlay-body {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 56px 80px;
  width: 100%;
}
._compact .hero-new-overlay-body {
  background-color: black;
}
@media (max-width: 800px) {
  .hero-new-overlay-body {
    padding: 32px;
  }
  .hero-new-overlay-body .grid {
    gap: 0px 0px;
  }
  .hero-new-overlay-body .grid > div:not(:last-child) {
    margin-bottom: 45px;
  }
  .hero-new-overlay-body .grid > div:not(:last-child):after {
    content: "";
    display: block;
    width: 25px;
    padding-bottom: 45px;
    margin: 0 auto;
    border-bottom: 3px solid #333;
  }
}
.hero-new-overlay-body .section-h2 {
  margin-top: 24px;
}
.hero-new-overlay-body p._mobileHide {
  max-width: 360px;
  margin: 0 auto;
}
.hero-new-overlay-body [class^=icon-] {
  color: #f37120;
  font-size: 36px;
}
@media (min-width: 801px) {
  .hero-new-overlay-body [class^=icon-] {
    font-size: 48px;
  }
}
.hero-new-overlay-body .btn {
  font-size: 16px;
  padding: 10px 15px;
  margin-top: 20px;
}
@media (max-width: 1070px) {
  .hero-new-overlay {
    padding: 50px 20px;
  }
}
.hero-new-overlay .container:first-child {
  margin-bottom: 56px;
}
@media (max-width: 800px) {
  .hero-new-overlay .container:first-child {
    margin-bottom: 36px;
  }
}
.hero-new-title {
  align-self: flex-end;
  padding-bottom: 20px;
}
@media (min-width: 801px) {
  .hero-new-title {
    padding: 0 72px 36px;
  }
}
.hero-new-subtitle {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 25px;
}
.hero-new-subtitle._red {
  color: #f37120;
}
@media (max-width: 800px) {
  .hero-new-subtitle {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.hero-new-content {
  z-index: 2;
}
@media (min-width: 801px) {
  .hero-new-content {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .hero-new-content {
    width: 85%;
  }
}
.hero-links ~ .hero-new-content {
  margin-top: -100px;
}
._bottom .hero-new-content {
  align-self: flex-end;
  position: relative;
  padding-bottom: 88px;
}
._bottom .hero-new-content p {
  margin-bottom: 48px;
}
@media (max-width: 800px) {
  ._bottom .hero-new-content {
    padding-bottom: 60px;
  }
  ._bottom .hero-new-content p {
    margin-bottom: 32px;
  }
}
._top .hero-new-content {
  width: 45%;
}
@media (max-width: 1070px) {
  ._top .hero-new-content {
    width: 75%;
  }
}
@media (max-width: 800px) {
  ._top .hero-new-content {
    width: 100%;
    align-self: flex-start;
    margin-top: 72px;
  }
}
.hero-new-cta {
  color: #f37120;
  font-weight: 700;
  text-transform: uppercase;
  font-stretch: condensed;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 24px;
}
@media (min-width: 801px) {
  .hero-new-cta:not(:last-child) {
    padding-right: 32px;
    margin-right: 32px;
    border-right: 2px solid #B3B5B8;
  }
}
@media (max-width: 800px) {
  .hero-new-cta {
    width: 100%;
    margin: 12px 0;
    font-stretch: condensed;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 19px;
  }
}
.hero-new-cta-wrapper {
  display: flex;
}
@media (min-width: 801px) {
  .hero-new-cta-wrapper {
    white-space: nowrap;
  }
}
@media (max-width: 800px) {
  .hero-new-cta-wrapper {
    flex-wrap: wrap;
  }
}
.hero-new-more {
  margin: 0 auto;
  width: 50px;
  height: 24px;
  background: white;
  margin-top: -24px;
  z-index: 2;
  position: relative;
  color: #f37120 !important;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  display: block;
}
.hero-new-more:hover {
  height: 30px;
  margin-top: -30px;
}
@media (max-width: 800px) {
  .hero-new-more {
    margin-top: -10px;
  }
}
.hero-new-footer {
  width: 100vw;
  right: 50%;
  left: 50%;
  margin: 0 -50vw;
  position: relative;
  background: linear-gradient(360deg, black 30%, rgba(0, 0, 0, 0.1996148801) 75%, rgba(255, 255, 255, 0) 100%);
  padding: 160px 0 60px;
  align-self: flex-end;
}
@media (max-width: 800px) {
  .hero-new-footer {
    padding: 300px 20px 20px;
  }
  ._top .hero-new-footer {
    padding: 400px 0 60px;
  }
}
.hero-new-links {
  list-style: none;
  max-width: 1100px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  color: #B3B5B8;
  justify-content: center;
}
@media (max-width: 800px) {
  .hero-new-links {
    flex-wrap: wrap;
    font-size: 12px;
  }
  .hero-new-links._center li {
    justify-content: center;
  }
}
.hero-new-links li {
  padding: 4px 0;
  display: flex;
  align-items: center;
}
@media (min-width: 801px) {
  .hero-new-links li:not(:first-child) {
    padding-left: 50px;
  }
  .hero-new-links li:not(:last-child) {
    padding-right: 50px;
  }
}
.hero-new-links li a {
  text-transform: uppercase;
  font-weight: 800;
}
.hero-new-links li a:hover {
  border-bottom: 1px solid white;
}
.hero-new-links li strong {
  color: white;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 800px) {
  .hero-new-links li strong {
    font-size: 14px;
  }
}
.hero-new-links li [class^=icon-], .hero-new-links li [class*=" svg-"] {
  font-size: 36px;
  color: #f37120;
  padding-right: 20px;
}
@media (max-width: 800px) {
  .hero-new-links li [class^=icon-], .hero-new-links li [class*=" svg-"] {
    font-size: 28px;
  }
}
.hero-new-links li [class*=" svg-"] {
  line-height: 1;
}
@media (min-width: 801px) {
  .hero-new-links li {
    justify-content: center;
  }
  .hero-new-links li:not(:last-child) {
    border-right: 2px solid #76787B;
  }
}
@media (max-width: 800px) {
  .hero-new-links li {
    width: 100%;
    padding: 8px 0;
  }
}

.hero-osk {
  height: 800px;
  color: white;
  display: flex;
  align-items: center;
  background-color: black;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
}
@media (max-width: 800px) {
  .hero-osk {
    height: 320px;
    align-items: flex-end;
  }
}
.hero-osk._light {
  color: black;
  background-color: white;
}
.hero-osk._video {
  position: relative;
  overflow: hidden;
  height: auto;
}
.hero-osk._video video {
  width: 100%;
  height: auto;
}
.hero-osk._video .inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.hero-osk._video .inner-wrapper {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
}
@media (max-width: 800px) {
  .hero-osk._video .inner {
    margin-bottom: 16px;
  }
  .hero-osk._video .inner h1 {
    font-size: 48px;
    line-height: 48px;
  }
}
.hero-osk._video .circle {
  position: absolute;
  bottom: 32px;
  right: 0;
}
.hero-osk._video .circle .icon-play:before, .hero-osk._video .circle .icon-pause:before {
  cursor: pointer;
}
@media (max-width: 1400px) {
  .hero-osk._video .circle {
    right: 25px;
  }
}
@media (max-width: 800px) {
  .hero-osk._video .circle {
    bottom: 0;
  }
}
@media (max-width: 800px) {
  .hero-osk .inner {
    margin-bottom: 32px;
    padding: 0 10px;
  }
}
.hero-osk .inner > * {
  width: 80%;
}
@media (max-width: 800px) {
  .hero-osk .inner > * {
    width: 100%;
  }
}
.hero-osk h1 {
  color: white;
  margin-bottom: 0;
}
@media (min-width: 801px) {
  .hero-osk h1 {
    font-size: 88px;
  }
}
.hero-osk h1:not(._hero) {
  max-width: 340px;
}
.hero-osk._sm {
  height: 600px;
}
@media (max-width: 800px) {
  .hero-osk._sm {
    height: auto;
    min-height: 160px;
  }
}
.hero-osk._sm .inner > * {
  width: 75%;
}
@media (max-width: 800px) {
  .hero-osk._sm .inner > * {
    width: 100%;
  }
}
.hero-osk-block {
  height: 900px;
  color: white;
  padding: 50px 0 0;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-color: black;
}
@media (max-width: 1070px) {
  .hero-osk-block {
    background-position: center 80px;
    height: auto;
    padding: 50px 0;
  }
}
@media (min-width: 801px) {
  .hero-osk-block {
    min-height: 500px;
  }
}
.hero-osk-block .inner > * {
  width: 55%;
}
@media (max-width: 800px) {
  .hero-osk-block .inner > * {
    width: 100%;
  }
}
@media (min-width: 801px) {
  .hero-osk-block p {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 1px;
  }
}

.hotspot {
  position: relative;
}
.hotspot.container {
  padding: 0;
}
@media (max-width: 800px) {
  .hotspot {
    display: none;
  }
}
.hotspot img {
  display: block;
  width: 100%;
}
@media (min-width: 801px) {
  .hotspot ~ .accordion-wrapper .accordion {
    position: absolute;
    z-index: 1;
    width: 60%;
    padding: 4px 4px 20px;
    background-color: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.22);
    opacity: 0;
    visibility: hidden;
    width: 280px;
    display: flex;
    flex-wrap: wrap;
  }
  .hotspot ~ .accordion-wrapper .accordion-header {
    order: 2;
    padding: 16px 8px 0;
  }
  .hotspot ~ .accordion-wrapper .accordion-header:after {
    display: none;
  }
  .hotspot ~ .accordion-wrapper .accordion-body {
    display: block;
    order: 3;
    padding: 0 8px;
  }
  .hotspot ~ .accordion-wrapper .accordion p {
    margin: 0;
  }
  .hotspot ~ .accordion-wrapper .accordion.open {
    opacity: 1;
    visibility: visible;
  }
  .hotspot ~ .accordion-wrapper .accordion img {
    margin: 0;
    order: 1;
    display: block;
  }
  .hotspot ~ .accordion-wrapper .accordion > *:first-child {
    margin-top: 0;
  }
  .hotspot ~ .accordion-wrapper .accordion > *:last-child {
    margin-bottom: 0;
  }
}
.hotspot-marker {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: white !important;
  border-radius: 50%;
  background-color: #f37120;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}
.hotspot-item._active .hotspot-marker {
  z-index: 2;
}
.hotspot-item._active .hotspot-marker .icon-plus:before {
  content: "";
}
.hotspot-item {
  position: absolute;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.hotspot-item._active-spot {
  background-color: transparent;
}
.hotspot-item .hotspot-marker {
  top: auto;
  left: auto;
}

.inner-menu {
  margin: 16px auto;
  display: flex;
  max-width: 1200px;
  width: 100%;
}
@media (min-width: 801px) {
  .inner-menu {
    padding: 0 20px;
    border-bottom: 5px solid #B3B5B8;
  }
  .inner-menu._tabs {
    justify-content: center;
  }
  .inner-menu-tabs-content {
    display: none;
  }
  .inner-menu-tabs-content._active {
    display: block;
  }
}
@media (max-width: 800px) {
  .inner-menu {
    overflow-x: auto;
  }
}
.inner-menu ._name {
  display: none;
  font-weight: 900;
  font-stretch: normal;
  color: black !important;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1;
}
.inner-menu._sticky {
  margin: 0;
  max-width: 100%;
  position: fixed;
  top: 73px;
  z-index: 3;
  left: 0;
}
@media (max-width: 800px) {
  .inner-menu._sticky {
    top: 133px;
  }
  .inner-menu._sticky._shift {
    top: 73px;
  }
}
@media (min-width: 1071px) {
  .inner-menu._sticky ._name {
    display: block;
  }
}
.inner-menu._btns {
  background-color: #F4F4F4;
  border-bottom: none;
  font-size: 14px;
  padding: 14px 0;
  overflow-x: auto;
}
@media (min-width: 1071px) {
  .inner-menu._btns {
    justify-content: center;
  }
}
.inner-menu._btns a {
  color: #B3B5B8;
}
@media (max-width: 800px) {
  .inner-menu._btns a {
    padding: 0;
  }
}
.inner-menu._btns li {
  margin: 0 16px;
  padding: 10px 28px 10px;
}
@media (max-width: 800px) {
  .inner-menu._btns li {
    border-bottom: none;
  }
}
.inner-menu._btns li._active {
  background-color: #121212;
  border-radius: 4px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.inner-menu._btns li._active:after {
  border: none;
}
.inner-menu._btns li._active:hover a {
  color: white !important;
}
.inner-menu._btns li._active a {
  color: white;
}
@media (max-width: 800px) {
  .inner-menu._btns li._active a {
    box-shadow: none;
  }
}
.inner-menu._btns li:not(._name):hover a {
  color: black;
}
.inner-menu li {
  margin: 0 40px;
  padding: 24px 0 20px;
  list-style: none;
}
@media (max-width: 800px) {
  .inner-menu li {
    padding: 0 16px;
    margin: 0;
    border-bottom: 5px solid #B3B5B8;
  }
  .inner-menu li:last-child {
    padding-right: 24px;
  }
}
@media (min-width: 801px) {
  .inner-menu li._active {
    box-shadow: 0 5px #f37120;
    position: relative;
  }
  .inner-menu li._active:after {
    content: "";
    position: absolute;
    bottom: -9.5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f37120;
    left: 50%;
    margin-left: -2px;
  }
}
.inner-menu li._active a {
  color: #f37120;
}
@media (max-width: 800px) {
  .inner-menu li._active a {
    box-shadow: 0 5px #f37120;
  }
}
.inner-menu li:not(._name):hover a {
  color: #f37120;
}
.inner-menu li._cta {
  border-left: 2px solid #ddd;
  margin: 0;
  padding: 10px 40px 10px;
}
.inner-menu li._cta:hover {
  background-color: transparent;
  box-shadow: none;
}
.inner-menu li._cta:hover a {
  color: #f37120;
}
.inner-menu li._cta a {
  color: #f37120;
  font-stretch: normal;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 16px;
}
.inner-menu a {
  color: #76787B;
  letter-spacing: 0.4px;
  font-weight: 700;
  font-stretch: condensed;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 800px) {
  .inner-menu a {
    padding: 16px 0 24px;
    height: 100%;
    display: block;
    font-size: 12px;
  }
}

.podcast {
  display: flex;
  align-items: stretch;
  margin: 25px 0;
}
@media (max-width: 800px) {
  .podcast {
    flex-wrap: wrap;
  }
}
.podcast-img {
  width: 25%;
  text-align: center;
  align-self: center;
}
.podcast-img img {
  padding: 0;
}
@media (max-width: 800px) {
  .podcast-img {
    width: 100%;
    height: 200px;
  }
  .podcast-img img {
    height: 100%;
    width: auto;
  }
}
.podcast-content {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .podcast-content {
    width: 100%;
  }
}
.podcast-summary {
  padding: 25px;
  background-color: #76787B;
  flex: 1 0 auto;
  color: white;
}
.podcast-audio {
  display: flex;
  align-items: center;
}
.podcast-audio a {
  padding: 12px 12px 8px;
  color: white;
  margin-left: 10px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.product-tab {
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.product-tab._active {
  height: auto;
  visibility: visible;
  /* overflow: auto; */
}
.product-popup {
  display: none;
}
._featherlight .product-popup {
  display: block;
}
.product-popup img {
  display: block;
  width: 100%;
}
.product-popup-body {
  padding: 28px 0;
  display: flex;
  align-items: center;
}
.product-popup-pg {
  padding: 12px 60px;
  border-right: 2px solid #EFEFEF;
  font-weight: 900;
  font-size: 18px;
  white-space: nowrap;
}
.product-popup-pg span {
  color: #f37120;
}
@media (max-width: 1070px) {
  .product-popup-pg {
    padding: 12px 36px;
  }
}
.product-popup p {
  margin: 0 60px;
}
@media (max-width: 1070px) {
  .product-popup p {
    margin: 0 36px;
  }
}

@media (max-width: 1070px) {
  .side {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.side-header {
  font-family: "BerninoSans-Web", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "BerninoSans-Web", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #333;
  padding: 30px 20px;
  color: #fff;
  margin: 0;
  cursor: pointer;
}
.side-header:after {
  content: "+";
  float: right;
  font-size: 2em;
  line-height: 1;
  margin-top: -5px;
}
.side-header._open:after {
  content: "-";
}
.side-header:not(:first-child)._open, ._hide + .side-header {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.side-link {
  display: block;
  color: #fff !important;
  font-family: "BerninoSans-Web", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  overflow: hidden;
  padding: 0px 25px;
  background-color: #76787B;
}
.side-link p {
  z-index: 2;
  position: relative;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.4);
  margin: 0;
}
#catMenu .side-link p {
  padding: 27.5px 0;
}
#typeMenu .side-link p {
  padding: 27.5px 0;
}
.side-link:last-child p {
  border-bottom: none;
}
.side-link:hover {
  color: #fff;
}
.side-link i {
  padding-right: 15px;
}

.specs {
  text-align: center;
}
@media (max-width: 800px) {
  .specs {
    overflow-x: scroll;
  }
}
@media (max-width: 800px) {
  .specs-wrapper {
    margin: 0;
  }
}
.specs-header._sticky {
  position: fixed;
  top: 69px;
  width: 100%;
  z-index: 2;
  left: 0;
  background: white;
}
@media (min-width: 801px) {
  .specs-header._sticky {
    padding: 0 20px;
  }
}
@media (max-width: 800px) {
  .specs-header._sticky {
    top: 66px;
    overflow-x: visible;
  }
}
.specs-header._sticky .specs-row {
  margin: 0 auto;
  max-width: 1400px;
}
.specs-header._sticky .specs-row > div {
  background-color: white;
}
.specs-header .specs-row > div {
  text-transform: uppercase;
  font-weight: 900;
  border-bottom: 4px solid #EFEFEF;
}
.specs-row {
  display: grid;
  grid-auto-columns: minmax(250px, 1fr);
  grid-gap: 0px;
  grid-auto-flow: column;
}
.specs-row > div {
  padding: 24px;
}
.specs-row div:first-child {
  text-align: left;
}
@media (max-width: 800px) {
  .specs-row div:first-child {
    display: none;
  }
}
.specs-row div:not(:last-child) {
  border-right: 4px solid #EFEFEF;
}
.specs-row._bold > div:not(:first-child) {
  font-weight: 700;
  font-size: 14px;
}
.specs-row._subheader {
  font-weight: 900;
  font-size: 18px;
}
.specs-row._subheader > div {
  padding: 48px 40px 0;
}
@media (max-width: 800px) {
  .specs-row._subheader > div {
    padding: 24px 20px 0;
  }
}
.specs-row._subheader img {
  display: block;
  padding-bottom: 24px;
}
@media (max-width: 800px) {
  .specs-row._subheader img {
    display: none;
  }
}
@media (max-width: 800px) {
  .specs-row._subheader {
    font-size: 14px;
  }
}
.specs-body .specs-row .icon-ok {
  font-size: 16px;
}
.specs-body .specs-row > div {
  padding: 20px 40px;
}
@media (max-width: 800px) {
  .specs-body .specs-row > div {
    padding: 12px 20px;
    font-size: 12px;
  }
}
.specs-body .specs-row > div:not(:first-child) {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 801px) {
  .specs-body .specs-row:nth-child(4n+4) > div {
    background: #f7f7f7;
  }
}
@media (max-width: 800px) {
  .specs-body .specs-row:nth-child(4n+3) > div, .specs-body .specs-row:nth-child(4n+4) > div {
    background: #f7f7f7;
  }
  .specs-body .specs-row._mobileShow > div {
    padding: 20px 20px 0;
  }
}
._text .specs-row:nth-child(even) > div {
  background: #f7f7f7;
}
._text .specs-row:nth-child(odd) > div {
  background: white;
}
@media (max-width: 800px) {
  ._mobileShow + .specs-row > div {
    padding: 0 20px 20px;
  }
}
.specs-grid {
  align-items: start;
}
.specs-table tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.specs-table td {
  padding: 10px;
}
@media (min-width: 801px) {
  .specs-table td {
    padding: 20px;
    font-size: 16px;
  }
}
.specs-table td:first-child {
  font-weight: bold;
}
.specs-table-img {
  text-align: center;
}
@media (min-width: 801px) {
  .specs-table-img {
    text-align: right;
  }
}
.specs-table ._popup {
  color: #f37120;
}
.specs-table ._popup:hover {
  cursor: pointer;
}
.specs ._popup {
  color: #f37120;
}

.sticky {
  position: fixed;
  top: 0;
  height: 100px;
  width: 100%;
  background: #fff;
  z-index: 49;
  padding: 0 25px;
  display: none;
}
.sticky a {
  display: inline-block;
  height: 35px;
  width: 35px;
  border: 1px solid #B3B5B8;
  border-radius: 50%;
  text-align: center;
  padding-top: 7px;
  margin-right: 7px;
}
.sticky a.externalLinkIcon:after {
  content: none;
}
.sticky button {
  margin-left: 2em;
}
.sticky h4 {
  width: 50%;
  overflow: hidden;
  max-height: 50px;
}
.sticky-content {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.sticky-content-social {
  width: 50%;
}
@media (max-width: 1070px) {
  .sticky {
    height: 75px;
    padding: 0 15px;
  }
  .sticky-content-social {
    width: 100%;
    text-align: center;
  }
  .sticky h4 {
    display: none;
  }
  .sticky button {
    margin-left: 0;
  }
}
.sticky-progress {
  left: 0;
  width: 100%;
  height: 0.4em;
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
  overflow: hidden;
  background-color: white;
  content: "";
  display: table;
  table-layout: fixed;
}
.sticky-progress-bar {
  width: 0%;
  float: left;
  height: 100%;
  z-index: 99;
  max-width: 100%;
  background-color: #f37120;
  transition: width 0.6s ease;
}

.tabs._vertical {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .tabs._vertical {
    flex-wrap: wrap;
  }
}
.tabs-side {
  width: 224px;
}
@media (min-width: 801px) {
  .tabs-side {
    margin-right: 56px;
  }
}
@media (max-width: 800px) {
  .tabs-side {
    width: 100%;
    order: 2;
  }
}
._vertical .tabs-main {
  flex: 1;
}
@media (max-width: 800px) {
  ._vertical .tabs-main {
    order: 1;
    flex: auto;
    margin-bottom: 36px;
    text-align: center;
  }
}
.tabs-main > div:not(._active) {
  display: none;
}
.tabs-main-bold {
  font-weight: 900;
  margin-bottom: 24px;
}
.tabs-main-med {
  font-weight: 700;
  font-size: 14px;
}
.tabs-links {
  background-color: black;
  color: white;
  padding: 20px 24px;
  font-size: 14px;
}
.tabs-links._open {
  background-color: #e8e8e9;
  color: black;
}
.tabs-links:not(:last-child) {
  margin-bottom: 16px;
}
.tabs-links a {
  display: block;
  padding: 12px 0;
  color: #B3B5B8;
  font-weight: 600;
}
.tabs-links a._active, .tabs-links a:hover {
  color: black;
  font-weight: 700;
}
.tabs-links a._active {
  position: relative;
}
.tabs-links a._active:before {
  content: "";
  display: block;
  height: 30px;
  border-left: 2px solid #f37120;
  width: 1px;
  position: absolute;
  left: -24px;
  top: 6px;
}
.tabs-links-header {
  letter-spacing: 0.4px;
  font-weight: 700;
  font-stretch: condensed;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
.tabs-links-header:hover {
  color: #B3B5B8;
}
._open .tabs-links-header:hover {
  color: black;
}
.tabs-links-header:after {
  content: "▾";
  color: #f37120;
  width: 3px;
  height: 3px;
  position: absolute;
  right: 8px;
}
._open .tabs-links-header:after {
  content: "▴";
}
.tabs-links-body {
  display: none;
  margin-top: 12px;
}
._open .tabs-links-body {
  display: block;
}

/**
 Improved .sr-only class by ffoodd: https://gist.github.com/ffoodd/000b59f431e3e64e4ce1a24d5bb36034
 */
.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.slick-slider.slick-dotted {
  margin-bottom: 60px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -4px;
  margin-left: -4px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.slick-dots li button:hover .slick-dot-icon, .slick-dots li button:focus .slick-dot-icon {
  opacity: 1;
}
.slick-dots li button:focus .slick-dot-icon:before {
  color: orange;
}
.slick-dots li button .slick-dot-icon {
  color: black;
  opacity: 0.25;
}
.slick-dots li button .slick-dot-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  font-family: "fontawesome";
  font-size: 12px;
  line-height: 1;
  text-align: center;
  transition: all 0.05s linear;
}
.slick-dots li.slick-active button:focus .slick-dot-icon {
  color: orange;
  opacity: 1;
}
.slick-dots li.slick-active button .slick-dot-icon {
  color: black;
  opacity: 1;
}
.slick-dots li.slick-active button .slick-dot-icon:before {
  margin-top: -3px;
  margin-left: -2px;
  font-size: 18px;
}

/*===========================
  Pause/play icon button
============================*/
.threeCol {
  gap: 15px;
}

.threeCol-box {
  position: relative;
  content: "";
  padding-top: 100%;
  overflow: hidden;
  display: block;
}
.threeCol-box:hover .threeCol-box-bg {
  transform: scale(1.2);
}
.threeCol-box:after {
  content: "";
  padding: 0;
}

.threeCol-box-bg {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.threeCol-box-bg video {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.threeCol-box-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 40px 25px;
}

.threeCol-box-expand {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: black;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: transform 0.3s ease-in-out;
}
.threeCol-box-expand:hover {
  transform: rotate(90deg);
}
.threeCol-box-expand:hover i:before {
  cursor: pointer;
}

.threeCol-box-header {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "BerninoSans-Web", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  font-size: 24px;
  font-weight: bold;
}
.threeCol-box-header._light {
  background-color: white;
  color: black;
  padding: 8px 10px 5px;
}
.threeCol-box-header._dark {
  background-color: black;
  padding: 8px 10px 5px;
}

.threeCol-popup {
  display: none;
}
.threeCol-popup img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.threeCol-popup-header {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "BerninoSans-Web", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}
@media (min-width: 801px) {
  .threeCol-popup-header {
    font-size: 30px;
    margin-bottom: 25px;
  }
}

.threeCol-popup-text {
  margin-top: 25px;
}

.stats {
  flex-grow: 1;
  flex-basis: 0;
  margin-top: 25px;
}
@media (min-width: 801px) {
  .stats {
    max-width: 275px;
  }
}
@media (max-width: 800px) {
  .stats {
    flex: auto;
    width: 100%;
    margin: 15px 0;
  }
}
.stats-wrapper {
  display: flex;
  gap: 0 30px;
}
@media (min-width: 1071px) {
  .stats-wrapper {
    gap: 0 100px;
  }
}
@media (max-width: 800px) {
  .stats-wrapper {
    flex-wrap: wrap;
  }
}
@media (min-width: 801px) {
  .stats-wrapper._full {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
  }
}
.stats-wrapper._multi {
  flex-wrap: wrap;
  justify-content: center;
}
.stats-wrapper._multi .stats {
  margin-left: 0 !important;
}
@media (min-width: 801px) {
  .stats-wrapper._multi .stats {
    max-width: 25%;
    min-width: 20%;
  }
}
@media (min-width: 801px) {
  .stats-wrapper._alt .flex-50:first-child {
    order: 2;
  }
  .stats-wrapper._alt .flex-50:nth-child(1) {
    order: 1;
  }
}
.stats-wrapper img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 801px) {
  ._lg .stats-text {
    font-size: 28px;
    line-height: 36px;
  }
}
.stats-num {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}
._lg .stats-num {
  font-size: 144px;
  line-height: 1;
}
@media (max-width: 800px) {
  ._lg .stats-num {
    font-size: 72px;
  }
}

hr {
  border-style: solid;
  border-width: 4px 0 0 0;
  border-color: #f37120;
  margin: 3px 0 4px;
}
@media (min-width: 801px) {
  ._lg hr {
    margin: 8px 0 16px;
  }
}

.btn-new {
  padding: 8px 25px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  outline: none;
  display: inline-block;
  color: #f37120 !important;
  border: 2px solid #f37120;
  margin-bottom: 10px;
}
.btn-new + .btn-new {
  margin-left: 10px;
}
@media (max-width: 800px) {
  .btn-new + .btn-new {
    margin-left: 0;
  }
}

.btn_primary {
  background-color: #f37120;
  color: white !important;
}
.btn_primary:hover {
  background-color: #f37120;
  border-color: #f37120;
  color: white;
}

.btn_borderless {
  border: none;
}

@media (max-width: 800px) {
  .viewModelButton {
    margin-left: 0 !important;
    text-align: center;
    width: 100% !important;
  }
}

.grow {
  display: inline-block;
  transition-duration: 0.35s;
  transition-property: transform;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0px);
}

._bg {
  background-size: cover;
  background-position: center;
}

.circle {
  border-radius: 50%;
  height: 60px;
  width: 60px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
}
.circle:hover {
  cursor: pointer;
  background-color: #fff;
  color: #000;
}
@media (min-width: 801px) {
  .circle span {
    font-size: 24px;
  }
}
@media (max-width: 800px) {
  .circle {
    height: 40px;
    width: 40px !important;
  }
}

.animate {
  transition: background 0.4s cubic-bezier(0.42, 0, 0.58, 1), width 0.4s cubic-bezier(0.42, 0, 0.58, 1), left 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  z-index: 3;
}
.animate.side-link:hover:before {
  transition-delay: 0.2s;
}
.animate:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
  transition-duration: 0.4s;
}
.animate:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: "";
  color: #010000;
  background: #f37120;
  transition: background 0.2s cubic-bezier(0.42, 0, 0.58, 1), left 0.2s cubic-bezier(0.42, 0, 0.58, 1), width 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
.animate:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  transition: background 0.75s ease;
}

.container {
  width: 100%;
  max-width: 1400px;
}

._hide {
  display: none;
}

[class^=icon-]:before, [class*=" icon-"]:before {
  cursor: inherit;
}

@media (max-width: 800px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.block {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  padding: 50px 10px;
}
@media (min-width: 1401px) {
  .block {
    padding: 50px 0;
  }
}
@media (max-width: 800px) {
  .block {
    padding: 20px 10px;
  }
}
.block._dark {
  color: #FEFEFE;
  background-color: #02020C;
}
.block._dark h1, .block._dark h2, .block._dark h3, .block._dark h4 {
  color: #FEFEFE;
}
.block._darkGray {
  color: #FEFEFE;
  background-color: #4C4D4F;
}
.block._darkGray h1, .block._darkGray h2, .block._darkGray h3, .block._darkGray h4 {
  color: #FEFEFE;
}
.block._light {
  color: #02020C;
  background-color: #FEFEFE;
}
.block._lightGray {
  color: #02020C;
  background-color: #EDEDED;
}
.block .flex {
  gap: 0 32px;
}

.container {
  max-width: 1400px;
  width: 100%;
}
