@charset "UTF-8";
@import url("https://use.typekit.net/ywy1ndv.css");
/* BOX PRELOAD */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('/fonts/slick.eot');
  src: url('/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/fonts/slick.woff') format('woff'), url('/fonts/slick.ttf') format('truetype'), url('/fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin-top: 63px;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* CONFIG */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:root {
  --button-radius: 5px;
  --button-primary-color: #FFFFFF;
  --button-primary-bg-color: #575C61;
  --button-primary-bg-color-hover: #000000;
  --button-alt-color: #FFFFFF;
  --button-alt-bg-color: #EB1C24;
  --button-alt-bg-color-hover: #c31118;
  --button-secondary-color: #000000;
  --button-secondary-bg-color: transparent;
  --button-secondary-bg-color-hover: transparent;
  --button-products-color: #000000;
  --button-products-color-hover: #FFFFFF;
  --button-products-bg-color: transparent;
  --button-products-bg-color-hover: #000000;
}
.button-primary {
  display: inline-block;
  background-color: var(--button-primary-bg-color);
  border-radius: var(--button-radius);
  border: 0;
  color: var(--button-primary-color);
  padding: 14px 47px 12px;
  font-family: "proxima-nova", Roboto, Arial, sans-serif;
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: var(--lh-body);
  font-weight: 600;
}
.button-primary:hover {
  font-weight: 700;
  background-color: var(--button-primary-bg-color-hover);
}
.button-alt {
  display: inline-block;
  background-color: var(--button-alt-bg-color);
  border-radius: var(--button-radius);
  color: #FFFFFF;
  padding: 14px 47px;
  font-family: "proxima-nova", Roboto, Arial, sans-serif;
  border: 0;
  line-height: var(--lh-body);
  font-size: var(--fs-header-h5);
  font-weight: 700;
}
.button-alt:hover {
  text-decoration: underline;
  background-color: var(--button-alt-bg-color-hover);
}
.button-secondary {
  display: inline-block;
  background-color: var(--button-secondary-bg-color);
  border-radius: var(--button-radius);
  color: var(--button-secondary-color);
  padding: 13px 46px 13px;
  border: 1px solid #000000;
  font-family: "proxima-nova", Roboto, Arial, sans-serif;
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: var(--lh-body);
  font-weight: 600;
}
.button-secondary:hover {
  font-weight: 700;
  background-color: var(--button-secondary-bg-color-hover);
  border: 2px solid #000000;
  padding: 12px 45px 12px;
  text-decoration: underline;
}
.button-secondary.dark-bg:hover {
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
}
.button-products {
  display: inline-block;
  background-color: var(--button-products-bg-color);
  border-radius: var(--button-radius);
  color: var(--button-products-color);
  padding: 14px 47px 12px;
  border: 1px solid #000000;
  font-family: "proxima-nova", Roboto, Arial, sans-serif;
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: var(--lh-body);
  font-weight: 600;
}
.button-products:hover {
  font-weight: 700;
  color: var(--button-products-color-hover);
  background-color: var(--button-products-bg-color-hover);
  border: 2px solid #000000;
  padding: 13px 46px 13px;
  text-decoration: underline;
}
:root {
  --color-primary: #EB1C24;
  --color-secondary: #1F5475;
  --color-dark: #000000;
  --color-light: #FFFFFF;
  --color-grey: #575C61;
  --color-grey-light: #F4F5F7;
}
:root {
  --fs-header-h1: 40px;
  --fs-header-h2: 30px;
  --fs-header-h3: 30px;
  --lh-header-h3: 24px;
  --fs-header-h4: 18px;
  --fs-header-h5: 17px;
  --fs-body: 16px;
  --fs-menu: 16px;
  --fs-menu-secondary: 14px;
  --fs-menu-dropdown: 14px;
  --lh-body: 1.4;
  --fs-header-h2-spacing: 30px;
  --fs-header-h3-spacing: 40px;
}
@media all and (min-width: 992px) {
  :root {
    --fs-header-h1: 50px;
    --fs-header-h2: 40px;
    --fs-header-h3: 40px;
    --lh-header-h3: 34px;
    --fs-header-h4: 28px;
    --fs-header-h5: 20px;
    --fs-body: 18px;
    --fs-menu: 16px;
    --fs-menu-secondary: 15px;
    --fs-menu-dropdown: 15px;
    --lh-body: 1.6;
  }
}
h1,
.h1 {
  font-weight: 700;
  line-height: var(--lh-body);
  margin: 0;
  color: #000000;
  font-size: var(--fs-header-h1);
  font-family: Industry, Roboto, Arial, sans-serif;
}
h2,
.h2 {
  font-weight: 600;
  line-height: var(--lh-body);
  margin: 0;
  margin-top: var(--fs-header-h2-spacing);
  margin-bottom: var(--fs-header-h2-spacing);
  color: #000000;
  font-size: var(--fs-header-h2);
  font-family: Industry, Roboto, Arial, sans-serif;
}
h3,
.h3 {
  font-weight: 600;
  line-height: var(--lh-header-h3);
  margin-top: var(--fs-header-h3-spacing);
  margin-bottom: var(--fs-header-h3-spacing);
  font-size: var(--fs-header-h3);
  font-family: Industry, Roboto, Arial, sans-serif;
}
h4,
.h4 {
  font-weight: 600;
  line-height: var(--lh-body);
  font-size: var(--fs-header-h4);
  font-family: Industry, Roboto, Arial, sans-serif;
}
h5,
.h5 {
  font-weight: 700;
  line-height: var(--lh-body);
  font-size: var(--fs-header-h5);
  font-family: "proxima-nova", Roboto, Arial, sans-serif;
}
strong {
  font-weight: 700;
}
.fw-bold {
  font-weight: 700;
}
.fw-semi-bold {
  font-weight: 600;
}
.fs-h1 {
  font-size: var(--fs-header-h1);
}
.fs-h2 {
  font-size: var(--fs-header-h2);
}
.fs-h3 {
  font-size: var(--fs-header-h3);
}
.fs-h4 {
  font-size: var(--fs-header-h4);
}
.fs-h5 {
  font-size: var(--fs-header-h5);
}
i {
  font-style: italic;
}
:root {
  --padding-xs: 30px;
  --padding-sm: 40px;
  --padding-md: 60px;
  --padding-lg: 70px;
  --padding-xl: 90px;
  --padding-xxl: 150px;
}
@media all and (min-width: 992px) {
  :root {
    --padding-xs: 30px;
    --padding-sm: 40px;
    --padding-md: 70px;
    --padding-lg: 90px;
    --padding-xl: 150px;
    --padding-xxl: 248px;
  }
}
.p-none {
  padding: 0 !important;
}
.pt-none {
  padding-top: 0 !important;
}
.pb-none {
  padding-bottom: 0 !important;
}
.pl-none {
  padding-left: 0 !important;
}
.pr-none {
  padding-right: 0 !important;
}
.py-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-xs {
  padding: var(--padding-xs);
}
.pt-xs {
  padding-top: var(--padding-xs);
}
.pb-xs {
  padding-bottom: var(--padding-xs);
}
.pl-xs {
  padding-left: var(--padding-xs);
}
.pr-xs {
  padding-right: var(--padding-xs);
}
.p-sm {
  padding: var(--padding-sm);
}
.pt-sm {
  padding-top: var(--padding-sm);
}
.pb-sm {
  padding-bottom: var(--padding-sm);
}
.pl-sm {
  padding-left: var(--padding-sm);
}
.pr-sm {
  padding-right: var(--padding-sm);
}
.p-md {
  padding: var(--padding-md);
}
.pt-md {
  padding-top: var(--padding-md);
}
.pb-md {
  padding-bottom: var(--padding-md);
}
.pl-md {
  padding-left: var(--padding-md);
}
.pr-md {
  padding-right: var(--padding-md);
}
.p-lg {
  padding: var(--padding-lg);
}
.pt-lg {
  padding-top: var(--padding-lg);
}
.pb-lg {
  padding-bottom: var(--padding-lg);
}
.pl-lg {
  padding-left: var(--padding-lg);
}
.pr-lg {
  padding-right: var(--padding-lg);
}
.p-xl {
  padding: var(--padding-xl);
}
.pt-xl {
  padding-top: var(--padding-xl);
}
.pb-xl {
  padding-bottom: var(--padding-xl);
}
.pl-xl {
  padding-left: var(--padding-xl);
}
.pr-xl {
  padding-right: var(--padding-xl);
}
.p-xxl {
  padding: var(--padding-xxl);
}
.pt-xxl {
  padding-top: var(--padding-xxl);
}
.pb-xxl {
  padding-bottom: var(--padding-xxl);
}
.pl-xxl {
  padding-left: var(--padding-xxl);
}
.pr-xxl {
  padding-right: var(--padding-xxl);
}
:root {
  --margin-xs: 30px;
  --margin-sm: 40px;
  --margin-md: 60px;
  --margin-lg: 70px;
  --margin-xl: 90px;
  --margin-xxl: 150px;
}
@media all and (min-width: 992px) {
  :root {
    --margin-xs: 30px;
    --margin-sm: 40px;
    --margin-md: 70px;
    --margin-lg: 90px;
    --margin-xl: 150px;
    --margin-xxl: 248px;
  }
}
.m-none {
  margin: 0;
}
.mt-none {
  margin-top: 0;
}
.mb-none {
  margin-bottom: 0;
}
.ml-none {
  margin-left: 0;
}
.mr-none {
  margin-right: 0;
}
.my-none {
  margin-top: 0;
  margin-bottom: 0;
}
.mx-none {
  margin-left: 0;
  margin-right: 0;
}
.m-xs {
  margin: var(--margin-xs);
}
.mt-xs {
  margin-top: var(--margin-xs);
}
.mb-xs {
  margin-bottom: var(--margin-xs);
}
.ml-xs {
  margin-left: var(--margin-xs);
}
.mr-xs {
  margin-right: var(--margin-xs);
}
.my-xs {
  margin-top: var(--margin-xs);
  margin-bottom: var(--margin-xs);
}
.mx-xs {
  margin-left: var(--margin-xs);
  margin-right: var(--margin-xs);
}
.m-sm {
  margin: var(--margin-sm);
}
.mt-sm {
  margin-top: var(--margin-sm);
}
.mb-sm {
  margin-bottom: var(--margin-sm);
}
.ml-sm {
  margin-left: var(--margin-sm);
}
.mr-sm {
  margin-right: var(--margin-sm);
}
.my-sm {
  margin-top: var(--margin-sm);
  margin-bottom: var(--margin-sm);
}
.mx-sm {
  margin-left: var(--margin-sm);
  margin-right: var(--margin-sm);
}
.m-md {
  margin: var(--margin-md);
}
.mt-md {
  margin-top: var(--margin-md);
}
.mb-md {
  margin-bottom: var(--margin-md);
}
.ml-md {
  margin-left: var(--margin-md);
}
.mr-md {
  margin-right: var(--margin-md);
}
.my-md {
  margin-top: var(--margin-md);
  margin-bottom: var(--margin-md);
}
.mx-md {
  margin-left: var(--margin-md);
  margin-right: var(--margin-md);
}
.m-lg {
  margin: var(--margin-lg);
}
.mt-lg {
  margin-top: var(--margin-lg);
}
.mb-lg {
  margin-bottom: var(--margin-lg);
}
.ml-lg {
  margin-left: var(--margin-lg);
}
.mr-lg {
  margin-right: var(--margin-lg);
}
.my-lg {
  margin-top: var(--margin-lg);
  margin-bottom: var(--margin-lg);
}
.mx-lg {
  margin-left: var(--margin-lg);
  margin-right: var(--margin-lg);
}
.m-xl {
  margin: var(--margin-xl);
}
.mt-xl {
  margin-top: var(--margin-xl);
}
.mb-xl {
  margin-bottom: var(--margin-xl);
}
.ml-xl {
  margin-left: var(--margin-xl);
}
.mr-xl {
  margin-right: var(--margin-xl);
}
.my-xl {
  margin-top: var(--margin-xl);
  margin-bottom: var(--margin-xl);
}
.mx-xl {
  margin-left: var(--margin-xl);
  margin-right: var(--margin-xl);
}
.m-xxl {
  margin: var(--margin-xxl);
}
.mt-xxl {
  margin-top: var(--margin-xxl);
}
.mb-xxl {
  margin-bottom: var(--margin-xxl);
}
.ml-xxl {
  margin-left: var(--margin-xxl);
}
.mr-xxl {
  margin-right: var(--margin-xxl);
}
.my-xxl {
  margin-top: var(--margin-xxl);
  margin-bottom: var(--margin-xxl);
}
.mx-xxl {
  margin-left: var(--margin-xxl);
  margin-right: var(--margin-xxl);
}
:root {
  --container-width: 1200px;
  --container-padding: var(--padding-sm);
}
@media all and (min-width: 992px) {
  :root {
    --container-width: 1500px;
    --container-padding: var(--padding-md);
  }
}
@media all and (min-width: 1200px) {
  :root {
    --container-width: 1600px;
    --container-padding: var(--padding-lg);
  }
}
@media all and (min-width: 1650px) {
  :root {
    --container-width: 1720px;
    --container-padding: var(--padding-xl);
  }
}
:root {
  --link-decoration: none;
}
a {
  -webkit-text-decoration: var(--link-decoration);
          text-decoration: var(--link-decoration);
}
body {
  font-family: "proxima-nova", Roboto, Arial, sans-serif;
  line-height: var(--lh-body);
  font-size: var(--fs-body);
  color: #575C61;
}
.findRoofbox {
  position: relative;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media all and (min-width: 1650px) {
  .d-xl-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media all and (min-width: 1200px) {
  .d-lg-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media all and (min-width: 992px) {
  .d-md-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media all and (min-width: 768px) {
  .d-sm-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media all and (min-width: 1650px) {
  .d-xl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (min-width: 1200px) {
  .d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (min-width: 992px) {
  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (min-width: 768px) {
  .d-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (min-width: 1650px) {
  .d-xl-inline-block {
    display: inline-block;
  }
}
@media all and (min-width: 1200px) {
  .d-lg-inline-block {
    display: inline-block;
  }
}
@media all and (min-width: 992px) {
  .d-md-inline-block {
    display: inline-block;
  }
}
@media all and (min-width: 768px) {
  .d-sm-inline-block {
    display: inline-block;
  }
}
@media all and (min-width: 1650px) {
  .d-xl-inline {
    display: inline;
  }
}
@media all and (min-width: 1200px) {
  .d-lg-inline {
    display: inline;
  }
}
@media all and (min-width: 992px) {
  .d-md-inline {
    display: inline;
  }
}
@media all and (min-width: 768px) {
  .d-sm-inline {
    display: inline;
  }
}
@media all and (min-width: 1650px) {
  .d-xl-block {
    display: block;
  }
}
@media all and (min-width: 1200px) {
  .d-lg-block {
    display: block;
  }
}
@media all and (min-width: 992px) {
  .d-md-block {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .d-sm-block {
    display: block;
  }
}
@media all and (min-width: 1650px) {
  .d-xl-none {
    display: none;
  }
}
@media all and (min-width: 1200px) {
  .d-lg-none {
    display: none;
  }
}
@media all and (min-width: 992px) {
  .d-md-none {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .d-sm-none {
    display: none;
  }
}
/* FONT SETTINGS */
/* COLOR SCHEMES */
/* SPACING */
/* SPEEDS */
/* ANIMATIONS */
/* SCREEN SIZES */
/*CONTAINERS*/
/*BORDERS*/
/* LAYOUT */
article.main-article {
  font-family: Industry, Arial, sans-serif;
  color: #575d60;
}
article.main-article .container {
  background-color: #ffffff;
  max-width: 1140px;
  padding-right: 0;
  padding-left: 0;
}
@media all and (min-width: 992px) {
  article.main-article .container {
    height: auto;
  }
}
article.main-article .inner-container {
  padding-right: 24px;
  padding-left: 24px;
}
@media all and (min-width: 992px) {
  article.main-article .inner-container {
    padding-right: 11%;
    padding-left: 11%;
  }
}
article.main-article .top-banner {
  max-width: 1720px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
article.main-article .top-banner .image-container {
  width: 100%;
  height: 450px;
  position: relative;
}
@media all and (min-width: 768px) {
  article.main-article .top-banner .image-container {
    height: 550px;
  }
}
article.main-article .top-banner .image-container .img-object {
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
article.main-article header {
  font-size: 22px;
  max-width: 1720px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media all and (min-width: 992px) {
  article.main-article header {
    height: auto;
  }
}
article.main-article header .container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
article.main-article header .text-container {
  color: #575d60;
  background-color: #ffffff;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  z-index: 50;
  bottom: 0;
  left: 50%;
}
article.main-article header .text-container .title {
  font-weight: 700;
  line-height: var(--lh-body);
  margin: 0;
  color: #000000;
  font-size: var(--fs-header-h1);
  font-family: Industry, Arial, sans-serif;
  font-weight: 600;
  margin-top: var(--margin-xs);
  margin-bottom: calc(var(--margin-xs) / 2);
}
@media all and (min-width: 1680px) {
  article.main-article header .text-container .title {
    padding-right: 0;
    padding-left: 0;
  }
}
article.main-article header .text-container .title strong {
  font-weight: 600;
}
article.main-article header .text-container .article-meta {
  font-family: Industry, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 12px;
}
article.main-article header .text-container .article-meta .publishdate {
  font-weight: 500;
  display: inline-block;
}
article.main-article header .text-container .article-meta .publishdate time {
  font-weight: 400;
}
article.main-article header .text-container .article-meta .separator {
  text-indent: -9001em;
  width: 18px;
  position: relative;
  top: -5px;
  display: inline-block;
}
article.main-article header .text-container .article-meta .separator::after {
  content: '';
  background-color: #f3f5f7;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
article.main-article header .text-container .article-meta .author {
  display: inline-block;
}
article.main-article header .text-container .article-meta .author span {
  font-weight: 500;
}
article.main-article .intro-text {
  font-family: "proxima-nova", Roboto, Arial, sans-serif;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 30px;
}
article.main-article .article-container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
}
article.main-article .nyg_breadcrumbs.module {
  margin-top: 0;
  padding-top: 48px;
}
article.main-article .nyg_breadcrumbs.module .inner-container {
  padding-right: 0;
  padding-left: 0;
}
@media all and (min-width: 992px) {
  article.main-article .nyg_breadcrumbs.module .inner-container {
    padding-right: 11%;
    padding-left: 11%;
  }
}
article.main-article .social-share {
  font-family: Industry, Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  max-width: 1140px;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-right: auto;
  margin-left: auto;
}
article.main-article .social-share .social-text {
  margin-left: calc(var(--margin-xs) / 4);
  display: inline-block;
  font-family: "proxima-nova", Roboto, Arial, sans-serif;
  font-size: var(--fs-menu-dropdown);
}
article.main-article .social-share .social-button {
  color: #1e5476;
  text-decoration: none;
  margin-bottom: 14pX;
  margin-right: 7px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  display: inline-block;
}
article.main-article .social-share .social-button .social-icon {
  background-color: #1e5476;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
article.main-article .social-share .social-button .social-icon::before {
  display: inline-block;
  font-size: var(--fs-body);
}
article.main-article .social-share .social-button.icon-circle .social-icon {
  border-radius: 50%;
}
article.main-article .social-share .social-button.icon-skew {
  padding-right: 14px;
  display: inline-block;
}
article.main-article .social-share .social-button.icon-skew:first-of-type {
  margin-left: 6px;
}
article.main-article .social-share .social-button:hover {
  text-decoration: none;
  background-color: rgba(87, 93, 96, 0.1);
}
article.main-article .social-share .social-button:hover .social-icon {
  background-color: #ec1c24;
}
article.main-article h2,
article.main-article h3,
article.main-article h4,
article.main-article h5,
article.main-article h6 {
  font-family: Industry, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: var(--fs-header-h1);
  color: #575d60;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
article.main-article .article-content {
  font-family: "proxima-nova", Roboto, Arial, sans-serif;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  padding-bottom: 48px;
}
article.main-article .article-content * {
  font-size: var(--fs-body);
}
@media all and (min-width: 720px) {
  article.main-article .article-content {
    font-size: 22px;
  }
}
article.main-article .article-content strong {
  font-weight: 500;
}
article.main-article .article-content ul {
  margin-left: 1.4em;
  font-family: "proxima-nova", Roboto, Arial, sans-serif;
  font-size: 18px;
  list-style-type: disc;
}
article.main-article .article-content p {
  font-family: "proxima-nova", Roboto, Arial, sans-serif;
  font-size: 18px;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
}
article.main-article .article-content p.caption {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
}
article.main-article .article-content a {
  color: #1e5476;
  text-decoration: none;
  border-bottom: 1px rgba(30, 84, 118, 0.2) solid;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
article.main-article .article-content a:hover {
  color: #ec1c24;
  border-bottom: 1px #ec1c24 solid;
}
article.main-article .article-content .video-wrapper {
  max-width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}
article.main-article .article-content .video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
article.main-article .article-content img {
  width: 100%;
  height: auto;
}
.contact-form-area {
  margin-top: 48px;
}
html,
body {
  background-color: #FFFFFF;
}
body {
  -webkit-transition: margin-top 250ms ease-in-out;
  transition: margin-top 250ms ease-in-out;
}
html.nav-active body > .outer-container > .inner-container {
  position: relative;
}
body #main {
  margin-top: 87px;
}
@media all and (min-width: 1200px) {
  body #main {
    margin-top: 0;
  }
}
html:not(.full-menu) body #main {
  margin-top: 0;
}
html:not(.full-menu) body {
  margin-top: 94px;
}
@media all and (min-width: 1200px) {
  html:not(.full-menu) body {
    margin-top: 0;
  }
}
body.down,
html.nav-active:not(.full-menu) body {
  margin-top: 58px;
}
@media all and (min-width: 1280px) {
  body.down,
  html.nav-active:not(.full-menu) body {
    margin-top: 0;
  }
}
@media all and (min-width: 1280px) {
  body {
    margin-top: 0;
  }
}
.container,
.product-container {
  max-width: var(--container-width);
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.site-overlay {
  background-color: rgba(87, 93, 96, 0);
  width: 0;
  height: 0;
  position: fixed;
  display: block;
  -webkit-transition: 250ms background-color ease-in-out;
  transition: 250ms background-color ease-in-out;
}
.overlay-active .site-overlay {
  background-color: rgba(87, 93, 96, 0.8);
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
}
.overflow-fix {
  overflow: hidden;
}
.bg-transparent {
  background-color: transparent !important;
}
.lowercase {
  text-transform: lowercase;
}
header.site-header {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}
@media all and (min-width: 1280px) {
  header.site-header {
    -webkit-box-shadow: none;
            box-shadow: none;
    position: static;
    width: auto;
  }
}
html:not(.full-menu) header.site-header > .container {
  padding-top: 27px;
  padding-right: 25px;
  padding-bottom: 27px;
  padding-left: 25px;
}
html.full-menu header.site-header {
  height: 45px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media all and (min-width: 1200px) {
  html.full-menu header.site-header {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}
header.site-header .top-menu {
  padding-right: var(--container-padding);
  padding-left: var(--container-padding);
  display: none;
}
html:not(.full-menu) header.site-header .top-menu {
  padding-right: 25px;
  padding-left: 25px;
}
header.site-header .top-menu a {
  color: #575C61;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
header.site-header .top-menu a:hover {
  color: #EB1C24;
}
@media all and (min-width: 1280px) {
  header.site-header .top-menu {
    height: 48px;
    background-color: #f3f5f7;
    position: relative;
    z-index: 1001;
    display: block;
  }
}
header.site-header .top-menu .container {
  width: 100%;
  height: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
html:not(.full-menu) body.down header.site-header .top-menu .container,
html.nav-active:not(.full-menu) header.site-header .top-menu .container {
  padding-top: 0;
  padding-bottom: 0;
}
@media all and (min-width: 1280px) {
  html:not(.full-menu) body.down header.site-header .top-menu .container,
  html.nav-active:not(.full-menu) header.site-header .top-menu .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
header.site-header .top-menu .top-links-list {
  width: 100%;
  list-style: none;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 992px) {
  header.site-header .top-menu .top-links-list {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header.site-header .top-menu .top-links-list .top-links-list-item {
  margin-right: var(--margin-xs);
}
@media all and (min-width: 992px) {
  header.site-header .top-menu .top-links-list .top-links-list-item {
    margin-bottom: 0;
    display: inline-block;
  }
}
header.site-header .container {
  max-width: 100%;
  padding-right: var(--container-padding);
  padding-left: var(--container-padding);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 999;
}
header.site-header .container .inner-container {
  max-width: 1720px;
  margin: 0 auto;
}
html:not(.full-menu) body.down header.site-header .container,
html.nav-active:not(.full-menu) header.site-header .container {
  padding-top: 11px;
  padding-bottom: 11px;
}
@media all and (min-width: 1280px) {
  html:not(.full-menu) body.down header.site-header .container,
  html.nav-active:not(.full-menu) header.site-header .container {
    padding-top: 33px;
    padding-bottom: 33px;
  }
}
html:not(.full-menu) body.down header.site-header .container .menu-toggle,
html.nav-active:not(.full-menu) header.site-header .container .menu-toggle {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
header.site-header .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.site-header .brand .logo {
  line-height: 0;
}
header.site-header .brand .logo img,
header.site-header .brand .logo svg {
  width: auto;
  max-height: 15px;
}
@media all and (min-width: 992px) {
  header.site-header .brand .logo img,
  header.site-header .brand .logo svg {
    max-height: 25px;
  }
}
header.site-header,
#main,
footer.main-footer {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
html.nav-active:not(.full-menu) header.site-header,
html.nav-active:not(.full-menu) #main,
html.nav-active:not(.full-menu) footer.main-footer {
  -webkit-transform: translate3d(-70%, 0, 0);
          transform: translate3d(-70%, 0, 0);
}
html.nav-active .menu-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
@media all and (min-width: 1200px) {
  html.nav-active.full-menu .menu-overlay {
    display: none;
  }
}
header.site-header > .container {
  position: relative;
}
header.site-header > .container > .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header.site-header .full-navigation .full-nav .sub-menu .inner-container {
  margin-right: 0;
  margin-left: 0;
}
@media all and (min-width: 1200px) {
  header.site-header .full-navigation .full-nav .sub-menu .inner-container {
    margin: 0 auto;
  }
}
.full-navigation {
  font-size: var(--fs-menu);
  font-family: Industry, Roboto, Arial, sans-serif;
  font-weight: 500;
}
@media all and (min-width: 1200px) {
  .full-navigation .mobile-only {
    display: none;
  }
}
.full-navigation .full-nav {
  list-style: none;
  padding-top: 85px;
  padding-right: var(--container-padding);
  padding-left: var(--container-padding);
  margin: 0;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 85px;
  right: 0;
  left: 0;
  z-index: 9999;
}
@media all and (min-width: 1200px) {
  .full-navigation .full-nav {
    background-color: transparent;
    width: auto;
    height: auto;
    padding: var(--padding-sm) 0;
    display: block;
    position: static;
    top: auto;
    right: auto;
    left: auto;
  }
}
.nav-active .full-navigation .full-nav {
  display: block;
}
.full-navigation .menu-item {
  display: block;
  margin-bottom: var(--margin-sm);
}
@media all and (min-width: 1200px) {
  .full-navigation .menu-item {
    margin-right: var(--margin-sm);
    margin-bottom: 0;
    display: inline-block;
  }
}
.full-navigation .menu-item:last-child {
  margin-right: 0;
}
.full-navigation .menu-item-link {
  font-size: var(--fs-menu);
  font-weight: inherit;
  color: #000000;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
}
.full-navigation .menu-item .expand-sub {
  width: 14px;
  height: 16px;
  margin-left: 8px;
  display: inline-block;
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
}
.full-navigation .menu-item .expand-sub svg {
  fill: #000000;
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
}
.full-navigation .menu-item:hover .expand-sub svg {
  fill: #EB1C24;
}
.full-navigation .menu-item:hover,
.full-navigation .menu-item-link:hover {
  color: #EB1C24;
}
.full-navigation .sub-menu {
  color: #000000;
  background-color: #FFFFFF;
  width: 100vw;
  height: 100vh;
  padding-top: var(--padding-md);
  padding-bottom: var(--padding-md);
  padding-right: var(--container-padding);
  padding-left: var(--container-padding);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(100%);
          transform: translate(100%);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (min-width: 1200px) {
  .full-navigation .sub-menu {
    background-color: #FFFFFF;
    width: 100%;
    height: auto;
    overflow-y: hidden;
    top: auto;
    display: none;
  }
}
.full-navigation .sub-menu .close-sub-menu {
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  position: absolute;
  top: 0;
}
.full-navigation .sub-menu .close-sub-menu:hover .close-sub-menu-icon path,
.full-navigation .sub-menu .close-sub-menu:hover .close-sub-menu-icon line {
  fill: #EB1C24;
  stroke: #EB1C24;
}
.full-navigation .sub-menu .close-sub-menu:hover .close-sub-menu-text {
  color: #EB1C24;
}
.full-navigation .sub-menu .close-sub-menu-icon {
  margin-right: 13px;
}
.full-navigation .sub-menu .close-sub-menu-text {
  text-decoration: underline;
}
.full-navigation .sub-menu .inner-container {
  max-width: var(--container-width);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (min-width: 1200px) {
  .full-navigation .sub-menu .inner-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.full-navigation .top-links {
  font-size: 14px;
  margin-top: 100px;
}
.full-navigation .top-links .top-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.full-navigation .top-links .menu-item {
  font-size: inherit;
}
.full-navigation .top-links .menu-item .menu-item-link {
  font-size: inherit;
}
@media all and (min-width: 1200px) {
  .full-navigation .top-links {
    display: none;
  }
}
.full-navigation .active .sub-menu {
  -webkit-transform: translate(0);
          transform: translate(0);
}
@media all and (min-width: 1200px) {
  .full-navigation .active .sub-menu {
    display: block;
  }
}
.full-navigation .section {
  width: 100%;
  margin-bottom: 45px;
}
@media all and (min-width: 1200px) {
  .full-navigation .section {
    width: auto;
    margin-bottom: 0;
  }
}
@media all and (min-width: 1200px) {
  .full-navigation .section-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
@media all and (min-width: 1200px) {
  .full-navigation .section-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.full-navigation .section-2 .section-element {
  width: 100%;
  margin-bottom: 45px;
}
@media all and (min-width: 1200px) {
  .full-navigation .section-2 .section-element {
    width: 33%;
    margin-bottom: 0;
  }
}
.full-navigation .section-2 .section-element:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 1200px) {
  .full-navigation .section-3 {
    padding-left: 100px;
    margin-left: 100px;
    border-left: #575C61 solid 1px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.full-navigation .section-element {
  font-size: var(--fs-menu-dropdown);
  font-weight: 400;
  line-height: var(--lh-body);
}
.full-navigation .section-element .section-header {
  font-size: inherit;
  font-weight: 700;
  margin-bottom: var(--margin-xs);
}
.full-navigation .section-text {
  max-width: 390px;
}
.full-navigation .section-link {
  margin-top: var(--margin-xs);
}
.full-navigation .section-link a {
  color: #000000;
  font-weight: 500;
  text-shadow: -0.25px -0.25px 0 transparent, 0.25px 0.25px transparent;
}
.full-navigation .section-link a::before {
  content: url("data:image/svg+xml,%3Csvg width='43' height='16' viewBox='0 0 43 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42.7071 8.70711C43.0976 8.31658 43.0976 7.68342 42.7071 7.29289L36.3431 0.928932C35.9526 0.538408 35.3195 0.538408 34.9289 0.928932C34.5384 1.31946 34.5384 1.95262 34.9289 2.34315L40.5858 8L34.9289 13.6569C34.5384 14.0474 34.5384 14.6805 34.9289 15.0711C35.3195 15.4616 35.9526 15.4616 36.3431 15.0711L42.7071 8.70711ZM0 9L42 9V7L0 7L0 9Z' fill='%23EB1C24'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 43px;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transform: translate(-10px, 3px);
          transform: translate(-10px, 3px);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.full-navigation .section-link a:hover {
  text-shadow: -0.25px -0.25px 0 #000000, 0.25px 0.25px #000000;
}
.full-navigation .section-link a:hover::before {
  -webkit-transform: translate(0, 3px);
          transform: translate(0, 3px);
}
.full-navigation .section-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.full-navigation .section-image {
  margin-bottom: 30px;
}
@media all and (min-width: 1200px) {
  .full-navigation .section-image {
    margin-bottom: 45px;
  }
}
.full-navigation .section-links-item {
  margin-bottom: 20px;
}
.full-navigation .section-links-item a {
  color: #000000;
  font-weight: 500;
  text-shadow: -0.25px -0.25px 0 transparent, 0.25px 0.25px transparent;
}
.full-navigation .section-links-item a::before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='8' viewBox='0 0 18 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1716 0.462853L17.3536 3.64483C17.5488 3.8401 17.5488 4.15668 17.3536 4.35194L14.1716 7.53392C13.9763 7.72918 13.6597 7.72918 13.4645 7.53392C13.2692 7.33866 13.2692 7.02208 13.4645 6.82681L15.7929 4.49839L1 4.49839C0.723858 4.49839 0.5 4.27453 0.5 3.99839C0.5 3.72224 0.723858 3.49839 1 3.49839L15.7929 3.49839L13.4645 1.16996C13.2692 0.974698 13.2692 0.658115 13.4645 0.462853C13.6597 0.267591 13.9763 0.267591 14.1716 0.462853Z' fill='%23EB1C24'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 24px;
  height: auto;
  margin-left: 10px;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
@media all and (min-width: 1200px) {
  .full-navigation .section-links-item a::before {
    margin-left: -24px;
  }
}
.full-navigation .section-links-item a:hover {
  text-shadow: -0.25px -0.25px 0 #000000, 0.25px 0.25px #000000;
}
.full-navigation .section-links-item a:hover::before {
  -webkit-transform: unset;
          transform: unset;
}
.main-navigation {
  font-family: Industry, Arial, sans-serif;
  font-size: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* ###################################################################

           Sub-menu styling

       ################################################################### */
  /* ###################################################################

           Product-menu styling

       ################################################################### */
  /* ###################################################################

           Webshop menu styling

       ################################################################### */
}
@media all and (min-width: 1280px) {
  .main-navigation {
    font-size: 1.1vw;
  }
}
@media all and (min-width: 1680px) {
  .main-navigation {
    font-size: 21px;
  }
}
.main-navigation ul.nav {
  background-color: #ffffff;
  list-style: none;
  width: 71vw;
  height: 100vh;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 96px;
  padding-left: 0;
  margin: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow-y: scroll;
}
@media all and (min-width: 1280px) {
  .main-navigation ul.nav {
    width: auto;
    height: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    -webkit-transform: none;
    transform: none;
    position: static;
    display: inline-block;
    overflow: hidden;
  }
}
.main-navigation ul.nav .mobile-only {
  padding-top: 11px;
  padding-bottom: 16px;
  padding-left: 25px;
  display: block;
}
@media all and (min-width: 1280px) {
  .main-navigation ul.nav .mobile-only {
    display: none;
  }
}
.main-navigation ul.nav > li.top-nav {
  width: 100%;
  display: inline-block;
}
.main-navigation ul.nav > li.top-nav:last-of-type {
  margin-bottom: 72px;
}
@media all and (min-width: 1280px) {
  .main-navigation ul.nav > li.top-nav {
    width: auto;
  }
  .main-navigation ul.nav > li.top-nav:last-of-type {
    margin-bottom: 0;
  }
}
 > html.nav-active .main-navigation ul.nav > li.top-nav {
  display: block;
}
.main-navigation ul.nav > li.top-nav > .navigation-element {
  color: #000000;
}
.main-navigation ul.nav > li.top-nav > .navigation-element > a {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  padding: 17px 25px 19px;
  position: relative;
  display: block;
}
.main-navigation ul.nav > li.top-nav > .navigation-element > a:hover {
  text-decoration: none;
}
.main-navigation ul.nav > li.top-nav > .navigation-element > a .expand-sub {
  width: 14px;
  height: 16px;
  margin-left: 8px;
  display: inline-block;
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
}
.main-navigation ul.nav > li.top-nav > .navigation-element .inner-link {
  position: relative;
}
.main-navigation ul.nav > li.top-nav > .navigation-element .inner-link::before {
  content: "";
  width: 0;
  height: 100%;
  background-color: #ec1c24;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -10px;
  -webkit-transition: all 25ms ease-in-out;
  transition: all 25ms ease-in-out;
  display: inline-block;
}
.main-navigation ul.nav > li.top-nav > .navigation-element:hover .inner-link::before {
  width: 3px;
}
.main-navigation ul.nav > li.top-nav > .navigation-element:hover .sub-nav .inner-link::before {
  width: 0;
}
.parents-clickable.main-navigation ul.nav > li.top-nav > .navigation-element.has-children:hover,
.parents-clickable.main-navigation ul.nav > li.top-nav > .navigation-element.active,
.main-navigation ul.nav > li.top-nav > .navigation-element.has-children:hover.active,
.main-navigation ul.nav > li.top-nav > .navigation-element.active.active {
  color: #fff;
  background-color: #1e5476;
}
.parents-clickable.main-navigation ul.nav > li.top-nav > .navigation-element.has-children:hover > ul.sub-nav,
.parents-clickable.main-navigation ul.nav > li.top-nav > .navigation-element.active > ul.sub-nav,
.main-navigation ul.nav > li.top-nav > .navigation-element.has-children:hover.active > ul.sub-nav,
.main-navigation ul.nav > li.top-nav > .navigation-element.active.active > ul.sub-nav {
  display: block;
  z-index: 10001;
}
.parents-clickable.main-navigation ul.nav > li.top-nav > .navigation-element.has-children:hover > a .expand-sub,
.parents-clickable.main-navigation ul.nav > li.top-nav > .navigation-element.active > a .expand-sub,
.main-navigation ul.nav > li.top-nav > .navigation-element.has-children:hover.active > a .expand-sub,
.main-navigation ul.nav > li.top-nav > .navigation-element.active.active > a .expand-sub {
  -webkit-transform: rotateX(180deg) translateY(-3px);
  transform: rotateX(180deg) translateY(-3px);
}
.parents-clickable.main-navigation ul.nav > li.top-nav > .navigation-element.has-children:hover > a .expand-sub svg path,
.parents-clickable.main-navigation ul.nav > li.top-nav > .navigation-element.active > a .expand-sub svg path,
.main-navigation ul.nav > li.top-nav > .navigation-element.has-children:hover.active > a .expand-sub svg path,
.main-navigation ul.nav > li.top-nav > .navigation-element.active.active > a .expand-sub svg path {
  fill: #ffffff;
}
.main-navigation ul.sub-nav {
  background-color: #1e5476;
  border-bottom: 4px #ec1c24 solid;
  list-style: none;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 48px;
  padding-left: 0;
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  display: none;
}
html.nav-active .main-navigation ul.sub-nav {
  position: relative;
}
.main-navigation ul.sub-nav > li.sub-nav > .navigation-element {
  color: #fff;
  display: inline-block;
  width: 100%;
}
.main-navigation ul.sub-nav > li.sub-nav > .navigation-element > a {
  font-size: 15px;
  color: inherit;
  text-decoration: none;
  padding: 17px 25px 19px;
  display: inline-block;
}
.main-navigation ul.sub-nav > li.sub-nav > .navigation-element > a .inner-link::after {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #ec1c24;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -10px;
  -webkit-transition: all 25ms ease-in-out;
  transition: all 25ms ease-in-out;
  display: inline-block;
}
.main-navigation ul.sub-nav > li.sub-nav > .navigation-element > a:hover {
  color: #ec1c24;
}
.main-navigation ul.product-nav {
  list-style: none;
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*@media @tablet-sm {
            display: flex;
            flex-wrap: wrap;
        }*/
}
.main-navigation ul.product-nav > li {
  width: 100%;
  list-style: none;
  margin-bottom: 24px;
  position: relative;
  display: inline-block;
}
.main-navigation ul.product-nav > li:nth-of-type(n + 0)::after {
  content: "";
  width: 90%;
  border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
}
@media all and (min-width: 1280px) {
  .main-navigation ul.product-nav > li:nth-of-type(n + 0)::after {
    display: none;
  }
}
.main-navigation ul.product-nav > li:nth-of-type(n + 2)::after {
  content: "";
  width: 90%;
  border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
}
@media all and (min-width: 1280px) {
  .main-navigation ul.product-nav > li:nth-of-type(n + 2)::after {
    width: auto;
    height: 90%;
    border-bottom: none;
    border-left: 1px rgba(255, 255, 255, 0.5) solid;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
  }
}
@media all and (min-width: 960px) {
  .main-navigation ul.product-nav > li {
    width: 50%;
  }
}
@media all and (min-width: 1280px) {
  .main-navigation ul.product-nav > li {
    margin-bottom: 0;
    width: 16.66666667%;
  }
}
.main-navigation ul.product-nav > li > .navigation-element {
  color: #ffffff;
  width: 100%;
  display: inline-block;
}
.main-navigation ul.product-nav > li > .navigation-element a {
  font-weight: 500;
  color: inherit;
  text-decoration: none;
  padding: 17px 25px 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
@media all and (min-width: 1280px) {
  .main-navigation ul.product-nav > li > .navigation-element a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main-navigation ul.product-nav > li > .navigation-element .image-container img {
  max-width: 125px;
  margin-top: 24px;
  margin-bottom: 24px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.main-navigation ul.product-nav > li > .navigation-element .inner-link {
  width: 100%;
}
@media all and (min-width: 1280px) {
  .main-navigation ul.product-nav > li > .navigation-element .inner-link {
    text-align: center;
  }
}
.main-navigation ul.product-nav > li > .navigation-element .inner-link::after {
  width: 0;
}
.main-navigation ul.product-nav > li > .navigation-element:hover a {
  color: #ec1c24;
}
.main-navigation ul.product-nav > li > .navigation-element:hover .inner-link::after {
  width: 0;
}
.main-navigation ul.product-nav > li > .navigation-element:hover .image-container img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.main-navigation .webshop-nav .webshop-title,
.main-navigation .all-roofbox-nav .webshop-title,
.main-navigation .pricelist-nav .webshop-title {
  font-size: 15px;
  color: inherit;
  text-decoration: none;
  width: 100%;
  padding: 17px 25px 19px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-navigation .webshop-nav .webshop-title .inner-title,
.main-navigation .all-roofbox-nav .webshop-title .inner-title,
.main-navigation .pricelist-nav .webshop-title .inner-title {
  position: relative;
}
.main-navigation .webshop-nav .webshop-title .inner-title::after,
.main-navigation .all-roofbox-nav .webshop-title .inner-title::after,
.main-navigation .pricelist-nav .webshop-title .inner-title::after {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #ec1c24;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -10px;
  -webkit-transition: all 25ms ease-in-out;
  transition: all 25ms ease-in-out;
  display: inline-block;
}
.main-navigation .webshop-nav .button-object,
.main-navigation .all-roofbox-nav .button-object,
.main-navigation .pricelist-nav .button-object {
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  background-color: #f3f5f7;
  text-align: center;
  border-radius: 0;
  margin-top: 23px;
  margin-bottom: 23px;
  margin-right: 15px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 25px;
}
.main-navigation .webshop-nav .button-object::before,
.main-navigation .all-roofbox-nav .button-object::before,
.main-navigation .pricelist-nav .button-object::before {
  content: '';
  background-color: #1e5476;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
  border-left: 2px solid #ec1c24;
}
@media all and (min-width: 960px) {
  .main-navigation .webshop-nav .button-object:hover,
  .main-navigation .all-roofbox-nav .button-object:hover,
  .main-navigation .pricelist-nav .button-object:hover {
    color: #fff;
  }
  .main-navigation .webshop-nav .button-object:hover::before,
  .main-navigation .all-roofbox-nav .button-object:hover::before,
  .main-navigation .pricelist-nav .button-object:hover::before {
    width: 100%;
  }
}
.main-navigation .webshop-nav .button-object a,
.main-navigation .all-roofbox-nav .button-object a,
.main-navigation .pricelist-nav .button-object a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  padding: 7px 19px 7px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  z-index: 5;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
@media all and (min-width: 960px) {
  .main-navigation .webshop-nav .button-object a:hover,
  .main-navigation .all-roofbox-nav .button-object a:hover,
  .main-navigation .pricelist-nav .button-object a:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
  }
}
.main-navigation .webshop-nav .button-object::before,
.main-navigation .all-roofbox-nav .button-object::before,
.main-navigation .pricelist-nav .button-object::before {
  content: '';
  background-color: #1e5476;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
  border-left: 2px solid #ec1c24;
}
@media all and (min-width: 960px) {
  .main-navigation .webshop-nav .button-object:hover,
  .main-navigation .all-roofbox-nav .button-object:hover,
  .main-navigation .pricelist-nav .button-object:hover {
    color: #fff;
  }
  .main-navigation .webshop-nav .button-object:hover::before,
  .main-navigation .all-roofbox-nav .button-object:hover::before,
  .main-navigation .pricelist-nav .button-object:hover::before {
    width: 100%;
  }
}
.main-navigation .webshop-nav .button-object a,
.main-navigation .all-roofbox-nav .button-object a,
.main-navigation .pricelist-nav .button-object a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  padding: 7px 19px 7px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  z-index: 5;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
@media all and (min-width: 960px) {
  .main-navigation .webshop-nav .button-object a:hover,
  .main-navigation .all-roofbox-nav .button-object a:hover,
  .main-navigation .pricelist-nav .button-object a:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
  }
}
.main-navigation .webshop-nav .button-object::before,
.main-navigation .all-roofbox-nav .button-object::before,
.main-navigation .pricelist-nav .button-object::before {
  background-color: #ec1c24;
}
.main-navigation .extras-nav {
  margin-top: 24px;
}
.main-navigation .extras-nav .extras-title {
  font-size: 15px;
  color: inherit;
  text-decoration: none;
  width: 100%;
  padding: 17px 25px 19px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-navigation .extras-nav .extras-title .inner-title {
  position: relative;
}
.main-navigation .extras-nav .extras-title .inner-title::after {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #ec1c24;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -10px;
  -webkit-transition: all 25ms ease-in-out;
  transition: all 25ms ease-in-out;
  display: inline-block;
}
.main-navigation .extras-nav .button-object {
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  background-color: #f3f5f7;
  text-align: center;
  border-radius: 0;
  margin-top: 23px;
  margin-bottom: 23px;
  margin-right: 15px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 24px;
  margin-left: 25px;
}
.main-navigation .extras-nav .button-object::before {
  content: '';
  background-color: #1e5476;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
  border-left: 2px solid #ec1c24;
}
@media all and (min-width: 960px) {
  .main-navigation .extras-nav .button-object:hover {
    color: #fff;
  }
  .main-navigation .extras-nav .button-object:hover::before {
    width: 100%;
  }
}
.main-navigation .extras-nav .button-object a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  padding: 7px 19px 7px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  z-index: 5;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
@media all and (min-width: 960px) {
  .main-navigation .extras-nav .button-object a:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
  }
}
.main-navigation .extras-nav .button-object::before {
  content: '';
  background-color: #1e5476;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
  border-left: 2px solid #ec1c24;
}
@media all and (min-width: 960px) {
  .main-navigation .extras-nav .button-object:hover {
    color: #fff;
  }
  .main-navigation .extras-nav .button-object:hover::before {
    width: 100%;
  }
}
.main-navigation .extras-nav .button-object a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  padding: 7px 19px 7px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  z-index: 5;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
@media all and (min-width: 960px) {
  .main-navigation .extras-nav .button-object a:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
  }
}
.main-navigation .extras-nav .button-object::before {
  background-color: #ec1c24;
}
@media all and (min-width: 1280px) {
  .main-navigation .extras-nav .button-object {
    margin-bottom: 0;
  }
}
/* ###################################################################

        MENU TOGGLE ICON

    ################################################################### */
.menu-toggle {
  background-color: transparent;
  padding: 0;
  height: 36px;
  width: 36px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  border: none;
  cursor: pointer;
  outline: none;
  position: relative;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
html.full-menu .menu-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media all and (min-width: 1200px) {
  html.full-menu .menu-toggle {
    display: none;
  }
}
@media all and (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle .icon-left,
.menu-toggle .icon-right {
  background-color: #000000;
  width: 18px;
  height: 4.5px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  top: 15.75px;
}
html.full-menu .menu-toggle .icon-left,
html.full-menu .menu-toggle .icon-right {
  height: 3px;
}
.nav-active .menu-toggle .icon-left,
.nav-active .menu-toggle .icon-right {
  background-color: transparent;
}
.menu-toggle .icon-left::before,
.menu-toggle .icon-right::before,
.menu-toggle .icon-left::after,
.menu-toggle .icon-right::after {
  content: "";
  background-color: #000000;
  width: 18px;
  height: 4.5px;
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
html.full-menu .menu-toggle .icon-left::before,
html.full-menu .menu-toggle .icon-right::before,
html.full-menu .menu-toggle .icon-left::after,
html.full-menu .menu-toggle .icon-right::after {
  height: 3px;
}
.menu-toggle .icon-left::before,
.menu-toggle .icon-right::before {
  top: -12px;
}
.menu-toggle .icon-left::after,
.menu-toggle .icon-right::after {
  top: 12px;
}
.menu-toggle .icon-left {
  left: 0;
}
.nav-active .menu-toggle .icon-left::before {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(2.4px, 2.4px);
  transform: rotateZ(45deg) scaleX(1.4) translate(2.4px, 2.4px);
}
.nav-active .menu-toggle .icon-left::after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(2.4px, -2.4px);
  transform: rotateZ(-45deg) scaleX(1.4) translate(2.4px, -2.4px);
}
.menu-toggle .icon-right {
  left: 18px;
}
.nav-active .menu-toggle .icon-right::before {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-2.4px, 2.4px);
  transform: rotateZ(-45deg) scaleX(1.4) translate(-2.4px, 2.4px);
}
.nav-active .menu-toggle .icon-right::after {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-2.4px, -2.4px);
  transform: rotateZ(45deg) scaleX(1.4) translate(-2.4px, -2.4px);
}
.cart-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cart-container .cart-link {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media all and (min-width: 1200px) {
  .cart-container .cart-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cart-container .cart-icon {
  vertical-align: top;
  width: 36px;
  height: 36px;
}
@media all and (min-width: 1200px) {
  .cart-container .cart-icon {
    width: 26px;
    height: 26px;
  }
}
.cart-container .cart-amount {
  position: absolute;
  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;
  top: 16px;
  right: 0px;
  background-color: #db3d2c;
  border-radius: 16px;
  color: white;
  font-size: 14px;
  padding: 2px 0px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: normal;
  min-width: 14px;
  min-height: 14px;
  font-weight: 700;
  width: 23px;
  height: 23px;
}
@media all and (min-width: 960px) {
  .cart-container .cart-amount {
    width: 23px;
    height: 23px;
    font-size: 16px;
    top: 14px;
    right: -4px;
  }
}
@media all and (min-width: 1280px) {
  .cart-container .cart-amount {
    width: 24px;
    height: 24px;
    right: -14px;
    top: 12px;
  }
}
.cart-container.desktop {
  display: none;
}
@media all and (min-width: 1200px) {
  .cart-container.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cart-container.mobile {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
  width: 36px;
  height: 36px;
}
@media all and (min-width: 1200px) {
  .cart-container.mobile {
    display: none;
  }
}
@media all and (min-width: 1200px) {
  .cart-container {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
.product-page {
  /*.breadcrumbs {
        font-family: @font-main;
        font-size: @font-size-breadcrumbs;
        width: 100%;
        padding-right: @padding-sides;
        padding-left: @padding-sides;

        @media @laptop-lg {
            padding-right: 0;
            padding-left: 0;
        }

        ul {
            list-style: none;
            padding: 0;
            margin: 0;

            li {
                color: @color-grey-swatch;
                padding-right: 5px;
                border-right: 1px fade(@color-grey-swatch, 70%) solid;
                display: inline-block;

                &:last-of-type {
                    padding-right: 0;
                    border-right: none;
                }

                &.home, &.products {
                    color: fade(@color-grey-swatch, 70%);

                    &:hover {
                        color: @color-grey-swatch;
                    }
                }

                &.current {
                    font-weight: 600;
                }

                a {
                    font-weight: inherit;
                    color: inherit;
                    text-decoration: none;
                }
            }
        }
    }*/
}
.product-page .container {
  width: 100%;
  max-width: 1720px;
  margin-right: auto;
  margin-left: auto;
}
.module.product-page .container {
  max-width: none;
}
.product-page .container .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1500px;
  margin-right: 0;
  margin-left: auto;
}
.product-page .content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media all and (min-width: 1080px) {
  .product-page .content {
    padding-right: 75px;
    width: 65%;
  }
}
.product-page .content .header-title {
  font-family: Industry, Arial, sans-serif;
  font-size: 8.5vw;
  font-weight: 400;
  color: #575d60;
  padding-right: 21px;
  padding-left: 21px;
  margin-top: 10px;
  margin-bottom: 31px;
}
@media all and (min-width: 720px) {
  .product-page .content .header-title {
    font-size: 50px;
  }
}
@media all and (min-width: 1680px) {
  .product-page .content .header-title {
    padding-right: 0;
    padding-left: 0;
  }
}
.product-page .content .header-title strong {
  font-weight: 800;
}
.product-page .content .intro-text {
  font-family: Industry, Arial, sans-serif;
  font-size: 5vw;
  color: #575d60;
  height: 100%;
  padding-right: 21px;
  padding-left: 21px;
}
@media all and (min-width: 720px) {
  .product-page .content .intro-text {
    font-size: 3.1vw;
  }
}
@media all and (min-width: 960px) {
  .product-page .content .intro-text {
    font-size: 22px;
    width: 80%;
    margin-bottom: 48px;
  }
}
@media all and (min-width: 1680px) {
  .product-page .content .intro-text {
    padding-right: 0;
    padding-left: 0;
  }
}
.product-page .content .intro-text p:first-of-type strong,
.product-page .content .intro-text p:only-of-type strong {
  font-size: 5.5vw;
}
@media all and (min-width: 720px) {
  .product-page .content .intro-text p:first-of-type strong,
  .product-page .content .intro-text p:only-of-type strong {
    font-size: 26px;
  }
}
.product-page .content .intro-text p strong {
  font-weight: 600;
}
.product-page .content .intro-text .read-more {
  display: none;
}
.product-page .content .intro-text.read-more-enabled {
  max-height: 175px;
  padding-bottom: 24px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  position: relative;
  overflow: hidden;
}
.product-page .content .intro-text.read-more-enabled::after {
  content: '';
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #f3f5f7), to(rgba(243, 245, 247, 0)));
  background-image: linear-gradient(to top, #f3f5f7 40%, rgba(243, 245, 247, 0) 100%);
  width: 100%;
  height: 96px;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.product-page .content .intro-text.read-more-enabled .read-more {
  cursor: pointer;
  padding-right: 21px;
  padding-left: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 1680px) {
  .product-page .content .intro-text.read-more-enabled .read-more {
    padding-right: 0;
    padding-left: 0;
  }
}
.product-page .content .intro-text.read-more-enabled .read-more .text-more,
.product-page .content .intro-text.read-more-enabled .read-more .text-less {
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.product-page .content .intro-text.read-more-enabled .read-more .text-less {
  display: none;
}
.product-page .content .intro-text.read-more-enabled .read-more svg {
  width: 12px;
  height: 12px;
  margin-right: 12px;
  margin-left: 12px;
}
@media all and (min-width: 720px) {
  .product-page .content .intro-text.read-more-enabled .read-more svg {
    width: 15px;
    height: 15px;
  }
}
.product-page .content .intro-text.read-more-enabled .read-more svg path {
  fill: #ec1c24;
  stroke: #ec1c24;
}
.product-page .content .intro-text.read-more-enabled .read-more::after {
  content: '';
  background-color: #efefef;
  width: 100%;
  height: 2px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  display: inline-block;
}
.product-page .content .intro-text.read-more-enabled .read-more:hover .text-more,
.product-page .content .intro-text.read-more-enabled .read-more:hover .text-less {
  color: #ec1c24;
}
.product-page .content .intro-text.read-more-enabled .read-more:hover svg path {
  fill: #ec1c24;
  stroke: #ec1c24;
}
.product-page .content .intro-text.read-more-enabled .read-more:hover::after {
  background-color: #ec1c24;
}
.product-page .content .intro-text.read-more-enabled.active {
  height: auto;
  max-height: 200vh;
}
.product-page .content .intro-text.read-more-enabled.active::after {
  background-image: none;
}
.product-page .content .intro-text.read-more-enabled.active .read-more .text-more {
  display: none;
}
.product-page .content .intro-text.read-more-enabled.active .read-more .text-less {
  display: inline-block;
}
.product-page .content .intro-text.read-more-enabled.active .read-more svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product-page .product-side-bar {
  width: 100%;
}
@media all and (min-width: 1080px) {
  .product-page .product-side-bar {
    min-width: 350px;
    width: 35%;
  }
}
.product-page .nyg_contactform.module .inner-container {
  width: auto;
}
.product-page .nyg_contactform.module .content {
  padding-right: 0;
  width: 100%;
}
.product-side-bar {
  font-family: Industry, Arial, sans-serif;
  font-size: 15px;
}
.product-side-bar .roof-box-price {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-side-bar .roof-box-price .label {
  font-size: 5.5vw;
  font-weight: 500;
  width: 55%;
  padding-left: 25px;
}
@media all and (min-width: 720px) {
  .product-side-bar .roof-box-price .label {
    font-size: 26px;
  }
}
.product-side-bar .roof-box-price .value {
  font-size: 7.5vw;
  font-weight: 600;
  text-align: right;
  color: #fff;
  background-color: #1e5476;
  width: 45%;
  padding-top: 28px;
  padding-right: 25px;
  padding-bottom: 28px;
  white-space: pre;
}
@media all and (min-width: 720px) {
  .product-side-bar .roof-box-price .value {
    font-size: 40px;
  }
}
.product-side-bar .roof-box-info {
  color: #575d60;
  background-color: #efefef;
  padding-top: 28px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 28px;
}
.product-side-bar .roof-box-info .notes-container {
  font-family: Industry, Arial, sans-serif;
  margin-top: 24px;
  margin-bottom: 48px;
}
.product-side-bar .roof-box-info .measurements-container,
.product-side-bar .roof-box-info .volume-container,
.product-side-bar .roof-box-info .weight-container,
.product-side-bar .roof-box-info .material-container {
  border-bottom: 1px rgba(243, 245, 247, 0.3) solid;
  padding-top: 11px;
  padding-bottom: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.product-side-bar .roof-box-info .label {
  text-transform: uppercase;
  width: 40%;
}
.product-side-bar .roof-box-info .value {
  font-weight: 600;
  text-align: right;
  width: 60%;
}
.product-side-bar .roof-box-info .value .extra {
  text-transform: lowercase;
}
.product-side-bar .contact-options {
  /*padding-right: @lr-padding;
        padding-left: @lr-padding;*/
}
.product-side-bar .contact-options .button-object {
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  background-color: #f3f5f7;
  text-align: center;
  border-radius: 0;
  margin-top: 23px;
  margin-bottom: 23px;
  margin-right: 15px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  position: relative;
  display: inline-block;
  color: #ffffff;
  background-color: #1e5476;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-side-bar .contact-options .button-object::before {
  content: '';
  background-color: #1e5476;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
  border-left: 2px solid #ec1c24;
}
@media all and (min-width: 960px) {
  .product-side-bar .contact-options .button-object:hover {
    color: #fff;
  }
  .product-side-bar .contact-options .button-object:hover::before {
    width: 100%;
  }
}
.product-side-bar .contact-options .button-object a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  padding: 7px 19px 7px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  z-index: 5;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
@media all and (min-width: 960px) {
  .product-side-bar .contact-options .button-object a:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
  }
}
.product-side-bar .contact-options .button-object::before {
  content: '';
  background-color: #1e5476;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
  border-left: 2px solid #ec1c24;
}
@media all and (min-width: 960px) {
  .product-side-bar .contact-options .button-object:hover {
    color: #fff;
  }
  .product-side-bar .contact-options .button-object:hover::before {
    width: 100%;
  }
}
.product-side-bar .contact-options .button-object a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  padding: 7px 19px 7px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  z-index: 5;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
@media all and (min-width: 960px) {
  .product-side-bar .contact-options .button-object a:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
  }
}
.product-side-bar .contact-options .button-object::before {
  background-color: #ec1c24;
}
.product-side-bar .contact-options .button-object a {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media all and (min-width: 960px) {
  .product-side-bar .contact-options .button-object:hover {
    color: #ffffff;
  }
}
.product-side-bar .price-example {
  font-size: 20px;
  color: #575d60;
  background-color: #ffffff;
  margin-top: 24px;
  /*h2 {
            color: @color-grey-swatch;
            background-color: fade(@color-grey-swatch, 30%);
            padding-top: 20px;
            padding-right: @lr-padding;
            padding-bottom: 20px;
            padding-left: @lr-padding;
            margin-bottom: 0;
        }*/
}
.product-side-bar .price-example .price-example-title {
  font-size: 15px;
  padding-top: 28px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 720px) {
  .product-side-bar .price-example .price-example-title {
    font-size: 22px;
  }
}
.product-side-bar .price-example .price-example-title .value {
  font-weight: 500;
  padding-left: 28px;
}
.product-side-bar .price-example .price-example-title .value .price {
  font-weight: 600;
  display: inline-block;
}
.product-side-bar .price-example .price-example-title .label {
  font-weight: 600;
  text-align: right;
  padding-right: 25px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  cursor: pointer;
}
.product-side-bar .price-example .price-example-title .label .expand-example svg {
  width: 12px;
  height: 12px;
  margin-left: 12px;
}
@media all and (min-width: 720px) {
  .product-side-bar .price-example .price-example-title .label .expand-example svg {
    width: 15px;
    height: 15px;
  }
}
.product-side-bar .price-example .price-example-title .label .expand-example svg path {
  fill: #ec1c24;
  stroke: #ec1c24;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.product-side-bar .price-example .price-example-title .label:hover {
  color: #1e5476;
}
.product-side-bar .price-example .price-example-title .label:hover .expand-example svg {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.product-side-bar .price-example .price-example-title .label:hover .expand-example svg path {
  fill: #1e5476;
  stroke: #1e5476;
}
.product-side-bar .price-example.active .price-example-title .expand-example svg {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.product-side-bar .price-example .price-example-expand {
  color: #575d60;
  background-color: #efefef;
  padding-top: 28px;
  padding-bottom: 25px;
  display: none;
}
.product-side-bar .price-example .rails-container,
.product-side-bar .price-example .spray-container,
.product-side-bar .price-example .roof-box-container {
  padding-right: 25px;
  padding-left: 25px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-side-bar .price-example .title {
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 65%;
  border-right: 1px rgba(87, 93, 96, 0.3) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 1080px) {
  .product-side-bar .price-example .title {
    width: 80%;
  }
}
.product-side-bar .price-example .price-container {
  width: 100%;
  border-top: 1px rgba(87, 93, 96, 0.3) solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-side-bar .price-example .price-container .product {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 65%;
  border-right: 1px rgba(87, 93, 96, 0.3) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 1080px) {
  .product-side-bar .price-example .price-container .product {
    width: 80%;
  }
}
.product-side-bar .price-example .price-container .price {
  font-weight: 600;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 35%;
  white-space: pre;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 1080px) {
  .product-side-bar .price-example .price-container .price {
    width: 20%;
  }
}
.product-side-bar .price-example .summary {
  color: #ffffff;
  background-color: #575d60;
  padding-top: 28px;
  padding-right: 25px;
  padding-bottom: 28px;
  padding-left: 25px;
  margin-top: 8px;
}
.product-side-bar .price-example .summary .total-price-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.product-side-bar .price-example .summary .total-price-container .from-price,
.product-side-bar .price-example .summary .total-price-container .total-price {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-side-bar .price-example .summary .total-price-container .from-price {
  width: 30%;
}
.product-side-bar .price-example .summary .total-price-container .total-price {
  font-size: 45px;
  font-weight: 800;
  text-align: right;
  width: 70%;
}
.product-side-bar .price-example .roof-box-container {
  margin-top: 0;
}
.product-side-bar .tooltip-container {
  margin-left: 7px;
  position: relative;
}
.product-side-bar .tooltip-container .from-price-tooltip {
  font-size: 5vw;
  color: #ffffff;
  background-color: #575d60;
  padding: 20px;
  width: 250px;
  max-width: 90vw;
  position: absolute;
  left: auto;
  bottom: 100%;
  -webkit-transform: none;
          transform: none;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 720px) {
  .product-side-bar .tooltip-container .from-price-tooltip {
    font-size: 22px;
  }
}
@media all and (min-width: 1080px) {
  .product-side-bar .tooltip-container .from-price-tooltip {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.product-side-bar .tooltip-container:hover .from-price-tooltip {
  display: block;
}
.product-side-bar .tooltip-container:hover svg g {
  opacity: 1;
}
.product-side-bar .tooltip-container svg {
  width: 15px;
  height: 15px;
}
.form-builder.member-form .form-module {
  font-family: Industry, Arial, sans-serif;
  font-size: 5vw;
  background-color: #ffffff;
  width: 100%;
  max-width: 1720px;
  padding-right: 21px;
  padding-left: 21px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 720px) {
  .form-builder.member-form .form-module {
    font-size: 22px;
  }
}
@media all and (min-width: 1680px) {
  .form-builder.member-form .form-module {
    padding-right: 0;
    padding-left: 0;
  }
}
.form-builder.member-form .form-module:last-of-type {
  margin-bottom: 48px;
}
.form-builder.member-form .form-group {
  font-family: Industry, Arial, sans-serif;
  color: #575d60;
  width: 100%;
  max-width: 1600px;
  padding-top: 48px;
  margin-right: auto;
  margin-left: auto;
}
.form-builder.member-form h3 {
  margin-top: 24px;
}
.form-builder.member-form .hidden-input {
  display: none;
}
.form-module fieldset {
  border: none;
}
.form-module h3 {
  margin-top: 5px;
}
.form-module input[type="radio"] {
  display: none;
}
.option-selected.form-module input[type="radio"] + label {
  opacity: 0.4;
}
.form-module input[type="radio"]:checked + label {
  opacity: 1;
}
.form-module .form-group-selector {
  margin-right: 12px;
  position: relative;
}
@media all and (min-width: 1680px) {
  .form-module .form-group-selector {
    margin-right: 24px;
  }
}
.form-module .custom-error {
  color: #ec1c24;
  font-weight: bold;
  display: block;
  margin-bottom: 28px;
}
.form-module .form-group {
  width: 100%;
}
.form-module .form-group h3 {
  font-size: 6.5vw;
}
@media all and (min-width: 720px) {
  .form-module .form-group h3 {
    font-size: 40px;
  }
}
.form-module .form-group h3 .expand-group {
  border: transparent;
  background-color: transparent;
  font-size: inherit;
  font-weight: 800;
  display: none;
}
.minimized.form-module .form-group h3 {
  cursor: pointer;
}
.minimized.form-module .form-group h3 .expand-group {
  display: inline-block;
}
.form-module .form-group label {
  cursor: pointer;
}
.form-module:nth-last-child(2) .form-group-selector::after {
  display: none;
}
.form-module .group-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (min-width: 1080px) {
  .form-module .group-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .form-module .group-wrapper .form-field:first-of-type {
    margin-right: 20px;
  }
  .form-module .group-wrapper .form-field:last-of-type {
    margin-left: 20px;
  }
}
.form-module .form-field {
  font-size: 5.5vw;
  background-color: #f3f5f7;
  width: 100%;
  padding: 14px 20px;
  margin-bottom: 35px;
  border: none;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*.field-validation-error {
            font-size: @base-size - .9;
            font-weight: @font-weight-regular;
            color: #D8000C;
            display: inline-block !important;

            @media @mobile-sm {
                font-size: 18px;
            }
        }*/
  /*.validation-container {
            padding-top: 7px;
            width: 100%;
            min-height: @base-size;

            @media @mobile-sm {
                min-height: 26px;
            }
        }*/
}
@media all and (min-width: 720px) {
  .form-module .form-field {
    font-size: 26px;
  }
}
.form-module .form-field .input-container {
  position: relative;
}
.form-module .form-field.field-error .input-container::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  border-bottom: 3px solid #D8000C;
}
.form-module .form-field input,
.form-module .form-field textarea {
  font-size: 4.2vw;
  caret-color: #ec1c24;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px #ec1c24 solid;
  padding-left: 1px;
  padding-bottom: 5px;
  width: 100%;
  border: 0;
  outline: 0;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
}
@media all and (min-width: 720px) {
  .form-module .form-field input,
  .form-module .form-field textarea {
    font-size: 22px;
  }
}
.form-module .form-field .md-datepicker-input {
  z-index: auto;
}
.form-module .form-field label {
  font-size: 4.2vw;
  color: #333;
  position: absolute;
  z-index: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  margin-top: 4px;
}
@media all and (min-width: 320px) {
  .form-module .form-field label {
    font-size: 22px;
  }
}
.form-module .form-field span.pseudo-placeholder {
  font-size: 4.2vw;
  position: absolute;
  z-index: 0;
  opacity: 0;
  color: rgba(0, 0, 0, 0);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  /*transform: translateY(-50%);
        margin-top: -22px;*/
  margin-top: 4px;
}
@media all and (min-width: 720px) {
  .form-module .form-field span.pseudo-placeholder {
    font-size: 22px;
  }
}
.form-module .form-field .field-validation-error {
  color: #D8000C;
  right: 14px;
  position: absolute;
  top: 6px;
  right: 12px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}
.form-module .form-field .field-validation-error.alt {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  top: 20px;
}
.form-module .form-field.active label,
.form-module .form-field.has-value label {
  font-size: 2.75vw;
  color: #1e5476;
  -webkit-transform: translate3d(0, -35px, 0);
          transform: translate3d(0, -35px, 0);
}
@media all and (min-width: 720px) {
  .form-module .form-field.active label,
  .form-module .form-field.has-value label {
    font-size: 13px;
  }
}
.form-module .form-field.active .input-container::after,
.form-module .form-field.has-value .input-container::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.form-module .form-field.active .pseudo-placeholder {
  display: block;
  opacity: 1;
  color: rgba(0, 0, 0, 0.7);
}
.form-module .form-field.has-value .pseudo-placeholder {
  display: none;
}
.form-module .form-field.active .input-container::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.form-module input::-webkit-outer-spin-button,
.form-module input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.form-module .checkbox-container {
  display: inline-block;
  margin-right: 12px;
  position: relative;
}
.form-module .checkbox-container label {
  position: relative;
}
.form-module input[type="checkbox"]:checked ~ label::before,
.form-module input[type="radio"]:checked ~ label::before {
  background-color: #f3f5f7;
}
.form-module input[type="checkbox"]:checked ~ label > svg,
.form-module input[type="radio"]:checked ~ label > svg {
  height: 20px;
  -webkit-animation: draw-checkbox ease-in-out 0.2s forwards;
          animation: draw-checkbox ease-in-out 0.2s forwards;
}
.form-module input[type="checkbox"],
.form-module input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  display: inline-block;
}
.form-module input[type="checkbox"] ~ label,
.form-module input[type="radio"] ~ label {
  font-size: 18px;
  cursor: pointer;
}
.form-module input[type="checkbox"] ~ label:active::after,
.form-module input[type="radio"] ~ label:active::after {
  background-color: #f3f5f7;
}
.form-module input[type="checkbox"] ~ label::before,
.form-module input[type="radio"] ~ label::before {
  content: "";
  height: 25px;
  width: 25px;
  margin-top: 0;
  margin-right: 7px;
  float: left;
  border: 2px solid #ffffff;
  background-color: #f3f5f7;
  border-radius: 4px;
  -webkit-transition: 0.15s all ease-out;
  transition: 0.15s all ease-out;
}
.form-module input[type="checkbox"] ~ label svg,
.form-module input[type="radio"] ~ label svg {
  stroke: #1e5476;
  stroke-width: 3px;
  height: 0;
  width: 30px;
  position: absolute;
  left: 2px;
  top: 5px;
  stroke-dasharray: 33;
}
.form-module input[type="checkbox"] ~ label span,
.form-module input[type="radio"] ~ label span {
  margin-left: 48px;
  line-height: 1.6;
  overflow: hidden;
  display: block;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
}
.ui-menu {
  max-width: 80vw;
  max-height: 350px;
  padding: 0;
  list-style: none;
  overflow-y: scroll;
  z-index: 500;
}
.ui-menu::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(0, 0, 0, 0);
}
.ui-menu::-webkit-scrollbar-thumb {
  background-color: rgba(236, 28, 36, 0.8);
  border-radius: 6px;
}
.ui-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
}
.ui-menu::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(0, 0, 0, 0);
}
.ui-menu::-webkit-scrollbar-thumb {
  background-color: rgba(236, 28, 36, 0.8);
  border-radius: 6px;
}
.ui-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
}
@media all and (min-width: 1080px) {
  .ui-menu {
    max-width: 800px;
  }
}
.ui-menu .ui-menu-item {
  color: #ffffff;
  background-color: #575d60;
  padding: 10px;
  -webkit-transition: all all 250ms ease-in-out ease-in-out;
  transition: all all 250ms ease-in-out ease-in-out;
  /*&:nth-child(even) {
            color: @color-grey-light-contrast;
            background-color: @color-grey-light;
        }*/
}
.ui-menu .ui-menu-item:hover {
  color: #ec1c24;
}
.ui-menu .ui-menu-item .ui-highlight {
  font-weight: 800;
  color: inherit;
  background-color: transparent;
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper {
  font-family: Industry, Arial, sans-serif;
  font-size: 3.8vw;
  text-decoration: none;
  line-height: 1.5;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
  zoom: 1;
}
@media all and (min-width: 320px) {
  .ui-menu .ui-menu-item .ui-menu-item-wrapper {
    font-size: 18px;
  }
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  margin: -1px;
}
.ui-helper-hidden-accessible {
  display: none;
}
footer.main-footer {
  font-family: Industry, Arial, sans-serif;
  color: #f3f5f7;
  background-color: #575d60;
  padding-top: var(--padding-lg);
  padding-bottom: var(--padding-md);
  padding-right: var(--container-padding);
  padding-left: var(--container-padding);
}
footer.main-footer .container {
  max-width: var(--container-width);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (min-width: 992px) {
  footer.main-footer .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer.main-footer a {
  color: #efefef;
  text-decoration: underline;
}
footer.main-footer a:hover {
  color: #EB1C24;
}
footer.main-footer .footer-content {
  padding-bottom: var(--padding-md);
}
footer.main-footer .footer-column {
  width: 100%;
}
@media all and (min-width: 992px) {
  footer.main-footer .footer-general {
    width: 65%;
  }
}
footer.main-footer .footer-general .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
footer.main-footer .footer-general a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
footer.main-footer .footer-general .brand {
  margin-bottom: var(--margin-xs);
}
footer.main-footer .footer-general .brand svg,
footer.main-footer .footer-general .brand img {
  width: 204px;
  height: auto;
}
@media all and (min-width: 992px) {
  footer.main-footer .footer-general .brand svg,
  footer.main-footer .footer-general .brand img {
    width: 256px;
  }
}
@media all and (min-width: 1200px) {
  footer.main-footer .footer-general .brand svg,
  footer.main-footer .footer-general .brand img {
    width: 367px;
  }
}
footer.main-footer .footer-general .address-1,
footer.main-footer .footer-general .address-2 {
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: var(--lh-body);
}
footer.main-footer .footer-general .socials {
  margin-top: var(--margin-xs);
}
footer.main-footer .footer-general .socials .socials-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.main-footer .footer-general .socials .socials-list .socials-list-item {
  display: inline-block;
  margin-right: var(--margin-xs);
}
footer.main-footer .footer-general .socials .socials-list .socials-list-item:last-child {
  margin-right: 0;
}
footer.main-footer .footer-general .socials .socials-list .socials-list-item .socials-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
footer.main-footer .footer-general .socials .socials-list .socials-list-item .socials-icon:hover {
  opacity: 0.7;
}
footer.main-footer .footer-support {
  margin-top: var(--padding-lg);
}
@media all and (min-width: 992px) {
  footer.main-footer .footer-support {
    margin-top: 0;
    width: 35%;
  }
}
footer.main-footer .footer-support .support-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: var(--margin-xs);
}
footer.main-footer .footer-support .support-title svg {
  width: 24px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 9px;
  display: inline-block;
}
footer.main-footer .footer-support .support-title h3 {
  font-weight: 700;
  line-height: var(--lh-body);
  font-size: var(--fs-header-h5);
}
footer.main-footer .footer-support .support-text {
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: var(--lh-body);
  margin-bottom: var(--margin-xs);
}
@media all and (min-width: 992px) {
  footer.main-footer .footer-support .support-text {
    max-width: 256px;
  }
}
@media all and (min-width: 1200px) {
  footer.main-footer .footer-support .support-text {
    max-width: none;
  }
}
footer.main-footer .footer-support .support-text p {
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: var(--lh-body);
}
footer.main-footer .footer-support .support-contact .contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.main-footer .footer-support .support-contact .contact-list .contact-list-item {
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: var(--lh-body);
  margin-bottom: 17px;
}
footer.main-footer .footer-support .support-contact .contact-list .contact-list-item a {
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: var(--lh-body);
}
footer.main-footer .footer-support .support-contact svg {
  margin-right: 15px;
}
footer.main-footer .footer-socket {
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: var(--lh-body);
}
footer.main-footer .footer-socket .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #efefef;
  padding-top: var(--padding-md);
}
@media all and (min-width: 992px) {
  footer.main-footer .footer-socket .container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
footer.main-footer .footer-socket .socket-column {
  width: 100%;
  display: inline-block;
}
footer.main-footer .footer-socket .socket-legal {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media all and (min-width: 992px) {
  footer.main-footer .footer-socket .socket-legal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 65%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
footer.main-footer .footer-socket .socket-legal .copy {
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: var(--margin-xs);
}
@media all and (min-width: 992px) {
  footer.main-footer .footer-socket .socket-legal .copy {
    margin-right: 70px;
    margin-bottom: 0;
  }
}
footer.main-footer .footer-socket .socket-legal .developed {
  font-size: inherit;
  font-weight: inherit;
}
footer.main-footer .footer-socket .socket-links {
  font-size: inherit;
  font-weight: inherit;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media all and (min-width: 992px) {
  footer.main-footer .footer-socket .socket-links {
    width: 35%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
footer.main-footer .footer-socket .socket-links .socket-list {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media all and (min-width: 992px) {
  footer.main-footer .footer-socket .socket-links .socket-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
footer.main-footer .footer-socket .socket-links .socket-list .socket-list-item {
  margin-bottom: var(--margin-xs);
}
@media all and (min-width: 992px) {
  footer.main-footer .footer-socket .socket-links .socket-list .socket-list-item {
    margin-bottom: 0;
    display: inline-block;
  }
}
.popup__header {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.popup__header .popup__header-close {
  color: #575d60;
  padding: 15px;
  cursor: pointer;
}
.popup__header .popup__header-close:hover svg line {
  fill: #ec1c24;
  stroke: #ec1c24;
}
.popup__header .popup__header-close svg line {
  fill: #575d60;
  stroke: #575d60;
}
.popup__body {
  padding: 21px;
  background: #575D60;
}
.popup__body .popup__body-description p {
  font-size: 22px;
  font-family: Industry, Arial, sans-serif;
  color: #fff;
}
.popup__body .popup__body-controls .button-object {
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  background-color: #f3f5f7;
  text-align: center;
  border-radius: 0;
  margin-top: 23px;
  margin-bottom: 23px;
  margin-right: 15px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  position: relative;
  display: inline-block;
}
.popup__body .popup__body-controls .button-object::before {
  content: '';
  background-color: #1e5476;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
  border-left: 2px solid #ec1c24;
}
@media all and (min-width: 960px) {
  .popup__body .popup__body-controls .button-object:hover {
    color: #fff;
  }
  .popup__body .popup__body-controls .button-object:hover::before {
    width: 100%;
  }
}
.popup__body .popup__body-controls .button-object a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  padding: 7px 19px 7px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  z-index: 5;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
@media all and (min-width: 960px) {
  .popup__body .popup__body-controls .button-object a:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
  }
}
.popup__body .popup__body-controls .button-object::before {
  content: '';
  background-color: #1e5476;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
  border-left: 2px solid #ec1c24;
}
@media all and (min-width: 960px) {
  .popup__body .popup__body-controls .button-object:hover {
    color: #fff;
  }
  .popup__body .popup__body-controls .button-object:hover::before {
    width: 100%;
  }
}
.popup__body .popup__body-controls .button-object a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  padding: 7px 19px 7px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  z-index: 5;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
@media all and (min-width: 960px) {
  .popup__body .popup__body-controls .button-object a:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
  }
}
/* FORM MODULES */
@media all and (min-width: 1680px) {
  .nyg_formretailer.form-module .form-field:nth-of-type(2n + 0) {
    margin-left: 20px;
  }
  .nyg_formretailer.form-module .form-field:nth-of-type(2n + 1) {
    margin-right: 20px;
  }
}
.nyg_formroofbox.form-module {
  /*.color-field {
        width: auto;

        @media @tablet-lg {
            display: inline-flex;
            align-items: center;
        }
    }

    .color-code-field {
        input {
            display: none;
        }
    }*/
}
@media all and (min-width: 1680px) {
  .nyg_formroofbox.form-module .roof-box-field,
  .nyg_formroofbox.form-module .rails-field {
    min-width: 650px;
    width: calc(50% - 40px);
    margin-right: 20px;
  }
}
.nyg_formroofbox.form-module .color-field,
.nyg_formroofbox.form-module .rails-deliveredbyskiguard-field {
  background: transparent;
  /*@media @laptop-lg {
            width: ~"calc(50% - 40px)";
            margin-left: 20px;
        }*/
}
@media all and (min-width: 1080px) {
  .nyg_formroofbox.form-module .color-field {
    width: 400px;
  }
}
.nyg_formroofbox.form-module .text-box-alt {
  background-color: #f3f5f7;
  padding: 4px 12px;
}
@media all and (min-width: 1080px) {
  .nyg_formroofbox.form-module .vehicle-year-field {
    width: 450px;
  }
}
.nyg_formroofbox.form-module .color-code-field {
  height: 0;
  margin-bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 1080px) {
  .nyg_formroofbox.form-module .color-code-field {
    height: auto;
    margin-bottom: 35px;
  }
}
.nyg_formroofbox.form-module .color-code-field.visible {
  height: auto;
  margin-bottom: 35px;
  visibility: visible;
  opacity: 1;
}
@media all and (min-width: 1080px) {
  .nyg_formroofbox.form-module .group-wrapper.color-code-wrapper {
    min-width: 450px;
  }
}
.submit-container {
  margin-bottom: 22px;
  margin-left: 28px;
}
.submit-container .button-object {
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  background-color: #f3f5f7;
  text-align: center;
  border-radius: 0;
  margin-top: 23px;
  margin-bottom: 23px;
  margin-right: 15px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  position: relative;
  display: inline-block;
}
.submit-container .button-object::before {
  content: '';
  background-color: #1e5476;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
  border-left: 2px solid #ec1c24;
}
@media all and (min-width: 960px) {
  .submit-container .button-object:hover {
    color: #fff;
  }
  .submit-container .button-object:hover::before {
    width: 100%;
  }
}
.submit-container .button-object a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  padding: 7px 19px 7px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  z-index: 5;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
@media all and (min-width: 960px) {
  .submit-container .button-object a:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
  }
}
.submit-container .button-object::before {
  content: '';
  background-color: #1e5476;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
  border-left: 2px solid #ec1c24;
}
@media all and (min-width: 960px) {
  .submit-container .button-object:hover {
    color: #fff;
  }
  .submit-container .button-object:hover::before {
    width: 100%;
  }
}
.submit-container .button-object a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  padding: 7px 19px 7px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  z-index: 5;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
@media all and (min-width: 960px) {
  .submit-container .button-object a:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
  }
}
.submit-container .button-object input[type=submit],
.submit-container .button-object input[type=button] {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  padding: 7px 19px 7px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  z-index: 5;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
@media all and (min-width: 960px) {
  .submit-container .button-object input[type=submit]:hover,
  .submit-container .button-object input[type=button]:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
  }
}
.submit-container .button-object--disabled {
  opacity: 0.4;
}
.submit-container .button-object--disabled:hover {
  color: #000;
}
.submit-container .button-object--disabled:hover:before {
  width: 0;
}
.submit-container input[type=submit]:disabled,
.submit-container input[type=button]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.submit-container .submit-message,
.submit-container .error-message {
  display: none;
  font-family: Industry, Arial, sans-serif;
  font-size: 17px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.submit-container .submit-message {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d3edd2;
  border-radius: 8px;
  padding: 14px;
  border-bottom: 2px #4BB543 solid;
  color: #333;
}
.submit-container .submit-message .check {
  width: 50px;
  margin-right: 25px;
}
.submit-container .submit-message .success-check {
  height: 40px;
  stroke: #4BB543;
  stroke-width: 6px;
  stroke-dasharray: 33;
  width: 100%;
  margin-right: 25px;
}
.submit-container.error .error-message {
  color: #D8000C;
  display: block;
}
.submit-container.message-sent {
  /*input[type=submit] {
            display: none;
        }*/
}
.submit-container.message-sent .error-message {
  display: none;
}
.submit-container.message-sent .submit-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.submit-container.message-sent .submit-message .success-check {
  -webkit-animation: draw-checkbox ease-in-out 1s forwards;
          animation: draw-checkbox ease-in-out 1s forwards;
}
/* MODULES */
.nyg_articlelister.module,
.nyg_articles.module {
  font-family: Industry, Arial, sans-serif;
  color: #575d60;
  margin-top: 48px;
  margin-bottom: 48px;
}
.nyg_articlelister.module .container,
.nyg_articles.module .container {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
@media all and (min-width: 1650px) {
  .nyg_articlelister.module .container,
  .nyg_articles.module .container {
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
  }
}
.disable-slider.nyg_articlelister.module .container,
.disable-slider.nyg_articles.module .container {
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}
.nyg_articlelister.module .inner-container,
.nyg_articles.module .inner-container {
  width: 100%;
}
.bg-color-not-set.nyg_articlelister.module .inner-container,
.bg-color-not-set.nyg_articles.module .inner-container {
  color: #575d60;
  background-color: transparent;
}
.bg-color-main.nyg_articlelister.module .inner-container,
.bg-color-main.nyg_articles.module .inner-container {
  color: #ffffff;
  background-color: #ec1c24;
}
.bg-color-alt.nyg_articlelister.module .inner-container,
.bg-color-alt.nyg_articles.module .inner-container {
  color: #000000;
  background-color: #f3f5f7;
}
.bg-color-secondary.nyg_articlelister.module .inner-container,
.bg-color-secondary.nyg_articles.module .inner-container {
  color: #fff;
  background-color: #1e5476;
}
.bg-color-white.nyg_articlelister.module .inner-container,
.bg-color-white.nyg_articles.module .inner-container {
  color: #1e5476;
  background-color: #ffffff;
}
.bg-color-not-set.nyg_articlelister.module .inner-container,
.bg-color-not-set.nyg_articles.module .inner-container {
  color: #575d60;
  background-color: transparent;
}
.bg-color-main.nyg_articlelister.module .inner-container,
.bg-color-main.nyg_articles.module .inner-container {
  color: #ffffff;
  background-color: #ec1c24;
}
.bg-color-alt.nyg_articlelister.module .inner-container,
.bg-color-alt.nyg_articles.module .inner-container {
  color: #000000;
  background-color: #f3f5f7;
}
.bg-color-secondary.nyg_articlelister.module .inner-container,
.bg-color-secondary.nyg_articles.module .inner-container {
  color: #fff;
  background-color: #1e5476;
}
.bg-color-white.nyg_articlelister.module .inner-container,
.bg-color-white.nyg_articles.module .inner-container {
  color: #1e5476;
  background-color: #ffffff;
}
.nyg_articlelister.module .title-wrapper,
.nyg_articles.module .title-wrapper {
  margin-bottom: var(--margin-md);
  padding-left: var(--container-padding);
  padding-right: var(--padding-xs);
  display: inline-block;
}
@media all and (min-width: 1650px) {
  .nyg_articlelister.module .title-wrapper,
  .nyg_articles.module .title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.disable-slider.nyg_articlelister.module .title-wrapper,
.disable-slider.nyg_articles.module .title-wrapper {
  padding-left: 0;
}
.nyg_articlelister.module .title-wrapper h2,
.nyg_articles.module .title-wrapper h2 {
  display: inline;
  font-weight: 600;
  line-height: var(--lh-body);
  margin: 0;
  margin-top: var(--fs-header-h2-spacing);
  margin-bottom: var(--fs-header-h2-spacing);
  color: #000000;
  font-size: var(--fs-header-h2);
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
}
.bg-color-white.nyg_articlelister.module .title-wrapper h2,
.bg-color-white.nyg_articles.module .title-wrapper h2,
.bg-color-not-set.nyg_articlelister.module .title-wrapper h2,
.bg-color-not-set.nyg_articles.module .title-wrapper h2 {
  color: #000000;
}
.nyg_articlelister.module .title-wrapper h2 strong,
.nyg_articles.module .title-wrapper h2 strong {
  font-weight: 600;
}
.tilted-line.nyg_articlelister.module .title-wrapper,
.tilted-line.nyg_articles.module .title-wrapper {
  position: relative;
  margin-right: 30px;
}
@media all and (min-width: 992px) {
  .tilted-line.nyg_articlelister.module .title-wrapper,
  .tilted-line.nyg_articles.module .title-wrapper {
    margin-right: 90px;
  }
}
.direction-right.tilted-line.nyg_articlelister.module .title-wrapper,
.direction-right.tilted-line.nyg_articles.module .title-wrapper {
  margin-right: 0;
}
.nyg_articlelister.module .title-wrapper .tilted-line-wrapper,
.nyg_articles.module .title-wrapper .tilted-line-wrapper {
  width: 800px;
  height: 13px;
  top: 15px;
  right: calc((800px + 30px) * -1);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media all and (min-width: 992px) {
  .nyg_articlelister.module .title-wrapper .tilted-line-wrapper,
  .nyg_articles.module .title-wrapper .tilted-line-wrapper {
    -webkit-transform: translateX(calc(-100% - 30px));
            transform: translateX(calc(-100% - 30px));
    top: 28px;
    height: 18px;
    padding-right: 10px;
    padding-left: 0;
    right: auto;
    left: 0;
  }
}
.nyg_articlelister.module .title-wrapper .tilted-line-wrapper .tilted-line-el-thin,
.nyg_articles.module .title-wrapper .tilted-line-wrapper .tilted-line-el-thin {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2px;
  height: 30px;
  background: #EB1C24;
  margin-right: 8px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media all and (min-width: 992px) {
  .nyg_articlelister.module .title-wrapper .tilted-line-wrapper .tilted-line-el-thin,
  .nyg_articles.module .title-wrapper .tilted-line-wrapper .tilted-line-el-thin {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-right: 0;
    margin-left: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.nyg_articlelister.module .title-wrapper .tilted-line-wrapper .tilted-line-el-heavy,
.nyg_articles.module .title-wrapper .tilted-line-wrapper .tilted-line-el-heavy {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 14px;
  height: 30px;
  margin-top: -2px;
  margin-left: 4px;
  margin-right: -4px;
  background-color: #EB1C24;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media all and (min-width: 992px) {
  .nyg_articlelister.module .title-wrapper .tilted-line-wrapper .tilted-line-el-heavy,
  .nyg_articles.module .title-wrapper .tilted-line-wrapper .tilted-line-el-heavy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 4px;
    margin-left: -4px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.nyg_articlelister.module .title-wrapper .tilted-line-wrapper .tilted-line-el-filler,
.nyg_articles.module .title-wrapper .tilted-line-wrapper .tilted-line-el-filler {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 30px;
  background-color: #EB1C24;
}
@media all and (min-width: 992px) {
  .nyg_articlelister.module .title-wrapper .tilted-line-wrapper .tilted-line-el-filler,
  .nyg_articles.module .title-wrapper .tilted-line-wrapper .tilted-line-el-filler {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.nyg_articlelister.module .intro-text,
.nyg_articles.module .intro-text {
  font-size: 5.5vw;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
@media all and (min-width: 720px) {
  .nyg_articlelister.module .intro-text,
  .nyg_articles.module .intro-text {
    font-size: 26px;
  }
}
.nyg_articlelister.module .article-list:has(".owl-carousel"):not(".owl-loaded"),
.nyg_articles.module .article-list:has(".owl-carousel"):not(".owl-loaded") {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 1650px) {
  .nyg_articlelister.module .article-list,
  .nyg_articles.module .article-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr var(--margin-xs) 1fr var(--margin-xs) 1fr;
    grid-template-columns: repeat(3, 1fr);
    /* creates three equal columns */
    gap: var(--margin-xs);
    /* sets the gutter size */
  }
}
.disable-slider.nyg_articlelister.module .article-list.owl-carousel,
.disable-slider.nyg_articles.module .article-list.owl-carousel {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  /* creates two equal columns */
  gap: var(--margin-xs);
  /* sets the gutter size */
}
@media all and (min-width: 992px) {
  .disable-slider.nyg_articlelister.module .article-list.owl-carousel,
  .disable-slider.nyg_articles.module .article-list.owl-carousel {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    /* creates two equal columns */
  }
}
@media all and (min-width: 1650px) {
  .disable-slider.nyg_articlelister.module .article-list.owl-carousel,
  .disable-slider.nyg_articles.module .article-list.owl-carousel {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    /* creates three equal columns */
  }
}
.nyg_articlelister.module .article-list .owl-stage .owl-item,
.nyg_articles.module .article-list .owl-stage .owl-item {
  -webkit-transform: translateX(calc(-50px + var(--padding-xs)));
          transform: translateX(calc(-50px + var(--padding-xs)));
}
.nyg_articlelister.module .article-list .owl-dots,
.nyg_articles.module .article-list .owl-dots {
  text-align: center;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}
.nyg_articlelister.module .article-list .owl-dots .owl-dot,
.nyg_articles.module .article-list .owl-dots .owl-dot {
  background-color: #575C61;
  width: 72px;
  height: 6px;
  border-radius: 3px;
  margin-top: 50px;
  margin-right: 10px;
  margin-left: 10px;
}
.nyg_articlelister.module .article-list .owl-dots .owl-dot:last-child,
.nyg_articles.module .article-list .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.nyg_articlelister.module .article-list .owl-dots .owl-dot.active,
.nyg_articles.module .article-list .owl-dots .owl-dot.active {
  background-color: #EB1C24;
}
.nyg_articlelister.module .article-list .article-card,
.nyg_articles.module .article-list .article-card {
  background-color: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 30px;
}
.nyg_articlelister.module .article-list .article-card:hover .button-secondary,
.nyg_articles.module .article-list .article-card:hover .button-secondary {
  font-weight: 700;
  color: #FFFFFF;
  background-color: #000000;
  border: 2px solid #000000;
  padding: 12px 45px 12px;
}
.nyg_articlelister.module .article-list .article-card:hover .image__container,
.nyg_articles.module .article-list .article-card:hover .image__container {
  scale: 1.2;
}
.disable-slider.nyg_articlelister.module .article-list .article-card,
.disable-slider.nyg_articles.module .article-list .article-card {
  margin-right: 0;
}
@media all and (min-width: 1650px) {
  .nyg_articlelister.module .article-list .article-card,
  .nyg_articles.module .article-list .article-card {
    margin-right: 0;
  }
}
.nyg_articlelister.module .article-list .article-card .text-container,
.nyg_articles.module .article-list .article-card .text-container,
.nyg_articlelister.module .article-list .article-card .button-object,
.nyg_articles.module .article-list .article-card .button-object {
  padding-right: 15px;
  padding-left: 15px;
}
@media all and (min-width: 992px) {
  .nyg_articlelister.module .article-list .article-card .text-container,
  .nyg_articles.module .article-list .article-card .text-container,
  .nyg_articlelister.module .article-list .article-card .button-object,
  .nyg_articles.module .article-list .article-card .button-object {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media all and (min-width: 1200px) {
  .nyg_articlelister.module .article-list .article-card .text-container,
  .nyg_articles.module .article-list .article-card .text-container,
  .nyg_articlelister.module .article-list .article-card .button-object,
  .nyg_articles.module .article-list .article-card .button-object {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.nyg_articlelister.module .article-list .article-card .text-container .button-secondary:hover,
.nyg_articles.module .article-list .article-card .text-container .button-secondary:hover,
.nyg_articlelister.module .article-list .article-card .button-object .button-secondary:hover,
.nyg_articles.module .article-list .article-card .button-object .button-secondary:hover {
  text-decoration: none;
}
.nyg_articlelister.module .article-list .article-card .image-container,
.nyg_articles.module .article-list .article-card .image-container {
  width: 100%;
  overflow: hidden;
}
.nyg_articlelister.module .article-list .article-card .image-container .image__container,
.nyg_articles.module .article-list .article-card .image-container .image__container {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_articlelister.module .article-list .article-card .image-container .image__container picture,
.nyg_articles.module .article-list .article-card .image-container .image__container picture,
.nyg_articlelister.module .article-list .article-card .image-container .image__container img,
.nyg_articles.module .article-list .article-card .image-container .image__container img {
  width: 100%;
  height: auto;
}
.nyg_articlelister.module .article-list .article-card h3,
.nyg_articles.module .article-list .article-card h3 {
  font-weight: 600;
  line-height: var(--lh-body);
  font-size: var(--fs-header-h4);
  color: #000000;
  min-height: 1.8em;
  position: relative;
  margin-bottom: var(--margin-md);
}
@media all and (min-width: 992px) {
  .nyg_articlelister.module .article-list .article-card h3,
  .nyg_articles.module .article-list .article-card h3 {
    line-height: 1.4;
  }
}
.nyg_articlelister.module .article-list .article-card h3::after,
.nyg_articles.module .article-list .article-card h3::after {
  content: "";
  background-color: #EB1C24;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: calc(calc(var(--padding-md) / 2) * -1);
  display: block;
}
@media all and (min-width: 992px) {
  .nyg_articlelister.module .article-list .article-card h3::after,
  .nyg_articles.module .article-list .article-card h3::after {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
  }
}
.nyg_articlelister.module .article-list .article-card .short-text,
.nyg_articles.module .article-list .article-card .short-text {
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: var(--lh-body);
  min-height: 5em;
  margin-bottom: var(--margin-sm);
  font-family: "proxima-nova", Roboto, Arial, sans-serif;
}
.bg-color-white.nyg_articlelister.module .article-list .article-card .short-text,
.bg-color-white.nyg_articles.module .article-list .article-card .short-text,
.bg-color-white .nyg_articlelister.module .article-list .article-card .short-text,
.bg-color-white .nyg_articles.module .article-list .article-card .short-text,
.bg-color-not-set.nyg_articlelister.module .article-list .article-card .short-text,
.bg-color-not-set.nyg_articles.module .article-list .article-card .short-text {
  color: #575d60;
}
.nyg_articlelister.module .article-list .article-card .button-object,
.nyg_articles.module .article-list .article-card .button-object {
  margin-bottom: var(--margin-sm);
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.nyg_articlelister.module .article-list .article-card .button-object .button-primary,
.nyg_articles.module .article-list .article-card .button-object .button-primary {
  margin-top: calc(var(--padding-md) - 1em);
}
@media all and (min-width: 992px) {
  .nyg_articlelister.module .article-list .article-card .button-object .button-primary,
  .nyg_articles.module .article-list .article-card .button-object .button-primary {
    margin-top: calc(var(--padding-sm) - 1em);
  }
}
@media all and (min-width: 1200px) {
  .nyg_articlelister.module .article-list .article-card .button-object .button-primary,
  .nyg_articles.module .article-list .article-card .button-object .button-primary {
    margin-top: calc(var(--padding-md) - 1em);
  }
}
.nyg_articlelister.module .cta-buttons,
.nyg_articles.module .cta-buttons {
  text-align: center;
  margin-top: var(--margin-md);
}
.nyg_banner.module {
  height: 475px;
  position: relative;
  margin-bottom: 24px;
}
.sub-page .nyg_banner.module,
.form-builder .nyg_banner.module {
  max-height: 175px;
}
@media all and (min-width: 1280px) {
  .nyg_banner.module {
    margin-top: 0;
  }
}
@media all and (min-width: 960px) {
  .nyg_banner.module {
    height: 75vh;
    max-height: 622px;
  }
  .sub-page .nyg_banner.module,
  .form-builder .nyg_banner.module {
    max-height: 350px;
  }
}
.nyg_banner.module .outer-container {
  width: 100%;
  height: 100%;
}
.nyg_banner.module .outer-container::before {
  content: "";
  background: #ffffff;
  width: 100%;
  height: 30%;
  position: absolute;
  top: 0;
}
.nyg_banner.module .banner-outer-container,
.nyg_banner.module .banner-container {
  max-width: 1720px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}
.nyg_banner.module .banner-outer-container {
  position: relative;
}
.nyg_banner.module .item.slide {
  width: 100%;
  height: 475px;
  position: relative;
}
.sub-page .nyg_banner.module .item.slide,
.form-builder .nyg_banner.module .item.slide {
  max-height: 175px;
}
@media all and (min-width: 960px) {
  .nyg_banner.module .item.slide {
    height: 75vh;
    max-height: 622px;
  }
  .sub-page .nyg_banner.module .item.slide,
  .form-builder .nyg_banner.module .item.slide {
    max-height: 350px;
  }
}
.nyg_banner.module .item.slide::after {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.5)), color-stop(/*rgba(0, 0, 0, 0.4) 90%,*/), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%, /*rgba(0, 0, 0, 0.4) 90%,*/ rgba(0, 0, 0, 0.65) 95%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media all and (min-width: 960px) {
  .nyg_banner.module .item.slide::after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.5)), color-stop(/*rgba(0, 0, 0, 0.4) 90%,*/), to(rgba(0, 0, 0, 0.7)));
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 80%, /*rgba(0, 0, 0, 0.4) 90%,*/ rgba(0, 0, 0, 0.65) 95%, rgba(0, 0, 0, 0.7) 100%);
  }
}
.restrict-container.nyg_banner.module .container {
  height: 100%;
  position: relative;
}
.nyg_banner.module .video-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.nyg_banner.module .video-container video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.nyg_banner.module .media-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.nyg_banner.module .media-container .img-object {
  background-size: cover;
  background-position: center;
  height: 100%;
}
.nyg_banner.module .text-container {
  font-family: Industry, Arial, sans-serif;
  font-size: 4.5vw;
  color: #ffffff;
  width: 80%;
  max-width: 100vw;
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.nyg_banner.module .text-container .text-top {
  color: inherit;
}
.restrict-container.nyg_banner.module .text-container {
  left: 0;
}
@media all and (min-width: 1080px) {
  .nyg_banner.module .text-container {
    width: 35%;
  }
  .top-left.nyg_banner.module .text-container {
    top: 5%;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .top-middle.nyg_banner.module .text-container {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .middle-center-text.top-middle.nyg_banner.module .text-container {
    text-align: center;
  }
  .top-right.nyg_banner.module .text-container {
    top: 5%;
    right: 5%;
    left: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .middle-middle.nyg_banner.module .text-container {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .middle-center-text.middle-middle.nyg_banner.module .text-container {
    text-align: center;
  }
  .middle-right.nyg_banner.module .text-container {
    right: 5%;
    left: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .bottom-left.nyg_banner.module .text-container {
    top: auto;
    bottom: 5%;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .bottom-middle.nyg_banner.module .text-container {
    top: auto;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .middle-center-text.bottom-middle.nyg_banner.module .text-container {
    text-align: center;
  }
  .bottom-right.nyg_banner.module .text-container {
    top: auto;
    right: 5%;
    bottom: 5%;
    left: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.nyg_banner.module .text-container .text-top,
.nyg_banner.module .text-container .text-bottom {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}
.nyg_banner.module .text-container .text-top strong,
.nyg_banner.module .text-container .text-bottom strong {
  font-weight: 700;
}
.nyg_banner.module .text-container .text-top p,
.nyg_banner.module .text-container .text-bottom p {
  margin-top: 0;
  margin-bottom: 0;
}
.nyg_banner.module .text-container .text-top {
  font-size: 10.5vw;
}
@media all and (min-width: 720px) {
  .nyg_banner.module .text-container .text-top {
    font-size: 7.5vw;
  }
}
@media all and (min-width: 960px) {
  .nyg_banner.module .text-container .text-top {
    font-size: 55px;
  }
}
.nyg_banner.module .text-container .text-bottom {
  font-size: 10vw;
}
@media all and (min-width: 720px) {
  .nyg_banner.module .text-container .text-bottom {
    font-size: 7vw;
  }
}
@media all and (min-width: 960px) {
  .nyg_banner.module .text-container .text-bottom {
    font-size: 45px;
  }
}
.nyg_banner.module .link-container {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (min-width: 1080px) {
  .nyg_banner.module .link-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.nyg_banner.module .link-container .button-object {
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  background-color: #f3f5f7;
  text-align: center;
  border-radius: 0;
  margin-top: 23px;
  margin-bottom: 23px;
  margin-right: 15px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  position: relative;
  display: inline-block;
  font-size: 5vw;
  text-align: left;
  margin-bottom: 0;
  /*border-color: @color-bright;
            color: @color-bright;*/
}
.nyg_banner.module .link-container .button-object::before {
  content: '';
  background-color: #1e5476;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
  border-left: 2px solid #ec1c24;
}
@media all and (min-width: 960px) {
  .nyg_banner.module .link-container .button-object:hover {
    color: #fff;
  }
  .nyg_banner.module .link-container .button-object:hover::before {
    width: 100%;
  }
}
.nyg_banner.module .link-container .button-object a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  padding: 7px 19px 7px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  z-index: 5;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
@media all and (min-width: 960px) {
  .nyg_banner.module .link-container .button-object a:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
  }
}
.nyg_banner.module .link-container .button-object::before {
  content: '';
  background-color: #1e5476;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
  border-left: 2px solid #ec1c24;
}
@media all and (min-width: 960px) {
  .nyg_banner.module .link-container .button-object:hover {
    color: #fff;
  }
  .nyg_banner.module .link-container .button-object:hover::before {
    width: 100%;
  }
}
.nyg_banner.module .link-container .button-object a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  padding: 7px 19px 7px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  z-index: 5;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
@media all and (min-width: 960px) {
  .nyg_banner.module .link-container .button-object a:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
  }
}
@media all and (min-width: 720px) {
  .nyg_banner.module .link-container .button-object {
    font-size: 22px;
  }
}
@media all and (min-width: 960px) {
  .nyg_banner.module .link-container .button-object {
    font-size: 22px;
  }
}
.nyg_banner.module .slick-prev {
  color: #fff;
  left: 25px;
  z-index: 10;
}
.nyg_banner.module .slick-next {
  color: #fff;
  right: 25px;
  z-index: 10;
}
.nyg_banner.module .slick-dots {
  bottom: 25px;
  z-index: 10;
}
.nyg_banner.module .slick-dots button::before {
  color: #fff;
}
.nyg_roomfor.module {
  font-family: Industry, Arial, sans-serif;
  color: #575d60;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media all and (min-width: 992px) {
  .nyg_roomfor.module {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.modules .nyg_roomfor.module:last-of-type {
  margin-bottom: 24px;
}
@media all and (min-width: 992px) {
  .modules .nyg_roomfor.module:last-of-type {
    margin-bottom: 48px;
  }
}
.nyg_roomfor.module h2 {
  font-size: 5.5vw;
  font-weight: 500;
  color: #575d60;
  margin-top: 12px;
  margin-right: 21px;
  margin-bottom: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  white-space: pre;
}
.nyg_roomfor.module h2::before {
  content: '';
  background-color: #ec1c24;
  width: 4px;
  height: 1em;
  margin-left: -12px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.nyg_roomfor.module h2::before {
  content: '';
  background-color: #ec1c24;
  width: 4px;
  height: 1em;
  margin-left: -12px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
@media all and (min-width: 720px) {
  .nyg_roomfor.module h2 {
    font-size: 26px;
  }
}
@media all and (min-width: 1680px) {
  .nyg_roomfor.module h2 {
    background-color: #efefef;
    border-left: 3px #ec1c24 solid;
    padding-top: 7px;
    padding-right: 21px;
    padding-bottom: 7px;
    padding-left: 21px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .nyg_roomfor.module h2::before {
    display: none;
  }
}
.nyg_roomfor.module .inner-container {
  padding-right: 21px;
  padding-bottom: 12px;
  padding-left: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 1080px) {
  .nyg_roomfor.module .inner-container {
    margin-left: 21px;
  }
}
@media all and (min-width: 1680px) {
  .nyg_roomfor.module .inner-container {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-left: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.nyg_roomfor.module .inner-container .title {
  width: 100%;
}
@media all and (min-width: 1680px) {
  .nyg_roomfor.module .inner-container .title {
    width: auto;
  }
}
.nyg_roomfor.module .inner-container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nyg_roomfor.module .value,
.nyg_roomfor.module .divider {
  font-size: 22px;
  /*margin-top: @spacing-main / 3;
        margin-bottom: @spacing-main / 3;*/
  display: inline-block;
}
@media all and (min-width: 1080px) {
  .nyg_roomfor.module .value,
  .nyg_roomfor.module .divider {
    width: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 17px;
  }
}
.nyg_roomfor.module .value {
  font-size: 5.5vw;
  font-weight: 600;
  background-color: #ffffff;
  padding-top: 7px;
  padding-right: 21px;
  padding-bottom: 7px;
  padding-left: 21px;
}
@media all and (min-width: 720px) {
  .nyg_roomfor.module .value {
    font-size: 26px;
  }
}
.nyg_roomfor.module .divider {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 12px;
  display: block;
}
@media all and (min-width: 1080px) {
  .nyg_roomfor.module .divider {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: inline-block;
  }
}
.nyg_roomfor.module span:first-of-type {
  margin-left: 0;
}
.nyg_breadcrumbs.module {
  font-family: Industry, Arial, sans-serif;
  font-size: 14px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: var(--padding-sm);
}
.nyg_banner.module ~ .nyg_breadcrumbs.module {
  padding-top: 0;
}
.nyg_breadcrumbs.module:first-child {
  padding-top: var(--margin-xs);
}
@media all and (min-width: 992px) {
  .nyg_breadcrumbs.module:first-child {
    padding-top: 0;
  }
}
.nyg_breadcrumbs.module .container {
  position: relative;
  height: 100%;
  max-width: 1720px;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}
.nyg_breadcrumbs.module ul {
  list-style: none;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 7px;
  padding-left: 0;
  margin: 0;
  display: inline-block;
}
.nyg_breadcrumbs.module ul li {
  color: rgba(87, 93, 96, 0.7);
  display: inline-block;
  font-family: "proxima-nova", Roboto, Arial, sans-serif;
}
.nyg_breadcrumbs.module ul li::after {
  content: "/";
  margin-left: calc(var(--margin-xs) / 4);
  margin-right: calc(var(--margin-xs) / 4);
}
.nyg_breadcrumbs.module ul li:first-of-type {
  padding-left: 0;
}
.nyg_breadcrumbs.module ul li:last-of-type {
  padding-right: 0;
  border-right: none;
}
.nyg_breadcrumbs.module ul li:last-of-type::after {
  content: none;
}
.nyg_breadcrumbs.module ul li:hover {
  color: #575d60;
}
.nyg_breadcrumbs.module ul li.current {
  font-weight: 600;
  color: #575d60;
}
.nyg_breadcrumbs.module ul li a {
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}
@-webkit-keyframes draw-checkbox {
  0% {
    stroke-dashoffset: -33;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes draw-checkbox {
  0% {
    stroke-dashoffset: -33;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.nyg_carpicker.module {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media all and (min-width: 992px) {
  .nyg_carpicker.module {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.nyg_carpicker.module .container .inner-container {
  width: 100%;
}
.bg-color-not-set.nyg_carpicker.module .container .inner-container {
  color: #575d60;
  background-color: transparent;
}
.bg-color-main.nyg_carpicker.module .container .inner-container {
  color: #ffffff;
  background-color: #ec1c24;
}
.bg-color-alt.nyg_carpicker.module .container .inner-container {
  color: #000000;
  background-color: #f3f5f7;
}
.bg-color-secondary.nyg_carpicker.module .container .inner-container {
  color: #fff;
  background-color: #1e5476;
}
.bg-color-white.nyg_carpicker.module .container .inner-container {
  color: #1e5476;
  background-color: #ffffff;
}
.bg-color-not-set.nyg_carpicker.module .container .inner-container {
  color: #575d60;
  background-color: transparent;
}
.bg-color-main.nyg_carpicker.module .container .inner-container {
  color: #ffffff;
  background-color: #ec1c24;
}
.bg-color-alt.nyg_carpicker.module .container .inner-container {
  color: #000000;
  background-color: #f3f5f7;
}
.bg-color-secondary.nyg_carpicker.module .container .inner-container {
  color: #fff;
  background-color: #1e5476;
}
.bg-color-white.nyg_carpicker.module .container .inner-container {
  color: #1e5476;
  background-color: #ffffff;
}
.nyg_carpicker.module .container .inner-container .text-container {
  text-align: center;
  font-family: Industry, Arial, sans-serif;
}
.nyg_carpicker.module .container .inner-container .button-container {
  text-align: center;
}
.nyg_carpicker.module .findRoofbox {
  text-align: center;
}
.nyg_carpicker.module .page-list {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nyg_carpicker.module .page-list .page-card {
  width: 100%;
  background-color: #f4f5f7;
  padding-top: 0;
  padding-right: 48px;
  padding-bottom: 48px;
  padding-left: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: var(--margin-sm);
}
@media all and (min-width: 768px) {
  .nyg_carpicker.module .page-list .page-card {
    width: calc(calc(100% / 2) - calc(var(--margin-sm) / 2));
  }
}
@media all and (min-width: 1200px) {
  .nyg_carpicker.module .page-list .page-card {
    width: calc(calc(100% / 3) - calc(var(--margin-sm) / 2));
  }
}
.bg-color-not-set.nyg_carpicker.module .page-list .page-card,
.bg-color-white.nyg_carpicker.module .page-list .page-card,
.bg-color-alt.nyg_carpicker.module .page-list .page-card {
  border-color: rgba(87, 93, 96, 0.3);
}
.nyg_carpicker.module .page-list .page-card a.link-container {
  text-indent: -9001em;
  position: absolute;
  z-index: 15;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nyg_carpicker.module .page-list .page-card .text-container {
  font-family: Industry, Arial, sans-serif;
  color: inherit;
  text-align: center;
  padding: 28px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_carpicker.module .page-list .page-card .text-container h3 {
  font-size: 6.5vw;
  font-weight: 500;
  margin-bottom: 16px;
}
@media all and (min-width: 720px) {
  .nyg_carpicker.module .page-list .page-card .text-container h3 {
    font-size: 40px;
  }
}
.nyg_carpicker.module .page-list .page-card .text-container .text {
  font-size: 5vw;
}
@media all and (min-width: 720px) {
  .nyg_carpicker.module .page-list .page-card .text-container .text {
    font-size: 22px;
  }
}
.nyg_carpicker.module .page-list .page-card .image-container {
  width: 100%;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
}
.nyg_carpicker.module .page-list .page-card .image-container::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  opacity: 1;
}
.nyg_carpicker.module .page-list .page-card .image-container .img-object {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 60%;
}
.nyg_carpicker.module .page-list .page-card:hover .text-container {
  color: #ec1c24;
}
.bg-color-main.nyg_carpicker.module .page-list .page-card:hover .text-container {
  color: #1e5476;
}
.nyg_carpicker.module .page-list .page-card:hover .image-container {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.nyg_carpicker.module .page-list .page-card:hover .image-container::before {
  opacity: 0.7;
}
.nyg_companypersonalform.module {
  font-family: Industry, Arial, sans-serif;
  color: #575d60;
  background-color: #ffffff;
  padding-top: 48px;
  padding-bottom: 48px;
}
.nyg_companypersonalform.module .container {
  padding: 16px;
}
.nyg_companypersonalform.module .container h2 {
  font-size: 45px;
  font-weight: 500;
}
.nyg_companypersonalform.module .container h3 {
  font-size: 30px;
  font-weight: bold;
}
.nyg_companypersonalform.module .container p {
  font-size: 22px;
}
.nyg_companypersonalform.module .container a {
  color: #1e5476;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_companypersonalform.module .container a:hover {
  color: #ec1c24;
}
.nyg_companypersonalform.module .container .form-module fieldset {
  padding: 0;
  border: 0;
}
.nyg_companypersonalform.module .container .form-module fieldset .form-field {
  background: #fff;
  padding-left: 0;
}
.nyg_companypersonalform.module .container .form-module fieldset.enabled .form-field:not(.form-field--checkbox) {
  background: #f3f5f7;
  padding-left: 20px;
}
.nyg_companypersonalform.module .container .form-module .form-group {
  margin-left: 0;
}
.nyg_companypersonalform.module .container .form-module .form-field--checkbox {
  background: #fff;
  padding-left: 0;
}
.nyg_companypersonalform.module .container .form-module .submit-container {
  width: auto;
  display: inline;
}
/* FONT SETTINGS */
/* COLOR SCHEMES */
/* SPACING */
/* SPEEDS */
/* ANIMATIONS */
/* SCREEN SIZES */
/*CONTAINERS*/
/*BORDERS*/
.nyg_contactform.module {
  background-color: #ffffff;
  margin-top: var(--margin-lg);
  margin-bottom: var(--margin-lg);
  position: relative;
  overflow: hidden;
}
.nyg_textimage.module ~ .nyg_contactform.module {
  margin-top: var(--margin-lg);
}
.nyg_contactform.module .container {
  position: relative;
  z-index: 2;
}
@media all and (min-width: 1080px) {
  .nyg_contactform.module .container .inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media all and (min-width: 1280px) {
  .nyg_contactform.module .container .inner-container {
    padding-right: 0;
    padding-left: 0;
  }
}
.nyg_contactform.module .container h2 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 6px;
  padding-top: 5px;
  position: relative;
}
.nyg_contactform.module .container .first-section,
.nyg_contactform.module .container .second-section {
  width: 100%;
}
.nyg_contactform.module .container .first-section p,
.nyg_contactform.module .container .second-section p {
  margin: 0;
}
@media all and (min-width: 1080px) {
  .nyg_contactform.module .container .first-section,
  .nyg_contactform.module .container .second-section {
    width: 50%;
  }
}
.nyg_contactform.module .container .second-section {
  margin-top: 21px;
}
@media all and (min-width: 1080px) {
  .nyg_contactform.module .container .second-section {
    margin-top: 0;
    width: 50%;
  }
}
.nyg_contactform.module .intro-text {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 1280px) {
  .nyg_contactform.module .intro-text {
    padding-right: 21px;
  }
}
.nyg_contactform.module .intro-text a {
  color: #575d60;
  text-decoration: none;
}
.nyg_contactform.module .intro-text a:hover {
  text-decoration: underline;
}
@media all and (min-width: 1080px) {
  .nyg_contactform.module .intro-text {
    padding-top: 0;
    padding-right: 48px;
    padding-bottom: 0;
  }
}
.nyg_contactform.module .intro-text p {
  margin: 32px 0;
  max-width: 100%;
}
@media all and (min-width: 1080px) {
  .nyg_contactform.module .intro-text p {
    max-width: 75%;
  }
}
.nyg_contactform.module .intro-text .contact-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nyg_contactform.module .intro-text .contact-information .contact-field {
  position: relative;
  margin-top: 36px;
  width: 100%;
  display: block;
  padding-left: var(--padding-sm);
}
.nyg_contactform.module .intro-text .contact-information .contact-field .label {
  font-weight: 700;
}
.nyg_contactform.module .intro-text .contact-information .contact-field a {
  text-decoration: underline;
  color: #1F5475;
  font-weight: 600;
}
.nyg_contactform.module .intro-text .contact-information .contact-field a:hover {
  color: #ec1c24;
}
.nyg_contactform.module .intro-text .contact-information .contact-field.email::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='17' viewBox='0 0 21 17' fill='none'%3E%3Cpath d='M1.575 17C1.155 17 0.7875 16.8406 0.4725 16.5219C0.1575 16.2031 0 15.8313 0 15.4062V1.59375C0 1.16875 0.1575 0.796875 0.4725 0.478125C0.7875 0.159375 1.155 0 1.575 0H19.425C19.845 0 20.2125 0.159375 20.5275 0.478125C20.8425 0.796875 21 1.16875 21 1.59375V15.4062C21 15.8313 20.8425 16.2031 20.5275 16.5219C20.2125 16.8406 19.845 17 19.425 17H1.575ZM10.5 8.97812L1.575 3.05469V15.4062H19.425V3.05469L10.5 8.97812ZM10.5 7.38437L19.32 1.59375H1.70625L10.5 7.38437ZM1.575 3.05469V1.59375V15.4062V3.05469Z' fill='%23EB1C24'/%3E%3C/svg%3E");
  display: block;
  width: 21px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 1px;
}
.nyg_contactform.module .intro-text .contact-information .contact-field.phone::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M17.8125 19C15.6662 19 13.5331 18.4722 11.4132 17.4167C9.29329 16.3611 7.38889 14.9889 5.7 13.3C4.01111 11.6111 2.63889 9.70671 1.58333 7.58681C0.527778 5.4669 0 3.3338 0 1.1875C0 0.853241 0.114352 0.571759 0.343056 0.343056C0.571759 0.114352 0.853241 0 1.1875 0H4.88194C5.12824 0 5.34375 0.0835648 5.52847 0.250694C5.71319 0.417824 5.83194 0.64213 5.88472 0.923611L6.59722 4.24861C6.63241 4.49491 6.62801 4.71921 6.58403 4.92153C6.54005 5.12384 6.44769 5.29537 6.30694 5.43611L3.66806 8.10139C4.65324 9.7375 5.75718 11.1625 6.97986 12.3764C8.20255 13.5903 9.58796 14.6194 11.1361 15.4639L13.6431 12.8778C13.819 12.6843 14.0213 12.5479 14.25 12.4688C14.4787 12.3896 14.7074 12.3764 14.9361 12.4292L18.0764 13.1153C18.3403 13.1681 18.5602 13.3 18.7361 13.5111C18.912 13.7222 19 13.9685 19 14.25V17.8125C19 18.1468 18.8856 18.4282 18.6569 18.6569C18.4282 18.8856 18.1468 19 17.8125 19ZM2.87639 6.65L5.01389 4.48611L4.40694 1.58333H1.58333C1.58333 2.26944 1.68889 3.02153 1.9 3.83958C2.11111 4.65764 2.43657 5.59444 2.87639 6.65ZM12.6139 16.2292C13.3352 16.5634 14.1181 16.8361 14.9625 17.0472C15.8069 17.2583 16.625 17.3815 17.4167 17.4167V14.5931L14.6986 14.0389L12.6139 16.2292Z' fill='%23EB1C24'/%3E%3C/svg%3E");
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 1px;
}
.nyg_contactform.module .intro-text .contact-information .contact-field.address::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' viewBox='0 0 17 21' fill='none'%3E%3Cpath d='M8.5 10.2375C9.01354 10.2375 9.45182 10.0581 9.81484 9.69938C10.1779 9.34062 10.3594 8.9075 10.3594 8.4C10.3594 7.8925 10.1779 7.45937 9.81484 7.10062C9.45182 6.74187 9.01354 6.5625 8.5 6.5625C7.98646 6.5625 7.54818 6.74187 7.18516 7.10062C6.82214 7.45937 6.64062 7.8925 6.64062 8.4C6.64062 8.9075 6.82214 9.34062 7.18516 9.69938C7.54818 10.0581 7.98646 10.2375 8.5 10.2375ZM8.5 18.9262C10.8552 16.8087 12.5951 14.8881 13.7195 13.1644C14.844 11.4406 15.4062 9.9225 15.4062 8.61C15.4062 6.545 14.7378 4.85625 13.4008 3.54375C12.0638 2.23125 10.4302 1.575 8.5 1.575C6.56979 1.575 4.9362 2.23125 3.59922 3.54375C2.26224 4.85625 1.59375 6.545 1.59375 8.61C1.59375 9.9225 2.16927 11.4406 3.32031 13.1644C4.47135 14.8881 6.19792 16.8087 8.5 18.9262ZM8.5 21C5.64896 18.6025 3.51953 16.3756 2.11172 14.3194C0.703906 12.2631 0 10.36 0 8.61C0 5.985 0.854427 3.89375 2.56328 2.33625C4.27214 0.77875 6.25104 0 8.5 0C10.749 0 12.7279 0.77875 14.4367 2.33625C16.1456 3.89375 17 5.985 17 8.61C17 10.36 16.2961 12.2631 14.8883 14.3194C13.4805 16.3756 11.351 18.6025 8.5 21Z' fill='%23EB1C24'/%3E%3C/svg%3E");
  display: block;
  width: 19px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 1px;
}
.nyg_contactform.module .contact-form {
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*.form-submit {
            font-size: 2.0em;
            background-color: rgba(255,255,255,0.9);
            width: 114px;
            padding: 7px 25px;
            margin: 32px 0;
            border: none;
            border-radius: 15px;
            cursor: pointer;

            &:hover {
                background-color: rgba(255,255,255,1);
            }
        }*/
}
@media all and (min-width: 1280px) {
  .nyg_contactform.module .contact-form {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 48px;
  }
}
.nyg_contactform.module .contact-form.sending form {
  opacity: 0.2;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.nyg_contactform.module .contact-form.sending .sending-container {
  color: #575d60;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
}
.nyg_contactform.module .contact-form.sending.sent .sending-message {
  opacity: 0;
}
.nyg_contactform.module .contact-form.sending.sent .sent-message {
  opacity: 1;
}
.nyg_contactform.module .contact-form form {
  position: relative;
  z-index: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_contactform.module .contact-form .sending-container {
  opacity: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_contactform.module .contact-form .sending-container .sending-message {
  text-align: center;
  position: absolute;
  z-index: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_contactform.module .contact-form .sending-container .sending-message img {
  width: 200px;
  height: auto;
}
.nyg_contactform.module .contact-form .sending-container .sending-message div {
  font-size: 1.8em;
  font-weight: 600;
  text-align: center;
}
.nyg_contactform.module .contact-form .sending-container .sent-message {
  font-size: 1.8em;
  text-align: center;
  padding: 0 14px;
  position: absolute;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_contactform.module .contact-form .form-field- submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (min-width: 720px) {
  .nyg_contactform.module .contact-form .form-field- submit {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.nyg_contactform.module .contact-form .form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: var(--fs-body);
  width: 100%;
  margin: 32px 0;
  border: none;
  position: relative;
}
.nyg_contactform.module .contact-form .form-field input,
.nyg_contactform.module .contact-form .form-field textarea {
  display: inline-block;
  border: 1px solid #000000;
  outline: 0;
  position: relative;
  z-index: 1;
  padding: calc(var(--padding-xs) / 2) calc(var(--padding-xs) / 2) calc(var(--padding-xs) / 2) calc(var(--padding-sm) / 2);
  border-radius: 5px;
}
.nyg_contactform.module .contact-form .form-field input::-webkit-outer-spin-button,
.nyg_contactform.module .contact-form .form-field input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.nyg_contactform.module .contact-form .form-field label {
  color: #333;
  z-index: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_contactform.module .contact-form .form-field .field-validation-error {
  right: 14px;
  position: absolute;
  top: 6px;
  right: 12px;
  font-size: var(--fs-menu-secondary);
  font-weight: 600;
  display: inline-block !important;
  color: #EB1C24;
}
.nyg_contactform.module .contact-form .form-field.active label,
.nyg_contactform.module .contact-form .form-field.has-value label {
  color: #1e5476;
}
.nyg_contactform.module .contact-form .radio-field {
  margin-top: 50px;
  margin-bottom: -10px;
}
.nyg_contactform.module .contact-form .radio-field input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.nyg_contactform.module .contact-form .radio-field label,
.nyg_contactform.module .contact-form .radio-field span {
  font-size: 5.5vw;
  color: #ffffff;
  line-height: 0.5;
  margin-right: 20px;
}
@media all and (min-width: 720px) {
  .nyg_contactform.module .contact-form .radio-field label,
  .nyg_contactform.module .contact-form .radio-field span {
    font-size: 26px;
  }
}
.nyg_contactform.module .contact-form .radio-field label {
  cursor: pointer;
}
.nyg_contactform.module .contact-form .radio-field input[type="radio"] + label:before {
  content: "";
  background: #ffffff;
  border-radius: 100%;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_contactform.module .contact-form .radio-field input[type="radio"]:checked + label:before {
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 0 0 4px #000000;
          box-shadow: inset 0 0 0 4px #000000;
}
.nyg_contactform.module .contact-form .radio-field input[type="radio"]:focus + label:before {
  outline: none;
  border-color: #575d60;
}
.nyg_contactform.module .contact-form .radio-field input[type="radio"]:disabled + label:before {
  background: #575d60;
}
.nyg_contactform.module .contact-form .radio-field input[type="radio"] + label:empty:before {
  margin-right: 0;
}
.nyg_contactform.module .contact-form .pull-submit-right {
  text-align: left;
  width: 100%;
  display: block;
}
@media all and (min-width: 992px) {
  .nyg_contactform.module .contact-form .pull-submit-right {
    text-align: right;
  }
}
.nyg_contactform.module .contact-form .button-object {
  display: inline-block;
  background-color: var(--button-primary-bg-color);
  border-radius: var(--button-radius);
  border: 0;
  color: var(--button-primary-color);
  padding: 14px 47px 12px;
  font-family: "proxima-nova", Roboto, Arial, sans-serif;
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: var(--lh-body);
  font-weight: 600;
  margin-top: var(--margin-xs);
  padding: 0;
  position: relative;
}
.nyg_contactform.module .contact-form .button-object:hover {
  font-weight: 700;
  background-color: var(--button-primary-bg-color-hover);
}
.nyg_contactform.module .contact-form .button-object:hover {
  font-weight: 700;
  background-color: var(--button-primary-bg-color-hover);
}
.nyg_contactform.module .contact-form .button-object .form-submit {
  color: #ffffff;
  background-color: transparent;
  padding: 14px 80px 12px 47px;
  border: none;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
  opacity: 1;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.nyg_contactform.module .contact-form .button-object .form-submit:disabled {
  cursor: not-allowed;
}
.nyg_contactform.module .contact-form .button-object::after {
  content: url("data:image/svg+xml,%3Csvg width='23' height='8' viewBox='0 0 23 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.3536 4.35356C22.5488 4.15829 22.5488 3.84171 22.3536 3.64645L19.1716 0.464468C18.9763 0.269206 18.6597 0.269206 18.4645 0.464468C18.2692 0.65973 18.2692 0.976312 18.4645 1.17157L21.2929 4L18.4645 6.82843C18.2692 7.02369 18.2692 7.34027 18.4645 7.53554C18.6597 7.7308 18.9763 7.7308 19.1716 7.53554L22.3536 4.35356ZM-4.37114e-08 4.5L22 4.5L22 3.5L4.37114e-08 3.5L-4.37114e-08 4.5Z' fill='white'/%3E%3C/svg%3E%0A");
  display: inline-block;
  pointer-events: none;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nyg_contactform.module .contact-form .button-object.disabled::before {
  width: 0;
}
.nyg_contactform.module .contact-form textarea.text-box {
  resize: none;
}
.nyg_contactform.module .contact-form .gdpr-compliance {
  color: #575d60;
}
.nyg_contactform.module .contact-form .gdpr-compliance p {
  font-size: var(--fs-menu);
}
.nyg_contactform.module .contact-form .gdpr-compliance a {
  color: #575d60;
}
.nyg_contactform.module .contact-form .gdpr-compliance a:hover {
  color: #ec1c24;
}
.nyg_contactform.module .contact-form .gdpr-compliance.gdpr-checkbox {
  padding: 0 14px 0 0;
}
.nyg_contactform.module .contact-form .gdpr-compliance.gdpr-checkbox input[type="checkbox"]:checked ~ label::before {
  background-color: #f3f5f7;
}
.nyg_contactform.module .contact-form .gdpr-compliance.gdpr-checkbox input[type="checkbox"]:checked ~ label > svg {
  height: 24px;
  -webkit-animation: draw-checkbox ease-in-out 0.2s forwards;
          animation: draw-checkbox ease-in-out 0.2s forwards;
}
.nyg_contactform.module .contact-form .gdpr-compliance.gdpr-checkbox input[type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  display: inline-block;
}
.nyg_contactform.module .contact-form .gdpr-compliance.gdpr-checkbox label {
  font-size: var(--fs-menu);
  cursor: pointer;
  position: relative;
  float: left;
}
.nyg_contactform.module .contact-form .gdpr-compliance.gdpr-checkbox label:active::after {
  background-color: #e6e6e6;
}
.nyg_contactform.module .contact-form .gdpr-compliance.gdpr-checkbox label::before {
  content: "";
  height: 20px;
  width: 20px;
  margin-top: 6px;
  margin-right: 1rem;
  float: left;
  border: 1px solid #000000;
  background-color: #f3f5f7;
  -webkit-transition: 0.15s all ease-out;
  transition: 0.15s all ease-out;
}
.nyg_contactform.module .contact-form .gdpr-compliance.gdpr-checkbox label svg {
  stroke: #1e5476;
  stroke-width: 3px;
  height: 0;
  width: 16px;
  position: absolute;
  left: 3px;
  top: 5px;
  stroke-dasharray: 33;
}
.nyg_contactform.module .contact-form .gdpr-compliance.gdpr-checkbox label span {
  overflow: hidden;
  display: block;
}
.nyg_employees.module {
  font-family: Industry, Arial, sans-serif;
  background-color: #ffffff;
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
}
.nyg_employees.module .container {
  width: 100%;
}
.nyg_employees.module .employee-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nyg_employees.module h2 {
  font-family: Industry, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #575d60;
  width: calc(100% - 27px);
  margin-top: 0;
  margin-bottom: 48px;
  position: relative;
  left: 27px;
}
@media all and (min-width: 1280px) {
  .nyg_employees.module h2 {
    left: 15px;
  }
}
.nyg_employees.module h2::before {
  content: '';
  background-color: #ec1c24;
  width: 4px;
  height: 1em;
  margin-left: -12px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.nyg_employees.module h2::before {
  content: '';
  background-color: #ec1c24;
  width: 4px;
  height: 1em;
  margin-left: -12px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.nyg_employees.module .employee-card {
  background-color: #efefef;
  width: 100%;
  margin-right: 14px;
  margin-bottom: 40px;
  margin-left: 14px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (min-width: 720px) {
  .nyg_employees.module .employee-card {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media all and (min-width: 960px) {
  .nyg_employees.module .employee-card {
    width: calc( 50%  -  28px );
    margin-right: 14px;
    margin-left: 14px;
  }
}
@media all and (min-width: 1280px) {
  .nyg_employees.module .employee-card {
    width: calc( 33.33333333%  -  26.66666667px );
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .nyg_employees.module .employee-card:nth-child(1n + 4) {
    margin-top: 48px;
  }
  .nyg_employees.module .employee-card:nth-child(3n + 2) {
    margin-right: 40px;
    margin-Left: 40px;
  }
}
.nyg_employees.module .employee-card .image-container {
  width: 100%;
}
@media all and (min-width: 720px) {
  .nyg_employees.module .employee-card .image-container {
    width: 35%;
  }
}
.nyg_employees.module .employee-card .image-container .img-object {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  background-size: cover;
  background-position: center;
  height: 100%;
}
.nyg_employees.module .employee-card .image-container .img-object::before {
  content: '';
  display: block;
  padding-bottom: 60%;
}
@media all and (min-width: 720px) {
  .nyg_employees.module .employee-card .image-container .img-object::before {
    padding-bottom: 130%;
  }
}
.nyg_employees.module .employee-card .contact-container {
  color: #575d60;
  width: 100%;
  padding-top: 24px;
  padding-right: 12px;
  padding-bottom: 24px;
  padding-left: 12px;
  /*.label {
                margin-right: 22px;
                position: relative;


                &::after {
                    content: '';
                    background-color: @color-grey-light-contrast;
                    width: 6px;
                    height: 6px;
                    border-radius: 50%;
                    display: inline-block;
                    position: absolute;
                    margin-right: -18px;
                    top: 50%;
                    right: 0;
                    transform: translateY(-50%);
                }
            }*/
}
@media all and (min-width: 720px) {
  .nyg_employees.module .employee-card .contact-container {
    width: 65%;
  }
}
.nyg_employees.module .employee-card .contact-container h3 {
  font-size: 6.5vw;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 12px;
}
@media all and (min-width: 720px) {
  .nyg_employees.module .employee-card .contact-container h3 {
    font-size: 40px;
  }
}
.nyg_employees.module .employee-card .contact-container ul {
  font-size: 6.5vw;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media all and (min-width: 320px) {
  .nyg_employees.module .employee-card .contact-container ul {
    font-size: 4vw;
  }
}
@media all and (min-width: 960px) {
  .nyg_employees.module .employee-card .contact-container ul {
    font-size: 16px;
  }
}
.nyg_employees.module .employee-card .contact-container .contact-title {
  font-size: 7.5vw;
  margin-top: 12px;
  margin-bottom: 24px;
}
@media all and (min-width: 320px) {
  .nyg_employees.module .employee-card .contact-container .contact-title {
    font-size: 4.5vw;
  }
}
@media all and (min-width: 960px) {
  .nyg_employees.module .employee-card .contact-container .contact-title {
    font-size: 18px;
  }
}
.nyg_employees.module .employee-card .contact-container .label {
  width: 100%;
  display: inline-block;
}
.nyg_employees.module .employee-card .contact-container a {
  font-weight: 500;
  color: #1e5476;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_employees.module .employee-card .contact-container a:hover {
  color: #ec1c24;
}
.nyg_factboxes.module {
  font-family: Industry, Arial, sans-serif;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: var(--margin-xl);
  margin-bottom: var(--margin-xl);
}
.bg-color-not-set.nyg_factboxes.module {
  color: #575d60;
  background-color: transparent;
}
.bg-color-main.nyg_factboxes.module {
  color: #ffffff;
  background-color: #ec1c24;
}
.bg-color-alt.nyg_factboxes.module {
  color: #000000;
  background-color: #f3f5f7;
}
.bg-color-secondary.nyg_factboxes.module {
  color: #fff;
  background-color: #1e5476;
}
.bg-color-white.nyg_factboxes.module {
  color: #1e5476;
  background-color: #ffffff;
}
.bg-color-not-set.nyg_factboxes.module {
  color: #575d60;
  background-color: transparent;
}
.bg-color-main.nyg_factboxes.module {
  color: #ffffff;
  background-color: #ec1c24;
}
.bg-color-alt.nyg_factboxes.module {
  color: #000000;
  background-color: #f3f5f7;
}
.bg-color-secondary.nyg_factboxes.module {
  color: #fff;
  background-color: #1e5476;
}
.bg-color-white.nyg_factboxes.module {
  color: #1e5476;
  background-color: #ffffff;
}
.nyg_factboxes.module .container .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.small-size.nyg_factboxes.module .container .inner-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.nyg_factboxes.module h2 {
  font-family: Industry, Arial, sans-serif;
  font-size: 7.5vw;
  font-weight: 500;
  color: inherit;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
@media all and (min-width: 720px) {
  .nyg_factboxes.module h2 {
    font-size: 40px;
  }
}
.nyg_factboxes.module .fact-box-container {
  width: 100%;
}
.nyg_factboxes.module ul.fact-box-list {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (min-width: 960px) {
  .nyg_factboxes.module ul.fact-box-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.nyg_factboxes.module ul.fact-box-list li {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  display: inline-block;
}
@media all and (min-width: 960px) {
  .nyg_factboxes.module ul.fact-box-list li {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .boxes-1.nyg_factboxes.module ul.fact-box-list li {
    width: 100%;
  }
  .boxes-2.nyg_factboxes.module ul.fact-box-list li {
    width: 50%;
  }
  .boxes-3.nyg_factboxes.module ul.fact-box-list li {
    width: 33.33333333%;
  }
  .boxes-4.nyg_factboxes.module ul.fact-box-list li {
    width: 25%;
  }
}
.nyg_factboxes.module .fact-box {
  text-align: center;
  width: 100%;
  max-width: 350px;
  padding-top: 48px;
  padding-bottom: 48px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.card-bg-color-not-set.nyg_factboxes.module .fact-box {
  color: #575d60;
  background-color: transparent;
}
.card-bg-color-main.nyg_factboxes.module .fact-box {
  color: #ffffff;
  background-color: #ec1c24;
}
.card-bg-color-alt.nyg_factboxes.module .fact-box {
  color: #000000;
  background-color: #f3f5f7;
}
.card-bg-color-secondary.nyg_factboxes.module .fact-box {
  color: #fff;
  background-color: #1e5476;
}
.card-bg-color-white.nyg_factboxes.module .fact-box {
  color: #1e5476;
  background-color: #ffffff;
}
.nyg_factboxes.module .fact-box .image-container {
  width: 100%;
}
.nyg_factboxes.module .fact-box .image-container img,
.nyg_factboxes.module .fact-box .image-container svg {
  max-width: 125px;
  max-height: 125px;
}
.nyg_factboxes.module .fact-box .image-container svg path,
.nyg_factboxes.module .fact-box .image-container svg text,
.nyg_factboxes.module .fact-box .image-container svg polygon {
  /*.bg-color-not-set& {
                        fill: @color-secondary;
                    }*/
}
.bg-color-main.nyg_factboxes.module .fact-box .image-container svg path,
.bg-color-main.nyg_factboxes.module .fact-box .image-container svg text,
.bg-color-main.nyg_factboxes.module .fact-box .image-container svg polygon {
  fill: #ffffff;
}
.bg-color-alt.nyg_factboxes.module .fact-box .image-container svg path,
.bg-color-alt.nyg_factboxes.module .fact-box .image-container svg text,
.bg-color-alt.nyg_factboxes.module .fact-box .image-container svg polygon {
  fill: #000000;
}
.bg-color-secondary.nyg_factboxes.module .fact-box .image-container svg path,
.bg-color-secondary.nyg_factboxes.module .fact-box .image-container svg text,
.bg-color-secondary.nyg_factboxes.module .fact-box .image-container svg polygon {
  fill: #fff;
}
.bg-color-white.nyg_factboxes.module .fact-box .image-container svg path,
.bg-color-white.nyg_factboxes.module .fact-box .image-container svg text,
.bg-color-white.nyg_factboxes.module .fact-box .image-container svg polygon {
  fill: #1e5476;
}
.nyg_factboxes.module .fact-box h3.title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  margin-top: 48px;
  margin-bottom: 0;
}
.nyg_factboxes.module .fact-box .text-container {
  font-size: 22px;
}
.nyg_factboxes.module .fact-box .link-container a.link {
  text-indent: -9001em;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nyg_faq.module {
  font-family: Industry, Roboto, Arial, sans-serif;
  margin-top: var(--margin-md);
  margin-bottom: var(--margin-md);
}
.nyg_text.module + .nyg_faq.module {
  margin-top: 0;
}
.nyg_faq.module .question-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nyg_faq.module ul {
  list-style: none;
  padding-top: 0;
  padding-right: 21px;
  padding-bottom: 0;
  padding-left: 21px;
  margin: 0;
  width: 100%;
}
@media all and (min-width: 1280px) {
  .nyg_faq.module ul {
    width: 80%;
  }
}
@media all and (min-width: 1680px) {
  .nyg_faq.module ul {
    padding-right: 0;
    padding-left: 0;
  }
}
.nyg_faq.module ul li {
  border-bottom: 1px solid red;
}
.nyg_faq.module ul .question {
  font-size: 18px;
  font-family: "proxima-nova", Roboto, Arial, sans-serif;
  font-weight: 400;
  margin-top: 4px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nyg_faq.module ul .question .caret-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  min-width: 45px;
  min-height: 45px;
}
.nyg_faq.module ul .question .caret-container svg {
  width: 14px;
  height: 16px;
  display: inline-block;
}
.nyg_faq.module ul .question .caret-container svg path {
  fill: #000000;
}
.nyg_faq.module ul .question span {
  padding: calc(var(--padding-sm) / 2);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.nyg_faq.module ul .question.expanded {
  font-weight: 600;
}
.nyg_faq.module ul .question.expanded svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nyg_faq.module ul .answer {
  color: #575d60;
  background-color: #ffffff;
  padding: calc(var(--padding-sm) / 2);
  padding-top: 0;
  padding-bottom: var(--padding-sm);
  font-family: "proxima-nova", Roboto, Arial, sans-serif;
}
.nyg_faq.module ul.accordion-enabled .question {
  cursor: pointer;
}
.nyg_findroofbox.module {
  margin-top: 23px;
  margin-bottom: 23px;
}
.nyg_carpicker.module .nyg_findroofbox.module,
.nyg_headingtextimage.module .nyg_findroofbox.module,
.nyg_productpage.module .nyg_findroofbox.module {
  display: none;
}
.nyg_carpicker.module .nyg_findroofbox.module.active,
.nyg_headingtextimage.module .nyg_findroofbox.module.active,
.nyg_productpage.module .nyg_findroofbox.module.active {
  display: block;
}
.nyg_banner.module .nyg_findroofbox.module,
.nyg_carpicker.module .nyg_findroofbox.module,
.nyg_productpage.module .nyg_findroofbox.module,
.nyg_headingtextimage.module .nyg_findroofbox.module,
.find-roof-box-button.page-element .nyg_findroofbox.module {
  position: absolute;
  z-index: 1000;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}
.roof-box-active .nyg_banner.module .nyg_findroofbox.module.active,
.roof-box-active .nyg_carpicker.module .nyg_findroofbox.module.active,
.roof-box-active .nyg_productpage.module .nyg_findroofbox.module.active,
.roof-box-active .nyg_headingtextimage.module .nyg_findroofbox.module.active,
.roof-box-active .find-roof-box-button.page-element .nyg_findroofbox.module.active {
  background-color: #575d60;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: fixed;
  z-index: 10000;
  top: 2%;
  right: 2%;
  bottom: 2%;
  left: 2%;
}
@media all and (min-width: 1080px) {
  .roof-box-active .nyg_banner.module .nyg_findroofbox.module.active,
  .roof-box-active .nyg_carpicker.module .nyg_findroofbox.module.active,
  .roof-box-active .nyg_productpage.module .nyg_findroofbox.module.active,
  .roof-box-active .nyg_headingtextimage.module .nyg_findroofbox.module.active,
  .roof-box-active .find-roof-box-button.page-element .nyg_findroofbox.module.active {
    top: 10%;
    bottom: auto;
  }
}
.nyg_banner.module .nyg_findroofbox.module,
.nyg_carpicker.module .nyg_findroofbox.module,
.nyg_productpage.module .nyg_findroofbox.module,
.nyg_headingtextimage.module .nyg_findroofbox.module,
.find-roof-box-button.page-element .nyg_findroofbox.module {
  opacity: 0;
  width: 0;
  height: 0;
}
.nyg_banner.module .nyg_findroofbox.module.active,
.nyg_carpicker.module .nyg_findroofbox.module.active,
.nyg_productpage.module .nyg_findroofbox.module.active,
.nyg_headingtextimage.module .nyg_findroofbox.module.active,
.find-roof-box-button.page-element .nyg_findroofbox.module.active {
  opacity: 1;
  width: auto;
  height: auto;
}
@media all and (min-width: 1080px) {
  .nyg_banner.module .nyg_findroofbox.module,
  .nyg_carpicker.module .nyg_findroofbox.module,
  .nyg_productpage.module .nyg_findroofbox.module,
  .nyg_headingtextimage.module .nyg_findroofbox.module,
  .find-roof-box-button.page-element .nyg_findroofbox.module {
    width: 90%;
    max-width: 425px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    z-index: 500;
    right: 5%;
    bottom: 5%;
    left: auto;
    opacity: 1;
  }
  .nyg_banner.module .nyg_findroofbox.module.active,
  .nyg_carpicker.module .nyg_findroofbox.module.active,
  .nyg_productpage.module .nyg_findroofbox.module.active,
  .nyg_headingtextimage.module .nyg_findroofbox.module.active,
  .find-roof-box-button.page-element .nyg_findroofbox.module.active {
    max-width: 90%;
    max-height: 600px;
  }
}
.find-roof-box-button.page-element .nyg_findroofbox.module {
  overflow: hidden;
}
@media all and (min-width: 1080px) {
  .find-roof-box-button.page-element .nyg_findroofbox.module {
    width: 0;
    height: 0;
    opacity: 0;
  }
}
.roof-box-active .find-roof-box-button.page-element .nyg_findroofbox.module {
  overflow: visible;
}
@media all and (min-width: 1080px) {
  .product-side-bar .nyg_findroofbox.module {
    position: relative;
  }
}
.roof-box-active .product-side-bar .nyg_findroofbox.module {
  position: fixed;
  width: 90%;
  left: 5%;
}
.nyg_findroofbox.module .find-roof-box {
  height: 100%;
}
@media all and (min-width: 1080px) {
  .nyg_findroofbox.module .find-roof-box {
    height: auto;
  }
}
.roof-box-active .nyg_findroofbox.module {
  z-index: 10000;
}
.roof-box-active .nyg_findroofbox.module .roof-box-container {
  border-left: none;
}
.roof-box-active .nyg_findroofbox.module .roof-box-container:hover {
  border-left: none;
}
.nyg_findroofbox.module .roof-box-container {
  position: relative;
  height: 100%;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  border-left: 3px rgba(236, 28, 36, 0) solid;
}
@media all and (min-width: 1080px) {
  .nyg_findroofbox.module .roof-box-container {
    height: auto;
  }
  .nyg_findroofbox.module .roof-box-container:hover {
    border-left: 3px #ec1c24 solid;
  }
}
.nyg_findroofbox.module h2 {
  font-family: Industry, Arial, sans-serif;
  font-weight: 500;
  font-size: 22px;
  background-color: #ffffff;
  cursor: pointer;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-side-bar .nyg_findroofbox.module h2 {
  font-size: 20px;
  font-weight: 400;
}
.nyg_findroofbox.module .header-container {
  position: relative;
}
.nyg_findroofbox.module .header-container .close-roof-box {
  color: #575d60;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  display: none;
}
.roof-box-active .nyg_findroofbox.module .header-container .close-roof-box {
  display: block;
}
.nyg_findroofbox.module .header-container .close-roof-box svg {
  width: 20px;
  height: 20px;
}
.nyg_findroofbox.module .header-container .close-roof-box svg path,
.nyg_findroofbox.module .header-container .close-roof-box svg line {
  fill: #575d60;
  stroke: #575d60;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_findroofbox.module .header-container .close-roof-box:hover svg path,
.nyg_findroofbox.module .header-container .close-roof-box:hover svg line {
  fill: #ec1c24;
  stroke: #ec1c24;
}
.nyg_findroofbox.module .input-container {
  position: relative;
}
.nyg_findroofbox.module .input-container .clear-input {
  color: #fff;
  padding: 12px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  display: none;
}
.has-input-value.nyg_findroofbox.module .input-container .clear-input {
  display: block;
}
.nyg_findroofbox.module .input-container .clear-input svg {
  width: 15px;
  height: 15px;
}
.nyg_findroofbox.module .input-container .clear-input svg path,
.nyg_findroofbox.module .input-container .clear-input svg line {
  fill: #fff;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_findroofbox.module .input-container .clear-input:hover svg path,
.nyg_findroofbox.module .input-container .clear-input:hover svg line {
  fill: #ec1c24;
  stroke: #ec1c24;
}
.nyg_findroofbox.module input {
  font-family: Industry, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background-color: #1e5476;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
@media all and (min-width: 960px) {
  .nyg_findroofbox.module input {
    font-size: 22px;
  }
}
.product-side-bar .nyg_findroofbox.module input {
  font-size: 20px;
  font-weight: 400;
}
.nyg_findroofbox.module input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.nyg_findroofbox.module input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.nyg_findroofbox.module input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.nyg_findroofbox.module input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.nyg_findroofbox.module input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.nyg_findroofbox.module input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.nyg_findroofbox.module input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.nyg_findroofbox.module .select-placeholder,
.nyg_findroofbox.module .result-placeholder {
  font-family: Industry, Arial, sans-serif;
  font-size: 20px;
  color: #ffffff;
  background-color: #575d60;
  width: calc(100% - 14px);
  height: calc(90% -  103px );
  margin-top: 5%;
  margin-right: 7px;
  margin-left: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  display: none;
  overflow-y: scroll;
}
.nyg_findroofbox.module .select-placeholder::-webkit-scrollbar,
.nyg_findroofbox.module .result-placeholder::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(0, 0, 0, 0);
}
.nyg_findroofbox.module .select-placeholder::-webkit-scrollbar-thumb,
.nyg_findroofbox.module .result-placeholder::-webkit-scrollbar-thumb {
  background-color: rgba(236, 28, 36, 0.8);
  border-radius: 6px;
}
.nyg_findroofbox.module .select-placeholder::-webkit-scrollbar-track,
.nyg_findroofbox.module .result-placeholder::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
}
.nyg_findroofbox.module .select-placeholder::-webkit-scrollbar,
.nyg_findroofbox.module .result-placeholder::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(0, 0, 0, 0);
}
.nyg_findroofbox.module .select-placeholder::-webkit-scrollbar-thumb,
.nyg_findroofbox.module .result-placeholder::-webkit-scrollbar-thumb {
  background-color: rgba(236, 28, 36, 0.8);
  border-radius: 6px;
}
.nyg_findroofbox.module .select-placeholder::-webkit-scrollbar-track,
.nyg_findroofbox.module .result-placeholder::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
}
@media all and (min-width: 1080px) {
  .nyg_findroofbox.module .select-placeholder,
  .nyg_findroofbox.module .result-placeholder {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
    overflow-y: auto;
  }
}
.nyg_findroofbox.module .select-placeholder .inner-container,
.nyg_findroofbox.module .result-placeholder .inner-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (min-width: 1280px) {
  .nyg_findroofbox.module .select-placeholder .inner-container,
  .nyg_findroofbox.module .result-placeholder .inner-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.nyg_findroofbox.module .select-placeholder .result-container,
.nyg_findroofbox.module .result-placeholder .result-container {
  text-align: left;
  width: 100%;
}
.nyg_findroofbox.module .select-placeholder .result-container::-webkit-scrollbar,
.nyg_findroofbox.module .result-placeholder .result-container::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(0, 0, 0, 0);
}
.nyg_findroofbox.module .select-placeholder .result-container::-webkit-scrollbar-thumb,
.nyg_findroofbox.module .result-placeholder .result-container::-webkit-scrollbar-thumb {
  background-color: rgba(236, 28, 36, 0.8);
  border-radius: 6px;
}
.nyg_findroofbox.module .select-placeholder .result-container::-webkit-scrollbar-track,
.nyg_findroofbox.module .result-placeholder .result-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
}
.nyg_findroofbox.module .select-placeholder .result-container::-webkit-scrollbar,
.nyg_findroofbox.module .result-placeholder .result-container::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(0, 0, 0, 0);
}
.nyg_findroofbox.module .select-placeholder .result-container::-webkit-scrollbar-thumb,
.nyg_findroofbox.module .result-placeholder .result-container::-webkit-scrollbar-thumb {
  background-color: rgba(236, 28, 36, 0.8);
  border-radius: 6px;
}
.nyg_findroofbox.module .select-placeholder .result-container::-webkit-scrollbar-track,
.nyg_findroofbox.module .result-placeholder .result-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
}
@media all and (min-width: 1080px) {
  .nyg_findroofbox.module .select-placeholder .result-container,
  .nyg_findroofbox.module .result-placeholder .result-container {
    width: 70%;
    height: 100%;
    margin-top: 34px;
    margin-bottom: 34px;
    max-height: 500px;
    overflow-y: auto;
  }
}
.nyg_findroofbox.module .select-placeholder ul,
.nyg_findroofbox.module .result-placeholder ul {
  margin: 0;
  padding: 0 34px;
  list-style: none;
}
@media all and (min-width: 720px) {
  .nyg_findroofbox.module .select-placeholder ul,
  .nyg_findroofbox.module .result-placeholder ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-rule: 1px solid #dfe4e8;
    -moz-column-rule: 1px solid #dfe4e8;
    column-rule: 1px solid #dfe4e8;
    column-break-inside: avoid;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media all and (min-width: 960px) {
  .nyg_findroofbox.module .select-placeholder ul,
  .nyg_findroofbox.module .result-placeholder ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    height: 100%;
  }
}
@media all and (min-width: 720px) {
  .nyg_findroofbox.module .select-placeholder.one-column ul,
  .nyg_findroofbox.module .result-placeholder.one-column ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-rule: 0 solid #dfe4e8;
    -moz-column-rule: 0 solid #dfe4e8;
    column-rule: 0 solid #dfe4e8;
    column-break-inside: avoid;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.nyg_findroofbox.module .select-placeholder li.make-label,
.nyg_findroofbox.module .result-placeholder li.make-label {
  margin-top: 15px;
  margin-bottom: 5px;
}
.nyg_findroofbox.module .select-placeholder li.make-label:first-of-type,
.nyg_findroofbox.module .result-placeholder li.make-label:first-of-type {
  margin-top: 0;
}
.nyg_findroofbox.module .select-placeholder li.make-label > span,
.nyg_findroofbox.module .result-placeholder li.make-label > span {
  font-weight: 600;
  line-height: 1;
  position: relative;
  display: inline-block;
}
.nyg_findroofbox.module .select-placeholder li.make-label > span::before,
.nyg_findroofbox.module .result-placeholder li.make-label > span::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  margin-left: -8px;
  display: block;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
  border-left: 3px solid #ec1c24;
}
.nyg_findroofbox.module .select-placeholder li.type-link,
.nyg_findroofbox.module .result-placeholder li.type-link,
.nyg_findroofbox.module .select-placeholder li.make-link,
.nyg_findroofbox.module .result-placeholder li.make-link {
  width: 100%;
  display: inline-block;
}
.nyg_findroofbox.module .select-placeholder li.type-link:hover,
.nyg_findroofbox.module .result-placeholder li.type-link:hover,
.nyg_findroofbox.module .select-placeholder li.make-link:hover,
.nyg_findroofbox.module .result-placeholder li.make-link:hover {
  color: #ec1c24;
}
.nyg_findroofbox.module .select-placeholder li.type-link.make-link,
.nyg_findroofbox.module .result-placeholder li.type-link.make-link,
.nyg_findroofbox.module .select-placeholder li.make-link.make-link,
.nyg_findroofbox.module .result-placeholder li.make-link.make-link {
  cursor: pointer;
}
.nyg_findroofbox.module .select-placeholder li.type-link a,
.nyg_findroofbox.module .result-placeholder li.type-link a,
.nyg_findroofbox.module .select-placeholder li.make-link a,
.nyg_findroofbox.module .result-placeholder li.make-link a {
  color: inherit;
  text-decoration: none;
}
.nyg_findroofbox.module .select-placeholder li.type-link a:hover,
.nyg_findroofbox.module .result-placeholder li.type-link a:hover,
.nyg_findroofbox.module .select-placeholder li.make-link a:hover,
.nyg_findroofbox.module .result-placeholder li.make-link a:hover {
  color: #ec1c24;
}
.nyg_findroofbox.module .select-placeholder li.type-link,
.nyg_findroofbox.module .result-placeholder li.type-link {
  margin-left: 7px;
}
.nyg_findroofbox.module .select-placeholder mark,
.nyg_findroofbox.module .result-placeholder mark {
  font-weight: 800;
  color: inherit;
  background-color: transparent;
}
.nyg_findroofbox.module .select-placeholder .not-found,
.nyg_findroofbox.module .result-placeholder .not-found {
  padding-top: 34px;
  padding-right: 34px;
  padding-bottom: 0;
  padding-left: 34px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  background-color: #575d60;
}
@media all and (min-width: 1280px) {
  .nyg_findroofbox.module .select-placeholder .not-found,
  .nyg_findroofbox.module .result-placeholder .not-found {
    padding-bottom: 34px;
    width: 30%;
  }
}
.nyg_findroofbox.module .select-placeholder .not-found h3,
.nyg_findroofbox.module .result-placeholder .not-found h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
  margin-top: 0;
  margin-bottom: 32px;
}
.nyg_findroofbox.module .select-placeholder .not-found .button-object,
.nyg_findroofbox.module .result-placeholder .not-found .button-object {
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  background-color: #f3f5f7;
  text-align: center;
  border-radius: 0;
  margin-top: 23px;
  margin-bottom: 23px;
  margin-right: 15px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  position: relative;
  display: inline-block;
}
.nyg_findroofbox.module .select-placeholder .not-found .button-object::before,
.nyg_findroofbox.module .result-placeholder .not-found .button-object::before {
  content: '';
  background-color: #1e5476;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
  border-left: 2px solid #ec1c24;
}
@media all and (min-width: 960px) {
  .nyg_findroofbox.module .select-placeholder .not-found .button-object:hover,
  .nyg_findroofbox.module .result-placeholder .not-found .button-object:hover {
    color: #fff;
  }
  .nyg_findroofbox.module .select-placeholder .not-found .button-object:hover::before,
  .nyg_findroofbox.module .result-placeholder .not-found .button-object:hover::before {
    width: 100%;
  }
}
.nyg_findroofbox.module .select-placeholder .not-found .button-object a,
.nyg_findroofbox.module .result-placeholder .not-found .button-object a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  padding: 7px 19px 7px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  z-index: 5;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
@media all and (min-width: 960px) {
  .nyg_findroofbox.module .select-placeholder .not-found .button-object a:hover,
  .nyg_findroofbox.module .result-placeholder .not-found .button-object a:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
  }
}
.nyg_findroofbox.module .select-placeholder .not-found .button-object::before,
.nyg_findroofbox.module .result-placeholder .not-found .button-object::before {
  content: '';
  background-color: #1e5476;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
  border-left: 2px solid #ec1c24;
}
@media all and (min-width: 960px) {
  .nyg_findroofbox.module .select-placeholder .not-found .button-object:hover,
  .nyg_findroofbox.module .result-placeholder .not-found .button-object:hover {
    color: #fff;
  }
  .nyg_findroofbox.module .select-placeholder .not-found .button-object:hover::before,
  .nyg_findroofbox.module .result-placeholder .not-found .button-object:hover::before {
    width: 100%;
  }
}
.nyg_findroofbox.module .select-placeholder .not-found .button-object a,
.nyg_findroofbox.module .result-placeholder .not-found .button-object a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  padding: 7px 19px 7px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  z-index: 5;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
@media all and (min-width: 960px) {
  .nyg_findroofbox.module .select-placeholder .not-found .button-object a:hover,
  .nyg_findroofbox.module .result-placeholder .not-found .button-object a:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
  }
}
html.roof-box-active {
  overflow: hidden;
}
.product-page  .nyg_findroofbox.module .inner-container {
  max-width: none;
}
.nyg_map.module .container {
  width: 100%;
  max-width: none;
}
.nyg_map.module .container .inner-container {
  width: 100%;
  max-width: none;
}
.nyg_map.module ~ .nyg_contactform.module {
  margin-top: 0;
}
.nyg_orderform.module {
  font-family: Industry, Arial, sans-serif;
  color: #575d60;
  background-color: #ffffff;
  padding-top: 48px;
  padding-bottom: 48px;
  font-size: 18px;
}
.nyg_orderform.module .container {
  padding: 16px;
}
.nyg_orderform.module .container h2 {
  font-size: 40px;
  font-weight: 500;
}
.nyg_orderform.module .container form {
  display: inline;
}
.nyg_orderform.module .container .link {
  background: none;
  border: none;
  text-decoration: underline;
  padding: 0;
  cursor: pointer;
  display: inline;
  outline: none;
}
.nyg_orderform.module .container a,
.nyg_orderform.module .container .link {
  color: #1e5476;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_orderform.module .container a:hover,
.nyg_orderform.module .container .link:hover {
  color: #ec1c24;
}
.nyg_orderformlist.module {
  font-family: Industry, Arial, sans-serif;
  color: #575d60;
  background-color: #ffffff;
  padding-top: 48px;
  padding-bottom: 48px;
  font-size: 18px;
}
.nyg_orderformlist.module .container {
  padding: 16px;
}
.nyg_orderformlist.module .container h2 {
  font-size: 40px;
  font-weight: 500;
}
.nyg_orderformlist.module .container p {
  font-size: 22px;
}
.nyg_orderformlist.module .container form {
  display: inline;
}
.nyg_orderformlist.module .container form fieldset {
  border: none;
  padding: 0;
}
.nyg_orderformlist.module .container .link {
  background: none;
  border: none;
  text-decoration: underline;
  padding: 0;
  cursor: pointer;
  display: inline;
  outline: none;
}
.nyg_orderformlist.module .container a,
.nyg_orderformlist.module .container .link {
  color: #1e5476;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_orderformlist.module .container a:hover,
.nyg_orderformlist.module .container .link:hover {
  color: #ec1c24;
}
.nyg_orderformlist.module .container .order-line {
  margin-bottom: 12px;
}
.nyg_orderformlist.module .container .order-line .order-summary {
  background-color: rgba(87, 93, 96, 0.2);
  font-size: 26px;
  padding: 12px;
  font-weight: 500;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nyg_orderformlist.module .container .order-line .order-summary.updated {
  background-color: rgba(87, 93, 96, 0.1);
}
.nyg_orderformlist.module .container .order-line .order-details {
  padding: 24px;
  border: 1px solid rgba(87, 93, 96, 0.1);
}
.nyg_pagelister.module {
  font-family: Industry, Roboto, Arial, sans-serif;
  margin-top: var(--margin-xl);
  margin-bottom: var(--margin-xl);
  text-align: center;
}
.nyg_pagelister.module .container .inner-container {
  width: 100%;
}
.bg-color-not-set.nyg_pagelister.module .container .inner-container {
  color: #575d60;
  background-color: transparent;
}
.bg-color-main.nyg_pagelister.module .container .inner-container {
  color: #ffffff;
  background-color: #ec1c24;
}
.bg-color-alt.nyg_pagelister.module .container .inner-container {
  color: #000000;
  background-color: #f3f5f7;
}
.bg-color-secondary.nyg_pagelister.module .container .inner-container {
  color: #fff;
  background-color: #1e5476;
}
.bg-color-white.nyg_pagelister.module .container .inner-container {
  color: #1e5476;
  background-color: #ffffff;
}
.bg-color-not-set.nyg_pagelister.module .container .inner-container {
  color: #575d60;
  background-color: transparent;
}
.bg-color-main.nyg_pagelister.module .container .inner-container {
  color: #ffffff;
  background-color: #ec1c24;
}
.bg-color-alt.nyg_pagelister.module .container .inner-container {
  color: #000000;
  background-color: #f3f5f7;
}
.bg-color-secondary.nyg_pagelister.module .container .inner-container {
  color: #fff;
  background-color: #1e5476;
}
.bg-color-white.nyg_pagelister.module .container .inner-container {
  color: #1e5476;
  background-color: #ffffff;
}
.nyg_pagelister.module .title {
  font-weight: 600;
  line-height: var(--lh-body);
  margin: 0;
  margin-top: var(--fs-header-h2-spacing);
  margin-bottom: var(--fs-header-h2-spacing);
  color: #000000;
  font-size: var(--fs-header-h2);
}
.nyg_pagelister.module .page-list {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nyg_pagelister.module .page-card {
  width: 100%;
  padding-top: 0;
  padding-bottom: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
@media all and (min-width: 720px) {
  .nyg_pagelister.module .page-card {
    width: calc(100% / 2);
  }
  .nyg_pagelister.module .page-card:nth-child(2n + 1) {
    border-right: 1px rgba(255, 255, 255, 0.4) solid;
  }
}
@media all and (min-width: 1080px) {
  .nyg_pagelister.module .page-card {
    width: calc(100% / 3);
    margin-bottom: 40px;
    margin-right: 0;
    margin-left: 0;
  }
  .nyg_pagelister.module .page-card:nth-child(2n + 1) {
    border-right: none;
  }
  .nyg_pagelister.module .page-card:nth-child(3n + 2) {
    border-right: 1px rgba(255, 255, 255, 0.4) solid;
    border-left: 1px rgba(255, 255, 255, 0.4) solid;
  }
}
.bg-color-not-set.nyg_pagelister.module .page-card,
.bg-color-white.nyg_pagelister.module .page-card,
.bg-color-alt.nyg_pagelister.module .page-card {
  border-color: rgba(87, 93, 96, 0.3);
}
.nyg_pagelister.module .page-card a.link-container {
  text-indent: -9001em;
  position: absolute;
  z-index: 15;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nyg_pagelister.module .page-card .text-container {
  font-family: Industry, Arial, sans-serif;
  color: inherit;
  text-align: center;
  padding: 0 28px 28px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_pagelister.module .page-card .text-container h3 {
  font-weight: 600;
  line-height: var(--lh-header-h3);
  margin-top: var(--fs-header-h3-spacing);
  margin-bottom: var(--fs-header-h3-spacing);
  font-size: var(--fs-header-h3);
}
.nyg_pagelister.module .page-card .text-container .text {
  font-size: 5vw;
  margin-bottom: var(--margin-sm);
}
@media all and (min-width: 720px) {
  .nyg_pagelister.module .page-card .text-container .text {
    font-size: 22px;
  }
}
.nyg_pagelister.module .page-card .image-container {
  padding-right: 48px;
  padding-left: 48px;
  width: 100%;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
}
.nyg_pagelister.module .page-card .image-container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  opacity: 1;
}
.nyg_pagelister.module .page-card .image-container .img-object {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 60%;
}
.nyg_pagelister.module .page-card:hover .text-container {
  color: #ec1c24;
}
.bg-color-main.nyg_pagelister.module .page-card:hover .text-container {
  color: #1e5476;
}
.nyg_pagelister.module .page-card:hover .link-container .button-secondary {
  font-weight: 700;
  background-color: var(--button-secondary-bg-color-hover);
  border: 2px solid #000000;
  padding: 13px 45px 11px;
}
.nyg_pagelister.module .page-card:hover .image-container {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.nyg_pagelister.module .page-card:hover .image-container::before {
  opacity: 0.7;
}
.nyg_partners.module {
  font-family: Industry, Arial, sans-serif;
  color: #575d60;
  margin-top: 48px;
  margin-bottom: 48px;
}
.nyg_partners.module .inner-container {
  width: 100%;
  padding-right: 21px;
  padding-left: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bg-color-not-set.nyg_partners.module .inner-container {
  color: #575d60;
  background-color: transparent;
}
.bg-color-main.nyg_partners.module .inner-container {
  color: #ffffff;
  background-color: #ec1c24;
}
.bg-color-alt.nyg_partners.module .inner-container {
  color: #000000;
  background-color: #f3f5f7;
}
.bg-color-secondary.nyg_partners.module .inner-container {
  color: #fff;
  background-color: #1e5476;
}
.bg-color-white.nyg_partners.module .inner-container {
  color: #1e5476;
  background-color: #ffffff;
}
.bg-color-not-set.nyg_partners.module .inner-container {
  color: #575d60;
  background-color: transparent;
}
.bg-color-main.nyg_partners.module .inner-container {
  color: #ffffff;
  background-color: #ec1c24;
}
.bg-color-alt.nyg_partners.module .inner-container {
  color: #000000;
  background-color: #f3f5f7;
}
.bg-color-secondary.nyg_partners.module .inner-container {
  color: #fff;
  background-color: #1e5476;
}
.bg-color-white.nyg_partners.module .inner-container {
  color: #1e5476;
  background-color: #ffffff;
}
@media all and (min-width: 1080px) {
  .nyg_partners.module .inner-container {
    padding-right: 48px;
    padding-left: 48px;
  }
}
.nyg_partners.module h2 {
  font-size: 7.5vw;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 48px;
  position: relative;
}
@media all and (min-width: 720px) {
  .nyg_partners.module h2 {
    font-size: 40px;
  }
}
.bg-color-white.nyg_partners.module h2,
.bg-color-not-set.nyg_partners.module h2 {
  color: #575d60;
}
.nyg_partners.module h2::before {
  content: '';
  background-color: #ec1c24;
  width: 4px;
  height: 1em;
  margin-left: -12px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.nyg_partners.module h2::before {
  content: '';
  background-color: #ec1c24;
  width: 4px;
  height: 1em;
  margin-left: -12px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.nyg_partners.module h2 strong {
  font-weight: 600;
}
.nyg_partners.module .partner-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 1280px) {
  .nyg_partners.module .partner-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.nyg_partners.module .partner-list .partner-item {
  width: 100%;
  position: relative;
  display: inline-block;
}
.nyg_partners.module .partner-list .partner-item .partner-card {
  position: relative;
}
.nyg_partners.module .partner-list .partner-item .partner-card .image-container {
  width: 100%;
  position: relative;
}
@media all and (min-width: 520px) {
  .nyg_partners.module .partner-list .partner-item .partner-card .image-container {
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    overflow: hidden;
  }
}
.nyg_partners.module .partner-list .partner-item .partner-card .image-container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  opacity: 1;
}
.nyg_partners.module .partner-list .partner-item .partner-card .image-container .img-object {
  background-size: cover;
  background-position: center;
  padding-bottom: 50%;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
@media all and (min-width: 520px) {
  .nyg_partners.module .partner-list .partner-item .partner-card .image-container .img-object {
    -webkit-transform: skew(15deg) scale(1.15);
    transform: skew(15deg) scale(1.15);
  }
}
.nyg_partners.module .partner-list .partner-item .partner-card h3 {
  font-size: 5vw;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
@media all and (min-width: 720px) {
  .nyg_partners.module .partner-list .partner-item .partner-card h3 {
    font-size: 22px;
  }
}
.nyg_partners.module .partner-list .partner-item .partner-card .card-link {
  text-indent: -9001em;
  position: absolute;
  z-index: 501;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nyg_partners.module .partner-list .partner-item .partner-card .image-wrapper {
  position: relative;
}
.nyg_partners.module .partner-list .partner-item .partner-card .image-wrapper::after {
  content: " ";
  background-color: transparent;
  width: 100%;
  height: 100%;
  border-right: #ec1c24 6px solid;
  position: absolute;
  top: 0;
  -webkit-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
  display: none;
}
@media all and (min-width: 520px) {
  .nyg_partners.module .partner-list .partner-item .partner-card:hover .image-container .img-object {
    -webkit-transform: skew(15deg) scale(1.25);
    transform: skew(15deg) scale(1.25);
  }
}
.nyg_partners.module .partner-list .partner-item .partner-card:hover h3 {
  color: #ec1c24;
}
@media all and (min-width: 520px) {
  .nyg_partners.module .partner-list .partner-item {
    width: calc( 50%  -  40px );
    margin-right: 40px;
  }
  .nyg_partners.module .partner-list .partner-item:nth-child(2n + 1) .partner-card .image-wrapper::after {
    right: -23px;
    display: block;
  }
  .nyg_partners.module .partner-list .partner-item:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media all and (min-width: 1280px) {
  .nyg_partners.module .partner-list .partner-item {
    width: calc( 25%  -  22.5px );
    margin-right: 30px;
  }
  .nyg_partners.module .partner-list .partner-item:nth-child(2n + 2) {
    margin-right: 30px;
  }
  .nyg_partners.module .partner-list .partner-item:nth-child(2n + 2) .partner-card .image-wrapper::after {
    display: none;
  }
  .nyg_partners.module .partner-list .partner-item:nth-child(1n + 1) .partner-card .image-wrapper::after {
    right: -18px;
    display: block;
  }
  .nyg_partners.module .partner-list .partner-item:last-of-type {
    margin-right: 0;
  }
  .nyg_partners.module .partner-list .partner-item:last-of-type .partner-card .image-wrapper::after {
    display: none;
  }
}
.nyg_productbanner.module {
  position: relative;
  height: 142.5px;
  /*&::before {
        content: '';
        background: @color-bright;
        width: 100%;
        height: 30%;
        position: absolute;
        top: 0;
        display: none;
    }*/
}
@media all and (min-width: 768px) {
  .nyg_productbanner.module {
    margin-bottom: 96px;
  }
}
@media all and (min-width: 1280px) {
  .nyg_productbanner.module {
    height: 285px;
  }
}
.nyg_productbanner.module .container {
  width: 100%;
  height: 100%;
  max-width: 1720px;
  position: relative;
}
.nyg_productbanner.module .image-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.nyg_productbanner.module .image-container .img-object {
  background-size: cover;
  background-position: center;
  height: 100%;
}
.nyg_productbanner.module .roofbox-container {
  width: 100%;
  max-width: 1200px;
  padding-right: 26px;
  padding-left: 26px;
  position: absolute;
  z-index: 50;
  bottom: -65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 1680px) {
  .nyg_productbanner.module .roofbox-container {
    padding: 0;
  }
}
.nyg_productbanner.module .roofbox-container.roofbox-slick {
  margin-top: 65px;
  max-width: 100%;
  position: relative;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
@media all and (min-width: 1650px) {
  .nyg_productbanner.module .roofbox-container.roofbox-slick {
    max-width: 1200px;
  }
}
.nyg_productbanner.module .roofbox-container.roofbox-slick.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.nyg_productbanner.module .roofbox-container.roofbox-slick .slick-dots {
  bottom: 0;
}
.nyg_productbanner.module .roofbox-container.roofbox-slick::before,
.nyg_productbanner.module .roofbox-container.roofbox-slick::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #f7f7f7), color-stop(80%, rgba(247, 247, 247, 0))) repeat scroll 0 0;
  background: linear-gradient(90deg, #f7f7f7 10%, rgba(247, 247, 247, 0) 80%) repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 15%;
  z-index: 10;
}
.nyg_productbanner.module .roofbox-container.roofbox-slick::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(247, 247, 247, 0)), color-stop(80%, #f7f7f7)) repeat scroll 0 0;
  background: linear-gradient(90deg, rgba(247, 247, 247, 0) 10%, #f7f7f7 80%) repeat scroll 0 0;
  right: 0;
}
.nyg_productbanner.module .roofbox-container.roofbox-slick .slick-arrow {
  z-index: 50;
}
.nyg_productbanner.module .roofbox-container.roofbox-slick .slick-arrow.slick-next,
.nyg_productbanner.module .roofbox-container.roofbox-slick .slick-arrow.slick-prev {
  height: 32px;
  width: 32px;
}
.nyg_productbanner.module .roofbox-container.roofbox-slick .slick-arrow.slick-next::before,
.nyg_productbanner.module .roofbox-container.roofbox-slick .slick-arrow.slick-prev::before {
  font-size: 32px;
  color: #1e5476;
}
.nyg_productbanner.module .roofbox-container.roofbox-slick .slick-arrow.slick-next {
  right: 5px;
}
@media all and (min-width: 1650px) {
  .nyg_productbanner.module .roofbox-container.roofbox-slick .slick-arrow.slick-next {
    right: -50px;
  }
}
.nyg_productbanner.module .roofbox-container.roofbox-slick .slick-arrow.slick-prev {
  left: 5px;
}
@media all and (min-width: 1650px) {
  .nyg_productbanner.module .roofbox-container.roofbox-slick .slick-arrow.slick-prev {
    left: -50px;
  }
}
.nyg_productbanner.module .roofbox-container.roofbox-slick .banner-item {
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 992px) {
  .nyg_productbanner.module .roofbox-container.roofbox-slick .banner-item {
    padding: 0 100px;
  }
}
.nyg_productbanner.module .roofbox-container img {
  width: 100%;
  height: auto;
}
.nyg_productimages.module {
  width: 100%;
  max-width: 100%;
}
.nyg_productimages.module .product-image-slider {
  position: relative;
  z-index: 10;
}
.nyg_productimages.module .product-image-slider img {
  max-width: 100%;
}
.nyg_productimages.module .product-image-slider .slick-slide {
  outline: none;
}
.nyg_productimages.module .product-image-slider .slick-list {
  overflow: visible;
}
.nyg_productimages.module .product-image-nav {
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.nyg_productimages.module .product-image-nav .slick-slide {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
.nyg_productimages.module .product-image-nav .slick-slide img {
  width: 100%;
  max-width: 100%;
  border: 2px transparent solid;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_productimages.module .product-image-nav .slick-slide.slick-center img {
  border-color: #ec1c24;
}
.nyg_quote.module {
  margin-top: 48px;
  margin-bottom: 48px;
  position: relative;
}
.nyg_quote.module .container {
  width: 100%;
}
.nyg_quote.module .inner-container {
  max-width: 1200px;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-right: auto;
  margin-left: auto;
}
.nyg_quote.module .text-container {
  font-family: Industry, Arial, sans-serif;
  color: #333333;
  text-align: center;
  padding-right: 21px;
  padding-left: 21px;
  position: relative;
  z-index: 55;
}
@media all and (min-width: 1080px) {
  .nyg_quote.module .text-container {
    padding-right: 0;
    padding-left: 0;
  }
}
.overlay-color-not-set.nyg_quote.module .text-container {
  color: #333333;
}
.overlay-color-main.nyg_quote.module .text-container {
  color: #ffffff;
}
.overlay-color-alt.nyg_quote.module .text-container {
  color: #000000;
}
.overlay-color-secondary.nyg_quote.module .text-container {
  color: #fff;
}
.overlay-color-white.nyg_quote.module .text-container {
  color: #333333;
}
.nyg_quote.module blockquote {
  font-size: 7.5vw;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media all and (min-width: 960px) {
  .nyg_quote.module blockquote {
    font-size: 50px;
  }
}
.nyg_quote.module blockquote .quote {
  quotes: "“" "”" "‘" "’";
}
.nyg_quote.module blockquote .quote::before,
.nyg_quote.module blockquote .quote::after {
  font-size: 7.5vw;
  color: #f3f5f7;
  display: inline-block;
}
@media all and (min-width: 960px) {
  .nyg_quote.module blockquote .quote::before,
  .nyg_quote.module blockquote .quote::after {
    font-size: 50px;
  }
}
.overlay-color-alt.nyg_quote.module blockquote .quote::before,
.overlay-color-alt.nyg_quote.module blockquote .quote::after {
  color: #000000;
}
.nyg_quote.module blockquote .quote::before {
  content: open-quote;
}
.nyg_quote.module blockquote .quote::after {
  content: close-quote;
}
.nyg_quote.module blockquote cite,
.nyg_quote.module blockquote .cite-title {
  font-size: 5.5vw;
}
@media all and (min-width: 960px) {
  .nyg_quote.module blockquote cite,
  .nyg_quote.module blockquote .cite-title {
    font-size: 22px;
  }
}
.nyg_quote.module blockquote cite {
  font-weight: 500;
}
.nyg_quote.module .image-container {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
}
.nyg_quote.module .image-container .img-object {
  background-size: cover;
  background-position: center;
  height: 100%;
}
.nyg_quote.module::after {
  content: '';
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: block;
}
.overlay-color-not-set.nyg_quote.module::after {
  background-color: #ffffff;
}
.overlay-color-main.nyg_quote.module::after {
  background-color: #ec1c24;
}
.overlay-color-alt.nyg_quote.module::after {
  background-color: #f3f5f7;
}
.overlay-color-secondary.nyg_quote.module::after {
  background-color: #1e5476;
}
.overlay-color-white.nyg_quote.module::after {
  background-color: #ffffff;
}
.solid-background.nyg_quote.module::after {
  opacity: 1;
}
.nyg_retailerchainlister.module {
  font-family: Industry, Arial, sans-serif;
  color: #575d60;
  margin-top: 48px;
  margin-bottom: 48px;
}
.nyg_retailerchainlister.module .container {
  width: 100%;
}
.nyg_retailerchainlister.module .container .inner-container {
  background-color: #ffffff;
  width: 100%;
  padding-top: 48px;
  padding-right: 21px;
  padding-bottom: 48px;
  padding-left: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 1080px) {
  .nyg_retailerchainlister.module .container .inner-container {
    padding-top: 48px;
    padding-right: 48px;
    padding-bottom: 48px;
    padding-left: 48px;
  }
}
.nyg_retailerchainlister.module h2 {
  font-family: inherit;
  font-size: 7.5vw;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 48px;
  position: relative;
}
@media all and (min-width: 720px) {
  .nyg_retailerchainlister.module h2 {
    font-size: 40px;
  }
}
.nyg_retailerchainlister.module h2::before {
  content: '';
  background-color: #ec1c24;
  width: 4px;
  height: 1em;
  margin-left: -12px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.nyg_retailerchainlister.module h2::before {
  content: '';
  background-color: #ec1c24;
  width: 4px;
  height: 1em;
  margin-left: -12px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.nyg_retailerchainlister.module h2 strong {
  font-weight: 600;
}
.nyg_retailerchainlister.module .retailer-chain-list {
  list-style: none;
  margin-top: 48px;
  margin-right: 0;
  margin-bottom: 48px;
  margin-left: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nyg_retailerchainlister.module .retailer-chain-card {
  font-size: 5vw;
  width: 100%;
  margin-bottom: 48px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 720px) {
  .nyg_retailerchainlister.module .retailer-chain-card {
    font-size: 22px;
    width: calc( 50%  -  28px );
    margin-top: 0;
    margin-right: 14px;
    margin-bottom: 0;
    margin-left: 14px;
  }
  .nyg_retailerchainlister.module .retailer-chain-card:nth-child(1n + 3) {
    margin-top: 48px;
  }
}
@media all and (min-width: 1280px) {
  .nyg_retailerchainlister.module .retailer-chain-card {
    width: calc( 33.33333333%  -  53.33333333px );
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .nyg_retailerchainlister.module .retailer-chain-card:nth-child(3n + 2) {
    margin-right: 80px;
    margin-Left: 80px;
  }
  .nyg_retailerchainlister.module .retailer-chain-card:nth-child(3n + 2)::before,
  .nyg_retailerchainlister.module .retailer-chain-card:nth-child(3n + 2)::after {
    content: '';
    background-color: rgba(87, 93, 96, 0.1);
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -40px;
    display: block;
  }
  .nyg_retailerchainlister.module .retailer-chain-card:nth-child(3n + 2)::after {
    right: -40px;
    left: auto;
  }
  .nyg_retailerchainlister.module .retailer-chain-card:nth-child(1n + 3) {
    margin-top: 0;
  }
  .nyg_retailerchainlister.module .retailer-chain-card:nth-child(1n + 4) {
    margin-top: 48px;
  }
}
.nyg_retailerchainlister.module .retailer-chain-card h3 {
  font-size: 6.5vw;
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media all and (min-width: 720px) {
  .nyg_retailerchainlister.module .retailer-chain-card h3 {
    font-size: 40px;
  }
}
.nyg_retailerchainlister.module .retailer-chain-card .contact-information,
.nyg_retailerchainlister.module .retailer-chain-card .make-list {
  list-style: none;
  padding: 0;
  margin-top: 24px;
  margin-right: 0;
  margin-bottom: 24px;
  margin-left: 0;
}
.nyg_retailerchainlister.module .retailer-chain-card .contact-information a,
.nyg_retailerchainlister.module .retailer-chain-card .make-list a {
  color: #1e5476;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_retailerchainlister.module .retailer-chain-card .contact-information a:hover,
.nyg_retailerchainlister.module .retailer-chain-card .make-list a:hover {
  color: #ec1c24;
}
.nyg_retailerchainlister.module .retailer-chain-card .contact-information .address,
.nyg_retailerchainlister.module .retailer-chain-card .contact-information .website,
.nyg_retailerchainlister.module .retailer-chain-card .contact-information .phone {
  margin-top: 12px;
  margin-bottom: 12px;
}
.nyg_retailerchainlister.module .retailer-chain-card .make-list .make {
  display: inline-block;
}
.nyg_retailerchainlister.module .retailer-chain-card .make-list .make::after {
  content: ', ';
  display: inline-block;
}
.nyg_retailerchainlister.module .retailer-chain-card .make-list .make:last-of-type::after {
  content: '';
  display: none;
}
.nyg_retailermemberscontrol.module {
  font-family: Industry, Arial, sans-serif;
  color: #575d60;
  background-color: #ffffff;
  padding-top: 48px;
  padding-bottom: 48px;
}
.nyg_retailermemberscontrol.module .container {
  padding: 16px;
}
.nyg_retailermemberscontrol.module .container h2 {
  font-size: 45px;
  font-weight: 500;
}
.nyg_retailermemberscontrol.module .container p {
  font-size: 22px;
}
.nyg_retailermemberscontrol.module .container a {
  color: #1e5476;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_retailermemberscontrol.module .container a:hover {
  color: #ec1c24;
}
.nyg_retailermemberscontrol.module .container table {
  width: 100%;
}
.nyg_retailermemberscontrol.module .container table tr th {
  font-weight: 600;
  text-align: left;
}
.nyg_retailermemberscontrol.module .container table tr th,
.nyg_retailermemberscontrol.module .container table tr td {
  font-size: 14px;
}
@media all and (min-width: 720px) {
  .nyg_retailermemberscontrol.module .container table tr th,
  .nyg_retailermemberscontrol.module .container table tr td {
    font-size: 24px;
  }
}
.nyg_retailermemberscontrol.module .container .form-module .form-group {
  margin-left: 0;
}
.nyg_retailermemberscontrol.module .container .form-module .submit-container {
  width: auto;
  display: inline;
}
.nyg_retailers_search {
  padding: 50px 0%;
  padding-top: 190px;
  padding-right: 25px;
  font-family: Industry, Arial, sans-serif;
}
@media all and (min-width: 1280px) {
  .nyg_retailers_search {
    padding-left: 150px;
    padding-top: 50px;
    padding-right: 0;
  }
}
@media all and (min-width: 720px) {
  .nyg_retailers_search {
    padding-right: 0;
  }
}
.nyg_retailers_search_container {
  display: block;
  width: inherit;
}
@media all and (min-width: 1080px) {
  .nyg_retailers_search_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nyg_retailers_search_form {
  padding-left: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nyg_retailers_search_form input {
  background: #1e5476;
  font-size: 14px;
  height: 60px;
  padding: 0 10px;
  width: 100%;
  margin: 0;
  border: none;
  position: relative;
  color: #fff;
}
.nyg_retailers_search_form input::-webkit-input-placeholder {
  color: inherit;
}
.nyg_retailers_search_form input::-moz-placeholder {
  color: inherit;
}
.nyg_retailers_search_form input:-ms-input-placeholder {
  color: inherit;
}
.nyg_retailers_search_form input:-moz-placeholder {
  color: inherit;
}
@media all and (min-width: 720px) {
  .nyg_retailers_search_form input {
    font-size: 20px;
    padding: 0 20px;
  }
}
.nyg_retailers_search_form button {
  margin-left: 15px;
  color: #000;
  background-color: transparent;
  padding: 7px 14px;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
  opacity: 1;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 10;
  word-wrap: none;
  white-space: nowrap;
  border: none;
  font-size: 14px;
  background: #eaeaea;
  border-left: 2px solid #ec1c24;
}
.nyg_retailers_search_form button img {
  vertical-align: middle;
}
@media all and (min-width: 720px) {
  .nyg_retailers_search_form button {
    font-size: 20px;
  }
}
.nyg_retailers_map {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: auto;
  padding-bottom: 30px;
  margin: 0 0 0 25px;
}
@media all and (min-width: 1080px) {
  .nyg_retailers_map {
    width: 60%;
  }
}
.nyg_retailers_map .map {
  overflow: hidden;
  position: relative;
  height: 905px;
  background: #f1f1f1;
}
.nyg_retailers_map .map .map-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.nyg_retailers_map .map .map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.nyg_retailers_list {
  width: auto;
}
@media all and (min-width: 1080px) {
  .nyg_retailers_list {
    width: 40%;
  }
}
.nyg_retailers_list_inner {
  padding-left: 21px;
}
.nyg_retailers_list_inner h4 {
  font-weight: 500;
  color: #575d60;
  font-size: 26px;
  margin: 25px 0 10px 0;
}
.nyg_retailers_list_inner ul {
  background: #ffffff;
  padding: 20px;
  margin: 0;
  list-style-type: none;
  counter-reset: list1;
  overflow-y: auto;
  height: 741px;
}
.nyg_retailers_list_inner ul::-webkit-scrollbar {
  width: 6px;
  background-color: #e5e5e5;
}
.nyg_retailers_list_inner ul::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}
.nyg_retailers_list_inner ul::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
}
.nyg_retailers_list_inner ul li {
  padding: 20px 20px 20px 49px;
  color: #4c5356;
  border-bottom: 1px solid #bcbcbc;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  position: relative;
}
@media all and (min-width: 720px) {
  .nyg_retailers_list_inner ul li {
    font-size: 20px;
  }
}
.nyg_retailers_list_inner ul li:before {
  counter-increment: list1;
  content: counter(list1);
  position: absolute;
  top: 20px;
  left: 0px;
  width: 27px;
  color: #fff;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  height: 39px;
  background: url(/img/location-bg.png) no-repeat center;
}
.nyg_retailers_list_inner ul li:first-child {
  border-top: none;
}
.nyg_retailers_list_inner ul li:last-child {
  border-bottom: none;
}
.nyg_retailers_list_inner ul p {
  padding: 0;
  margin: 0;
}
.nyg_retailers_list_inner ul a {
  color: inherit;
}
.nyg_retailers_list_inner ul a:hover {
  text-decoration: none;
}
.nyg_retailers_list_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nyg_retailers_list_body {
  padding: 5px 0;
}
.nyg_retailers_list_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nyg_retailers_list_footer .list-tel {
  text-decoration: none;
  font-weight: 500;
}
.nyg_retailerpricelist.module {
  font-family: Industry, Arial, sans-serif;
  font-size: 5vw;
  color: #575d60;
  background-color: #ffffff;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media all and (min-width: 720px) {
  .nyg_retailerpricelist.module {
    font-size: 22px;
  }
}
.nyg_retailerpricelist.module .container {
  width: 100%;
  height: 100%;
  max-width: 1720px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.nyg_retailerpricelist.module .container .inner-container {
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}
.nyg_retailerpricelist.module .container h2 {
  font-family: inherit;
  font-size: 7.5vw;
  font-weight: 500;
  color: inherit;
  margin-top: 0;
  margin-bottom: 48px;
  position: relative;
}
@media all and (min-width: 720px) {
  .nyg_retailerpricelist.module .container h2 {
    font-size: 40px;
  }
}
.nyg_retailerpricelist.module .container h2::before {
  content: '';
  background-color: #ec1c24;
  width: 4px;
  height: 1em;
  margin-left: -12px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.nyg_retailerpricelist.module .container h2::before {
  content: '';
  background-color: #ec1c24;
  width: 4px;
  height: 1em;
  margin-left: -12px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.nyg_retailerpricelist.module .container h2 strong {
  font-weight: 600;
}
.nyg_retailerpricelist.module .container h2.sr-only {
  margin-bottom: 0;
}
.nyg_retailerpricelist.module .container .price-list .button-object {
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  background-color: #f3f5f7;
  text-align: center;
  border-radius: 0;
  margin-top: 23px;
  margin-bottom: 23px;
  margin-right: 15px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  position: relative;
  display: inline-block;
}
.nyg_retailerpricelist.module .container .price-list .button-object::before {
  content: '';
  background-color: #1e5476;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
  border-left: 2px solid #ec1c24;
}
@media all and (min-width: 960px) {
  .nyg_retailerpricelist.module .container .price-list .button-object:hover {
    color: #fff;
  }
  .nyg_retailerpricelist.module .container .price-list .button-object:hover::before {
    width: 100%;
  }
}
.nyg_retailerpricelist.module .container .price-list .button-object a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  padding: 7px 19px 7px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  z-index: 5;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
@media all and (min-width: 960px) {
  .nyg_retailerpricelist.module .container .price-list .button-object a:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
  }
}
.nyg_retailerpricelist.module .container .price-list .button-object::before {
  content: '';
  background-color: #1e5476;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
  border-left: 2px solid #ec1c24;
}
@media all and (min-width: 960px) {
  .nyg_retailerpricelist.module .container .price-list .button-object:hover {
    color: #fff;
  }
  .nyg_retailerpricelist.module .container .price-list .button-object:hover::before {
    width: 100%;
  }
}
.nyg_retailerpricelist.module .container .price-list .button-object a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  padding: 7px 19px 7px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  z-index: 5;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
@media all and (min-width: 960px) {
  .nyg_retailerpricelist.module .container .price-list .button-object a:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
  }
}
.nyg_roofboxvehicle.module {
  font-family: Industry, Arial, sans-serif;
  color: #575d60;
  background-color: #ffffff;
  padding-top: 48px;
  padding-bottom: 48px;
  margin-top: 48px;
  margin-bottom: 48px;
}
.nyg_roofboxvehicle.module h2 {
  font-family: inherit;
  font-size: 4.6vw;
  font-weight: 500;
  width: 100%;
  padding-left: 21px;
  margin-top: 0;
  margin-bottom: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
@media all and (min-width: 1280px) {
  .nyg_roofboxvehicle.module h2 {
    font-size: 40px;
  }
}
@media all and (min-width: 1680px) {
  .nyg_roofboxvehicle.module h2 {
    padding-left: 0;
  }
}
.nyg_roofboxvehicle.module .current-vehicle {
  font-size: 22px;
  padding-left: 21px;
  padding-right: 21px;
  display: block;
}
@media all and (min-width: 1680px) {
  .nyg_roofboxvehicle.module .current-vehicle {
    padding-left: 0;
    padding-right: 0;
  }
}
.nyg_roofboxvehicle.module .current-vehicle .vehicle-type {
  color: #575d60;
  background-color: rgba(87, 93, 96, 0.1);
  padding-top: 7px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
  display: inline-block;
}
.nyg_roofboxvehicle.module .current-vehicle .change-vehicle {
  margin-left: 10px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nyg_roofboxvehicle.module .current-vehicle .change-vehicle svg {
  margin-right: 10px;
}
.nyg_roofboxvehicle.module .current-vehicle .change-vehicle:hover {
  color: #ec1c24;
}
.nyg_roofboxvehicle.module .current-vehicle .change-vehicle:hover svg line {
  stroke: #ec1c24;
}
.nyg_roofboxvehicle.module .slider-container {
  width: 100%;
  max-width: 100%;
  margin-top: 48px;
  margin-bottom: 48px;
  display: block;
  overflow: hidden;
}
.nyg_roofboxvehicle.module .slick-slide {
  width: 100%;
  max-width: 100%;
  /*padding-right: 15px;
        padding-left: 15px;*/
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_roofboxvehicle.module .slick-slide img {
  max-width: 100%;
}
@media all and (min-width: 768px) {
  .nyg_roofboxvehicle.module .slick-slide {
    padding: 24px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.nyg_roofboxvehicle.module .slick-slide.slick-center {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.nyg_roofboxvehicle.module .other-roofboxes {
  font-size: 22px;
  padding-left: 21px;
  padding-right: 21px;
}
@media all and (min-width: 1680px) {
  .nyg_roofboxvehicle.module .other-roofboxes {
    padding-left: 0;
    padding-right: 0;
  }
}
.nyg_roofboxvehicle.module .other-roofboxes pad h3 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 24px;
}
.nyg_roofboxvehicle.module .other-roofboxes .roof-box-item {
  color: #575d60;
  background-color: rgba(87, 93, 96, 0.1);
  padding-top: 7px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
  display: inline-block;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_roofboxvehicle.module .other-roofboxes .roof-box-item:hover {
  color: #fff;
  background-color: #1e5476;
}
.nyg_roofboxvehicle.module .other-roofboxes .roof-box-item a {
  color: inherit;
  text-decoration: none;
}
.nyg_teammemberslister.module {
  font-family: Industry, Arial, sans-serif;
  color: #575d60;
  margin-top: 48px;
  margin-bottom: 48px;
}
.nyg_teammemberslister.module .container {
  width: 100%;
}
.nyg_teammemberslister.module .container .inner-container {
  width: 100%;
  padding-top: 48px;
  padding-right: 21px;
  padding-bottom: 48px;
  padding-left: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 1080px) {
  .nyg_teammemberslister.module .container .inner-container {
    padding-top: 48px;
    padding-right: 48px;
    padding-bottom: 48px;
    padding-left: 48px;
  }
}
.nyg_teammemberslister.module h2 {
  font-family: inherit;
  font-size: 7.5vw;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 48px;
  position: relative;
}
@media all and (min-width: 720px) {
  .nyg_teammemberslister.module h2 {
    font-size: 40px;
  }
}
.nyg_teammemberslister.module h2::before {
  content: '';
  background-color: #ec1c24;
  width: 4px;
  height: 1em;
  margin-left: -12px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.nyg_teammemberslister.module h2::before {
  content: '';
  background-color: #ec1c24;
  width: 4px;
  height: 1em;
  margin-left: -12px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.nyg_teammemberslister.module h2 strong {
  font-weight: 600;
}
.nyg_teammemberslister.module .team-members-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nyg_teammemberslister.module .team-member-card {
  width: 100%;
  margin-bottom: 48px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media all and (min-width: 1080px) {
  .nyg_teammemberslister.module .team-member-card {
    width: calc( 50%  -  28px );
    margin-top: 0;
    margin-right: 14px;
    margin-bottom: 0;
    margin-left: 14px;
  }
  .nyg_teammemberslister.module .team-member-card:nth-child(1n + 3) {
    margin-top: 48px;
  }
}
@media all and (min-width: 1280px) {
  .nyg_teammemberslister.module .team-member-card {
    width: calc( 25%  -  30px );
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .nyg_teammemberslister.module .team-member-card:nth-child(4n + 2) {
    margin-right: 20px;
    margin-Left: 40px;
  }
  .nyg_teammemberslister.module .team-member-card:nth-child(4n + 3) {
    margin-right: 40px;
    margin-left: 20px;
  }
  .nyg_teammemberslister.module .team-member-card:nth-child(1n + 3) {
    margin-top: 0;
  }
  .nyg_teammemberslister.module .team-member-card:nth-child(1n + 4) {
    margin-top: 0;
  }
  .nyg_teammemberslister.module .team-member-card:nth-child(1n + 5) {
    margin-top: 48px;
  }
}
.nyg_teammemberslister.module .team-member-card .image-container {
  width: 100%;
  position: relative;
}
.nyg_teammemberslister.module .team-member-card .image-container::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  opacity: 1;
}
.nyg_teammemberslister.module .team-member-card .image-container .img-object {
  background-size: cover;
  background-position: center;
  padding-bottom: 133%;
}
.nyg_teammemberslister.module .team-member-card .text-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.nyg_teammemberslister.module .team-member-card .text-container .name {
  font-size: 5vw;
  color: #ffffff;
  background-color: rgba(30, 84, 118, 0.9);
  min-height: 0;
  width: 100%;
  padding-top: 24px;
  padding-right: 12px;
  padding-bottom: 24px;
  padding-left: 12px;
  margin-top: 0;
  margin-bottom: 0;
  border-left: 2px #ec1c24 solid;
  position: absolute;
  bottom: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}
@media all and (min-width: 720px) {
  .nyg_teammemberslister.module .team-member-card .text-container .name {
    font-size: 22px;
  }
}
.nyg_teammemberslister.module .team-member-card .text-container .short-text {
  font-size: 5vw;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-right: 12px;
  padding-left: 12px;
  position: absolute;
  z-index: 100;
  top: 50%;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}
@media all and (min-width: 720px) {
  .nyg_teammemberslister.module .team-member-card .text-container .short-text {
    font-size: 22px;
  }
}
.nyg_teammemberslister.module .team-member-card .text-container .link-container {
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 24px;
  opacity: 0;
  position: absolute;
  z-index: 100;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nyg_teammemberslister.module .team-member-card .text-container .link-container .link-list {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.nyg_teammemberslister.module .team-member-card .text-container .link-container .link-list .link {
  display: inline-block;
  margin-right: 24px;
}
.nyg_teammemberslister.module .team-member-card .text-container .link-container .link-list .link .fa {
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_teammemberslister.module .team-member-card .text-container .link-container .link-list .link:hover .fa {
  color: #ec1c24;
}
.nyg_teammemberslister.module .team-member-card:hover .text-container .name {
  font-size: 40px;
  min-height: 100%;
}
@media all and (min-width: 720px) {
  .nyg_teammemberslister.module .team-member-card:hover .text-container .name {
    font-size: 40px;
  }
}
.nyg_teammemberslister.module .team-member-card:hover .text-container .short-text {
  opacity: 1;
}
.nyg_teammemberslister.module .team-member-card:hover .text-container .link-container {
  opacity: 1;
}
.nyg_text.module {
  font-family: Industry, Arial, sans-serif;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media all and (min-width: 992px) {
  .nyg_text.module {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.nyg_breadcrumbs.module + .nyg_text.module {
  margin-top: 12px;
}
.nyg_text.module .container {
  height: 100%;
  max-width: 1720px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.text-center.nyg_text.module .container {
  text-align: center;
}
.nyg_text.module .container .inner-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.pull-module-right.nyg_text.module .container .inner-container {
  margin-right: 0;
  margin-left: auto;
}
.nyg_text.module .title {
  font-family: Industry, Arial, sans-serif;
  font-size: 7.5vw;
  font-weight: 500;
  color: #575d60;
  margin-top: 0;
  margin-bottom: 0;
}
@media all and (min-width: 720px) {
  .nyg_text.module .title {
    font-size: 40px;
  }
}
@media all and (min-width: 1680px) {
  .nyg_text.module .title {
    padding-right: 0;
    padding-left: 0;
  }
}
.h1-style.nyg_text.module .title {
  font-size: 8.5vw;
  font-weight: 500;
}
@media all and (min-width: 720px) {
  .h1-style.nyg_text.module .title {
    font-size: 50px;
  }
}
.nyg_text.module .title strong {
  font-weight: 600;
}
.small-size.nyg_text.module .text-container {
  max-width: 100%;
}
@media all and (min-width: 1680px) {
  .small-size.nyg_text.module .text-container {
    max-width: 50%;
  }
}
.nyg_text.module .text-container a {
  color: #1e5476;
  text-decoration: none;
  border-bottom: 1px rgba(30, 84, 118, 0.2) solid;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  display: inline-block;
}
.nyg_text.module .text-container a:hover {
  color: #ec1c24;
  border-bottom: 1px #ec1c24 solid;
}
.nyg_text.module .pre-text {
  font-size: 5.5vw;
  font-weight: 500;
  color: #575d60;
}
@media all and (min-width: 720px) {
  .nyg_text.module .pre-text {
    font-size: 26px;
  }
}
@media all and (min-width: 1680px) {
  .nyg_text.module .pre-text {
    padding-right: 0;
    padding-left: 0;
  }
}
.nyg_text.module .pre-text p {
  margin-top: 26px;
  margin-bottom: 26px;
}
.nyg_text.module .pre-text p:last-of-type {
  margin-bottom: 0;
}
.nyg_text.module .text {
  font-size: 5vw;
  color: #575d60;
}
@media all and (min-width: 720px) {
  .nyg_text.module .text {
    font-size: 22px;
  }
}
@media all and (min-width: 1680px) {
  .nyg_text.module .text {
    padding-right: 0;
    padding-left: 0;
  }
}
.nyg_text.module .text p {
  margin-top: 22px;
  margin-bottom: 22px;
}
.nyg_text.module .text p:first-of-type {
  margin-top: 26px;
}
.nyg_text.module .text p:last-of-type {
  margin-bottom: 0;
}
.nyg_textimage.module {
  margin-top: var(--margin-xl);
  margin-bottom: var(--margin-xl);
  position: relative;
  overflow: hidden;
}
@media all and (min-width: 992px) {
  .no-crop.nyg_textimage.module {
    margin-top: 96px;
    margin-bottom: 96px;
  }
}
.nyg_textimage.module .container {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}
.squared.nyg_textimage.module .container {
  padding-right: 0;
  padding-left: 0;
}
@media all and (min-width: 992px) {
  .squared.nyg_textimage.module .container {
    padding-right: var(--container-padding);
    padding-left: var(--container-padding);
  }
}
.dislocate.nyg_textimage.module .container {
  max-width: 1720px;
}
.pull.nyg_textimage.module .container {
  overflow: visible;
}
.nyg_textimage.module .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dislocate.nyg_textimage.module .inner-container {
  max-width: 1500px;
}
.direction-right.dislocate.nyg_textimage.module .inner-container {
  margin-right: 0;
  margin-left: auto;
}
.nyg_textimage.module .inner-container .wide-container {
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: calc(100% - 48px );
  margin-top: 24px;
  margin-bottom: 24px;
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pull.nyg_textimage.module .inner-container .wide-container {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.color-not-set.nyg_textimage.module .inner-container .wide-container {
  background-color: #f3f5f7;
}
.color-main.nyg_textimage.module .inner-container .wide-container {
  background-color: #ec1c24;
}
.color-alt.nyg_textimage.module .inner-container .wide-container {
  background-color: #f3f5f7;
}
.color-secondary.nyg_textimage.module .inner-container .wide-container {
  background-color: #1e5476;
}
.color-white.nyg_textimage.module .inner-container .wide-container {
  background-color: #ffffff;
}
.big.nyg_textimage.module .inner-container,
.equal-height.nyg_textimage.module .inner-container {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.circle.nyg_textimage.module .inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 1200px) {
  .nyg_textimage.module .inner-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.nyg_textimage.module .text-container {
  font-size: 22px;
  color: #575d60;
  background-color: #ffffff;
  padding: 16px 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 5;
  margin: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media all and (min-width: 992px) {
  .nyg_textimage.module .text-container {
    padding: 48px 48px;
  }
}
.squared.nyg_textimage.module .text-container {
  padding: var(--padding-lg) var(--padding-xs) var(--padding-xs) var(--padding-xs);
}
@media all and (min-width: 992px) {
  .squared.nyg_textimage.module .text-container {
    padding: var(--padding-lg) var(--padding-xs) var(--padding-xs) 0;
  }
}
.nyg_textimage.module .text-container .text-inner .read-more {
  display: none;
}
.nyg_textimage.module .text-container .text-inner.read-more-enabled {
  max-height: 175px;
  padding-bottom: 24px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  position: relative;
  overflow: hidden;
}
.nyg_textimage.module .text-container .text-inner.read-more-enabled::after {
  content: "";
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #fff), to(rgba(243, 245, 247, 0)));
  background-image: linear-gradient(to top, #fff 40%, rgba(243, 245, 247, 0) 100%);
  width: 100%;
  height: 96px;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.color-white.nyg_textimage.module .text-container .text-inner.read-more-enabled::after {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #ffffff), to(rgba(243, 245, 247, 0)));
  background-image: linear-gradient(to top, #ffffff 40%, rgba(243, 245, 247, 0) 100%);
}
.color-not-set.nyg_textimage.module .text-container .text-inner.read-more-enabled::after {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #ffffff), to(rgba(243, 245, 247, 0)));
  background-image: linear-gradient(to top, #ffffff 40%, rgba(243, 245, 247, 0) 100%);
}
.color-main.nyg_textimage.module .text-container .text-inner.read-more-enabled::after {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #ec1c24), to(rgba(243, 245, 247, 0)));
  background-image: linear-gradient(to top, #ec1c24 40%, rgba(243, 245, 247, 0) 100%);
}
.color-alt.nyg_textimage.module .text-container .text-inner.read-more-enabled::after {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #f3f5f7), to(rgba(243, 245, 247, 0)));
  background-image: linear-gradient(to top, #f3f5f7 40%, rgba(243, 245, 247, 0) 100%);
}
.color-secondary.nyg_textimage.module .text-container .text-inner.read-more-enabled::after {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #1e5476), to(rgba(243, 245, 247, 0)));
  background-image: linear-gradient(to top, #1e5476 40%, rgba(243, 245, 247, 0) 100%);
}
.nyg_textimage.module .text-container .text-inner.read-more-enabled .read-more {
  cursor: pointer;
  padding-right: 21px;
  padding-left: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 1680px) {
  .nyg_textimage.module .text-container .text-inner.read-more-enabled .read-more {
    padding-right: 0;
    padding-left: 0;
  }
}
.nyg_textimage.module .text-container .text-inner.read-more-enabled .read-more .text-more,
.nyg_textimage.module .text-container .text-inner.read-more-enabled .read-more .text-less {
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_textimage.module .text-container .text-inner.read-more-enabled .read-more .text-less {
  display: none;
}
.nyg_textimage.module .text-container .text-inner.read-more-enabled .read-more svg {
  width: 12px;
  height: 12px;
  margin-right: 12px;
  margin-left: 12px;
}
@media all and (min-width: 720px) {
  .nyg_textimage.module .text-container .text-inner.read-more-enabled .read-more svg {
    width: 15px;
    height: 15px;
  }
}
.nyg_textimage.module .text-container .text-inner.read-more-enabled .read-more svg path {
  fill: #ec1c24;
  stroke: #ec1c24;
}
.nyg_textimage.module .text-container .text-inner.read-more-enabled .read-more::after {
  content: "";
  background-color: #efefef;
  width: 100%;
  height: 2px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  display: inline-block;
}
.nyg_textimage.module .text-container .text-inner.read-more-enabled .read-more:hover .text-more,
.nyg_textimage.module .text-container .text-inner.read-more-enabled .read-more:hover .text-less {
  color: #ec1c24;
}
.nyg_textimage.module .text-container .text-inner.read-more-enabled .read-more:hover svg path {
  fill: #ec1c24;
  stroke: #ec1c24;
}
.nyg_textimage.module .text-container .text-inner.read-more-enabled .read-more:hover::after {
  background-color: #ec1c24;
}
.nyg_textimage.module .text-container .text-inner.read-more-enabled.active {
  height: auto;
  max-height: 200vh;
  padding-bottom: 45px;
}
.nyg_textimage.module .text-container .text-inner.read-more-enabled.active::after {
  background-image: none;
}
.nyg_textimage.module .text-container .text-inner.read-more-enabled.active .read-more .text-more {
  display: none;
}
.nyg_textimage.module .text-container .text-inner.read-more-enabled.active .read-more .text-less {
  display: inline-block;
}
.nyg_textimage.module .text-container .text-inner.read-more-enabled.active .read-more svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nyg_textimage.module .text-container .text-inner .button-primary {
  margin-top: calc(var(--padding-md) - 1em);
}
@media all and (min-width: 992px) {
  .nyg_textimage.module .text-container .text-inner .button-primary {
    margin-top: calc(var(--padding-sm) - 1em);
  }
}
@media all and (min-width: 1200px) {
  .nyg_textimage.module .text-container .text-inner .button-primary {
    margin-top: calc(var(--padding-md) - 1em);
  }
}
.nyg_textimage.module .text-container .text-inner .button-secondary {
  margin-top: var(--padding-xs);
}
.color-white.nyg_textimage.module .text-container {
  background-color: #ffffff;
}
.color-not-set.nyg_textimage.module .text-container {
  color: #575d60;
  background-color: #ffffff;
}
.color-main.nyg_textimage.module .text-container {
  color: #ffffff;
  background-color: #ec1c24;
}
.color-alt.nyg_textimage.module .text-container {
  color: #575d60;
  background-color: #f3f5f7;
}
.color-secondary.nyg_textimage.module .text-container {
  color: #fff;
  background-color: #1e5476;
}
.color-white.nyg_textimage.module .text-container {
  color: #575d60;
  background-color: #ffffff;
}
.squared.nyg_textimage.module .text-container .title-wrapper,
.tilted-line.nyg_textimage.module .text-container .title-wrapper {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 70%;
  margin-top: var(--fs-header-h2-spacing);
  margin-bottom: var(--fs-header-h2-spacing);
}
@media all and (min-width: 992px) {
  .squared.nyg_textimage.module .text-container .title-wrapper,
  .tilted-line.nyg_textimage.module .text-container .title-wrapper {
    max-width: none;
  }
}
.nyg_textimage.module .text-container .title-wrapper h2 {
  display: inline;
  font-weight: 600;
  line-height: var(--lh-body);
  margin: 0;
  margin-top: var(--fs-header-h2-spacing);
  margin-bottom: var(--fs-header-h2-spacing);
  color: #000000;
  font-size: var(--fs-header-h2);
  margin-top: 0;
  margin-bottom: 0;
}
.color-secondary.nyg_textimage.module .text-container .title-wrapper h2 {
  color: #fff;
}
@media all and (min-width: 720px) {
  .nyg_textimage.module .text-container .title-wrapper h2 {
    font-size: 40px;
  }
}
.nyg_textimage.module .text-container .title-wrapper h3 {
  font-size: inherit;
  color: inherit;
  margin-top: 0;
  margin-bottom: 1em;
}
.tilted-line.nyg_textimage.module .text-container .title-wrapper {
  position: relative;
  margin-right: 30px;
}
@media all and (min-width: 992px) {
  .tilted-line.nyg_textimage.module .text-container .title-wrapper {
    margin-right: 90px;
  }
}
.direction-right.tilted-line.nyg_textimage.module .text-container .title-wrapper {
  margin-right: 0;
}
.nyg_textimage.module .text-container .title-wrapper .tilted-line-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  top: 15px;
  height: 13px;
  right: calc((800px + 30px) * -1);
  width: 800px;
  padding-left: 10px;
}
@media all and (min-width: 992px) {
  .nyg_textimage.module .text-container .title-wrapper .tilted-line-wrapper {
    top: 28px;
    height: 18px;
    right: calc((800px + 90px) * -1);
  }
}
@media all and (min-width: 992px) {
  .direction-right.nyg_textimage.module .text-container .title-wrapper .tilted-line-wrapper {
    right: auto;
    padding-right: 10px;
    padding-left: 0;
    left: calc((800px + 30px) * -1);
  }
}
.nyg_textimage.module .text-container .title-wrapper .tilted-line-wrapper .tilted-line-el-thin {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2px;
  height: 30px;
  background: #EB1C24;
  margin-right: 8px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media all and (min-width: 992px) {
  .direction-right.nyg_textimage.module .text-container .title-wrapper .tilted-line-wrapper .tilted-line-el-thin {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-right: 0;
    margin-left: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.nyg_textimage.module .text-container .title-wrapper .tilted-line-wrapper .tilted-line-el-heavy {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 14px;
  height: 30px;
  margin-top: -2px;
  margin-left: 4px;
  margin-right: -4px;
  background-color: #EB1C24;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media all and (min-width: 992px) {
  .direction-right.nyg_textimage.module .text-container .title-wrapper .tilted-line-wrapper .tilted-line-el-heavy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 4px;
    margin-left: -4px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.nyg_textimage.module .text-container .title-wrapper .tilted-line-wrapper .tilted-line-el-filler {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 30px;
  background-color: #EB1C24;
}
@media all and (min-width: 992px) {
  .direction-right.nyg_textimage.module .text-container .title-wrapper .tilted-line-wrapper .tilted-line-el-filler {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media all and (min-width: 992px) {
  .separator.nyg_textimage.module .text-container::after,
  .separator.nyg_textimage.module .text-container::before {
    content: " ";
    background-color: transparent;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    width: 100%;
    height: 100%;
    border-right: #f3f5f7 5px solid;
    position: absolute;
    top: 0;
    display: block;
    -webkit-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
  }
  .direction-left.separator.nyg_textimage.module .text-container::after,
  .direction-left.separator.nyg_textimage.module .text-container::before {
    border-right: none;
    border-left: #f3f5f7 5px solid;
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  .separator-ltr.separator.nyg_textimage.module .text-container::after,
  .separator-ltr.separator.nyg_textimage.module .text-container::before {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: skew(15deg, 0deg);
    transform: skew(15deg, 0deg);
  }
  .direction-left.separator-ltr.separator.nyg_textimage.module .text-container::after,
  .direction-left.separator-ltr.separator.nyg_textimage.module .text-container::before {
    border-right: none;
    border-left: #f3f5f7 5px solid;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  .separator.nyg_textimage.module .text-container::before {
    left: 10px;
    z-index: -2;
  }
  .direction-left.separator.nyg_textimage.module .text-container::before {
    left: -10px;
  }
  .separator-color-not-set.separator.nyg_textimage.module .text-container::before {
    background-color: #f3f5f7;
  }
  .separator-color-main.separator.nyg_textimage.module .text-container::before {
    background-color: #ec1c24;
  }
  .separator-color-alt.separator.nyg_textimage.module .text-container::before {
    background-color: #f3f5f7;
  }
  .separator-color-secondary.separator.nyg_textimage.module .text-container::before {
    background-color: #1e5476;
  }
  .separator-color-white.separator.nyg_textimage.module .text-container::before {
    background-color: #ffffff;
  }
  .separator.nyg_textimage.module .text-container::after {
    left: 0;
    z-index: -1;
  }
  .color-not-set.separator.nyg_textimage.module .text-container::after {
    background-color: #f3f5f7;
  }
  .color-main.separator.nyg_textimage.module .text-container::after {
    background-color: #ec1c24;
  }
  .color-alt.separator.nyg_textimage.module .text-container::after {
    background-color: #f3f5f7;
  }
  .color-secondary.separator.nyg_textimage.module .text-container::after {
    background-color: #1e5476;
  }
  .color-white.separator.nyg_textimage.module .text-container::after {
    background-color: #ffffff;
  }
}
@media all and (min-width: 1200px) {
  .direction-right.nyg_textimage.module .text-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media all and (min-width: 992px) {
  .direction-left.nyg_textimage.module .text-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .overlap-image.direction-left.nyg_textimage.module .text-container {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  .pull.direction-left.nyg_textimage.module .text-container {
    left: 50%;
  }
}
.big.nyg_textimage.module .text-container {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
}
@media all and (min-width: 992px) {
  .big.nyg_textimage.module .text-container {
    width: 50%;
  }
  .wide.big.nyg_textimage.module .text-container {
    width: 80%;
  }
  .image-as-bg.big.nyg_textimage.module .text-container {
    width: 50%;
  }
}
.circle.nyg_textimage.module .text-container::after {
  content: "";
  background-color: #ffffff;
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  display: block;
}
.direction-left.circle.nyg_textimage.module .text-container::after {
  margin-right: -50%;
}
.image-as-bg.circle.nyg_textimage.module .text-container::after {
  display: none;
}
.wide.nyg_textimage.module .text-container {
  background-color: transparent;
}
.color-not-set.separator.nyg_textimage.module .text-container {
  background-color: #f3f5f7;
}
.color-main.separator.nyg_textimage.module .text-container {
  background-color: #ec1c24;
}
.color-alt.separator.nyg_textimage.module .text-container {
  background-color: #f3f5f7;
}
.color-secondary.separator.nyg_textimage.module .text-container {
  background-color: #1e5476;
}
.color-white.separator.nyg_textimage.module .text-container {
  background-color: #ffffff;
}
.image-as-bg.nyg_textimage.module .text-container {
  background-color: #ffffff;
}
@media all and (min-width: 992px) {
  .wide.nyg_textimage.module .text-container {
    width: 75%;
  }
  .pull.wide.nyg_textimage.module .text-container {
    width: 50%;
  }
  .image-as-bg.nyg_textimage.module .text-container {
    width: 50%;
  }
}
@media all and (min-width: 1200px) {
  .nyg_textimage.module .text-container {
    width: 50%;
  }
}
.nyg_textimage.module .text-container ul li {
  margin-left: 1.1em;
}
.nyg_textimage.module .text-container .pre-text {
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: var(--lh-body);
  color: inherit;
  font-weight: 700;
  margin-bottom: 1em;
}
.nyg_textimage.module .text-container .pre-text p strong {
  font-weight: 600;
}
.nyg_textimage.module .text-container .text {
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: var(--lh-body);
}
.nyg_textimage.module .text-container .text p:last-of-type {
  margin-bottom: 0;
}
.nyg_textimage.module .text-container .text p:only-of-type {
  margin-bottom: 1em;
}
.nyg_textimage.module .text-container .button-object {
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  background-color: #f3f5f7;
  text-align: center;
  border-radius: 0;
  margin-top: 23px;
  margin-bottom: 23px;
  margin-right: 15px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  position: relative;
  display: inline-block;
  font-size: 5vw;
  margin-top: 24px;
  margin-bottom: 0;
}
.nyg_textimage.module .text-container .button-object::before {
  content: '';
  background-color: #1e5476;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
  border-left: 2px solid #ec1c24;
}
@media all and (min-width: 960px) {
  .nyg_textimage.module .text-container .button-object:hover {
    color: #fff;
  }
  .nyg_textimage.module .text-container .button-object:hover::before {
    width: 100%;
  }
}
.nyg_textimage.module .text-container .button-object a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  padding: 7px 19px 7px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  z-index: 5;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
@media all and (min-width: 960px) {
  .nyg_textimage.module .text-container .button-object a:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
  }
}
.nyg_textimage.module .text-container .button-object::before {
  content: '';
  background-color: #1e5476;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
  border-left: 2px solid #ec1c24;
}
@media all and (min-width: 960px) {
  .nyg_textimage.module .text-container .button-object:hover {
    color: #fff;
  }
  .nyg_textimage.module .text-container .button-object:hover::before {
    width: 100%;
  }
}
.nyg_textimage.module .text-container .button-object a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  padding: 7px 19px 7px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  z-index: 5;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
@media all and (min-width: 960px) {
  .nyg_textimage.module .text-container .button-object a:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
  }
}
@media all and (min-width: 720px) {
  .nyg_textimage.module .text-container .button-object {
    font-size: 22px;
  }
}
@media all and (min-width: 992px) {
  .nyg_textimage.module .text-container .button-object {
    margin-bottom: 0;
  }
}
.nyg_textimage.module .text-container .button-object:first-of-type {
  margin-top: 0;
}
.nyg_textimage.module .text-container .button-object:last-of-type {
  margin-bottom: 24px;
}
@media all and (min-width: 992px) {
  .nyg_textimage.module .text-container .button-object:last-of-type {
    margin-bottom: 0;
  }
}
.color-not-set.nyg_textimage.module .text-container .button-object {
  background-color: #ffffff;
}
.color-main.nyg_textimage.module .text-container .button-object {
  color: #000000;
  background-color: #f3f5f7;
}
@media all and (min-width: 960px) {
  .color-main.nyg_textimage.module .text-container .button-object:hover a {
    color: #ffffff;
  }
}
.color-alt.nyg_textimage.module .text-container .button-object {
  background-color: #ffffff;
}
.color-secondary.nyg_textimage.module .text-container .button-object {
  color: #000000;
  background-color: #f3f5f7;
}
@media all and (min-width: 960px) {
  .color-secondary.nyg_textimage.module .text-container .button-object:hover a {
    color: #ffffff;
  }
}
.color-white.nyg_textimage.module .text-container .button-object {
  background-color: #f3f5f7;
}
.color-not-set.nyg_textimage.module .text-container .button-object::before {
  border-left-color: #ec1c24;
}
.color-main.nyg_textimage.module .text-container .button-object::before {
  border-left-color: #1e5476;
  border-left-width: 3px;
}
.color-alt.nyg_textimage.module .text-container .button-object::before {
  border-left-color: #ec1c24;
}
.color-secondary.nyg_textimage.module .text-container .button-object::before {
  background-color: #ec1c24;
  border-left-color: #ec1c24;
}
.color-white.nyg_textimage.module .text-container .button-object::before {
  border-left-color: #ec1c24;
}
.nyg_textimage.module .image-container,
.nyg_textimage.module .media-container {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 55;
  right: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.squared.nyg_textimage.module .image-container picture *,
.squared.nyg_textimage.module .media-container picture * {
  max-width: 100%;
}
.separator.nyg_textimage.module .image-container,
.separator.nyg_textimage.module .media-container {
  z-index: 1;
}
@media all and (min-width: 1200px) {
  .direction-right.nyg_textimage.module .image-container,
  .direction-right.nyg_textimage.module .media-container {
    width: calc(50% + 5px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .overlap-image.direction-right.nyg_textimage.module .image-container,
  .overlap-image.direction-right.nyg_textimage.module .media-container {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
@media all and (min-width: 992px) {
  .pull.nyg_textimage.module .image-container,
  .pull.nyg_textimage.module .media-container {
    width: 50vw;
    height: 100%;
    margin-left: -50vw;
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
  }
  .big.pull.nyg_textimage.module .image-container,
  .big.pull.nyg_textimage.module .media-container {
    height: calc(100% -  48px );
  }
  .equal-height.pull.nyg_textimage.module .image-container,
  .equal-height.pull.nyg_textimage.module .media-container {
    height: 100%;
  }
  .direction-right.pull.nyg_textimage.module .image-container,
  .direction-right.pull.nyg_textimage.module .media-container {
    margin-left: auto;
    margin-right: -50vw;
  }
  .big.nyg_textimage.module .image-container,
  .big.nyg_textimage.module .media-container {
    height: auto;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .wide.big.nyg_textimage.module .image-container,
  .wide.big.nyg_textimage.module .media-container {
    margin-top: 0;
    margin-bottom: 0;
  }
  .equal-height.nyg_textimage.module .image-container,
  .equal-height.nyg_textimage.module .media-container {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media all and (min-width: 1200px) {
  .nyg_textimage.module .image-container,
  .nyg_textimage.module .media-container {
    width: 50%;
    padding-right: var(--padding-xl);
  }
  .direction-right.nyg_textimage.module .image-container,
  .direction-right.nyg_textimage.module .media-container {
    padding-right: 0;
    padding-left: var(--padding-xl);
  }
}
.nyg_textimage.module .image-container:before,
.nyg_textimage.module .media-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.image-as-bg.nyg_textimage.module .image-container:before,
.image-as-bg.nyg_textimage.module .media-container:before,
.circle.nyg_textimage.module .image-container:before,
.circle.nyg_textimage.module .media-container:before {
  display: none;
}
.nyg_textimage.module .image-container .video-container,
.nyg_textimage.module .media-container .video-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.nyg_textimage.module .image-container .video-container video,
.nyg_textimage.module .media-container .video-container video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.nyg_textimage.module .image-container .video-link,
.nyg_textimage.module .media-container .video-link {
  position: absolute;
  z-index: 15;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.nyg_textimage.module .image-container .video-link svg,
.nyg_textimage.module .media-container .video-link svg {
  height: 80px;
  width: 80px;
}
.nyg_textimage.module .image-container .img-object,
.nyg_textimage.module .media-container .img-object {
  background-size: cover;
  background-position: center;
  height: 100%;
}
@media all and (min-width: 1200px) {
  .nyg_textimage.module .image-container .img-object,
  .nyg_textimage.module .media-container .img-object {
    position: absolute;
    left: 0;
    width: 50vw;
  }
}
:not(.separator).nyg_textimage.module .image-container .img-object,
:not(.separator).nyg_textimage.module .media-container .img-object {
  width: 100%;
}
.squared.nyg_textimage.module .image-container .img-object,
.squared.nyg_textimage.module .media-container .img-object {
  width: auto;
}
@media all and (min-width: 1200px) {
  .squared.nyg_textimage.module .image-container .img-object,
  .squared.nyg_textimage.module .media-container .img-object {
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.image-as-bg.nyg_textimage.module .image-container .img-object,
.image-as-bg.nyg_textimage.module .media-container .img-object {
  display: none;
}
.no-crop.nyg_textimage.module .image-container .img-object,
.no-crop.nyg_textimage.module .media-container .img-object {
  background-size: contain;
  background-repeat: no-repeat;
}
@media all and (min-width: 1080px) {
  .direction-left.small-crop.no-crop.nyg_textimage.module .image-container .img-object,
  .direction-left.small-crop.no-crop.nyg_textimage.module .media-container .img-object {
    background-position: -100px;
  }
}
@media all and (min-width: 1980px) {
  .direction-left.small-crop.no-crop.nyg_textimage.module .image-container .img-object,
  .direction-left.small-crop.no-crop.nyg_textimage.module .media-container .img-object {
    background-position: center;
    margin-right: 100px;
  }
}
@media all and (min-width: 1080px) {
  .direction-right.small-crop.no-crop.nyg_textimage.module .image-container .img-object,
  .direction-right.small-crop.no-crop.nyg_textimage.module .media-container .img-object {
    background-position: 100px;
  }
}
@media all and (min-width: 1980px) {
  .direction-right.small-crop.no-crop.nyg_textimage.module .image-container .img-object,
  .direction-right.small-crop.no-crop.nyg_textimage.module .media-container .img-object {
    background-position: center;
    margin-left: 100px;
  }
}
.circle.nyg_textimage.module .image-container .img-object,
.circle.nyg_textimage.module .media-container .img-object {
  border-radius: 50%;
  width: 75vw;
  height: 75vw;
  margin-top: -24px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
@media all and (min-width: 992px) {
  .circle.nyg_textimage.module .image-container .img-object,
  .circle.nyg_textimage.module .media-container .img-object {
    width: 500px;
    height: 500px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
.nyg_textimage.module .image-container .img-object::before,
.nyg_textimage.module .media-container .img-object::before {
  content: "";
  padding-bottom: 60%;
  display: block;
}
@media all and (min-width: 992px) {
  .nyg_textimage.module .image-container .img-object::before,
  .nyg_textimage.module .media-container .img-object::before {
    padding-bottom: 40%;
  }
}
.nyg_textimage.module .info-container::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.info-active.nyg_textimage.module .info-container::after {
  opacity: 1;
}
.nyg_textimage.module .info-container .info-object {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 500;
}
.direction-left.nyg_textimage.module .info-container .info-object {
  right: auto;
  left: 20px;
}
.nyg_textimage.module .info-container .info-object .close,
.nyg_textimage.module .info-container .info-object .open {
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.nyg_textimage.module .info-container .info-object .close {
  opacity: 0;
}
.info-active.nyg_textimage.module .info-container .info-object .close {
  opacity: 1;
}
.info-active.nyg_textimage.module .info-container .info-object .open {
  opacity: 0;
}
.nyg_textimage.module .info-container .info-object svg {
  width: 30px;
  height: 30px;
}
.nyg_textimage.module .info-container .info-object svg circle {
  cursor: pointer;
  fill: #1e5476;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_textimage.module .info-container .info-object svg circle:hover {
  fill: #ec1c24;
}
.nyg_textimage.module .info-container .info-text {
  font-size: 24px;
  color: #ffffff;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-right: 21px;
  padding-left: 21px;
  position: absolute;
  z-index: 55;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media all and (min-width: 992px) {
  .nyg_textimage.module .info-container .info-text {
    font-size: 20px;
    width: 60%;
    right: 10%;
  }
  .direction-left.nyg_textimage.module .info-container .info-text {
    right: auto;
    left: 10%;
  }
}
@media all and (min-width: 1650px) {
  .nyg_textimage.module .info-container .info-text {
    font-size: 22px;
    right: 20%;
    left: 20%;
  }
}
.info-active.nyg_textimage.module .info-container .info-text {
  opacity: 1;
}
.nyg_quotesrating.module {
  margin-top: 24px;
  margin-bottom: 24px;
}
.nyg_quotesrating.module * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 992px) {
  .nyg_quotesrating.module {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.nyg_quotesrating.module .container {
  width: 100%;
  height: 100%;
  padding-right: var(--container-padding);
  padding-left: var(--container-padding);
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.nyg_quotesrating.module .container .inner-container {
  width: 100%;
  max-width: 1720px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.nyg_quotesrating.module .section__top,
.nyg_quotesrating.module .section__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
}
@media all and (min-width: 992px) {
  .nyg_quotesrating.module .section__top,
  .nyg_quotesrating.module .section__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}
@media all and (min-width: 1200px) {
  .nyg_quotesrating.module .section__top,
  .nyg_quotesrating.module .section__bottom {
    gap: 10%;
  }
}
.nyg_quotesrating.module .section__top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media all and (min-width: 992px) {
  .nyg_quotesrating.module .section__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 0;
  }
}
@media all and (min-width: 1200px) {
  .nyg_quotesrating.module .section__top {
    margin-right: 8%;
  }
}
.nyg_quotesrating.module .section__top .image__container {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
@media all and (min-width: 1200px) {
  .nyg_quotesrating.module .section__top .image__container {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.nyg_quotesrating.module .section__middle {
  text-align: center;
}
@media all and (min-width: 1200px) {
  .nyg_quotesrating.module .section__bottom {
    margin-left: 8%;
  }
}
.nyg_quotesrating.module .section__bottom .image__container {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
@media all and (min-width: 1200px) {
  .nyg_quotesrating.module .section__bottom .image__container {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.nyg_quotesrating.module .section__bottom .quote__container {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
@media all and (min-width: 1200px) {
  .nyg_quotesrating.module .section__bottom .quote__container {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.nyg_quotesrating.module .quote__container {
  color: #fff;
  background-color: #1e5476;
  width: 100%;
  max-width: 74%;
  padding: 95px 55px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media all and (min-width: 992px) {
  .nyg_quotesrating.module .quote__container {
    min-width: 50%;
    padding: 155px 70px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media all and (min-width: 1200px) {
  .nyg_quotesrating.module .quote__container {
    min-width: 0;
    max-width: 35%;
  }
}
.nyg_quotesrating.module .quote__container-inner {
  position: relative;
}
.nyg_quotesrating.module .quote__symbol {
  position: absolute;
  top: -8px;
  left: -8px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media all and (min-width: 992px) {
  .nyg_quotesrating.module .quote__symbol {
    top: -25px;
    left: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.nyg_quotesrating.module .quote__symbol svg {
  width: auto;
  height: 20px;
}
@media all and (min-width: 992px) {
  .nyg_quotesrating.module .quote__symbol svg {
    height: 40px;
  }
}
@media all and (min-width: 1200px) {
  .nyg_quotesrating.module .quote__symbol svg {
    height: auto;
  }
}
.nyg_quotesrating.module .quote__text {
  font-size: 15px;
  font-weight: 400;
}
@media all and (min-width: 992px) {
  .nyg_quotesrating.module .quote__text {
    font-size: 28px;
  }
}
.nyg_quotesrating.module .quote__text p {
  font-size: inherit;
  font-weight: inherit;
}
.nyg_quotesrating.module .quote__text p:first-of-type {
  margin-top: 0;
}
.nyg_quotesrating.module .quote__text p:last-of-type {
  margin-bottom: 0;
}
.nyg_quotesrating.module .quote__text p strong,
.nyg_quotesrating.module .quote__text p b {
  font-weight: 600;
}
.nyg_quotesrating.module .quote__author {
  font-size: 15px;
  margin-top: 35px;
}
@media all and (min-width: 992px) {
  .nyg_quotesrating.module .quote__author {
    margin-top: 45px;
    font-size: 20px;
  }
}
.nyg_quotesrating.module .quote__author-name::before {
  content: "-";
  display: inline-block;
}
.nyg_quotesrating.module .quote__author-title::before {
  color: transparent;
  content: "-";
  display: inline-block;
}
.nyg_quotesrating.module .image__container {
  width: 100%;
  max-width: 74%;
}
@media all and (min-width: 992px) {
  .nyg_quotesrating.module .image__container {
    width: auto;
    padding: 105px 0;
  }
}
.nyg_quotesrating.module .image__container img {
  width: 100%;
  height: auto;
}
.nyg_quotesrating.module .rating__container {
  color: #000000;
  text-align: center;
  background-color: #ffffff;
  padding: 33px 42px;
  margin: 40px auto;
  display: inline-block;
}
@media all and (min-width: 992px) {
  .nyg_quotesrating.module .rating__container {
    padding: 45px 55px;
  }
}
@media all and (min-width: 1200px) {
  .nyg_quotesrating.module .rating__container {
    padding: 20px 30px;
  }
}
.nyg_quotesrating.module .rating__text {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
.nyg_quotesrating.module .rating__star {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
  display: inline-block;
}
.nyg_quotesrating.module .rating__star-item {
  padding: 0;
  display: inline-block;
}
.nyg_quotesrating.module .rating__source {
  font-size: 15px;
}
.nyg_headingtextimage.module {
  font-family: Industry, Roboto, Arial, sans-serif;
  margin-top: var(--margin-md);
  margin-bottom: var(--margin-md);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.nyg_headingtextimage.module.swap-order:first-child {
  margin-top: 0;
}
.full-width.nyg_headingtextimage.module .container {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.swap-order.nyg_headingtextimage.module .container .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.swap-order.nyg_headingtextimage.module .container .inner-container .text-container,
.swap-order.nyg_headingtextimage.module .container .inner-container .cta-button {
  width: 100%;
}
.swap-order.nyg_headingtextimage.module .container .inner-container .text-container {
  padding-top: var(--padding-xs);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.swap-order.nyg_headingtextimage.module .container .inner-container .cta-button {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.swap-order.nyg_headingtextimage.module .container .inner-container .image-container,
.swap-order.nyg_headingtextimage.module .container .inner-container .video-container {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.nyg_headingtextimage.module .title {
  font-weight: 700;
  line-height: var(--lh-body);
  margin: 0;
  color: #000000;
  font-size: var(--fs-header-h1);
}
.nyg_headingtextimage.module .text {
  margin-top: 5px;
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: var(--lh-body);
}
.nyg_headingtextimage.module .image-container {
  position: relative;
  width: calc(100% + var(--container-padding) * 2);
  margin: 0 calc(var(--container-padding) * -1);
  height: 360px;
}
.full-width.nyg_headingtextimage.module .image-container {
  margin: 0;
}
.nyg_headingtextimage.module .image-container.small {
  display: block;
  height: 300px;
}
@media all and (min-width: 768px) {
  .nyg_headingtextimage.module .image-container.small {
    height: 500px;
  }
}
@media all and (min-width: 1200px) {
  .nyg_headingtextimage.module .image-container.small {
    height: 600px;
  }
}
.nyg_headingtextimage.module .image-container picture {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  height: 100%;
}
.nyg_headingtextimage.module .image-container picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media all and (min-width: 768px) {
  .nyg_headingtextimage.module .image-container {
    width: 100%;
    margin: 0;
    height: 650px;
  }
}
@media all and (min-width: 1200px) {
  .nyg_headingtextimage.module .image-container {
    height: 800px;
  }
  .full-width.nyg_headingtextimage.module .image-container {
    height: 600px;
  }
}
.nyg_headingtextimage.module .video-container {
  position: relative;
  width: calc(100% + var(--container-padding) * 2);
  min-height: 300px;
  margin: 0 calc(var(--container-padding) * -1);
}
@media all and (min-width: 768px) {
  .nyg_headingtextimage.module .video-container {
    min-height: 400px;
    margin: 0;
    width: 100%;
  }
}
@media all and (min-width: 992px) {
  .nyg_headingtextimage.module .video-container {
    min-height: 700px;
  }
}
.nyg_headingtextimage.module .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nyg_headingtextimage.module .cta-button {
  position: relative;
}
.nyg_headingtextimage.module .cta-button a {
  position: relative;
}
.nyg_headingtextimage.module .cta-button a svg {
  position: absolute;
  top: 50%;
  left: var(--padding-sm);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nyg_headingtextimage.module .cta-button a svg + span {
  padding-left: var(--padding-sm);
}
.nyg_accessories .wrapper {
  min-height: 100vh;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.nyg_accessories .main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.nyg_accessories .container {
  max-width: 1688px;
  padding: 0 80px;
  margin: 0 auto;
}
.nyg_accessories.accessories {
  padding: 148px 0 120px;
}
.nyg_accessories.accessories .slick-slide {
  padding: 0 11px;
}
.nyg_accessories.accessories .slick-slide > div {
  padding: 0 11px;
}
.nyg_accessories.accessories .slick-arrow {
  display: inline-block;
  width: 35px;
  height: 20px;
  position: absolute;
  top: 23%;
  z-index: 2;
  font-size: 0;
  line-height: 0;
  background: url("../img/icon-arrow-right-dark.svg") center center / contain no-repeat;
}
.nyg_accessories.accessories .slick-arrow.slick-prev {
  left: -120px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  top: 18%;
}
.nyg_accessories.accessories .slick-arrow.slick-next {
  right: -120px;
}
.nyg_accessories.accessories .slick-dots {
  position: initial;
  z-index: 2;
  width: 100%;
  margin-top: 63px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nyg_accessories.accessories .slick-dots li {
  width: 107px;
  height: 3px;
  font-size: 0;
  line-height: 0;
  margin: 0 10px 10px;
}
.nyg_accessories.accessories .slick-dots li button {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #575c61;
  font-size: 0;
  line-height: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.nyg_accessories.accessories .slick-dots li.slick-active button {
  background-color: #eb1c24;
}
.nyg_accessories .accessories__title {
  margin-bottom: 78px;
  font-family: "Industry", sans-serif;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
}
.nyg_accessories .accessories__slider-wrap {
  max-width: 1274px;
  padding: 0 120px;
  -webkit-transform: translateX(-1px);
  transform: translateX(-1px);
  margin: 0 auto;
  position: relative;
}
.nyg_accessories .accessories__slide {
  color: #585d60;
}
.nyg_accessories .accessories__slide-image {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 76%;
  overflow: hidden;
  margin-bottom: 21px;
}
.nyg_accessories .accessories__slide-image img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.nyg_accessories .accessories__slide-title {
  display: inline-block;
  margin-bottom: 9px;
  font-weight: 700;
  font-size: 18px;
  color: #585d60;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.nyg_accessories .accessories__slide-price {
  border-top: 1px solid #585D60;
  padding-top: 10px;
  margin-bottom: 17px;
  font-family: "Industry", sans-serif;
  font-weight: 500;
}
.nyg_accessories .accessories__slide-cart {
  font-family: "Industry", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #585d60;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.nyg_accessories .accessories__slide-cart::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/icon-slider-cart.svg") center center / contain no-repeat;
  margin-right: 17px;
}
@media (min-width: 992px) {
  .nyg_accessories .accessories__slide-title:hover {
    color: #000000;
  }
  .nyg_accessories .accessories__slide-title:focus {
    color: #000000;
  }
  .nyg_accessories .accessories__slide-cart:hover {
    color: #000000;
  }
  .nyg_accessories .accessories__slide-cart:focus {
    color: #000000;
  }
}
@media (max-width: 1400px) {
  .nyg_accessories .accessories__slider-wrap {
    max-width: 100%;
    padding: 0 77px;
  }
  .nyg_accessories.accessories .slick-arrow.slick-prev {
    left: -77px;
  }
  .nyg_accessories.accessories .slick-arrow.slick-next {
    right: -77px;
  }
}
@media (max-width: 1200px) {
  .nyg_accessories .container {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .nyg_accessories .container {
    padding: 0 80px;
  }
  .nyg_accessories.accessories {
    padding: 57px 0;
  }
  .nyg_accessories.accessories .slick-dots {
    margin-top: 77px;
  }
  .nyg_accessories .accessories__title {
    margin-bottom: 52px;
  }
}
@media (max-width: 768px) {
  .nyg_accessories .container {
    padding: 0 30px;
  }
  .nyg_accessories .accessories__title {
    margin-bottom: 35px;
  }
  .nyg_accessories .accessories__slider-wrap {
    padding: 0 40px;
  }
  .nyg_accessories .accessories__slide-cart {
    font-size: 16px;
  }
  .nyg_accessories .accessories__slide-cart::before {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  .nyg_accessories.accessories .slick-arrow {
    width: 26px;
  }
  .nyg_accessories.accessories .slick-arrow.slick-prev {
    left: -40px;
  }
  .nyg_accessories.accessories .slick-arrow.slick-next {
    right: -40px;
    top: 21%;
  }
  .nyg_accessories.accessories .slick-dots {
    margin-top: 50px !important;
  }
}
@media (max-width: 576px) {
  .nyg_accessories.accessories {
    padding: 50px 0;
  }
  .nyg_accessories.accessories .slick-dots li {
    margin: 0 5px 10px;
  }
  .nyg_accessories .accessories__title {
    font-size: 30px;
  }
  .nyg_accessories .accessories__slide-title {
    font-size: 15px;
    line-height: 22px;
  }
  .nyg_accessories .accessories__slide-price {
    margin-bottom: 10px;
  }
  .nyg_accessories .accessories__slide-cart {
    font-size: 15px;
    line-height: 22px;
  }
  .nyg_accessories .accessories__slide-cart::before {
    width: 14px;
    height: 14px;
    margin-right: 10px;
  }
}
@media (max-width: 375px) {
  .nyg_accessories .container {
    padding: 0 15px;
  }
  .nyg_accessories .accessories__slider-wrap {
    padding: 0;
  }
}
.nyg_accessories .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          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;
}
.nyg_accessories .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.nyg_accessories .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.nyg_accessories .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.nyg_accessories .slick-list:focus {
  outline: none;
}
.nyg_accessories .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.nyg_accessories .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.nyg_accessories .slick-track:before {
  display: table;
  content: '';
}
.nyg_accessories .slick-track:after {
  display: table;
  content: '';
  clear: both;
}
.nyg_accessories .slick-loading .slick-track {
  visibility: hidden;
}
.nyg_accessories .slick-loading .slick-slide {
  visibility: hidden;
}
.nyg_accessories .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.nyg_accessories .slick-slide img {
  display: block;
}
.nyg_accessories [dir='rtl'] .slick-slide {
  float: right;
}
.nyg_accessories .slick-slide.slick-loading img {
  display: none;
}
.nyg_accessories .slick-slide.dragging img {
  pointer-events: none;
}
.nyg_accessories .slick-initialized .slick-slide {
  display: block;
}
.nyg_accessories .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.nyg_accessories .slick-arrow.slick-hidden {
  display: none;
}
.cart {
  margin: 20px 0;
  color: #585e61;
}
@media (max-width: 992px) {
  .cart {
    background-color: #f4f5f7;
  }
}
.cart .container {
  max-width: 1688px;
  padding: 0 80px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .cart .container {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cart .container {
    padding: 0 80px;
  }
}
@media (max-width: 768px) {
  .cart .container {
    padding: 0 30px;
  }
}
@media (max-width: 375px) {
  .cart .container {
    padding: 0 15px;
  }
}
.cart__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .cart__block {
    display: block;
  }
}
.cart__goods {
  width: 1012px;
  margin-right: 20px;
  background-color: #f4f5f7;
  padding: 46px 43px 44px 46px;
}
@media (max-width: 1200px) {
  .cart__goods {
    padding: 25px 20px;
  }
}
@media (max-width: 992px) {
  .cart__goods {
    width: 100%;
    margin-right: 0;
    padding: 44px 0 40px;
  }
}
@media (max-width: 576px) {
  .cart__goods {
    padding: 46px 0 40px;
  }
}
.cart__title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 7px;
  color: #000000;
}
@media (max-width: 992px) {
  .cart__title {
    margin-bottom: 4px;
  }
}
@media (max-width: 576px) {
  .cart__title {
    font-size: 18px;
    margin-bottom: 31px;
  }
}
.cart__text {
  font-size: 18px;
}
.cart__text span {
  display: block;
}
@media (max-width: 992px) {
  .cart__text span {
    display: inline;
  }
}
@media (max-width: 576px) {
  .cart__text {
    font-size: 15px;
    line-height: 22px;
  }
}
.cart__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  padding: 0 12px 7px;
  border-bottom: 1px solid #afafaf;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .cart__heading {
    padding: 0 0 5px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cart__heading {
    display: none;
  }
}
.cart__heading-column1,
.cart__item-column1 {
  width: calc((100% - 100px) * 0.73);
}
@media (max-width: 1500px) {
  .cart__heading-column1,
  .cart__item-column1 {
    width: calc((100% - 100px) * 0.85);
  }
}
@media (max-width: 1200px) {
  .cart__heading-column1,
  .cart__item-column1 {
    width: calc(100% - 180px);
  }
}
@media (max-width: 992px) {
  .cart__heading-column1,
  .cart__item-column1 {
    width: 52%;
  }
}
.cart__heading-column2,
.cart__item-column2 {
  width: calc((100% - 100px) * 0.27);
}
@media (max-width: 1500px) {
  .cart__heading-column2,
  .cart__item-column2 {
    width: calc((100% - 100px) * 0.15);
  }
}
@media (max-width: 1200px) {
  .cart__heading-column2,
  .cart__item-column2 {
    width: 80px;
  }
}
@media (max-width: 992px) {
  .cart__heading-column2,
  .cart__item-column2 {
    width: 26%;
  }
}
.cart__heading-column3,
.cart__item-column3 {
  width: 100px;
  text-align: center;
}
@media (max-width: 992px) {
  .cart__heading-column3,
  .cart__item-column3 {
    width: 22%;
    text-align: left;
  }
}
.cart__item {
  margin: 0 -12px;
  border-bottom: 1px solid #afafaf;
  padding: 49px 0 50px 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .cart__item {
    padding: 25px 0;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cart__item {
    padding: 54px 0 61px;
  }
}
@media (max-width: 576px) {
  .cart__item {
    border-top: 1px solid #afafaf;
    padding: 54px 0 80px;
    position: relative;
  }
}
.cart__item-column1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .cart__item-column1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .cart__item-column1 {
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px;
  }
}
.cart__item-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 196px;
  height: 168px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 18px;
  margin-top: 1px;
}
@media (max-width: 1200px) {
  .cart__item-image {
    width: 170px;
    height: 150px;
    margin-right: 10px;
  }
}
@media (max-width: 992px) {
  .cart__item-image {
    width: 100%;
    max-width: 196px;
    height: 84px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .cart__item-image {
    height: 181px;
    margin-top: 3px;
    margin-bottom: 0;
  }
}
.cart__item-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 5px;
}
@media (max-width: 992px) {
  .cart__item-info {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cart__item-info {
    width: 47%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.cart__item-firm {
  font-size: 15px;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .cart__item-firm {
    font-size: 13px;
  }
}
.cart__item-name {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 13px;
}
@media (max-width: 576px) {
  .cart__item-name {
    font-size: 15px;
    margin-bottom: 4px;
  }
}
.cart__item-price {
  display: none;
}
@media (max-width: 576px) {
  .cart__item-price {
    display: block;
    margin-bottom: 11px;
    font-family: "Industry", sans-serif;
    font-weight: 700;
    font-size: 15px;
  }
}
.cart__item-option {
  font-weight: 600;
  margin-bottom: 20px;
}
.cart__item-option span {
  font-weight: 400;
}
@media (max-width: 576px) {
  .cart__item-option {
    margin-bottom: 30px;
    font-size: 13px;
  }
}
.cart__item-counter {
  display: none;
}
@media (max-width: 576px) {
  .cart__item-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Industry", sans-serif;
    font-weight: 700;
    font-size: 18px;
  }
}
.cart__item-delete {
  cursor: pointer;
  margin-top: auto;
  display: inline-block;
  position: relative;
  background-color: transparent;
  font-size: 16px;
  line-height: 1.5;
  color: #585e61;
  text-align: left;
  text-decoration: underline;
}
.cart__item-delete::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../../img/icon-delete.svg") center center / contain no-repeat;
  margin-left: 9px;
}
@media (max-width: 992px) {
  .cart__item-delete {
    margin-top: 14px;
  }
}
@media (max-width: 576px) {
  .cart__item-delete {
    position: absolute;
    left: 0;
    bottom: 43px;
    width: 100%;
    margin-top: 0;
    font-size: 13px;
  }
  .cart__item-delete::after {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}
.cart__item-column2 {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .cart__item-column2 {
    padding-top: 29px;
  }
}
@media (max-width: 576px) {
  .cart__item-column2 {
    display: none;
  }
}
.cart__item-column3 {
  padding-top: 18px;
  font-family: "Industry", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: right;
}
@media (max-width: 992px) {
  .cart__item-column3 {
    padding-top: 29px;
  }
}
@media (max-width: 576px) {
  .cart__item-column3 {
    display: none;
  }
}
.cart__item-count {
  border: 0;
  cursor: pointer;
  background-color: transparent;
  display: block;
  width: 20px;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: center center;
}
.cart__item-count.minus {
  background-image: url("../../img/icon-minus.svg");
}
.cart__item-count.plus {
  background-image: url("../../img/icon-plus.svg");
}
.cart__item-input {
  border: 0;
  display: block;
  width: 20px;
  height: auto;
  margin: 0 3px;
  background-color: transparent;
  font-family: "Industry", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #585e61;
  text-align: center;
}
@media (max-width: 576px) {
  .cart__item-input {
    margin: 0 13px;
  }
}
.cart__subtitle {
  font-weight: 700;
  font-size: 20px;
  margin-top: 38px;
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .cart__subtitle {
    margin-top: 43px;
  }
}
@media (max-width: 576px) {
  .cart__subtitle {
    margin-top: 38px;
    font-size: 18px;
  }
}
.cart__total {
  width: 496px;
  background-color: #f4f5f7;
  padding: 46px 44px 30px;
}
@media (max-width: 1200px) {
  .cart__total {
    padding: 25px 20px;
  }
}
@media (max-width: 992px) {
  .cart__total {
    width: 100%;
    padding: 38px 0 74px;
  }
}
@media (max-width: 576px) {
  .cart__total {
    padding: 47px 0 77px;
  }
}
.cart__total-goods {
  margin: 30px -12px 28px;
  padding: 43px 0 35px;
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
}
@media (max-width: 1200px) {
  .cart__total-goods {
    padding: 20px 0;
    margin: 20px 0;
  }
}
@media (max-width: 992px) {
  .cart__total-goods {
    margin: 33px 0 33px;
    padding: 40px 0 33px;
  }
}
@media (max-width: 576px) {
  .cart__total-goods {
    margin: -10px 0 54px;
    padding: 46px 0 19px;
  }
}
.cart__total-row {
  padding: 0 20px 0 15px;
  margin-bottom: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
}
.cart__total-row span {
  padding-right: 10px;
}
.cart__total-row b {
  font-family: "Industry", sans-serif;
  font-weight: 700;
}
.cart__total-row .cart__total-row {
  width: 100%;
  padding: 0;
  margin-top: 5px;
  font-size: 16px;
}
.cart__total-row em {
  font-family: "Industry", sans-serif;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .cart__total-row {
    padding: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .cart__total-row {
    margin-bottom: 21px;
  }
}
@media (max-width: 576px) {
  .cart__total-row {
    font-size: 15px;
    margin-bottom: 23px;
  }
  .cart__total-row .cart__total-row {
    font-size: 13px;
  }
}
.cart__total-summ {
  margin-bottom: 51px;
  padding-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
}
.cart__total-summ span {
  padding-right: 10px;
}
.cart__total-summ b {
  font-family: "Industry", sans-serif;
}
@media (max-width: 1200px) {
  .cart__total-summ {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .cart__total-summ {
    margin-bottom: 78px;
  }
}
@media (max-width: 576px) {
  .cart__total-summ {
    font-size: 18px;
    margin-bottom: 43px;
  }
}
.cart__total-actions {
  text-align: center;
}
.cart__total-button {
  display: inline-block;
  width: 100%;
  max-width: 367px;
  border-radius: 5px;
  background-color: #eb1c24;
  padding: 14px 20px 13px;
  margin-bottom: 50px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (min-width: 992px) {
  .cart__total-button:hover,
  .cart__total-button:focus {
    background-color: #c31118;
  }
}
@media (max-width: 1200px) {
  .cart__total-button {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .cart__total-button {
    max-width: 328px;
    margin-bottom: 56px;
  }
}
@media (max-width: 576px) {
  .cart__total-button {
    padding: 11px 15px;
    margin-bottom: 44px;
  }
}
.cart__total-description {
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .cart__total-description {
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .cart__total-description {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .cart__total-description {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.cart__total-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -29px;
  margin-bottom: 43px;
}
.cart__total-logos img {
  display: block;
  width: auto;
  max-width: 40%;
  height: auto;
  margin-right: 29px;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .cart__total-logos {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cart__total-logos {
    margin-bottom: 41px;
  }
}
@media (max-width: 576px) {
  .cart__total-logos {
    margin-right: -19px;
    margin-bottom: 27px;
  }
  .cart__total-logos img {
    max-width: 18%;
    margin-right: 19px;
  }
}
.cart__total-back {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  color: #1f5475;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 992px) {
  .cart__total-back:hover,
  .cart__total-back:focus {
    color: #585e61;
  }
}
@media (max-width: 576px) {
  .cart__total-back {
    font-size: 15px;
  }
}
.cart__empty .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 854px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart__empty-title {
  margin-bottom: 47px;
  font-family: "Industry", sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #000000;
}
.cart__empty-text {
  color: #585d60;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 100%;
  max-width: 580px;
  margin-bottom: 57px;
}
.cart__empty a {
  margin-bottom: 57px;
  text-align: center;
}
.cart__empty .search {
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 30px center;
  background-image: url("../../img/search.svg");
}
.cart__empty img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  max-width: 313px;
  margin: 100px 0px 54px 0px;
}
.nyg_roofboxgroups.module {
  font-family: Industry, Roboto, Arial, sans-serif;
  margin-top: var(--margin-xl);
  margin-bottom: var(--margin-xl);
}
.nyg_roofboxgroups.module .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media all and (min-width: 1200px) {
  .nyg_roofboxgroups.module .inner-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.nyg_roofboxgroups.module .inner-container .intro {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 1200px) {
  .nyg_roofboxgroups.module .inner-container .intro {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    aspect-ratio: 1;
    width: calc(100% / 3);
  }
}
.nyg_roofboxgroups.module .inner-container .intro h4 {
  text-transform: uppercase;
  color: #000000;
}
.nyg_roofboxgroups.module .inner-container .intro .image-container {
  padding-top: calc(var(--padding-sm) / 4);
  padding-bottom: calc(var(--padding-sm) / 4);
}
.nyg_roofboxgroups.module .inner-container .roofbox-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-top: var(--padding-lg);
}
@media all and (min-width: 1200px) {
  .nyg_roofboxgroups.module .inner-container .roofbox-wrapper {
    width: calc(100% / 1.5);
    padding-top: 0;
  }
}
.nyg_roofboxgroups.module .inner-container .roofbox-wrapper .roofbox-link-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: var(--margin-md);
  aspect-ratio: 1;
}
@media all and (min-width: 768px) {
  .nyg_roofboxgroups.module .inner-container .roofbox-wrapper .roofbox-link-wrapper {
    margin-bottom: var(--margin-xs);
    padding-left: calc(var(--margin-sm) / 4);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.nyg_roofboxgroups.module .inner-container .roofbox-wrapper .roofbox-link-wrapper a {
  position: relative;
  display: block;
  background-color: #F4F5F7;
  height: 100%;
  padding: calc(var(--padding-sm) / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nyg_roofboxgroups.module .inner-container .roofbox-wrapper .roofbox-link-wrapper a .label-container {
  position: absolute;
  top: -22px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  background-color: #1F5475;
  color: #FFFFFF;
  padding: calc(var(--padding-sm) / 4) calc(var(--padding-xs));
}
.nyg_roofboxgroups.module .inner-container .roofbox-wrapper .roofbox-link-wrapper a .label-container p {
  text-wrap: nowrap;
}
.nyg_roofboxgroups.module .inner-container .roofbox-wrapper .roofbox-link-wrapper a .image-container {
  padding-right: var(--padding-sm);
  padding-left: var(--padding-sm);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_roofboxgroups.module .inner-container .roofbox-wrapper .roofbox-link-wrapper a .image-container .img-object {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 60%;
}
.nyg_roofboxgroups.module .inner-container .roofbox-wrapper .roofbox-link-wrapper a .text-container {
  color: #000000;
}
.nyg_roofboxgroups.module .inner-container .roofbox-wrapper .roofbox-link-wrapper a .text-container p {
  color: #575C61;
  margin-top: calc(var(--margin-xs) / 2);
}
.nyg_roofboxgroups.module .inner-container .roofbox-wrapper .roofbox-link-wrapper a:hover .image-container {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.nyg_roofboxgroups.module .inner-container .roofbox-wrapper .roofbox-link-wrapper a:hover .button-products {
  font-weight: 700;
  color: var(--button-products-color-hover);
  background-color: var(--button-products-bg-color-hover);
  border: 2px solid #000000;
  padding: 13px 45px 11px;
}
.nyg_roofboxgroups.module .inner-container .roofbox-wrapper .roofbox-link-wrapper:nth-child(2n + 1) {
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 768px) {
  .nyg_roofboxgroups.module .inner-container .roofbox-wrapper .roofbox-link-wrapper:nth-child(2n + 1) {
    padding-right: calc(var(--margin-sm) / 4);
  }
}
.nyg_recommendedroofboxes.module {
  font-family: Industry, Roboto, Arial, sans-serif;
  margin-top: var(--margin-md);
  margin-bottom: var(--margin-md);
  text-align: center;
}
.nyg_recommendedroofboxes.module .inner-container .text-container .change-vehicle {
  font-weight: 700;
  color: #1F5475;
  text-decoration: underline;
}
.nyg_recommendedroofboxes.module .inner-container .text-container .change-vehicle:hover {
  cursor: pointer;
  color: #EB1C24;
}
.nyg_recommendedroofboxes.module .inner-container .roofbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: var(--padding-lg);
  margin: 0 auto;
  width: 100%;
}
@media all and (min-width: 1650px) {
  .nyg_recommendedroofboxes.module .inner-container .roofbox-wrapper {
    max-width: 90%;
  }
}
.nyg_recommendedroofboxes.module .inner-container .roofbox-wrapper .roofbox-link-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: var(--margin-xs);
}
@media all and (min-width: 768px) {
  .nyg_recommendedroofboxes.module .inner-container .roofbox-wrapper .roofbox-link-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-left: calc(var(--margin-sm) / 4);
  }
}
.nyg_recommendedroofboxes.module .inner-container .roofbox-wrapper .roofbox-link-wrapper a {
  position: relative;
  display: block;
  background-color: #F4F5F7;
  height: 100%;
  padding: calc(var(--padding-sm) / 4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 992px) {
  .nyg_recommendedroofboxes.module .inner-container .roofbox-wrapper .roofbox-link-wrapper a {
    padding: calc(var(--padding-sm));
  }
}
.nyg_recommendedroofboxes.module .inner-container .roofbox-wrapper .roofbox-link-wrapper a .label-container {
  position: absolute;
  top: -22px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  background-color: #EB1C24;
  color: #FFFFFF;
  padding: calc(var(--padding-sm) / 4) calc(var(--padding-xs));
  font-family: "proxima-nova", Roboto, Arial, sans-serif;
  font-weight: 700;
}
.nyg_recommendedroofboxes.module .inner-container .roofbox-wrapper .roofbox-link-wrapper a .label-container p {
  text-wrap: nowrap;
}
.nyg_recommendedroofboxes.module .inner-container .roofbox-wrapper .roofbox-link-wrapper a .image-container {
  padding-right: var(--padding-sm);
  padding-left: var(--padding-sm);
  width: 100%;
  min-height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_recommendedroofboxes.module .inner-container .roofbox-wrapper .roofbox-link-wrapper a .image-container .img-object {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 60%;
}
.nyg_recommendedroofboxes.module .inner-container .roofbox-wrapper .roofbox-link-wrapper a .text-container {
  text-align: left;
  padding: 0 var(--padding-md);
  color: #000000;
}
.nyg_recommendedroofboxes.module .inner-container .roofbox-wrapper .roofbox-link-wrapper a .text-container p {
  color: #575C61;
  margin-top: calc(var(--margin-xs) / 2);
  font-family: "proxima-nova", Roboto, Arial, sans-serif;
}
.nyg_recommendedroofboxes.module .inner-container .roofbox-wrapper .roofbox-link-wrapper a .text-container p.product-price {
  font-family: Industry, Roboto, Arial, sans-serif;
}
.nyg_recommendedroofboxes.module .inner-container .roofbox-wrapper .roofbox-link-wrapper a .text-container .box-text-divider {
  height: 1px;
  width: 100%;
  background-color: #a4a9ad;
}
.nyg_recommendedroofboxes.module .inner-container .roofbox-wrapper .roofbox-link-wrapper a .text-container .highlights {
  font-family: "proxima-nova", Roboto, Arial, sans-serif;
  margin-top: calc(var(--margin-sm) / 2);
}
.nyg_recommendedroofboxes.module .inner-container .roofbox-wrapper .roofbox-link-wrapper a .text-container .highlights ul li {
  position: relative;
  padding-bottom: calc(var(--padding-xs) / 2);
}
.nyg_recommendedroofboxes.module .inner-container .roofbox-wrapper .roofbox-link-wrapper a .text-container .highlights ul li::before {
  content: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7231 21H5.06683V7.56L12.3652 0L13.389 0.81375C13.494 0.90125 13.5728 1.02375 13.6253 1.18125C13.6778 1.33875 13.7041 1.53125 13.7041 1.75875V2.02125L12.5227 7.56H20.3723C20.7924 7.56 21.1599 7.7175 21.4749 8.0325C21.79 8.3475 21.9475 8.715 21.9475 9.135V11.2875C21.9475 11.41 21.9606 11.5369 21.9869 11.6681C22.0131 11.7994 22 11.9262 21.9475 12.0487L18.6396 19.6612C18.4821 20.0287 18.2239 20.3438 17.8652 20.6062C17.5064 20.8687 17.1257 21 16.7231 21ZM6.642 19.425H17.0644L20.3723 11.5762V9.135H10.58L11.9714 2.59875L6.642 8.21625V19.425ZM5.06683 7.56V9.135H1.57518V19.425H5.06683V21H0V7.56H5.06683Z' fill='%23EB1C24'/%3E%3C/svg%3E%0A");
  display: block;
  width: 22px;
  height: 21px;
  position: absolute;
  left: -34px;
  top: 1px;
}
.nyg_recommendedroofboxes.module .inner-container .roofbox-wrapper .roofbox-link-wrapper a:hover .image-container {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.nyg_recommendedroofboxes.module .inner-container .roofbox-wrapper .roofbox-link-wrapper a:hover .button-products {
  font-weight: 700;
  color: var(--button-products-color-hover);
  background-color: var(--button-products-bg-color-hover);
  border: 2px solid #000000;
  padding: 13px 45px 11px;
}
.nyg_recommendedroofboxes.module .inner-container .roofbox-wrapper .roofbox-link-wrapper:nth-child(2n + 1) {
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 768px) {
  .nyg_recommendedroofboxes.module .inner-container .roofbox-wrapper .roofbox-link-wrapper:nth-child(2n + 1) {
    padding-right: calc(var(--margin-sm) / 4);
  }
}
.nyg_recommendedroofboxes.module .title {
  font-weight: 700;
  line-height: var(--lh-body);
  margin: 0;
  color: #000000;
  font-size: var(--fs-header-h1);
}
.nyg_recommendedroofboxes.module .text {
  margin-top: 5px;
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: var(--lh-body);
  font-family: "proxima-nova", Roboto, Arial, sans-serif;
}
.nyg_productlister.module {
  margin-top: 48px;
  margin-bottom: 48px;
}
.nyg_productlister.module .container .inner-container {
  text-align: center;
}
@media all and (min-width: 1200px) {
  .nyg_productlister.module .container .inner-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.nyg_productlister.module .container .inner-container h1,
.nyg_productlister.module .container .inner-container h2 {
  font-family: Industry, Roboto, Arial, sans-serif;
  color: #000000;
  padding-top: var(--padding-xs);
}
.nyg_productlister.module .container .inner-container .title {
  margin: 0;
}
.nyg_productlister.module .container .inner-container .intro-text {
  font-weight: 600;
}
.nyg_productlister.module .container .inner-container .text {
  font-family: "proxima-nova", Roboto, Arial, sans-serif;
}
.nyg_productlister.module .container .inner-container .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: var(--padding-lg);
  margin: 0 auto;
  width: 100%;
}
.nyg_productlister.module .container .inner-container .product-list .product-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: calc(var(--margin-sm) / 2);
}
@media all and (min-width: 768px) {
  .nyg_productlister.module .container .inner-container .product-list .product-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    padding-left: calc(var(--margin-sm) / 2);
  }
}
@media all and (min-width: 1650px) {
  .nyg_productlister.module .container .inner-container .product-list .product-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333333%;
            flex: 0 1 33.333333%;
  }
}
.nyg_productlister.module .container .inner-container .product-list .product-wrapper a {
  position: relative;
  display: block;
  background-color: #F4F5F7;
  height: 100%;
  padding: calc(var(--padding-sm) / 4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 992px) {
  .nyg_productlister.module .container .inner-container .product-list .product-wrapper a {
    padding: calc(var(--padding-sm));
  }
}
.nyg_productlister.module .container .inner-container .product-list .product-wrapper a .image-container {
  width: 100%;
  min-height: 240px;
  -webkit-box-sizing: boder-box;
          box-sizing: boder-box;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_productlister.module .container .inner-container .product-list .product-wrapper a .image-container .img-object {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 60%;
}
.nyg_productlister.module .container .inner-container .product-list .product-wrapper a .product-info {
  padding-top: calc(var(--padding-xs) / 2);
}
@media all and (min-width: 992px) {
  .nyg_productlister.module .container .inner-container .product-list .product-wrapper a .product-info {
    padding-top: calc(var(--padding-sm) / 2);
  }
}
.nyg_productlister.module .container .inner-container .product-list .product-wrapper a .product-info h4 {
  color: #000000;
}
.nyg_productlister.module .container .inner-container .product-list .product-wrapper a .product-info .price {
  color: #585E61;
}
.nyg_productlister.module .container .inner-container .product-list .product-wrapper a .product-info .button-products {
  margin-top: calc(var(--padding-sm) / 2);
}
.nyg_productlister.module .container .inner-container .product-list .product-wrapper a:hover .image-container {
  scale: 1.1;
}
.nyg_productlister.module .container .inner-container .product-list .product-wrapper a:hover .button-products {
  font-weight: 700;
  color: var(--button-products-color-hover);
  background-color: var(--button-products-bg-color-hover);
  border: 2px solid #000000;
  padding: 13px 45px 11px;
}
/* PAGE ELEMENTS */
.nyg_button {
  background: transparent;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 10px 20px;
  color: #000000;
}
.nyg_button:hover {
  background: #000000;
  color: #ffffff;
}
.roof-box-active .find-roof-box-button.object-button,
.roof-box-active #fb-root {
  display: none;
}
.find-roof-box-button.page-element {
  font-family: Industry, Arial, sans-serif;
}
.nyg_contactform.module ~ .find-roof-box-button.page-element {
  margin-top: -48px;
}
.find-roof-box-button.page-element .find-roof-box-button {
  position: fixed;
  bottom: 23px;
  right: 95px;
  z-index: 90210;
}
.find-roof-box-button.page-element .find-roof-box-button .notification {
  font-weight: 900;
  color: #575d60;
  text-align: center;
  background: #ffffff;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -25px;
  z-index: -1;
  right: -85px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
  opacity: 0;
}
.find-roof-box-button.page-element .find-roof-box-button .notification.active {
  width: 300px;
  max-width: 90vw;
  height: auto;
  padding: 30px 17px;
  opacity: 1;
}
@media all and (min-width: 960px) {
  .find-roof-box-button.page-element .find-roof-box-button .notification.active {
    max-width: none;
  }
}
.find-roof-box-button.page-element .find-roof-box-button .notification.active.inactive {
  width: 0;
  height: 0;
  opacity: 0;
  z-index: -1;
}
.find-roof-box-button.page-element .find-roof-box-button .notification::before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #ffffff;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid transparent;
  right: 120px;
  bottom: -19px;
}
.find-roof-box-button.page-element .find-roof-box-button .notification .close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 9px;
  right: 9px;
  cursor: pointer;
}
.find-roof-box-button.page-element .find-roof-box-button .notification .close path,
.find-roof-box-button.page-element .find-roof-box-button .notification .close line {
  fill: #575d60;
  stroke: #575d60;
}
.find-roof-box-button.page-element .find-roof-box-button .inner-container {
  background-color: #1e5476;
  display: inline-block;
  padding: 15px 15px 12px 12px;
  border-radius: 50%;
  padding: 14px 14px 12px 16px;
  -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
  cursor: pointer;
}
.find-roof-box-button.page-element .find-roof-box-button svg {
  width: 30px;
  max-height: 30px;
}
.nyg_retailerloginform.page-element {
  font-family: "proxima-nova", Roboto, Arial, sans-serif;
  color: #000000;
  font-size: 18px;
  /*position: absolute;
    right: 0;
    top: 0;*/
}
.nyg_retailerloginform.page-element .retailer-login,
.nyg_retailerloginform.page-element .member-login-text {
  color: inherit;
  cursor: pointer;
  height: 100%;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_retailerloginform.page-element .retailer-login:hover,
.nyg_retailerloginform.page-element .member-login-text:hover {
  color: #ec1c24;
}
.active.nyg_retailerloginform.page-element .retailer-login {
  color: #fff;
  background-color: #1e5476;
}
.nyg_retailerloginform.page-element .member-login-text span {
  margin-left: 0.3em;
}
.nyg_retailerloginform.page-element .member-login-text svg {
  width: 15px;
  height: 15px;
  margin-bottom: 4px;
  margin-left: 7px;
  display: inline-block;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_retailerloginform.page-element .member-login-text svg path {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  /*.active& {
                    fill: @color-secondary-contrast;
                }*/
}
.active.nyg_retailerloginform.page-element .member-login-text svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nyg_retailerloginform.page-element .member-login-text:hover svg path {
  fill: #ec1c24;
}
.nyg_retailerloginform.page-element #login,
.nyg_retailerloginform.page-element #logout {
  background-color: #1e5476;
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 9001;
  top: 45px;
  right: 0;
  overflow: hidden;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.active.nyg_retailerloginform.page-element #login,
.active.nyg_retailerloginform.page-element #logout {
  opacity: 1;
  width: auto;
  max-width: 250px;
  height: auto;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  overflow: visible;
}
.nyg_retailerloginform.page-element #login label,
.nyg_retailerloginform.page-element #logout label {
  display: none;
}
.nyg_retailerloginform.page-element #login input[type=text],
.nyg_retailerloginform.page-element #logout input[type=text],
.nyg_retailerloginform.page-element #login input[type=password],
.nyg_retailerloginform.page-element #logout input[type=password] {
  padding-top: 15px;
  padding-bottom: 12px;
  padding-left: 7px;
  margin-top: 12px;
  margin-bottom: 12px;
  border: 1px transparent solid;
  outline: none;
  width: 240px;
  max-width: 100%;
}
.nyg_retailerloginform.page-element #login input[type=text].input-validation-error,
.nyg_retailerloginform.page-element #logout input[type=text].input-validation-error,
.nyg_retailerloginform.page-element #login input[type=password].input-validation-error,
.nyg_retailerloginform.page-element #logout input[type=password].input-validation-error {
  border-color: #ec1c24;
}
.nyg_retailerloginform.page-element #login .button-object,
.nyg_retailerloginform.page-element #logout .button-object {
  position: relative;
  background-color: #ffffff;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.nyg_retailerloginform.page-element #login .button-object button[type=submit],
.nyg_retailerloginform.page-element #logout .button-object button[type=submit] {
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  position: relative;
  z-index: 5;
}
.nyg_retailerloginform.page-element #login .button-object:before,
.nyg_retailerloginform.page-element #logout .button-object:before {
  content: '';
  background-color: #ec1c24;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  border-left: 2px solid #ec1c24;
}
.nyg_retailerloginform.page-element #login .button-object:hover button[type=submit],
.nyg_retailerloginform.page-element #logout .button-object:hover button[type=submit] {
  color: #ffffff;
}
.nyg_retailerloginform.page-element #login .button-object:hover:before,
.nyg_retailerloginform.page-element #logout .button-object:hover:before {
  width: 100%;
}
.nyg_retailerloginform.page-element #logout .member-details .toggle-member-menu {
  cursor: pointer;
}
.nyg_retailerloginform.page-element #logout .member-details .member-login-text {
  display: inline-block;
}
.nyg_retailerloginform.page-element #login-form-error ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nyg_retailerloginform.page-element #login-form-error ul li {
  color: #fff;
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
}
.nyg_retailerloginform.page-element #login-form-error ul li::before {
  content: '!';
  font-weight: 800;
  color: #ec1c24;
  margin-right: 7px;
  margin-left: 7px;
  display: inline-block;
}
.nyg_retailerloginform.page-element .member-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nyg_retailerloginform.page-element .member-menu li {
  text-transform: capitalize;
  margin-bottom: 12px;
}
.nyg_retailerloginform.page-element .member-menu li:last-of-type {
  margin-bottom: 0;
}
.nyg_retailerloginform.page-element .member-menu li a,
.nyg_retailerloginform.page-element .member-menu li button[type=submit] {
  color: #fff;
  text-transform: capitalize;
}
.nyg_retailerloginform.page-element .member-menu li a:hover,
.nyg_retailerloginform.page-element .member-menu li button[type=submit]:hover {
  color: #ec1c24;
}
.nyg_retailerloginform.page-element .member-menu li a {
  text-decoration: none;
}
.nyg_retailerloginform.page-element .member-menu li button[type=submit] {
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
}
.order-form .submit-container {
  margin-left: 0;
  margin-bottom: 0;
}
.order-form .submit-container .button-object {
  margin-top: 0;
}
.nyg_callus.page-element {
  font-family: Industry, Arial, sans-serif;
  font-size: 22px;
  color: #000000;
  height: 100%;
}
.nyg_callus.page-element a {
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  height: 100%;
  margin-right: 7px;
  margin-left: 7px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nyg_callus.page-element a:hover {
  color: #ec1c24;
}
.border {
  background: transparent;
  border-radius: 4px;
  border: 1px solid #000;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
/*FONTS*/
.font-weight-regular {
  font-weight: 400;
}
.font-weight-bold {
  font-weight: 600;
}
/*TEXT*/
.text-decoration-none {
  text-decoration: none;
}
/*LINK*/
.link {
  color: #1F5475;
}
.nyg_cartpage .wrapper,
.nyg_orderconfirmation .wrapper {
  min-height: 100vh;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.nyg_cartpage .main,
.nyg_orderconfirmation .main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.nyg_cartpage .container,
.nyg_orderconfirmation .container {
  max-width: 1688px;
  padding: 0 80px;
  margin: 0 auto;
}
.nyg_cartpage .order-thanks,
.nyg_orderconfirmation .order-thanks {
  padding: 100px 0 100px;
}
.nyg_cartpage .order-thanks__title,
.nyg_orderconfirmation .order-thanks__title {
  margin-bottom: 78px;
  font-family: "Industry", sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
}
.nyg_cartpage .order-thanks__block,
.nyg_orderconfirmation .order-thanks__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nyg_cartpage .order-thanks__image,
.nyg_orderconfirmation .order-thanks__image {
  width: 624px;
  margin-right: 30px;
}
.nyg_cartpage .order-thanks__image img,
.nyg_orderconfirmation .order-thanks__image img {
  display: block;
  width: 100%;
  height: auto;
}
.nyg_cartpage .order-thanks__info,
.nyg_orderconfirmation .order-thanks__info {
  width: 624px;
  margin-right: 8.5%;
  padding-bottom: 22px;
}
.nyg_cartpage .order-thanks__info-text,
.nyg_orderconfirmation .order-thanks__info-text {
  font-size: 18px;
  line-height: 30px;
  color: #585d60;
}
.nyg_cartpage .order-thanks__info-subtitle,
.nyg_orderconfirmation .order-thanks__info-subtitle {
  margin-top: 37px;
  font-weight: 700;
  font-size: 20px;
}
.nyg_cartpage .order-thanks__info-image,
.nyg_orderconfirmation .order-thanks__info-image {
  display: none;
}
.nyg_cartpage .order-thanks__info-link,
.nyg_orderconfirmation .order-thanks__info-link {
  display: inline-block;
  position: relative;
  margin-top: 19px;
  padding: 0 30px 0 58px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.55;
  color: #1f5475;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.nyg_cartpage .order-thanks__info-link::before,
.nyg_orderconfirmation .order-thanks__info-link::before {
  content: "";
  width: 35px;
  height: 15px;
  background: url("../img/icon-arrow-left-red.svg") center center / contain no-repeat;
  position: absolute;
  left: 0;
  top: 7px;
}
.nyg_cartpage .order-thanks__info-link::after,
.nyg_orderconfirmation .order-thanks__info-link::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icon-external-link.svg") center center / contain no-repeat;
  position: absolute;
  right: 0;
  top: 8px;
}
@media (min-width: 992px) {
  .nyg_cartpage .order-thanks__info-link:hover,
  .nyg_orderconfirmation .order-thanks__info-link:hover {
    color: #585e61;
  }
  .nyg_cartpage .order-thanks__info-link:focus,
  .nyg_orderconfirmation .order-thanks__info-link:focus {
    color: #585e61;
  }
}
@media (max-width: 1500px) {
  .nyg_cartpage .order-thanks__info,
  .nyg_orderconfirmation .order-thanks__info {
    margin-right: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .nyg_cartpage .container,
  .nyg_orderconfirmation .container {
    padding: 0 40px;
  }
  .nyg_cartpage .order-thanks__title,
  .nyg_orderconfirmation .order-thanks__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .nyg_cartpage .container,
  .nyg_orderconfirmation .container {
    padding: 0 80px;
  }
  .nyg_cartpage .order-thanks,
  .nyg_orderconfirmation .order-thanks {
    padding: 70px 0;
  }
  .nyg_cartpage .order-thanks__title,
  .nyg_orderconfirmation .order-thanks__title {
    margin-bottom: 23px;
  }
  .nyg_cartpage .order-thanks__block,
  .nyg_orderconfirmation .order-thanks__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nyg_cartpage .order-thanks__image,
  .nyg_orderconfirmation .order-thanks__image {
    display: none;
  }
  .nyg_cartpage .order-thanks__info,
  .nyg_orderconfirmation .order-thanks__info {
    width: 100%;
    text-align: center;
  }
  .nyg_cartpage .order-thanks__info-image,
  .nyg_orderconfirmation .order-thanks__info-image {
    display: block;
    margin-top: 58px;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 54.5%;
    background-color: #f4f5f7;
  }
  .nyg_cartpage .order-thanks__info-image img,
  .nyg_orderconfirmation .order-thanks__info-image img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .nyg_cartpage .container,
  .nyg_orderconfirmation .container {
    padding: 0 30px;
  }
}
@media (max-width: 576px) {
  .nyg_cartpage .order-thanks,
  .nyg_orderconfirmation .order-thanks {
    padding: 50px 0;
  }
  .nyg_cartpage .order-thanks__title,
  .nyg_orderconfirmation .order-thanks__title {
    margin-bottom: 39px;
    font-size: 30px;
  }
  .nyg_cartpage .order-thanks__info-text,
  .nyg_orderconfirmation .order-thanks__info-text {
    font-size: 15px;
    line-height: 22px;
  }
  .nyg_cartpage .order-thanks__info-subtitle,
  .nyg_orderconfirmation .order-thanks__info-subtitle {
    margin-top: 45px;
    font-size: 18px;
    line-height: 22px;
  }
  .nyg_cartpage .order-thanks__info-image,
  .nyg_orderconfirmation .order-thanks__info-image {
    margin: 46px -30px 30px;
    padding-bottom: 75.7%;
  }
  .nyg_cartpage .order-thanks__info-link,
  .nyg_orderconfirmation .order-thanks__info-link {
    margin-top: 44px;
    padding-left: 40px;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
  }
  .nyg_cartpage .order-thanks__info-link::before,
  .nyg_orderconfirmation .order-thanks__info-link::before {
    width: 27px;
    top: 5px;
  }
  .nyg_cartpage .order-thanks__info-link::after,
  .nyg_orderconfirmation .order-thanks__info-link::after {
    top: 6px;
  }
}
@media (max-width: 375px) {
  .nyg_cartpage .container,
  .nyg_orderconfirmation .container {
    padding: 0 15px;
  }
  .nyg_cartpage .order-thanks__info-link,
  .nyg_orderconfirmation .order-thanks__info-link {
    padding: 0 20px 0 30px;
  }
  .nyg_cartpage .order-thanks__info-link::before,
  .nyg_orderconfirmation .order-thanks__info-link::before {
    width: 22px;
  }
  .nyg_cartpage .order-thanks__info-link::after,
  .nyg_orderconfirmation .order-thanks__info-link::after {
    width: 12px;
    height: 12px;
  }
}
.features {
  padding: 24px 0;
  background-color: white;
}
@media (max-width: 992px) {
  .features {
    margin-bottom: 86px;
  }
}
@media (max-width: 576px) {
  .features {
    margin-bottom: 75px;
  }
}
@media (max-width: 375px) {
  .features {
    margin-bottom: 25px;
  }
}
.features__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .features__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.features__image {
  width: 754px;
  height: 720px;
}
.features__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .features__image {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 45.4%;
    margin-bottom: 95px;
  }
  .features__image img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (max-width: 576px) {
  .features__image {
    width: 100vw;
    margin: 0 -30px 78px;
    padding-bottom: 78.6%;
  }
}
@media (max-width: 375px) {
  .features__image {
    margin: 0 -15px 50px;
  }
}
.features__content {
  width: 495px;
  margin-right: 72px;
  margin-left: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 25px;
}
@media (max-width: 1500px) {
  .features__content {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .features__content {
    width: 100%;
    margin-left: 0;
    padding-right: 45px;
  }
}
@media (max-width: 576px) {
  .features__content {
    padding-right: 0;
  }
}
.features__info {
  width: 100%;
  position: relative;
  color: #585E61;
}
.features__step {
  display: block;
  margin-bottom: 9px;
  font-size: 14px;
  color: #818181;
}
@media (max-width: 992px) {
  .features__step {
    display: none;
  }
}
.features__title {
  font-family: 'Industry', sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #000000;
  margin-bottom: 25px;
}
.features__title.decor-element {
  position: relative;
}
.features__title.decor-element::before {
  content: '';
  width: 42px;
  height: 32px;
  background: url('../img/icon-title-decor.svg') center center / contain no-repeat;
  position: absolute;
  left: -60px;
  top: 12px;
}
@media (max-width: 768px) {
  .features__title.decor-element {
    padding-left: 67px;
  }
  .features__title.decor-element::before {
    left: 0px;
    top: 12px;
  }
}
@media (max-width: 576px) {
  .features__title {
    font-size: 30px;
    margin-bottom: 18px;
  }
  .features__title.decor-element {
    padding-left: 43px;
  }
  .features__title.decor-element::before {
    width: 30px;
    height: 22px;
    left: -3px;
  }
}
.features__text {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 4px;
}
@media (max-width: 576px) {
  .features__text {
    font-size: 15px;
    line-height: 22px;
  }
}
.features__arrow-button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 80px;
  margin-top: 71px;
  background-color: transparent;
  font-size: 18px;
  color: #585E61;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.features__arrow-button::before {
  content: '';
  width: 45px;
  height: 18px;
  background: url('../img/icon-arrow-left-red.svg') center center / contain no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}
@media (max-width: 992px) {
  .features__arrow-button {
    margin-top: 68px;
  }
}
@media (max-width: 576px) {
  .features__arrow-button {
    margin-top: 42px;
    margin-left: -5px;
    padding-left: 59px;
    font-size: 15px;
  }
  .features__arrow-button::before {
    width: 40px;
    height: 16px;
  }
}
.features__price {
  font-family: 'Industry', sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .features__price {
    font-size: 15px;
  }
}
.features__colors-wrap {
  margin-top: 42px;
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  .features__colors-wrap {
    margin-top: 31px;
    margin-bottom: 6px;
  }
}
.features__colors-title {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 17px;
}
@media (max-width: 576px) {
  .features__colors-title {
    font-size: 15px;
    margin-bottom: 19px;
  }
}
.features__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-bottom: 10px;
}
.features__colors-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.features__colors-input:checked + label::after {
  opacity: 1;
}
.features__colors-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 46px;
  height: 46px;
  margin-right: 12px;
  margin-bottom: 10px;
  border-radius: 50%;
  position: relative;
}
.features__colors-label img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.features__colors-label::after {
  content: '';
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #585D60;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 576px) {
  .features__colors-label {
    width: 38px;
    height: 38px;
    margin-right: 10px;
  }
  .features__colors-label::after {
    width: 44px;
    height: 44px;
  }
}
.features__colors-checked {
  font-size: 18px;
}
@media (max-width: 576px) {
  .features__colors-checked {
    font-size: 15px;
  }
}
.features__information {
  padding-left: 31px;
  position: relative;
  line-height: 1.25;
}
.features__information::before {
  content: '';
  width: 15px;
  height: 15px;
  background: url('../img/icon-info.svg') center center / contain no-repeat;
  position: absolute;
  left: 1px;
  top: 2px;
}
.features__information > p {
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 1.55;
}
.features__information > p b {
  font-weight: 700;
}
.features__information > p span {
  display: block;
}
@media (max-width: 576px) {
  .features__information {
    font-size: 13px;
  }
  .features__information > p {
    font-size: 15px;
  }
}
.features__refuse {
  margin-top: 60px;
  margin-bottom: 26px;
}
@media (max-width: 576px) {
  .features__refuse {
    margin-top: 50px;
    margin-bottom: 10px;
  }
}
.features__refuse-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.features__refuse-input:checked + label::after {
  opacity: 1;
}
.features__refuse-label {
  position: relative;
  padding: 10px 0 10px 44px;
  font-weight: 600;
  font-size: 18px;
}
.features__refuse-label::before {
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #585D60;
  position: absolute;
  left: 0;
  top: 10px;
}
.features__refuse-label::after {
  content: '';
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #585D60;
  position: absolute;
  left: 3px;
  top: 13px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 576px) {
  .features__refuse-label {
    font-size: 15px;
  }
  .features__refuse-label::before {
    top: 7px;
  }
  .features__refuse-label::after {
    top: 10px;
  }
}
.features__next-button {
  cursor: pointer;
  position: absolute;
  right: -31px;
  bottom: 2px;
  display: block;
  width: 20px;
  height: 45px;
  background-color: transparent;
}
.features__next-button img {
  display: block;
  width: 45px;
  height: 20px;
  -webkit-transform: translateX(-13px) rotate(90deg);
          transform: translateX(-13px) rotate(90deg);
}
@media (max-width: 992px) {
  .features__next-button {
    right: -28px;
    bottom: -28px;
  }
}
@media (max-width: 576px) {
  .features__next-button {
    position: static;
    margin: 30px auto 0;
  }
}
.features__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 129px;
}
@media (max-width: 992px) {
  .features__actions {
    margin-top: 105px;
  }
}
@media (max-width: 576px) {
  .features__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 99px;
  }
}
@media (max-width: 375px) {
  .features__actions {
    margin-top: 40px;
  }
}
.features__actions-button {
  cursor: pointer;
  display: inline-block;
  margin-right: 28px;
  padding-left: 41px;
  position: relative;
  background-color: transparent;
  margin-bottom: 15px;
}
.features__actions-button::before {
  content: '';
  width: 31px;
  height: 15px;
  background: url('../img/icon-arrow-left-red.svg') center center / contain no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}
@media (max-width: 576px) {
  .features__actions-button {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.features__actions-link {
  max-width: 238px;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .features__actions-link {
    max-width: 259px;
    margin-bottom: 34px;
  }
}
.blue-link {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  color: #1F5475;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 992px) {
  .blue-link:hover,
  .blue-link:focus {
    color: #585E61;
  }
}
@media (max-width: 576px) {
  .blue-link {
    font-size: 15px;
  }
}
.red-link {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  background-color: #EB1C24;
  padding: 11px 20px 10px;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (min-width: 992px) {
  .red-link:hover,
  .red-link:focus {
    background-color: #c31118;
  }
}
@media (max-width: 576px) {
  .red-link {
    padding: 10px 15px 9px;
    font-size: 14px;
  }
}
.nyg_productpage.module .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}
.full-width.nyg_productpage.module .container {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.nyg_productpage.module .container .product-images {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
@media all and (min-width: 992px) {
  .nyg_productpage.module .container .product-images {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
  .two-columns.nyg_productpage.module .container .product-images {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
.nyg_productpage.module .container .product-information-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
@media all and (min-width: 992px) {
  .nyg_productpage.module .container .product-information-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
  .two-columns.nyg_productpage.module .container .product-information-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
.two-columns.nyg_productpage.module .container .product-information-wrapper .current-vehicle {
  text-align: center;
}
@media all and (min-width: 768px) {
  .two-columns.nyg_productpage.module .container .product-information-wrapper .current-vehicle {
    text-align: left;
  }
}
.two-columns.nyg_productpage.module .container .product-information-wrapper .product-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: var(--margin-xs);
}
@media all and (min-width: 1200px) {
  .two-columns.nyg_productpage.module .container .product-information-wrapper .product-container {
    gap: var(--margin-lg);
  }
}
.two-columns.nyg_productpage.module .container .product-information-wrapper .product-container .product-column {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 1200px) {
  .two-columns.nyg_productpage.module .container .product-information-wrapper .product-container .product-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.two-columns.nyg_productpage.module .container .product-information-wrapper .product-text {
  margin-top: var(--margin-xs);
}
.nyg_productpage.module .container .product-information-wrapper .product-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
}
@media all and (min-width: 992px) {
  .nyg_productpage.module .container .product-information-wrapper .product-information {
    padding-left: calc(var(--padding-xl) / 2);
  }
  .two-columns.nyg_productpage.module .container .product-information-wrapper .product-information {
    padding-left: 0;
  }
}
.nyg_productpage.module .container .product-information-wrapper .product-information h1 {
  font-weight: 500;
  text-align: center;
}
@media all and (min-width: 768px) {
  .nyg_productpage.module .container .product-information-wrapper .product-information h1 {
    text-align: left;
  }
}
.nyg_productpage.module .container .product-information-wrapper .product-information .current-vehicle .change-vehicle {
  cursor: pointer;
  color: #1F5475;
  font-weight: 600;
  text-decoration: underline;
}
.nyg_productpage.module .container .product-information-wrapper .product-information .current-vehicle .change-vehicle:hover {
  color: var(--color-primary);
}
.nyg_productpage.module .container .product-information-wrapper .product-information .product-price {
  margin-top: calc(var(--margin-xs) / 2);
  text-align: center;
}
@media all and (min-width: 768px) {
  .nyg_productpage.module .container .product-information-wrapper .product-information .product-price {
    text-align: left;
  }
}
.nyg_productpage.module .container .product-information-wrapper .product-information .product-deal {
  position: relative;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  .nyg_productpage.module .container .product-information-wrapper .product-information .product-deal {
    margin-left: 0;
    margin-right: 0;
    max-width: 50%;
  }
}
.nyg_productpage.module .container .product-information-wrapper .product-information .product-deal p {
  font-size: var(--fs-menu);
}
.nyg_productpage.module .container .product-information-wrapper .product-information .product-deal::before {
  content: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.95885 14.6629C8.73441 14.8876 8.46322 15 8.14526 15C7.82731 15 7.55611 14.8876 7.33167 14.6629L0.317955 7.64045C0.193267 7.5156 0.109102 7.38452 0.0654614 7.24719C0.0218205 7.10986 0 6.96629 0 6.81648V1.1236C0 0.799001 0.105985 0.530587 0.317955 0.318352C0.529925 0.106117 0.798005 0 1.12219 0H6.80798C6.95761 0 7.10723 0.0218478 7.25686 0.0655431C7.40648 0.109239 7.54364 0.193508 7.66833 0.318352L14.6446 7.30337C14.8815 7.54057 15 7.81835 15 8.1367C15 8.45506 14.8815 8.73283 14.6446 8.97004L8.95885 14.6629ZM8.19202 13.8951L13.8778 8.20225L6.80798 1.1236H1.12219V6.81648L8.19202 13.8951ZM3.08603 4.04494C3.34788 4.04494 3.57544 3.94819 3.7687 3.75468C3.96197 3.56117 4.0586 3.33333 4.0586 3.07116C4.0586 2.80899 3.96197 2.58115 3.7687 2.38764C3.57544 2.19413 3.34788 2.09738 3.08603 2.09738C2.82419 2.09738 2.59663 2.19413 2.40337 2.38764C2.2101 2.58115 2.11347 2.80899 2.11347 3.07116C2.11347 3.33333 2.2101 3.56117 2.40337 3.75468C2.59663 3.94819 2.82419 4.04494 3.08603 4.04494Z' fill='%23EB1C24'/%3E%3C/svg%3E%0A");
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 2px;
  left: 0;
}
.nyg_productpage.module .container .product-information-wrapper .product-information .product-cta {
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (min-width: 992px) {
  .nyg_productpage.module .container .product-information-wrapper .product-information .product-cta {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.nyg_productpage.module .container .product-information-wrapper .product-information .product-cta a,
.nyg_productpage.module .container .product-information-wrapper .product-information .product-cta form {
  margin-top: var(--margin-xs);
  width: 100%;
}
@media all and (min-width: 992px) {
  .nyg_productpage.module .container .product-information-wrapper .product-information .product-cta a,
  .nyg_productpage.module .container .product-information-wrapper .product-information .product-cta form {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    margin-left: var(--margin-xs);
    margin-top: 0;
  }
}
.nyg_productpage.module .container .product-information-wrapper .product-information .product-cta a:first-child,
.nyg_productpage.module .container .product-information-wrapper .product-information .product-cta form:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 0;
  margin-top: 0;
}
.nyg_productpage.module .container .product-information-wrapper .product-information .product-cta.reverse a {
  white-space: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
@media all and (min-width: 768px) {
  .nyg_productpage.module .container .product-information-wrapper .product-information .product-cta {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (min-width: 992px) {
  .nyg_productpage.module .container .product-information-wrapper .product-information .product-cta {
    width: 100%;
  }
}
@media all and (min-width: 1650px) {
  .nyg_productpage.module .container .product-information-wrapper .product-information .product-cta {
    width: 100%;
  }
}
.nyg_productpage.module .container .product-information-wrapper .product-information button {
  width: 100%;
}
.nyg_productpage.module .container .product-information-wrapper .product-information .product-facts {
  margin: var(--margin-xs) 0;
  padding: var(--padding-xs) 0;
  border-top: 1px solid #bfc2c5;
  border-bottom: 1px solid #bfc2c5;
  font-size: var(--fs-menu);
  font-weight: 400;
  line-height: var(--lh-body);
}
.nyg_productpage.module .container .product-information-wrapper .product-information .product-facts .factitem {
  position: relative;
  padding-left: var(--padding-sm);
  margin-bottom: var(--margin-xs);
}
.nyg_productpage.module .container .product-information-wrapper .product-information .product-facts .factitem:last-child {
  margin-bottom: 0;
}
.nyg_productpage.module .container .product-information-wrapper .product-information .product-facts .factitem.shipping::before {
  content: url("data:image/svg+xml,%3Csvg width='26' height='19' viewBox='0 0 26 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.43636 19C4.47121 19 3.64886 18.6581 2.96932 17.9742C2.28977 17.2903 1.95 16.4627 1.95 15.4914H0V1.78404C0 1.30829 0.177273 0.892019 0.531818 0.535211C0.886364 0.178404 1.3 0 1.77273 0H18.8795V4.96557H21.9818L26 10.3474V15.4914H23.9023C23.9023 16.4627 23.5625 17.2903 22.883 17.9742C22.2034 18.6581 21.3811 19 20.4159 19C19.4508 19 18.6284 18.6581 17.9489 17.9742C17.2693 17.2903 16.9295 16.4627 16.9295 15.4914H8.92273C8.92273 16.4627 8.58295 17.2903 7.90341 17.9742C7.22386 18.6581 6.40151 19 5.43636 19ZM5.43636 17.216C5.90909 17.216 6.31288 17.0475 6.64773 16.7105C6.98258 16.3735 7.15 15.9671 7.15 15.4914C7.15 15.0156 6.98258 14.6093 6.64773 14.2723C6.31288 13.9353 5.90909 13.7668 5.43636 13.7668C4.96364 13.7668 4.55985 13.9353 4.225 14.2723C3.89015 14.6093 3.72273 15.0156 3.72273 15.4914C3.72273 15.9671 3.89015 16.3735 4.225 16.7105C4.55985 17.0475 4.96364 17.216 5.43636 17.216ZM1.77273 13.7074H2.42273C2.75758 13.1721 3.18106 12.746 3.69318 12.4288C4.2053 12.1116 4.77651 11.9531 5.40682 11.9531C6.03712 11.9531 6.61326 12.1166 7.13523 12.4437C7.6572 12.7707 8.08561 13.192 8.42045 13.7074H17.1068V1.78404H1.77273V13.7074ZM20.4159 17.216C20.8886 17.216 21.2924 17.0475 21.6273 16.7105C21.9621 16.3735 22.1295 15.9671 22.1295 15.4914C22.1295 15.0156 21.9621 14.6093 21.6273 14.2723C21.2924 13.9353 20.8886 13.7668 20.4159 13.7668C19.9432 13.7668 19.5394 13.9353 19.2045 14.2723C18.8697 14.6093 18.7023 15.0156 18.7023 15.4914C18.7023 15.9671 18.8697 16.3735 19.2045 16.7105C19.5394 17.0475 19.9432 17.216 20.4159 17.216ZM18.8795 11.1502H24.375L21.0955 6.74961H18.8795V11.1502Z' fill='%23EB1C24'/%3E%3C/svg%3E%0A");
  display: block;
  width: 26px;
  height: 19px;
  position: absolute;
  top: 2px;
  left: 0;
}
.nyg_productpage.module .container .product-information-wrapper .product-information .product-facts .factitem.assembly::before {
  content: url("data:image/svg+xml,%3Csvg width='19' height='22' viewBox='0 0 19 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 10.725C10.074 10.725 10.5638 10.5371 10.9695 10.1613C11.3753 9.78542 11.5781 9.33167 11.5781 8.8C11.5781 8.26833 11.3753 7.81458 10.9695 7.43875C10.5638 7.06292 10.074 6.875 9.5 6.875C8.92604 6.875 8.4362 7.06292 8.03047 7.43875C7.62474 7.81458 7.42188 8.26833 7.42188 8.8C7.42188 9.33167 7.62474 9.78542 8.03047 10.1613C8.4362 10.5371 8.92604 10.725 9.5 10.725ZM9.5 19.8275C12.1323 17.6092 14.0768 15.5971 15.3336 13.7913C16.5904 11.9854 17.2188 10.395 17.2188 9.02C17.2188 6.85667 16.4716 5.0875 14.9773 3.7125C13.4831 2.3375 11.6573 1.65 9.5 1.65C7.34271 1.65 5.51693 2.3375 4.02266 3.7125C2.52839 5.0875 1.78125 6.85667 1.78125 9.02C1.78125 10.395 2.42448 11.9854 3.71094 13.7913C4.9974 15.5971 6.92708 17.6092 9.5 19.8275ZM9.5 22C6.31354 19.4883 3.93359 17.1554 2.36016 15.0013C0.786719 12.8471 0 10.8533 0 9.02C0 6.27 0.954948 4.07917 2.86484 2.4475C4.77474 0.815833 6.98646 0 9.5 0C12.0135 0 14.2253 0.815833 16.1352 2.4475C18.0451 4.07917 19 6.27 19 9.02C19 10.8533 18.2133 12.8471 16.6398 15.0013C15.0664 17.1554 12.6865 19.4883 9.5 22Z' fill='%23EB1C24'/%3E%3C/svg%3E%0A");
  display: block;
  width: 26px;
  height: 19px;
  position: absolute;
  top: 2px;
  left: 0;
}
.nyg_productpage.module .container .product-information-wrapper .product-information .product-facts .factitem.warranty::before {
  content: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7231 21H5.06683V7.56L12.3652 0L13.389 0.81375C13.494 0.90125 13.5728 1.02375 13.6253 1.18125C13.6778 1.33875 13.7041 1.53125 13.7041 1.75875V2.02125L12.5227 7.56H20.3723C20.7924 7.56 21.1599 7.7175 21.4749 8.0325C21.79 8.3475 21.9475 8.715 21.9475 9.135V11.2875C21.9475 11.41 21.9606 11.5369 21.9869 11.6681C22.0131 11.7994 22 11.9262 21.9475 12.0487L18.6396 19.6612C18.4821 20.0287 18.2239 20.3438 17.8652 20.6062C17.5064 20.8687 17.1257 21 16.7231 21ZM6.642 19.425H17.0644L20.3723 11.5762V9.135H10.58L11.9714 2.59875L6.642 8.21625V19.425ZM5.06683 7.56V9.135H1.57518V19.425H5.06683V21H0V7.56H5.06683Z' fill='%23EB1C24'/%3E%3C/svg%3E%0A");
  display: block;
  width: 26px;
  height: 19px;
  position: absolute;
  top: 2px;
  left: 0;
}
.nyg_productpage.module .container .product-information-wrapper .product-information .product-collapsable .accordion > input[type="checkbox"] {
  position: absolute;
  left: -100vw;
}
.nyg_productpage.module .container .product-information-wrapper .product-information .product-collapsable .accordion > input[type="checkbox"]:checked ~ label svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.nyg_productpage.module .container .product-information-wrapper .product-information .product-collapsable .accordion > input[type="checkbox"]:checked ~ .content {
  height: auto;
  overflow-y: visible;
}
.nyg_productpage.module .container .product-information-wrapper .product-information .product-collapsable .accordion .content {
  overflow-y: hidden;
  height: 0;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.nyg_productpage.module .container .product-information-wrapper .product-information .product-collapsable .accordion .content .product-measurement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: var(--padding-xs) 0 0;
}
.nyg_productpage.module .container .product-information-wrapper .product-information .product-collapsable .accordion .content .product-measurement .label {
  font-family: Industry, Arial, sans-serif;
  width: 40%;
}
.nyg_productpage.module .container .product-information-wrapper .product-information .product-collapsable .accordion .content .product-measurement .value {
  width: 60%;
  text-align: right;
}
.nyg_productpage.module .container .product-information-wrapper .product-information .product-collapsable .accordion .content .product-delivery-and-assembly {
  padding: var(--padding-xs) 0 0;
}
.nyg_productpage.module .container .product-information-wrapper .product-information .product-collapsable .accordion label {
  display: block;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #898f95;
  margin-right: 40px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: var(--lh-body);
  font-size: var(--fs-header-h5);
  font-family: Industry, Roboto, Arial, sans-serif;
}
.nyg_productpage.module .container .product-information-wrapper .product-information .product-collapsable .accordion label svg {
  position: absolute;
  right: -39px;
  top: 22px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media all and (min-width: 992px) {
  .nyg_productpage.module .container .product-information-wrapper .product-information .product-collapsable .accordion label svg {
    top: 28px;
  }
}
.nyg_productpage.module .roofbox-tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  padding-right: 0;
}
@media all and (min-width: 992px) {
  .nyg_productpage.module .roofbox-tiles {
    padding-right: calc(var(--padding-xl) / 2);
  }
}
.full-width.nyg_productpage.module .roofbox-tiles {
  padding: 0;
  margin: 0;
  position: relative;
  height: 360px;
}
@media all and (min-width: 768px) {
  .full-width.nyg_productpage.module .roofbox-tiles {
    height: 650px;
  }
}
@media all and (min-width: 1200px) {
  .full-width.nyg_productpage.module .roofbox-tiles {
    height: 600px;
  }
}
.nyg_productpage.module .roofbox-tiles a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 49%;
}
.nyg_productpage.module .roofbox-tiles a:not(:first-child) {
  display: none;
}
@media all and (min-width: 1200px) {
  .nyg_productpage.module .roofbox-tiles a:not(:first-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.nyg_productpage.module .roofbox-tiles a:first-child {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin-bottom: 5px;
}
.nyg_productpage.module .roofbox-tiles a:nth-child(2) {
  padding-right: 4px;
}
.nyg_productpage.module .roofbox-tiles a:nth-child(3) {
  padding-left: 4px;
}
.nyg_productpage.module .roofbox-tiles a img {
  width: 100%;
  margin-right: 0;
}
.full-width.nyg_productpage.module .roofbox-tiles a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nyg_productpage.module .roofbox-tiles a video {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.full-width.nyg_productpage.module .roofbox-tiles a video,
.full-width.nyg_productpage.module .roofbox-tiles a picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.nyg_accessorypage.module .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}
.nyg_accessorypage.module .container .product-images {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
@media all and (min-width: 992px) {
  .nyg_accessorypage.module .container .product-images {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}
.nyg_accessorypage.module .container .product-information-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
@media all and (min-width: 992px) {
  .nyg_accessorypage.module .container .product-information-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}
.nyg_accessorypage.module .container .product-information-wrapper .product-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
}
@media all and (min-width: 992px) {
  .nyg_accessorypage.module .container .product-information-wrapper .product-information {
    padding-left: calc(var(--padding-xl) / 2);
  }
}
.nyg_accessorypage.module .container .product-information-wrapper .product-information h1 {
  font-weight: 500;
  text-align: center;
}
@media all and (min-width: 768px) {
  .nyg_accessorypage.module .container .product-information-wrapper .product-information h1 {
    text-align: left;
  }
}
.nyg_accessorypage.module .container .product-information-wrapper .product-information .back-to-products {
  cursor: pointer;
  color: #1F5475;
  font-weight: 600;
  text-decoration: underline;
}
.nyg_accessorypage.module .container .product-information-wrapper .product-information .back-to-products:hover {
  color: var(--color-primary);
}
.nyg_accessorypage.module .container .product-information-wrapper .product-information .product-price {
  margin-top: calc(var(--margin-xs) / 2);
  text-align: center;
}
@media all and (min-width: 768px) {
  .nyg_accessorypage.module .container .product-information-wrapper .product-information .product-price {
    text-align: left;
  }
}
.nyg_accessorypage.module .container .product-information-wrapper .product-information .product-deal {
  position: relative;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  .nyg_accessorypage.module .container .product-information-wrapper .product-information .product-deal {
    margin-left: 0;
    margin-right: 0;
    max-width: 50%;
  }
}
.nyg_accessorypage.module .container .product-information-wrapper .product-information .product-deal p {
  font-size: var(--fs-menu);
}
.nyg_accessorypage.module .container .product-information-wrapper .product-information .product-deal::before {
  content: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.95885 14.6629C8.73441 14.8876 8.46322 15 8.14526 15C7.82731 15 7.55611 14.8876 7.33167 14.6629L0.317955 7.64045C0.193267 7.5156 0.109102 7.38452 0.0654614 7.24719C0.0218205 7.10986 0 6.96629 0 6.81648V1.1236C0 0.799001 0.105985 0.530587 0.317955 0.318352C0.529925 0.106117 0.798005 0 1.12219 0H6.80798C6.95761 0 7.10723 0.0218478 7.25686 0.0655431C7.40648 0.109239 7.54364 0.193508 7.66833 0.318352L14.6446 7.30337C14.8815 7.54057 15 7.81835 15 8.1367C15 8.45506 14.8815 8.73283 14.6446 8.97004L8.95885 14.6629ZM8.19202 13.8951L13.8778 8.20225L6.80798 1.1236H1.12219V6.81648L8.19202 13.8951ZM3.08603 4.04494C3.34788 4.04494 3.57544 3.94819 3.7687 3.75468C3.96197 3.56117 4.0586 3.33333 4.0586 3.07116C4.0586 2.80899 3.96197 2.58115 3.7687 2.38764C3.57544 2.19413 3.34788 2.09738 3.08603 2.09738C2.82419 2.09738 2.59663 2.19413 2.40337 2.38764C2.2101 2.58115 2.11347 2.80899 2.11347 3.07116C2.11347 3.33333 2.2101 3.56117 2.40337 3.75468C2.59663 3.94819 2.82419 4.04494 3.08603 4.04494Z' fill='%23EB1C24'/%3E%3C/svg%3E%0A");
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 2px;
  left: 0;
}
.nyg_accessorypage.module .container .product-information-wrapper .product-information .product-cta {
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (min-width: 992px) {
  .nyg_accessorypage.module .container .product-information-wrapper .product-information .product-cta {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.nyg_accessorypage.module .container .product-information-wrapper .product-information .product-cta a,
.nyg_accessorypage.module .container .product-information-wrapper .product-information .product-cta form {
  margin-top: var(--margin-xs);
  width: 100%;
}
@media all and (min-width: 992px) {
  .nyg_accessorypage.module .container .product-information-wrapper .product-information .product-cta a,
  .nyg_accessorypage.module .container .product-information-wrapper .product-information .product-cta form {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    margin-left: var(--margin-xs);
    margin-top: 0;
  }
}
.nyg_accessorypage.module .container .product-information-wrapper .product-information .product-cta a:first-child,
.nyg_accessorypage.module .container .product-information-wrapper .product-information .product-cta form:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 0;
  margin-top: 0;
}
@media all and (min-width: 768px) {
  .nyg_accessorypage.module .container .product-information-wrapper .product-information .product-cta {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (min-width: 992px) {
  .nyg_accessorypage.module .container .product-information-wrapper .product-information .product-cta {
    width: 100%;
  }
}
@media all and (min-width: 1650px) {
  .nyg_accessorypage.module .container .product-information-wrapper .product-information .product-cta {
    width: 100%;
  }
}
.nyg_accessorypage.module .container .product-information-wrapper .product-information button {
  width: 100%;
}
.nyg_accessorypage.module .container .product-information-wrapper .product-information .product-facts {
  margin: var(--margin-xs) 0;
  padding: var(--padding-xs) 0;
  border-top: 1px solid #bfc2c5;
  border-bottom: 1px solid #bfc2c5;
  font-size: var(--fs-menu);
  font-weight: 400;
  line-height: var(--lh-body);
}
.nyg_accessorypage.module .container .product-information-wrapper .product-information .product-facts .factitem {
  position: relative;
  padding-left: var(--padding-sm);
  margin-bottom: var(--margin-xs);
}
.nyg_accessorypage.module .container .product-information-wrapper .product-information .product-facts .factitem:last-child {
  margin-bottom: 0;
}
.nyg_accessorypage.module .container .product-information-wrapper .product-information .product-facts .factitem.shipping::before {
  content: url("data:image/svg+xml,%3Csvg width='26' height='19' viewBox='0 0 26 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.43636 19C4.47121 19 3.64886 18.6581 2.96932 17.9742C2.28977 17.2903 1.95 16.4627 1.95 15.4914H0V1.78404C0 1.30829 0.177273 0.892019 0.531818 0.535211C0.886364 0.178404 1.3 0 1.77273 0H18.8795V4.96557H21.9818L26 10.3474V15.4914H23.9023C23.9023 16.4627 23.5625 17.2903 22.883 17.9742C22.2034 18.6581 21.3811 19 20.4159 19C19.4508 19 18.6284 18.6581 17.9489 17.9742C17.2693 17.2903 16.9295 16.4627 16.9295 15.4914H8.92273C8.92273 16.4627 8.58295 17.2903 7.90341 17.9742C7.22386 18.6581 6.40151 19 5.43636 19ZM5.43636 17.216C5.90909 17.216 6.31288 17.0475 6.64773 16.7105C6.98258 16.3735 7.15 15.9671 7.15 15.4914C7.15 15.0156 6.98258 14.6093 6.64773 14.2723C6.31288 13.9353 5.90909 13.7668 5.43636 13.7668C4.96364 13.7668 4.55985 13.9353 4.225 14.2723C3.89015 14.6093 3.72273 15.0156 3.72273 15.4914C3.72273 15.9671 3.89015 16.3735 4.225 16.7105C4.55985 17.0475 4.96364 17.216 5.43636 17.216ZM1.77273 13.7074H2.42273C2.75758 13.1721 3.18106 12.746 3.69318 12.4288C4.2053 12.1116 4.77651 11.9531 5.40682 11.9531C6.03712 11.9531 6.61326 12.1166 7.13523 12.4437C7.6572 12.7707 8.08561 13.192 8.42045 13.7074H17.1068V1.78404H1.77273V13.7074ZM20.4159 17.216C20.8886 17.216 21.2924 17.0475 21.6273 16.7105C21.9621 16.3735 22.1295 15.9671 22.1295 15.4914C22.1295 15.0156 21.9621 14.6093 21.6273 14.2723C21.2924 13.9353 20.8886 13.7668 20.4159 13.7668C19.9432 13.7668 19.5394 13.9353 19.2045 14.2723C18.8697 14.6093 18.7023 15.0156 18.7023 15.4914C18.7023 15.9671 18.8697 16.3735 19.2045 16.7105C19.5394 17.0475 19.9432 17.216 20.4159 17.216ZM18.8795 11.1502H24.375L21.0955 6.74961H18.8795V11.1502Z' fill='%23EB1C24'/%3E%3C/svg%3E%0A");
  display: block;
  width: 26px;
  height: 19px;
  position: absolute;
  top: 2px;
  left: 0;
}
.nyg_accessorypage.module .container .product-information-wrapper .product-information .product-facts .factitem.assembly::before {
  content: url("data:image/svg+xml,%3Csvg width='19' height='22' viewBox='0 0 19 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 10.725C10.074 10.725 10.5638 10.5371 10.9695 10.1613C11.3753 9.78542 11.5781 9.33167 11.5781 8.8C11.5781 8.26833 11.3753 7.81458 10.9695 7.43875C10.5638 7.06292 10.074 6.875 9.5 6.875C8.92604 6.875 8.4362 7.06292 8.03047 7.43875C7.62474 7.81458 7.42188 8.26833 7.42188 8.8C7.42188 9.33167 7.62474 9.78542 8.03047 10.1613C8.4362 10.5371 8.92604 10.725 9.5 10.725ZM9.5 19.8275C12.1323 17.6092 14.0768 15.5971 15.3336 13.7913C16.5904 11.9854 17.2188 10.395 17.2188 9.02C17.2188 6.85667 16.4716 5.0875 14.9773 3.7125C13.4831 2.3375 11.6573 1.65 9.5 1.65C7.34271 1.65 5.51693 2.3375 4.02266 3.7125C2.52839 5.0875 1.78125 6.85667 1.78125 9.02C1.78125 10.395 2.42448 11.9854 3.71094 13.7913C4.9974 15.5971 6.92708 17.6092 9.5 19.8275ZM9.5 22C6.31354 19.4883 3.93359 17.1554 2.36016 15.0013C0.786719 12.8471 0 10.8533 0 9.02C0 6.27 0.954948 4.07917 2.86484 2.4475C4.77474 0.815833 6.98646 0 9.5 0C12.0135 0 14.2253 0.815833 16.1352 2.4475C18.0451 4.07917 19 6.27 19 9.02C19 10.8533 18.2133 12.8471 16.6398 15.0013C15.0664 17.1554 12.6865 19.4883 9.5 22Z' fill='%23EB1C24'/%3E%3C/svg%3E%0A");
  display: block;
  width: 26px;
  height: 19px;
  position: absolute;
  top: 2px;
  left: 0;
}
.nyg_accessorypage.module .container .product-information-wrapper .product-information .product-facts .factitem.warranty::before {
  content: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7231 21H5.06683V7.56L12.3652 0L13.389 0.81375C13.494 0.90125 13.5728 1.02375 13.6253 1.18125C13.6778 1.33875 13.7041 1.53125 13.7041 1.75875V2.02125L12.5227 7.56H20.3723C20.7924 7.56 21.1599 7.7175 21.4749 8.0325C21.79 8.3475 21.9475 8.715 21.9475 9.135V11.2875C21.9475 11.41 21.9606 11.5369 21.9869 11.6681C22.0131 11.7994 22 11.9262 21.9475 12.0487L18.6396 19.6612C18.4821 20.0287 18.2239 20.3438 17.8652 20.6062C17.5064 20.8687 17.1257 21 16.7231 21ZM6.642 19.425H17.0644L20.3723 11.5762V9.135H10.58L11.9714 2.59875L6.642 8.21625V19.425ZM5.06683 7.56V9.135H1.57518V19.425H5.06683V21H0V7.56H5.06683Z' fill='%23EB1C24'/%3E%3C/svg%3E%0A");
  display: block;
  width: 26px;
  height: 19px;
  position: absolute;
  top: 2px;
  left: 0;
}
.nyg_accessorypage.module .container .product-information-wrapper .product-information .product-collapsable .accordion > input[type="checkbox"] {
  position: absolute;
  left: -100vw;
}
.nyg_accessorypage.module .container .product-information-wrapper .product-information .product-collapsable .accordion > input[type="checkbox"]:checked ~ label svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.nyg_accessorypage.module .container .product-information-wrapper .product-information .product-collapsable .accordion > input[type="checkbox"]:checked ~ .content {
  height: auto;
  overflow-y: visible;
}
.nyg_accessorypage.module .container .product-information-wrapper .product-information .product-collapsable .accordion .content {
  overflow-y: hidden;
  height: 0;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: var(--padding-xs);
}
.nyg_accessorypage.module .container .product-information-wrapper .product-information .product-collapsable .accordion .content .product-measurement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: var(--padding-xs) 0 0;
}
.nyg_accessorypage.module .container .product-information-wrapper .product-information .product-collapsable .accordion .content .product-measurement .label {
  font-family: Industry, Arial, sans-serif;
  width: 40%;
}
.nyg_accessorypage.module .container .product-information-wrapper .product-information .product-collapsable .accordion .content .product-measurement .value {
  width: 60%;
  text-align: right;
}
.nyg_accessorypage.module .container .product-information-wrapper .product-information .product-collapsable .accordion .content .product-delivery-and-assembly {
  padding: var(--padding-xs) 0 0;
}
.nyg_accessorypage.module .container .product-information-wrapper .product-information .product-collapsable .accordion label {
  display: block;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #898f95;
  margin-right: 40px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: var(--lh-body);
  font-size: var(--fs-header-h5);
  font-family: Industry, Roboto, Arial, sans-serif;
}
.nyg_accessorypage.module .container .product-information-wrapper .product-information .product-collapsable .accordion label svg {
  position: absolute;
  right: -39px;
  top: 22px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media all and (min-width: 992px) {
  .nyg_accessorypage.module .container .product-information-wrapper .product-information .product-collapsable .accordion label svg {
    top: 28px;
  }
}
.nyg_accessorypage.module .roofbox-tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  padding-right: 0;
}
@media all and (min-width: 992px) {
  .nyg_accessorypage.module .roofbox-tiles {
    padding-right: calc(var(--padding-xl) / 2);
  }
}
.nyg_accessorypage.module .roofbox-tiles a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 49%;
}
.nyg_accessorypage.module .roofbox-tiles a:not(:first-child) {
  display: none;
}
@media all and (min-width: 1200px) {
  .nyg_accessorypage.module .roofbox-tiles a:not(:first-child) {
    display: block;
  }
}
.nyg_accessorypage.module .roofbox-tiles a:first-child {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin-bottom: 5px;
}
.nyg_accessorypage.module .roofbox-tiles a img {
  width: 100%;
  margin-right: 0;
}
.nyg_accessorypage.module .roofbox-tiles a:nth-child(2) {
  padding-right: 4px;
}
.nyg_accessorypage.module .roofbox-tiles a:nth-child(3) {
  padding-left: 4px;
}
/*# sourceMappingURL=Minion.css.map */