@charset 'UTF-8';
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
}
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-dotted.slick-slider:not(.mobileQuoteSlider.slick-dotted.slick-slider) {
    margin-bottom: 30px;
}
.mobileQuoteSlider.slick-dotted.slick-slider {
    padding-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    background: 0 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #000;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
body:not(.user-is-tabbing) .home-hero-carousel-slick:focus,
body:not(.user-is-tabbing) [focus-within]:focus-within,
body:not(.user-is-tabbing) a:focus,
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) button:focus-within,
body:not(.user-is-tabbing) div[tabindex="0"],
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) li[tabindex="0"],
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
    outline: 0;
}
[inherit-styles] {
    all: inherit;
}
[pointer-events-none] {
    pointer-events: none;
}
[hidden-with-opacity] {
    opacity: 0;
}
[focus-within]:focus-within {
    outline: -webkit-focus-ring-color auto 5px;
}
a.nostyle:link {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}
a.nostyle:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}
@media screen and (max-width: 0) {
    .d-xs-none {
        display: none !important;
    }
    .d-xs-inline {
        display: inline !important;
    }
    .d-xs-inline-block {
        display: inline-block !important;
    }
    .d-xs-block {
        display: block !important;
    }
    .d-xs-table {
        display: table !important;
    }
    .d-xs-table-row {
        display: table-row !important;
    }
    .d-xs-table-cell {
        display: table-cell !important;
    }
    .d-xs-flex {
        display: flex !important;
    }
    .d-xs-inline-flex {
        display: inline-flex !important;
    }
    .d-xs-grid {
        display: grid !important;
    }
    .d-xs-inline-grid {
        display: inline-grid !important;
    }
    .d-xs-inherit {
        display: inherit !important;
    }
}
@media screen and (max-width: 420px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-inline-grid {
        display: inline-grid !important;
    }
    .d-sm-inherit {
        display: inherit !important;
    }
}
@media screen and (max-width: 633px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-inline-grid {
        display: inline-grid !important;
    }
    .d-md-inherit {
        display: inherit !important;
    }
}
@media screen and (max-width: 960px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-inline-grid {
        display: inline-grid !important;
    }
    .d-lg-inherit {
        display: inherit !important;
    }
}
@media screen and (max-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-inline-grid {
        display: inline-grid !important;
    }
    .d-xl-inherit {
        display: inherit !important;
    }
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.d-grid {
    display: grid !important;
}
.d-inline-grid {
    display: inline-grid !important;
}
.d-inherit {
    display: inherit !important;
}
.accessory-blade {
    background: #fff;
    overflow: auto;
}
.accessory-blade__inner-container .accessoriesSection .prodFeatAccSpecs {
    max-width: 100%;
}
.accessory-blade__inner-container .accessoriesSection .products .item {
    border: none;
}
.accessory-blade__inner-container .accessoriesSection .products .item-w-border {
    border-bottom: 1px solid #6e6e6e;
}
.accessory-blade__inner-container .accessoriesSection .products .item-reverse {
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.accessory-blade__inner-container .accessoriesSection .products h3 {
    text-align: center;
    margin: 50px auto 0;
    font-size: 50px;
    line-height: 54px;
    font-family: "Graphik Light", sans-serif;
}
.accessory-blade__inner-container .accessoriesSection .products .imgGallery-margin-left {
    padding-right: 0 !important;
    padding-left: 90px;
}
@media screen and (max-width: 633px) {
    .accessory-blade__inner-container .accessoriesSection .products .imgGallery-margin-left {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
.feature-spec-blade .bggrad {
    background-image: url(https://cdn.shopify.com/s/files/1/1354/7835/files/gradient.jpg?2172323599343432786);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
}
.feature-spec-blade__image-container {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    padding-bottom: 90px;
}
@media screen and (max-width: 600px) {
    .feature-spec-blade__image-container {
        padding-top: 25px;
        padding-bottom: 45px;
    }
}
.feature-spec-blade__inner-container {
    background-color: #fff;
    overflow-x: hidden;
    padding-bottom: 0;
}
.feature-spec-blade__inner-container h2 {
    font-size: 26px;
    font-family: "Graphik Medium", sans-serif;
    text-align: center;
    padding-top: 70px;
    color: #4c4c4c;
    font-weight: 400;
}
.gray-framed-blade .gray-framed-blade__inner-container {
    text-align: center;
    overflow: auto;
    min-height: 450px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}
.gray-framed-blade .gray-framed-blade__inner-container h2 {
    text-align: center;
    font-family: "Graphik Medium", sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.gray-framed-blade .gray-framed-blade__inner-container .gray-framed-blade__flexbox {
    justify-content: space-evenly;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}
.gray-framed-blade .gray-framed-blade__inner-container .gray-framed-blade__flexbox > * {
    max-width: 500px;
}
.gray-framed-blade .gray-framed-blade__inner-container .gray-framed-blade__flexbox img {
    margin-left: 20px;
    margin-right: 20px;
}
.gray-framed-blade .gray-framed-blade__inner-container .gray-framed-blade__text-container {
    max-width: 414px;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
}
.gray-framed-blade .gray-framed-blade__inner-container .gray-framed-blade__text-container p {
    margin-top: 0;
    font-family: "Graphik Regular", sans-serif;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 20px;
}
.gray-framed-blade .gray-framed-blade__inner-container .gray-framed-blade__text-container a {
    font-size: 14px;
    color: #fff;
    border-radius: 20px;
    border-radius: 20px;
    font-family: "Graphik Medium", sans-serif;
    background: #eb2e3d;
    display: flex;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    padding: 10px 20px !important;
    min-width: 100px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    line-height: 20px;
}
@media screen and (max-width: 904px) {
    .gray-framed-blade .gray-framed-blade__inner-container {
        max-width: 90%;
        margin: 0 auto;
    }
    .gray-framed-blade .gray-framed-blade__inner-container h2 {
        margin: 50px 0;
    }
    .gray-framed-blade .gray-framed-blade__inner-container .gray-framed-blade__flexbox {
        flex-wrap: wrap;
        max-width: 100%;
        margin-bottom: 0;
    }
    .gray-framed-blade .gray-framed-blade__inner-container .gray-framed-blade__flexbox img {
        max-width: 100%;
        width: 400px;
        margin-bottom: 50px;
    }
    .gray-framed-blade .gray-framed-blade__inner-container .gray-framed-blade__flexbox .gray-framed-blade__text-container {
        margin-bottom: 50px;
        text-align: center;
    }
    .gray-framed-blade .gray-framed-blade__inner-container .gray-framed-blade__flexbox .gray-framed-blade__text-container a {
        margin: 0 auto;
    }
}
@media screen and (max-width: 904px) and (min-width: 650px) {
    .gray-framed-blade .gray-framed-blade__inner-container .gray-framed-blade__flexbox img {
        width: 500px;
    }
}
section.hero-banner {
    position: relative;
}
section.hero-banner a {
    text-decoration: none;
}
section.hero-banner .hero-banner-blade__image--desktop {
    width: 100%;
    height: auto;
    min-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
section.hero-banner .hero-banner-blade__image--mobile {
    display: none;
    width: 100%;
    height: auto;
    min-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}
section.hero-banner .hero-banner-blade__text-container {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 940px;
    width: 90%;
}
section.hero-banner .hero-banner-blade__text-container .hero-banner-blade__big-text {
    max-width: 557px;
    font-family: "Graphik Light", sans-serif;
    font-size: 50px;
    line-height: 50px;
    -webkit-margin-before: 0.67em;
    margin-block-start: 0.67em;
    -webkit-margin-after: 0.67em;
    margin-block-end: 0.67em;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}
section.hero-banner .hero-banner-blade__text-container .hero-banner-blade__small-text {
    font-size: 20px;
    line-height: 26px;
    font-family: "Graphik Light", sans-serif;
}
section.hero-banner .hero-banner-blade__text-container .prodBannerSmallText {
    font-family: "Graphik Light", sans-serif;
}
section.hero-banner .hero-banner-blade__text-container .hero-banner__button-container {
    display: flex;
    width: 228px;
    justify-content: space-between;
    padding-top: 15px;
    transform: translateX(-6px);
}
section.hero-banner .hero-banner-blade__text-container .hero-banner__btn {
    margin: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 105px;
    height: 31px;
    text-decoration: none;
    text-align: center;
    font-family: "Graphik Regular", sans-serif;
    font-size: 12px;
    border-radius: 20px;
    -webkit-appearance: none;
    border: none;
    color: #fff;
    padding: 0;
    align-items: center;
    cursor: pointer;
    outline: 0;
}
@media only screen and (max-width: 633px) {
    section.hero-banner .hero-banner-blade__text-container {
        max-width: none;
        width: 90%;
        left: 50%;
        transform: translate(-50%);
        top: 70px;
    }
    section.hero-banner .hero-banner-blade__text-container .hero-banner-blade__big-text {
        font-size: 33px;
        text-align: center;
        margin-bottom: 0;
        line-height: 40px;
    }
    section.hero-banner .hero-banner-blade__text-container .hero-banner-blade__small-text {
        text-align: center;
        font-size: 14px;
    }
    section.hero-banner .hero-banner-blade__text-container .hero-banner__button-container {
        flex-direction: column;
        align-items: center;
        margin: auto;
        padding-top: 20px;
        transform: translateX(0);
    }
}
@media only screen and (max-width: 960px) and (min-width: 633px) {
    section.hero-banner .hero-banner-blade__image {
        min-height: 369px;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    section.hero-banner .hero-banner-blade__small-text {
        font-size: calc(1.95vw + 2px);
    }
}
@media only screen and (min-width: 1280px) {
    section.hero-banner .hero-banner-blade__big-text {
        font-size: 50px;
        line-height: 54px;
    }
}
.legal-blade .legal-blade__text-container {
    max-width: 940px;
    width: 90%;
    font-size: 14px;
    color: #c4c4c4;
    font-family: "Graphik Medium", sans-serif;
    margin: auto;
    text-align: center;
    line-height: 20px;
    display: block;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.paragraph-blade {
    padding: 60px 0;
    background-color: #f7f7f7;
}
.paragraph-blade .paragraph-blade__content-container {
    max-width: 780px;
    margin: auto;
    width: 90%;
    font-size: 20px;
    font-family: "Graphik Regular", sans-serif;
    text-align: center;
    line-height: 26px;
}
.paragraph-blade .paragraph-blade__content-container a {
    color: #6e6e6e;
}
.paragraph-blade .paragraph-blade__content-container .paragraph-blade__title-text {
    margin: 0;
    font-family: "Graphik Medium", sans-serif;
    font-size: 27px;
    font-weight: 500;
    text-align: center;
}
.paragraph-blade .paragraph-blade__content-container .paragraph-blade__body-text {
    color: #6e6e6e;
    font-size: 16px;
    text-align: center;
    max-width: 820px;
    margin: auto;
    font-family: "Graphik Regular", sans-serif;
    line-height: 22px;
    margin-top: 14px;
    width: 90%;
}
@media screen and (max-width: 633px) {
    .paragraph-blade .paragraph-blade__content-container .paragraph-blade__title-text {
        font-size: 18px;
    }
    .paragraph-blade .paragraph-blade__content-container .paragraph-blade__body-text {
        width: 90%;
        font-size: 14px;
    }
}
.tall-backdrop-blade .tall-backdrop-blade__inner-container {
    height: 716px;
    background-size: cover;
    background-position: center;
    overflow: auto;
}
.tall-backdrop-blade .tall-backdrop-blade__text-container {
    width: 400px;
    margin-left: 100px;
    margin-top: 100px;
}
.tall-backdrop-blade .tall-backdrop-blade__text-container h2 {
    margin: 0;
    padding-bottom: 5;
    display: block;
    font-size: 26px;
    font-family: "Graphik Medium", sans-serif;
    font-weight: 400;
    color: #4c4c4c;
    padding-bottom: 5px;
}
.tall-backdrop-blade .tall-backdrop-blade__text-container h4 {
    margin: 0;
    line-height: 20px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Graphik Regular", sans-serif;
    color: #4c4c4c;
    padding-bottom: 15px;
    display: block;
}
.tall-backdrop-blade .tall-backdrop-blade__text-container a {
    text-decoration: none;
}
.tall-backdrop-blade .tall-backdrop-blade__text-container button {
    line-height: 30px;
}
.tall-backdrop-blade .tall-backdrop-blade__text-container .tall-backdrop-blade__btn-red {
    background: #DC101D;
    color: #fff;
    align-items: center;
    border: none;
}
@media screen and (max-width: 633px) {
    .tall-backdrop-blade .tall-backdrop-blade__inner-container {
        height: 110vw;
    }
    .tall-backdrop-blade .tall-backdrop-blade__text-container {
        margin-left: 50px;
        margin-top: 50px;
        width: 250px;
    }
    .tall-backdrop-blade .tall-backdrop-blade__text-container button {
        margin-left: 0;
        margin-right: auto;
        outline: 0;
    }
}
.triplet-blade .triplet-blade__inner-container {
    height: 500px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.triplet-blade .triplet-blade__inner-container .triplet-blade__comparePopButton-overrides {
    margin-top: 40px;
    background: 0 0;
    border: none;
    cursor: pointer;
    color: red;
    display: block;
}
.triplet-blade .triplet-blade__inner-container h2 {
    margin: 0;
    font-size: 26px;
    font-family: "Graphik Medium", sans-serif;
    color: #4c4c4c;
    font-weight: 400;
    text-align: center;
    padding-bottom: 20px;
}
.triplet-blade .triplet-blade__inner-container .triplet-blade__flexbox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 940px;
}
.triplet-blade .triplet-blade__inner-container .triplet-blade__flexbox .triplet-blade__flexitem {
    width: 300px;
    text-align: center;
    flex-wrap: wrap;
}
.triplet-blade .triplet-blade__inner-container .triplet-blade__flexbox .triplet-blade__flexitem h3,
.triplet-blade .triplet-blade__inner-container .triplet-blade__flexbox .triplet-blade__flexitem p {
    margin: 0;
}
.triplet-blade .triplet-blade__inner-container .triplet-blade__flexbox .triplet-blade__flexitem h3 {
    padding-top: 10px;
    font-size: 20px;
    font-family: "Graphik Medium", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1;
    text-align: center;
    padding-bottom: 5px;
    color: #4c4c4c;
    display: block;
}
.triplet-blade .triplet-blade__inner-container .triplet-blade__flexbox .triplet-blade__flexitem img {
    width: 100%;
}
.triplet-blade .triplet-blade__inner-container .triplet-blade__flexbox .triplet-blade__flexitem p {
    font-family: "Graphik Medium", sans-serif;
    color: #919191;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    display: block;
}
@media screen and (max-width: 960px) {
    .triplet-blade .triplet-blade__inner-container {
        height: auto;
        padding: 50px 0;
    }
    .triplet-blade .triplet-blade__inner-container .triplet-blade__flexbox {
        flex-direction: column;
        margin: auto;
        align-items: center;
        width: auto;
    }
    .triplet-blade .triplet-blade__inner-container .triplet-blade__flexbox .triplet-blade__flexitem {
        width: 400px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 600px) {
    .triplet-blade .triplet-blade__inner-container .triplet-blade__comparePopButton-overrides {
        margin-top: 30px;
    }
    .triplet-blade .triplet-blade__inner-container .triplet-blade__flexbox {
        max-width: 90%;
    }
    .triplet-blade .triplet-blade__inner-container .triplet-blade__flexbox .triplet-blade__flexitem {
        width: auto;
    }
}
.home-hero-carousel-slick .minor-container {
    height: 100%;
    max-width: 940px;
    margin: auto;
}
.home-hero-carousel-slick .major-container {
    padding: 0 35px;
    height: 100%;
}
.home-hero-carousel-slick .owl-dot:hover span {
    background: #d6d6d6 !important;
}
.home-hero-carousel-slick .owl-dot.active:hover span {
    background: #DC101D !important;
}
.home-hero-carousel-slick .owl-dot:focus {
    outline: 0;
}
.home-hero-carousel-slick .slick-dots {
    position: absolute;
    bottom: 35px;
}
.home-hero-carousel-slick .slick-dots li button:before {
    content: "";
    background: #666;
    border: 1px solid #666;
    display: block;
    transition: opacity 0.2s ease;
    border-radius: 30px;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    display: block;
    transition: opacity 0.2s ease;
    border-radius: 30px;
    opacity: 1 !important;
}
.home-hero-carousel-slick .slick-dots li.slick-active button:before {
    border: 1px solid #DC101D;
    background: #DC101D;
}
.home-hero-carousel-slick .slide {
    position: relative;
    max-height: 750px;
    height: 750px;
    min-height: 370px;
    background-size: cover;
    background-position: center;
    overflow: auto;
}
.home-hero-carousel-slick .slide a {
    text-decoration: none;
}
.home-hero-carousel-slick .slide .text-light {
    color: #fff;
}
.home-hero-carousel-slick .slide .hero-carousel-blade__text-container {
    max-width: calc(100% - 55px);
    overflow: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #000;
}
@media screen and (max-width: 650px) and (min-width: 440.5px) {
    .home-hero-carousel-slick .slide .hero-carousel-blade__text-container {
        max-width: 60vw;
    }
}
.home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel-blade__big-text {
    font-weight: 500;
    max-width: 415px;
    font-family: "Graphik Light", sans-serif;
    font-size: 52px;
    line-height: 60px;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}
.home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel-blade__small-text {
    font-size: 23px;
    line-height: 30px;
    font-family: "Graphik Medium", sans-serif;
    font-weight: 500;
    margin-top: 0;
    max-width: 380px;
}
.home-hero-carousel-slick .slide .hero-carousel-blade__text-container .prodBannerSmallText {
    font-family: "Graphik Light", sans-serif;
}
.home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel__button-container-mobile {
    display: none;
}
.home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel__button-container {
    display: flex;
}
.home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel__button-container,
.home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel__button-container-mobile {
    padding-top: 40px;
}
.home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel__button-container-mobile > a,
.home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel__button-container > a {
    margin-right: 20px;
}
.home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel__button-container .hero-carousel__btn,
.home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel__button-container-mobile .hero-carousel__btn {
    height: 33px;
    width: 110px;
}
.home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel__button-container .hero-carousel__button2,
.home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel__button-container-mobile .hero-carousel__button2 {
    background: #fff;
    color: #DC101D;
    flex-direction: row;
    position: relative;
}
.home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel__button-container .hero-carousel__button2 img,
.home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel__button-container-mobile .hero-carousel__button2 img {
    position: absolute;
    right: 10px;
    width: 12px;
    height: 12px;
}
.home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel__button-container .hero-carousel__button2 span,
.home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel__button-container-mobile .hero-carousel__button2 span {
    line-height: 0;
}
.home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel__button-container img,
.home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel__button-container-mobile img {
    width: auto;
}
.home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel__btn {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    width: 145px;
    height: 43px;
    text-decoration: none;
    text-align: center;
    font-family: "Graphik Medium", sans-serif;
    font-size: 12px;
    border-radius: 20px;
    -webkit-appearance: none;
    border: none;
    color: #fff;
    padding: 0;
    align-items: center;
    cursor: pointer;
    outline: 0;
}
.home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-button-1,
.home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-button-2,
.home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-button-3,
.home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-button-4 {
    display: block;
    width: 110px;
    height: 33px;
}
.home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-button-2 span {
    transform: translateX(-3px);
}
@media only screen and (max-width: 440px) {
    .home-hero-carousel-slick .slide .hero-carousel__button-container-mobile {
        display: inline-block !important;
    }
    .home-hero-carousel-slick .slide .hero-carousel__button-container {
        display: none !important;
    }
    .home-hero-carousel-slick .slide {
        display: flex;
        height: 736px;
    }
    .home-hero-carousel-slick .slide .major-container {
        padding: 0 10px;
    }
    .home-hero-carousel-slick .slide .minor-container {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }
    .home-hero-carousel-slick .slide .hero-carousel-blade__text-container {
        margin: 0 0 76px 0 !important;
        justify-content: flex-end;
        max-height: none;
        max-width: none;
    }
    .home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel-blade__big-text {
        font-size: 44px;
        font-family: "Graphik Light", sans-serif;
        text-align: center;
        margin-bottom: 40px;
        line-height: 50px;
        letter-spacing: -2px;
    }
    .home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel-blade__small-text {
        text-align: center;
        font-size: 20px;
        font-family: "Graphik Medium";
        line-height: 20px;
        margin-bottom: 33px;
    }
    .home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel__button-container,
    .home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel__button-container-mobile {
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        transform: translateX(0);
        padding-top: 0;
    }
    .home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel__button-container .hero-button-1,
    .home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel__button-container .hero-button-2,
    .home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel__button-container .hero-button-3,
    .home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel__button-container .hero-button-4,
    .home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel__button-container-mobile .hero-button-1,
    .home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel__button-container-mobile .hero-button-2,
    .home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel__button-container-mobile .hero-button-3,
    .home-hero-carousel-slick .slide .hero-carousel-blade__text-container .hero-carousel__button-container-mobile .hero-button-4 {
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 960px) and (min-width: 633px) {
    .home-hero-carousel-slick .slide .hero-carousel-blade__small-text {
        font-size: calc(1.95vw + 2px);
    }
}
@media only screen and (min-width: 1280px) {
    .home-hero-carousel-slick .slide .hero-carousel-blade__big-text {
        font-size: 50px;
        line-height: 54px;
    }
}
.home-hero-carousel .owl-dot:hover span {
    background: #d6d6d6 !important;
}
.home-hero-carousel .owl-dot.active:hover span {
    background: #DC101D !important;
}
.home-hero-carousel .owl-dot:focus {
    outline: 0;
}
.home-hero-carousel .owl-dots .owl-dot span {
    background: #d6d6d6;
    border: 1px solid #d6d6d6;
}
.home-hero-carousel .owl-dots .owl-dot.active span {
    border: 1px solid #DC101D;
    background: #DC101D;
}
.home-hero-carousel .slide {
    position: relative;
    max-height: 500px;
    height: calc(100vw * 0.4);
    min-height: 370px;
    background-size: cover;
    background-position: center;
    overflow: auto;
}
.home-hero-carousel .slide a {
    text-decoration: none;
}
.home-hero-carousel .slide .hero-carousel-blade__text-container {
    margin-left: 70px;
    max-width: calc(100% - 70px);
    overflow: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-hero-carousel .slide .hero-carousel-blade__text-container .hero-carousel-blade__big-text {
    max-width: 557px;
    font-family: "Graphik Light", sans-serif;
    font-size: 50px;
    line-height: 50px;
    -webkit-margin-before: 0.67em;
    margin-block-start: 0.67em;
    -webkit-margin-after: 0.67em;
    margin-block-end: 0.67em;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}
.home-hero-carousel .slide .hero-carousel-blade__text-container .hero-carousel-blade__small-text {
    font-size: 20px;
    line-height: 26px;
    font-family: "Graphik Light", sans-serif;
}
.home-hero-carousel .slide .hero-carousel-blade__text-container .prodBannerSmallText {
    font-family: "Graphik Light", sans-serif;
}
.home-hero-carousel .slide .hero-carousel-blade__text-container .hero-carousel__button-container {
    display: flex;
    width: 228px;
    justify-content: space-between;
    padding-top: 40px;
    transform: translateX(-6px);
}
.home-hero-carousel .slide .hero-carousel-blade__text-container .hero-carousel__button-container img {
    width: auto;
}
.home-hero-carousel .slide .hero-carousel-blade__text-container .hero-carousel__btn {
    margin: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 105px;
    height: 31px;
    text-decoration: none;
    text-align: center;
    font-family: "Graphik Regular", sans-serif;
    font-size: 12px;
    border-radius: 20px;
    -webkit-appearance: none;
    border: none;
    color: #fff;
    padding: 0;
    align-items: center;
    cursor: pointer;
    outline: 0;
}
@media only screen and (max-width: 633px) {
    .home-hero-carousel .slide {
        display: flex;
    }
    .home-hero-carousel .slide .hero-carousel-blade__text-container {
        margin: auto !important;
        justify-content: space-evenly;
        max-height: 300px;
    }
    .home-hero-carousel .slide .hero-carousel-blade__text-container .hero-carousel-blade__big-text {
        font-size: 33px;
        text-align: center;
        margin-bottom: 0;
        line-height: 40px;
    }
    .home-hero-carousel .slide .hero-carousel-blade__text-container .hero-carousel-blade__small-text {
        text-align: center;
        font-size: 14px;
    }
    .home-hero-carousel .slide .hero-carousel-blade__text-container .hero-carousel__button-container {
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        padding-top: 20px;
        transform: translateX(0);
    }
    .home-hero-carousel .slide .hero-carousel-blade__text-container .hero-carousel__button-container .hero-carousel__button2 img {
        width: auto;
    }
}
@media only screen and (max-width: 960px) and (min-width: 633px) {
    .home-hero-carousel .slide .hero-carousel-blade__image {
        min-height: 369px;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .home-hero-carousel .slide .hero-carousel-blade__small-text {
        font-size: calc(1.95vw + 2px);
    }
}
@media only screen and (min-width: 1280px) {
    .home-hero-carousel .slide .hero-carousel-blade__big-text {
        font-size: 50px;
        line-height: 54px;
    }
}
.shade {
    display: none;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    width: 100%;
    height: 100%;
}
.shade.shade--show {
    display: initial;
}
.tiny-triplet {
    background: #fff;
    padding: 60px 20px 95px 20px;
    font-weight: 500;
    min-height: 630px;
    box-sizing: border-box;
}
@media (max-width: 500px) {
    .tiny-triplet {
        min-height: 839px;
    }
}
.tiny-triplet h1,
.tiny-triplet h2,
.tiny-triplet h3,
.tiny-triplet h4,
.tiny-triplet h5,
.tiny-triplet p {
    margin: 0;
    font-weight: 400;
}
.tiny-triplet__inner {
    max-width: 842px;
    margin: auto;
}
.tiny-triplet__inner .section-header {
    font-family: "Graphik Light";
    font-size: 46px;
    line-height: 50px;
    text-align: center;
    color: #333;
}
@media (max-width: 500px) {
    .tiny-triplet__inner .section-header {
        font-family: "Graphik Regular";
        font-size: 42px;
        line-height: 48px;
        text-align: center;
        color: #000;
    }
}
.tiny-triplet__inner .section-body {
    margin-top: 30px;
    font-family: "Graphik Light";
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    color: #333;
}
@media (max-width: 500px) {
    .tiny-triplet__inner .section-body {
        font-family: "Graphik Regular";
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        color: #000;
    }
}
.tiny-triplet__inner .triplets {
    margin-top: 85px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
@media (max-width: 500px) {
    .tiny-triplet__inner .triplets {
        flex-wrap: wrap;
    }
}
.tiny-triplet__inner .triplets .triplet-item {
    margin-right: 12.5px;
    margin-left: 12.5px;
    width: 144px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 150px;
}
.tiny-triplet__inner .triplets .triplet-item img {
    height: 74px;
    width: auto;
    display: inline-block;
    margin-bottom: 20px;
}
@media (max-width: 500px) {
    .tiny-triplet__inner .triplets .triplet-item {
        margin-top: 46px;
    }
}
.tiny-triplet__inner .triplets .triplet-item .triplet-title {
    font-size: 13px;
    font-family: "Graphik Bold";
    line-height: 16px;
}
.tiny-triplet__inner .triplets .triplet-item .triplet-body {
    font-family: "Graphik Medium";
    font-size: 13px;
    line-height: 16px;
}
@media (max-width: 500px) {
    .av-5050-split {
        min-height: 480px;
    }
}
.av-5050-split .inner-container {
    height: 100%;
    display: flex;
}
@media (max-width: 768px) {
    .av-5050-split .inner-container {
        display: block;
        width: 100%;
    }
}
.av-5050-split .inner-container .image-wrapper-desktop {
    max-width: 100%;
    height: auto;
}
.av-5050-split .inner-container .image-wrapper-desktop img {
    width: 100%;
    display: block;
}
@media (max-width: 768px) {
    .av-5050-split .inner-container .image-wrapper-desktop {
        display: none;
    }
}
.av-5050-split .inner-container .image-wrapper-mobile {
    display: none;
}
@media (max-width: 768px) {
    .av-5050-split .inner-container .image-wrapper-mobile {
        display: block;
    }
}
.av-5050-split .inner-container .image-wrapper-mobile img {
    display: block;
    width: 100%;
    height: 480px;
    max-height: 640px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
.major-container.sns {
    padding: 0 5vw;
}
.see-n-speak {
    min-height: 845px;
    padding: 72px 5vw 140px 5vw;
    background: #fff;
    box-sizing: border-box;
    height: 0;
}
@media (max-width: 768px) {
    .see-n-speak {
        min-height: 1140px;
    }
}
@media (max-width: 768px) {
    .see-n-speak {
        padding: 42px 5vw 80px 5vw;
    }
}
.see-n-speak * {
    box-sizing: border-box;
}
.see-n-speak h1,
.see-n-speak h2,
.see-n-speak h3,
.see-n-speak h4,
.see-n-speak h5,
.see-n-speak p {
    margin: 0;
}
.see-n-speak .inner-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    margin: auto;
    justify-content: space-between;
    max-width: 1004px;
}
.see-n-speak * {
    font-weight: 400;
}
.see-n-speak .top-half {
    color: #666;
}
.see-n-speak .top-half h2 {
    font-family: "Graphik Medium";
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #DC101D;
}
.see-n-speak .top-half h3 {
    font-family: "Graphik Light";
    font-size: 46px;
    line-height: 50px;
    text-align: left;
    color: #000;
    margin-top: 20px;
}
@media (max-width: 768px) {
    .see-n-speak .top-half h3 {
        margin-top: 14px;
    }
}
.see-n-speak .top-half p {
    max-width: 729px;
    height: 122px;
    font-family: Graphik;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #666;
    margin-top: 50px;
}
@media (max-width: 768px) {
    .see-n-speak .top-half p {
        margin-top: 32px;
    }
}
.see-n-speak .bottom-half {
    width: 100%;
}
.see-n-speak .bottom-half .image-container {
    width: 100%;
    height: 280px;
    background: #2a2925;
}
@media (max-width: 768px) {
    .see-n-speak .bottom-half .image-container {
        height: 600px;
    }
}
@media (max-width: 500px) {
    .see-n-speak .bottom-half .image-container {
        height: 465px;
    }
}
.see-n-speak .bottom-half h3 {
    font-family: "Graphik Medium";
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: #fff;
}
.see-n-speak .bottom-half p {
    font-family: "Graphik Regular";
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #fff;
}
.see-n-speak .bottom-half a {
    color: #DC101D;
}
.see-n-speak .image-container {
    display: flex;
    flex-direction: row;
    border-radius: 20px;
    overflow: hidden;
}
@media (max-width: 768px) {
    .see-n-speak .image-container {
        flex-direction: column-reverse;
    }
}
.see-n-speak .image-container > div {
    flex: 1;
}
.see-n-speak .image-container .right {
    position: relative;
    width: 50%;
}
@media (max-width: 768px) {
    .see-n-speak .image-container .right {
        width: 100%;
    }
}
.see-n-speak .image-container .right img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.see-n-speak .image-container .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}
@media (max-width: 768px) {
    .see-n-speak .image-container .left {
        width: 100%;
    }
}
.see-n-speak .image-container .left .left-text-box {
    margin-left: 39px;
    margin-right: 39px;
}
@media (max-width: 768px) {
    .see-n-speak .image-container .left .left-text-box {
        font-size: 20px;
        font-family: "Graphik Regular";
        line-height: 28px;
        margin-left: 19px;
        margin-right: 19px;
    }
}
.see-n-speak .image-container .left .left-text-box h3 {
    margin-bottom: 13px;
}
.see-n-speak .image-container .left .left-text-box a {
    color: #DC101D;
    font-family: "Graphik Regular";
    font-size: 16px;
    line-height: 22px;
}
@media (max-width: 633px) {
    .see-n-speak .image-container .left .left-text-box a {
        line-height: 24px;
    }
}
.all-in-one {
    background: #fafafa;
    overflow: auto;
}
.all-in-one .major-container {
    padding: 0 5vw;
    overflow: hidden;
}
.all-in-one h1,
.all-in-one h2,
.all-in-one h3,
.all-in-one h4,
.all-in-one h5,
.all-in-one p {
    margin: 0;
}
.all-in-one-inner {
    max-width: 1004px;
    margin: 130px auto 147px;
}
@media (max-width: 768px) {
    .all-in-one-inner {
        margin: 60px auto 147px;
    }
}
.all-in-one-inner .top {
    display: flex;
    flex-direction: row;
    margin-bottom: 170px;
    align-items: center;
}
@media (max-width: 1120px) {
    .all-in-one-inner .top img {
        width: 55vw;
        height: auto;
    }
}
@media (max-width: 768px) {
    .all-in-one-inner .top img {
        width: 100%;
        height: auto;
        margin-top: 50px;
    }
}
@media (max-width: 768px) {
    .all-in-one-inner .top {
        flex-direction: column;
    }
}
.all-in-one-inner .top .mobile-body {
    display: none;
    width: 100%;
    font-family: "Graphik Regular";
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #666;
    margin-top: 50px;
}
.all-in-one-inner .top .mobile-body p:first-of-type {
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .all-in-one-inner .top .mobile-body {
        display: block;
    }
}
.all-in-one-inner .top .prod-image {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
@media (max-width: 1120px) {
    .all-in-one-inner .top .content-box {
        width: 50%;
        z-index: 5;
    }
}
@media (max-width: 768px) {
    .all-in-one-inner .top .content-box {
        width: 100%;
    }
}
.all-in-one-inner .top .content-box h2 {
    font-family: "Graphik Medium";
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #DC101D;
    font-weight: 400;
}
.all-in-one-inner .top .content-box h3 {
    width: 480px;
    margin-top: 20px;
    font-family: "Graphik Light";
    font-weight: 300;
    font-size: 46px;
    line-height: 50px;
    text-align: left;
    color: #333;
    margin-bottom: 60px;
}
@media (max-width: 768px) {
    .all-in-one-inner .top .content-box h3 {
        width: 100%;
        margin-bottom: 0;
    }
}
.all-in-one-inner .top .content-box p {
    width: 408px;
    font-family: "Graphik Regular";
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #666;
}
@media (max-width: 768px) {
    .all-in-one-inner .top .content-box p {
        width: 100%;
        display: none;
    }
}
.all-in-one-inner .top .content-box p:first-of-type {
    margin-bottom: 20px;
}
.all-in-one-inner .bottom .card {
    background: #f1f1f1;
    height: 280px;
    width: 100%;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
}
@media (max-width: 768px) {
    .all-in-one-inner .bottom .card {
        flex-direction: column;
        height: auto;
        width: 70%;
        margin: auto;
    }
}
@media (max-width: 500px) {
    .all-in-one-inner .bottom .card {
        width: 100%;
    }
}
.all-in-one-inner .bottom .card > div,
.all-in-one-inner .bottom .card > img {
    display: inline-block;
}
.all-in-one-inner .bottom .card .image-wrapper {
    margin-left: 68px;
    margin-right: 40px;
}
.all-in-one-inner .bottom .card .image-wrapper img {
    height: 344px;
    width: auto;
}
@media (max-width: 768px) {
    .all-in-one-inner .bottom .card .image-wrapper {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: auto;
    }
}
@media (max-width: 420px) {
    .all-in-one-inner .bottom .card .image-wrapper {
        width: 100%;
        position: relative;
    }
}
.all-in-one-inner .bottom .card .card-text-box {
    align-self: center;
    width: auto;
}
@media (max-width: 960px) {
    .all-in-one-inner .bottom .card .card-text-box {
        padding-right: 25px;
    }
}
@media (max-width: 768px) {
    .all-in-one-inner .bottom .card .card-text-box {
        margin-left: 0;
        padding: 20px;
        margin-top: -100px;
    }
}
.all-in-one-inner .bottom .card .card-text-box h3 {
    width: 435px;
    font-family: "Graphik Medium";
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: #000;
    margin-bottom: 25px;
}
@media (max-width: 960px) {
    .all-in-one-inner .bottom .card .card-text-box h3 {
        width: auto;
        margin-bottom: 10px;
    }
}
.all-in-one-inner .bottom .card .card-text-box p {
    width: 422px;
    font-family: "Graphik Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 5px;
}
@media (max-width: 960px) {
    .all-in-one-inner .bottom .card .card-text-box p {
        width: auto;
    }
}
.all-in-one-inner .bottom .card .card-text-box a {
    color: #DC101D;
    font-family: "Graphik Regular";
    font-size: 16px;
}
@media (max-width: 960px) {
    .all-in-one-inner .bottom .card .card-text-box a {
        width: auto;
    }
}
@media (max-width: 420px) {
    .all-in-one-inner .bottom .card .image-wrapper {
        height: 380px;
    }
}
.all-in-one-inner .bottom .card img {
    display: inline-block;
    position: relative;
    top: -20px;
}
@media (max-width: 420px) {
    .all-in-one-inner .bottom .card img {
        position: absolute;
        left: 50%;
        transform: translateX(-48%);
    }
}
.prod-headshot {
    width: 100%;
}
.prod-headshot-inner {
    position: relative;
    height: 640px;
}
@media (max-width: 768px) {
    .prod-headshot-inner {
        height: 480px;
    }
}
.prod-headshot .image-container {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.high-perf {
    background: #000;
    height: 750px;
    padding: 60px 0 140px;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .high-perf {
        height: auto;
        padding: 40px 0 81px;
    }
}
@media (max-width: 420px) {
    .high-perf {
        height: 1160px;
    }
}
.high-perf h1,
.high-perf h2,
.high-perf h3,
.high-perf h4,
.high-perf h5,
.high-perf p {
    margin: 0;
}
.high-perf .major-container {
    padding: 0 5vw;
    height: 100%;
}
.high-perf-inner {
    max-width: 1004px;
    margin: auto;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.high-perf .flex {
    display: flex;
}
.high-perf .top {
    flex-direction: row;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .high-perf .top {
        flex-direction: column;
    }
}
.high-perf .top .start {
    width: 290px;
}
.high-perf .top .start h2 {
    font-family: "Graphik Medium";
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #DC101D;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .high-perf .top .start h2 {
        font-size: 12px;
        line-height: 20px;
        text-align: left;
        color: #DC101D;
    }
}
.high-perf .top .start h3 {
    color: #fff;
    width: 290px;
    height: 96px;
    font-family: "Graphik Light";
    font-weight: 300;
    font-size: 46px;
    letter-spacing: -0.02em;
    line-height: 50px;
    text-align: left;
    color: #fff;
}
@media (max-width: 768px) {
    .high-perf .top .start h3 {
        margin-bottom: 32px;
        font-weight: 300;
        font-size: 42px;
        line-height: 48px;
        text-align: left;
        color: #fff;
    }
}
.high-perf .top .end {
    color: #dedede;
    width: 588px;
    font-family: "Graphik Regular";
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #dedede;
}
@media (max-width: 1120px) {
    .high-perf .top .end {
        margin-left: 45px;
    }
}
@media (max-width: 768px) {
    .high-perf .top .end {
        margin-left: 0;
        width: 100%;
        font-size: 20px;
        line-height: 28px;
        text-align: left;
        color: #dedede;
    }
}
.high-perf .bottom .card {
    background: #141414;
    height: 280px;
    width: 100%;
    min-width: 335px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
@media (max-width: 420px) {
    .high-perf .bottom .card {
        min-width: auto;
    }
}
@media (max-width: 768px) {
    .high-perf .bottom .card {
        flex-direction: column;
        height: auto;
        width: 100%;
        margin: auto;
        margin-top: 80px;
    }
}
@media (max-width: 420px) {
    .high-perf .bottom .card {
        width: 100%;
        margin-top: 0;
    }
}
.high-perf .bottom .card > div,
.high-perf .bottom .card > img {
    display: inline-block;
}
.high-perf .bottom .card .image-wrapper {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    margin-left: 91px;
}
@media (max-width: 768px) {
    .high-perf .bottom .card .image-wrapper {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-top: 85px;
        margin-left: 0;
    }
}
@media (max-width: 420px) {
    .high-perf .bottom .card .image-wrapper {
        width: 100%;
    }
}
.high-perf .bottom .card .image-wrapper img {
    height: 140px;
    width: auto;
}
@media (max-width: 420px) {
    .high-perf .bottom .card .image-wrapper img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: static;
    }
}
.high-perf .bottom .card .card-text-box {
    align-self: center;
    width: auto;
    margin-left: 90px;
}
@media (max-width: 960px) {
    .high-perf .bottom .card .card-text-box {
        padding-right: 25px;
    }
}
@media (max-width: 768px) {
    .high-perf .bottom .card .card-text-box {
        margin-left: 0;
        padding: 20px;
    }
}
.high-perf .bottom .card .card-text-box h4 {
    font-family: "Graphik Medium";
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
}
.high-perf .bottom .card .card-text-box p {
    width: 422px;
    font-family: "Graphik Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 5px;
}
@media (max-width: 960px) {
    .high-perf .bottom .card .card-text-box p {
        width: auto;
    }
}
@media (max-width: 768px) {
    .high-perf .bottom .card .card-text-box p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }
}
.high-perf .bottom .card .card-text-box a {
    color: #DC101D;
    font-family: "Graphik Regular";
}
@media (max-width: 960px) {
    .high-perf .bottom .card .card-text-box a {
        width: auto;
    }
}
.high-perf .bottom .card img {
    display: inline-block;
    position: relative;
}
.august-app {
    background: #fff;
}
.august-app * {
    font-weight: 400 !important;
    box-sizing: border-box;
}
.august-app .flex {
    display: flex !important;
}
.august-app h1,
.august-app h2,
.august-app h3,
.august-app h4,
.august-app h5,
.august-app p {
    margin: 0;
}
.august-app .major-container {
    padding: 0 5vw;
}
.august-app-inner {
    height: 1760px;
    padding: 80px 0 170px;
    max-width: 1015px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
@media (max-width: 633px) {
    .august-app-inner {
        height: auto;
        padding: 40px 0 0;
    }
}
.august-app-inner .top {
    text-align: center;
}
.august-app-inner .top h2 {
    font-family: "Graphik Medium";
    font-size: 14px;
    line-height: 20px;
    color: #DC101D;
    margin: 0 auto;
}
@media (max-width: 500px) {
    .august-app-inner .top h2 {
        text-align: left;
    }
}
.august-app-inner .top h3 {
    margin-top: 18px;
    font-family: "Graphik Light";
    font-weight: 300;
    font-size: 46px;
    line-height: 50px;
    text-align: center;
    color: #333;
    max-width: 740px;
    margin-top: 18px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 500px) {
    .august-app-inner .top h3 {
        text-align: left;
        line-height: 48px;
    }
}
.august-app-inner .middle {
    justify-self: flex-start;
}
.august-app-inner .middle .app-item-container {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
}
.august-app-inner .middle .app-item-container .app-item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.august-app-inner .middle .app-item-container .app-item .z30 {
    z-index: 10;
}
.august-app-inner .middle .app-item-container .app-item .z20 {
    z-index: 20;
}
.august-app-inner .middle .app-item-container .app-item .z10 {
    z-index: 30;
}
.august-app-inner .middle .app-item-container .app-item img {
    position: relative;
    left: 8px;
    max-width: 382px;
    display: inline-block;
}
@media screen and (max-width: 1024.5px) {
    .august-app-inner .middle .app-item-container .app-item img {
        margin: auto;
    }
}
@media (max-width: 500px) {
    .august-app-inner .middle .app-item-container .app-item img {
        max-width: 100%;
    }
}
.august-app-inner .middle .app-item-container .app-item .text-container {
    width: 280px;
    text-align: center;
    margin: auto;
}
@media screen and (max-width: 1024px) {
    .august-app-inner .middle .app-item-container .app-item .text-container {
        margin-top: 85px;
    }
}
.august-app-inner .middle .app-item-container .app-item .text-container h4 {
    font-size: 14;
    font-family: "Graphik Semibold";
    line-height: 22px;
}
.august-app-inner .middle .app-item-container .app-item .text-container p {
    font-family: "Graphik Regular";
    line-height: 22px;
    font-size: 14px;
}
.august-app-inner .bottom {
    margin-top: auto;
}
.august-app-inner .bottom .card {
    height: 400px;
    background-color: #000;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
}
.august-app-inner .bottom .card .image-wrapper {
    margin: 0 100px;
}
@media screen and (max-width: 1024px) {
    .august-app-inner .bottom .card {
        margin-top: 75px;
    }
}
@media (max-width: 768px) {
    .august-app-inner .bottom .card {
        background-size: cover;
    }
    .august-app-inner .bottom .card .image-wrapper {
        margin: 0 60px;
    }
}
@media (max-width: 633px) {
    .august-app-inner .bottom .card {
        flex-direction: column;
        justify-content: space-between;
        height: 620px;
        border-radius: 0;
        width: 100vw;
        margin-left: -5vw;
        padding: 46px 0 46px 0;
    }
    .august-app-inner .bottom .card .image-wrapper {
        margin: auto;
    }
}
.august-app-inner .bottom .card .text-container {
    max-width: 455px;
}
@media (max-width: 768px) {
    .august-app-inner .bottom .card .text-container {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 633px) {
    .august-app-inner .bottom .card .text-container {
        margin-left: 10vw;
        margin-right: 5vw;
        padding-right: 40px;
    }
}
.august-app-inner .bottom .card h2 {
    font-family: "Graphik Medium";
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #DC101D;
    margin-bottom: 10px;
}
.august-app-inner .bottom .card h3 {
    color: #fff;
    margin-bottom: 25px;
    font-family: "Graphik Medium";
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: #fff;
}
.august-app-inner .bottom .card p {
    color: #fff;
    font-family: "Graphik Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #fff;
}
.august-app .slick-dots {
    transform: translateY(-200px);
}
.august-app .slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    text-align: center;
    opacity: 0.25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    content: "";
    background: #e0e0e0;
    border-radius: 50%;
}
.august-app .slick-dots li.slick-active button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    text-align: center;
    opacity: 1;
    color: #000;
    -webkit-font-smoothing: antialiased;
    content: "";
    background: red;
    border-radius: 50%;
}
.alexa {
    background: #fafafa;
    padding: 100px 0;
}
@media (max-width: 768px) {
    .alexa {
        padding: 20px 0 100px;
    }
}
.alexa h1,
.alexa h2,
.alexa h3,
.alexa h4,
.alexa h5,
.alexa p {
    margin: 0;
}
.alexa .flex {
    display: flex;
}
.alexa .major-container {
    padding: 0 5vw;
}
.alexa-inner {
    max-width: 1004px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 768px) {
    .alexa-inner {
        flex-direction: column-reverse;
        width: 100%;
        max-width: 460px;
    }
}
.alexa-inner .start {
    max-width: 414px;
    flex: 1;
    margin-right: 88px;
}
@media (max-width: 768px) {
    .alexa-inner .start {
        margin-right: 0;
        max-width: unset;
        width: 100%;
    }
}
.alexa-inner .start h3 {
    font-family: "Graphik Medium";
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    text-align: left;
    color: #000;
    margin-bottom: 22px;
}
@media (max-width: 420px) {
    .alexa-inner .start h3 {
        font-size: 20px;
        line-height: 24px;
    }
}
.alexa-inner .start p {
    font-family: "Graphik Regular";
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    margin-bottom: 30px;
}
@media (max-width: 420px) {
    .alexa-inner .start p {
        font-size: 16px;
        line-height: 22px;
    }
}
.alexa-inner .start a {
    color: #DC101D;
    font-family: "Graphik Regular";
    line-height: 22px;
}
@media (max-width: 420px) {
    .alexa-inner .start a {
        font-size: 16px;
        line-height: 22px;
    }
}
.alexa-inner .end {
    flex: 1;
}
@media (max-width: 768px) {
    .alexa-inner .end {
        width: unset;
        min-width: 100%;
        position: relative;
        height: calc(90vw * 0.73);
        margin-bottom: 40px;
    }
}
.alexa-inner .end .image-container {
    max-width: 500px;
    width: 39vw;
    min-width: 200px;
    height: calc(39vw * 0.73);
    max-height: 365px;
    background-size: cover;
    background-position: center;
}
@media (max-width: 768px) {
    .alexa-inner .end .image-container {
        width: 500px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        position: relative;
        min-height: calc(100% * 0.73);
        width: 100%;
    }
}
.av-specs {
    background: #fff;
    width: 100%;
    min-height: 1056px;
    padding: 130px 0 175px;
    box-sizing: border-box;
}
@media (max-width: 633px) {
    .av-specs {
        padding: 38px 0 97px;
    }
}
.av-specs .major-container {
    padding: 0 5vw;
}
.av-specs * {
    box-sizing: border-box !important;
}
.av-specs h1,
.av-specs h2,
.av-specs h3,
.av-specs h4,
.av-specs h5,
.av-specs p {
    margin: 0;
}
.av-specs .flex {
    display: flex !important;
}
.av-specs .av-specs-inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}
@media (max-width: 633px) {
    .av-specs .av-specs-inner {
        flex-direction: column;
    }
}
.av-specs .av-specs-inner .header-mobile {
    display: none;
}
@media (max-width: 633px) {
    .av-specs .av-specs-inner .header-mobile {
        display: block;
        margin-bottom: 40px;
        margin-bottom: 60px;
        font-family: "Graphik Medium";
        font-weight: 500;
        font-size: 26px;
        line-height: 28px;
        text-align: left;
        color: #000;
    }
}
.av-specs .av-specs-inner .image-side {
    max-width: 502px;
    width: 100%;
}
@media (max-width: 500px) {
    .av-specs .av-specs-inner .image-side {
        margin-left: -5vw;
        width: 100vw;
        height: auto;
    }
}
.av-specs .av-specs-inner .image-side .image-wrapper {
    border-radius: 20px;
    background: #f2f2f2;
    padding: 14px 26px;
}
@media (max-width: 500px) {
    .av-specs .av-specs-inner .image-side .image-wrapper {
        border: 0;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
    }
}
@media (max-width: 500px) {
    .av-specs .av-specs-inner .image-side .image-wrapper img {
        height: 550px;
        width: auto;
        margin: auto;
        border-radius: 0;
    }
}
@media (max-width: 633px) {
    .av-specs .av-specs-inner .image-side {
        max-width: unset;
        margin-bottom: 60px;
    }
}
.av-specs .av-specs-inner .image-side img {
    display: block;
    width: 100%;
}
.av-specs .av-specs-inner .specs-side {
    margin-left: 81px;
    max-width: 50%;
}
@media (max-width: 768px) {
    .av-specs .av-specs-inner .specs-side {
        margin-left: 40px;
    }
}
@media (max-width: 633px) {
    .av-specs .av-specs-inner .specs-side {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
    }
}
.av-specs .av-specs-inner .specs-side > h2 {
    margin-bottom: 60px;
    font-family: "Graphik Medium";
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    text-align: left;
    color: #000;
}
@media (max-width: 633px) {
    .av-specs .av-specs-inner .specs-side > h2 {
        display: none;
    }
}
.av-specs .av-specs-inner .specs-side .specs-block {
    margin-bottom: 32px;
    max-width: 100%;
}
.av-specs .av-specs-inner .specs-side .specs-block h3 {
    font-family: "Graphik Medium";
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: #000;
}
.av-specs .av-specs-inner .specs-side .specs-block .divider {
    display: block;
    height: 1px;
    width: 100%;
    background: #DC101D;
    margin-bottom: 22px;
    margin-top: 8px;
}
.av-specs .av-specs-inner .specs-side .specs-block p {
    font-size: 13px;
    font-family: "Graphik Regular";
    line-height: 18px;
}
.av-specs .av-specs-inner .specs-side .specs-block a {
    color: #000;
}
.av-specs .av-specs-inner .specs-side .specs-block .dimensions {
    justify-content: space-evenly;
}
.av-specs .av-specs-inner .specs-side .specs-block .dimensions > div {
    width: 50%;
}
.av-specs .av-specs-inner .specs-side .specs-block .left-col h4,
.av-specs .av-specs-inner .specs-side .specs-block .right-col h4 {
    font-family: "Graphik Bold";
    font-size: 13px;
    line-height: 18px;
    color: #000;
}
.av-specs .av-specs-inner .specs-side .specs-block .left-col p,
.av-specs .av-specs-inner .specs-side .specs-block .right-col p {
    font-family: "Graphik Regular";
    font-size: 13px;
    line-height: 18px;
}
