/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  opacity: 1 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}

/* @import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities'; */
.editlink {
  cursor: pointer;
}

.close-modal-bg {
  position: fixed;
}

.w-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

@font-face {
  font-family: TTCommons;
  src: url('../fonts/TTCommons400Normal.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: TTCommons;
  src: url('../fonts/TTCommons500Normal.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: TTCommons;
  src: url('../fonts/TTCommons500Italic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: TTCommons;
  src: url('../fonts/TTCommons600Normal.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: TTCommons;
  src: url('../fonts/TTCommons600Italic.woff2') format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: TTCommons;
  src: url('../fonts/TTCommons400Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: TTCommons;
  src: url('../fonts/font.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-blue: #101e2e;
  --medium-turquoise: #0dd2c7;
  --very-dark-blue: #0d1621;
  --white: white;
  --steel-blue: #077896;
  --black: #060c13;
  --red: #ff0004;
  --white-tint: #ffffff80;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--dark-blue);
  font-family: TTCommons, sans-serif;
  font-size: 17px;
  line-height: 21px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: TTCommons, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: TTCommons, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: TTCommons, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 26px;
}

h4 {
  color: var(--medium-turquoise);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

h6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circularstd;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

a {
  color: var(--medium-turquoise);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
}

label {
  margin-bottom: 10px;
  font-weight: 400;
  display: block;
}

.h1class {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.h1class.super {
  font-size: 70px;
  line-height: 70px;
}

.spacer-60 {
  width: 100%;
  height: 60px;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-20 {
  width: 100%;
  height: 20px;
}

.spacer-10 {
  width: 100%;
  height: 10px;
}

.text-white {
  color: #fff;
}

.text-white.flex-grow {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.flex-horizontal {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-centre {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.flex-vertical-centre {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.width-100 {
  width: 100%;
  min-width: 100%;
  position: relative;
}

.bg-dark {
  background-color: var(--dark-blue);
  display: flex;
}

.heroheader {
  z-index: 0;
  background-color: var(--very-dark-blue);
  position: absolute;
  inset: 0%;
}

.heroheader.careers {
  background-image: url('../images/Careers_Header.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.heroheader.news {
  background-image: url('../images/News_Header.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heroheader.team {
  background-image: url('../images/Team_Header.jpg');
  background-position: 100%;
  background-size: cover;
}

.heroheader.casestudies {
  background-image: url('../images/CaseStudy_Header_2.jpg');
  background-position: 60%;
  background-size: cover;
}

.heroheader.cablemiles {
  background-image: url('../images/CableMiles_Header.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.heroheader.about {
  background-image: url('../images/About_Header.jpg');
  background-position: 50%;
  background-size: cover;
}

.navbardesk {
  background-color: var(--dark-blue);
  flex: none;
  width: 100%;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.body {
  background-color: var(--white);
  height: 100%;
}

.hero-heading {
  color: var(--white);
  font-family: Saintecolombeweb;
  font-size: 50px;
  font-weight: 300;
  line-height: 55px;
}

.text-aqua {
  color: var(--medium-turquoise);
}

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

.ml-20 {
  margin-left: 20px;
}

.gridwrapper {
  margin-left: -10px;
  margin-right: -10px;
}

.boxgrid {
  flex-wrap: wrap;
  margin-bottom: -20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.boxitem {
  flex: none;
  max-width: 33.3333%;
  margin-bottom: 20px;
  display: flex;
}

.griditemcontent {
  border: 1px solid var(--medium-turquoise);
  flex-direction: column;
  flex: 1;
  align-self: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.gridinfo {
  flex: 0 auto;
  padding: 0;
  position: relative;
}

.gridimg {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.button_light {
  border: 1px solid var(--white);
  background-color: #0000;
  background-image: url('../images/ButtonArrow.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto 10px;
  margin-left: 0;
  padding: 8px 25px 8px 10px;
  line-height: 12px;
}

.button_light:hover {
  color: var(--dark-blue);
  background-position: 95%;
}

.button_light.textbutton {
  background-color: #0000;
  background-size: auto 10px;
  flex: none;
}

.button_light.textbutton.greenarrow:hover {
  color: var(--medium-turquoise);
}

.button_light.textbutton.greenarrow.buttonyoupop {
  background-position: 90%;
}

.button_light.greenarrow {
  background-image: url('../images/ArrowLeft.svg');
}

.portalfooter {
  border-top: 1px dotted var(--medium-turquoise);
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.gridimage {
  object-fit: cover;
  object-position: 50% 50%;
  flex: none;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gridinfoheading, .imagelink {
  text-decoration: none;
}

.maxwidth550 {
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
}

.home_panel_section {
  color: var(--white);
  margin-top: 60px;
  margin-bottom: 60px;
}

.animation-wrapper {
  z-index: 0;
}

.sidecolumn {
  z-index: 20;
  background-color: #141414;
  background-image: linear-gradient(to bottom, #0d1621, var(--dark-blue));
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  height: 100vh;
  min-height: 100vh;
  margin-right: 57px;
  padding-top: 104px;
  display: block;
  position: fixed;
  top: 0;
  overflow: scroll;
}

.navcontainertop {
  background-color: var(--medium-turquoise);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: static;
}

.padding-60-2 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: block;
  position: relative;
}

.cover_image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.home_panel_img {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 65%;
  display: flex;
  position: relative;
  overflow: visible;
}

.bggreen {
  background-color: var(--medium-turquoise);
  display: block;
}

.section-3 {
  position: relative;
}

.text-centre-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.filters {
  z-index: 10;
  flex-direction: column;
  width: 300px;
  padding: 60px 30px 60px 60px;
  display: flex;
  position: static;
  top: 104px;
  overflow: visible;
}

.griditem {
  cursor: pointer;
  border: 1px #00000014;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.griditem.hidedesk {
  display: none;
}

.product_img {
  border: 1px solid #101e2e33;
  border-bottom: 3px solid #101e2e;
  flex: none;
  width: 100%;
  min-width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.layout-thumb {
  object-fit: cover;
  border: 1px #00000014;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  margin-bottom: 0;
}

.layout-thumb:hover {
  border-style: none;
}

.grid {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -30px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.productinfo {
  border-top: 1px #172937;
  border-bottom: 1px #000;
  flex: none;
  position: relative;
}

.productsrp {
  border-top: 1px dotted var(--medium-turquoise);
  border-bottom: 1px none var(--medium-turquoise);
  flex: 1;
  width: 100%;
  padding-top: 10px;
  position: relative;
}

.searchformrow {
  border-bottom: 1px none var(--medium-turquoise);
  margin-bottom: 20px;
}

.img_detail {
  border: 1px solid #0000004d;
  width: 100%;
}

.buttonaddcart {
  background-color: var(--medium-turquoise);
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.buttonaddcart.textbutton {
  justify-content: center;
}

.buttonaddcart.textbutton:hover {
  color: var(--very-dark-blue);
}

.tab {
  background-color: var(--medium-turquoise);
  flex: 1;
  width: 25%;
  max-width: 50%;
  height: 100%;
  margin-left: 1px;
  margin-right: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.tab.w--current {
  background-color: var(--dark-blue);
  color: var(--white);
  margin-left: 2px;
  margin-right: 2px;
}

.tabcontent {
  background-color: var(--dark-blue);
  color: var(--white);
  min-height: 100px;
  padding: 30px;
}

.cartcrumb {
  color: #fff;
  text-transform: uppercase;
  background-color: #0dd2c7;
  min-width: 150px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 12px;
}

.cartcrumb.active {
  background-color: #077896;
}

.cartitem {
  border-bottom: 1px dotted #0dd2c7;
  justify-content: space-between;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 5px;
  display: flex;
}

.cartitem.remove {
  margin-top: -2px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 5px;
}

.cartfooterrow {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.cartheaderitem {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.cartheaderitem.textbutton {
  margin-left: 5px;
  margin-right: 5px;
}

.button-dark {
  background-color: var(--dark-blue);
  text-transform: uppercase;
  background-image: url('../images/Path-86.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  flex: 1;
  align-items: center;
  min-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  display: flex;
}

.button-dark.textbutton {
  background-image: url('../images/GreenArrow.svg');
  background-position: 100%;
  background-size: auto 11px;
  padding-left: 10px;
}

.cartcrumbs {
  display: flex;
}

.dividerblue {
  border-top: 1px solid var(--very-dark-blue);
  min-width: 100%;
}

.formgroup {
  width: 50%;
  padding-right: 10px;
}

.column-7 {
  padding-left: 0;
}

.form-2 {
  flex-wrap: wrap;
  display: flex;
}

.formlabel {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.formfield {
  border: 1px solid var(--medium-turquoise);
  height: 30px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.formfield:focus {
  background-color: #fafafa;
  border-color: #000;
}

.dividergreen {
  border-top: 1px solid var(--medium-turquoise);
  min-width: 100%;
  margin-right: 0;
  padding-right: 0;
}

.formfullwidth {
  width: 100%;
}

.selectfield {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
}

.button-green {
  text-transform: uppercase;
  background-color: #0dd2c7;
  background-image: url('../images/shape_arrow_right.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  flex: 1;
  align-items: center;
  min-height: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 40px;
  display: flex;
}

.button-green.textbutton {
  background-image: url('../images/BlueArrow.svg');
  background-position: 100%;
  background-size: auto 12px;
}

.block-delivery {
  flex-wrap: wrap;
  flex: 0 auto;
  min-width: 100%;
  display: flex;
}

.container_cart {
  margin-left: -5px;
  margin-right: -5px;
  display: block;
}

.cart10 {
  width: 10%;
}

.cart50 {
  align-items: center;
  width: 50%;
  font-weight: 600;
  display: block;
}

.row_cart {
  flex: 1;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 2px;
  display: flex;
}

.imgbin {
  width: 15px;
}

.row70 {
  width: 70%;
}

.row30 {
  width: 33.33%;
}

.cart_totals {
  flex-direction: column;
  flex: 1;
  margin-top: 20px;
  display: flex;
}

.cartfooterrowsummary, .cartfooterrowactions {
  border-bottom: 1px #000;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 12px;
  display: flex;
}

.spacer10 {
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  font-family: Circularstd book;
}

.row_cart_footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto 25%;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.row_cart_footer.verticalmob {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: auto 25%;
  grid-auto-columns: 1fr;
  display: grid;
}

.discount_form {
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.promo {
  border: 1px solid #000;
  height: 30px;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
}

.promo:focus {
  background-color: #fafafa;
  border-color: #000;
}

.flex-horizontal-wide {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.formgroupselect {
  padding-right: 10px;
}

.deliveryrow {
  border-top: 1px dotted var(--medium-turquoise);
  border-bottom: 1px none var(--medium-turquoise);
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.button_white {
  border: 1px solid var(--medium-turquoise);
  background-color: var(--white);
  flex: 1;
  margin-left: 0;
  padding: 5px 22px;
}

.width75 {
  width: 70%;
  font-weight: 600;
}

.width15 {
  flex-direction: row;
  align-items: center;
  width: 15%;
  display: flex;
}

.deliveryblock {
  border-top: 1px solid #000;
  flex: none;
  width: 100%;
}

.deliveryrowtop {
  border-top: 1px none var(--medium-turquoise);
  border-bottom: 1px none var(--medium-turquoise);
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.addressblock {
  border-top: 1px solid #000;
  flex: 1;
  position: relative;
}

.flex-vertical {
  flex-flow: wrap;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.iconedit {
  margin-top: 19px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.h-spacer-20 {
  width: 20px;
}

.section-heading {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-heading.margin-bottom-5 {
  width: 100%;
  display: flex;
}

.hline {
  border-bottom: 1px solid #ffffff52;
  flex: 1;
}

.button---choose-youspec {
  border: 1px solid var(--medium-turquoise);
  color: var(--white);
  background-color: #0000;
  flex: 1;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 8px;
  line-height: 12px;
}

.button---choose-youspec:hover {
  background-color: var(--medium-turquoise);
  color: var(--dark-blue);
}

.button---choose-youspec:active {
  background-color: var(--medium-turquoise);
  color: #000;
}

.editlink {
  color: var(--medium-turquoise);
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 17px;
  display: flex;
}

.icon-edit {
  margin-left: 5px;
}

.modal {
  z-index: 99999;
  background-color: #101e2e;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.close-modal {
  position: static;
  inset: 0% 0% auto auto;
}

.modalgriditem {
  background-color: #0000;
  width: 20%;
  margin: 5px 0;
  padding: 0;
  display: flex;
}

.modalgridcontent {
  color: var(--dark-blue);
  background-color: #fff;
  flex-direction: row;
  align-self: stretch;
  margin-left: 5px;
  margin-right: 5px;
  padding: 20px;
  font-size: 13px;
  line-height: 18px;
  display: flex;
}

.heading-5 {
  font-size: 20px;
  line-height: 25px;
  display: block;
}

.modalbutton {
  background-color: var(--dark-blue);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-top: auto;
}

.div-block-13 {
  flex-direction: column;
  display: flex;
}

.youspecsections {
  display: block;
}

.youspec-cols {
  align-items: flex-start;
  display: flex;
}

.youspecleft {
  width: 300px;
  max-width: 300px;
}

.youspecright {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.youspecselected {
  border-top: 1px none var(--medium-turquoise);
  margin-bottom: 40px;
}

.youspecselected-left {
  flex: 1;
  padding-right: 20px;
}

.header-youspec {
  z-index: 200;
  background-color: var(--very-dark-blue);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 34px;
  margin-top: 104px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.youspec-layout-stagebox {
  flex: none;
  max-width: 550px;
  box-shadow: 35px 35px #0003;
}

.stageboximagetop {
  background-image: linear-gradient(#141313, #212020);
  min-height: 60px;
}

.stageboximagebottom {
  background-image: linear-gradient(to top, #141313, #212020);
  min-height: 60px;
}

.stageboxbuild {
  background-color: #1f1e1e;
}

.stageboxrow {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-wrap: wrap;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.stageboxrowitem {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12.5%;
  display: flex;
  position: relative;
}

.stageboxnumber {
  flex-direction: column;
  justify-content: center;
  height: 30px;
  margin-bottom: 8px;
  display: flex;
}

.stageboxselector {
  width: 100%;
}

.stageboxrowbg {
  background-color: #3b3b3b;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  height: 30px;
  position: absolute;
  inset: 0% 0% auto;
}

.stageboxitems {
  flex: 1;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  position: relative;
}

.imgcover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.youspecrightleft {
  width: 300px;
}

.youspecrightright {
  flex: 1;
}

.youspecrightright.ml0 {
  margin-left: 0;
}

.youspecchannelgrid {
  flex-flow: wrap;
  align-items: stretch;
  margin-bottom: -20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.youspecchanellgriditem {
  flex: 1;
  min-width: 25%;
  max-width: 25%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.youspecconnectornumber {
  background-color: var(--medium-turquoise);
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  padding: 8px;
  display: flex;
}

.youspecconnectoredit {
  flex: none;
  justify-content: flex-end;
  display: flex;
}

.dividergreendots {
  border-top: 1px dotted var(--medium-turquoise);
  min-width: 100%;
  margin-right: 0;
  padding-right: 0;
}

.youspeclabel {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  height: 30px;
  margin-bottom: 0;
  padding: 0 10px;
}

.youspeclabel::placeholder {
  color: #fff;
}

.checkbox-field-right {
  flex-direction: row-reverse;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.youspec-colour-black {
  background-color: #000;
  border-radius: 18px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.youspec-colour-brown {
  background-color: #c18743;
  border-radius: 18px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.youspec-colour-green {
  background-color: #82c9b0;
  border-radius: 18px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.youspec-colour-super-green {
  color: #0dd2c7;
  background-color: #0dd2c7;
  border-radius: 18px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.youspec-colour-blue {
  background-color: #2b619e;
  border-radius: 18px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.youspecconnectorimage2 {
  width: auto;
  max-height: 200px;
}

.youspecgridfixedheight {
  flex-flow: wrap;
  align-items: stretch;
  max-height: 800px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  overflow: scroll;
}

.youspecscroll {
  background-color: var(--medium-turquoise);
  justify-content: center;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.youspecbutton {
  border: 1px solid var(--medium-turquoise);
  background-color: #0000;
  background-image: url('../images/Path-86.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  padding-right: 30px;
}

.youspecbutton.textbutton {
  color: var(--white);
}

.youspecbutton.textbutton:hover {
  color: var(--medium-turquoise);
}

.youspecsummaryprice {
  color: var(--white);
  font-size: 28px;
  line-height: 28px;
}

.text-28 {
  font-size: 28px;
  line-height: 28px;
}

.text-blue {
  color: #077896;
}

.upper {
  text-transform: uppercase;
}

.morebutton {
  color: var(--dark-blue);
  white-space: nowrap;
  background-color: #0000;
  background-image: url('../images/Path-86.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  align-items: center;
  height: 30px;
  padding: 0 20px 0 0;
  display: flex;
}

.morebutton:hover {
  color: var(--medium-turquoise);
}

.text-dark-blue {
  color: #101e2e;
}

.dividerwhite {
  border-top: 1px solid var(--white);
  min-width: 100%;
}

.flex-grow {
  flex: 1;
  align-self: stretch;
}

.hspace40 {
  width: 40px;
}

.dashitem {
  border-bottom: 1px dotted var(--medium-turquoise);
  color: var(--white);
  width: 100%;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 5px;
}

.verticalmob {
  flex-direction: row;
  display: flex;
}

.derliveryblock {
  border-top: 1px dotted var(--medium-turquoise);
  margin-top: 10px;
}

.col-dash-left {
  padding-left: 0;
  padding-right: 100px;
}

.textfield {
  border: 1px solid var(--medium-turquoise);
  color: var(--white);
  background-color: #0d1621;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 0;
}

.textfield:focus {
  color: var(--white);
}

.textfield::placeholder {
  background-color: var(--white);
}

.dashform {
  color: var(--white);
  text-transform: uppercase;
  flex-direction: column;
  font-size: 12px;
  line-height: 12px;
  display: flex;
}

.dash-button-aqua {
  background-color: var(--medium-turquoise);
  color: #000;
  text-transform: none;
  background-image: url('../images/shape_arrow_right.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  flex: 1;
  align-items: center;
  height: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 40px;
  font-size: 12px;
  line-height: 12px;
  display: flex;
}

.dash-button-aqua.textbutton {
  background-image: url('../images/ButtonArrow.svg');
  background-position: 98%;
  background-size: auto 12px;
}

.col-dash-right {
  padding-left: 0;
}

.dashorderinfo {
  border: 1px solid var(--medium-turquoise);
  margin-top: 30px;
}

.dashorderheader {
  background-color: #121f2f;
  padding: 10px 30px;
}

.min-width-200 {
  min-width: 200px;
}

.dashorderbody {
  border-top: 1px none var(--medium-turquoise);
  border-left: 1px #077896;
  border-right: 1px #077896;
  padding: 20px 30px;
}

.dashorderproduct {
  border-bottom: 1px dotted var(--medium-turquoise);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.dashorderfooter {
  border-top: 1px none var(--medium-turquoise);
  background-color: #121f2f;
  padding: 10px 30px;
}

.button-dash-orderinfo {
  background-color: var(--dark-blue);
  text-transform: uppercase;
  background-image: url('../images/Path-86.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  flex: none;
  align-items: center;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
  font-size: 12px;
  line-height: 12px;
  display: flex;
}

.tab-dashboard {
  color: var(--steel-blue);
  background-color: #0d1621;
  padding-top: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 21px;
}

.tab-dashboard.w--current {
  border-bottom: 3px solid var(--medium-turquoise);
  color: var(--white);
  text-align: left;
  background-color: #0d1621;
  padding-top: 0;
  padding-left: 0;
}

.tab-menu-dashboard {
  border-bottom: 1px dotted var(--medium-turquoise);
}

.flex-horizontal-align-right {
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.contact_grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact_grid_item {
  border-top: 1px solid var(--medium-turquoise);
  padding-top: 10px;
}

.homeheadersection {
  background-image: url('../images/Screenshot-2021-07-07-at-13.19.19.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  min-height: 600px;
  position: relative;
}

.homeheaderoverlay {
  padding-right: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.homeheaderpanel {
  background-color: var(--black);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.containermw-1400 {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.image-8 {
  height: 50px;
}

.nav_item {
  color: var(--white);
  text-align: left;
  align-self: stretch;
  align-items: center;
  height: 100%;
  padding: 0 15px;
  font-weight: 400;
  display: flex;
  position: static;
}

.nav_item:hover {
  background-color: var(--very-dark-blue);
  color: var(--medium-turquoise);
}

.nav_item.w--current {
  color: var(--medium-turquoise);
  padding: 3px 15px;
}

.nav_item.last {
  position: relative;
}

.nav_item.search {
  justify-content: flex-end;
  position: relative;
}

.logo {
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
}

.logo.w--current {
  flex: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.navcontainer {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 70px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: static;
}

.nav-menu {
  z-index: 100;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  height: 100%;
  min-height: 100%;
  display: flex;
  position: static;
}

.h2class {
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
}

.h2class.textgreen {
  padding-top: 0;
}

.h3class {
  font-size: 25px;
  font-weight: 500;
  line-height: 26px;
}

.h3class.textwhite {
  flex: 0 auto;
}

.h3class.textcentre.textwhite {
  font-family: TTCommons, sans-serif;
}

.textitalic {
  font-style: italic;
}

.textbold {
  font-family: TTCommons, sans-serif;
  font-weight: 600;
}

.textbold.textdarkblue {
  color: var(--dark-blue);
}

.textgreen {
  color: var(--medium-turquoise);
}

.textblue {
  color: var(--steel-blue);
}

.textbutton {
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: flex-start;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.textcaption {
  letter-spacing: .3px;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  display: block;
}

.padding60all {
  z-index: 2;
  width: 100%;
  padding: 60px;
  position: relative;
}

.padding60all.bgverydark {
  background-color: var(--very-dark-blue);
}

.padding60all._100pc {
  width: 100%;
}

.padding60leftright {
  width: 100%;
  padding: 0 60px;
}

.padding60leftrighttop {
  padding: 60px 60px 0;
  position: relative;
}

.padding60leftrightbottom {
  padding: 0 60px 60px;
}

.flexvcentrecentre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flexhcentrecentre {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.flexvcentretop {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flexvcentrebottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.flexhcentretop {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.flexhcentrebottom {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

._60spacer {
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
}

._30spacer {
  justify-content: space-between;
  width: 30px;
  height: 30px;
  display: block;
  position: static;
}

._10spacer {
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
}

._10spacer.fullwidth {
  width: 100%;
}

.bgdarkblue {
  background-color: var(--dark-blue);
  color: var(--white);
}

.home_panel_50pc {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.home_panel_50pc.green {
  background-color: var(--medium-turquoise);
}

.home_panel_50pc.darkblue {
  background-color: var(--very-dark-blue);
}

.textwhite {
  color: var(--white);
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
}

._20spacer {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

._20spacer.fullwidth {
  width: 100%;
}

.textcentre {
  text-align: center;
}

.gridparallax {
  z-index: 0;
  flex: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gridsmall {
  opacity: .41;
  filter: blur(2px);
  display: block;
}

.gridbig {
  opacity: .4;
  object-position: 50% 50%;
}

._15spacer {
  width: 15px;
  height: 15px;
}

.flexhcentreright {
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.flexhcentrecentrespace {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.section-4 {
  background-image: url('../images/YS_HoldingGraphic.png'), url('../images/GridBlock_1GridBlock.png');
  background-position: 50% 100%, 0 0;
  background-size: cover, 45px;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 138px;
  position: relative;
}

.youspecspotlight {
  z-index: 0;
  background-image: url('../images/GridSpotlight.jpg');
  background-position: 50%;
  background-size: cover;
  display: block;
  position: fixed;
  inset: 0%;
}

.text-span-9 {
  color: var(--medium-turquoise);
}

.form-block-3, .form-block-4 {
  margin-bottom: 0;
}

._5spacer {
  width: 5px;
  min-width: 5px;
  height: 5px;
  min-height: 5px;
}

.form-3 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.form-4 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dividergreendotted {
  border-style: none none dotted;
  border-width: 1px;
  border-color: black black var(--medium-turquoise);
  min-width: 100%;
  margin-right: 0;
  padding-right: 0;
}

.form-block-5, .form-block-6 {
  margin-bottom: 0;
}

._40spacer {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
}

.divchannelinfo {
  width: 100%;
}

.youspecheader {
  margin-bottom: 40px;
}

.youspecstep1right {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.youspecstep1left {
  width: 300px;
  max-width: 300px;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-left: 0;
}

.checkbox-field {
  padding-left: 0;
  display: flex;
}

.youspecselectedimg {
  height: 200px;
  position: relative;
  overflow: hidden;
}

.text-span-10 {
  color: var(--medium-turquoise);
}

.imagefill {
  width: 100%;
  height: auto;
}

.youspecgraphic {
  height: auto;
  position: relative;
  overflow: hidden;
}

.youspecstep3left {
  width: 300px;
  max-width: 300px;
  margin-bottom: -40px;
}

.form-block-7 {
  margin-bottom: 0;
}

.div-block-20 {
  width: 100%;
  height: 20px;
}

.toggle-text {
  z-index: 2;
  white-space: normal;
  position: relative;
}

.faq-body {
  background-color: #0000;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.techlistitem.textbutton.textgreen {
  border-top: 1px dotted var(--medium-turquoise);
  cursor: pointer;
  padding-top: 8px;
  padding-bottom: 8px;
}

.techlistitem.textbutton.textgreen:hover {
  color: var(--white);
}

.techlistitem.blank {
  height: 30px;
}

.page-container {
  min-height: 100vh;
  padding-top: 104px;
}

.page-container.bgbluegrad {
  background-image: linear-gradient(to bottom, var(--very-dark-blue), var(--dark-blue));
}

.div-block-21 {
  align-self: stretch;
}

.topbarnav {
  border-right: 1px none var(--white);
}

.topbarbuttoncontainer {
  border-right: 1px solid var(--very-dark-blue);
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-23 {
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-24 {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.linkmore {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.productmore {
  border-top: 1px solid var(--medium-turquoise);
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.productcolour {
  display: flex;
}

.greenswatch {
  background-color: var(--medium-turquoise);
  border-radius: 20px;
  width: 15px;
  height: 15px;
}

.blueswatch {
  background-color: var(--steel-blue);
  border-radius: 20px;
  width: 15px;
  height: 15px;
}

.srpdiv {
  flex-direction: row;
  display: flex;
}

.div-block-26 {
  flex: none;
  padding-right: 20px;
}

.text-span-14 {
  color: var(--medium-turquoise);
  font-weight: 600;
}

.containermw-1000 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.divfilter {
  z-index: 40;
  background-color: var(--black);
  display: none;
  position: fixed;
}

.linkfilters {
  justify-content: space-between;
  align-items: center;
  width: 240px;
  height: 40px;
  display: flex;
}

.sidebarcontentcontainer {
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.maxwidth66pc {
  flex-direction: column;
  justify-content: center;
  width: 66.66%;
  min-width: 66.66%;
  padding-right: 10px;
}

.filterformblock {
  margin-bottom: 0;
}

.paddingproducts {
  width: 100%;
  padding: 60px 60px 60px 360px;
}

.pageintro {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-span-15, .text-span-16 {
  color: var(--medium-turquoise);
}

.sharebutton {
  background-color: var(--medium-turquoise);
  padding-top: 0;
  padding-bottom: 0;
}

.sharebutton:hover {
  background-color: var(--very-dark-blue);
}

.sharebutton.textbutton {
  align-items: center;
  height: 30px;
  padding-top: 2px;
  padding-bottom: 0;
  display: flex;
}

.sharebutton.textbutton:hover {
  border: 1px solid var(--medium-turquoise);
}

.div-block-28 {
  width: 100%;
}

.form-block-9, .form-block-10, .form-block-11 {
  margin-bottom: 0;
}

.txtfieldmax100 {
  border: 1px solid var(--dark-blue);
  max-width: 100px;
  height: 30px;
  margin-bottom: 0;
}

.section-header-case {
  background-image: none;
  background-size: auto;
  height: 100vh;
  margin-top: 0;
  padding-top: 104px;
  position: relative;
}

.col25pc {
  width: 25%;
  min-width: 25%;
  padding-left: 20px;
  padding-right: 20px;
}

.col25pc.mr-20 {
  width: 30%;
  max-width: 380px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.col60pc {
  width: 60%;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}

.border-top-dash-aqua {
  border-style: dotted solid solid;
  border-width: 1px 0 0;
  border-color: var(--medium-turquoise);
}

.block-quote {
  text-align: center;
  border-left-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0;
}

.block-quote.textblue {
  border-top: 1px dotted var(--medium-turquoise);
  border-bottom: 1px dotted var(--medium-turquoise);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 59px;
}

.button_light-no-icon {
  border: 1px solid var(--white);
  background-color: #0000;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.button_light-no-icon:hover {
  color: var(--dark-blue);
  background-position: 95%;
}

.articleintroblock {
  border-style: dotted solid;
  border-width: 1px 0;
  border-color: var(--medium-turquoise);
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.articletextblock {
  border: 1px none var(--medium-turquoise);
}

.newswidgetimage_x2 {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.newsimg_50pc {
  align-self: stretch;
  width: 50%;
  position: relative;
}

.newscontentimage {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}

.spacer20 {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.newswidgetimage {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
}

.articlecontainer {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.col75pc {
  align-self: stretch;
  width: 75%;
  padding-left: 20px;
  padding-right: 20px;
}

.image-10 {
  width: 100%;
  height: 100%;
}

.statistic {
  color: var(--medium-turquoise);
  font-size: 100px;
  line-height: 80px;
}

.statdiv {
  border-style: none solid solid;
  border-width: 1px 0 0;
  border-color: var(--medium-turquoise);
}

.socialgrid {
  margin-bottom: 20px;
  display: flex;
}

.mob_nav_dropdown_toggle {
  color: var(--white);
  flex: 0 auto;
  align-self: stretch;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding: 0 15px;
  display: flex;
}

.mob_nav_dropdown_toggle:hover {
  color: var(--medium-turquoise);
}

.dropdown-list {
  position: absolute;
}

.dropdown-list.w--open {
  z-index: 9999;
  background-color: #0000;
  margin-top: 105px;
  position: absolute;
  inset: 0% 0% auto;
}

.ddcontainer {
  background-color: var(--very-dark-blue);
  padding: 20px;
  position: absolute;
  top: 10px;
}

.mega_dropdown_list_container {
  border-top: 2px solid var(--medium-turquoise);
  flex: none;
  padding-top: 10px;
}

.mega_dropdown_sub_list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.megadropwrap {
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 80px;
  display: flex;
}

.largemenu {
  background-color: var(--very-dark-blue);
  height: 100%;
  padding: 30px;
  overflow: scroll;
}

.smart-ask {
  background-color: #0d1621;
  background-image: linear-gradient(to bottom, var(--very-dark-blue), var(--dark-blue));
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  display: flex;
}

.smart-ask.padding60all {
  min-height: 100%;
}

.subheaderlink {
  margin-left: 30px;
  font-size: 13px;
  line-height: 13px;
}

.header-smart-ask {
  z-index: 200;
  background-color: var(--steel-blue);
  align-items: center;
  width: 100%;
  height: 34px;
  margin-top: 104px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.faq-container-2 {
  flex-direction: column;
  margin-bottom: 60px;
  display: flex;
}

.faq-body-cont-2 {
  border-top: 1px #000;
  padding: 0;
}

.sidebarcontentdark {
  width: 100%;
  padding: 60px 60px 60px 360px;
  display: flex;
}

.ddlist.w--open {
  flex: 0 auto;
  position: absolute;
  top: 60px;
}

.nav_item_drop {
  border-left: 1px #000;
  border-right: .3px #ffffffb3;
  align-self: stretch;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.nav_item_drop:hover {
  background-color: var(--very-dark-blue);
}

.nav_item_drop.w--current {
  color: #fff;
  padding: 3px 15px;
  font-size: 15px;
  line-height: 18px;
}

.linkedinbutton {
  color: var(--dark-blue);
  background-color: #0000;
  background-image: url('../images/linkedingreen.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  align-items: center;
  height: 30px;
  padding-left: 0;
  padding-right: 32px;
  display: flex;
}

.linkedinbutton:hover {
  color: var(--medium-turquoise);
}

.linkedinbutton.textbutton {
  align-items: center;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 35px;
  display: flex;
}

.careeritem {
  border: 1px solid var(--medium-turquoise);
  flex-direction: column;
  flex: none;
  align-items: stretch;
  height: 100%;
  margin-bottom: 0;
  padding: 30px 60px;
  display: flex;
  position: relative;
}

.careerlist {
  padding-left: 20px;
}

.text-block-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.hidedesktop {
  display: none;
}

.socialgridmobile {
  display: flex;
}

.container_cartmobile {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.cartrowmobile {
  display: none;
}

.flex-horizontal-stretch-mobile {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: none;
}

.techdrop {
  background-color: #0000;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.techdropheader {
  border-top: 1px solid var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 10px 0;
  display: flex;
}

.techdropheader.w--open {
  border-bottom: 1px solid #0000001a;
}

.techdropheader.textbutton.textwhite {
  border-top: 1px solid var(--white);
}

.techlist {
  margin-bottom: 0;
  padding-left: 0;
}

.introblock {
  border-style: dotted solid none;
  border-width: 1px 0;
  border-color: var(--medium-turquoise);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 0;
}

.tech50pc {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.techcontainer {
  flex-direction: row;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.tech50pc-50pc {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.techheader {
  border-top: 1px solid var(--white);
  border-bottom: 1px dotted var(--medium-turquoise);
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.techpinimg {
  width: 100%;
}

.techpinimg.maxwidth200px {
  max-width: 180px;
}

.tech50container {
  align-self: stretch;
  width: auto;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.navbarmob {
  display: none;
  position: fixed;
}

.navdivider {
  border-right: 1px solid #000;
  height: 100%;
}

.mega_dropdown_sub_list_item {
  color: var(--white);
  cursor: pointer;
  background-image: url('../images/ArrowLeft.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 8px;
  border-top: 1px solid #0dd2c733;
  min-width: 150px;
  padding: 5px 20px 5px 0;
}

.mega_dropdown_sub_list_item:hover {
  color: var(--medium-turquoise);
}

.nav_item_mega {
  border-left: 1px #000;
  border-right: .3px #ffffffb3;
  align-self: stretch;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.nav_item_mega:hover {
  background-color: var(--very-dark-blue);
}

.nav_item_mega.w--current {
  color: var(--medium-turquoise);
  padding: 3px 15px;
  font-size: 15px;
  line-height: 18px;
}

.mainnavarrow {
  width: auto;
  height: auto;
  margin-top: 2px;
}

.mobnavdrop {
  align-self: stretch;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.mobnavdrop:hover {
  background-color: var(--very-dark-blue);
}

.mobnavdrop.w--current {
  color: #fff;
  padding: 3px 15px;
  font-size: 15px;
  line-height: 18px;
}

.mob_sub_nav_dropdown_toggle {
  border-top: 1px solid var(--white);
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 10px 0 9px;
  display: flex;
}

.mob_sub_nav_dropdown_toggle.w--open {
  border-bottom: 1px solid #0000001a;
}

.mobnavddlist {
  position: relative;
}

.mobnavddlist.w--open {
  margin-top: 25px;
}

.mobnavddcontainer {
  background-color: #f0f0f0;
  padding: 10px 10px 0;
}

.dropcontainer {
  flex-direction: column;
  display: flex;
}

.mobnavsubdrop {
  background-color: #0000;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.mobnavsublist {
  background-color: #0000;
  display: block;
  position: relative;
}

.mobnavsublist.w--open {
  background-color: #0000;
}

._120spacer {
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
}

.navdiv {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.tabs-menu {
  justify-content: space-between;
  margin-left: -2px;
  margin-right: -2px;
  display: flex;
}

.headingcontainer {
  min-height: 800px;
  padding-top: 104px;
  position: relative;
}

.panelpush {
  height: 100%;
  min-height: 20px;
  display: block;
}

.mobnavflex {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.featureitem {
  flex: 0 auto;
  width: 100%;
  min-width: 100%;
  max-width: 33.3333%;
  margin-bottom: 20px;
  display: flex;
}

.featureitemcontent {
  border: 1px solid var(--medium-turquoise);
  flex-direction: row;
  flex: 1;
  align-self: auto;
  align-items: flex-start;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  display: flex;
}

.featureimagelink {
  border-style: solid none solid solid;
  border-width: 10px;
  border-color: var(--white);
  object-position: 50% 50%;
  align-items: center;
  width: 66.66%;
  height: 100%;
  min-height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.featureimage {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
}

.div-block-33 {
  background-image: linear-gradient(199deg, var(--medium-turquoise), var(--steel-blue));
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding: 20px;
  display: flex;
}

.div-block-34 {
  border: 10px solid var(--white);
  width: 33.33%;
  height: 100%;
}

.careers66pc {
  border-right: 1px none var(--medium-turquoise);
  width: 60%;
}

.careers33pc {
  flex: none;
  justify-content: center;
  width: 40%;
  display: flex;
}

.careersitem {
  width: 100%;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.careercontent {
  flex-wrap: nowrap;
  flex: 0 auto;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  overflow: hidden;
}

.bgverydarkblue {
  background-color: var(--very-dark-blue);
}

.griditemaccounts {
  border: 1px #00000014;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.morebuttongrid {
  background-color: var(--white);
  color: var(--dark-blue);
  background-image: url('../images/Path-86.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  padding-left: 0;
  padding-right: 20px;
}

.morebuttongrid.textbutton {
  color: var(--white);
  white-space: nowrap;
  background-color: #0000;
  align-items: center;
  width: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 25px;
  display: flex;
}

.morebuttongrid.textbutton:hover {
  color: var(--medium-turquoise);
}

.accountlink {
  color: var(--white);
}

.accountlink:hover {
  color: var(--medium-turquoise);
}

.div-block-35 {
  display: flex;
}

.div-block-36 {
  width: 100%;
}

.darkgriditem {
  cursor: auto;
  border: 1px #00000014;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 20%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.headercontainermw-1400 {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.sidebarcontentwrapper {
  background-color: var(--very-dark-blue);
  background-image: url('../images/TechBG.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex: 1;
  align-self: stretch;
}

.tech100pc {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.techdivider {
  border-top: 1px solid var(--white);
  border-bottom: 1px none var(--medium-turquoise);
  width: 100%;
  margin-bottom: 20px;
}

.maxwidth700 {
  flex-direction: column;
  justify-content: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.techcontainervertical {
  flex-direction: column;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.text-span-17, .text-span-19, .text-span-20, .text-span-21, .text-span-22 {
  color: var(--medium-turquoise);
}

.careersgrid {
  flex-wrap: wrap;
  margin-bottom: -20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.image-11 {
  width: 80px;
  padding-left: 0;
}

.div-block-39 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 110px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.div-block-40 {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.div-block-42 {
  text-align: center;
  max-width: 455px;
  display: flex;
}

.homeheaderpanelwrapper {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.homescrollto {
  color: var(--white);
  text-align: center;
  max-width: 470px;
  margin-left: 15px;
  margin-right: 15px;
}

.homescrollto:hover {
  color: var(--medium-turquoise);
}

.maxwidth900 {
  flex-direction: column;
  justify-content: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.youspecnavwrapper {
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  height: 100%;
  display: flex;
}

.topbarwrapper {
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  height: 35px;
  display: flex;
}

.dividervertical {
  border-right: 1px dotted var(--white);
  height: 20px;
}

.select-wrapper {
  background-color: var(--white);
  text-transform: uppercase;
  background-image: url('../images/ArrowDown.svg');
  background-position: 100%;
  background-size: auto;
  border: 1px #000;
  border-radius: 0;
  flex: 1;
  margin-right: 0;
  padding-right: 0;
}

.formselect {
  border: 1px solid var(--medium-turquoise);
  background-color: var(--dark-blue);
  color: var(--white);
  background-image: url('../images/ArrowDown.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 0;
  height: 35px;
  margin-bottom: 0;
  padding-left: 8px;
}

.popupnotification {
  z-index: 9999;
  color: #101e2e;
  background-color: #0d162199;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popupcontent {
  background-color: var(--white);
}

.popupcontent.padding-60-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid var(--medium-turquoise);
  background-color: var(--very-dark-blue);
  text-align: center;
  width: 100%;
  max-width: 610px;
  display: flex;
}

.maxwidth800 {
  flex-direction: column;
  justify-content: center;
  max-width: 800px;
  margin-right: auto;
}

.sidebarcontentintro {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px 60px 60px 360px;
  display: none;
}

.techadvicepanel {
  z-index: 999;
  background-color: var(--white);
  opacity: 1;
  color: var(--very-dark-blue);
  border-radius: 40px 0 0 40px;
  align-items: center;
  width: 293px;
  padding: 10px 15px 10px 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 0 0 9px #00000040;
}

.soundbutton {
  color: var(--white);
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.soundbutton:hover {
  color: var(--medium-turquoise);
}

.youspecscrollbtn {
  border: 1px solid var(--medium-turquoise);
  color: var(--medium-turquoise);
  background-color: #0000;
  padding: 10px 20px;
  display: flex;
}

.youspecscrollbtn:hover {
  color: var(--white);
}

.youspecscrollbtn.textcentre {
  background-color: var(--very-dark-blue);
  color: var(--white);
  white-space: normal;
  border-style: none;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.youspecscrollbtn.textcentre:hover {
  color: var(--medium-turquoise);
}

.youspecscrolldiv {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.hlinegreendot {
  border-top: 1px dotted var(--medium-turquoise);
  width: 100%;
  height: 0;
}

.text-field {
  max-width: 60px;
  height: 30px;
  margin-bottom: 0;
}

.div-block-43 {
  align-items: center;
  display: flex;
}

.submit-button {
  border: 1px solid var(--medium-turquoise);
  background-color: #0000;
  flex: 1;
  width: auto;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.submit-button.textbutton {
  color: var(--white);
}

.submit-button.textbutton:hover {
  color: var(--medium-turquoise);
}

.form-block-13 {
  width: 100%;
  margin-bottom: 0;
}

.form-6 {
  display: flex;
}

.form-block-14 {
  margin-bottom: 0;
}

.checkbox-field-2 {
  border-color: var(--medium-turquoise);
  border-radius: 0;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  margin-bottom: 0;
}

.checkbox-field-2.w--redirected-checked {
  border-color: var(--medium-turquoise);
  background-color: var(--dark-blue);
  border-radius: 0;
}

.checkbox-field-3, .checkbox-field-4 {
  margin-bottom: 0;
}

.megadropheaderwrap {
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.newproductsbtn {
  background-color: var(--medium-turquoise);
  background-image: url('../images/ButtonArrow.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto 10px;
  margin-left: 0;
  padding: 8px 25px 8px 10px;
  line-height: 12px;
  display: flex;
}

.newproductsbtn:hover {
  color: var(--dark-blue);
  background-position: 95%;
}

.newproductsbtn.textbutton {
  flex: none;
  align-items: center;
  width: 100%;
  height: 34px;
}

.newproductsbtn.textbutton:hover {
  background-color: var(--steel-blue);
}

.button_dropdown_youspec {
  border: 1px solid var(--white);
  background-color: #0000;
  background-image: url('../images/ButtonArrow.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto 10px;
  margin-left: 0;
  padding: 8px 25px 8px 10px;
  line-height: 12px;
}

.button_dropdown_youspec:hover {
  color: var(--dark-blue);
  background-position: 95%;
}

.button_dropdown_youspec.textbutton {
  background-color: #0000;
  background-image: url('../images/ArrowWhite.svg'), linear-gradient(95deg, var(--steel-blue), var(--medium-turquoise));
  color: var(--white);
  background-position: 95%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 10px, auto;
  border-style: none;
  flex: none;
  align-items: center;
  width: 100%;
  height: 34px;
  display: flex;
}

.button_dropdown_youspec.textbutton:hover {
  background-image: url('../images/ArrowWhite.svg'), linear-gradient(95deg, var(--medium-turquoise), var(--steel-blue));
  color: var(--dark-blue);
  background-position: 95%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 10px, auto;
}

.searchtxtmain {
  color: var(--dark-blue);
  border: 1px #000;
  border-radius: 0;
  min-width: 200px;
  height: 35px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 21px;
}

.searchtxtmain.nominwidth {
  min-width: auto;
}

.searchfrom {
  display: flex;
}

.submitbtnsearch {
  background-color: var(--medium-turquoise);
  height: 35px;
  padding: 0 10px;
}

.searchformblock {
  margin-bottom: 0;
}

.youspecctasearch {
  background-image: linear-gradient(112deg, var(--steel-blue), var(--medium-turquoise));
  justify-content: space-between;
  margin-bottom: 0;
  padding: 10px;
  display: none;
}

.min-width-250 {
  min-width: 250px;
}

.homeheadersectionmob {
  background-image: url('../images/Screenshot-2021-07-07-at-13.19.19.jpg');
  background-position: 50%;
  background-size: cover;
  display: none;
  position: relative;
}

.sponsorlogolink {
  flex: none;
  width: auto;
  display: flex;
}

.sponsorlogodiv {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.buttonreset {
  border: 1px none var(--medium-turquoise);
  background-color: var(--steel-blue);
  color: var(--white);
  letter-spacing: 1px;
  background-image: url('../images/restart.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  align-items: center;
  width: 100%;
  height: 34px;
  margin-top: 20px;
  margin-left: 0;
  padding: 8px 25px 8px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  display: flex;
}

.buttonreset:hover {
  color: var(--medium-turquoise);
}

.productdetails {
  width: 100%;
}

.productpricedetails {
  border-top: 1px solid var(--dark-blue);
  width: 100%;
}

.textpart {
  color: var(--medium-turquoise);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: TTCommons, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.pdfdownload {
  color: var(--medium-turquoise);
  align-items: center;
  width: auto;
  display: flex;
}

.pdfdownload:hover {
  color: var(--white);
}

.imageswitch {
  position: absolute;
  inset: 10px 10px auto auto;
}

.imageswitchphoto, .imageswitchillo {
  display: block;
}

.product_options {
  border: 1px solid var(--dark-blue);
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.productoptionsbtn {
  cursor: pointer;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.productoptionstable {
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
}

.cablesvg {
  max-width: 600px;
  padding: 0;
}

.cablecontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.cabletxt {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 126px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.maxwidth200 {
  flex-direction: column;
  justify-content: center;
  max-width: 200px;
}

.pagecontainernews {
  min-height: auto;
  padding-top: 104px;
  display: flex;
}

.div-block-46 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.careerstext {
  padding-left: 10px;
  padding-right: 10px;
}

.linkreadmore {
  z-index: 2;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 104px;
  height: 30px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.linkreadmore:hover {
  color: var(--medium-turquoise);
}

._20spacernomin {
  width: 20px;
  height: 20px;
}

.careerheader {
  flex-wrap: nowrap;
  flex: 0 auto;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.teampopup {
  z-index: 21;
  background-color: #0d1621f2;
  justify-content: center;
  align-items: flex-start;
  padding-top: 104px;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.popitemcontent {
  border: 1px none var(--medium-turquoise);
  flex-direction: column;
  flex: 1;
  align-self: auto;
  max-width: 600px;
  display: flex;
}

.closebuttondark {
  color: var(--white);
  background-color: #0000;
  background-image: url('../images/CloseIcon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  align-items: center;
  height: 30px;
  padding: 0 20px 0 0;
  display: flex;
}

.closebuttondark:hover {
  color: var(--medium-turquoise);
}

.linkedinbuttondark {
  color: var(--white);
  background-color: #0000;
  background-image: url('../images/linkedingreen.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  align-items: center;
  height: 30px;
  padding-left: 0;
  padding-right: 32px;
  display: flex;
}

.linkedinbuttondark:hover {
  color: var(--medium-turquoise);
}

.linkedinbuttondark.textbutton {
  align-items: center;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 35px;
  display: flex;
}

.portalheader {
  border-top: 1px dotted var(--medium-turquoise);
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.product_image_wrapper {
  height: auto;
  position: sticky;
  top: 164px;
}

.enquirebutton {
  background-color: var(--medium-turquoise);
}

.enquirebutton.textbutton {
  align-items: center;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.enquirebutton.textbutton:hover {
  background-color: var(--dark-blue);
}

.aboutintroblock {
  border-right: 0px solid var(--medium-turquoise);
  border-bottom: 1px none var(--medium-turquoise);
  border-left: 1px dotted var(--medium-turquoise);
  width: 100%;
  padding-left: 15px;
}

.bgbluehalf {
  background-image: linear-gradient(to right, white 40%, var(--dark-blue) 40%);
}

.div60pc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
  position: relative;
}

.div60pc.quote {
  color: var(--white);
}

.mask {
  height: 100%;
}

.slider {
  background-color: #0000;
  height: auto;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  align-items: flex-start;
  font-size: 11px;
  line-height: 11px;
  display: none;
  inset: auto auto -19px 0%;
}

.aboutrow {
  display: flex;
}

.div40pcrightcarousel {
  color: var(--white);
  align-items: center;
  width: 40%;
  margin-bottom: 48px;
  display: flex;
}

.abouttxtblock {
  border-left: 1px dotted var(--medium-turquoise);
  flex-direction: column;
  max-width: 420px;
  height: auto;
  padding-left: 20px;
  display: flex;
}

.image-14 {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
}

.div40pcimage {
  align-items: center;
  width: 40%;
  display: flex;
}

.div40pcleftcarousel {
  align-items: center;
  width: 40%;
  margin-bottom: 0;
  display: flex;
}

.div-block-53 {
  padding-top: 60px;
  display: flex;
}

.div-block-54 {
  width: 25%;
  height: 500px;
}

.div-block-54._01 {
  background-image: url('../images/People_01.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-54._03 {
  background-image: url('../images/People_02.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-54._02 {
  background-image: url('../images/People_03.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-54._04 {
  background-image: url('../images/People_04.jpg');
  background-position: 50%;
  background-size: cover;
}

.button_dark {
  border: 1px solid var(--white);
  color: var(--dark-blue);
  background-color: #0000;
  background-image: url('../images/ButtonArrow.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto 10px;
  margin-left: 0;
  padding: 8px 25px 8px 10px;
  line-height: 12px;
}

.button_dark:hover {
  color: var(--dark-blue);
  background-position: 95%;
}

.button_dark.textbutton {
  border-color: var(--dark-blue);
  background-color: #0000;
  background-size: auto 10px;
  flex: none;
}

.button_dark.textbutton:hover, .button_dark.textbutton.greenarrow:hover {
  color: var(--medium-turquoise);
}

.button_dark.greenarrow {
  background-image: url('../images/ArrowLeft.svg');
}

.home_header_wrapper {
  background-color: var(--very-dark-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.home_cta_item {
  cursor: pointer;
  border: 1px #00000014;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.replay_img {
  width: 16%;
  display: inline-block;
  position: static;
  inset: 0%;
}

.replay {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.homeheaderoverlaymobile {
  padding-right: 0;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.textright {
  text-align: right;
}

.dashboardlink {
  color: var(--medium-turquoise);
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.dashboardlink:hover {
  color: var(--white);
}

.cmsalesicon {
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 175px;
  display: flex;
  position: relative;
}

.cmsalesouter {
  width: NaN% ;
  position: absolute;
  inset: 0%;
}

.cmtablegrid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 70%;
}

.cmtablediv {
  display: flex;
}

.cmtxtdiv {
  width: 30%;
}

.cmtxtdiv.textwhite {
  padding-right: 0;
  position: relative;
}

.cmtableheader {
  border-top: 1px solid var(--medium-turquoise);
  color: var(--medium-turquoise);
  padding-top: 15px;
}

.cmtableicon {
  border-top: 1px dotted var(--medium-turquoise);
  align-items: center;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.cmtableicon.textgreen {
  padding-top: 15px;
}

.cmtablemoney {
  border-top: 1px dotted var(--medium-turquoise);
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.cmtablemoney.textgreen {
  padding-top: 15px;
  padding-bottom: 0;
}

.cmtablenumber {
  border-top: 1px dotted var(--medium-turquoise);
  align-items: center;
  padding-top: 15px;
  padding-bottom: 0;
  display: flex;
}

.img70pc {
  width: 70%;
}

.tscslink {
  color: var(--medium-turquoise);
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tscslink:hover {
  color: var(--white);
}

.image-17 {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.scrolldiv {
  display: none;
}

.cmadditionalinfo {
  border: 1px solid var(--medium-turquoise);
  width: 100%;
}

.div-block-60 {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-61 {
  justify-content: space-between;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.div-block-62 {
  text-align: right;
  align-items: center;
  max-width: 150px;
  display: flex;
}

.frequenttablegrid {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr .25fr .25fr;
  width: 100%;
}

.tableitem.textwhite {
  border-top: 1px dotted var(--medium-turquoise);
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.tableheader {
  border-top: 1px solid var(--medium-turquoise);
  color: var(--medium-turquoise);
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-block {
  z-index: 5;
  cursor: default;
  position: absolute;
  inset: 0%;
}

.rohs3logodiv {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rohs2logolink {
  flex: none;
  width: auto;
  display: flex;
}

.welcomeoverlay {
  z-index: 100;
  opacity: 1;
  background-color: #0d1621e6;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-63 {
  background-color: var(--dark-blue);
}

.div-block-63.textwhite {
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  padding: 20px;
  display: flex;
}

.div-block-63.textwhite.textcentre {
  border: 1px #000;
  max-width: 500px;
  padding: 30px;
}

.checkbox-field-5 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form-8 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.textlinkgreen {
  color: var(--medium-turquoise);
  cursor: pointer;
}

.form-block-16 {
  margin-bottom: 0;
}

.bgbluegrad {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--very-dark-blue), var(--dark-blue));
}

.cashoutbutton {
  background-color: var(--medium-turquoise);
  padding-top: 0;
  padding-bottom: 0;
}

.cashoutbutton:hover {
  background-color: var(--very-dark-blue);
}

.cashoutbutton.textbutton {
  white-space: nowrap;
  align-items: center;
  height: 30px;
  padding-top: 2px;
  padding-bottom: 0;
  display: flex;
}

.cashoutbutton.textbutton:hover {
  background-color: var(--white);
  color: var(--dark-blue);
}

.cashoutbtndiv {
  z-index: 100;
  align-items: center;
  display: flex;
  position: relative;
}

.cmspendtxt {
  text-align: right;
  align-items: center;
  max-width: 150px;
  display: flex;
}

.text-span-29, .text-span-30, .text-span-31, .text-span-32, .text-span-33, .text-span-34, .text-span-35, .text-span-36, .text-span-37, .text-span-38, .text-span-39, .text-span-40 {
  color: var(--medium-turquoise);
}

.list {
  padding-left: 15px;
}

.utility-page-wrap {
  background-color: #0e1b2c;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  min-height: 100vh;
  max-height: none;
  padding: 60px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: block;
}

.termstxtdiv {
  opacity: 1;
  flex-direction: column;
  align-self: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-64 {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.image-29 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.maxwidth350 {
  flex-direction: column;
  justify-content: center;
  max-width: 350px;
}

.div-block-65 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: static;
  inset: 0%;
}

.div-block-66 {
  border: 1px none var(--medium-turquoise);
  background-image: url('../images/CableMiles_Header_1.jpg');
  background-position: 10%;
  background-size: cover;
  align-items: center;
  width: 100%;
  min-height: 200px;
  display: flex;
}

.form-block-17 {
  width: 70%;
  margin-bottom: 0;
}

.formheader {
  border-top: 1px solid var(--white);
  color: var(--white);
  margin-top: 60px;
  padding-top: 0;
}

.formheader.hide {
  display: none;
}

.formheader.top {
  margin-top: 0;
}

.tradetxtfield {
  color: #101e2e;
  background-color: #fff;
  border: 1px #0dd2c7;
  margin-bottom: 0;
}

.div-block-51 {
  width: 30%;
}

.success-message {
  background-color: #0000;
  border: 1px solid #0dd2c7;
}

.text-span-48 {
  color: #0dd2c7;
}

.div-block-49 {
  justify-content: space-between;
  padding-top: 20px;
  display: flex;
}

.tradefromgrid {
  grid-template-rows: auto;
}

.tradefromgrid.hide {
  display: none;
}

.field-label {
  margin-bottom: 5px;
}

.error-message {
  background-color: #0dd2c7;
  margin-top: 20px;
}

.div-block-50 {
  display: flex;
}

.tradeformdiv {
  border-top: 1px dotted var(--medium-turquoise);
}

.select-field-2 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #0dd2c7;
  font-size: 16px;
  line-height: 21px;
}

.emptybasketdiv {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.emptybasketlink {
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-span-49 {
  color: var(--medium-turquoise);
}

.youspecguest {
  z-index: 9999;
  color: #101e2e;
  background-color: #0d16214d;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.buttonapply {
  background-color: var(--medium-turquoise);
  color: var(--dark-blue);
  letter-spacing: 1px;
  background-image: url('../images/ArrowWhite.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  width: 100%;
  height: 34px;
  margin-top: 20px;
  margin-left: 0;
  padding: 8px 25px 8px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  display: none;
}

.buttonapply:hover {
  color: var(--white);
  background-position: 95%;
}

.searchsidebardesk {
  color: var(--dark-blue);
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  height: 35px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 21px;
}

.searchmainnav {
  border: 1px solid var(--very-dark-blue);
  background-color: var(--very-dark-blue);
  padding: 15px;
  display: none;
  position: absolute;
  inset: 70px 0% auto auto;
}

.div-block-70 {
  position: absolute;
  inset: 0%;
}

._100spacer {
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
}

.urgentdeliveryoverlay {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  max-width: 1279px;
  padding: 16px;
  display: none;
  position: fixed;
  inset: 0%;
}

.urgentdeliverypopup {
  background-color: var(--very-dark-blue);
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  padding: 30px;
  display: flex;
}

.link-4 {
  color: var(--medium-turquoise);
}

.search_page_intro_txt {
  justify-content: space-between;
  display: flex;
}

.vdlogo {
  width: 33.33%;
  max-width: 250px;
  padding-left: 15px;
}

.browsealltxt {
  flex-direction: column;
  justify-content: center;
  max-width: 650px;
  padding-right: 10px;
}

.checkbox-field-6 {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.checkbox-2 {
  border-radius: 0;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  margin-top: 0;
}

.checkbox-2.w--redirected-checked {
  background-color: var(--medium-turquoise);
}

.tradecta {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--steel-blue), var(--dark-blue));
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 60px;
  display: flex;
}

.tradectatxt {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.trade_till_img {
  height: 55px;
}

.trade_trolley_img {
  height: 65px;
}

.browseallheader {
  border-top: 2px solid var(--dark-blue);
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 20px;
  display: flex;
}

.comingsoon {
  background-color: var(--medium-turquoise);
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 2px 10px;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  inset: 0% auto auto 0%;
}

.textdarkblue {
  color: var(--dark-blue);
}

.puprlepatchpromo {
  background-image: linear-gradient(32deg, #270129, #873d8a 76%);
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding: 20px;
  display: flex;
}

.purplepatchfeature {
  border: 1px solid var(--medium-turquoise);
  flex-direction: row;
  flex: 1;
  align-self: auto;
  align-items: flex-start;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  display: flex;
}

.featurelist {
  padding-left: 20px;
}

.basket-dropdown-container {
  z-index: 1000;
  background-color: var(--very-dark-blue);
  color: var(--white);
  flex-direction: column;
  min-width: 370px;
  max-width: 370px;
  height: auto;
  padding: 20px;
  display: none;
  position: relative;
}

.basket-dropdown-container.hide {
  display: none;
}

.basket-dropdown-link {
  object-fit: fill;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.basket-dropdown-divider {
  border-bottom: 1px solid var(--white);
  height: 0;
  margin-top: 5px;
}

.basket-dropdown-delivery-warning {
  background-color: var(--medium-turquoise);
  border: 0 solid #0000;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.basket-dropdown-delivery-more {
  color: var(--dark-blue);
  font-size: 12px;
  font-weight: 600;
  line-height: 21px;
}

.text-block-9 {
  flex-direction: row;
  align-items: stretch;
  font-size: 12px;
  line-height: 17px;
  text-decoration: underline;
  display: flex;
}

.basket-dropdown-detail-stretch {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.basket-product-status {
  background-color: var(--medium-turquoise);
  color: var(--dark-blue);
  white-space: nowrap;
  align-items: center;
  padding: 4px 6px;
  display: flex;
}

.div-block-77 {
  object-fit: fill;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 50px;
  display: flex;
  position: static;
}

.basket-dropdown-quantity-pricing {
  flex-flow: row;
  place-content: space-between;
  align-items: center;
  display: flex;
}

.rollover-up {
  display: block;
  position: absolute;
}

.basket-dropdown-product-summary {
  border-bottom: 1px solid #ffffff4d;
  margin-top: 10px;
  padding-bottom: 10px;
}

.basket-dropdown-line-2px {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--medium-turquoise);
  padding-top: 10px;
}

.basket-dropdown-line-1px {
  border-bottom: 1px solid var(--medium-turquoise);
}

.div-block-81 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-82 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-end;
  display: flex;
}

.basket-dropdown-scroll-panel {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  background-color: var(--dark-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-height: 229px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  overflow: scroll;
}

.texttag {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: flex-start;
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
  display: block;
}

.basket-dropdown-delivery-link {
  font-size: 12px;
  line-height: 17px;
}

.basket-dropdown-delivery-link:hover {
  color: var(--white);
}

.image-swap-rollover {
  mix-blend-mode: normal;
  position: relative;
}

.rollover-over {
  display: block;
}

.basket-dropdown-wrapper {
  z-index: 1000;
  display: flex;
  position: absolute;
  inset: 35px 0% auto auto;
  overflow: hidden;
}

.basket-button-drop-down {
  background-color: var(--medium-turquoise);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  display: flex;
}

.basket-button-drop-down.textbutton {
  justify-content: center;
}

.basket-button-drop-down.textbutton:hover {
  color: var(--very-dark-blue);
}

.topbarbtn {
  border-right: 1px none var(--very-dark-blue);
  border-left: 1px solid var(--very-dark-blue);
  align-items: center;
  height: 100%;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
}

.account_link {
  height: 100%;
}

.taglink {
  color: var(--red);
  text-decoration: underline;
}

.taglink.textwhite {
  color: var(--white);
}

.textred {
  color: var(--red);
}

.topbarbtnbasket {
  border-right: 1px none var(--very-dark-blue);
  border-left: 1px solid var(--very-dark-blue);
  align-items: center;
  height: 100%;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
}

.basket_overlay {
  z-index: 2000;
  background-color: #101e2ef2;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.basket_message {
  background-color: var(--white);
  max-width: 350px;
  padding: 20px;
}

._80spacer {
  display: none;
}

.cart_grid {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2.5fr .5fr .5fr .5fr .5fr;
}

.gridholdingdiv {
  width: 100%;
  height: 100%;
}

.baskettableheader {
  border-bottom: 1px solid var(--dark-blue);
  padding-bottom: 5px;
}

.basketitem {
  border-bottom: 1px dotted var(--medium-turquoise);
  align-items: flex-end;
  height: 33px;
  padding-bottom: 5px;
  display: flex;
}

.basketproductlink {
  color: var(--dark-blue);
}

.basketproductlink:hover, .basketremovelink {
  color: var(--medium-turquoise);
}

.basketremovelink:hover {
  color: var(--dark-blue);
}

.cart_wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto 30%;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.cart_item {
  background-color: #101e2e0d;
  margin-top: 20px;
  padding: 10px;
}

.cart_item_grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.cart_item_div {
  border-top: 1px solid #000;
  align-items: flex-start;
  width: auto;
  min-height: 35px;
  padding-top: 7px;
  display: flex;
}

.cart_item_info_div {
  border-top: 1px solid #000;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  min-height: 35px;
  padding-top: 7px;
  display: flex;
}

.quanititydiv {
  justify-content: space-between;
  min-width: 80px;
  display: flex;
}

.stock_header {
  margin-top: 20px;
}

.cart_note_field {
  height: 35px;
  margin-bottom: 0;
}

.cart_note_form {
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
}

.div-block-87 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-88 {
  display: flex;
}

.div-block-89 {
  padding-left: 5px;
  padding-right: 5px;
}

.intro_logo_container {
  width: 180px;
}

.intro_logo {
  width: 100%;
  height: auto;
}

.home_intro_txt {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 710px;
  margin: 40px auto;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
}

.button.green {
  background-color: var(--medium-turquoise);
  color: var(--dark-blue);
}

.button.green:hover {
  background-color: var(--white);
  color: var(--dark-blue);
}

.button.blue {
  background-color: var(--dark-blue);
}

.button.blue:hover {
  background-color: var(--white);
  color: var(--dark-blue);
}

.button.green-blue {
  background-color: var(--medium-turquoise);
  color: var(--dark-blue);
}

.button.green-blue:hover {
  background-color: var(--dark-blue);
  color: var(--white);
}

.button.green-lightblue {
  background-color: var(--medium-turquoise);
  color: var(--dark-blue);
}

.button.green-lightblue:hover {
  background-color: var(--steel-blue);
  color: var(--white);
}

.cta_heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.home_panel_text {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  display: flex;
}

.home_panel_text_wrapper {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  display: flex;
  position: relative;
}

.home_panel_link_block {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.home_panel_wrapper {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.page_max_width {
  max-width: 1520px;
}

.page_max_width._60_t_b_l_r {
  padding: 60px;
}

.testimonial_section {
  background-color: var(--very-dark-blue);
  margin-top: 60px;
  margin-bottom: 60px;
}

.testemonial_wrapper {
  justify-content: space-between;
  display: flex;
}

.speech_mark_container {
  height: 100%;
}

.speech_mark_container.top {
  align-items: flex-start;
  display: flex;
}

.speech_mark_container.bottom {
  align-items: flex-end;
  display: flex;
}

.testimonial_slider {
  background-color: #0000;
  max-width: 80%;
  height: auto;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.testimonial_txt {
  text-align: center;
  max-width: 700px;
  margin-left: 30px;
  margin-right: 30px;
}

.testimonial_txt.white {
  color: var(--white);
  flex-direction: column;
  align-items: center;
}

.testimonial_slide {
  width: 100%;
}

.testimonial_mask {
  height: auto;
}

.slide-nav-2 {
  height: auto;
  margin-top: 20px;
  padding-top: 0;
  font-size: 9px;
  line-height: 0;
  position: relative;
}

.testimonial_credit {
  margin-top: 15px;
}

.h4class {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.testimonial_rating {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.testinmonial_rating_star {
  margin-left: 5px;
  margin-right: 5px;
}

.testtimonial_rating_star_img {
  min-width: 20px;
}

.testimonial_slide_container {
  justify-content: center;
  display: flex;
}

.vd_graohic_txt {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-91 {
  color: var(--dark-blue);
  padding-top: 15px;
  padding-bottom: 15px;
}

.home_intro_section {
  color: var(--white);
}

.home_intro_wrapper {
  background-color: var(--very-dark-blue);
  background-image: url('../images/VDC-Logo-Bg.svg');
  background-position: 50%;
  background-size: auto 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 60px;
  display: flex;
}

.featured_section {
  background-color: var(--very-dark-blue);
  color: var(--white);
  margin-top: 60px;
  margin-bottom: 60px;
}

.section_header {
  border-top: 1px solid var(--medium-turquoise);
  margin-bottom: 20px;
  padding-top: 15px;
}

.featured_grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.product_title {
  border-top: 1px #172937;
  border-bottom: 1px #000;
  flex: none;
  margin-top: 10px;
  position: relative;
}

.product_part {
  margin-top: 5px;
}

.product_tile {
  color: var(--dark-blue);
}

.product_tile.on_blue {
  color: var(--white);
}

.product_price {
  border-top: 1px solid #0dd2c7;
  align-items: flex-end;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
}

.home_cta_img {
  width: 100%;
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}

.home_cta_btn {
  border-top: 1px dotted var(--medium-turquoise);
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.home_cta_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.product_title_text {
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
}

.price_wrapper {
  margin-bottom: -2px;
  margin-left: 5px;
  margin-right: 5px;
}

.unit_price {
  border-top: 1px solid #0dd2c74d;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
}

.unit_1 {
  display: flex;
}

.unit_10 {
  margin-left: 10px;
  display: flex;
}

.footer-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.footer_grid_item {
  flex-direction: column;
  display: flex;
}

.footer_section {
  z-index: 999;
  background-color: var(--very-dark-blue);
  color: var(--white);
  position: relative;
}

.footer_link {
  color: var(--white);
}

.footer_link:hover {
  color: var(--medium-turquoise);
}

.footer_logo_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.footer_divider {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer_divider_line {
  border-bottom: 1px dotted var(--medium-turquoise);
  height: 0;
}

.faq_section {
  color: var(--white);
}

.faq_container {
  flex: 0 auto;
  max-width: 600px;
  margin: 40px auto 0;
  padding-left: 0;
  padding-right: 0;
}

.faq_item {
  border-top: 1px #000;
  width: 100%;
  display: block;
  overflow: hidden;
}

.faq_button {
  border-top: 1px solid var(--medium-turquoise);
  color: var(--white);
  white-space: break-spaces;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.faq_button:hover {
  color: var(--medium-turquoise);
}

.faq_body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq_body.w--open {
  background-color: #0000;
}

.faq_body_container {
  padding: 0 0 20px;
}

.faq_icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.faq_icon_line {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--medium-turquoise);
  width: 20px;
  height: 0;
  position: absolute;
}

.navbar {
  margin-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_container {
  background-color: var(--dark-blue);
  max-width: 1520px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.nav_menu {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
}

.logo_img {
  width: 190px;
}

.nav_wrapper {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.mega_dropdown_list {
  position: absolute;
}

.mega_dropdown_list.w--open {
  z-index: 9999;
  background-color: var(--very-dark-blue);
  margin-top: 105px;
  position: absolute;
  inset: 0% 0% auto;
}

.mega_dropdown_wrapper {
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 60px 165px;
  overflow: scroll;
}

.mega_dropdown_grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.mega_dropdown_header_link {
  color: var(--white);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 56px;
  padding-bottom: 10px;
  font-size: 19px;
  font-weight: 600;
  line-height: 23px;
  display: flex;
}

.mega_dropdown_header_link:hover {
  color: var(--medium-turquoise);
}

.mega_header_arrow {
  margin-top: 4px;
  margin-left: 10px;
}

.search_grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.product_breadcrumb {
  white-space: nowrap;
  flex-flow: wrap;
  margin-bottom: 10px;
  display: flex;
}

.breadcrumb_arrow {
  width: 5px;
  margin-left: 8px;
  margin-right: 8px;
}

.contact_links_big {
  margin-top: 5px;
}

.contact_link {
  color: var(--medium-turquoise);
}

.contact_link:hover {
  color: var(--white);
}

.contact_links_small {
  margin-top: 10px;
}

.product_detail_grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
  align-content: start;
  align-items: start;
}

.product_header, .product_part_no {
  margin-top: 10px;
  margin-bottom: 10px;
}

.product_rating {
  align-items: center;
  margin-top: 10px;
  display: none;
}

.product_rating_stars {
  align-items: flex-start;
  margin-left: 8px;
  display: flex;
}

.product_rating_star_img {
  margin-right: 5px;
}

.product_prices {
  margin-top: 40px;
}

.product_prices_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr 1fr;
}

.product_price_item {
  border-top: 1px solid #000;
  position: relative;
}

.product_price_item_header {
  margin-top: 10px;
  margin-bottom: 10px;
}

.retail_price_item {
  display: flex;
}

.retail_price_units {
  color: var(--medium-turquoise);
  margin-right: 5px;
}

.savings_badge {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 82px;
  display: flex;
  position: absolute;
  inset: 32px -7% 0% auto;
  transform: rotate(20deg);
}

.savings_icon {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.saving_badge_txt {
  z-index: 2;
  font-size: 30px;
  font-weight: 700;
  position: relative;
}

.product_payment_icons {
  align-items: center;
  display: flex;
  position: relative;
}

.payment_icon {
  margin-right: 10px;
}

.gpay_img {
  width: 45px;
}

.amex_img {
  width: 26px;
}

.master_img {
  width: 36px;
}

.visa_img {
  width: 47px;
}

.app_pay_img {
  width: 37px;
}

.stripe_img {
  width: 90px;
}

.product_stock_cta {
  margin-top: 10px;
}

.testimonial_slider_product {
  background-color: #0000;
  min-width: 33%;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.slide-nav-product {
  height: auto;
  margin-top: 20px;
  padding-top: 0;
  font-size: 9px;
  line-height: 0;
  position: relative;
}

.testimonial_product_wrapper {
  margin-top: 40px;
  display: flex;
}

.product_info {
  border-top: 1px solid #000;
  margin-top: 30px;
  padding-top: 10px;
}

.product_info_header {
  margin-bottom: 10px;
}

.product_faq_container {
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.product_faq_button {
  border-top: 1px solid var(--medium-turquoise);
  color: var(--dark-blue);
  white-space: break-spaces;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.product_faq_button:hover {
  color: var(--medium-turquoise);
}

.padding60lr_margin60tb {
  z-index: 2;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0 60px;
  position: relative;
}

.product_cta_grid {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.products_cta_wrapper {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.procuct_cta_image {
  width: 100%;
  padding-top: 65%;
  position: relative;
}

.product_cta_header {
  margin-bottom: 5px;
}

.product_cta_text {
  color: var(--dark-blue);
  margin-top: 20px;
  margin-bottom: 20px;
}

.product_cta_text:hover {
  color: var(--medium-turquoise);
}

.product_cta_text.white {
  color: var(--white);
}

.product_cta_text.white:hover {
  color: var(--medium-turquoise);
}

.advice_link {
  color: var(--dark-blue);
}

.advice_link:hover {
  color: var(--medium-turquoise);
}

.contact_spacer {
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
}

.nav-bar-mob-new {
  display: none;
}

.brand {
  padding-left: 0;
}

.nav_drop_icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.nav_icon_line {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--medium-turquoise);
  width: 20px;
  height: 0;
  position: absolute;
}

.mob_sub_nav_body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.mob_sub_nav_body.w--open {
  background-color: #0000;
}

.units {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.denomination {
  margin-right: 3px;
}

.saving {
  margin-top: 5px;
}

.search_pagecontainer {
  min-height: 100vh;
  padding-top: 104px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-86 {
  background-color: #0dd2c7;
  padding: 10px;
}

.product-header-text {
  font-size: 45px;
  line-height: 45px;
}

.faqproductsbtn {
  background-color: var(--medium-turquoise);
  background-image: url('../images/ButtonArrow.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto 10px;
  margin-left: 0;
  padding: 8px 25px 8px 10px;
  line-height: 12px;
  display: flex;
}

.faqproductsbtn:hover {
  color: var(--dark-blue);
  background-position: 95%;
}

.faqproductsbtn.textbutton {
  background-color: var(--steel-blue);
  flex: none;
  align-items: center;
  width: 100%;
  height: 34px;
}

.faqproductsbtn.textbutton:hover {
  background-color: var(--medium-turquoise);
}

.landing-headingcontainer {
  padding-top: 104px;
  position: relative;
}

.landing-hero-text {
  justify-content: center;
  align-items: center;
  padding-top: 104px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.landing-product-section {
  color: var(--white);
}

.full-width-cta-wrapper {
  justify-content: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.landing-logo {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
}

.landing-header {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.landing-heroheader {
  z-index: 0;
  background-color: var(--very-dark-blue);
  padding-top: 25%;
}

.introblock-2 {
  border: 0 solid #0dd2c7;
  border-top: 1px dotted #0dd2c7;
  border-bottom: 1px #0dd2c7;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 0;
}

.text-span-52 {
  color: #0dd2c7;
}

.news-article-header-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 100%;
}

.news-article-text-wrapper {
  width: 100%;
}

.news-article-text-wrapper.mr-20 {
  width: 30%;
  max-width: 380px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.news-article-header {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.news-article-image-wrapper {
  align-self: stretch;
  width: 100%;
  padding-top: 70%;
  position: relative;
}

.qr-code {
  width: 130px;
}

.close--btn {
  border: 1px solid var(--medium-turquoise);
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.close--btn--line {
  border-top: 1px solid var(--medium-turquoise);
  width: 100%;
  position: absolute;
  transform: rotate(45deg);
}

.close--btn--line.flip {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)rotate(45deg);
}

@media screen and (min-width: 1280px) {
  .heroheader.news {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .heroheader.casestudies {
    background-position: 50%;
  }

  .heroheader.cablemiles {
    background-image: url('../images/CableMiles_Header_1.jpg');
    background-position: 50%;
  }

  .button_light.textbutton {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .bggreen {
    display: block;
  }

  .griditem {
    width: 25%;
  }

  .griditem.hidedesk {
    display: flex;
  }

  .button-dark.textbutton {
    background-position: 96%;
  }

  .contact_grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact_grid_item {
    border-top-color: var(--medium-turquoise);
  }

  .contact_grid_item.hide {
    display: none;
  }

  .homeheaderpanel {
    align-items: center;
    display: flex;
  }

  .h3class.textcentre.textwhite {
    justify-content: center;
    align-items: center;
  }

  .padding60leftright {
    width: 100%;
  }

  .flexhcentrecentrespace {
    width: 100%;
    min-width: 100%;
  }

  .page-container {
    flex-direction: column;
    justify-content: center;
  }

  .divfilter {
    display: none;
  }

  .maxwidth66pc {
    max-width: none;
  }

  .sharebutton.textbutton {
    right: 60px;
  }

  .dropdown-list.w--open {
    height: auto;
  }

  .sidebarcontentdark {
    background-color: #0000;
    display: flex;
  }

  .careeritem {
    padding-left: 60px;
    padding-right: 60px;
  }

  .headingcontainer {
    min-height: 900px;
  }

  .sidebarcontentwrapper {
    background-color: var(--very-dark-blue);
    background-image: url('../images/TechBG.png');
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .div-block-39 {
    white-space: normal;
    display: flex;
  }

  .div-block-40 {
    display: flex;
  }

  .maxwidth900 {
    max-width: 900px;
  }

  .scrolldown {
    width: 100%;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .maxwidth800 {
    max-width: 800px;
    margin-left: 0;
    margin-right: 0;
  }

  .sidebarcontentintro {
    background-color: #0000;
    display: none;
  }

  .youspecscrolldiv {
    margin-top: 0;
  }

  .newproductsbtn.textbutton, .button_dropdown_youspec.textbutton {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .youspecctasearch {
    align-items: center;
  }

  .cablesvg {
    max-width: 650px;
  }

  .pagecontainernews {
    justify-content: center;
  }

  .enquirebutton.textbutton {
    position: absolute;
    inset: auto 60px 30px auto;
  }

  .div60pc {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .slide-nav {
    display: none;
  }

  .div40pcrightcarousel {
    justify-content: flex-end;
  }

  .div40pcimage, .div40pcleftcarousel {
    justify-content: flex-start;
  }

  .div-block-53 {
    justify-content: space-between;
    display: flex;
  }

  .div-block-54 {
    height: 600px;
  }

  .div-block-54._01 {
    background-image: url('../images/People_01.jpg');
    background-position: 0%;
    background-size: cover;
  }

  .div-block-54._02 {
    display: flex;
  }

  .button_dark.textbutton {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .link-block {
    z-index: 5;
    cursor: default;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .bgbluegrad {
    background-color: #0000;
    background-image: linear-gradient(to bottom, var(--very-dark-blue), var(--dark-blue));
  }

  .cashoutbutton.textbutton {
    right: 60px;
  }

  .text-span-41, .text-span-42, .text-span-43, .text-span-44, .text-span-45, .text-span-46, .text-span-47, .bold-text-2 {
    color: var(--medium-turquoise);
  }

  .youspecguest {
    display: none;
  }

  .urgentdeliveryoverlay {
    max-width: none;
  }

  .browsealltxt {
    max-width: 850px;
  }

  .tradectatxt {
    text-align: center;
  }

  .text-span-51 {
    color: var(--white);
    font-size: 13px;
  }

  .textdarkblue {
    color: var(--dark-blue);
  }

  .basket_overlay {
    display: none;
    position: absolute;
  }

  .testemonial_wrapper {
    justify-content: space-between;
  }

  .speech_mark_container {
    align-items: flex-start;
    height: 100%;
  }

  .speech_mark_container.top {
    align-items: flex-start;
  }

  .speech_mark_container.bottom {
    align-items: flex-end;
  }

  .testimonial_txt.white {
    justify-content: center;
    max-width: 700px;
  }

  .testimonial_slide_container {
    width: 100%;
  }

  .home_intro_wrapper {
    background-size: auto 101%;
  }

  .navbar {
    background-color: var(--dark-blue);
  }

  .nav_container {
    justify-content: space-between;
    align-items: center;
    max-width: 1520px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .nav_menu {
    height: 100%;
    display: flex;
  }

  .logo_img {
    width: 190px;
  }

  .nav_wrapper {
    justify-content: space-between;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .mega_dropdown_list.w--open {
    height: auto;
  }

  .search_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .contact_links_big {
    flex-direction: column;
    display: flex;
  }

  .product_detail_grid {
    width: 100%;
  }

  .search_pagecontainer {
    flex-direction: column;
    justify-content: center;
  }

  .faqproductsbtn.textbutton {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 991px) {
  .flex-horizontal {
    flex-flow: row;
    width: 100%;
    display: flex;
  }

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

  .flex-vertical-centre {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heroheader {
    height: 400px;
    position: static;
  }

  .heroheader.team, .heroheader.casestudies, .heroheader.cablemiles {
    background-position: 100%;
  }

  .navbardesk {
    z-index: 100;
    display: none;
    position: fixed;
  }

  .burgermenu {
    z-index: 100;
    padding: 20px;
    display: block;
    position: static;
    inset: 0% 40px auto auto;
  }

  .burgermenu.w--open {
    background-color: #0000;
    align-items: center;
    display: flex;
    position: static;
    right: 0;
  }

  .boxitem {
    width: 50%;
    max-width: none;
  }

  .gridimg {
    padding-left: 0;
    padding-right: 0;
  }

  .portalfooter {
    border-bottom: 1px #000;
  }

  .animation-wrapper {
    position: static;
  }

  .sidecolumn {
    z-index: 30;
    display: flex;
    transform: translate(-480px);
  }

  .navcontainertop {
    z-index: 100;
    position: relative;
  }

  .padding-60-2 {
    flex-direction: column;
    flex: none;
    align-items: center;
    display: flex;
  }

  .home_panel_img {
    padding-top: 65%;
  }

  .text-centre-2 {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .filters {
    width: 330px;
    padding: 76px 30px 30px 60px;
  }

  .griditem {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .griditem.hidedesk {
    display: flex;
  }

  .tab {
    white-space: normal;
    max-width: 160px;
    display: block;
  }

  .tab.w--current {
    max-width: 237.313px;
  }

  .cartcrumb {
    min-width: 100px;
  }

  .imgbin {
    width: 18px;
    position: static;
    inset: 10px 0% auto auto;
  }

  .row30 {
    justify-content: flex-start;
    width: auto;
    display: flex;
  }

  .cart_totals {
    padding-left: 0;
  }

  .flex-horizontal-wide {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .width75 {
    width: 80%;
  }

  .h-spacer-20 {
    flex: none;
  }

  .modal {
    display: none;
  }

  .modalgriditem {
    width: 50%;
  }

  .youspec-top {
    padding-left: 30px;
    padding-right: 30px;
  }

  .youspec-cols {
    flex-direction: column;
  }

  .youspecleft {
    flex-direction: column;
    width: 100%;
    max-width: none;
    margin-right: 0;
    display: flex;
  }

  .youspecright {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .youspecselected {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .youspecrightleft {
    width: 100%;
    display: flex;
  }

  .youspecrightright {
    width: 100%;
    margin-left: 0;
  }

  .text-blue {
    display: block;
  }

  .verticalmob {
    flex-direction: column;
    display: block;
  }

  .col-dash-left {
    padding-left: 0;
    padding-right: 0;
  }

  .col-dash-right {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .dashorderinfo {
    border-color: var(--medium-turquoise);
  }

  .dashorderbody, .dashorderfooter {
    border-top-color: var(--medium-turquoise);
  }

  .flex-horizontal-align-right {
    flex-flow: row;
    width: 100%;
    display: flex;
  }

  .contact_grid {
    grid-template-columns: 1fr 1fr;
  }

  .homeheadersection {
    display: none;
  }

  .homeheaderoverlay {
    position: static;
  }

  .containermw-1400 {
    z-index: 10;
  }

  .nav_item {
    z-index: 0;
    cursor: pointer;
    border-top: 1px solid #ffffff80;
    height: 50px;
    padding: 15px 0;
    font-size: 20px;
    line-height: 20px;
    display: flex;
  }

  .nav_item.w--current {
    border-top: 1px solid var(--white);
    padding-left: 0;
    padding-right: 0;
  }

  .nav_item.last {
    border-bottom-style: none;
  }

  .logo.w--current {
    z-index: 100;
  }

  .navcontainer {
    z-index: 100;
    justify-content: space-around;
    padding-left: 60px;
    padding-right: 40px;
    display: flex;
    position: static;
  }

  .nav-menu {
    background-color: var(--very-dark-blue);
    flex: 0 auto;
    height: 100vh;
    min-height: auto;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    position: absolute;
    overflow: scroll;
  }

  .h3class.textwhite {
    display: block;
  }

  .textbutton {
    line-height: 12px;
  }

  .textbutton.textgreen {
    flex: 0 auto;
    display: flex;
  }

  .home_panel_50pc {
    width: 100%;
  }

  .flexhcentrecentrespace {
    z-index: 10;
  }

  .youspecstack {
    width: 50%;
  }

  .youspecheader {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .youspecstep1right {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .youspecstep1left {
    align-self: stretch;
    width: auto;
    max-width: none;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
  }

  .youspecstep3left {
    flex-wrap: wrap;
    align-self: stretch;
    width: auto;
    max-width: none;
    margin-bottom: -20px;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
  }

  .page-container.bgverydarkblue {
    object-fit: none;
    overflow: scroll;
  }

  .div-block-21 {
    align-self: auto;
    display: block;
  }

  .burgerclosed {
    display: block;
  }

  .div-block-24 {
    display: flex;
  }

  .containermw-1000 {
    z-index: 10;
    position: static;
  }

  .divfilter {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 56px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    position: fixed;
  }

  .linkfilters {
    border: 1px solid var(--medium-turquoise);
    color: var(--white);
    justify-content: space-between;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .linkfilters:hover {
    color: var(--medium-turquoise);
  }

  .linkfilters.close {
    display: none;
  }

  .sidebarcontentcontainer {
    justify-content: flex-start;
    margin-top: 56px;
  }

  .maxwidth66pc {
    padding-right: 0;
  }

  .paddingproducts {
    padding-left: 60px;
  }

  .col25pc {
    width: 100%;
    min-width: 100%;
  }

  .col25pc.mr-20 {
    flex: none;
    max-width: none;
  }

  .col60pc {
    flex: none;
    width: 100%;
  }

  .articlecontainer {
    flex-flow: column;
    display: flex;
  }

  .col75pc {
    flex: none;
    width: 100%;
  }

  .statistic {
    letter-spacing: -2px;
    font-size: 80px;
    line-height: 70px;
  }

  .div-block-30 {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
  }

  .statdiv {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .socialgrid {
    border-top-width: 1px;
    border-top-color: var(--medium-turquoise);
    margin-top: 0;
  }

  .mob_nav_dropdown_toggle {
    cursor: pointer;
    border-top: 1px solid #ffffff80;
    justify-content: space-between;
    padding: 15px 0;
    font-size: 20px;
    line-height: 20px;
  }

  .mob_nav_dropdown_toggle:hover {
    color: var(--white);
  }

  .ddcontainer {
    background-color: #0000;
    padding: 0;
  }

  .megadropwrap {
    flex-flow: row;
    width: 100%;
    display: flex;
  }

  .faq-container-2 {
    width: 100%;
    min-width: 0;
    margin-bottom: 0;
  }

  .sidebarcontentdark {
    padding-left: 60px;
  }

  .ddlist {
    position: absolute;
  }

  .ddlist.w--open {
    background-color: #0000;
    position: relative;
  }

  .nav_item_drop {
    z-index: 0;
    border-bottom: .5px dotted #fff;
    border-right-style: none;
    flex: 0 auto;
    padding: 15px 0;
    display: block;
  }

  .nav_item_drop.w--current {
    border-bottom-style: dotted;
  }

  .hidedesktop {
    display: block;
  }

  .socialgridmobile {
    border-top: 1px solid var(--medium-turquoise);
    margin-top: 50px;
    padding-top: 20px;
  }

  .hidemob {
    display: none;
  }

  .cartrowmobile {
    border-top: 1px solid var(--dark-blue);
    border-bottom: 1px none var(--very-dark-blue);
    padding-bottom: 20px;
    display: block;
    position: relative;
  }

  .flex-horizontal-stretch-mobile {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .techdropheader.textbutton.textwhite {
    padding-top: 10px;
  }

  .techlist {
    text-align: left;
    width: 100%;
  }

  .tech50pc {
    width: 100%;
  }

  .techcontainer {
    flex-direction: column;
  }

  .navbarmob {
    background-color: var(--dark-blue);
    width: 100%;
    display: block;
    inset: 0% 0% auto;
  }

  .mega_dropdown_sub_list_item {
    color: var(--white);
    width: 100%;
    padding-left: 60px;
  }

  .mega_dropdown_sub_list_item.blank {
    border-top-style: none;
  }

  .nav_item_mega {
    z-index: 0;
    border-bottom: .5px dotted #fff;
    border-right-style: none;
    height: 50px;
    padding: 15px 0;
    display: flex;
  }

  .nav_item_mega.w--current {
    border-bottom-style: dotted;
    padding-left: 0;
    padding-right: 0;
  }

  .mobnavdrop {
    z-index: 0;
    border-top: 1px solid #ffffff80;
    flex: 0 auto;
    height: auto;
    display: block;
  }

  .mobnavdrop.w--current {
    border-bottom-style: dotted;
  }

  .mob_sub_nav_dropdown_toggle {
    border-top-style: dotted;
    border-top-color: var(--medium-turquoise);
    color: var(--white);
    cursor: pointer;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-size: 20px;
    line-height: 20px;
  }

  .mobnavddlist {
    background-color: #0000;
    display: block;
  }

  .mobnavddlist.w--open {
    background-color: #0000;
    margin-top: 0;
    position: relative;
  }

  .mobnavddcontainer {
    background-color: #0000;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .dropcontainer {
    width: 100%;
    min-width: 0;
    padding-bottom: 60px;
  }

  ._120spacer {
    width: 200px;
    min-width: 200px;
    height: 250px;
    min-height: 250px;
  }

  .navdiv {
    z-index: 10;
  }

  .tabs-menu {
    height: 46px;
    display: flex;
  }

  .headingcontainer {
    background-color: var(--dark-blue);
  }

  .mobnavflex {
    z-index: 10;
    height: 100%;
  }

  .featureitem {
    width: 50%;
    max-width: none;
  }

  .featureitemcontent {
    flex-direction: column;
  }

  .featureimagelink {
    border-right-style: solid;
    flex: none;
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .featureimage {
    object-fit: cover;
  }

  .div-block-34 {
    border-top-style: none;
    width: 100%;
  }

  .careers66pc, .careers33pc, .careersitem {
    width: 100%;
  }

  .careercontent {
    flex-direction: column;
  }

  .griditemaccounts {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .darkgriditem {
    width: 33%;
    margin-left: 0;
    margin-right: 0;
  }

  .headercontainermw-1400 {
    z-index: 10;
    position: static;
  }

  .tech100pc {
    width: 100%;
  }

  .techcontainervertical {
    flex-direction: column;
  }

  .div-block-42 {
    display: flex;
  }

  .homeheaderpanelwrapper {
    z-index: 10;
  }

  .homescrollto {
    display: none;
  }

  .select-wrapper {
    margin-bottom: 0;
  }

  .formselect {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: 40px;
  }

  .popupcontent.padding-60-2 {
    width: 77.8453%;
  }

  .sidebarcontentintro {
    padding-left: 60px;
  }

  .megadropheaderwrap {
    flex-flow: row;
    width: 100%;
    display: flex;
  }

  .newproductsbtn.textbutton {
    align-items: center;
    min-height: 34px;
  }

  .button_dropdown_youspec.textbutton {
    align-items: center;
    min-height: 34px;
    display: flex;
  }

  .searchtxtmain {
    border-radius: 0;
    height: 40px;
  }

  .submitbtnsearch {
    height: 40px;
  }

  .homeheadersectionmob {
    background-image: none;
    height: auto;
    padding-top: 100px;
    display: block;
  }

  .homeheadervideomob {
    background-image: url('../images/Screenshot-2021-07-07-at-13.19.19.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
  }

  .buttonreset {
    align-items: center;
    height: 40px;
    display: flex;
  }

  .careerstext {
    width: 100%;
  }

  .linkreadmore:hover {
    color: var(--medium-turquoise);
    justify-content: flex-start;
    width: 100%;
  }

  .careerheader {
    flex-direction: column;
  }

  .teampopup {
    padding-top: 104px;
  }

  .portalheader {
    border-bottom: 1px #000;
  }

  .product_image_wrapper {
    width: 100%;
    position: static;
  }

  .bgbluehalf {
    background-image: none;
  }

  .div60pc {
    width: 100%;
  }

  .div60pc.quote {
    color: var(--dark-blue);
  }

  .aboutrow {
    flex-direction: column;
  }

  .aboutrow.flipmob {
    flex-direction: column-reverse;
    align-items: center;
  }

  .div40pcrightcarousel {
    color: var(--dark-blue);
    width: 100%;
    margin-bottom: 0;
  }

  .abouttxtblock {
    max-width: none;
  }

  .div40pcimage {
    width: 100%;
  }

  .div40pcleftcarousel {
    width: 100%;
    margin-bottom: 0;
  }

  .div-block-53 {
    flex-wrap: wrap;
  }

  .div-block-54 {
    width: 50%;
    height: 500px;
  }

  .div-block-54._01 {
    background-position: 50% 0;
  }

  .div-block-54._02 {
    background-position: 50% 100%;
  }

  .div-block-54._04 {
    background-position: 50% 0;
  }

  .home_cta_item {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .homeheaderoverlaymobile {
    display: block;
    position: static;
  }

  .div-block-57 {
    max-width: 240px;
  }

  .cmtablegrid {
    width: 100%;
  }

  .cmtablediv {
    flex-direction: column;
  }

  .cmtxtdiv.textwhite, .img70pc {
    width: 100%;
  }

  .tscslink {
    margin-top: 40px;
    inset: auto 0% 0% auto;
  }

  .frequenttablegrid {
    width: 100%;
  }

  .cashoutbtndiv {
    align-items: center;
  }

  .utility-page-content {
    margin-bottom: 0;
    padding-top: 0;
  }

  .div-block-66 {
    min-height: 300px;
  }

  .form-block-17 {
    width: 100%;
    margin-bottom: 0;
  }

  .div-block-51 {
    width: 100%;
  }

  .div-block-50 {
    flex-direction: column;
  }

  .div-block-67 {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
    position: absolute;
    inset: 10px 0% auto auto;
  }

  .buttonapply {
    height: 40px;
    display: flex;
  }

  .searchsidebardesk {
    height: 40px;
    display: none;
  }

  .browsealltxt {
    width: 100%;
    min-width: 100%;
    padding-right: 0;
  }

  .purplepatchfeature {
    flex-direction: column;
  }

  .basket-dropdown-container {
    display: none;
  }

  .texttag {
    line-height: 12px;
  }

  .basket-dropdown-wrapper {
    display: flex;
  }

  .cart_wrapper {
    grid-template-columns: auto;
    overflow: visible;
  }

  .cart_item_container {
    width: 100%;
    max-width: 100%;
  }

  .cart_item {
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .cart_item_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .home_panel_wrapper {
    flex-direction: column;
  }

  .home_panel_wrapper.flip {
    flex-direction: column-reverse;
  }

  .speech_mark {
    min-width: 50px;
  }

  .testimonial_txt {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial_txt.white {
    margin-left: 20px;
    margin-right: 20px;
  }

  .featured_grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer_logo_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .faq_container {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-top: 0;
  }

  .navbar {
    display: none;
  }

  .search_grid {
    grid-template-columns: 1fr 1fr;
  }

  .product_detail_grid {
    flex-direction: column;
    grid-template-columns: 2.05fr;
    display: flex;
  }

  .testimonial_product_wrapper {
    display: none;
  }

  .product_faq_container {
    width: 100%;
    min-width: 0;
    margin-bottom: -20px;
    padding-bottom: 0;
  }

  .product_cta_grid {
    grid-template-columns: 1fr;
  }

  .contact_spacer {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .nav-bar-mob-new {
    background-color: var(--dark-blue);
    flex-direction: column;
    width: 100%;
    display: flex;
    position: fixed;
  }

  .container {
    width: 100%;
    min-width: 100%;
    height: 65px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 40px;
  }

  .menu-button {
    padding: 20px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav_mob_wrapper {
    justify-content: space-between;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .image-30 {
    width: 180px;
    max-height: 55px;
  }

  .brand {
    display: flex;
  }

  .nav_drop_icon {
    width: 15px;
    height: 15px;
  }

  .nav_icon_line {
    width: 15px;
  }

  .mob_sub_nav_dropdown {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .mob_sub_nav_body {
    flex-direction: column;
    display: flex;
    overflow: hidden;
  }

  .mob_sub_nav_dropdown_wrapper {
    width: 100%;
    overflow: hidden;
  }

  .search_pagecontainer {
    padding-top: 100px;
  }

  .faqproductsbtn.textbutton {
    align-items: center;
    min-height: 34px;
  }

  .landing-headingcontainer {
    background-color: var(--dark-blue);
  }

  .landing-heroheader {
    height: 400px;
    position: static;
  }

  .news-article-header-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .news-article-text-wrapper {
    width: 100%;
    min-width: 100%;
  }

  .news-article-text-wrapper.mr-20 {
    flex: none;
    max-width: none;
  }

  .news-article-header {
    flex-flow: column;
    display: flex;
  }

  .news-article-image-wrapper {
    flex: none;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .flex-horizontal {
    align-items: stretch;
  }

  .heroheader.about {
    background-position: 100%;
  }

  .sidecolumn {
    opacity: 1;
    padding-top: 94px;
  }

  .padding-60-2 {
    display: flex;
  }

  .home_panel_img {
    padding-top: 70%;
  }

  .filters {
    width: 300px;
    padding-left: 30px;
  }

  .cartcrumb {
    margin-bottom: 5px;
  }

  .cartcrumbs {
    flex-direction: column;
  }

  .formgroup {
    width: 100%;
  }

  .spacer10.hidemob {
    display: none;
  }

  .flex-horizontal-wide {
    align-items: stretch;
  }

  .width75 {
    width: 100%;
  }

  .iconedit {
    margin-top: 15px;
  }

  .header-youspec {
    margin-top: 94px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .youspecchanellgriditem {
    min-width: 50%;
    max-width: 50%;
  }

  .youspeclabel {
    width: 100%;
    min-width: 100%;
  }

  .dashorderproduct.flex-horizontal {
    flex-direction: column;
  }

  .flex-horizontal-align-right {
    align-items: stretch;
  }

  .contact_grid {
    grid-template-columns: 1fr;
  }

  .homeheadersection {
    height: 50vh;
    margin-top: 90px;
  }

  .image-8 {
    height: 40px;
  }

  .logo {
    padding-left: 0;
  }

  .navcontainer {
    height: 60px;
    padding-left: 30px;
    padding-right: 11px;
    display: flex;
  }

  .nav-menu {
    min-height: auto;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
  }

  .textbutton.textwhite.hidemob {
    display: none;
  }

  .padding60all {
    overflow: scroll;
  }

  .padding60leftright {
    padding-left: 30px;
    padding-right: 30px;
  }

  .padding60leftrighttop {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .padding60leftrightbottom {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  ._60spacer._30mob {
    width: 30px;
    height: 30px;
  }

  ._10spacer.hidemob {
    display: none;
  }

  ._15spacer {
    min-width: 15px;
    min-height: 15px;
  }

  .page-container {
    padding-top: 94px;
  }

  .div-block-24 {
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
  }

  .divfilter {
    padding-left: 30px;
    padding-right: 30px;
  }

  .linkfilters:hover {
    color: var(--medium-turquoise);
  }

  .linkfilters.open {
    text-align: left;
    white-space: nowrap;
  }

  .linkfilters.close {
    white-space: nowrap;
  }

  .paddingproducts {
    padding: 60px 30px;
  }

  .col25pc {
    width: 100%;
    min-width: 100%;
  }

  .col25pc.mr-20, .col60pc {
    width: 100%;
  }

  .block-quote.textblue {
    padding-left: 0;
    padding-right: 0;
  }

  .newswidgetimage_x2 {
    flex-direction: column;
  }

  .newsimg_50pc {
    width: 100%;
  }

  .spacer20 {
    min-width: 20px;
  }

  .articlecontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .col75pc {
    width: 100%;
  }

  .statistic {
    font-size: 70px;
    line-height: 60px;
  }

  .div-block-30 {
    flex-wrap: wrap;
  }

  .statdiv {
    width: 33.33%;
  }

  .megadropwrap {
    align-items: stretch;
  }

  .header-smart-ask {
    margin-top: 94px;
  }

  .sidebarcontentdark {
    padding: 30px;
  }

  .careeritem {
    padding-left: 30px;
    padding-right: 30px;
  }

  .flex-horizontal-stretch-mobile {
    align-items: stretch;
  }

  .navbarmob {
    inset: 0% 0% auto;
  }

  .navdiv {
    height: 59.6307px;
  }

  .headingcontainer {
    padding-top: 94px;
  }

  .mobnavflex {
    height: 60px;
  }

  .darkgriditem {
    width: 50%;
  }

  .div-block-40 {
    margin-right: -20px;
  }

  .select-wrapper {
    margin-right: 0;
    padding-right: 0;
  }

  .sidebarcontentintro {
    padding: 30px;
  }

  .techadvicepanel {
    bottom: 100px;
  }

  .megadropheaderwrap {
    align-items: stretch;
  }

  .homeheadersectionmob {
    padding-top: 94px;
  }

  .sponsorlogolink {
    justify-content: center;
  }

  .textpart {
    white-space: nowrap;
  }

  .cabletxt {
    padding-bottom: 94px;
  }

  .pagecontainernews {
    padding-top: 94px;
  }

  .linkreadmore:hover {
    color: var(--medium-turquoise);
  }

  .teampopup {
    padding-top: 94px;
  }

  .product_image_wrapper {
    width: 100%;
  }

  .aboutrow.flipmob {
    align-items: flex-start;
  }

  .cmtablegrid {
    width: auto;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: scroll;
  }

  .cmtableheader, .cmtableicon.textgreen, .cmtablemoney.textgreen {
    min-width: 150px;
  }

  .scrolldiv {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }

  .frequenttablegrid {
    width: auto;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: scroll;
  }

  .tableheader {
    min-width: 150px;
  }

  .rohs3logodiv {
    width: 100%;
  }

  .rohs2logolink {
    justify-content: center;
  }

  .utility-page-wrap {
    padding: 30px;
  }

  .div-block-66 {
    background-position: 100%;
    min-height: 250px;
  }

  .tradecta {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tradectatxt {
    margin-left: 20px;
    margin-right: 20px;
  }

  .basket_overlay {
    align-items: flex-start;
    padding: 140px 20px 60px;
    display: none;
    overflow: scroll;
  }

  .cart_item_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .speech_mark {
    min-width: auto;
    max-width: 50px;
  }

  .home_intro_wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .padding60lr_margin60tb {
    padding-left: 30px;
    padding-right: 30px;
  }

  .search_pagecontainer {
    padding-top: 100px;
  }

  .landing-headingcontainer {
    padding-top: 94px;
  }

  .news-article-text-wrapper {
    width: 100%;
    min-width: 100%;
  }

  .news-article-text-wrapper.mr-20 {
    width: 100%;
  }

  .news-article-header {
    flex-direction: column;
    align-items: stretch;
  }

  .news-article-image-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .h1class {
    font-size: 50px;
    line-height: 50px;
  }

  .h1class.super {
    font-size: 60px;
    line-height: 65px;
  }

  .spacer-60 {
    height: 30px;
  }

  .text-white {
    width: 100%;
  }

  .flex-horizontal {
    flex-wrap: wrap;
    display: flex;
  }

  .flex-vertical-centre, .width-100 {
    width: auto;
  }

  .heroheader {
    height: 40vh;
  }

  .heroheader.careers {
    background-position: 50% 100%;
    height: 30vh;
  }

  .heroheader.team {
    background-position: 77%;
  }

  .heroheader.casestudies {
    background-position: 75%;
  }

  .heroheader.cablemiles {
    background-position: 76%;
  }

  .heroheader.about {
    background-position: 85%;
  }

  .navbardesk {
    z-index: 100;
  }

  .burgermenu.w--open {
    background-color: #0000;
    right: 0;
  }

  .hero-heading {
    font-size: 45px;
    line-height: 50px;
  }

  .boxitem {
    width: 100%;
  }

  .griditemcontent {
    border-style: solid;
  }

  .gridinfo {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .portalfooter {
    flex-direction: row;
    flex: none;
    display: flex;
  }

  .maxwidth550 {
    width: 100%;
  }

  .sidecolumn {
    opacity: 1;
  }

  .navcontainertop {
    z-index: 20;
    padding-left: 30px;
    padding-right: 30px;
  }

  .padding-60-2 {
    flex: none;
    padding: 60px 30px;
  }

  .home_panel_img {
    padding-top: 80%;
  }

  .filters {
    width: 100vw;
    padding-top: 134px;
  }

  .griditem {
    border-style: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .tab {
    border-bottom: 1px solid var(--white);
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .tab.w--current {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .cartfooterrow {
    justify-content: space-between;
  }

  .button-dark.textbutton {
    align-self: stretch;
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .formgroup, .column-7 {
    padding-right: 0;
  }

  .selectfield {
    margin-top: 10px;
  }

  .button-green.textbutton {
    min-height: 30px;
  }

  .imgbin {
    top: 12px;
  }

  .row70 {
    width: 100%;
  }

  .cartfooterrowactions {
    flex-direction: column;
    align-items: flex-start;
  }

  .row.flex-horizontal {
    flex-direction: column;
  }

  .flex-horizontal-wide {
    display: flex;
  }

  .formgroupselect {
    padding-right: 0;
  }

  .deliveryrow {
    flex-wrap: wrap;
  }

  .button_white.textbutton.textgreen.textcentre {
    margin-top: 5px;
  }

  .width15 {
    width: 100%;
  }

  .addressblock {
    flex: none;
    width: 100%;
  }

  .h-spacer-20 {
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }

  .button---choose-youspec {
    flex: none;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 1px;
    margin-right: 1px;
    font-size: 12px;
    line-height: 12px;
    display: block;
  }

  .modalgriditem {
    width: 100%;
  }

  .youspecleft {
    flex-direction: column;
    max-width: 100%;
    margin-right: 0;
  }

  .youspecselected {
    width: 100%;
  }

  .header-youspec {
    margin-top: 94px;
  }

  .youspec-layout-stagebox {
    position: relative;
  }

  .stageboximagetop, .stageboximagebottom {
    min-height: 40px;
  }

  .stageboxbuild {
    position: relative;
  }

  .stageboxrow {
    z-index: 0;
  }

  .stageboxrowbg {
    z-index: auto;
  }

  .stageboxitems {
    z-index: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .imgcover {
    width: 100%;
  }

  .youspecrightleft {
    flex-direction: column;
    width: 100%;
  }

  .youspecchannelgrid {
    margin-bottom: -20px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .youspecchanellgriditem {
    min-width: 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .youspeclabel {
    width: 100%;
  }

  .checkbox-field-right {
    justify-content: space-between;
    padding-right: 0;
  }

  .youspecconnectorimage2 {
    width: auto;
  }

  .flex-grow.flex-horizontal {
    flex-direction: column;
  }

  .dashorderheader, .dashorderbody, .dashorderfooter {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-dash-orderinfo.textbutton {
    background-position: 100%;
    background-size: auto 10px;
    padding-left: 0;
  }

  .tab-dashboard {
    padding-top: 9px;
  }

  .flex-horizontal-align-right {
    display: flex;
  }

  .contact_grid {
    justify-items: stretch;
  }

  .contact_grid_item {
    width: auto;
  }

  .homeheadersection {
    height: 35vh;
    margin-top: 90px;
    position: relative;
  }

  .homeheaderpanel {
    height: auto;
  }

  .nav_item, .nav_item.w--current {
    border-bottom-style: none;
    border-bottom-width: 1px;
  }

  .logo {
    z-index: 100;
    width: 210px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .logo.w--current {
    width: 210px;
  }

  .navcontainer {
    z-index: 20;
    padding-left: 30px;
    padding-right: 12px;
  }

  .nav-menu {
    height: 100vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h2class.textgreen {
    line-height: 30px;
  }

  .padding60all {
    padding-left: 30px;
    padding-right: 30px;
    overflow: visible;
  }

  .padding60leftright {
    opacity: 1;
  }

  .flexhcentrecentre.verticlemob {
    flex-direction: column;
    align-items: center;
  }

  .flexhcentrecentre.verticlemob.stretchmob {
    align-items: stretch;
  }

  .youspecstack, .youspecheader {
    width: 100%;
  }

  .youspecstep1left {
    flex-direction: column;
    max-width: none;
    margin-left: -10px;
    margin-right: -10px;
  }

  .youspecstep3left {
    flex-direction: column;
    max-width: none;
    margin-right: -10px;
  }

  .page-container {
    padding-top: 94px;
  }

  .topbarnav {
    border-right-style: none;
  }

  .div-block-23 {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-24 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .linkmore {
    white-space: nowrap;
  }

  .divfilter {
    border-bottom: 1px none var(--medium-turquoise);
    flex-direction: column-reverse;
    align-items: center;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .linkfilters {
    width: 100%;
  }

  .linkfilters:hover {
    color: var(--medium-turquoise);
    justify-content: space-between;
  }

  .sidebarcontentcontainer {
    margin-top: 113px;
  }

  .sidebarcontentcontainer.technical {
    margin-top: 64px;
  }

  .maxwidth66pc {
    width: 100%;
  }

  .articlecontainer {
    display: flex;
  }

  .statistic {
    font-size: 90px;
    line-height: 80px;
  }

  .statdiv {
    width: 100%;
  }

  .megadropwrap {
    display: flex;
  }

  .header-smart-ask {
    margin-top: 94px;
  }

  .nav_item_drop, .nav_item_drop.w--current {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
  }

  .careeritem {
    flex-direction: column;
    padding: 15px;
  }

  .hidedesktop {
    padding-right: 80px;
  }

  .cartrowmobile {
    width: 100%;
    margin-bottom: 0;
  }

  .flex-horizontal-stretch-mobile {
    display: flex;
  }

  .tech50pc-50pc {
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px;
  }

  .tech50container {
    flex-direction: column;
  }

  .nav_item_mega, .nav_item_mega.w--current, .mobnavdrop, .mobnavdrop.w--current {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
  }

  .tabs-menu {
    flex-direction: column;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .headingcontainer {
    padding-top: 94px;
  }

  .featureitem {
    width: 100%;
  }

  .featureitemcontent {
    border-style: solid;
  }

  .careers66pc {
    border-right-style: none;
    width: 100%;
    padding-right: 0;
  }

  .careers33pc {
    width: 100%;
  }

  .careercontent {
    flex-direction: column;
  }

  .griditemaccounts, .darkgriditem {
    border-style: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .maxwidth700 {
    width: 100%;
  }

  .div-block-39 {
    flex-direction: row;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: none;
    margin: 5px 0;
  }

  .div-block-40 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .homeheaderpanelwrapper {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .maxwidth900 {
    width: 100%;
  }

  .youspecnavwrapper {
    justify-content: space-between;
    width: 100%;
  }

  .dividervertical {
    border-right: 1px dotted var(--white);
    height: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .select-wrapper {
    padding-right: 0;
  }

  .popupnotification {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .popupcontent.padding-60-2 {
    text-align: center;
    width: 100%;
    min-width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .maxwidth800 {
    width: 100%;
  }

  .techadvicepanel {
    bottom: 100px;
  }

  .soundbutton {
    margin-bottom: 10px;
  }

  .megadropheaderwrap {
    display: flex;
  }

  .searchformblock {
    width: 100%;
  }

  .homeheadervideomob {
    min-height: 40vh;
  }

  .sponsorlogodiv {
    width: 100%;
  }

  .cabletxt {
    padding-bottom: 85px;
  }

  .maxwidth200 {
    width: 100%;
  }

  .pagecontainernews {
    padding-top: 94px;
  }

  .careerheader {
    flex-direction: column;
  }

  .popitemcontent {
    border-style: none;
  }

  .portalheader {
    flex-direction: row;
    flex: none;
    display: flex;
  }

  .slider {
    width: 100%;
  }

  .div-block-54 {
    width: 100%;
    height: 400px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .home_cta_item {
    border-style: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-57 {
    width: 100%;
    max-width: none;
  }

  .textright {
    text-align: right;
  }

  .dashboardlink {
    justify-content: flex-start;
    margin-top: 20px;
    position: static;
  }

  .cmtablegrid {
    padding-right: 30px;
  }

  .tscslink {
    position: static;
  }

  .div-block-62 {
    flex: none;
    width: auto;
  }

  .frequenttablegrid {
    padding-right: 30px;
  }

  .rohs3logodiv {
    justify-content: flex-start;
    width: 100%;
  }

  .checkbox-field-5 {
    justify-content: flex-start;
  }

  .checkbox-label-2, .text-block-4 {
    text-align: left;
  }

  .cashoutbutton.textbutton {
    white-space: nowrap;
  }

  .cmspendtxt {
    flex: 1;
    width: auto;
  }

  .maxwidth350 {
    width: 100%;
  }

  .div-block-65 {
    position: static;
    overflow: visible;
  }

  .div-block-66 {
    background-image: url('../images/CableMiles_Header_1.jpg');
    background-position: 56%;
    background-size: cover;
    flex-direction: row;
    flex: 0 auto;
    width: 100%;
    display: flex;
  }

  .tradefromgrid {
    grid-template-columns: 1fr;
  }

  .youspecguest {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .searchsidebardesk {
    max-width: none;
  }

  .search_page_intro_txt {
    flex-direction: column;
  }

  .vdlogo {
    width: 75%;
    min-width: 75%;
    padding-top: 20px;
    padding-left: 0;
  }

  .browsealltxt {
    width: 100%;
  }

  .checkbox-field-6 {
    align-items: flex-start;
  }

  .checkbox-2 {
    margin-top: 2px;
  }

  .tradecta {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tradectatxt {
    margin: 20px 0;
  }

  .trade_till_img {
    height: 45px;
    margin-left: 16px;
  }

  .trade_trolley_img {
    height: 50px;
    margin-right: 10px;
  }

  .purplepatchfeature {
    border-style: solid;
  }

  .basket-dropdown-container {
    width: 100vw;
    min-width: auto;
    max-width: none;
    min-height: 100vh;
    overflow: scroll;
  }

  .basket-dropdown-detail-stretch {
    flex-wrap: wrap;
  }

  .basket-dropdown-quantity-pricing {
    white-space: nowrap;
    flex-wrap: wrap;
  }

  .rollover-up, .rollover-over {
    width: 12px;
    min-width: 12px;
    height: 12px;
    min-height: 12px;
  }

  .basket-dropdown-wrapper {
    max-height: 100vh;
    padding-bottom: 30px;
    right: -30px;
    overflow: scroll;
  }

  ._80spacer {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
    display: flex;
  }

  .cart_item_grid {
    grid-template-columns: 1fr 1fr;
  }

  .cart_note_form {
    margin-top: 0;
  }

  .div-block-88 {
    flex-direction: column;
  }

  .home_intro_txt {
    width: 100%;
  }

  .home_panel_text_wrapper, .page_max_width._60_t_b_l_r {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testemonial_wrapper {
    flex-direction: column;
    align-items: center;
  }

  .testimonial_slider {
    width: 100%;
    max-width: none;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .testimonial_txt.white {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial_slide_container {
    width: 100%;
  }

  .home_intro_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .featured_grid, .footer-grid, .footer_logo_grid {
    grid-template-columns: 1fr;
  }

  .faq_button {
    padding-right: 0;
  }

  .search_grid {
    grid-template-columns: 1fr;
  }

  .product_part_no {
    margin-bottom: 0;
  }

  .product_prices_grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .savings_badge {
    top: -15px;
    right: 0%;
  }

  .testimonial_slider_product {
    width: 100%;
    max-width: none;
  }

  .product_faq_button {
    padding-right: 0;
  }

  .padding60lr_margin60tb {
    overflow: visible;
  }

  .procuct_cta_image {
    padding-top: 75%;
  }

  .advice_link {
    color: var(--dark-blue);
  }

  .container {
    padding-left: 30px;
    padding-right: 10px;
  }

  .image-30 {
    width: 140px;
  }

  .product-header-text {
    font-size: 35px;
    line-height: 35px;
  }

  .landing-headingcontainer {
    padding-top: 94px;
  }

  .landing-heroheader {
    height: 40vh;
  }

  .news-article-header {
    display: flex;
  }

  .qr-code {
    width: 120px;
  }
}

#w-node-b4f208f6-237b-2c2f-0d4c-f367b603ccd0-57d9c450, #w-node-_380239e1-77ec-e7a2-6f1e-8d8ae01a0052-57d9c450, #w-node-_2afd486d-f0bf-059b-e542-936685b7ae0a-57d9c450, #w-node-caf79fcc-2ff2-062a-5952-02823f8851dd-57d9c450, #w-node-_5f526f0e-dfeb-221b-6155-b906c0f5fd7c-ec38c2cf, #w-node-_35f94026-d1e9-d2f8-b26f-2bb307fc242e-ec38c2cf, #w-node-b1e23889-5c07-ef91-64d9-e9cdd0490cb7-ec38c2cf, #w-node-_9a749705-8ba2-9c80-aa4a-aea4a64ccc20-ec38c2cf, #w-node-f7ba042f-255a-6803-7689-9f92f60b6f18-ec38c2cf, #w-node-_203a5b84-62ed-0f93-01c0-a626f10020c9-ec38c2cf, #w-node-_80d55807-dadc-3493-9244-b5e36ecd3d63-6ecd3d38, #w-node-e94a90e9-31d9-957a-989b-0effe6a593e8-e1d9c458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5db1eea3-3717-95dc-b06e-388151306350-e1d9c458 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: auto;
}

#w-node-_64830ce9-2f64-4ef5-46c8-b1df296a9d1d-e1d9c458, #w-node-ba9fcf2e-e93d-fa40-1e93-1703d37a9716-e1d9c458, #w-node-c3c08301-30f2-4b2f-bad4-5956b13f9f06-e1d9c458, #w-node-e70748f8-37ab-2932-1809-a5a7c0c8c73d-e1d9c458, #w-node-dcc8caa7-abc3-2305-417d-1f133fc18250-e1d9c458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0b3ac5a8-32f7-ab7b-708d-6911f0e7f861-e1d9c458 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: auto;
}

#w-node-_0b3ac5a8-32f7-ab7b-708d-6911f0e7f868-e1d9c458, #w-node-_0b3ac5a8-32f7-ab7b-708d-6911f0e7f86e-e1d9c458, #w-node-_0b3ac5a8-32f7-ab7b-708d-6911f0e7f879-e1d9c458, #w-node-_0b3ac5a8-32f7-ab7b-708d-6911f0e7f87f-e1d9c458, #w-node-_0b3ac5a8-32f7-ab7b-708d-6911f0e7f885-e1d9c458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_8064bd41-950f-f6b8-6547-65c114b7926b-e1d9c458 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: auto;
}

#w-node-_8064bd41-950f-f6b8-6547-65c114b79272-e1d9c458, #w-node-_8064bd41-950f-f6b8-6547-65c114b79278-e1d9c458, #w-node-_8064bd41-950f-f6b8-6547-65c114b79283-e1d9c458, #w-node-_8064bd41-950f-f6b8-6547-65c114b79289-e1d9c458, #w-node-_8064bd41-950f-f6b8-6547-65c114b7928f-e1d9c458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-bb19dd6d-afd3-093d-3996-a37580a3cf9c-e1d9c458 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: auto;
}

#w-node-bb19dd6d-afd3-093d-3996-a37580a3cfa3-e1d9c458, #w-node-bb19dd6d-afd3-093d-3996-a37580a3cfa9-e1d9c458, #w-node-bb19dd6d-afd3-093d-3996-a37580a3cfb4-e1d9c458, #w-node-bb19dd6d-afd3-093d-3996-a37580a3cfba-e1d9c458, #w-node-bb19dd6d-afd3-093d-3996-a37580a3cfc0-e1d9c458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_7fb66cbb-55fc-c077-ec28-fda14f691601-e1d9c458 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: auto;
}

#w-node-_7fb66cbb-55fc-c077-ec28-fda14f691608-e1d9c458, #w-node-_7fb66cbb-55fc-c077-ec28-fda14f69160e-e1d9c458, #w-node-_7fb66cbb-55fc-c077-ec28-fda14f691619-e1d9c458, #w-node-_7fb66cbb-55fc-c077-ec28-fda14f69161f-e1d9c458, #w-node-_7fb66cbb-55fc-c077-ec28-fda14f691625-e1d9c458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-a11f062c-ca50-257c-57f2-1d143117b27c-e1d9c458 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: auto;
}

#w-node-a11f062c-ca50-257c-57f2-1d143117b283-e1d9c458, #w-node-a11f062c-ca50-257c-57f2-1d143117b289-e1d9c458, #w-node-a11f062c-ca50-257c-57f2-1d143117b294-e1d9c458, #w-node-a11f062c-ca50-257c-57f2-1d143117b29a-e1d9c458, #w-node-a11f062c-ca50-257c-57f2-1d143117b2a0-e1d9c458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-e1aab524-d244-3630-6d92-d65119447db4-e1d9c458 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: auto;
}

#w-node-e1aab524-d244-3630-6d92-d65119447dbb-e1d9c458, #w-node-e1aab524-d244-3630-6d92-d65119447dc1-e1d9c458, #w-node-e1aab524-d244-3630-6d92-d65119447dcc-e1d9c458, #w-node-e1aab524-d244-3630-6d92-d65119447dd2-e1d9c458, #w-node-e1aab524-d244-3630-6d92-d65119447dd8-e1d9c458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_03dcae3b-7329-e1af-9869-ba539872b936-e1d9c458 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: auto;
}

#w-node-_03dcae3b-7329-e1af-9869-ba539872b93d-e1d9c458, #w-node-_03dcae3b-7329-e1af-9869-ba539872b943-e1d9c458, #w-node-_03dcae3b-7329-e1af-9869-ba539872b94e-e1d9c458, #w-node-_03dcae3b-7329-e1af-9869-ba539872b954-e1d9c458, #w-node-_03dcae3b-7329-e1af-9869-ba539872b95a-e1d9c458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-d694f014-53b4-518e-d853-09a153cd8f92-e1d9c458 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: auto;
}

#w-node-d694f014-53b4-518e-d853-09a153cd8f99-e1d9c458, #w-node-d694f014-53b4-518e-d853-09a153cd8f9f-e1d9c458, #w-node-d694f014-53b4-518e-d853-09a153cd8faa-e1d9c458, #w-node-d694f014-53b4-518e-d853-09a153cd8fb0-e1d9c458, #w-node-d694f014-53b4-518e-d853-09a153cd8fb6-e1d9c458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_2bb87dde-6e3f-4b14-42fb-43eab5f2f9b6-e1d9c458 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: auto;
}

#w-node-_2bb87dde-6e3f-4b14-42fb-43eab5f2f9bd-e1d9c458, #w-node-_2bb87dde-6e3f-4b14-42fb-43eab5f2f9c3-e1d9c458, #w-node-_2bb87dde-6e3f-4b14-42fb-43eab5f2f9ce-e1d9c458, #w-node-_2bb87dde-6e3f-4b14-42fb-43eab5f2f9d4-e1d9c458, #w-node-_2bb87dde-6e3f-4b14-42fb-43eab5f2f9da-e1d9c458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-c3677f44-6be3-e86a-11ce-a80c0112116d-e1d9c458 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: auto;
}

#w-node-c3677f44-6be3-e86a-11ce-a80c01121174-e1d9c458, #w-node-c3677f44-6be3-e86a-11ce-a80c0112117a-e1d9c458, #w-node-c3677f44-6be3-e86a-11ce-a80c01121185-e1d9c458, #w-node-c3677f44-6be3-e86a-11ce-a80c0112118b-e1d9c458, #w-node-c3677f44-6be3-e86a-11ce-a80c01121191-e1d9c458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-e6ae043e-eaac-ce83-9fc2-2176136e2a73-e1d9c458 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: auto;
}

#w-node-e6ae043e-eaac-ce83-9fc2-2176136e2a7a-e1d9c458, #w-node-e6ae043e-eaac-ce83-9fc2-2176136e2a80-e1d9c458, #w-node-e6ae043e-eaac-ce83-9fc2-2176136e2a8b-e1d9c458, #w-node-e6ae043e-eaac-ce83-9fc2-2176136e2a91-e1d9c458, #w-node-e6ae043e-eaac-ce83-9fc2-2176136e2a97-e1d9c458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_8452dd1f-c490-1139-7530-aa23fad29e15-e1d9c458 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: auto;
}

#w-node-_8452dd1f-c490-1139-7530-aa23fad29e1c-e1d9c458, #w-node-_8452dd1f-c490-1139-7530-aa23fad29e22-e1d9c458, #w-node-_8452dd1f-c490-1139-7530-aa23fad29e2d-e1d9c458, #w-node-_8452dd1f-c490-1139-7530-aa23fad29e33-e1d9c458, #w-node-_8452dd1f-c490-1139-7530-aa23fad29e39-e1d9c458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_82373a9e-6f53-8e76-24e7-c98a5ab1d563-e1d9c458 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: auto;
}

#w-node-_82373a9e-6f53-8e76-24e7-c98a5ab1d56a-e1d9c458, #w-node-_82373a9e-6f53-8e76-24e7-c98a5ab1d570-e1d9c458, #w-node-_82373a9e-6f53-8e76-24e7-c98a5ab1d57b-e1d9c458, #w-node-_82373a9e-6f53-8e76-24e7-c98a5ab1d581-e1d9c458, #w-node-_82373a9e-6f53-8e76-24e7-c98a5ab1d587-e1d9c458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0dd56935-9046-b37f-2ae8-088db5e214f0-e1d9c458 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: auto;
}

#w-node-_0dd56935-9046-b37f-2ae8-088db5e214f7-e1d9c458, #w-node-_0dd56935-9046-b37f-2ae8-088db5e214fd-e1d9c458, #w-node-_0dd56935-9046-b37f-2ae8-088db5e21508-e1d9c458, #w-node-_0dd56935-9046-b37f-2ae8-088db5e2150e-e1d9c458, #w-node-_0dd56935-9046-b37f-2ae8-088db5e21514-e1d9c458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-c4ddd960-94a5-633f-83d6-81758232a539-e1d9c458 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: auto;
}

#w-node-c4ddd960-94a5-633f-83d6-81758232a540-e1d9c458, #w-node-c4ddd960-94a5-633f-83d6-81758232a546-e1d9c458, #w-node-c4ddd960-94a5-633f-83d6-81758232a551-e1d9c458, #w-node-c4ddd960-94a5-633f-83d6-81758232a557-e1d9c458, #w-node-c4ddd960-94a5-633f-83d6-81758232a55d-e1d9c458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_4e0f411f-c092-8552-71cd-0abd39525f05-e1d9c458 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: auto;
}

#w-node-_4e0f411f-c092-8552-71cd-0abd39525f0c-e1d9c458, #w-node-_4e0f411f-c092-8552-71cd-0abd39525f12-e1d9c458, #w-node-_4e0f411f-c092-8552-71cd-0abd39525f1d-e1d9c458, #w-node-_4e0f411f-c092-8552-71cd-0abd39525f23-e1d9c458, #w-node-_4e0f411f-c092-8552-71cd-0abd39525f29-e1d9c458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_1a1ab06a-156d-c8d3-d254-97b1dce9a3a9-32d9c459, #w-node-f0709686-7eed-1904-7b1a-df727c08d110-32d9c459, #w-node-c91fe078-c244-4ec7-e545-cac1522f23cf-32d9c459, #w-node-_5f80e80d-0388-a0c3-a808-155fc3f1c58b-32d9c459, #w-node-a62979c9-5656-5746-5b42-0103b785b15f-32d9c459, #w-node-c7ac4e73-1eda-8b2c-a932-d9efb147439d-32d9c459, #w-node-e46c8736-de7b-f88d-66ce-a793cbc985e5-32d9c459, #w-node-a48c5e3d-76b0-d358-951d-f3ca4dd5af2a-32d9c459, #w-node-d5c42ccd-564a-50e5-3b03-07210ca48002-32d9c459, #w-node-_69ff3569-b96f-603c-224b-6dbeefd9d638-32d9c459, #w-node-_30eb4bb2-5d73-c9d8-8a77-4ff3788d961b-32d9c459, #w-node-dcd17ae5-7caf-00c2-45f4-ae888b95b540-32d9c459, #w-node-_8c60c04a-104b-35b8-bc12-4401b86af23f-32d9c459, #w-node-_8c60c04a-104b-35b8-bc12-4401b86af242-32d9c459, #w-node-_8c60c04a-104b-35b8-bc12-4401b86af243-32d9c459, #w-node-_8c60c04a-104b-35b8-bc12-4401b86af246-32d9c459, #w-node-_8c60c04a-104b-35b8-bc12-4401b86af249-32d9c459, #w-node-_8c60c04a-104b-35b8-bc12-4401b86af24c-32d9c459, #w-node-_8c60c04a-104b-35b8-bc12-4401b86af24f-32d9c459, #w-node-cca7128b-c8eb-d826-ac07-2319b2a121c8-32d9c459, #w-node-cca7128b-c8eb-d826-ac07-2319b2a121cb-32d9c459, #w-node-cca7128b-c8eb-d826-ac07-2319b2a121cc-32d9c459, #w-node-cca7128b-c8eb-d826-ac07-2319b2a121cf-32d9c459, #w-node-cca7128b-c8eb-d826-ac07-2319b2a121d2-32d9c459, #w-node-cca7128b-c8eb-d826-ac07-2319b2a121d5-32d9c459, #w-node-cca7128b-c8eb-d826-ac07-2319b2a121d8-32d9c459, #w-node-_21e92c98-8a89-6ae3-d170-0079f581b945-32d9c459, #w-node-_21e92c98-8a89-6ae3-d170-0079f581b948-32d9c459, #w-node-_21e92c98-8a89-6ae3-d170-0079f581b949-32d9c459, #w-node-_21e92c98-8a89-6ae3-d170-0079f581b94c-32d9c459, #w-node-_21e92c98-8a89-6ae3-d170-0079f581b94f-32d9c459, #w-node-_21e92c98-8a89-6ae3-d170-0079f581b952-32d9c459, #w-node-_21e92c98-8a89-6ae3-d170-0079f581b955-32d9c459 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c150535c-2cb1-4832-488c-1e6dfd35ba54-bad9c461 {
  grid-area: 1 / 1 / 5 / 2;
}

#w-node-_52f4bf04-ebbb-bfe3-a09e-f6820ff01bfa-bad9c461 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f22667ce-1825-d27e-a87e-ebbfa307b3c0-bad9c461 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5af19f91-f0f0-a10a-67c6-0d3a61ef09fa-bad9c461 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_1129df5f-022c-159c-33d3-dff48806a5b4-bad9c461 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-e5b587b3-2ff1-d44f-4d2f-1914b727f124-bad9c461 {
  grid-area: 1 / 3 / 5 / 4;
}

#w-node-a4e0f693-896f-0a4c-a7b7-503a6e36ab93-bad9c461 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_2a547b6c-14e6-602d-eea7-c52f16a382d0-cbd9c474, #w-node-a1c3f282-719b-763d-d2f6-0814a9a0c0e3-cbd9c474, #w-node-c1640a65-0298-8465-faf0-f1f1099551a3-cbd9c474, #w-node-c1640a65-0298-8465-faf0-f1f1099551ad-cbd9c474, #w-node-c1640a65-0298-8465-faf0-f1f1099551b7-cbd9c474 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1640a65-0298-8465-faf0-f1f1099551d0-cbd9c474 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-c1640a65-0298-8465-faf0-f1f1099551d1-cbd9c474 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_1b61fe62-132c-b3b9-39be-54a58519a1a8-cbd9c474 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_065ad0be-ec44-30ec-9753-8aaca824aa53-cbd9c474, #w-node-_8738e6ae-17cc-5f61-6055-36bf8a1180f0-cbd9c474, #w-node-d0ec5416-afe5-ef5e-0801-c1921f8be1f7-cbd9c474, #w-node-d76a114e-eace-b654-204e-d57b475654bf-cbd9c474, #w-node-_821c3c57-c747-682d-24db-5dca9c98f84e-cbd9c474, #w-node-_821c3c57-c747-682d-24db-5dca9c98f871-cbd9c474, #w-node-_821c3c57-c747-682d-24db-5dca9c98f894-cbd9c474, #w-node-_821c3c57-c747-682d-24db-5dca9c98f8b7-cbd9c474, #w-node-faabd85a-fc73-fdb9-ac9b-3d0d22239a06-cbd9c474, #w-node-db10d295-fdd0-a5a0-3cb3-857b479d087b-cbd9c474, #w-node-_7df8e6b8-3c82-06a2-1d41-0c8c17d0d7f3-ced9c475, #w-node-_870afaa7-8562-0423-8fa2-5403179a4a78-ced9c475, #w-node-_1adc612c-2959-c682-7600-6a12f6ad4331-ced9c475, #w-node-f3e1d470-e754-af43-065e-8b209cf2dce9-ced9c475, #w-node-b4ba8855-6ca4-339c-16c7-ca43f724740c-ced9c475, #w-node-b94627a5-8561-4848-78c6-7bbe195220af-ced9c475, #w-node-ea45e313-3001-542f-f5ef-23c05d536d6d-ced9c475, #w-node-_5aa82a45-9d1d-7f97-e3b8-be47e41c7b93-ced9c475, #w-node-_0398a5bc-6455-c0f0-c1fd-3d969633896a-ced9c475, #w-node-cd2313b4-6b41-4631-035f-d775d4a9bb05-ced9c475, #w-node-_725771b1-e777-fa42-11b8-b6c7f7d7939c-ced9c475, #w-node-_14c07f43-86f0-43c5-20b3-8635bfbe9fdc-ced9c475, #w-node-e070e476-2216-a62a-c65e-87ddfab89fb3-210d4ea7, #w-node-e070e476-2216-a62a-c65e-87ddfab89fbe-210d4ea7, #w-node-ac00e7c7-26f9-d379-6477-fed3fbf9e21b-aef9d381, #w-node-ac00e7c7-26f9-d379-6477-fed3fbf9e23e-aef9d381, #w-node-ac00e7c7-26f9-d379-6477-fed3fbf9e261-aef9d381, #w-node-ac00e7c7-26f9-d379-6477-fed3fbf9e284-aef9d381, #w-node-c24c61ee-f3e0-efeb-900e-483a1002bea2-aef9d381, #w-node-c24c61ee-f3e0-efeb-900e-483a1002bead-aef9d381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-a4e0f693-896f-0a4c-a7b7-503a6e36ab93-bad9c461 {
    grid-row: span 3 / span 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5db1eea3-3717-95dc-b06e-388151306350-e1d9c458 {
    grid-column: span 5 / span 5;
  }

  #w-node-_64830ce9-2f64-4ef5-46c8-b1df296a9d1d-e1d9c458, #w-node-ba9fcf2e-e93d-fa40-1e93-1703d37a9716-e1d9c458, #w-node-c3c08301-30f2-4b2f-bad4-5956b13f9f06-e1d9c458, #w-node-e70748f8-37ab-2932-1809-a5a7c0c8c73d-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0b3ac5a8-32f7-ab7b-708d-6911f0e7f861-e1d9c458 {
    grid-column: span 5 / span 5;
  }

  #w-node-_0b3ac5a8-32f7-ab7b-708d-6911f0e7f868-e1d9c458, #w-node-_0b3ac5a8-32f7-ab7b-708d-6911f0e7f86e-e1d9c458, #w-node-_0b3ac5a8-32f7-ab7b-708d-6911f0e7f879-e1d9c458, #w-node-_0b3ac5a8-32f7-ab7b-708d-6911f0e7f87f-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8064bd41-950f-f6b8-6547-65c114b7926b-e1d9c458 {
    grid-column: span 5 / span 5;
  }

  #w-node-_8064bd41-950f-f6b8-6547-65c114b79272-e1d9c458, #w-node-_8064bd41-950f-f6b8-6547-65c114b79278-e1d9c458, #w-node-_8064bd41-950f-f6b8-6547-65c114b79283-e1d9c458, #w-node-_8064bd41-950f-f6b8-6547-65c114b79289-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-bb19dd6d-afd3-093d-3996-a37580a3cf9c-e1d9c458 {
    grid-column: span 5 / span 5;
  }

  #w-node-bb19dd6d-afd3-093d-3996-a37580a3cfa3-e1d9c458, #w-node-bb19dd6d-afd3-093d-3996-a37580a3cfa9-e1d9c458, #w-node-bb19dd6d-afd3-093d-3996-a37580a3cfb4-e1d9c458, #w-node-bb19dd6d-afd3-093d-3996-a37580a3cfba-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7fb66cbb-55fc-c077-ec28-fda14f691601-e1d9c458 {
    grid-column: span 5 / span 5;
  }

  #w-node-_7fb66cbb-55fc-c077-ec28-fda14f691608-e1d9c458, #w-node-_7fb66cbb-55fc-c077-ec28-fda14f69160e-e1d9c458, #w-node-_7fb66cbb-55fc-c077-ec28-fda14f691619-e1d9c458, #w-node-_7fb66cbb-55fc-c077-ec28-fda14f69161f-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-a11f062c-ca50-257c-57f2-1d143117b27c-e1d9c458 {
    grid-column: span 5 / span 5;
  }

  #w-node-a11f062c-ca50-257c-57f2-1d143117b283-e1d9c458, #w-node-a11f062c-ca50-257c-57f2-1d143117b289-e1d9c458, #w-node-a11f062c-ca50-257c-57f2-1d143117b294-e1d9c458, #w-node-a11f062c-ca50-257c-57f2-1d143117b29a-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-e1aab524-d244-3630-6d92-d65119447db4-e1d9c458 {
    grid-column: span 5 / span 5;
  }

  #w-node-e1aab524-d244-3630-6d92-d65119447dbb-e1d9c458, #w-node-e1aab524-d244-3630-6d92-d65119447dc1-e1d9c458, #w-node-e1aab524-d244-3630-6d92-d65119447dcc-e1d9c458, #w-node-e1aab524-d244-3630-6d92-d65119447dd2-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-_03dcae3b-7329-e1af-9869-ba539872b936-e1d9c458 {
    grid-column: span 5 / span 5;
  }

  #w-node-_03dcae3b-7329-e1af-9869-ba539872b93d-e1d9c458, #w-node-_03dcae3b-7329-e1af-9869-ba539872b943-e1d9c458, #w-node-_03dcae3b-7329-e1af-9869-ba539872b94e-e1d9c458, #w-node-_03dcae3b-7329-e1af-9869-ba539872b954-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-d694f014-53b4-518e-d853-09a153cd8f92-e1d9c458 {
    grid-column: span 5 / span 5;
  }

  #w-node-d694f014-53b4-518e-d853-09a153cd8f99-e1d9c458, #w-node-d694f014-53b4-518e-d853-09a153cd8f9f-e1d9c458, #w-node-d694f014-53b4-518e-d853-09a153cd8faa-e1d9c458, #w-node-d694f014-53b4-518e-d853-09a153cd8fb0-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2bb87dde-6e3f-4b14-42fb-43eab5f2f9b6-e1d9c458 {
    grid-column: span 5 / span 5;
  }

  #w-node-_2bb87dde-6e3f-4b14-42fb-43eab5f2f9bd-e1d9c458, #w-node-_2bb87dde-6e3f-4b14-42fb-43eab5f2f9c3-e1d9c458, #w-node-_2bb87dde-6e3f-4b14-42fb-43eab5f2f9ce-e1d9c458, #w-node-_2bb87dde-6e3f-4b14-42fb-43eab5f2f9d4-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-c3677f44-6be3-e86a-11ce-a80c0112116d-e1d9c458 {
    grid-column: span 5 / span 5;
  }

  #w-node-c3677f44-6be3-e86a-11ce-a80c01121174-e1d9c458, #w-node-c3677f44-6be3-e86a-11ce-a80c0112117a-e1d9c458, #w-node-c3677f44-6be3-e86a-11ce-a80c01121185-e1d9c458, #w-node-c3677f44-6be3-e86a-11ce-a80c0112118b-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-e6ae043e-eaac-ce83-9fc2-2176136e2a73-e1d9c458 {
    grid-column: span 5 / span 5;
  }

  #w-node-e6ae043e-eaac-ce83-9fc2-2176136e2a7a-e1d9c458, #w-node-e6ae043e-eaac-ce83-9fc2-2176136e2a80-e1d9c458, #w-node-e6ae043e-eaac-ce83-9fc2-2176136e2a8b-e1d9c458, #w-node-e6ae043e-eaac-ce83-9fc2-2176136e2a91-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8452dd1f-c490-1139-7530-aa23fad29e15-e1d9c458 {
    grid-column: span 5 / span 5;
  }

  #w-node-_8452dd1f-c490-1139-7530-aa23fad29e1c-e1d9c458, #w-node-_8452dd1f-c490-1139-7530-aa23fad29e22-e1d9c458, #w-node-_8452dd1f-c490-1139-7530-aa23fad29e2d-e1d9c458, #w-node-_8452dd1f-c490-1139-7530-aa23fad29e33-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-_82373a9e-6f53-8e76-24e7-c98a5ab1d563-e1d9c458 {
    grid-column: span 5 / span 5;
  }

  #w-node-_82373a9e-6f53-8e76-24e7-c98a5ab1d56a-e1d9c458, #w-node-_82373a9e-6f53-8e76-24e7-c98a5ab1d570-e1d9c458, #w-node-_82373a9e-6f53-8e76-24e7-c98a5ab1d57b-e1d9c458, #w-node-_82373a9e-6f53-8e76-24e7-c98a5ab1d581-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0dd56935-9046-b37f-2ae8-088db5e214f0-e1d9c458 {
    grid-column: span 5 / span 5;
  }

  #w-node-_0dd56935-9046-b37f-2ae8-088db5e214f7-e1d9c458, #w-node-_0dd56935-9046-b37f-2ae8-088db5e214fd-e1d9c458, #w-node-_0dd56935-9046-b37f-2ae8-088db5e21508-e1d9c458, #w-node-_0dd56935-9046-b37f-2ae8-088db5e2150e-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-c4ddd960-94a5-633f-83d6-81758232a539-e1d9c458 {
    grid-column: span 5 / span 5;
  }

  #w-node-c4ddd960-94a5-633f-83d6-81758232a540-e1d9c458, #w-node-c4ddd960-94a5-633f-83d6-81758232a546-e1d9c458, #w-node-c4ddd960-94a5-633f-83d6-81758232a551-e1d9c458, #w-node-c4ddd960-94a5-633f-83d6-81758232a557-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4e0f411f-c092-8552-71cd-0abd39525f05-e1d9c458 {
    grid-column: span 5 / span 5;
  }

  #w-node-_4e0f411f-c092-8552-71cd-0abd39525f0c-e1d9c458, #w-node-_4e0f411f-c092-8552-71cd-0abd39525f12-e1d9c458, #w-node-_4e0f411f-c092-8552-71cd-0abd39525f1d-e1d9c458, #w-node-_4e0f411f-c092-8552-71cd-0abd39525f23-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-c150535c-2cb1-4832-488c-1e6dfd35ba54-bad9c461 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_52f4bf04-ebbb-bfe3-a09e-f6820ff01bfa-bad9c461, #w-node-f22667ce-1825-d27e-a87e-ebbfa307b3c0-bad9c461, #w-node-_5af19f91-f0f0-a10a-67c6-0d3a61ef09fa-bad9c461, #w-node-_1129df5f-022c-159c-33d3-dff48806a5b4-bad9c461 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e5b587b3-2ff1-d44f-4d2f-1914b727f124-bad9c461, #w-node-a4e0f693-896f-0a4c-a7b7-503a6e36ab93-bad9c461 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a1c3f282-719b-763d-d2f6-0814a9a0c0e3-cbd9c474 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5db1eea3-3717-95dc-b06e-388151306350-e1d9c458 {
    grid-column: span 3 / span 3;
  }

  #w-node-e70748f8-37ab-2932-1809-a5a7c0c8c73d-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0b3ac5a8-32f7-ab7b-708d-6911f0e7f861-e1d9c458 {
    grid-column: span 3 / span 3;
  }

  #w-node-_0b3ac5a8-32f7-ab7b-708d-6911f0e7f87f-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-_8064bd41-950f-f6b8-6547-65c114b7926b-e1d9c458 {
    grid-column: span 3 / span 3;
  }

  #w-node-_8064bd41-950f-f6b8-6547-65c114b79289-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-bb19dd6d-afd3-093d-3996-a37580a3cf9c-e1d9c458 {
    grid-column: span 3 / span 3;
  }

  #w-node-bb19dd6d-afd3-093d-3996-a37580a3cfba-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7fb66cbb-55fc-c077-ec28-fda14f691601-e1d9c458 {
    grid-column: span 3 / span 3;
  }

  #w-node-_7fb66cbb-55fc-c077-ec28-fda14f69161f-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-a11f062c-ca50-257c-57f2-1d143117b27c-e1d9c458 {
    grid-column: span 3 / span 3;
  }

  #w-node-a11f062c-ca50-257c-57f2-1d143117b29a-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-e1aab524-d244-3630-6d92-d65119447db4-e1d9c458 {
    grid-column: span 3 / span 3;
  }

  #w-node-e1aab524-d244-3630-6d92-d65119447dd2-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-_03dcae3b-7329-e1af-9869-ba539872b936-e1d9c458 {
    grid-column: span 3 / span 3;
  }

  #w-node-_03dcae3b-7329-e1af-9869-ba539872b954-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-d694f014-53b4-518e-d853-09a153cd8f92-e1d9c458 {
    grid-column: span 3 / span 3;
  }

  #w-node-d694f014-53b4-518e-d853-09a153cd8fb0-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2bb87dde-6e3f-4b14-42fb-43eab5f2f9b6-e1d9c458 {
    grid-column: span 3 / span 3;
  }

  #w-node-_2bb87dde-6e3f-4b14-42fb-43eab5f2f9d4-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-c3677f44-6be3-e86a-11ce-a80c0112116d-e1d9c458 {
    grid-column: span 3 / span 3;
  }

  #w-node-c3677f44-6be3-e86a-11ce-a80c0112118b-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-e6ae043e-eaac-ce83-9fc2-2176136e2a73-e1d9c458 {
    grid-column: span 3 / span 3;
  }

  #w-node-e6ae043e-eaac-ce83-9fc2-2176136e2a91-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-_8452dd1f-c490-1139-7530-aa23fad29e15-e1d9c458 {
    grid-column: span 3 / span 3;
  }

  #w-node-_8452dd1f-c490-1139-7530-aa23fad29e33-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-_82373a9e-6f53-8e76-24e7-c98a5ab1d563-e1d9c458 {
    grid-column: span 3 / span 3;
  }

  #w-node-_82373a9e-6f53-8e76-24e7-c98a5ab1d581-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0dd56935-9046-b37f-2ae8-088db5e214f0-e1d9c458 {
    grid-column: span 3 / span 3;
  }

  #w-node-_0dd56935-9046-b37f-2ae8-088db5e2150e-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-c4ddd960-94a5-633f-83d6-81758232a539-e1d9c458 {
    grid-column: span 3 / span 3;
  }

  #w-node-c4ddd960-94a5-633f-83d6-81758232a557-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4e0f411f-c092-8552-71cd-0abd39525f05-e1d9c458 {
    grid-column: span 3 / span 3;
  }

  #w-node-_4e0f411f-c092-8552-71cd-0abd39525f23-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-c150535c-2cb1-4832-488c-1e6dfd35ba54-bad9c461, #w-node-e5b587b3-2ff1-d44f-4d2f-1914b727f124-bad9c461, #w-node-a4e0f693-896f-0a4c-a7b7-503a6e36ab93-bad9c461 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5db1eea3-3717-95dc-b06e-388151306350-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-e70748f8-37ab-2932-1809-a5a7c0c8c73d-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-dcc8caa7-abc3-2305-417d-1f133fc18250-e1d9c458, #w-node-_0b3ac5a8-32f7-ab7b-708d-6911f0e7f861-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0b3ac5a8-32f7-ab7b-708d-6911f0e7f87f-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0b3ac5a8-32f7-ab7b-708d-6911f0e7f885-e1d9c458, #w-node-_8064bd41-950f-f6b8-6547-65c114b7926b-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-_8064bd41-950f-f6b8-6547-65c114b79289-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8064bd41-950f-f6b8-6547-65c114b7928f-e1d9c458, #w-node-bb19dd6d-afd3-093d-3996-a37580a3cf9c-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-bb19dd6d-afd3-093d-3996-a37580a3cfba-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-bb19dd6d-afd3-093d-3996-a37580a3cfc0-e1d9c458, #w-node-_7fb66cbb-55fc-c077-ec28-fda14f691601-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7fb66cbb-55fc-c077-ec28-fda14f69161f-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7fb66cbb-55fc-c077-ec28-fda14f691625-e1d9c458, #w-node-a11f062c-ca50-257c-57f2-1d143117b27c-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-a11f062c-ca50-257c-57f2-1d143117b29a-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-a11f062c-ca50-257c-57f2-1d143117b2a0-e1d9c458, #w-node-e1aab524-d244-3630-6d92-d65119447db4-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-e1aab524-d244-3630-6d92-d65119447dd2-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-e1aab524-d244-3630-6d92-d65119447dd8-e1d9c458, #w-node-_03dcae3b-7329-e1af-9869-ba539872b936-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-_03dcae3b-7329-e1af-9869-ba539872b954-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-_03dcae3b-7329-e1af-9869-ba539872b95a-e1d9c458, #w-node-d694f014-53b4-518e-d853-09a153cd8f92-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-d694f014-53b4-518e-d853-09a153cd8fb0-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-d694f014-53b4-518e-d853-09a153cd8fb6-e1d9c458, #w-node-_2bb87dde-6e3f-4b14-42fb-43eab5f2f9b6-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2bb87dde-6e3f-4b14-42fb-43eab5f2f9d4-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2bb87dde-6e3f-4b14-42fb-43eab5f2f9da-e1d9c458, #w-node-c3677f44-6be3-e86a-11ce-a80c0112116d-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-c3677f44-6be3-e86a-11ce-a80c0112118b-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-c3677f44-6be3-e86a-11ce-a80c01121191-e1d9c458, #w-node-e6ae043e-eaac-ce83-9fc2-2176136e2a73-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-e6ae043e-eaac-ce83-9fc2-2176136e2a91-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-e6ae043e-eaac-ce83-9fc2-2176136e2a97-e1d9c458, #w-node-_8452dd1f-c490-1139-7530-aa23fad29e15-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-_8452dd1f-c490-1139-7530-aa23fad29e33-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8452dd1f-c490-1139-7530-aa23fad29e39-e1d9c458, #w-node-_82373a9e-6f53-8e76-24e7-c98a5ab1d563-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-_82373a9e-6f53-8e76-24e7-c98a5ab1d581-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-_82373a9e-6f53-8e76-24e7-c98a5ab1d587-e1d9c458, #w-node-_0dd56935-9046-b37f-2ae8-088db5e214f0-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0dd56935-9046-b37f-2ae8-088db5e2150e-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0dd56935-9046-b37f-2ae8-088db5e21514-e1d9c458, #w-node-c4ddd960-94a5-633f-83d6-81758232a539-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-c4ddd960-94a5-633f-83d6-81758232a557-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-c4ddd960-94a5-633f-83d6-81758232a55d-e1d9c458, #w-node-_4e0f411f-c092-8552-71cd-0abd39525f05-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4e0f411f-c092-8552-71cd-0abd39525f23-e1d9c458 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4e0f411f-c092-8552-71cd-0abd39525f29-e1d9c458 {
    grid-column: span 2 / span 2;
  }

  #w-node-c1640a65-0298-8465-faf0-f1f1099551d0-cbd9c474 {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-c1640a65-0298-8465-faf0-f1f1099551d1-cbd9c474 {
    grid-row: 5 / 6;
    grid-column-end: 2;
  }

  #w-node-_1b61fe62-132c-b3b9-39be-54a58519a1a8-cbd9c474 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'TTCommons';
  src: url('../fonts/TTCommons400Normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TTCommons';
  src: url('../fonts/TTCommons500Normal.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TTCommons';
  src: url('../fonts/TTCommons500Italic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'TTCommons';
  src: url('../fonts/TTCommons600Normal.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TTCommons';
  src: url('../fonts/TTCommons600Italic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'TTCommons';
  src: url('../fonts/TTCommons400Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'TTCommons';
  src: url('../fonts/font.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
::-webkit-scrollbar {
  width: 0px;
}

input {
  border-radius: 0;
}

input[type="search"] {
  -webkit-appearance: none;
}


@media (min-width: 992px){
    .header-fixed.header-bottom-enabled .wrapper {
        padding-top: 95px;
    }
}
.card-breadcrumb *{
    color: #7E8299;
    font-weight: 500;
    font-size: 1.05rem;
}
table.dataTable.bordered, .dataTable.bordered tbody td, .dataTable.bordered thead th  {
    border: 1px solid #eff2f5;
    border-collapse: collapse!important;
  }
  table.dataTable.bordered.table td:first-child, table.dataTable.bordered.table th:first-child, table.dataTable.bordered.table tr:first-child {
      padding-left: 0.75rem;
  }

  .modalgridcontent {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .dditemmainnav a:hover{
      color:#0dd2c7;
  }

  .invalid-feedback{
      color:red;
      padding-bottom: 20px;
      font-size: 12px;
      text-transform: uppercase;
  }
  .justify-space-between {
    justify-content: space-between;
  }

  .svg-img-trigger{
    position: absolute;
    top: 10px;
    right: 15px;
    width: 30px;
    height: 30px;
    z-index: 199;
  }
  .darkgriditem {
    position: relative;;
  }

  .modal-enter-active {
    animation: modal-in 0.7s;
  }
  .modal-leave-active {
    animation: modal-in 0.7s reverse;
  }
  @keyframes modal-in {
    0% {
      /* transform: translateX(-200%); */
      opacity: 0;
    }
    100% {
      /* transform: translateX(0px); */
      opacity: 1;
    }
  }

@media screen and (max-width: 1150px) {
  .darkgriditem.darkgriditem-stagebox-connector {
    width: 33%;
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .darkgriditem.darkgriditem-stagebox-connector {
      width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .darkgriditem.darkgriditem-stagebox-connector {
      width: 100%;
      margin-right: 0px;
      margin-left: 0px;
      border-style: none;
  }
}

.w-button-clear {
  background: none;
  border: none;
}

.basket_delivery_overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(16, 30, 46, 0.95);
}
.textblack {
  color: black;
}
.basket-dropdown-detail-stretch {
  height: 18px;
}

.cart_item_div {
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@media screen and (max-width: 991px){
  .cart_item_div {
      -ms-grid-column: span 5;
      grid-column-start: span 5;
      -ms-grid-column-span: 5;
      grid-column-end: span 5;
  }
}

@media screen and (max-width: 767px){
  .cart_item_div {
      -ms-grid-column: span 3;
      grid-column-start: span 3;
      -ms-grid-column-span: 3;
      grid-column-end: span 3;
  }
}
@media screen and (max-width: 479px){
  .cart_item_div {
      -ms-grid-column: span 2;
      grid-column-start: span 2;
      -ms-grid-column-span: 2;
      grid-column-end: span 2;
  }
}

.cart_item_info_div {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  .cart_item_info_div {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}


.cart_item_info_div2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}
@media screen and (max-width: 991px){
  .cart_item_info_div2 {
      -ms-grid-column: span 1;
      grid-column-start: span 1;
      -ms-grid-column-span: 1;
      grid-column-end: span 1;
  }
}
@media screen and (max-width: 767px){
  .cart_item_info_div2 {
      -ms-grid-column: span 2;
      grid-column-start: span 2;
      -ms-grid-column-span: 2;
      grid-column-end: span 2;
  }
}
@media screen and (max-width: 479px){
  .cart_item_info_div2 {
      -ms-grid-column: span 1;
      grid-column-start: span 1;
      -ms-grid-column-span: 1;
      grid-column-end: span 1;
  }
}


.cart_item_info_div_actions {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: auto;
    align-self: auto;
}
@media screen and (max-width: 479px){
  .cart_item_info_div_actions {
      -ms-grid-column: span 2;
      grid-column-start: span 2;
      -ms-grid-column-span: 2;
      grid-column-end: span 2;
  }
}

.cart_note_form {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  transition:   0.4s ease-out;
}

.open {
  opacity: 1;
  max-height: unset;
  overflow: auto;
  /* margin-top: 10px; */
  transition:  0.4s ease-in;
}
.product_breadcrumb {
  flex-wrap: wrap;
}

#addToBasketBlockWithWarning {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#addToBasketBlock {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

@media screen and (max-width: 479px) {
  #addToBasketBlockWithWarning {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #addToBasketBlock {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

