/*!
Theme Name: NRS
Author: KPDI
Author URI: https://kpd-i.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: NRS
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.grid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 0 -10px;
}

.grid.grid-nogutter {
  margin: 0;
}

.grid.grid-nogutter > .col {
  padding: 0;
}

.gutter-mini {
  margin: 0 -5px 0 -5px;
}

.gutter-mini > .col {
  padding: 0 5px 0 5px;
}

.gutter-sm {
  margin: 0 -8px 0 -8px;
}

.gutter-sm > .col {
  padding: 0 8px 0 8px;
}

.gutter-lg {
  margin: 0 -15px 0 -15px;
}

.gutter-lg > .col {
  padding: 0 15px 0 15px;
}

.col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
  min-width: 0;
  padding: 0 10px 0 10px;
}

.col-align-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.col-align-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.col-align-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.col-top {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col-bottom {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.grid-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.grid-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.col-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.grid-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col-fixed {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}

.col-grow-2 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.col-grow-3 {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

.col-grow-4 {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
}

.col-grow-5 {
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
}

.col-grow-6 {
  -webkit-box-flex: 6;
      -ms-flex-positive: 6;
          flex-grow: 6;
}

.col-grow-7 {
  -webkit-box-flex: 7;
      -ms-flex-positive: 7;
          flex-grow: 7;
}

.col-grow-8 {
  -webkit-box-flex: 8;
      -ms-flex-positive: 8;
          flex-grow: 8;
}

.col-grow-9 {
  -webkit-box-flex: 9;
      -ms-flex-positive: 9;
          flex-grow: 9;
}

.col-grow-10 {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}

.col-grow-11 {
  -webkit-box-flex: 11;
      -ms-flex-positive: 11;
          flex-grow: 11;
}

.col-1 {
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  .col-sm {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .col-md {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1366px) {
  .col-lg {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 12px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  height: 100%;
  margin: 0 auto;
  border: 1px solid #979797;
  border-radius: 0 0 8px 0;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 4px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, 
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/* ---------------------------------------- */
.mCSB_scrollTools .mCSB_draggerRail,
.mCSB_scrollTools {
  width: 12px;
}

.mCSB_scrollTools {
  right: 2px;
  opacity: 1;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #d8d8d8;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  background-color: #BA2025 !important;
}

.mCSB_inside > .mCSB_container {
  margin-right: 15px;
}

.tiny-scroll .mCSB_scrollTools {
  right: 0;
}

.tiny-scroll .mCSB_scrollTools {
  width: 8px;
}

.tiny-scroll .mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
}

.tiny-scroll .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.tiny-scroll .mCSB_scrollTools .mCSB_draggerRail {
  background: none;
  border: none;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 3.125vw;
  padding-right: 3.125vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99;
  background-color: #3C3C3C;
  background-color: rgba(60, 60, 60, 0.75);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: none;
}

.blocker * {
  pointer-events: auto;
}

.modal {
  display: none;
  position: relative;
  z-index: 2;
  width: 1400px;
  max-width: 100%;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: none;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #BA2025;
  word-wrap: break-word;
}

a:hover {
  outline: none;
}

body {
  font-family: "Montserrat", sans-serif;
  background: url("../img/bg/background.jpg") no-repeat center center;
  background-size: cover;
  color: #3C3C3C;
  font-size: 1.4vh;
  font-weight: 500;
  line-height: 1.5;
}

.color-active {
  color: #BA2025 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 2vh;
  color: #3C3C3C;
}

h1 {
  font-size: 5.6vh;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 0.9;
}

h2 {
  font-size: 2.4vh;
  line-height: 1.5;
}

h3 {
  font-size: 3vh;
  line-height: 1.05;
  letter-spacing: -1.25px;
}

h4 {
  font-size: 2.1vh;
  line-height: 1.33;
  letter-spacing: -0.44px;
  font-weight: 400;
}

h4.bold {
  font-weight: 700;
}

h4.large {
  font-size: 2.4vh;
  font-weight: 700;
}

h4.t-large {
  font-size: 2.4vh;
}

h4.md {
  font-size: 2vh;
  font-weight: 700;
}

h4 strong {
  color: #BA2025;
  font-weight: 700;
}

h5 {
  font-size: 1.4vh;
}

h5.large {
  font-size: 1.6vh;
  line-height: 1.15;
  font-weight: 700;
}

h5.m-large {
  font-size: 1.8vh;
  letter-spacing: -0.50px;
  line-height: 1.35;
}

h5.x-large {
  font-size: 1.8vh;
  letter-spacing: -0.75px;
  line-height: 1;
}

h6 {
  font-size: 1.2vh;
}

p {
  margin: 0 0 2vh;
}

p.large {
  font-size: 1.6vh;
  line-height: 1.375;
}

p.x-large {
  font-size: 1.8vh;
  line-height: 1.3;
}

p strong {
  color: #BA2025;
  font-weight: 400;
}

.relative {
  position: relative;
}

.image-preloader {
  position: absolute;
  visibility: hidden;
  z-index: -9;
}

.hide {
  display: none !important;
}

.mt-n-80 {
  margin-top: -8vh !important;
}

.mt-n-60 {
  margin-top: -6vh !important;
}

.mr-n-20 {
  margin-right: -20px;
}

.l-h-1 {
  line-height: 1 !important;
}

.mt-0 {
  margin-top: 0vh !important;
}

.mt-5 {
  margin-top: 0.5vh !important;
}

.mt-10 {
  margin-top: 1vh !important;
}

.mt-15 {
  margin-top: 1.5vh !important;
}

.mt-20 {
  margin-top: 2vh !important;
}

.mt-25 {
  margin-top: 2.5vh !important;
}

.mt-30 {
  margin-top: 3vh !important;
}

.mt-35 {
  margin-top: 3.5vh !important;
}

.mt-40 {
  margin-top: 4vh !important;
}

.mt-45 {
  margin-top: 4.5vh !important;
}

.mt-50 {
  margin-top: 5vh !important;
}

.mt-55 {
  margin-top: 5.5vh !important;
}

.mt-60 {
  margin-top: 6vh !important;
}

.mt-65 {
  margin-top: 6.5vh !important;
}

.mt-70 {
  margin-top: 7vh !important;
}

.mt-75 {
  margin-top: 7.5vh !important;
}

.mt-80 {
  margin-top: 8vh !important;
}

.mt-85 {
  margin-top: 8.5vh !important;
}

.mt-90 {
  margin-top: 9vh !important;
}

.mt-95 {
  margin-top: 9.5vh !important;
}

.zi-0 {
  z-index: 0;
}

.zi-1 {
  z-index: 1;
}

.zi-2 {
  z-index: 2;
}

.zi-3 {
  z-index: 3;
}

.zi-4 {
  z-index: 4;
}

.zi-5 {
  z-index: 5;
}

.zi-6 {
  z-index: 6;
}

.zi-7 {
  z-index: 7;
}

.zi-8 {
  z-index: 8;
}

.zi-9 {
  z-index: 9;
}

.mb-0 {
  margin-bottom: 0vh !important;
}

.mb-5 {
  margin-bottom: 0.5vh !important;
}

.mb-10 {
  margin-bottom: 1vh !important;
}

.mb-15 {
  margin-bottom: 1.5vh !important;
}

.mb-20 {
  margin-bottom: 2vh !important;
}

.mb-25 {
  margin-bottom: 2.5vh !important;
}

.mb-30 {
  margin-bottom: 3vh !important;
}

.mb-35 {
  margin-bottom: 3.5vh !important;
}

.mb-40 {
  margin-bottom: 4vh !important;
}

.mb-45 {
  margin-bottom: 4.5vh !important;
}

.mb-50 {
  margin-bottom: 5vh !important;
}

.mb-55 {
  margin-bottom: 5.5vh !important;
}

.mb-60 {
  margin-bottom: 6vh !important;
}

.mb-65 {
  margin-bottom: 6.5vh !important;
}

.mb-70 {
  margin-bottom: 7vh !important;
}

.mb-75 {
  margin-bottom: 7.5vh !important;
}

.mb-80 {
  margin-bottom: 8vh !important;
}

.mb-85 {
  margin-bottom: 8.5vh !important;
}

.mb-90 {
  margin-bottom: 9vh !important;
}

.mb-95 {
  margin-bottom: 9.5vh !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.min-w-180 {
  min-width: 180px !important;
}

.max-w-500 {
  max-width: 500px !important;
}

.w-110 {
  width: 110px;
}

.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-medium {
  font-weight: 500 !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-18 {
  font-size: 18px !important;
}

.text-24 {
  font-size: 24px !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-light {
  font-weight: 300 !important;
}

.f-w-400 {
  font-weight: 400 !important;
}

.f-w-500 {
  font-weight: 500 !important;
}

.f-w-600 {
  font-weight: 600 !important;
}

.f-w-700 {
  font-weight: 700 !important;
}

.f-w-800 {
  font-weight: 800 !important;
}

.color-green {
  color: #52B948 !important;
}

.color-blue {
  color: #009bd0 !important;
}

.block {
  width: 100%;
  display: block;
}

.inline-block,
.d-inline {
  display: inline-block;
}

.container-640 {
  width: 640px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.max-780 {
  width: 780px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-940 {
  width: 940px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .show-md-inline {
    display: none !important;
  }
  .show-md {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
  .show-lg-inline {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
  .show-md-inline {
    display: inline-block !important;
  }
}

.img-circle {
  border-radius: 50%;
}

.bottom-shadow {
  -webkit-box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.35);
}

.shadow-around {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.b-bottom {
  border-bottom: 1px solid #BDBDBD;
}

.b-bottom.b-grey {
  border-color: #979797;
}

.underline {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .sm-static {
    position: static !important;
  }
}

@media (max-width: 991px) {
  .mt-n-0 {
    margin-top: 0 !important;
  }
  .sm-h-auto {
    height: auto !important;
  }
  .sm-mb-20 {
    margin-bottom: 2vh !important;
  }
  .sm-mb-30 {
    margin-bottom: 3vh !important;
  }
  .sm-pl-0 {
    padding-left: 0 !important;
  }
  .sm-pr-0 {
    padding-right: 0 !important;
  }
  .sm-mini-pl {
    padding-left: 5px !important;
  }
  .sm-mini-pr {
    padding-right: 5px !important;
  }
  .sm-sm-pl {
    padding-left: 8px !important;
  }
  .sm-sm-pr {
    padding-right: 8px !important;
  }
  .sm-base-pl {
    padding-left: 10px !important;
  }
  .sm-base-pr {
    padding-right: 10px !important;
  }
  .sm-lg-pl {
    padding-left: 15px !important;
  }
  .sm-lg-pr {
    padding-right: 15px !important;
  }
  .sm-hide {
    display: none !important;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
}

.container-md {
  max-width: 940px;
}

.header {
  padding: 2.5vh 1.302083vw;
  height: 10.6vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 99;
}

.header .brand {
  display: block;
}

.header .brand img {
  height: 5.6vh;
  width: auto;
}

.top-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-menu > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  line-height: 2.4vh;
}

.top-menu > li a {
  color: rgba(65, 65, 65, 0.4);
  font-size: 14px;
  font-weight: 700;
}

.top-menu > li img {
  height: 2.4vh;
  display: inline-block;
  vertical-align: top;
}

.menu-scroller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 5vh;
}

.modal-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  height: calc(100% - 3.8vh);
}

.modal-nav > li > a {
  display: block;
  padding: 2vh 1.736111vw 2vh 1.736111vw;
  color: #414141;
  font-size: 1.8vh;
  font-weight: 600;
  line-height: 1.3;
  border-bottom: 1px solid #D0D0D0;
  background-color: #f3f3f3;
  cursor: pointer;
}

@media (max-width: 991px) {
  .modal-nav > li > a {
    font-size: 1.6vh;
    padding: 1vh 1.736111vw 1vh 1.736111vw;
  }
}

.modal-nav > li > a.no-link {
  background-color: #414141;
  color: #d8d8d8;
  opacity: 0.3;
}

.modal-nav > li > a.no-link:hover {
  cursor: not-allowed;
  background-color: #414141;
  color: #d8d8d8;
}

.modal-nav > li > a:hover, .modal-nav > li > a.active {
  background-color: #BA2025;
  color: #ffffff;
}

.content {
  max-width: 1640px;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  padding: 6vh 8.680555vw;
}

.title-text {
  text-align: center;
}

.title-text h3 {
  font-size: 3.2vh;
  font-weight: 600;
  letter-spacing: -1.75px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .title-text h3 {
    font-size: 2.4vh;
    line-height: 1.2;
  }
}

.title-text h1 {
  font-size: 5.6vh;
  font-weight: 800;
  letter-spacing: -2.04px;
  line-height: 0.9;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

@m/edia (max-width: 1024px) {
  .title-text h1 {
    font-size: 3.6vh;
  }
}

.title-text h4 {
  font-size: 2.1vh;
  font-weight: 500;
  letter-spacing: -0.44px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .title-text h4 {
    font-size: 1.8vh;
    line-height: 1.2;
    max-width: 50%;
    margin: 0 auto;
  }
}

.middle-thumbs img {
  margin: 0 auto;
  width: auto;
}

.middle-thumbs .middle-top img {
  max-height: 26.5vh;
  max-width: 54.8611111vw;
}

.middle-thumbs .middle-pads {
  position: relative;
  margin-top: 30vh;
}

.middle-thumbs .middle-pads img {
 max-height: 38vh;
top: -8vh;
max-width: 45.138888vw;
  position: relative;

  
} 

.nrs-category {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 18.055555vw;
  min-width: 160px;
  max-width: 260px;
  position: absolute;
  left: 8.680555vw;
  top: 28vh;
}

.nrs-category.right {
  left: auto;
  right: 8.680555vw;
}

.nrs-category > .nrs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  height: 12vh;
  color: #414141;
  text-decoration: none;
  border: 1px solid #C7C7C7;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.07%, #FFFFFF), color-stop(47.3%, #DCDCDC), to(#FFFFFF));
  background: linear-gradient(180deg, #FFFFFF 0.07%, #DCDCDC 47.3%, #FFFFFF 100%);
  -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 2.5vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nrs-category > .nrs-item:last-child {
  margin-bottom: 0;
}

.nrs-category > .nrs-item img {
  width: 100%;
  display: none;
  border-radius: 8px 8px 0 0;
}

.nrs-category > .nrs-item span {
  display: block;
  text-align: center;
  padding: 2vh 1vh;
  font-size: 1.8vh;
  font-weight: 800;
  line-height: 2vh;
}

.nrs-category > .nrs-item:focus, .nrs-category > .nrs-item:hover {
  outline: none;
  text-decoration: none;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.07%, #BA2025), color-stop(48.22%, #920207), to(#BA2025));
  background: linear-gradient(180deg, #BA2025 0.07%, #920207 48.22%, #BA2025 100%);
}

.why-nrs-group {
  display: none;
}

.why-nrs-group.active {
  display: block;
}

.shadow-thumb {
  display: block;
  border: 1px solid #B3B3B3;
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.21);
}

.col-line {
  position: relative;
  height: 100%;
  background-color: #F3F3F3;
  border: 0.66px solid #C9C9C9;
  border-radius: 3px 3px 0 0;
  padding-bottom: 4vh;
}

.col-line .col-top {
  height: 15vh;
  position: relative;
  z-index: 3;
  background-color: #ffffff;
}

.col-line .col-top .branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 7.5vh;
}

.col-line .col-top .branding img {
  max-height: 90%;
  max-width: 90%;
}

.col-line .col-top .brand-support {
  position: absolute;
  left: 0;
  right: 0;
  top: 7.5vh;
  max-height: 12.5vh;
}

.col-line .col-top .brand-support img {
  margin: 0 auto;
  max-height: 100%;
  max-width: 90%;
}

.col-line .col-content {
  border-top: 1px solid #C9C9C9;
  padding: 7vh 12px 0.5vh 12px;
}

.col-line .col-content h5 {
  color: #BA2025;
  font-size: 1.4vh;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 1vh;
}

.col-line .col-content p {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 1vh;
}

.col-line .external-links {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4vh;
  padding: 1vh;
  line-height: 2vh;
  background-color: #BA2025;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.separator {
  display: block;
  position: relative;
  overflow: hidden;
  height: 2px;
  opacity: 0.25;
  background-color: #1D1E20;
  clear: both;
  margin: 1.5vh 0;
}

.separator.thick {
  height: 1px;
  margin: 1vh 0;
}

.text-side {
  width: 190px;
}

.tumb-copy {
  padding: 15px !important;
  border-radius: 4px 0 0 4px;
  background: linear-gradient(135.64deg, #E5E5E5 0%, #FFFFFF 48.44%, #E6E3E3 100%);
}

.tumb-copy h5 {
  font-size: 1.6vh;
  line-height: 1.2;
  min-height: 5vh;
}

.style-thumb {
  border-radius: 0 4px 4px 0;
  min-height: 100%;
  background-position: center center;
  background-size: cover;
}

.thumb-text {
  min-height: 100%;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.thumb-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 9vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2vh;
}

.thumb-3 img {
  max-height: 100%;
}

.fixed-large-thumb {
  position: relative;
  right: 0;
  z-index: 1;
  height: 63vh;
}

.fixed-large-thumb img {
  width: auto;
  max-height: 98%;
}

.z-ind-3 {
  position: relative;
  z-index: 3;
}

.partners-list {
  list-style: none;
  padding: 0;
  margin: 0 -6px;
}

.partners-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.5px solid #A0A0A0;
  background: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), color-stop(48.45%, #FFFFFF), to(#F2F2F2));
  background: linear-gradient(180deg, #E8E8E8 0%, #FFFFFF 48.45%, #F2F2F2 100%);
  margin: 6px;
  width: 110px;
  height: 100px;
}

.partners-list > li img {
  max-height: 90%;
  max-width: 90%;
}

.partners-list.white > li {
  background: #ffffff;
  height: 110px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.pad-tops {
  margin: -20px;
  padding: 20px;
  background: url("../img/content/nrs_products/UpperHeroImage.jpg") no-repeat bottom center;
  background-size: 100% auto;
}

@media (max-width: 991px) {
  .pad-tops {
    padding-bottom: 17vh;
  }
}

.grey-box {
  border: 1px solid #BDBDBD;
  background-color: #F3F3F3;
  padding: 3vh;
}

.grey-area {
  background-color: #f9f9f9;
  padding: 2vh;
}

.grey-area.b-bottom {
  border-bottom: 1px solid #BDBDBD;
}

.white-area {
  background-color: #ffffff;
  padding: 2vh 2vw;
}

.mecha-bg {
  min-height: 39.5vh;
  margin: -20px;
  padding: 20px;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 55% auto;
}

@media (max-width: 991px) {
  .mecha-bg {
    padding-bottom: 13vh;
    background-position: bottom right;
    background-size: auto 20vh;
    margin-bottom: 3vh;
  }
}

.noise-tops {
  background: url("../img/content/nrs_products/tool-image-hero.jpg") no-repeat right bottom;
  background-size: auto 100%;
  padding: 3vh 0 5vh 0;
}

@media (max-width: 991px) {
  .noise-tops {
    background-size: auto 100%;
    padding: 3vh 0 20vh 0;
    background-size: auto 17vh;
    background-position: bottom center;
  }
}

.car-pos {
  min-height: 100%;
  position: relative;
}

.car-pos img {
  max-height: 120%;
  position: absolute;
  bottom: -4vh;
  right: 0;
  max-width: 110%;
}

.white-box {
  border: 1px solid #C5C5C5;
  background-color: #ffffff;
  padding: 2.5vh 2vh;
}

.char-col {
  background-color: #929292;
  padding: 2vh;
  text-align: center;
}

@media (max-width: 991px) {
  .char-col {
    padding: 2vh 1vh;
  }
}

.char-col strong {
  display: block;
  color: #ffffff;
  font-size: 2.4vh;
  line-height: 0.7;
}

@media (max-width: 991px) {
  .char-col strong {
    font-size: 1.8vh;
  }
}

.char-col p {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
}

.bg-red {
  background-color: #BA2025;
}

.char-col-copy {
  text-align: center;
}

.char-col-copy strong {
  display: block;
  font-size: 1.6vh;
  line-height: 1;
}

.char-col-copy p {
  font-size: 12px;
  line-height: 1.3;
}

.shadow-box {
  padding: 2vh;
  border: 1px solid #B3B3B3;
  background-color: #FBFBFB;
  -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.21);
}

.fitments-bg {
  background: url("../img/content/nrs_fleet/shadow-trucks.jpg") no-repeat left top;
  background-size: auto 80%;
  min-height: 22vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1299px) {
  .fitments-bg {
    background-size: auto 60%;
  }
}

@media (max-width: 1199px) {
  .fitments-bg {
    background-size: auto 40%;
  }
}

@media (max-width: 991px) {
  .fitments-bg {
    background-size: auto 20vh;
    padding-top: 20vh;
    background-position: top center;
  }
}

.fitments-right {
  width: 400px;
  max-width: 50%;
}

@media (max-width: 991px) {
  .fitments-right {
    width: auto;
    max-width: 100%;
  }
}

.fitments-brands {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fitments-brands > li {
  width: 72px;
  height: 72px;
  border: 1px solid #979797;
  background-color: #D8D8D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 4px 12px 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fitments-brands > li img {
  max-width: 86%;
  max-height: 90%;
}

.icon-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 7vh;
  margin-bottom: 2vh;
}

.icon-center img {
  max-height: 100%;
  max-width: 90%;
}

.side-border {
  border-left: 2px solid #BA2025;
  font-size: 1.6vh;
  font-weight: 500;
  line-height: 1.35;
}

.side-border strong {
  color: #BA2025;
  font-weight: 700;
}

.fleet-program {
  min-height: 70vh;
  background-color: #f7f7f7;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 85%;
  margin: -20px;
  padding: 20px;
}

@media (max-width: 991px) {
  .fleet-program {
    background-image: none !important;
  }
}

.program-content {
  max-width: 50%;
}

@media (max-width: 991px) {
  .program-content {
    max-width: 100%;
  }
}

.poster-thumb {
  display: block;
  margin: 0 -4px 1vh -4px;
}

.support-logo {
  display: block;
  height: 7.5vh;
  margin-bottom: 1vh;
}

@media (max-width: 991px) {
  .support-logo {
    height: auto;
  }
}

.support-logo img {
  max-height: 100%;
}

.channel-line {
  font-weight: 700;
  font-size: 1.6vh;
  line-height: 1.3;
  display: block;
  margin-bottom: 1.5vh;
}

.channel-line span {
  display: block;
  font-size: 1.4vh;
  line-height: 1.4;
}

.dbl-line {
  min-height: 37px;
}

.has-float-thumb {
  min-height: 40vh;
}

.has-float-thumb.group {
  min-height: 59vh;
}

.thumb-col {
  position: absolute;
  right: 0;
  top: 0;
}

.thumb-equals {
  height: 14.6vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.thumb-equals img {
  max-height: 100%;
}

.link-line {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #BA2025;
  left: -140px;
  top: 8vh;
}

.link-line::after {
  content: "";
  position: absolute;
  background-color: #BA2025;
  width: 120px;
  height: 3px;
  left: 100%;
  top: 50%;
  margin-top: -1px;
}

.shadow-thumbnail {
  display: block;
  margin-left: -10px;
  margin-right: -10px;
}

.bottom-border {
  position: relative;
  border-bottom: 1px solid #BDBDBD;
}

.col-abs {
  position: absolute;
}

.col-abs.b-r {
  bottom: 0;
  right: 0;
}

.col-abs img {
  max-height: 100%;
}

.h-55 {
  height: 55vh;
}

.neg-container {
  margin: 0 -20px;
}

.grey-full {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
  padding: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), color-stop(43.28%, #FFFFFF), color-stop(70.08%, #FCFBFB), to(#F1F1F1));
  background: linear-gradient(180deg, #F0F0F0 0%, #FFFFFF 43.28%, #FCFBFB 70.08%, #F1F1F1 100%);
}

.new-corner {
  display: block;
  position: absolute;
  right: 20px;
  bottom: -1vh;
  color: #BA2025;
  font-size: 2.4vh;
  line-height: 0.9;
  font-weight: 800;
  text-align: right;
}

@media (max-width: 991px) {
  .new-corner {
    bottom: -3vh;
  }
}

.new-corner small {
  display: block;
  font-size: 10px;
  line-height: 1;
}

.new-corner .color-black {
  color: #3C3C3C;
}

.column-divider {
  position: relative;
  min-height: 100%;
}

.column-divider::after {
  content: "";
  position: absolute;
  width: 1px;
  top: 5vh;
  bottom: 6vh;
  left: 0;
  background-color: #BDBDBD;
}

.column-divider.full::after {
  top: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .column-divider.sm-divider::after {
    visibility: hidden;
  }
}

.mb-view-holder {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(189, 189, 189, 0.99);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
}

@media (max-width: 767px) {
  .mb-view-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mb-view-holder .mb-view-message {
  display: block;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 700;
  color: #BA2025;
  width: 360px;
  max-width: 90%;
  padding: 25px;
  border-radius: 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

.authontic-form {
  width: 540px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 200px;
  border: 1px solid #BDBDBD;
  background-color: rgba(255, 255, 255, 0.85);
}

.password-error {
  display: none;
  font-size: 10px;
}

.password-error.active {
  display: block;
}

.txt-orderlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.txt-orderlist > li {
  position: relative;
  padding: 0.6vh 0;
  padding-left: 12px;
  font-size: 1.6vh;
  line-height: 1;
}

.txt-orderlist > li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 0;
  top: 1.2vh;
  background-color: #3C3C3C;
}

.txt-orderlist.line-r > li {
  line-height: 1.375;
}

.txt-orderlist.line-r > li::before {
  top: 1.5vh;
}

.txt-orderlist.md > li {
  font-size: 1.8vh;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 0.4vh 0;
  padding-left: 12px;
}

.txt-orderlist.md > li::before {
  top: 1.5vh;
}

.txt-orderlist.large > li {
  font-size: 2.1vh;
  font-weight: 700;
  letter-spacing: -0.88px;
}

.txt-orderlist.large > li::before {
  top: 1.5vh;
}

.txt-orderlist.x-large > li {
  font-size: 2.4vh;
  font-weight: 700;
  letter-spacing: -0.50px;
}

.txt-orderlist.x-large > li::before {
  top: 1.5vh;
}

.txt-orderlist.mini > li {
  font-size: 1.4vh;
  font-weight: 700;
  padding: 0.2vh 0;
  padding-left: 12px;
}

.txt-orderlist.mini > li::before {
  top: 0.8vh;
}

.txt-orderlist.color-active > li::before {
  background-color: #BA2025;
}

.border-block {
  border: 1px solid #BDBDBD;
}

.border-block.red {
  border: 2px solid #BA2025;
  background-color: #F3F3F3;
  -webkit-box-shadow: 0 8px 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 7px 0 rgba(0, 0, 0, 0.2);
}

.border-block .inside {
  padding: 1vw 1.430555vw;
}

.border-block .inside.grey-bg {
  background-color: #F3F3F3;
}

.titles-bar {
  font-size: 1.8vh;
  font-weight: 700;
  letter-spacing: -0.38px;
  line-height: 1.58;
  padding: 1.1vh 1.736111vw;
  margin: 0;
  background-color: #6E6E6E;
  color: #ffffff;
}

.titles-bar.text-large {
  font-size: 2.1vh;
}

.titles-bar.bg-red {
  color: #ffffff;
  background-color: #BA2025;
}

.thumb-grid {
  list-style: none;
  padding: 0;
  margin: 0 -8px;
}

.thumb-grid > li {
  display: block;
  margin-bottom: 2.5vh;
  text-align: center;
  width: 33.333%;
  float: left;
  padding-left: 8px;
  padding-right: 8px;
}

.thumb-grid > li img {
  margin: 0 auto;
  margin-bottom: 1vh;
  border-radius: 50%;
}

.thumb-grid > li span {
  display: block;
  font-size: 1.6vh;
  font-weight: 700;
  letter-spacing: -0.67px;
  line-height: 1;
}

.btn {
  display: inline-block;
  vertical-align: top;
  padding: 0.6vh 12px;
  height: 3.6vh;
  margin-bottom: 0;
  font-size: 1.6vh;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  border: 1px solid #D0D0D0;
  border-radius: 18px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn.btn-large {
  height: 4.6vh;
}

.btn.block {
  display: block;
  width: 100%;
}

.btn.active {
  background-color: #BA2025;
  border-color: #ffffff;
  color: #ffffff;
}

.btn.active:hover {
  background-color: #ffffff;
  border-color: #BA2025;
  color: #BA2025;
}

.btn.black {
  color: #ffffff;
  background-color: #1D1E20;
  border-radius: 4px;
}

.btn.btn-back {
  padding-left: 40px;
  border-color: #8b8b8b;
  background: url("../img/content/icon-back.png") no-repeat 10px center;
  background-size: auto 1.6vh;
}

.btn.btn-back:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.btn:hover, .btn:focus {
  outline: 0;
  text-decoration: none;
  background-color: #ffffff;
  color: #BA2025;
  border-color: #BA2025;
}

.btn--outline-secondary {
  color: rgba(60, 60, 60, 0.7);
  border: 2px solid rgba(60, 60, 60, 0.7);
}

.btn--outline-secondary-lighter {
  color: rgba(199, 199, 199, 0.7);
  border: 2px solid rgba(199, 199, 199, 0.4);
}

.svg-back {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  width: 104px;
  height: 36px;
  opacity: 0.9;
  background: url("../img/content/back-button.svg") no-repeat center center;
}

.svg-back:hover {
  opacity: 1;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
select {
  height: 4vh;
  padding: 0.5vh 1vh;
  border: 1px solid #C5C5C5;
  border-radius: 4px;
  background-color: #FFFFFF;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

input[type="text"].active,
input[type="email"].active,
input[type="number"].active,
input[type="password"].active,
select.active {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #BA2025;
}

input[type="text"].block,
input[type="email"].block,
input[type="number"].block,
input[type="password"].block,
select.block {
  width: 100%;
  display: block;
}

label {
  font-size: 1.6vh;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

label .block {
  display: block;
}

.modal-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1vh 0;
}

.modal-wrapper {
  border: 1px solid #BDBDBD;
  border-radius: 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.5);
}

.modal-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-menu > li {
  margin-left: 1.736111vw;
}

.modal-menu > li img {
  max-height: 5vh;
  width: auto;
  max-width: none;
}

.modal-menu > li img.dotts {
  max-height: 2.4vh;
  max-width: none;
  width: auto;
}

.modal-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-title {
  padding: 2vh 1.736111vw;
}

.modal-title h2 {
  color: #BA2025;
  font-size: 3.2vh;
  font-weight: 800;
  letter-spacing: -1.17px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .modal-title h2 {
    font-size: 2.8vh;
  }
}

.corner-thumb {
  position: relative;
  height: 100%;
  width: 29.861111vw;
  max-width: 430px;
  min-height: 10.5vh;
  margin: -1px -1px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-position: center center;
  background-size: cover;
  border-radius: 0 12px 0 0;
}

.modal-content {
  border-top: 1px solid #D0D0D0;
  min-height: 60vh;
}

.modal-left {
  position: relative;
  width: 20.833333vw;
  max-width: 350px;
  min-width: 200px;
  background-color: #d8d8d8;
  border-radius: 0 0 0 12px;
  border-right: 1px solid #D0D0D0;
  padding-bottom: 4vh;
}

.close-bottom-left {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  padding: 1vh 1.736111vw;
  background-color: #BA2025;
  color: #ffffff;
  font-size: 1.8vh;
  border-radius: 0 0 0 12px;
  font-weight: 600;
}

.close-bottom-left:hover {
  background-color: #ffffff;
  color: #BA2025;
}

.close-cross {
  position: absolute;
  z-index: 2;
  top: 10px;
  font-size: 18px;
  color: #ffffff;
  right: 15px;
  visibility: hidden;
}

.modal-pages {
  height: 70vh;
  overflow: auto;
  padding-bottom: 2px !important;
}

.modal-copy {
  padding: 20px;
}
/*# sourceMappingURL=style.css.map */