/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Colors
    Blue: #39BAFF
*/

/* Default element styles */
    body,
    input,
    textarea,
    select,
    button {
        font-family: "HelveticaNeueLTPro", sans-serif;
        font-size: 15px;
        line-height: 1.25;
        color: #222;
    }

    a {
        color: inherit;
        text-decoration: none;
    }

    img {
        border-style: none;
        display: inline-block;
        vertical-align: top;
    }

    svg {
        display: inline-block;
        vertical-align: top;
    }

    ul,
    ol,
    p {
       margin: 0;
       padding: 0;
    }

    ul {
       list-style-type: none;
    }

    svg {
        /* Allow icons to have a height smaller than line-height */
        display: block;
    }

/* Honeypot field*/
    form .bodyphoneemailfield {
        display: none !important;
    }

.richtext p,
.richtext img,
.richtext hr,
.richtext blockquote,
.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6,
.richtext ul,
.richtext ol {
    margin-top: 20px;
    margin-bottom: 20px;
}

.richtext p:first-child,
.richtext img:first-child,
.richtext hr:first-child,
.richtext blockquote:first-child,
.richtext h1:first-child,
.richtext h2:first-child,
.richtext h3:first-child,
.richtext h4:first-child,
.richtext h5:first-child,
.richtext h6:first-child,
.richtext ul:first-child,
.richtext ol:first-child {
    margin-top: 0;
}

.richtext p:last-child,
.richtext img:last-child,
.richtext hr:last-child,
.richtext blockquote:last-child,
.richtext h1:last-child,
.richtext h2:last-child,
.richtext h3:last-child,
.richtext h4:last-child,
.richtext h5:last-child,
.richtext h6:last-child,
.richtext ul:last-child,
.richtext ol:last-child {
    margin-bottom: 0;
}

.richtext img {
    max-width: 100%;
    display: block;
}

.richtext ul,
.richtext ol {
    margin-left: 50px;
}

.richtext ul {
    list-style-type: disc;
}

.richtext hr {
    border: none;
    border-top: 1px solid #CCC;
}

.richtext a {
    color: #39BAFF;
}

.richtext a:hover {
    text-decoration: underline;
}

.richtext blockquote {
    font-style: italic;
    margin-left: 40px;
    margin-right: 40px;
}

.richtext h1 {
    font-size: 40px;
    line-height: 49px;
}

.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6 {
    font-size: 32px;
}

.richtext .no-wrap {
    white-space: nowrap;
}

@media (max-width: 600px) {
    .richtext h1 {
        font-size: 30px;
        line-height: 1.35;
    }

    .richtext h2,
    .richtext h3,
    .richtext h4,
    .richtext h5,
    .richtext h6 {
        font-size: 22px;
    }
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-content {
    flex-grow: 1;
    position: relative;
}

.page-width {
    margin-left: 24px;
    margin-right: 24px;
}

@media (max-width: 400px) {
    .page-width {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 320px) {
    .page-width {
        margin-left: 16px;
        margin-right: 16px;
    }
}

.page-width .page-width-inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.display-none,
.preload {
    display: none;
}

.no-wrap {
    white-space: nowrap;
}

.page-header-wrapper {
    padding-top: 80px;
    padding-bottom: 10px;
}

.page-header {
    height: 80px;
    background-color: #1277C6;
}

.page-header__logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
}

.page-header__logo img {
    display: block;
    width: 260px;
    margin-top: 28px;
}

.page-header__menu-button {
    position: absolute;
    top: 16px;
    right: -10px;
    padding: 7px;
    cursor: pointer;
    display: none;
}

.page-header__menu-button svg {
    fill: #FFF;
}

@media (max-width: 1100px) {
    .page-header__menu-button {
        display: block;
    }
}

@media (max-width: 600px) {
    .page-header-wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 400px) {
    .page-header__logo img {
        width: 210px;
        margin-top: 31px;
    }
}

/* Main nav */
    .main-nav {
        display: flex;
        position: absolute;
        top: 0;
        right: 60px;
    }

    .main-nav__link {
        display: block;
        height: 80px;
        line-height: 80px;
        color: #FFF;
        font-size: 17px;
        padding-left: 20px;
        padding-right: 20px;
    }

    @media (max-width: 1100px) {
        .main-nav {
            display: none;
        }
    }

/* Mobile nav */
    .page-mobile-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 20;
        visibility: hidden;
    }

    .page-mobile-nav__content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
    }

    .page-mobile-nav__background {
        background-color: #FFF;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform-origin: top center;
    }

    .page-mobile-nav__close-button {
        position: absolute;
        top: 15px;
        right: 8px;
        cursor: pointer;
        padding: 12px;
        opacity: 0;
    }

    .page-mobile-nav__close-button svg {
        fill: #222;
    }

    .page-mobile-nav__search-form {
        position: relative;
        padding: 15px 20px;
        margin-top: 70px;
        opacity: 0;
    }

    .page-mobile-nav__search-input {
        padding: 8px 15px;
        border: 1px solid #CCC;
        width: 100%;
    }

    .page-mobile-nav__search-input:focus {
        outline: none;
        border-color: #999;
    }

    .page-mobile-nav__links {
        position: relative;
        padding-top: 5px;
        padding-bottom: 15px;
    }

    .page-mobile-nav__link {
        display: block;
        padding: 15px 20px;
        opacity: 0;
        transform: translateY(-30px);
    }

    .page-mobile-nav__link.page-mobile-nav--active {
        color: #39BAFF;
    }

/* Header search */
    .header-search__button {
        position: absolute;
        top: 17px;
        right: 0;
        cursor: pointer;
        padding: 10px;
        z-index: 1;
    }

    .header-search__button svg {
        fill: #FFF;
    }

    body.header-search--open .header-search__open-icon,
    body:not(.header-search--open) .header-search__close-icon {
        display: none;
    }

    .header-search__form {
        position: absolute;
        top: 23px;
        right: 55px;
        opacity: 0;
        visibility: hidden;
    }

    .header-search__input {
        padding: 8px 15px;
        width: 250px;
        border: none;
    }

    .header-search__input:focus {
        outline: none;
    }

    @media (max-width: 1100px) {
        .header-search__button {
            display: none;
        }

        .header-search__form {
            display: none;
        }
    }

.page-footer {
    background-image: linear-gradient(135deg, #0EA9EA, #0771CB);
}

.page-footer__top {
    padding-top: 120px;
    padding-bottom: 90px;
    color: #FFF;
}

.page-footer__top .page-width-inner {
    max-width: 993px;
}

.page-footer__image-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.page-footer__image {
    width: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 15px;
}

.footer-nav__column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 25%;
}

.footer-nav__category {
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.footer-nav__category:hover {
    opacity: 0.8;
}

.footer-nav__link {
    display: block;
    padding: 5px 10px;
    font-size: 15px;
}

.footer-nav__link:hover {
    opacity: 0.8;
}

.page-footer__bottom {
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-size: 11px;
    line-height: calc(100% + 6px);
    font-weight: 600;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 11px;
    padding-bottom: 11px;
}

.page-footer__bottom a:hover {
    text-decoration: underline;
}

@media (max-width: 750px) {
    .footer-nav__column {
        width: 50%;
    }
}

@media (max-width: 450px) {
    .footer-nav__column {
        width: 100%;
    }
}

.button {
    display: inline-block;
    vertical-align: top;
    padding: 12px 30px;
    padding-top: 15px;
    color: #FFF;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    background-image: linear-gradient(135deg, #0EA9EA, #0771CB);
    border: none;
}

.button:hover {
    background-image: linear-gradient(135deg, #0FB3FA, #0778DB);
}

.button:focus {
    outline: none;
}

.snackbar {
    position: fixed;
    bottom: 0;
    left: 50%;
    min-width: 288px;
    max-width: 568px;
    background-color: #323232;
    color: #FFF;
    transform: translateX(-50%) translateY(100%);
    padding: 14px 24px;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 16px;
    line-height: 19px;
    z-index: 100;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.slick-dots li {
    width: 38px;
    height: 38px;
    position: relative;
    cursor: pointer;
}

.slick-dots li::before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: #D3D3D3;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    transition: transform 0.2s;
}

.slick-dots li:hover::before {
    background-color: #BBB;
}

.slick-dots button {
    border: none;
    padding: 0;
    cursor: pointer;
    color: #FFF;
    font-weight: 700;
    font-size: 14px;
    display: block;
    opacity: 0;
    position: absolute;
    top: 12px;
    left: 16px;
    background-color: transparent;
    transition: opacity 0.2s, background-color 0.2s;
}

.slick-dots button:focus {
    outline: none;
}

.slick-dots li.slick-active::before {
    background-color: #39BAFF;
    transform: scale(1.5);
}

.slick-dots .slick-active button {
    opacity: 1;
}

.pagination {
    display: flex;
    color:  #39BAFF;
    font-size: 18px;
}

.pagination__previous {
    margin-right: 30px;
}

.pagination__next {
    margin-left: 30px;
}

.pagination__numbers {
    display: flex;
}

.pagination__number {
    padding: 0 8px;
}

.pagination__previous:hover,
.pagination__next:hover,
.pagination__number:hover {
    text-decoration: underline;
}

.pagination--active {
    color: #222;
}

@media (max-width: 600px) {
    .pagination__number:not(.pagination--active) {
        display: none;
    }

    .pagination__numbers {
        flex-grow: 1;
        justify-content: center;
    }

    .pagination--active::before {
        content: "Page ";
    }

    .pagination__previous {
        margin-right: 0;
        width: 80px;
    }

    .pagination__next {
        margin-left: 0;
        width: 80px;
        text-align: right;
    }
}

.typography__56,
.typography__47,
.typography__39,
.typography__31,
.typography__27,
.typography__23,
.typography__20,
.typography__17,
.typography__15 {
    line-height: calc(100% + 6px);
}

.typography__56 .registered-symbol,
.typography__47 .registered-symbol,
.typography__39 .registered-symbol,
.typography__31 .registered-symbol,
.typography__27 .registered-symbol,
.typography__23 .registered-symbol,
.typography__20 .registered-symbol,
.typography__17 .registered-symbol,
.typography__15 .registered-symbol {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    line-height: 12px;
    position: relative;
}

.typography__56 {
    font-size: 56px;
}

.typography__56 .registered-symbol {
    top: -22px;
    margin-left: 5px;
}

.typography__47 {
    font-size: 47px;
}

.typography__47 .registered-symbol {
    top: -18px;
    margin-left: 5px;
}

.typography__39 {
    font-size: 39px;
}

.typography__39 .registered-symbol {
    top: -14px;
    margin-left: 4px;
}

.typography__31 {
    font-size: 31px;
}

.typography__31 .registered-symbol {
    top: -10px;
    margin-left: 3px;
}

.typography__27 {
    font-size: 27px;
}

.typography__27 .registered-symbol {
    top: -8px;
    margin-left: 3px;
}

.typography__23 {
    font-size: 23px;
}

.typography__23 .registered-symbol {
    top: -7px;
    margin-left: 2px;
}

.typography__20 {
    font-size: 20px;
}

.typography__20 .registered-symbol {
    top: -5px;
    margin-left: 2px;
}

.typography__17 {
    font-size: 17px;
}

.typography__17 .registered-symbol {
    top: -4px;
    margin-left: 1px;
}

.typography__15 {
    font-size: 15px;
}

.typography__15 .registered-symbol {
    top: -3px;
    margin-left: 1px;
}

@media (max-width: 600px) {
    .typography__56,
    .typography__47 {
        font-size: 37px;
    }

    .typography__56 .registered-symbol,
    .typography__47 .registered-symbol {
        top: -12px;
        margin-left: 4px;
    }

    .typography__39 {
        font-size: 29px;
    }

    .typography__39 .registered-symbol {
        top: -9px;
        margin-left: 3px;
    }

    .typography__31,
    .typography__27,
    .typography__23,
    .typography__20 {
        font-size: 19px;
    }

    .typography__31 .registered-symbol,
    .typography__27 .registered-symbol,
    .typography__23 .registered-symbol,
    .typography__20 .registered-symbol {
        top: -4px;
        margin-left: 2px;
    }

    .typography__17,
    .typography__15 {
        font-size: 17px;
    }

    .typography__17 .registered-symbol,
    .typography__15 .registered-symbol {
        top: -4px;
        margin-left: 1px;
    }
}

/* Hero */
    body.home-page .hero {
        height: calc(100vh - 170px);
        overflow: hidden;
        position: relative;
    }

    body.home-page .hero__slide {
        height: calc(100vh - 170px);
        position: relative;
        overflow: hidden;
    }

    body.home-page .hero__slide::before {
        content: "";
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 300px;
        z-index: 2;
    }

    body.home-page .hero__image {
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    body.home-page .hero__content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        padding-bottom: 40px;
        box-sizing: border-box;
        z-index: 3;
    }

    body.home-page .hero__title {
        color: #FFF;
        font-weight: 700;
        text-align: center;
    }

    body.home-page .hero__buttons {
        display: flex;
        justify-content: center;
        margin-top: 8px;
        margin-bottom: -20px;
    }

    body.home-page .hero__button {
        margin: 20px;
    }

    body.home-page .hero__arrows {
        position: absolute;
        bottom: 28px;
        left: 0;
        width: 100%;
    }

    body.home-page .hero__arrows svg {
        fill: #FFF;
    }

    body.home-page .hero__previous,
    body.home-page .hero__next {
        position: absolute;
        bottom: 0;
        padding: 20px;
        cursor: pointer;
    }

    body.home-page .hero__next {
        right: 0;
    }

    body.home-page .hero__previous {
        left: 0;
    }

    @media (max-width: 700px) {
        body.home-page .hero {
            height: 350px;
        }

        body.home-page .hero__slide {
            height: 350px;
        }

        body.home-page .hero__slide::before {
            height: 150px;
        }

        body.home-page .hero__arrows {
            display: none;
        }

        body.home-page .hero__content {
            padding-left: 20px;
            padding-right: 20px;
            padding-bottom: 30px;
        }

        body.home-page .hero__title {
            font-size: 23px;
        }

        body.home-page .hero__title .registered-symbol {
            top: -7px;
            margin-left: 2px;
        }

        body.home-page .hero__buttons {
            margin-top: 20px;
            margin-bottom: 0;
        }

        body.home-page .hero__button {
            font-size: 12px;
            padding: 10px 20px;
            margin: 5px;
        }
    }

/* Section 2 */
    body.home-page .section-2 {
        padding-top: 42px;
        padding-bottom: 42px;
        text-align: center;
    }

    body.home-page .section-2 .page-width-inner {
        max-width: 850px;
    }

    body.home-page .section-2__quote {
        font-size: 27px;
        line-height: 34px;
    }

    body.home-page .section-2__author {
        font-size: 20px;
        line-height: 32px;
        margin-top: 16px;
    }

    @media (max-width: 600px) {
        body.home-page .section-2__quote {
            font-size: 20px;
            line-height: 1.35;
        }
    }

/* Section 3 */
    body.home-page .section-3 {
        position: relative;
        background-color: #000;
    }

    body.home-page .section-3__background-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: 20% center;
    }

    body.home-page .section-3__content {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    body.home-page .section-3__content-inner {
        color: #FFF;
        max-width: 440px;
        margin-left: auto;
    }

    body.home-page .section-3__title {
        font-weight: 700;
    }

    body.home-page .section-3__description {
        margin-top: 32px;
        margin-bottom: 40px;
    }

    body.home-page .section-3__button {
        display: inline-block;
        vertical-align: top;
        border: 4px solid #FFF;
        border-top-right-radius: 16px;
        border-bottom-left-radius: 16px;
        padding-top: 22px;
        padding-bottom: 18px;
        padding-left: 47px;
        padding-right: 80px;
        font-size: 21px;
        position: relative;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: 700;
    }

    body.home-page .section-3__button:focus {
        outline: none;
    }

    body.home-page .section-3__button svg {
        fill: #FFF;
        position: absolute;
        top: 23px;
        right: 43px;
    }

    body.home-page .section-3__image {
        display: block;
        margin-left: auto;
        max-width: 100%;
    }

    @media (max-width: 1100px) {
        body.home-page .section-3__background-image {
            position: static;
            height: 500px;
        }

        body.home-page .section-3__content {
            margin-top: -150px;
            background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 150px);
            position: relative;
        }

        body.home-page .section-3__content-inner {
            margin-left: 0;
        }

        body.home-page .section-3__image {
            display: none;
        }
    }

/* Section 4 */
    body.home-page .section-4 {
        margin-top: -46px;
        padding-bottom: 114px;
    }

    body.home-page .section-4__products {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        margin: -10px;
    }

    body.home-page .section-4__product {
        padding: 10px;
        box-sizing: border-box;
    }

    body.home-page .section-4__product[data-width="1"] {
        width: 25%;
    }

    body.home-page .section-4__product[data-width="2"] {
        width: 50%;
    }

    body.home-page .section-4__product[data-width="3"] {
        width: 33.33%;
    }

    body.home-page .section-4__product[data-width="4"] {
        width: 66.66%;
    }

    body.home-page .section-4__product-content {
        display: block;
        background-color: #FFF;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 13px 14px -10px rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        padding: 30px;
        padding-top: 60px;
        height: 100%;
        box-sizing: border-box;
    }

    body.home-page .section-4__product-image {
        width: calc(100% - 60px);
        height: 150px;
        margin-left: auto;
        margin-right: auto;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    body.home-page .section-4__product-name {
        margin-top: 40px;
        font-weight: 700;
        text-align: center;
    }

    body.home-page .section-4__more-info {
        color: #39BAFF;
        text-align: center;
        margin-top: 5px;
        font-size: 14px;
    }

    body.home-page .section-4__more-info-text {
        display: inline-block;
        vertical-align: middle;
    }

    body.home-page .section-4__more-info-arrow {
        display: inline-block;
        vertical-align: middle;
        border: 2px solid #39BAFF;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        box-sizing: border-box;
        position: relative;
        margin-left: 5px;
    }

    body.home-page .section-4__more-info svg {
        fill: #39BAFF;
        position: absolute;
        top: 3px;
        left: 5px;
    }

    @media (max-width: 1000px) {
        body.home-page .section-4__products .section-4__product {
            width: 50%;
        }

        body.home-page .section-4 {
            padding-bottom: 50px;
        }
    }

    @media (max-width: 550px) {
        body.home-page .section-4__products .section-4__product {
            width: 100%;
        }
    }

/* Section 5 */
    body.home-page .section-5 {
        padding-top: 50px;
        padding-bottom: 122px;
    }

    body.home-page .section-5__columns {
        display: flex;
        align-items: center;
    }

    body.home-page .section-5__column:first-child {
        width: 45%;
    }

    body.home-page .section-5__column:last-child {
        width: 55%;
    }

    body.home-page .section-5__author {
        font-weight: 700;
        font-size: 23px;
        margin-top: 38px;
    }

    body.home-page .section-5__author-description {
        font-size: 17px;
        line-height: 24px;
    }

    body.home-page .section-5__button {
        margin-top: 40px;
    }

    body.home-page .section-5__image {
        display: block;
        max-width: 100%;
    }

    @media (max-width: 900px) {
        body.home-page .section-5 {
            padding-bottom: 70px;
        }

        body.home-page .section-5__columns {
            flex-direction: column-reverse;
        }

        body.home-page .section-5__columns .section-5__column {
            width: auto;
        }

        body.home-page .section-5__columns .section-5__column:last-child {
            padding-bottom: 60px;
        }
    }

/* Section 6 */
    body.home-page .section-6 {
        border-top: 1px solid #E6E6E6;
    }

    body.home-page .section-6__columns {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }

    body.home-page .section-6__column:first-child {
        width: 45%;
    }

    body.home-page .section-6__column:last-child {
        width: 55%;
    }

    body.home-page .section-6__title {
        margin-top: 100px;
        font-weight: 700;
    }

    body.home-page .section-6__description {
        margin-top: 32px;
        margin-bottom: 71px;
    }

    body.home-page .section-6__stats {
        display: flex;
        margin-bottom: 100px;
    }

    body.home-page .section-6__stat:not(:first-child) {
        padding-left: 30px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }

    body.home-page .section-6__stat:not(:last-child) {
        padding-right: 30px;
    }

    body.home-page .section-6__stat-number {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 72px;
        font-weight: 700;
    }

    body.home-page .section-6__stat-plus {
        font-size: 24px;
        display: inline-block;
        vertical-align: top;
        margin-top: 13px;
    }

    body.home-page .section-6__stat-description {
        color: #999;
        font-size: 15px;
        line-height: 18px;
        max-width: 80px;
    }

    body.home-page .section-6__image-wrapper {
        margin-left: -150px;
    }

    body.home-page .section-6__image {
        display: block;
        max-width: 100%;
    }

    @media (max-width: 900px) {
        body.home-page .section-6 {
            padding-top: 70px;
        }

        body.home-page .section-6__columns {
            flex-direction: column-reverse;
        }

        body.home-page .section-6__columns .section-6__column {
            width: 100%;
        }

        body.home-page .section-6__image-wrapper {
            margin-left: 0;
        }

        body.home-page .section-6__title {
            margin-top: 40px;
        }

        body.home-page .section-6__description {
            margin-top: 20px;
            margin-bottom: 40px;
        }

        body.home-page .section-6__stats {
            margin-bottom: 70px;
        }
    }

    @media (max-width: 600px) {
        body.home-page .section-6__stat:not(:first-child) {
            padding-left: 15px;
        }

        body.home-page .section-6__stat:not(:last-child) {
            padding-right: 15px;
        }

        body.home-page .section-6__stat-number {
            font-size: 40px;
        }

        body.home-page .section-6__stat-plus {
            margin-top: 0;
        }

        body.home-page .section-6__stat-description {
            font-size: 14px;
        }
    }

/* Section 7 */
    body.home-page .section-7 {
        padding-top: 148px;
        padding-bottom: 148px;
        background-color: #000;
        color: #FFF;
        text-align: center;
    }

    body.home-page .section-7__title {
        font-weight: 700;
    }

    body.home-page .section-7__description {
        margin-top: 32px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        max-width: 600px;
    }

    body.home-page .section-7__image img {
        display: block;
        width: 100%;
    }

    @media (max-width: 600px) {
        body.home-page .section-7 {
            padding-top: 70px;
            padding-bottom: 70px;
        }

        body.home-page .section-7__description {
            margin-top: 20px;
        }
    }

/* Section 8 */
    body.home-page .section-8__columns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 64px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    body.home-page .section-8__column {
        box-sizing: border-box;
    }

    body.home-page .section-8__column-inner {
        border-radius: 8px;
        text-align: center;
        overflow: hidden;
        box-sizing: border-box;
        height: 100%;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 13px 14px -10px rgba(0, 0, 0, 0.2);
    }

    body.home-page .section-8__title {
        font-weight: 700;
        padding-top: 64px;
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
    }

    body.home-page .section-8__button {
        margin-top: 40px;
    }

    body.home-page .section-8__image {
        background-size: cover;
        background-position: center;
        padding-bottom: 100%;
        margin-top: 40px;
    }

    @media (max-width: 900px) {
        body.home-page .section-8__columns {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 600px) {
        body.home-page .section-8__title {
            padding-top: 40px;
        }
    }

body.product-detail-page .page-footer {
    position: relative;
    z-index: 20;
}

/* Hero */
    body.product-detail-page .hero {
        position: relative;
    }

    body.product-detail-page .hero__image-desktop,
    body.product-detail-page .hero__image-mobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
    }

    body.product-detail-page .hero__image-desktop {
        background-position: 80% center;
    }

    body.product-detail-page .hero__image-mobile {
        background-position: center;
        position: static;
        padding-bottom: 75%;
    }

    body.product-detail-page .hero__content {
        padding-top: 140px;
        padding-bottom: 140px;
        color: #FFF;
    }

    body.product-detail-page .hero__title {
        font-weight: 700;
        max-width: 560px;
        margin-bottom: 24px;
        font-style: italic;
    }

    body.product-detail-page .hero__description {
        max-width: 560px;
    }

    body.product-detail-page .hero__buttons {
        display: flex;
        align-items: center;
        margin: -10px;
        margin-top: 70px;
    }

    body.product-detail-page .hero__button {
        margin: 10px;
        cursor: pointer;
        border-top-right-radius: 16px;
        border-bottom-left-radius: 16px;
    }

    body.product-detail-page .hero__button:focus {
        outline: none;
    }

    body.product-detail-page .hero__button-white {
        border: 4px solid #FFF;
        text-transform: uppercase;
        font-weight: 700;
        padding-left: 20px;
        padding-right: 50px;
        padding-top: 15px;
        padding-bottom: 13px;
        position: relative;
        font-size: 18px;
        display: block;
    }

    body.product-detail-page .hero__button-white svg {
        fill: #FFF;
        position: absolute;
        top: 16px;
        right: 20px;
    }

    body.product-detail-page .hero__button-purple {
        position: relative;
        text-transform: uppercase;
        font-weight: 700;
        padding-left: 52px;
        padding-right: 25px;
        padding-top: 19px;
        padding-bottom: 17px;
        font-size: 18px;
        display: block;
    }

    body.product-detail-page .hero__button-purple svg {
        fill: #FFF;
        position: absolute;
        top: 22px;
        left: 25px;
    }

    @media (min-width: 1001px) {
        body.product-detail-page .hero__image-mobile {
            display: none;
        }
    }

    @media (max-width: 1000px) {
        body.product-detail-page .hero__image-desktop {
            display: none;
        }

        body.product-detail-page .hero__content {
            background-image: linear-gradient(to bottom, transparent, #000 100px);
            margin-top: -100px;
            padding-top: 50px;
            padding-bottom: 70px;
        }
    }

    @media (max-width: 600px) {
        body.product-detail-page .hero__content {
            padding-bottom: 50px;
        }

        body.product-detail-page .hero__buttons {
            margin-top: 25px;
        }

        body.product-detail-page .hero__button {
            font-size: 14px;
            padding-left: 15px;
            padding-right: 15px;
        }

        body.product-detail-page .hero__button-white {
            border: 3px solid #FFF;
            padding-top: 12px;
            padding-bottom: 10px;
        }

        body.product-detail-page .hero__button-purple {
            padding-top: 15px;
            padding-bottom: 13px;
        }

        body.product-detail-page .hero__button svg {
            display: none;
        }
    }

/* Tab */
    body.product-detail-page .tab__nav-items {
        display: flex;
        margin: 0 -20px;
    }

    body.product-detail-page .tab__nav-item {
        border-bottom: 4px solid transparent;
        padding: 4px;
        font-size: 20px;
        margin: 0 20px;
        cursor: pointer;
    }

    body.product-detail-page .tab__content-items {
        margin-top: 24px;
    }

    body.product-detail-page .tab__nav-item.tab--active {
        border-bottom-color: #222;
    }

    body.product-detail-page .tab__nav-item:not(.tab--active) {
        opacity: 0.25;
    }

    body.product-detail-page .tab__content-item:not(.tab--active) {
        display: none;
    }

/* Fluent content */
    body.product-detail-page .fluent-content {
        position: relative;
        padding-top: 1px;
        padding-bottom: 40px;
    }

    body.product-detail-page .fluent-content .page-width-inner {
        box-sizing: border-box;
        padding-right: 300px;
    }

    body.product-detail-page .fluent-component {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    @media (max-width: 900px) {
        body.product-detail-page .fluent-content {
            overflow: hidden;
        }

        body.product-detail-page .fluent-content .page-width-inner {
            padding-right: 0;
        }
    }

/* Fluent sidebar */
    body.product-detail-page .fluent-sidebar {
        position: absolute;
        top: 0;
        right: 0;
        width: 300px;
        height: 100vh;
        border-left: 1px solid rgba(34, 34, 34, 0.1);
        box-sizing: border-box;
        z-index: 10;
        background-color: #FFF;
        overflow: auto;
        transition: transform 0.3s;
    }

    body.product-detail-page .fluent-sidebar.fluent-sidebar--fixed {
        position: fixed;
        height: 100%;
    }

    body.product-detail-page .fluent-sidebar__inner {
        min-height: 100%;
        position: relative;
    }

    body.product-detail-page .fluent-sidebar__links {
        padding-top: 40px;
        padding-bottom: 120px;
        padding-left: 48px;
    }

    body.product-detail-page .fluent-sidebar__link {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 13px;
        padding-bottom: 11px;
        font-size: 17px;
        margin-top: 5px;
        margin-bottom: 5px;
        cursor: pointer;
    }

    body.product-detail-page .fluent-sidebar__link.fluent-sidebar--active {
        color: #FFF;
        border-bottom-left-radius: 12px;
    }

    body.product-detail-page .fluent-sidebar__footer-icons {
        position: absolute;
        bottom: 40px;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    body.product-detail-page .fluent-sidebar__footer-icon:not(:first-child) {
        margin-left: 26px;
    }

    body.product-detail-page .fluent-sidebar__close-button {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        padding: 9px 5px;
        cursor: pointer;
    }

    body.product-detail-page .fluent-sidebar__close-button svg {
        fill: #222;
    }

    body.product-detail-page .table-of-contents-button {
        border-bottom: 1px solid #DDD;
        padding: 10px;
        color: #666;
        text-align: center;
        cursor: pointer;
        margin-top: -1px;
        background-color: #FFF;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
    }

    body.product-detail-page .table-of-contents-button--fixed {
        position: fixed;
        z-index: 9;
    }

    body.product-detail-page .table-of-contents-button svg {
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
        fill: #666;
    }

    body.product-detail-page .table-of-contents-button__text {
        display: inline-block;
        vertical-align: middle;
    }

    @media (max-width: 900px) {
        body.product-detail-page .fluent-sidebar {
            position: fixed;
            height: 100%;
        }

        body.product-detail-page .fluent-sidebar:not(.fluent-sidebar--open) {
            transform: translateX(100%);
        }

        body.product-detail-page .fluent-sidebar.fluent-sidebar--open {
            box-shadow: 0px 0 20px rgba(0, 0, 0, 0.15);
        }

        body.product-detail-page .fluent-sidebar__close-button {
            display: block;
        }

        body.product-detail-page .table-of-contents-button {
            display: block;
        }

        body.product-detail-page .table-of-contents-button__spacer {
            height: 45px;
        }
    }

/* Fluent component section */
    body.product-detail-page .fluent-component-section {
        margin-top: 100px;
    }

    body.product-detail-page .fluent-component-section__title {
        position: relative;
        font-weight: 700;
    }

    body.product-detail-page .fluent-component-section__title::before {
        content: "";
        display: block;
        position: absolute;
        top: -5px;
        right: calc(100% + 40px);
        width: 1000px;
        height: 54px;
        border-top-right-radius: 12px;
    }

/* Fluent component text */
    body.product-detail-page .fluent-component-text h1,
    body.product-detail-page .fluent-component-text h2,
    body.product-detail-page .fluent-component-text h3,
    body.product-detail-page .fluent-component-text h4,
    body.product-detail-page .fluent-component-text h5,
    body.product-detail-page .fluent-component-text h6 {
        font-size: 31px;
        line-height: 1.2;
    }

    body.product-detail-page .fluent-component-text h1 .registered-symbol,
    body.product-detail-page .fluent-component-text h2 .registered-symbol,
    body.product-detail-page .fluent-component-text h3 .registered-symbol,
    body.product-detail-page .fluent-component-text h4 .registered-symbol,
    body.product-detail-page .fluent-component-text h5 .registered-symbol,
    body.product-detail-page .fluent-component-text h6 .registered-symbol {
        display: inline-block;
        vertical-align: middle;
        font-size: 10px;
        line-height: 12px;
        position: relative;
        top: -10px;
        margin-left: 3px;
    }

    @media (max-width: 600px) {
        body.product-detail-page .fluent-component-text h1,
        body.product-detail-page .fluent-component-text h2,
        body.product-detail-page .fluent-component-text h3,
        body.product-detail-page .fluent-component-text h4,
        body.product-detail-page .fluent-component-text h5,
        body.product-detail-page .fluent-component-text h6 {
            font-size: 19px;
            line-height: 1.35;
        }

        body.product-detail-page .fluent-component-text h1 .registered-symbol,
        body.product-detail-page .fluent-component-text h2 .registered-symbol,
        body.product-detail-page .fluent-component-text h3 .registered-symbol,
        body.product-detail-page .fluent-component-text h4 .registered-symbol,
        body.product-detail-page .fluent-component-text h5 .registered-symbol,
        body.product-detail-page .fluent-component-text h6 .registered-symbol {
            top: -4px;
        }
    }

/* Fluent component check-list */
    body.product-detail-page .fluent-component-check-list__columns {
        display: flex;
    }

    body.product-detail-page .fluent-component-check-list__column {
        width: 50%;
    }

    body.product-detail-page .fluent-component-check-list__item {
        position: relative;
        padding: 23px;
        padding-left: 68px;
    }

    body.product-detail-page .fluent-component-check-list__item svg {
        position: absolute;
        top: 14px;
        left: 0;
    }

    @media (max-width: 600px) {
        body.product-detail-page .fluent-component-check-list__columns {
            display: block;
        }

        body.product-detail-page .fluent-component-check-list__column {
            width: auto;
        }
    }

/* Fluent component icon list */
    body.product-detail-page .fluent-component-card-list__items {
        display: flex;
        flex-wrap: wrap;
        margin: -45px -70px;
    }

    body.product-detail-page .fluent-component-card-list__item {
        width: 50%;
        box-sizing: border-box;
        padding: 45px 70px;
        text-align: center;
    }

    body.product-detail-page .fluent-component-card-list__image {
        height: 100px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    body.product-detail-page .fluent-component-card-list__title {
        font-weight: 700;
        margin-top: 20px;
        margin-bottom: 8px;
    }

    body.product-detail-page .fluent-component-card-list__button {
        margin-top: 30px;
    }

    @media (max-width: 600px) {
        body.product-detail-page .fluent-component-card-list__items {
            margin-top: -30px;
            margin-bottom: -30px;
        }

        body.product-detail-page .fluent-component-card-list__item {
            width: 100%;
            padding-top: 30px;
            padding-bottom: 30px;
        }
    }

/* Fluent component indications for use */
    body.product-detail-page .fluent-component-indications-for-use .tab__content-item {
        padding: 26px 40px;
        border: 2px solid #222;
        border-radius: 8px;
    }

/* Fluent component video list */
    body.product-detail-page .fluent-component-video-list__items {
        display: flex;
        flex-wrap: wrap;
        margin: -25px;
    }

    body.product-detail-page .fluent-component-video-list__item {
        box-sizing: border-box;
        width: 33.33%;
        padding: 25px;
    }

    body.product-detail-page .fluent-component-video-list__item:focus {
        outline: none;
    }

    body.product-detail-page .fluent-component-video-list__image-border {
        border: 7px solid #FFF;
        border-radius: 6px;
        box-shadow: 0 0 0 1px #E2E2E2, 0 12px 14px -10px rgba(0, 0, 0, 0.2);
    }

    body.product-detail-page .fluent-component-video-list__image {
        padding-bottom: 56.25%;
        border-radius: 6px;
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-position: center;
    }

    body.product-detail-page .fluent-component-video-list__image::before {
        content: "";
        display: block;
        background-color: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    body.product-detail-page .fluent-component-video-list__icon {
        width: 48px;
        height: 48px;
        border: 2px solid #FFF;
        box-sizing: border-box;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -24px;
        margin-top: -24px;
    }

    body.product-detail-page .fluent-component-video-list__icon svg {
        fill: #FFF;
        position: absolute;
        top: 12px;
        left: 17px;
    }

    body.product-detail-page .fluent-component-video-list__title {
        margin-top: 30px;
    }

    @media (max-width: 750px) {
        body.product-detail-page .fluent-component-video-list__item {
            width: 50%;
        }
    }

    @media (max-width: 500px) {
        body.product-detail-page .fluent-component-video-list__item {
            width: 100%;
        }
    }

/* Fluent component order */
    body.product-detail-page .fluent-component-order {
        overflow: hidden;
    }

    body.product-detail-page .fluent-component-order__row {
        position: relative;
        border-top: 1px solid #E2E2E2;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    body.product-detail-page .fluent-component-order__row::before {
        content: "";
        display: block;
        position: absolute;
        top: -1px;
        right: 100%;
        width: 1000px;
        height: 100%;
        border-top: 1px solid #E2E2E2;
    }

    body.product-detail-page .fluent-component-order__row::after {
        content: "";
        display: block;
        position: absolute;
        top: -1px;
        left: 100%;
        width: 1000px;
        height: 100%;
        border-top: 1px solid #E2E2E2;
    }

    body.product-detail-page .fluent-component-order__row:last-child {
        border-bottom: 1px solid #E2E2E2;
    }

    body.product-detail-page .fluent-component-order__row:last-child::before,
    body.product-detail-page .fluent-component-order__row:last-child::after {
        border-bottom: 1px solid #E2E2E2;
    }

    body.product-detail-page .fluent-component-order__row-inner {
        display: flex;
        align-items: center;
    }

    body.product-detail-page .fluent-component-order__column-image {
        width: 250px;
        text-align: right;
    }

    body.product-detail-page .fluent-component-order__column-image img {
        max-width: 100%;
    }

    body.product-detail-page .fluent-component-order__column-text {
        padding-left: 50px;
        padding-right: 50px;
        width: calc(100% - 550px);
    }

    body.product-detail-page .fluent-component-order__title {
        font-weight: 700;
    }

    body.product-detail-page .fluent-component-order__column-number {
        width: 200px;
        border: 2px solid #222;
        border-radius: 4px;
        position: relative;
        font-size: 21px;
        font-weight: 600;
        padding-top: 10px;
        padding-bottom: 6px;
        padding-left: 7px;
        padding-left: 47px;
        box-sizing: border-box;
        background-color: #FFF;
    }

    body.product-detail-page .fluent-component-order__column-number::before {
        content: "REF";
        display: inline-block;
        background-color: #222;
        color: #FFF;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 35px;
        padding-top: 15px;
        text-align: center;
        box-sizing: border-box;
        font-size: 12px;
        font-weight: 700;
    }

    @media (max-width: 700px) {
        body.product-detail-page .fluent-component-order__row {
            padding-top: 40px;
            padding-bottom: 40px;
        }

        body.product-detail-page .fluent-component-order__row-inner {
            display: block;
        }

        body.product-detail-page .fluent-component-order__column-image {
            text-align: left;
        }

        body.product-detail-page .fluent-component-order__column-text {
            padding-left: 0;
            padding-right: 0;
            width: auto;
            margin-top: 25px;
            margin-bottom: 25px;
        }
    }

/* Fluent component contact */
    body.product-detail-page .fluent-component-contact {
        position: relative;
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
        margin-top: 100px;
        margin-bottom: 100px;
        color: #FFF;
    }

    body.product-detail-page .fluent-component-contact__background {
        position: absolute;
        top: 0;
        left: 0;
        right: 300px;
        bottom: 0;
        background-size: cover;
        background-position: center;
    }

    body.product-detail-page .fluent-component-contact__title {
        font-weight: 700;
    }

    body.product-detail-page .fluent-component-contact__description {
        margin-top: 20px;
        margin-bottom: 60px;
    }

    body.product-detail-page .fluent-component-contact__input {
        background: none;
        border: none;
        display: block;
        text-align: center;
        width: 100%;
        color: #FFF;
        font-size: 23px;
        position: relative;
        z-index: 1;
        padding: 15px;
        margin-left: auto;
        margin-right: auto;
        max-width: 740px;
        box-sizing: border-box;
    }

    body.product-detail-page .fluent-component-contact__input:focus {
        outline: none;
    }

    body.product-detail-page .fluent-component-contact__input-border {
        background-color: #FFF;
        height: 4px;
        border-radius: 2px;
        margin-top: -4px;
        margin-left: auto;
        margin-right: auto;
        max-width: 740px;
    }

    body.product-detail-page .fluent-component-contact__button {
        text-transform: uppercase;
        position: relative;
        padding-right: 50px;
        margin-top: 40px;
    }

    body.product-detail-page .fluent-component-contact__button svg {
        fill: #FFF;
        position: absolute;
        top: 14px;
        right: 22px;
    }

    body.product-detail-page .fluent-component-contact__button.fluent-component-contact--loading .fluent-component-contact__button-text {
        visibility: hidden;
    }

    body.product-detail-page .fluent-component-contact__button.fluent-component-contact--loading svg {
        visibility: hidden;
    }

    body.product-detail-page .fluent-component-contact__button.fluent-component-contact--loading::before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        border: 2px solid #FFF;
        border-top-color: transparent;
        border-right-color: transparent;
        position: absolute;
        top: 12px;
        left: 55px;
        border-radius: 50%;
        animation: 1s fluent-component-contact__spin linear infinite;
    }

    @keyframes fluent-component-contact__spin {
        from {
            transform: rotate(0);
        }

        to {
            transform: rotate(360deg);
        }
    }

    body.product-detail-page .fluent-component-contact__error {
        color: #F00;
        margin-top: 30px;
        font-size: 18px;
    }

    body.product-detail-page .fluent-component-contact__error:not(.fluent-component-contact--show-error) {
        display: none;
    }

    @media (max-width: 900px) {
        body.product-detail-page .fluent-component-contact__background {
            right: 0;
        }
    }

/* Fluent component quote */
    body.product-detail-page .fluent-component-quote {
        position: relative;
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
        margin-top: 100px;
        margin-bottom: 100px;
        color: #FFF;
    }

    body.product-detail-page .fluent-component-quote__background {
        position: absolute;
        top: 0;
        left: 0;
        right: 300px;
        bottom: 0;
        background-size: cover;
        background-position: center;
    }

    body.product-detail-page .fluent-component-quote__quote {
        max-width: 740px;
        margin-left: auto;
        margin-right: auto;
    }

    body.product-detail-page .fluent-component-quote__author {
        font-size: 23px;
        font-weight: 700;
        margin-top: 30px;
    }

    body.product-detail-page .fluent-component-quote__position {
        font-size: 17px;
    }

    @media (max-width: 900px) {
        body.product-detail-page .fluent-component-quote__background {
            right: 0;
        }
    }

/* Fluent component resource */
    body.product-detail-page .fluent-component-resource__resources {
        display: flex;
        flex-wrap: wrap;
        margin: -30px;
    }

    body.product-detail-page .fluent-component-resource__resource {
        width: 25%;
        box-sizing: border-box;
        padding: 30px;
        text-align: center;
        display: block;
    }

    body.product-detail-page .fluent-component-resource__image-wrapper {
        height: 230px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    body.product-detail-page .fluent-component-resource__image {
        display: block;
        max-width: 100%;
        max-height: 100%;
        box-sizing: border-box;
        border: 7px solid #FFF;
        border-radius: 6px;
        box-shadow: 0 0 0 1px #E2E2E2, 0 12px 14px -10px rgba(0, 0, 0, 0.2);
    }

    body.product-detail-page .fluent-component-resource__title {
        font-weight: 600;
        margin-top: 25px;
    }

    body.product-detail-page .fluent-component-resource__download {
        color: #39BAFF;
        font-size: 14px;
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding-right: 27px;
        margin-top: 20px;
    }

    body.product-detail-page .fluent-component-resource__download-icon {
        border: 2px solid #39BAFF;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        right: 0;
    }

    body.product-detail-page .fluent-component-resource__download-icon svg {
        fill: #39BAFF;
        position: absolute;
        top: 5px;
        left: 2px;
    }

    @media (max-width: 1050px) {
        body.product-detail-page .fluent-component-resource__resource {
            width: 33.33%;
        }
    }

    @media (max-width: 600px) {
        body.product-detail-page .fluent-component-resource__resource {
            width: 100%;
        }
    }

/* Fluent component literature */
    body.product-detail-page .fluent-component-literature__item {
        position: relative;
        padding-left: 40px;
    }

    body.product-detail-page .fluent-component-literature__item:not(:first-child) {
        margin-top: 40px;
    }

    body.product-detail-page .fluent-component-literature__arrow {
        position: absolute;
        top: 7px;
        left: 0;
    }

    body.product-detail-page .fluent-component-literature__title {
        font-weight: 700;
    }

    body.product-detail-page .fluent-component-literature__authors {
        margin-top: 16px;
    }

/* Fluent component full width image */
    body.product-detail-page .fluent-component-full-width-image {
        background-size: cover;
        background-position: center;
        height: 500px;
        margin-top: 100px;
        margin-bottom: 100px;
    }

/* Fluent component image */
    body.product-detail-page .fluent-component-image img {
        max-width: 100%;
    }

/* Fluent component side by side */
    body.product-detail-page .fluent-component-side-by-side {
        overflow: hidden;
    }

    body.product-detail-page .fluent-component-side-by-side__columns {
        display: flex;
        align-items: center;
        margin-left: -50px;
        margin-right: -50px;
    }

    body.product-detail-page .fluent-component-side-by-side[data-image-side="1"] .fluent-component-side-by-side__columns {
        flex-direction: row-reverse;
    }

    body.product-detail-page .fluent-component-side-by-side__column {
        width: 50%;
        padding-left: 50px;
        padding-right: 50px;
    }

    body.product-detail-page .fluent-component-side-by-side__title {
        font-weight: 700;
        margin-bottom: 26px;
    }

    body.product-detail-page .fluent-component-side-by-side__button {
        margin-top: 60px;
    }

    body.product-detail-page .fluent-component-side-by-side__image {
        max-width: 100%;
    }

    @media (max-width: 800px) {
        body.product-detail-page .fluent-component-side-by-side__columns {
            display: block;
            margin-left: 0;
            margin-right: 0;
        }

        body.product-detail-page .fluent-component-side-by-side__column {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }

        body.product-detail-page .fluent-component-side-by-side__column:last-child {
            margin-top: 40px;
        }
    }

/* Fluent component fine print */
    body.product-detail-page .fluent-component-fine-print__content {
        border-top: 1px solid #E2E2E2;
        padding-top: 40px;
        color: #666;
    }


body.product-specialty-page .page-footer {
    /* Make sure the footer is on top of product card borders which are actually box-shadows */
    position: relative;
}

/* Product header */
    body.product-specialty-page .product-header {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    body.product-specialty-page .product-header__title {
        font-weight: 700;
    }

    body.product-specialty-page .product-header__filter {
        display: flex;
        align-items: center;
        position: absolute;
        top: 3px;
        right: 0;
    }

    body.product-specialty-page .product-header__filter-label {
        font-size: 23px;
    }

    body.product-specialty-page .product-header__filter-select {
        margin-left: 30px;
        -webkit-appearance: none;
        appearance: none;
        background-color: #FFF;
        font-size: 17px;
        border: 2px solid #F2F2F2;
        border-top-right-radius: 16px;
        border-bottom-left-radius: 16px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 11px;
        padding-bottom: 9px;
        width: 240px;
        box-sizing: border-box;
        color: #666;
        background-repeat: no-repeat;
        background-position: 95% 70%;
    }

    body.product-specialty-page .product-header__filter-select:focus {
        outline: none;
    }

    @media (max-width: 1000px) {
        body.product-specialty-page .product-header__filter {
            position: static;
            margin-top: 20px;
        }
    }

    @media (max-width: 600px) {
        body.product-specialty-page .product-header {
            padding-top: 60px;
        }

        body.product-specialty-page .product-header__filter {
            display: block;
        }

        body.product-specialty-page .product-header__filter-label {
            font-size: 20px;
        }

        body.product-specialty-page .product-header__filter-select {
            margin-left: 0;
            margin-top: 10px;
        }
    }

/* Products */
    body.product-specialty-page .products {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 70px;
        margin: -17px;
    }

    body.product-specialty-page .product {
        width: 25%;
        padding: 17px;
        box-sizing: border-box;
    }

    body.product-specialty-page .product__inner {
        display: block;
        position: relative;
        background-color: #FFF;
        overflow: hidden;
        border-radius: 8px;
        box-sizing: border-box;
        height: 100%;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 13px 14px -10px rgba(0, 0, 0, 0.2);
    }

    body.product-specialty-page .product__image {
        padding-bottom: 66.67%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 55px;
        position: relative;
        transform: translateZ(0);
        transition: transform 0.3s;
    }

    body.product-specialty-page .product:hover .product__image {
        transform: scale(1.05);
    }

    body.product-specialty-page .product__title {
        font-style: italic;
        font-weight: 700;
        text-align: center;
        margin-top: 36px;
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
        transition: opacity 0.3s;
    }

    body.product-specialty-page .product:hover .product__title {
        opacity: 0;
    }

    body.product-specialty-page .product__button {
        margin-top: 7px;
        color: #39BAFF;
        text-align: center;
        margin-bottom: 55px;
        position: relative;
    }

    body.product-specialty-page .product__button-text {
        display: inline-block;
        vertical-align: middle;
        transition: opacity 0.3s;
    }

    body.product-specialty-page .product:hover .product__button-text {
        opacity: 0;
    }

    body.product-specialty-page .product__button-arrow {
        display: inline-block;
        vertical-align: middle;
        border: 2px solid #39BAFF;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        box-sizing: border-box;
        position: relative;
        margin-left: 5px;
        transition: transform 0.3s;
    }

    body.product-specialty-page .product__button-arrow svg {
        fill: #39BAFF;
        position: absolute;
        top: 3px;
        left: 5px;
    }

    body.product-specialty-page .product:hover .product__button-arrow {
        transform: scale(2) translateX(-15px);
    }

    @media (max-width: 1100px) {
        body.product-specialty-page .product {
            width: 33.33%;
        }
    }

    @media (max-width: 800px) {
        body.product-specialty-page .product {
            width: 50%;
        }
    }

    @media (max-width: 550px) {
        body.product-specialty-page .product {
            width: 100%;
        }
    }

/* Resource section */
    body.product-specialty-page .resource-section {
        padding-top: 30px;
        padding-bottom: 70px;
    }

    body.product-specialty-page .resource-section__title {
        font-weight: 700;
    }

    body.product-specialty-page .resource-section__description {
        padding-top: 30px;
        padding-bottom: 30px;
        max-width: 900px;
    }

/* Tab */
    body.product-specialty-page .tab__nav-items {
        display: flex;
        margin: 0 -20px;
    }

    body.product-specialty-page .tab__nav-item {
        border-bottom: 4px solid transparent;
        padding: 4px;
        font-size: 20px;
        margin: 0 20px;
        cursor: pointer;
    }

    body.product-specialty-page .tab__content-items {
        margin-top: 24px;
    }

    body.product-specialty-page .tab__nav-item.tab--active {
        border-bottom-color: #222;
    }

    body.product-specialty-page .tab__nav-item:not(.tab--active) {
        opacity: 0.25;
    }

    body.product-specialty-page .tab__content-item:not(.tab--active) {
        display: none;
    }

/* Fluent component resource */
    body.product-specialty-page .fluent-component-resource__resources {
        display: flex;
        flex-wrap: wrap;
        margin: -30px;
    }

    body.product-specialty-page .fluent-component-resource__resource {
        width: 25%;
        box-sizing: border-box;
        padding: 30px;
        text-align: center;
        display: block;
    }

    body.product-specialty-page .fluent-component-resource__image-wrapper {
        height: 230px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    body.product-specialty-page .fluent-component-resource__image {
        display: block;
        max-width: 100%;
        max-height: 100%;
        box-sizing: border-box;
        border: 7px solid #FFF;
        border-radius: 6px;
        box-shadow: 0 0 0 1px #E2E2E2, 0 12px 14px -10px rgba(0, 0, 0, 0.2);
    }

    body.product-specialty-page .fluent-component-resource__title {
        font-weight: 600;
        margin-top: 25px;
    }

    body.product-specialty-page .fluent-component-resource__download {
        color: #39BAFF;
        font-size: 14px;
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding-right: 27px;
        margin-top: 20px;
    }

    body.product-specialty-page .fluent-component-resource__download-icon {
        border: 2px solid #39BAFF;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        right: 0;
    }

    body.product-specialty-page .fluent-component-resource__download-icon svg {
        fill: #39BAFF;
        position: absolute;
        top: 5px;
        left: 2px;
    }

    @media (max-width: 1050px) {
        body.product-specialty-page .fluent-component-resource__resource {
            width: 33.33%;
        }
    }

    @media (max-width: 600px) {
        body.product-specialty-page .fluent-component-resource__resource {
            width: 100%;
        }
    }

body.product-listing-page .page-footer {
    /* Make sure the footer is on top of product card borders which are actually box-shadows */
    position: relative;
}

/* Hero */
    body.product-listing-page .hero {
        position: relative;
        min-height: 500px;
    }

    body.product-listing-page .hero__image-desktop,
    body.product-listing-page .hero__image-mobile {
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    body.product-listing-page .hero__image-desktop {
        background-position: 80% center;
    }

    body.product-listing-page .hero__image-mobile {
        background-position: center;
        position: static;
        padding-bottom: 75%;
    }

    body.product-listing-page .hero__content {
        padding-top: 140px;
        padding-bottom: 140px;
        color: #FFF;
    }

    body.product-listing-page .hero__title {
        max-width: 560px;
        margin-bottom: 24px;
        font-style: italic;
        font-weight: 700;
    }

    body.product-listing-page .hero__description {
        max-width: 560px;
    }

    body.product-listing-page .hero__button {
        color: #39BAFF;
        font-size: 23px;
        display: inline-block;
        vertical-align: top;
        margin-top: 40px;
        margin-left: -10px;
        padding: 10px;
    }

    body.product-listing-page .hero__button-arrow {
        border: 2px solid #39BAFF;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
    }

    body.product-listing-page .hero__button-arrow svg {
        fill: #39BAFF;
        position: absolute;
        top: 4px;
        left: 10px;
        display: block;
    }

    @media (min-width: 1001px) {
        body.product-listing-page .hero__image-mobile {
            display: none;
        }
    }

    @media (max-width: 1000px) {
        body.product-listing-page .hero__image-desktop {
            display: none;
        }

        body.product-listing-page .hero__content {
            margin-top: -100px;
            background-image: linear-gradient(to bottom, transparent, #000 100px);
            padding-top: 50px;
            padding-bottom: 60px;
        }
    }

    @media (max-width: 600px) {
        body.product-listing-page .hero__content {
            padding-bottom: 40px;
        }

        body.product-listing-page .hero__button {
            font-size: 19px;
            margin-top: 20px;
        }

        body.product-listing-page .hero__button-arrow {
            width: 24px;
            height: 24px;
        }

        body.product-listing-page .hero__button-arrow svg {
            width: 8px;
            height: 14px;
            top: 3px;
            left: 7px;
        }
    }

/* Product header */
    body.product-listing-page .product-header {
        padding-top: 120px;
        padding-bottom: 40px;
    }

    body.product-listing-page .product-header__title {
        font-weight: 700;
    }

    body.product-listing-page .product-header__filter {
        display: flex;
        align-items: center;
        position: absolute;
        top: 3px;
        right: 0;
    }

    body.product-listing-page .product-header__filter-label {
        font-size: 23px;
    }

    body.product-listing-page .product-header__filter-select {
        margin-left: 30px;
        -webkit-appearance: none;
        appearance: none;
        background-color: #FFF;
        font-size: 17px;
        border: 2px solid #F2F2F2;
        border-top-right-radius: 16px;
        border-bottom-left-radius: 16px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 11px;
        padding-bottom: 9px;
        width: 240px;
        box-sizing: border-box;
        color: #666;
        background-repeat: no-repeat;
        background-position: 95% 70%;
    }

    body.product-listing-page .product-header__filter-select:focus {
        outline: none;
    }

    @media (max-width: 1000px) {
        body.product-listing-page .product-header__filter {
            position: static;
            margin-top: 20px;
        }
    }

    @media (max-width: 600px) {
        body.product-listing-page .product-header {
            padding-top: 60px;
        }

        body.product-listing-page .product-header__filter {
            display: block;
        }

        body.product-listing-page .product-header__filter-label {
            font-size: 20px;
        }

        body.product-listing-page .product-header__filter-select {
            margin-left: 0;
            margin-top: 10px;
        }
    }

/* Products */
    body.product-listing-page .products {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 60px;
        margin: -17px;
    }

    body.product-listing-page .product {
        width: 25%;
        padding: 17px;
        box-sizing: border-box;
    }

    body.product-listing-page .product__inner {
        display: block;
        position: relative;
        background-color: #FFF;
        overflow: hidden;
        border-radius: 8px;
        box-sizing: border-box;
        height: 100%;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 13px 14px -10px rgba(0, 0, 0, 0.2);
    }

    body.product-listing-page .product__image {
        padding-bottom: 66.67%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 55px;
        position: relative;
        transform: translateZ(0);
        transition: transform 0.3s;
    }

    body.product-listing-page .product:hover .product__image {
        transform: scale(1.05);
    }

    body.product-listing-page .product__title {
        font-style: italic;
        font-weight: 700;
        text-align: center;
        margin-top: 36px;
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
        transition: opacity 0.3s;
    }

    body.product-listing-page .product:hover .product__title {
        opacity: 0;
    }

    body.product-listing-page .product__button {
        margin-top: 7px;
        color: #39BAFF;
        text-align: center;
        margin-bottom: 55px;
        position: relative;
    }

    body.product-listing-page .product__button-text {
        display: inline-block;
        vertical-align: middle;
        transition: opacity 0.3s;
    }

    body.product-listing-page .product:hover .product__button-text {
        opacity: 0;
    }

    body.product-listing-page .product__button-arrow {
        display: inline-block;
        vertical-align: middle;
        border: 2px solid #39BAFF;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        box-sizing: border-box;
        position: relative;
        margin-left: 5px;
        transition: transform 0.3s;
    }

    body.product-listing-page .product__button-arrow svg {
        fill: #39BAFF;
        position: absolute;
        top: 3px;
        left: 5px;
    }

    body.product-listing-page .product:hover .product__button-arrow {
        transform: scale(2) translateX(-15px);
    }

    @media (max-width: 1100px) {
        body.product-listing-page .product {
            width: 33.33%;
        }
    }

    @media (max-width: 800px) {
        body.product-listing-page .product {
            width: 50%;
        }
    }

    @media (max-width: 550px) {
        body.product-listing-page .product {
            width: 100%;
        }
    }

body.modular-page .fluent-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

body.modular-page .fluent-component {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Hero */
    body.modular-page .hero {
        position: relative;
        height: 700px;
    }

    body.modular-page .hero__image-desktop,
    body.modular-page .hero__image-mobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
    }

    body.modular-page .hero__image-desktop {
        background-position: 80% center;
    }

    body.modular-page .hero__image-mobile {
        background-position: center;
    }

    body.modular-page .hero__darken {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50%;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    }

    body.modular-page .hero__content {
        box-sizing: border-box;
        color: #FFF;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding-bottom: 60px;
    }

    body.modular-page .hero__content .page-width-inner {
        max-width: 600px;
    }

    body.modular-page .hero__title {
        font-weight: 700;
    }

    body.modular-page .hero__description {
        margin-top: 20px;
    }

    @media (min-width: 1001px) {
        body.modular-page .hero__image-mobile {
            display: none;
        }
    }

    @media (max-width: 1000px) {
        body.modular-page .hero__image-desktop {
            display: none;
        }
    }

    @media (max-width: 900px) {
        body.modular-page .hero {
            height: 600px;
        }
    }

    @media (max-width: 600px) {
        body.modular-page .hero {
            height: 500px;
        }

        body.modular-page .hero__content {
            padding-bottom: 40px;
        }
    }

/* Fluent component text */
    body.modular-page .fluent-component-text__content {
        max-width: 720px;
    }

    body.modular-page .fluent-component-text[data-alignment="2"] .fluent-component-text__content {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

/* Fluent component image */
    body.modular-page .fluent-component-image {
        text-align: center;
    }

    body.modular-page .fluent-component-image img {
        max-width: 100%;
    }

/* Fluent component side by side */
    body.modular-page .fluent-component-side-by-side {
        overflow: hidden;
    }

    body.modular-page .fluent-component-side-by-side__columns {
        display: flex;
        align-items: center;
        margin-left: -80px;
        margin-right: -80px;
    }

    body.modular-page .fluent-component-side-by-side[data-image-side="1"] .fluent-component-side-by-side__columns {
        flex-direction: row-reverse;
    }

    body.modular-page .fluent-component-side-by-side__column {
        width: 50%;
        padding-left: 80px;
        padding-right: 80px;
    }

    body.modular-page .fluent-component-side-by-side__title {
        font-weight: 700;
        margin-bottom: 26px;
    }

    body.modular-page .fluent-component-side-by-side__button {
        margin-top: 60px;
    }

    body.modular-page .fluent-component-side-by-side__image {
        max-width: 100%;
    }

    @media (max-width: 800px) {
        body.modular-page .fluent-component-side-by-side__columns {
            display: block;
            margin-left: 0;
            margin-right: 0;
        }

        body.modular-page .fluent-component-side-by-side__column {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }

        body.modular-page .fluent-component-side-by-side__column:last-child {
            margin-top: 40px;
        }
    }

/* Fluent component video */
    body.modular-page .fluent-component-video__iframe-wrapper {
        position: relative;
        padding-bottom: 56.25%;
    }

    body.modular-page .fluent-component-video__iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

/* Fluent component card list */
    body.modular-page .fluent-component-card-list__items {
        display: flex;
        flex-wrap: wrap;
        margin: -17px;
    }

    body.modular-page .fluent-component-card-list__item {
        width: 33.33%;
        box-sizing: border-box;
        padding: 17px;
        position: relative;
    }

    body.modular-page .fluent-component-card-list__inner {
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 13px 14px -10px rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    body.modular-page .fluent-component-card-list__image {
        height: 200px;
        background-position: center;
        background-size: cover;
    }

    body.modular-page .fluent-component-card-list__bottom {
        padding: 40px;
        position: relative;
        box-sizing: border-box;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    body.modular-page .fluent-component-card-list__title {
        font-weight: 700;
    }

    body.modular-page .fluent-component-card-list__description {
        margin-top: 6px;
        flex-grow: 1;
    }

    body.modular-page .fluent-component-card-list__button {
        margin-top: 30px;
    }

    @media (max-width: 950px) {
        body.modular-page .fluent-component-card-list__item {
            width: 50%;
        }
    }

    @media (max-width: 600px) {
        body.modular-page .fluent-component-card-list__item {
            width: 100%;
        }
    }

/* Fluent component carousel */
    body.modular-page .fluent-component-carousel__slide {
        height: 600px;
        background-size: cover;
        background-position: center;
        position: relative;
    }

    body.modular-page .fluent-component-carousel__darken {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50%;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    }

    body.modular-page .fluent-component-carousel__caption {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1050px;
        color: #FFF;
        text-align: center;
        box-sizing: border-box;
    }

    body.modular-page .fluent-component-carousel__caption-title {
        font-weight: 700;
    }

    body.modular-page .fluent-component-carousel__caption-description {
        margin-top: 15px;
    }

    @media (max-width: 900px) {
        body.modular-page .fluent-component-carousel__slide {
            height: 500px;
        }
    }

    @media (max-width: 600px) {
        body.modular-page .fluent-component-carousel__slide {
            height: 400px;
        }

        body.modular-page .fluent-component-carousel__caption {
            bottom: 25px;
        }
    }

/* Fluent component full width image */
    body.modular-page .fluent-component-full-width-image__image {
        background-size: cover;
        background-position: center;
        height: 500px;
    }

    @media (max-width: 600px) {
        body.modular-page .fluent-component-full-width-image__image {
            height: auto;
            padding-bottom: 66.67%;
        }
    }

/* Fluent component team */
    body.modular-page .fluent-component-team__people {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: -18px;
    }

    body.modular-page .fluent-component-team__person {
        width: 25%;
        box-sizing: border-box;
        padding: 18px;
    }

    body.modular-page .fluent-component-team__person-inner {
        position: relative;
        background-size: cover;
        background-position: center;
        border-radius: 8px;
        overflow: hidden;
    }

    body.modular-page .fluent-component-team__spacer {
        padding-bottom: 125%;
    }

    body.modular-page .fluent-component-team__darken {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50%;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    }

    body.modular-page .fluent-component-team__content {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        color: #FFF;
        box-sizing: border-box;
        padding: 20px;
    }

    @media (max-width: 1000px) {
        body.modular-page .fluent-component-team__person {
            width: 50%;
        }
    }

    @media (max-width: 500px) {
        body.modular-page .fluent-component-team__person {
            width: 100%;
        }
    }

/* Fluent component fine print */
    body.modular-page .fluent-component-fine-print .page-width-inner {
        max-width: 720px;
    }

    body.modular-page .fluent-component-fine-print__content {
        border-top: 1px solid #E2E2E2;
        padding-top: 40px;
        color: #666;
    }

body.search-page .page-content {
    padding-top: 60px;
    padding-bottom: 100px;
}

body.search-page .page-title {
    max-width: 800px;
}

body.search-page .page-content .results {
    max-width: 800px;
    padding-top: 30px;
}

body.search-page .page-content .result {
    padding: 20px 0;
}

body.search-page .page-content .result__title {
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
}

body.search-page .page-content .result__link {
    color: #39BAFF;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
}

body.search-page .page-content .result__link:hover {
    text-decoration: underline;
}

body.search-page .page-content .result__description {
    padding-top: 10px;
}

body.search-page .page-content .result__description .highlighted {
    font-weight: 700;
}

body.search-page .page-content .no-results {
    padding-top: 40px;
    font-size: 20px;
}

body.search-page .page-content .pagination {
    padding-top: 40px;
}

@media (max-width: 600px) {
    body.search-page .page-content {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    body.search-page .page-content .results {
        padding-top: 10px;
    }
}

body.error-page .page-content {
    padding-top: 150px;
    padding-bottom: 220px;
}

body.error-page .page-content .page-width-inner {
    max-width: 500px;
}

body.error-page .error__number {
    color: #39BAFF;
}

body.error-page .error__name {
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 30px;
}

/* Hero */
    body.contact-page .hero {
        position: relative;
        height: 500px;
    }

    body.contact-page .hero__image-desktop,
    body.contact-page .hero__image-mobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
    }

    body.contact-page .hero__image-desktop {
        background-position: 80% center;
    }

    body.contact-page .hero__image-mobile {
        background-position: center;
    }

    @media (min-width: 1001px) {
        body.contact-page .hero__image-mobile {
            display: none;
        }
    }

    @media (max-width: 1000px) {
        body.contact-page .hero__image-desktop {
            display: none;
        }
    }

/* Middle content */
    body.contact-page .middle-content {
        padding-top: 120px;
        padding-bottom: 140px;
    }

    body.contact-page .middle-content .page-width-inner {
        max-width: 640px;
    }

    body.contact-page .middle-content .form-intro {
        text-align: center;
        margin-bottom: 60px;
    }

    body.contact-page .middle-content .form__fields {
        display: flex;
        flex-wrap: wrap;
    }

    body.contact-page .middle-content .form__fields .form-group {
        width: 100%;
        margin-top: 20px;
    }

    body.contact-page .middle-content .form__fields .form-group:nth-child(1),
    body.contact-page .middle-content .form__fields .form-group:nth-child(3) {
        width: 50%;
        padding-right: 20px;
        box-sizing: border-box;
    }

    body.contact-page .middle-content .form__fields .form-group:nth-child(2),
    body.contact-page .middle-content .form__fields .form-group:nth-child(4) {
        width: 50%;
        padding-left: 20px;
        box-sizing: border-box;
    }

    body.contact-page .middle-content .form__fields label {
        display: none;
    }

    body.contact-page .middle-content .form__fields input[type=text],
    body.contact-page .middle-content .form__fields input[type=email] {
        border: none;
        border-bottom: 4px solid #333;
        font-size: 24px;
        width: 100%;
        box-sizing: border-box;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    body.contact-page .middle-content .form__fields textarea {
        border: 4px solid #333;
        border-radius: 8px;
        font-size: 24px;
        box-sizing: border-box;
        width: 100%;
        margin-top: 65px;
        padding: 20px 30px;
    }

    body.contact-page .middle-content .form__fields input[type=text]:focus,
    body.contact-page .middle-content .form__fields input[type=email]:focus,
    body.contact-page .middle-content .form__fields textarea:focus {
        outline: none;
    }

    body.contact-page .middle-content .form__fields input::-webkit-input-placeholder,
    body.contact-page .middle-content .form__fields textarea::-webkit-input-placeholder {
        opacity: 1;
        color: #999;
        font-weight: 300;
    }

    body.contact-page .middle-content .form__fields input::-moz-placeholder,
    body.contact-page .middle-content .form__fields textarea::-moz-placeholder {
        opacity: 1;
        color: #999;
        font-weight: 300;
    }

    body.contact-page .middle-content .form__fields input:-ms-input-placeholder,
    body.contact-page .middle-content .form__fields textarea:-ms-input-placeholder {
        opacity: 1;
        color: #999;
        font-weight: 300;
    }

    body.contact-page .middle-content .form input::placeholder,
    body.contact-page .middle-content .form textarea::placeholder {
        opacity: 1;
        color: #999;
        font-weight: 300;
    }

    body.contact-page .middle-content .form__submit-button-wrapper {
        text-align: center;
    }

    body.contact-page .middle-content .form__submit-button {
        text-transform: uppercase;
        position: relative;
        padding-right: 50px;
        margin-top: 40px;
    }

    body.contact-page .middle-content .form__submit-button svg {
        fill: #FFF;
        position: absolute;
        top: 14px;
        right: 22px;
    }

    body.contact-page .middle-content .customer-service {
        text-align: center;
        margin-top: 100px;
        font-size: 24px;
        line-height: 36px;
    }

    body.contact-page .middle-content .customer-service__title {
        font-weight: 700;
        margin-bottom: 20px;
    }

    body.contact-page .middle-content .customer-service__phone,
    body.contact-page .middle-content .customer-service__fax,
    body.contact-page .middle-content .customer-service__tech-support-phone {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    body.contact-page .middle-content .customer-service__email {
        color: #39BAFF;
    }

    body.contact-page .middle-content .customer-service__email:hover {
        text-decoration: underline;
    }

    body.contact-page .middle-content .customer-service svg {
        margin-right: 10px;
    }

    body.contact-page .middle-content .customer-service__tech-support-title {
        font-weight: 700;
        margin-top: 36px;
    }

/* Map */
    body.contact-page .map iframe {
        display: block;
        width: 100%;
    }
