/*
 *  Copyright 2018 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.cmp-tabs__tab {
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  padding: .5rem 1rem;
  cursor: pointer;
}
.cmp-tabs__tab--active {
  border-color: inherit;
}
.cmp-tabs__tabpanel {
  display: none;
}
.cmp-tabs__tabpanel--active {
  display: block;
}

.article-detail__row {
		padding: 5rem;
		padding-bottom: 0rem;
	}

	.display-flex {
		display: flex;
	}

	.width-75 {
		width: 75%;
	}

	.font-size-h3 {
		font-size: 3.8rem;
	}

	.article-detail__articleId {
        margin: 0rem;
        text-align: center; 
        line-height: .5rem;
		word-break: normal;
	}
	.article-detail__attachment{
	   padding-left: 90px;
	   padding-bottom: 50px;
	}

	.article-detail__body{
	     padding-left: 50px;
         padding-right: 50px;
	}
@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --lava: #ff3b00;
  --midnight: #00213c;
  --black: #000;
  --sand: #f0e9d6;
  --sand-25: #fbf9f4;
  --sand-50: #f7f3ea;
  --sand-75: #f3eee0;
  --pearl: #d9d2cd;
  --pearl-10: #fbfaf9;
  --pearl-25: #f5f3f2;
  --pearl-50: #ebe8e5;
  --pearl-75: #e2ddd9;
  --linen: #ab9d95;
  --linen-25: #e9e6e4;
  --linen-50: #d5ceca;
  --linen-75: #c0b5af;
  --slate: #9c8e8b;
  --slate-25: #e6e3e2;
  --slate-50: #cdc6c4;
  --slate-75: #b4a9a7;
  --stone: #93d0cd;
  --sunflower: #ffdf5c;
  --mint: #86c2a6;
  --light: #fff;
  --dark: #000;
  --primary: #ff3b00;
  --secondary: #00213c;
  --success: #86c2a6;
  --info: #93d0cd;
  --warning: #ffdf5c;
  --danger: #ff3b00;
  --light: #d9d2cd;
  --dark: #212529;
  --alt-light: #ebe8e5;
  --alt-dark: #00213c;
  --breakpoint-sm: 0;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1440px;
  --font-family-sans-serif: "ff-good-web-pro", Arial sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "ff-good-web-pro", Arial sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #ff3b00;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #b32900;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-family: "ff-good-headline-web-pro", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2; }

h1, .h1 {
  font-size: 4.2rem; }

h2, .h2 {
  font-size: 3.6rem; }

h3, .h3 {
  font-size: 1.896rem; }

h4, .h4 {
  font-size: 1.8rem; }

h5, .h5 {
  font-size: 1.6rem; }

h6, .h6 {
  font-size: 1.6rem; }

.lead {
  font-size: 2rem;
  font-weight: 400; }

.display-1 {
  font-size: 12rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 7.2rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.2rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1.6rem;
  font-size: 2rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.8rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.table {
  width: 100%;
  margin-bottom: 1.6rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #d9d2cd; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #d9d2cd; }
  .table tbody + tbody {
    border-top: 2px solid #d9d2cd; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #d9d2cd; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #d9d2cd; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #ffc8b8; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #ff997a; }

.table-hover .table-primary:hover {
  background-color: #ffb49f; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #ffb49f; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #b8c1c8; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #7a8c9a; }

.table-hover .table-secondary:hover {
  background-color: #aab4bd; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #aab4bd; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #ddeee6; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #c0dfd1; }

.table-hover .table-success:hover {
  background-color: #cce6da; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #cce6da; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #e1f2f1; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #c7e7e5; }

.table-hover .table-info:hover {
  background-color: #cfeae9; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #cfeae9; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff6d1; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffeeaa; }

.table-hover .table-warning:hover {
  background-color: #fff1b8; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #fff1b8; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffc8b8; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ff997a; }

.table-hover .table-danger:hover {
  background-color: #ffb49f; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ffb49f; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #f4f2f1; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #ebe8e5; }

.table-hover .table-light:hover {
  background-color: #e9e5e3; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #e9e5e3; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c1c2c3; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8c8e90; }

.table-hover .table-dark:hover {
  background-color: #b4b5b6; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b4b5b6; }

.table-alt-light,
.table-alt-light > th,
.table-alt-light > td {
  background-color: #f9f9f8; }

.table-alt-light th,
.table-alt-light td,
.table-alt-light thead th,
.table-alt-light tbody + tbody {
  border-color: #f5f3f1; }

.table-hover .table-alt-light:hover {
  background-color: #ededea; }
  .table-hover .table-alt-light:hover > td,
  .table-hover .table-alt-light:hover > th {
    background-color: #ededea; }

.table-alt-dark,
.table-alt-dark > th,
.table-alt-dark > td {
  background-color: #b8c1c8; }

.table-alt-dark th,
.table-alt-dark td,
.table-alt-dark thead th,
.table-alt-dark tbody + tbody {
  border-color: #7a8c9a; }

.table-hover .table-alt-dark:hover {
  background-color: #aab4bd; }
  .table-hover .table-alt-dark:hover > td,
  .table-hover .table-alt-dark:hover > th {
    background-color: #aab4bd; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #d9d2cd; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1439.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.4rem + 2px);
  padding: 0.7rem 0.75rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff9d80;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 59, 0, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.7rem + 1px);
  padding-bottom: calc(0.7rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.8rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.4rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #86c2a6; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(134, 194, 166, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #86c2a6;
  padding-right: calc(1.5em + 1.4rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2386c2a6' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.35rem);
  background-size: calc(0.75em + 0.7rem) calc(0.75em + 0.7rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #86c2a6;
    box-shadow: 0 0 0 0.2rem rgba(134, 194, 166, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.4rem);
  background-position: top calc(0.375em + 0.35rem) right calc(0.375em + 0.35rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #86c2a6;
  padding-right: calc((1em + 1.4rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2386c2a6' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.7rem) calc(0.75em + 0.7rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #86c2a6;
    box-shadow: 0 0 0 0.2rem rgba(134, 194, 166, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #86c2a6; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #86c2a6; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #86c2a6; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #a8d3bf;
  background-color: #a8d3bf; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(134, 194, 166, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #86c2a6; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #86c2a6; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #86c2a6;
  box-shadow: 0 0 0 0.2rem rgba(134, 194, 166, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ff3b00; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 59, 0, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ff3b00;
  padding-right: calc(1.5em + 1.4rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff3b00' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ff3b00' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.35rem);
  background-size: calc(0.75em + 0.7rem) calc(0.75em + 0.7rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #ff3b00;
    box-shadow: 0 0 0 0.2rem rgba(255, 59, 0, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.4rem);
  background-position: top calc(0.375em + 0.35rem) right calc(0.375em + 0.35rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ff3b00;
  padding-right: calc((1em + 1.4rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff3b00' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ff3b00' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.7rem) calc(0.75em + 0.7rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #ff3b00;
    box-shadow: 0 0 0 0.2rem rgba(255, 59, 0, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff3b00; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff3b00; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #ff3b00; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff6233;
  background-color: #ff6233; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 59, 0, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff3b00; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff3b00; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff3b00;
  box-shadow: 0 0 0 0.2rem rgba(255, 59, 0, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0; }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-plaintext {
    display: inline-block; }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto; }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0; }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center; }
  .form-inline .custom-control-label {
    margin-bottom: 0; }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.7rem 0.75rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 59, 0, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #ff3b00;
  border-color: #ff3b00; }
  .btn-primary:hover {
    color: #fff;
    background-color: #d93200;
    border-color: #cc2f00; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 88, 38, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-primary:not(:disabled):not(.disabled):active:hover, .btn-primary:not(:disabled):not(.disabled).active:hover,
    .show > .btn-primary.dropdown-toggle:hover {
      background-color: #d93200;
      border-color: #cc2f00; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 88, 38, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #00213c;
  border-color: #00213c; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #000c16;
    border-color: #000509; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 66, 89, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #00213c;
    border-color: #00213c; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-secondary:not(:disabled):not(.disabled):active:hover, .btn-secondary:not(:disabled):not(.disabled).active:hover,
    .show > .btn-secondary.dropdown-toggle:hover {
      background-color: #000c16;
      border-color: #000509; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 66, 89, 0.5); }

.btn-success {
  color: #212529;
  background-color: #86c2a6;
  border-color: #86c2a6; }
  .btn-success:hover {
    color: #212529;
    background-color: #6db593;
    border-color: #64b18d; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(119, 170, 147, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #212529;
    background-color: #86c2a6;
    border-color: #86c2a6; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-success:not(:disabled):not(.disabled):active:hover, .btn-success:not(:disabled):not(.disabled).active:hover,
    .show > .btn-success.dropdown-toggle:hover {
      background-color: #6db593;
      border-color: #64b18d; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(119, 170, 147, 0.5); }

.btn-info {
  color: #212529;
  background-color: #93d0cd;
  border-color: #93d0cd; }
  .btn-info:hover {
    color: #212529;
    background-color: #78c4c1;
    border-color: #6fc1bd; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 182, 180, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #212529;
    background-color: #93d0cd;
    border-color: #93d0cd; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #212529;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-info:not(:disabled):not(.disabled):active:hover, .btn-info:not(:disabled):not(.disabled).active:hover,
    .show > .btn-info.dropdown-toggle:hover {
      background-color: #78c4c1;
      border-color: #6fc1bd; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 182, 180, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffdf5c;
  border-color: #ffdf5c; }
  .btn-warning:hover {
    color: #212529;
    background-color: #ffd736;
    border-color: #ffd529; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 195, 84, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffdf5c;
    border-color: #ffdf5c; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-warning:not(:disabled):not(.disabled):active:hover, .btn-warning:not(:disabled):not(.disabled).active:hover,
    .show > .btn-warning.dropdown-toggle:hover {
      background-color: #ffd736;
      border-color: #ffd529; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 195, 84, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #ff3b00;
  border-color: #ff3b00; }
  .btn-danger:hover {
    color: #fff;
    background-color: #d93200;
    border-color: #cc2f00; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 88, 38, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-danger:not(:disabled):not(.disabled):active:hover, .btn-danger:not(:disabled):not(.disabled).active:hover,
    .show > .btn-danger.dropdown-toggle:hover {
      background-color: #d93200;
      border-color: #cc2f00; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 88, 38, 0.5); }

.btn-light {
  color: #212529;
  background-color: #d9d2cd;
  border-color: #d9d2cd; }
  .btn-light:hover {
    color: #212529;
    background-color: #c8beb7;
    border-color: #c3b8b0; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 184, 180, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #d9d2cd;
    border-color: #d9d2cd; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-light:not(:disabled):not(.disabled):active:hover, .btn-light:not(:disabled):not(.disabled).active:hover,
    .show > .btn-light.dropdown-toggle:hover {
      background-color: #c8beb7;
      border-color: #c3b8b0; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 184, 180, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529; }
  .btn-dark:hover {
    color: #fff;
    background-color: #101214;
    border-color: #0a0c0d; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-dark:not(:disabled):not(.disabled):active:hover, .btn-dark:not(:disabled):not(.disabled).active:hover,
    .show > .btn-dark.dropdown-toggle:hover {
      background-color: #101214;
      border-color: #0a0c0d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5); }

.btn-alt-light {
  color: #212529;
  background-color: #ebe8e5;
  border-color: #ebe8e5; }
  .btn-alt-light:hover {
    color: #212529;
    background-color: #dad5cf;
    border-color: #d5cfc8; }
  .btn-alt-light:focus, .btn-alt-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(205, 203, 201, 0.5); }
  .btn-alt-light.disabled, .btn-alt-light:disabled {
    color: #212529;
    background-color: #ebe8e5;
    border-color: #ebe8e5; }
  .btn-alt-light:not(:disabled):not(.disabled):active, .btn-alt-light:not(:disabled):not(.disabled).active,
  .show > .btn-alt-light.dropdown-toggle {
    color: #212529;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-alt-light:not(:disabled):not(.disabled):active:hover, .btn-alt-light:not(:disabled):not(.disabled).active:hover,
    .show > .btn-alt-light.dropdown-toggle:hover {
      background-color: #dad5cf;
      border-color: #d5cfc8; }
    .btn-alt-light:not(:disabled):not(.disabled):active:focus, .btn-alt-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-alt-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(205, 203, 201, 0.5); }

.btn-alt-dark {
  color: #fff;
  background-color: #00213c;
  border-color: #00213c; }
  .btn-alt-dark:hover {
    color: #fff;
    background-color: #000c16;
    border-color: #000509; }
  .btn-alt-dark:focus, .btn-alt-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 66, 89, 0.5); }
  .btn-alt-dark.disabled, .btn-alt-dark:disabled {
    color: #fff;
    background-color: #00213c;
    border-color: #00213c; }
  .btn-alt-dark:not(:disabled):not(.disabled):active, .btn-alt-dark:not(:disabled):not(.disabled).active,
  .show > .btn-alt-dark.dropdown-toggle {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-alt-dark:not(:disabled):not(.disabled):active:hover, .btn-alt-dark:not(:disabled):not(.disabled).active:hover,
    .show > .btn-alt-dark.dropdown-toggle:hover {
      background-color: #000c16;
      border-color: #000509; }
    .btn-alt-dark:not(:disabled):not(.disabled):active:focus, .btn-alt-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-alt-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 66, 89, 0.5); }

.btn-outline-primary {
  color: #ff3b00;
  border-color: #ff3b00; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 59, 0, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #ff3b00;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 59, 0, 0.5); }

.btn-outline-secondary {
  color: #00213c;
  border-color: #00213c; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #00213c;
    border-color: #00213c; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 33, 60, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #00213c;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #00213c;
    border-color: #00213c; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 33, 60, 0.5); }

.btn-outline-success {
  color: #86c2a6;
  border-color: #86c2a6; }
  .btn-outline-success:hover {
    color: #212529;
    background-color: #86c2a6;
    border-color: #86c2a6; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 194, 166, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #86c2a6;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #86c2a6;
    border-color: #86c2a6; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(134, 194, 166, 0.5); }

.btn-outline-info {
  color: #93d0cd;
  border-color: #93d0cd; }
  .btn-outline-info:hover {
    color: #212529;
    background-color: #93d0cd;
    border-color: #93d0cd; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(147, 208, 205, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #93d0cd;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #212529;
    background-color: #93d0cd;
    border-color: #93d0cd; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(147, 208, 205, 0.5); }

.btn-outline-warning {
  color: #ffdf5c;
  border-color: #ffdf5c; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffdf5c;
    border-color: #ffdf5c; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 223, 92, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffdf5c;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffdf5c;
    border-color: #ffdf5c; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 223, 92, 0.5); }

.btn-outline-danger {
  color: #ff3b00;
  border-color: #ff3b00; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 59, 0, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ff3b00;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 59, 0, 0.5); }

.btn-outline-light {
  color: #d9d2cd;
  border-color: #d9d2cd; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #d9d2cd;
    border-color: #d9d2cd; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 210, 205, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #d9d2cd;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #d9d2cd;
    border-color: #d9d2cd; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(217, 210, 205, 0.5); }

.btn-outline-dark {
  color: #212529;
  border-color: #212529; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #212529;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5); }

.btn-outline-alt-light {
  color: #ebe8e5;
  border-color: #ebe8e5; }
  .btn-outline-alt-light:hover {
    color: #212529;
    background-color: #ebe8e5;
    border-color: #ebe8e5; }
  .btn-outline-alt-light:focus, .btn-outline-alt-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(235, 232, 229, 0.5); }
  .btn-outline-alt-light.disabled, .btn-outline-alt-light:disabled {
    color: #ebe8e5;
    background-color: transparent; }
  .btn-outline-alt-light:not(:disabled):not(.disabled):active, .btn-outline-alt-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-alt-light.dropdown-toggle {
    color: #212529;
    background-color: #ebe8e5;
    border-color: #ebe8e5; }
    .btn-outline-alt-light:not(:disabled):not(.disabled):active:focus, .btn-outline-alt-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-alt-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(235, 232, 229, 0.5); }

.btn-outline-alt-dark {
  color: #00213c;
  border-color: #00213c; }
  .btn-outline-alt-dark:hover {
    color: #fff;
    background-color: #00213c;
    border-color: #00213c; }
  .btn-outline-alt-dark:focus, .btn-outline-alt-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 33, 60, 0.5); }
  .btn-outline-alt-dark.disabled, .btn-outline-alt-dark:disabled {
    color: #00213c;
    background-color: transparent; }
  .btn-outline-alt-dark:not(:disabled):not(.disabled):active, .btn-outline-alt-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-alt-dark.dropdown-toggle {
    color: #fff;
    background-color: #00213c;
    border-color: #00213c; }
    .btn-outline-alt-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-alt-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-alt-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 33, 60, 0.5); }

.btn-link {
  font-weight: 400;
  color: #ff3b00;
  text-decoration: none; }
  .btn-link:hover {
    color: #b32900;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.spinner-border {
  margin-right: 10px; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.6rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1440px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.8rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ff3b00; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.7rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 2.4rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ff3b00;
    background-color: #ff3b00; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(255, 59, 0, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #ff9d80; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #ffc4b3;
    border-color: #ffc4b3; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.7rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.7rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #ff3b00;
  background-color: #ff3b00; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 59, 0, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 59, 0, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 59, 0, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.7rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(255, 59, 0, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.4rem + 2px);
  padding: 0.7rem 1.75rem 0.7rem 0.75rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #ff9d80;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 59, 0, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1.4rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.8rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.4rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.4rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #ff9d80;
    box-shadow: 0 0 0 0.2rem rgba(255, 59, 0, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.4rem + 2px);
  padding: 0.7rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1.4rem);
    padding: 0.7rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 59, 0, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 59, 0, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 59, 0, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #ff3b00;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #ffc4b3; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #ff3b00;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #ffc4b3; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #ff3b00;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #ffc4b3; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ff3b00; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 1.6rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  margin-right: 1.6rem;
  font-size: 1.8rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.8rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1439.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1440px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column;
  flex-flow: row wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .card-deck .card {
    margin-bottom: 15px; }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; }

.card-group {
  display: flex;
  flex-direction: column;
  flex-flow: row wrap; }
  .card-group > .card {
    margin-bottom: 15px; }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0; }
    .card-group > .card + .card {
      margin-left: 0;
      border-left: 0; }
    .card-group > .card:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
      .card-group > .card:not(:last-child) .card-img-top,
      .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0; }
      .card-group > .card:not(:last-child) .card-img-bottom,
      .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0; }
    .card-group > .card:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      .card-group > .card:not(:first-child) .card-img-top,
      .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0; }
      .card-group > .card:not(:first-child) .card-img-bottom,
      .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0; }

.card-columns {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  orphans: 1;
  widows: 1; }
  .card-columns .card {
    margin-bottom: 0.75rem; }
  .card-columns .card {
    display: inline-block;
    width: 100%; }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ff3b00;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #b32900;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 59, 0, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #ff3b00;
  border-color: #ff3b00; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.8rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #ff3b00; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #cc2f00; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 59, 0, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #00213c; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #000509; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 33, 60, 0.5); }

.badge-success {
  color: #212529;
  background-color: #86c2a6; }
  a.badge-success:hover, a.badge-success:focus {
    color: #212529;
    background-color: #64b18d; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(134, 194, 166, 0.5); }

.badge-info {
  color: #212529;
  background-color: #93d0cd; }
  a.badge-info:hover, a.badge-info:focus {
    color: #212529;
    background-color: #6fc1bd; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(147, 208, 205, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffdf5c; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #ffd529; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 223, 92, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #ff3b00; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #cc2f00; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 59, 0, 0.5); }

.badge-light {
  color: #212529;
  background-color: #d9d2cd; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #c3b8b0; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(217, 210, 205, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #212529; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #0a0c0d; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5); }

.badge-alt-light {
  color: #212529;
  background-color: #ebe8e5; }
  a.badge-alt-light:hover, a.badge-alt-light:focus {
    color: #212529;
    background-color: #d5cfc8; }
  a.badge-alt-light:focus, a.badge-alt-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(235, 232, 229, 0.5); }

.badge-alt-dark {
  color: #fff;
  background-color: #00213c; }
  a.badge-alt-dark:hover, a.badge-alt-dark:focus {
    color: #fff;
    background-color: #000509; }
  a.badge-alt-dark:focus, a.badge-alt-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 33, 60, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
  padding: 4rem 2rem; }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4.9rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #851f00;
  background-color: #ffd8cc;
  border-color: #ffc8b8; }
  .alert-primary hr {
    border-top-color: #ffb49f; }
  .alert-primary .alert-link {
    color: #521300; }

.alert-secondary {
  color: #00111f;
  background-color: #ccd3d8;
  border-color: #b8c1c8; }
  .alert-secondary hr {
    border-top-color: #aab4bd; }
  .alert-secondary .alert-link {
    color: black; }

.alert-success {
  color: #466556;
  background-color: #e7f3ed;
  border-color: #ddeee6; }
  .alert-success hr {
    border-top-color: #cce6da; }
  .alert-success .alert-link {
    color: #31473c; }

.alert-info {
  color: #4c6c6b;
  background-color: #e9f6f5;
  border-color: #e1f2f1; }
  .alert-info hr {
    border-top-color: #cfeae9; }
  .alert-info .alert-link {
    color: #374e4d; }

.alert-warning {
  color: #857430;
  background-color: #fff9de;
  border-color: #fff6d1; }
  .alert-warning hr {
    border-top-color: #fff1b8; }
  .alert-warning .alert-link {
    color: #605322; }

.alert-danger {
  color: #851f00;
  background-color: #ffd8cc;
  border-color: #ffc8b8; }
  .alert-danger hr {
    border-top-color: #ffb49f; }
  .alert-danger .alert-link {
    color: #521300; }

.alert-light {
  color: #716d6b;
  background-color: #f7f6f5;
  border-color: #f4f2f1; }
  .alert-light hr {
    border-top-color: #e9e5e3; }
  .alert-light .alert-link {
    color: #575452; }

.alert-dark {
  color: #111315;
  background-color: #d3d3d4;
  border-color: #c1c2c3; }
  .alert-dark hr {
    border-top-color: #b4b5b6; }
  .alert-dark .alert-link {
    color: black; }

.alert-alt-light {
  color: #7a7977;
  background-color: #fbfafa;
  border-color: #f9f9f8; }
  .alert-alt-light hr {
    border-top-color: #ededea; }
  .alert-alt-light .alert-link {
    color: #605f5e; }

.alert-alt-dark {
  color: #00111f;
  background-color: #ccd3d8;
  border-color: #b8c1c8; }
  .alert-alt-dark hr {
    border-top-color: #aab4bd; }
  .alert-alt-dark .alert-link {
    color: black; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 1.2rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff3b00;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1440px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #851f00;
  background-color: #ffc8b8; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #851f00;
    background-color: #ffb49f; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #851f00;
    border-color: #851f00; }

.list-group-item-secondary {
  color: #00111f;
  background-color: #b8c1c8; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #00111f;
    background-color: #aab4bd; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #00111f;
    border-color: #00111f; }

.list-group-item-success {
  color: #466556;
  background-color: #ddeee6; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #466556;
    background-color: #cce6da; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #466556;
    border-color: #466556; }

.list-group-item-info {
  color: #4c6c6b;
  background-color: #e1f2f1; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #4c6c6b;
    background-color: #cfeae9; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #4c6c6b;
    border-color: #4c6c6b; }

.list-group-item-warning {
  color: #857430;
  background-color: #fff6d1; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #857430;
    background-color: #fff1b8; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #857430;
    border-color: #857430; }

.list-group-item-danger {
  color: #851f00;
  background-color: #ffc8b8; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #851f00;
    background-color: #ffb49f; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #851f00;
    border-color: #851f00; }

.list-group-item-light {
  color: #716d6b;
  background-color: #f4f2f1; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #716d6b;
    background-color: #e9e5e3; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #716d6b;
    border-color: #716d6b; }

.list-group-item-dark {
  color: #111315;
  background-color: #c1c2c3; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #111315;
    background-color: #b4b5b6; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #111315;
    border-color: #111315; }

.list-group-item-alt-light {
  color: #7a7977;
  background-color: #f9f9f8; }
  .list-group-item-alt-light.list-group-item-action:hover, .list-group-item-alt-light.list-group-item-action:focus {
    color: #7a7977;
    background-color: #ededea; }
  .list-group-item-alt-light.list-group-item-action.active {
    color: #fff;
    background-color: #7a7977;
    border-color: #7a7977; }

.list-group-item-alt-dark {
  color: #00111f;
  background-color: #b8c1c8; }
  .list-group-item-alt-dark.list-group-item-action:hover, .list-group-item-alt-dark.list-group-item-action:focus {
    color: #00111f;
    background-color: #aab4bd; }
  .list-group-item-alt-dark.list-group-item-action.active {
    color: #fff;
    background-color: #00111f;
    border-color: #00111f; }

.close {
  float: right;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #d9d2cd;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #d9d2cd;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto; }

.modal-dialog-scrollable {
  max-height: calc(100% - 3.5rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); }

.modal-dialog-centered {
  min-height: calc(100% - 3.5rem); }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem); }

.modal-sm {
  max-width: 300px; }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1440px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "ff-good-web-pro", Arial sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "ff-good-web-pro", Arial sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #ff3b00 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #cc2f00 !important; }

.bg-secondary {
  background-color: #00213c !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #000509 !important; }

.bg-success {
  background-color: #86c2a6 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #64b18d !important; }

.bg-info {
  background-color: #93d0cd !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #6fc1bd !important; }

.bg-warning {
  background-color: #ffdf5c !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffd529 !important; }

.bg-danger {
  background-color: #ff3b00 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #cc2f00 !important; }

.bg-light {
  background-color: #d9d2cd !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #c3b8b0 !important; }

.bg-dark {
  background-color: #212529 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #0a0c0d !important; }

.bg-alt-light {
  background-color: #ebe8e5 !important; }

a.bg-alt-light:hover, a.bg-alt-light:focus,
button.bg-alt-light:hover,
button.bg-alt-light:focus {
  background-color: #d5cfc8 !important; }

.bg-alt-dark {
  background-color: #00213c !important; }

a.bg-alt-dark:hover, a.bg-alt-dark:focus,
button.bg-alt-dark:hover,
button.bg-alt-dark:focus {
  background-color: #000509 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #d9d2cd !important; }

.border-top {
  border-top: 1px solid #d9d2cd !important; }

.border-right {
  border-right: 1px solid #d9d2cd !important; }

.border-bottom {
  border-bottom: 1px solid #d9d2cd !important; }

.border-left {
  border-left: 1px solid #d9d2cd !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #ff3b00 !important; }

.border-secondary {
  border-color: #00213c !important; }

.border-success {
  border-color: #86c2a6 !important; }

.border-info {
  border-color: #93d0cd !important; }

.border-warning {
  border-color: #ffdf5c !important; }

.border-danger {
  border-color: #ff3b00 !important; }

.border-light {
  border-color: #d9d2cd !important; }

.border-dark {
  border-color: #212529 !important; }

.border-alt-light {
  border-color: #ebe8e5 !important; }

.border-alt-dark {
  border-color: #00213c !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

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

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

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

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1440px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1440px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

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

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

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

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.4rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.4rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.4rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.4rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.4rem !important; }

.m-2 {
  margin: 0.8rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.8rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.8rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.8rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.8rem !important; }

.m-3 {
  margin: 1.6rem !important; }

.mt-3,
.my-3 {
  margin-top: 1.6rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1.6rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1.6rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1.6rem !important; }

.m-4 {
  margin: 2.4rem !important; }

.mt-4,
.my-4 {
  margin-top: 2.4rem !important; }

.mr-4,
.mx-4 {
  margin-right: 2.4rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 2.4rem !important; }

.ml-4,
.mx-4 {
  margin-left: 2.4rem !important; }

.m-5 {
  margin: 4.8rem !important; }

.mt-5,
.my-5 {
  margin-top: 4.8rem !important; }

.mr-5,
.mx-5 {
  margin-right: 4.8rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 4.8rem !important; }

.ml-5,
.mx-5 {
  margin-left: 4.8rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

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

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

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

.p-1 {
  padding: 0.4rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.4rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.4rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.4rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.4rem !important; }

.p-2 {
  padding: 0.8rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.8rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.8rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.8rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.8rem !important; }

.p-3 {
  padding: 1.6rem !important; }

.pt-3,
.py-3 {
  padding-top: 1.6rem !important; }

.pr-3,
.px-3 {
  padding-right: 1.6rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1.6rem !important; }

.pl-3,
.px-3 {
  padding-left: 1.6rem !important; }

.p-4 {
  padding: 2.4rem !important; }

.pt-4,
.py-4 {
  padding-top: 2.4rem !important; }

.pr-4,
.px-4 {
  padding-right: 2.4rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 2.4rem !important; }

.pl-4,
.px-4 {
  padding-left: 2.4rem !important; }

.p-5 {
  padding: 4.8rem !important; }

.pt-5,
.py-5 {
  padding-top: 4.8rem !important; }

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

.pb-5,
.py-5 {
  padding-bottom: 4.8rem !important; }

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

.m-n1 {
  margin: -0.4rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.4rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.4rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.4rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.4rem !important; }

.m-n2 {
  margin: -0.8rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.8rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.8rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.8rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.8rem !important; }

.m-n3 {
  margin: -1.6rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1.6rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1.6rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1.6rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1.6rem !important; }

.m-n4 {
  margin: -2.4rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -2.4rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -2.4rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -2.4rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -2.4rem !important; }

.m-n5 {
  margin: -4.8rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -4.8rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -4.8rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -4.8rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -4.8rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.4rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.4rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.4rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.4rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.4rem !important; }
  .m-md-2 {
    margin: 0.8rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.8rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.8rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.8rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.8rem !important; }
  .m-md-3 {
    margin: 1.6rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1.6rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.6rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.6rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.6rem !important; }
  .m-md-4 {
    margin: 2.4rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 2.4rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 2.4rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2.4rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 2.4rem !important; }
  .m-md-5 {
    margin: 4.8rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 4.8rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 4.8rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 4.8rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 4.8rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.4rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.4rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.4rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.4rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.4rem !important; }
  .p-md-2 {
    padding: 0.8rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.8rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.8rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.8rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.8rem !important; }
  .p-md-3 {
    padding: 1.6rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1.6rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1.6rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.6rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1.6rem !important; }
  .p-md-4 {
    padding: 2.4rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 2.4rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 2.4rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2.4rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 2.4rem !important; }
  .p-md-5 {
    padding: 4.8rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 4.8rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 4.8rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 4.8rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 4.8rem !important; }
  .m-md-n1 {
    margin: -0.4rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.4rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.4rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.4rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.4rem !important; }
  .m-md-n2 {
    margin: -0.8rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.8rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.8rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.8rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.8rem !important; }
  .m-md-n3 {
    margin: -1.6rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1.6rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1.6rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1.6rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1.6rem !important; }
  .m-md-n4 {
    margin: -2.4rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -2.4rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -2.4rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -2.4rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -2.4rem !important; }
  .m-md-n5 {
    margin: -4.8rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -4.8rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -4.8rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -4.8rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -4.8rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.4rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.4rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.4rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.4rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.4rem !important; }
  .m-lg-2 {
    margin: 0.8rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.8rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.8rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.8rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.8rem !important; }
  .m-lg-3 {
    margin: 1.6rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.6rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.6rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.6rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.6rem !important; }
  .m-lg-4 {
    margin: 2.4rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 2.4rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 2.4rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 2.4rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 2.4rem !important; }
  .m-lg-5 {
    margin: 4.8rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 4.8rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 4.8rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 4.8rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 4.8rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.4rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.4rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.4rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.4rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.4rem !important; }
  .p-lg-2 {
    padding: 0.8rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.8rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.8rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.8rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.8rem !important; }
  .p-lg-3 {
    padding: 1.6rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.6rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.6rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.6rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.6rem !important; }
  .p-lg-4 {
    padding: 2.4rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 2.4rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 2.4rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 2.4rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 2.4rem !important; }
  .p-lg-5 {
    padding: 4.8rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 4.8rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 4.8rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 4.8rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 4.8rem !important; }
  .m-lg-n1 {
    margin: -0.4rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.4rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.4rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.4rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.4rem !important; }
  .m-lg-n2 {
    margin: -0.8rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.8rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.8rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.8rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.8rem !important; }
  .m-lg-n3 {
    margin: -1.6rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1.6rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1.6rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1.6rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1.6rem !important; }
  .m-lg-n4 {
    margin: -2.4rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -2.4rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -2.4rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -2.4rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -2.4rem !important; }
  .m-lg-n5 {
    margin: -4.8rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -4.8rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -4.8rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -4.8rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -4.8rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1440px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.4rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.4rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.4rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.4rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.4rem !important; }
  .m-xl-2 {
    margin: 0.8rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.8rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.8rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.8rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.8rem !important; }
  .m-xl-3 {
    margin: 1.6rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.6rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.6rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.6rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.6rem !important; }
  .m-xl-4 {
    margin: 2.4rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 2.4rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 2.4rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 2.4rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 2.4rem !important; }
  .m-xl-5 {
    margin: 4.8rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 4.8rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 4.8rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 4.8rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 4.8rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.4rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.4rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.4rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.4rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.4rem !important; }
  .p-xl-2 {
    padding: 0.8rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.8rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.8rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.8rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.8rem !important; }
  .p-xl-3 {
    padding: 1.6rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.6rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.6rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.6rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.6rem !important; }
  .p-xl-4 {
    padding: 2.4rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 2.4rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 2.4rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 2.4rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 2.4rem !important; }
  .p-xl-5 {
    padding: 4.8rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 4.8rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 4.8rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 4.8rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 4.8rem !important; }
  .m-xl-n1 {
    margin: -0.4rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.4rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.4rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.4rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.4rem !important; }
  .m-xl-n2 {
    margin: -0.8rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.8rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.8rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.8rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.8rem !important; }
  .m-xl-n3 {
    margin: -1.6rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1.6rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1.6rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1.6rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1.6rem !important; }
  .m-xl-n4 {
    margin: -2.4rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -2.4rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -2.4rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -2.4rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -2.4rem !important; }
  .m-xl-n5 {
    margin: -4.8rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -4.8rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -4.8rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -4.8rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -4.8rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1440px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

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

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

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

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.font-size-4.8 {
  font-size: 4.8rem !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #ff3b00 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #b32900 !important; }

.text-secondary {
  color: #00213c !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: black !important; }

.text-success {
  color: #86c2a6 !important; }

a.text-success:hover, a.text-success:focus {
  color: #54a781 !important; }

.text-info {
  color: #93d0cd !important; }

a.text-info:hover, a.text-info:focus {
  color: #5eb9b4 !important; }

.text-warning {
  color: #ffdf5c !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ffd010 !important; }

.text-danger {
  color: #ff3b00 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #b32900 !important; }

.text-light {
  color: #d9d2cd !important; }

a.text-light:hover, a.text-light:focus {
  color: #b8aba2 !important; }

.text-dark {
  color: #212529 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: black !important; }

.text-alt-light {
  color: #ebe8e5 !important; }

a.text-alt-light:hover, a.text-alt-light:focus {
  color: #cac2ba !important; }

.text-alt-dark {
  color: #00213c !important; }

a.text-alt-dark:hover, a.text-alt-dark:focus {
  color: black !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #d9d2cd; }
  .table .thead-dark th {
    color: inherit;
    border-color: #d9d2cd; } }

/*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("clientlib-site/resources/fonts/fontawesome/fa-solid-900.eot");
  src: url("clientlib-site/resources/fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("clientlib-site/resources/fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("clientlib-site/resources/fonts/fontawesome/fa-solid-900.woff") format("woff"), url("clientlib-site/resources/fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("clientlib-site/resources/fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2015 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
/* grid component */
.aem-Grid {
  display: block;
  width: 100%; }

.aem-Grid::before,
.aem-Grid::after {
  display: table;
  content: " "; }

.aem-Grid::after {
  clear: both; }

/* placeholder for new components */
.aem-Grid-newComponent {
  clear: both;
  margin: 0; }

/* column of a grid */
.aem-GridColumn {
  box-sizing: border-box;
  clear: both; }

/* force showing hidden */
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important; }

/* Generates all the rules for the grid columns up to the given amount of column */
/* Generates all the rules for the grid column offset up to the given amount of column */
/* Generates all the rules for the grid and columns for the given break point and total of columns */
/* Generates all the rules for the grids and columns */
/* API function to be called to generate a grid config */
.flag {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("clientlib-site/resources/images/flags.png") no-repeat; }
  .flag.flag-ad {
    background-position: -32px 0; }
  .flag.flag-ae {
    background-position: -64px 0; }
  .flag.flag-af {
    background-position: -96px 0; }
  .flag.flag-ag {
    background-position: -128px 0; }
  .flag.flag-ai {
    background-position: -160px 0; }
  .flag.flag-al {
    background-position: -192px 0; }
  .flag.flag-am {
    background-position: -224px 0; }
  .flag.flag-an {
    background-position: -256px 0; }
  .flag.flag-ao {
    background-position: -288px 0; }
  .flag.flag-ar {
    background-position: -320px 0; }
  .flag.flag-as {
    background-position: -352px 0; }
  .flag.flag-at {
    background-position: -384px 0; }
  .flag.flag-au {
    background-position: -416px 0; }
  .flag.flag-aw {
    background-position: -448px 0; }
  .flag.flag-ax {
    background-position: -480px 0; }
  .flag.flag-az {
    background-position: 0 -32px; }
  .flag.flag-ba {
    background-position: -32px -32px; }
  .flag.flag-bb {
    background-position: -64px -32px; }
  .flag.flag-bd {
    background-position: -96px -32px; }
  .flag.flag-be {
    background-position: -128px -32px; }
  .flag.flag-bf {
    background-position: -160px -32px; }
  .flag.flag-bg {
    background-position: -192px -32px; }
  .flag.flag-bh {
    background-position: -224px -32px; }
  .flag.flag-bi {
    background-position: -256px -32px; }
  .flag.flag-bj {
    background-position: -288px -32px; }
  .flag.flag-bl {
    background-position: -320px -32px; }
  .flag.flag-bm {
    background-position: -352px -32px; }
  .flag.flag-bn {
    background-position: -384px -32px; }
  .flag.flag-bo {
    background-position: -416px -32px; }
  .flag.flag-br {
    background-position: -448px -32px; }
  .flag.flag-bs {
    background-position: -480px -32px; }
  .flag.flag-bt {
    background-position: 0 -64px; }
  .flag.flag-bw {
    background-position: -32px -64px; }
  .flag.flag-by {
    background-position: -64px -64px; }
  .flag.flag-bz {
    background-position: -96px -64px; }
  .flag.flag-ca {
    background-position: -128px -64px; }
  .flag.flag-cd {
    background-position: -160px -64px; }
  .flag.flag-cf {
    background-position: -192px -64px; }
  .flag.flag-cg {
    background-position: -224px -64px; }
  .flag.flag-ch {
    background-position: -256px -64px; }
  .flag.flag-ci {
    background-position: -288px -64px; }
  .flag.flag-ck {
    background-position: -320px -64px; }
  .flag.flag-cl {
    background-position: -352px -64px; }
  .flag.flag-cm {
    background-position: -384px -64px; }
  .flag.flag-cn {
    background-position: -416px -64px; }
  .flag.flag-co {
    background-position: -448px -64px; }
  .flag.flag-cr {
    background-position: -480px -64px; }
  .flag.flag-cu {
    background-position: 0 -96px; }
  .flag.flag-cv {
    background-position: -32px -96px; }
  .flag.flag-cw {
    background-position: -64px -96px; }
  .flag.flag-cy {
    background-position: -96px -96px; }
  .flag.flag-cz {
    background-position: -128px -96px; }
  .flag.flag-de {
    background-position: -160px -96px; }
  .flag.flag-dj {
    background-position: -192px -96px; }
  .flag.flag-dk {
    background-position: -224px -96px; }
  .flag.flag-dm {
    background-position: -256px -96px; }
  .flag.flag-do {
    background-position: -288px -96px; }
  .flag.flag-dz {
    background-position: -320px -96px; }
  .flag.flag-ec {
    background-position: -352px -96px; }
  .flag.flag-ee {
    background-position: -384px -96px; }
  .flag.flag-eg {
    background-position: -416px -96px; }
  .flag.flag-eh {
    background-position: -448px -96px; }
  .flag.flag-er {
    background-position: -480px -96px; }
  .flag.flag-es {
    background-position: 0 -128px; }
  .flag.flag-et {
    background-position: -32px -128px; }
  .flag.flag-eu {
    background-position: -64px -128px; }
  .flag.flag-fi {
    background-position: -96px -128px; }
  .flag.flag-fj {
    background-position: -128px -128px; }
  .flag.flag-fk {
    background-position: -160px -128px; }
  .flag.flag-fm {
    background-position: -192px -128px; }
  .flag.flag-fo {
    background-position: -224px -128px; }
  .flag.flag-fr {
    background-position: -256px -128px; }
  .flag.flag-ga {
    background-position: -288px -128px; }
  .flag.flag-gb {
    background-position: -320px -128px; }
  .flag.flag-gd {
    background-position: -352px -128px; }
  .flag.flag-ge {
    background-position: -384px -128px; }
  .flag.flag-gg {
    background-position: -416px -128px; }
  .flag.flag-gh {
    background-position: -448px -128px; }
  .flag.flag-gi {
    background-position: -480px -128px; }
  .flag.flag-gl {
    background-position: 0 -160px; }
  .flag.flag-gm {
    background-position: -32px -160px; }
  .flag.flag-gn {
    background-position: -64px -160px; }
  .flag.flag-gq {
    background-position: -96px -160px; }
  .flag.flag-gr {
    background-position: -128px -160px; }
  .flag.flag-gs {
    background-position: -160px -160px; }
  .flag.flag-gt {
    background-position: -192px -160px; }
  .flag.flag-gu {
    background-position: -224px -160px; }
  .flag.flag-gw {
    background-position: -256px -160px; }
  .flag.flag-gy {
    background-position: -288px -160px; }
  .flag.flag-hk {
    background-position: -320px -160px; }
  .flag.flag-hn {
    background-position: -352px -160px; }
  .flag.flag-hr {
    background-position: -384px -160px; }
  .flag.flag-ht {
    background-position: -416px -160px; }
  .flag.flag-hu {
    background-position: -448px -160px; }
  .flag.flag-ic {
    background-position: -480px -160px; }
  .flag.flag-id {
    background-position: 0 -192px; }
  .flag.flag-ie {
    background-position: -32px -192px; }
  .flag.flag-il {
    background-position: -64px -192px; }
  .flag.flag-im {
    background-position: -96px -192px; }
  .flag.flag-in {
    background-position: -128px -192px; }
  .flag.flag-iq {
    background-position: -160px -192px; }
  .flag.flag-ir {
    background-position: -192px -192px; }
  .flag.flag-is {
    background-position: -224px -192px; }
  .flag.flag-it {
    background-position: -256px -192px; }
  .flag.flag-je {
    background-position: -288px -192px; }
  .flag.flag-jm {
    background-position: -320px -192px; }
  .flag.flag-jo {
    background-position: -352px -192px; }
  .flag.flag-jp {
    background-position: -384px -192px; }
  .flag.flag-ke {
    background-position: -416px -192px; }
  .flag.flag-kg {
    background-position: -448px -192px; }
  .flag.flag-kh {
    background-position: -480px -192px; }
  .flag.flag-ki {
    background-position: 0 -224px; }
  .flag.flag-km {
    background-position: -32px -224px; }
  .flag.flag-kn {
    background-position: -64px -224px; }
  .flag.flag-kp {
    background-position: -96px -224px; }
  .flag.flag-kr {
    background-position: -128px -224px; }
  .flag.flag-kw {
    background-position: -160px -224px; }
  .flag.flag-ky {
    background-position: -192px -224px; }
  .flag.flag-kz {
    background-position: -224px -224px; }
  .flag.flag-la {
    background-position: -256px -224px; }
  .flag.flag-lb {
    background-position: -288px -224px; }
  .flag.flag-lc {
    background-position: -320px -224px; }
  .flag.flag-li {
    background-position: -352px -224px; }
  .flag.flag-lk {
    background-position: -384px -224px; }
  .flag.flag-lr {
    background-position: -416px -224px; }
  .flag.flag-ls {
    background-position: -448px -224px; }
  .flag.flag-lt {
    background-position: -480px -224px; }
  .flag.flag-lu {
    background-position: 0 -256px; }
  .flag.flag-lv {
    background-position: -32px -256px; }
  .flag.flag-ly {
    background-position: -64px -256px; }
  .flag.flag-ma {
    background-position: -96px -256px; }
  .flag.flag-mc {
    background-position: -128px -256px; }
  .flag.flag-md {
    background-position: -160px -256px; }
  .flag.flag-me {
    background-position: -192px -256px; }
  .flag.flag-mf {
    background-position: -224px -256px; }
  .flag.flag-mg {
    background-position: -256px -256px; }
  .flag.flag-mh {
    background-position: -288px -256px; }
  .flag.flag-mk {
    background-position: -320px -256px; }
  .flag.flag-ml {
    background-position: -352px -256px; }
  .flag.flag-mm {
    background-position: -384px -256px; }
  .flag.flag-mn {
    background-position: -416px -256px; }
  .flag.flag-mo {
    background-position: -448px -256px; }
  .flag.flag-mp {
    background-position: -480px -256px; }
  .flag.flag-mq {
    background-position: 0 -288px; }
  .flag.flag-mr {
    background-position: -32px -288px; }
  .flag.flag-ms {
    background-position: -64px -288px; }
  .flag.flag-mt {
    background-position: -96px -288px; }
  .flag.flag-mu {
    background-position: -128px -288px; }
  .flag.flag-mv {
    background-position: -160px -288px; }
  .flag.flag-mw {
    background-position: -192px -288px; }
  .flag.flag-mx {
    background-position: -224px -288px; }
  .flag.flag-my {
    background-position: -256px -288px; }
  .flag.flag-mz {
    background-position: -288px -288px; }
  .flag.flag-na {
    background-position: -320px -288px; }
  .flag.flag-nc {
    background-position: -352px -288px; }
  .flag.flag-ne {
    background-position: -384px -288px; }
  .flag.flag-nf {
    background-position: -416px -288px; }
  .flag.flag-ng {
    background-position: -448px -288px; }
  .flag.flag-ni {
    background-position: -480px -288px; }
  .flag.flag-nl {
    background-position: 0 -320px; }
  .flag.flag-no {
    background-position: -32px -320px; }
  .flag.flag-np {
    background-position: -64px -320px; }
  .flag.flag-nr {
    background-position: -96px -320px; }
  .flag.flag-nu {
    background-position: -128px -320px; }
  .flag.flag-nz {
    background-position: -160px -320px; }
  .flag.flag-om {
    background-position: -192px -320px; }
  .flag.flag-pa {
    background-position: -224px -320px; }
  .flag.flag-pe {
    background-position: -256px -320px; }
  .flag.flag-pf {
    background-position: -288px -320px; }
  .flag.flag-pg {
    background-position: -320px -320px; }
  .flag.flag-ph {
    background-position: -352px -320px; }
  .flag.flag-pk {
    background-position: -384px -320px; }
  .flag.flag-pl {
    background-position: -416px -320px; }
  .flag.flag-pn {
    background-position: -448px -320px; }
  .flag.flag-pr {
    background-position: -480px -320px; }
  .flag.flag-ps {
    background-position: 0 -352px; }
  .flag.flag-pt {
    background-position: -32px -352px; }
  .flag.flag-pw {
    background-position: -64px -352px; }
  .flag.flag-py {
    background-position: -96px -352px; }
  .flag.flag-qa {
    background-position: -128px -352px; }
  .flag.flag-ro {
    background-position: -160px -352px; }
  .flag.flag-rs {
    background-position: -192px -352px; }
  .flag.flag-ru {
    background-position: -224px -352px; }
  .flag.flag-rw {
    background-position: -256px -352px; }
  .flag.flag-sa {
    background-position: -288px -352px; }
  .flag.flag-sb {
    background-position: -320px -352px; }
  .flag.flag-sc {
    background-position: -352px -352px; }
  .flag.flag-sd {
    background-position: -384px -352px; }
  .flag.flag-se {
    background-position: -416px -352px; }
  .flag.flag-sg {
    background-position: -448px -352px; }
  .flag.flag-sh {
    background-position: -480px -352px; }
  .flag.flag-si {
    background-position: 0 -384px; }
  .flag.flag-sk {
    background-position: -32px -384px; }
  .flag.flag-sl {
    background-position: -64px -384px; }
  .flag.flag-sm {
    background-position: -96px -384px; }
  .flag.flag-sn {
    background-position: -128px -384px; }
  .flag.flag-so {
    background-position: -160px -384px; }
  .flag.flag-sr {
    background-position: -192px -384px; }
  .flag.flag-ss {
    background-position: -224px -384px; }
  .flag.flag-st {
    background-position: -256px -384px; }
  .flag.flag-sv {
    background-position: -288px -384px; }
  .flag.flag-sy {
    background-position: -320px -384px; }
  .flag.flag-sz {
    background-position: -352px -384px; }
  .flag.flag-tc {
    background-position: -384px -384px; }
  .flag.flag-td {
    background-position: -416px -384px; }
  .flag.flag-tf {
    background-position: -448px -384px; }
  .flag.flag-tg {
    background-position: -480px -384px; }
  .flag.flag-th {
    background-position: 0 -416px; }
  .flag.flag-tj {
    background-position: -32px -416px; }
  .flag.flag-tk {
    background-position: -64px -416px; }
  .flag.flag-tl {
    background-position: -96px -416px; }
  .flag.flag-tm {
    background-position: -128px -416px; }
  .flag.flag-tn {
    background-position: -160px -416px; }
  .flag.flag-to {
    background-position: -192px -416px; }
  .flag.flag-tr {
    background-position: -224px -416px; }
  .flag.flag-tt {
    background-position: -256px -416px; }
  .flag.flag-tv {
    background-position: -288px -416px; }
  .flag.flag-tz {
    background-position: -352px -416px; }
  .flag.flag-ua {
    background-position: -384px -416px; }
  .flag.flag-ug {
    background-position: -416px -416px; }
  .flag.flag-us {
    background-position: -448px -416px; }
  .flag.flag-uy {
    background-position: -480px -416px; }
  .flag.flag-uz {
    background-position: 0 -448px; }
  .flag.flag-va {
    background-position: -32px -448px; }
  .flag.flag-vc {
    background-position: -64px -448px; }
  .flag.flag-ve {
    background-position: -96px -448px; }
  .flag.flag-vg {
    background-position: -128px -448px; }
  .flag.flag-vi {
    background-position: -160px -448px; }
  .flag.flag-vn {
    background-position: -192px -448px; }
  .flag.flag-vu {
    background-position: -224px -448px; }
  .flag.flag-wf {
    background-position: -256px -448px; }
  .flag.flag-ws {
    background-position: -288px -448px; }
  .flag.flag-ye {
    background-position: -320px -448px; }
  .flag.flag-yt {
    background-position: -352px -448px; }
  .flag.flag-za {
    background-position: -384px -448px; }
  .flag.flag-zm {
    background-position: -416px -448px; }
  .flag.flag-zw {
    background-position: -448px -448px; }
  .flag.flag-africa {
    background-position: -384px -448px; }
  .flag.flag-mx, .flag.flag-sg, .flag.flag-ae, .flag.flag-tw {
    background-position: -480px -448px; }
  .flag.thumb {
    width: 16px;
    height: 16px;
    background-size: 256px 240px; }
    .flag.thumb.flag-ad {
      background-position: -16px 0; }
    .flag.thumb.flag-ae {
      background-position: -32px 0; }
    .flag.thumb.flag-af {
      background-position: -48px 0; }
    .flag.thumb.flag-ag {
      background-position: -64px 0; }
    .flag.thumb.flag-ai {
      background-position: -80px 0; }
    .flag.thumb.flag-al {
      background-position: -96px 0; }
    .flag.thumb.flag-am {
      background-position: -112px 0; }
    .flag.thumb.flag-an {
      background-position: -128px 0; }
    .flag.thumb.flag-ao {
      background-position: -144px 0; }
    .flag.thumb.flag-ar {
      background-position: -160px 0; }
    .flag.thumb.flag-as {
      background-position: -176px 0; }
    .flag.thumb.flag-at {
      background-position: -192px 0; }
    .flag.thumb.flag-au {
      background-position: -208px 0; }
    .flag.thumb.flag-aw {
      background-position: -224px 0; }
    .flag.thumb.flag-ax {
      background-position: -240px 0; }
    .flag.thumb.flag-az {
      background-position: 0 -16px; }
    .flag.thumb.flag-ba {
      background-position: -16px -16px; }
    .flag.thumb.flag-bb {
      background-position: -32px -16px; }
    .flag.thumb.flag-bd {
      background-position: -48px -16px; }
    .flag.thumb.flag-be {
      background-position: -64px -16px; }
    .flag.thumb.flag-bf {
      background-position: -80px -16px; }
    .flag.thumb.flag-bg {
      background-position: -96px -16px; }
    .flag.thumb.flag-bh {
      background-position: -112px -16px; }
    .flag.thumb.flag-bi {
      background-position: -128px -16px; }
    .flag.thumb.flag-bj {
      background-position: -144px -16px; }
    .flag.thumb.flag-bl {
      background-position: -160px -16px; }
    .flag.thumb.flag-bm {
      background-position: -176px -16px; }
    .flag.thumb.flag-bn {
      background-position: -192px -16px; }
    .flag.thumb.flag-bo {
      background-position: -208px -16px; }
    .flag.thumb.flag-br {
      background-position: -224px -16px; }
    .flag.thumb.flag-bs {
      background-position: -240px -16px; }
    .flag.thumb.flag-bt {
      background-position: 0 -32px; }
    .flag.thumb.flag-bw {
      background-position: -16px -32px; }
    .flag.thumb.flag-by {
      background-position: -32px -32px; }
    .flag.thumb.flag-bz {
      background-position: -48px -32px; }
    .flag.thumb.flag-ca {
      background-position: -64px -32px; }
    .flag.thumb.flag-ca\/fr {
      background-position: -64px -32px; }
    .flag.thumb.flag-cd {
      background-position: -80px -32px; }
    .flag.thumb.flag-cf {
      background-position: -96px -32px; }
    .flag.thumb.flag-cg {
      background-position: -112px -32px; }
    .flag.thumb.flag-ch {
      background-position: -128px -32px; }
    .flag.thumb.flag-ci {
      background-position: -144px -32px; }
    .flag.thumb.flag-ck {
      background-position: -160px -32px; }
    .flag.thumb.flag-cl {
      background-position: -176px -32px; }
    .flag.thumb.flag-cm {
      background-position: -192px -32px; }
    .flag.thumb.flag-cn {
      background-position: -208px -32px; }
    .flag.thumb.flag-co {
      background-position: -224px -32px; }
    .flag.thumb.flag-cr {
      background-position: -240px -32px; }
    .flag.thumb.flag-cu {
      background-position: 0 -48px; }
    .flag.thumb.flag-cv {
      background-position: -16px -48px; }
    .flag.thumb.flag-cw {
      background-position: -32px -48px; }
    .flag.thumb.flag-cy {
      background-position: -48px -48px; }
    .flag.thumb.flag-cz {
      background-position: -64px -48px; }
    .flag.thumb.flag-de {
      background-position: -80px -48px; }
    .flag.thumb.flag-dj {
      background-position: -96px -48px; }
    .flag.thumb.flag-dk {
      background-position: -112px -48px; }
    .flag.thumb.flag-dm {
      background-position: -128px -48px; }
    .flag.thumb.flag-do {
      background-position: -144px -48px; }
    .flag.thumb.flag-dz {
      background-position: -160px -48px; }
    .flag.thumb.flag-ec {
      background-position: -176px -48px; }
    .flag.thumb.flag-ee {
      background-position: -192px -48px; }
    .flag.thumb.flag-eg {
      background-position: -208px -48px; }
    .flag.thumb.flag-eh {
      background-position: -224px -48px; }
    .flag.thumb.flag-er {
      background-position: -240px -48px; }
    .flag.thumb.flag-es {
      background-position: 0 -64px; }
    .flag.thumb.flag-et {
      background-position: -16px -64px; }
    .flag.thumb.flag-eu {
      background-position: -32px -64px; }
    .flag.thumb.flag-fi {
      background-position: -48px -64px; }
    .flag.thumb.flag-fj {
      background-position: -64px -64px; }
    .flag.thumb.flag-fk {
      background-position: -80px -64px; }
    .flag.thumb.flag-fm {
      background-position: -96px -64px; }
    .flag.thumb.flag-fo {
      background-position: -112px -64px; }
    .flag.thumb.flag-fr {
      background-position: -128px -64px; }
    .flag.thumb.flag-ga {
      background-position: -144px -64px; }
    .flag.thumb.flag-gb {
      background-position: -160px -64px; }
    .flag.thumb.flag-gd {
      background-position: -176px -64px; }
    .flag.thumb.flag-ge {
      background-position: -192px -64px; }
    .flag.thumb.flag-gg {
      background-position: -208px -64px; }
    .flag.thumb.flag-gh {
      background-position: -224px -64px; }
    .flag.thumb.flag-gi {
      background-position: -240px -64px; }
    .flag.thumb.flag-gl {
      background-position: 0 -80px; }
    .flag.thumb.flag-gm {
      background-position: -16px -80px; }
    .flag.thumb.flag-gn {
      background-position: -32px -80px; }
    .flag.thumb.flag-gq {
      background-position: -48px -80px; }
    .flag.thumb.flag-gr {
      background-position: -64px -80px; }
    .flag.thumb.flag-gs {
      background-position: -80px -80px; }
    .flag.thumb.flag-gt {
      background-position: -96px -80px; }
    .flag.thumb.flag-gu {
      background-position: -112px -80px; }
    .flag.thumb.flag-gw {
      background-position: -128px -80px; }
    .flag.thumb.flag-gy {
      background-position: -144px -80px; }
    .flag.thumb.flag-hk {
      background-position: -160px -80px; }
    .flag.thumb.flag-hn {
      background-position: -176px -80px; }
    .flag.thumb.flag-hr {
      background-position: -192px -80px; }
    .flag.thumb.flag-ht {
      background-position: -208px -80px; }
    .flag.thumb.flag-hu {
      background-position: -224px -80px; }
    .flag.thumb.flag-ic {
      background-position: -240px -80px; }
    .flag.thumb.flag-id {
      background-position: 0 -96px; }
    .flag.thumb.flag-ie {
      background-position: -16px -96px; }
    .flag.thumb.flag-il {
      background-position: -32px -96px; }
    .flag.thumb.flag-im {
      background-position: -48px -96px; }
    .flag.thumb.flag-in {
      background-position: -64px -96px; }
    .flag.thumb.flag-iq {
      background-position: -80px -96px; }
    .flag.thumb.flag-ir {
      background-position: -96px -96px; }
    .flag.thumb.flag-is {
      background-position: -112px -96px; }
    .flag.thumb.flag-it {
      background-position: -128px -96px; }
    .flag.thumb.flag-je {
      background-position: -144px -96px; }
    .flag.thumb.flag-jm {
      background-position: -160px -96px; }
    .flag.thumb.flag-jo {
      background-position: -176px -96px; }
    .flag.thumb.flag-jp {
      background-position: -192px -96px; }
    .flag.thumb.flag-ke {
      background-position: -208px -96px; }
    .flag.thumb.flag-kg {
      background-position: -224px -96px; }
    .flag.thumb.flag-kh {
      background-position: -240px -96px; }
    .flag.thumb.flag-ki {
      background-position: 0 -112px; }
    .flag.thumb.flag-km {
      background-position: -16px -112px; }
    .flag.thumb.flag-kn {
      background-position: -32px -112px; }
    .flag.thumb.flag-kp {
      background-position: -48px -112px; }
    .flag.thumb.flag-kr {
      background-position: -64px -112px; }
    .flag.thumb.flag-kw {
      background-position: -80px -112px; }
    .flag.thumb.flag-ky {
      background-position: -96px -112px; }
    .flag.thumb.flag-kz {
      background-position: -112px -112px; }
    .flag.thumb.flag-la {
      background-position: -128px -112px; }
    .flag.thumb.flag-lb {
      background-position: -144px -112px; }
    .flag.thumb.flag-lc {
      background-position: -160px -112px; }
    .flag.thumb.flag-li {
      background-position: -176px -112px; }
    .flag.thumb.flag-lk {
      background-position: -192px -112px; }
    .flag.thumb.flag-lr {
      background-position: -208px -112px; }
    .flag.thumb.flag-ls {
      background-position: -224px -112px; }
    .flag.thumb.flag-lt {
      background-position: -240px -112px; }
    .flag.thumb.flag-lu {
      background-position: 0 -128px; }
    .flag.thumb.flag-lv {
      background-position: -16px -128px; }
    .flag.thumb.flag-ly {
      background-position: -32px -128px; }
    .flag.thumb.flag-ma {
      background-position: -48px -128px; }
    .flag.thumb.flag-mc {
      background-position: -64px -128px; }
    .flag.thumb.flag-md {
      background-position: -80px -128px; }
    .flag.thumb.flag-me {
      background-position: -96px -128px; }
    .flag.thumb.flag-mf {
      background-position: -112px -128px; }
    .flag.thumb.flag-mg {
      background-position: -128px -128px; }
    .flag.thumb.flag-mh {
      background-position: -144px -128px; }
    .flag.thumb.flag-mk {
      background-position: -160px -128px; }
    .flag.thumb.flag-ml {
      background-position: -176px -128px; }
    .flag.thumb.flag-mm {
      background-position: -192px -128px; }
    .flag.thumb.flag-mn {
      background-position: -208px -128px; }
    .flag.thumb.flag-mo {
      background-position: -224px -128px; }
    .flag.thumb.flag-mp {
      background-position: -240px -128px; }
    .flag.thumb.flag-mq {
      background-position: 0 -144px; }
    .flag.thumb.flag-mr {
      background-position: -16px -144px; }
    .flag.thumb.flag-ms {
      background-position: -32px -144px; }
    .flag.thumb.flag-mt {
      background-position: -48px -144px; }
    .flag.thumb.flag-mu {
      background-position: -64px -144px; }
    .flag.thumb.flag-mv {
      background-position: -80px -144px; }
    .flag.thumb.flag-mw {
      background-position: -96px -144px; }
    .flag.thumb.flag-mx {
      background-position: -112px -144px; }
    .flag.thumb.flag-my {
      background-position: -128px -144px; }
    .flag.thumb.flag-mz {
      background-position: -144px -144px; }
    .flag.thumb.flag-na {
      background-position: -160px -144px; }
    .flag.thumb.flag-nc {
      background-position: -176px -144px; }
    .flag.thumb.flag-ne {
      background-position: -192px -144px; }
    .flag.thumb.flag-nf {
      background-position: -208px -144px; }
    .flag.thumb.flag-ng {
      background-position: -224px -144px; }
    .flag.thumb.flag-ni {
      background-position: -240px -144px; }
    .flag.thumb.flag-nl {
      background-position: 0 -160px; }
    .flag.thumb.flag-no {
      background-position: -16px -160px; }
    .flag.thumb.flag-np {
      background-position: -32px -160px; }
    .flag.thumb.flag-nr {
      background-position: -48px -160px; }
    .flag.thumb.flag-nu {
      background-position: -64px -160px; }
    .flag.thumb.flag-nz {
      background-position: -80px -160px; }
    .flag.thumb.flag-om {
      background-position: -96px -160px; }
    .flag.thumb.flag-pa {
      background-position: -112px -160px; }
    .flag.thumb.flag-pe {
      background-position: -128px -160px; }
    .flag.thumb.flag-pf {
      background-position: -144px -160px; }
    .flag.thumb.flag-pg {
      background-position: -160px -160px; }
    .flag.thumb.flag-ph {
      background-position: -176px -160px; }
    .flag.thumb.flag-pk {
      background-position: -192px -160px; }
    .flag.thumb.flag-pl {
      background-position: -208px -160px; }
    .flag.thumb.flag-pn {
      background-position: -224px -160px; }
    .flag.thumb.flag-pr {
      background-position: -240px -160px; }
    .flag.thumb.flag-ps {
      background-position: 0 -176px; }
    .flag.thumb.flag-pt {
      background-position: -16px -176px; }
    .flag.thumb.flag-pw {
      background-position: -32px -176px; }
    .flag.thumb.flag-py {
      background-position: -48px -176px; }
    .flag.thumb.flag-qa {
      background-position: -64px -176px; }
    .flag.thumb.flag-ro {
      background-position: -80px -176px; }
    .flag.thumb.flag-rs {
      background-position: -96px -176px; }
    .flag.thumb.flag-ru {
      background-position: -112px -176px; }
    .flag.thumb.flag-rw {
      background-position: -128px -176px; }
    .flag.thumb.flag-sa {
      background-position: -144px -176px; }
    .flag.thumb.flag-sb {
      background-position: -160px -176px; }
    .flag.thumb.flag-sc {
      background-position: -176px -176px; }
    .flag.thumb.flag-sd {
      background-position: -192px -176px; }
    .flag.thumb.flag-se {
      background-position: -208px -176px; }
    .flag.thumb.flag-sg {
      background-position: -224px -176px; }
    .flag.thumb.flag-sh {
      background-position: -240px -176px; }
    .flag.thumb.flag-si {
      background-position: 0 -192px; }
    .flag.thumb.flag-sk {
      background-position: -16px -192px; }
    .flag.thumb.flag-sl {
      background-position: -32px -192px; }
    .flag.thumb.flag-sm {
      background-position: -48px -192px; }
    .flag.thumb.flag-sn {
      background-position: -64px -192px; }
    .flag.thumb.flag-so {
      background-position: -80px -192px; }
    .flag.thumb.flag-sr {
      background-position: -96px -192px; }
    .flag.thumb.flag-ss {
      background-position: -112px -192px; }
    .flag.thumb.flag-st {
      background-position: -128px -192px; }
    .flag.thumb.flag-sv {
      background-position: -144px -192px; }
    .flag.thumb.flag-sy {
      background-position: -160px -192px; }
    .flag.thumb.flag-sz {
      background-position: -176px -192px; }
    .flag.thumb.flag-tc {
      background-position: -192px -192px; }
    .flag.thumb.flag-td {
      background-position: -208px -192px; }
    .flag.thumb.flag-tf {
      background-position: -224px -192px; }
    .flag.thumb.flag-tg {
      background-position: -240px -192px; }
    .flag.thumb.flag-th {
      background-position: 0 -208px; }
    .flag.thumb.flag-tj {
      background-position: -16px -208px; }
    .flag.thumb.flag-tk {
      background-position: -32px -208px; }
    .flag.thumb.flag-tl {
      background-position: -48px -208px; }
    .flag.thumb.flag-tm {
      background-position: -64px -208px; }
    .flag.thumb.flag-tn {
      background-position: -80px -208px; }
    .flag.thumb.flag-to {
      background-position: -96px -208px; }
    .flag.thumb.flag-tr {
      background-position: -112px -208px; }
    .flag.thumb.flag-tt {
      background-position: -128px -208px; }
    .flag.thumb.flag-tv {
      background-position: -144px -208px; }
    .flag.thumb.flag-tz {
      background-position: -176px -208px; }
    .flag.thumb.flag-ua {
      background-position: -192px -208px; }
    .flag.thumb.flag-ug {
      background-position: -208px -208px; }
    .flag.thumb.flag-us {
      background-position: -224px -208px; }
    .flag.thumb.flag-uy {
      background-position: -240px -208px; }
    .flag.thumb.flag-uz {
      background-position: 0 -224px; }
    .flag.thumb.flag-va {
      background-position: -16px -224px; }
    .flag.thumb.flag-vc {
      background-position: -32px -224px; }
    .flag.thumb.flag-ve {
      background-position: -48px -224px; }
    .flag.thumb.flag-vg {
      background-position: -64px -224px; }
    .flag.thumb.flag-vi {
      background-position: -80px -224px; }
    .flag.thumb.flag-vn {
      background-position: -96px -224px; }
    .flag.thumb.flag-vu {
      background-position: -112px -224px; }
    .flag.thumb.flag-wf {
      background-position: -128px -224px; }
    .flag.thumb.flag-ws {
      background-position: -144px -224px; }
    .flag.thumb.flag-ye {
      background-position: -160px -224px; }
    .flag.thumb.flag-yt {
      background-position: -176px -224px; }
    .flag.thumb.flag-za {
      background-position: -192px -224px; }
    .flag.thumb.flag-zm {
      background-position: -208px -224px; }
    .flag.thumb.flag-zw {
      background-position: -224px -224px; }
    .flag.thumb.flag-africa {
      background-position: -192px -224px; }
    .flag.thumb.flag-mx, .flag.thumb.flag-sg, .flag.thumb.flag-ae, .flag.thumb.flag-tw {
      background-position: -240px -224px; }

main {
  flex-shrink: 0;
  flex-grow: 1;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1436px; }
  main::after {
    transition: background 250ms ease-in-out;
    position: fixed;
    background: rgba(0, 0, 0, 0);
    content: ''; }
  main.overlay {
    position: relative; }
    main.overlay::after {
      top: 8.1rem;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.2); }
  @media (min-width: 768px) {
    main {
      padding: 0 40px; } }
  @media (min-width: 992px) {
    main {
      padding: 0 50px; } }

html {
  height: 100%;
  font-size: 10px;
  overflow-x: hidden; }

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #000;
  font-size: 1.6rem; }
  body::before {
    display: none;
    content: 'MOBILE'; }
    @media (min-width: 768px) {
      body::before {
        content: 'TABLET'; } }
    @media (min-width: 992px) {
      body::before {
        content: 'DESKTOP'; } }
    @media (min-width: 1440px) {
      body::before {
        content: 'EXTRA'; } }

html.overflow-hidden, body.overflow-hidden {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed; }

.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600; }
  .btn:focus, .btn:not(:disabled):not(.disabled):active {
    box-shadow: none !important; }
  .btn:hover {
    border-color: transparent; }
  .btn:disabled {
    opacity: 0.2; }
  .btn-primary {
    min-width: 14rem; }
  .btn-lg, .btn-group-lg > .btn {
    padding: 0.55rem 0.75rem; }
  .btn-sm, .btn-group-sm > .btn {
    padding: 0.85rem 0.75rem;
    min-width: 11rem; }
  .btn-secondary {
    background: transparent;
    border-color: transparent;
    padding-right: 0;
    padding-left: 0;
    text-decoration: underline;
    color: inherit;
    text-align: left; }
    .btn-secondary:hover {
      background: transparent;
      border-color: transparent;
      color: #ff3b00;
      text-decoration: underline; }
    .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active {
      background: transparent;
      outline: 1px solid #ff3b00;
      border-color: transparent;
      color: #ff3b00;
      text-decoration: underline; }
    .btn-secondary:disabled {
      background-color: transparent;
      border-color: transparent;
      color: #000; }
  .btn-primary, .btn-alt-light, .btn-alt-dark {
    min-width: 14rem; }

hr {
  margin: 30px 0; }

img {
  max-width: 100%; }

img[src=''],
img:not([src]) {
  display: none; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: calc(1rem + 0.125em);
  margin-bottom: calc(1rem + 0.125em);
  text-transform: uppercase; }

.display-1,
.display-2,
.display-3 {
  margin-top: calc(1rem + 0.125em);
  margin-bottom: calc(1rem + 0.125em);
  font-weight: 600;
  color: #ff3b00;
  text-transform: uppercase;
  line-height: 0.8333; }

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 9.2rem; }
  h2, .h2 {
    font-size: 6.4rem; }
  h3, .h3 {
    font-size: 4.8rem; }
  h4, .h4 {
    font-size: 3.2rem; }
  h5, .h5 {
    font-size: 2.4rem; }
  .display-1 {
    font-size: 25rem; }
  .display-2 {
    font-size: 18rem; }
  .display-3 {
    font-size: 7.2rem; } }

.tagline {
  margin: 0;
  font-family: "ff-good-headline-web-pro", Arial, sans-serif;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  word-wrap: break-word; }

.example-section {
  margin: 100px 0; }
  .example-section:first-of-type {
    margin-top: 0; }

.card [data-toggle="collapse"] {
  position: relative;
  padding-left: 3rem; }
  .card [data-toggle="collapse"]:hover {
    text-decoration: none; }
  .card [data-toggle="collapse"]::before, .card [data-toggle="collapse"]::after {
    position: absolute;
    top: calc(50% - 0.1rem);
    left: 0;
    background: currentColor;
    width: 1.6rem;
    height: 0.3rem;
    content: ''; }
  .card [data-toggle="collapse"]::before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    transition: -webkit-transform 144ms ease-out;
    transition: transform 144ms ease-out;
    transition: transform 144ms ease-out, -webkit-transform 144ms ease-out; }
  .card [data-toggle="collapse"][aria-expanded="false"]::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px; }

.fullscreen {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw; }

_:-ms-fullscreen, :root .fullscreen {
  width: calc(100vw - 8px); }

.pixel-source-img {
  display: none; }

.pixel-bg {
  background: url(clientlib-site/resources/images/mission-bg.png) repeat;
  background-size: 47px 47px;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  clip: rect(0, auto, auto, 0); }
  @media (min-width: 992px) {
    .pixel-bg {
      background: none; }
      .pixel-bg canvas.show {
        display: block; } }
  .pixel-bg canvas {
    border: 0;
    display: none;
    margin: 0;
    padding: 0;
    top: 0;
    z-index: 1; }

.alert-dismissible {
  padding: 0; }
  .alert-dismissible .container {
    position: relative;
    margin: 0 auto;
    padding: 0.75rem 4rem 0.75rem 2rem;
    max-width: 1436px; }
    @media (min-width: 768px) {
      .alert-dismissible .container {
        padding: 0.75rem 4rem; } }
    @media (min-width: 992px) {
      .alert-dismissible .container {
        padding: 0.75rem 5rem; } }

.video-box {
  position: relative;
  overflow: hidden; }
  .video-box video {
    position: absolute; }
    .video-box video.height-auto {
      height: auto !important;
      width: 100% !important; }
    .video-box video.width-auto {
      height: 100% !important;
      width: auto !important; }

.component-library-wrapper nav {
  position: relative;
  float: left;
  margin: 0;
  background-color: #212529;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 0 15px;
  width: 225px;
  height: 100vh;
  overflow: scroll; }
  .component-library-wrapper nav h1 {
    font-size: 3.6rem; }
  .component-library-wrapper nav ul {
    padding-left: 3.2rem; }
  .component-library-wrapper nav li, .component-library-wrapper nav a {
    color: #d9d2cd; }
  .component-library-wrapper nav a:not([href]):not([tabindex]) {
    color: #6c757d;
    text-decoration: none; }

.component-library-wrapper .iframe-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 225px);
  height: 100vh; }
  .component-library-wrapper .iframe-container iframe {
    flex: 0 0 auto;
    z-index: 1;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%; }

@-webkit-keyframes scalein {
  0% {
    -webkit-transform: scale(0) rotate(0);
            transform: scale(0) rotate(0); }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg); } }

@keyframes scalein {
  0% {
    -webkit-transform: scale(0) rotate(0);
            transform: scale(0) rotate(0); }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg); } }

@-webkit-keyframes rotatein {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotatein {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes rotateout {
  0% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1); }
  100% {
    -webkit-transform: rotate(360deg) scale(0);
            transform: rotate(360deg) scale(0); } }

@keyframes rotateout {
  0% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1); }
  100% {
    -webkit-transform: rotate(360deg) scale(0);
            transform: rotate(360deg) scale(0); } }

.loading {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1050;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: #fff; }
  .loading img {
    width: 48px; }
  .loading p {
    margin-top: 10px;
    font-family: "ff-good-headline-web-pro", Arial, sans-serif;
    font-weight: 600;
    font-size: 2.4rem;
    letter-spacing: 0.3px;
    line-height: 28.8px;
    text-transform: uppercase;
    -webkit-transform: scale(0);
            transform: scale(0);
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s; }
  .loading.animate-in img {
    -webkit-animation: scalein 1s, rotatein 1s infinite 2s;
            animation: scalein 1s, rotatein 1s infinite 2s; }
  .loading.animate-in p {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .loading.animate-out img {
    -webkit-animation: rotateout 1s;
            animation: rotateout 1s; }
  .loading.animate-out p {
    -webkit-transform: scale(0);
            transform: scale(0); }

.color-grid {
  display: flex;
  flex-flow: row wrap; }
  .color-grid > div {
    padding: 3.2rem 3.2rem 6.4rem; }
  .color-grid .bg-lava,
  .color-grid .bg-midnight,
  .color-grid .bg-black,
  .color-grid .bg-slate {
    color: #fff; }
  .color-grid .bg-lava {
    flex-basis: 100%; }
  .color-grid .bg-midnight,
  .color-grid .bg-white,
  .color-grid .bg-black,
  .color-grid .bg-stone,
  .color-grid .bg-sunflower,
  .color-grid .bg-mint {
    flex-basis: 33.333%; }
  .color-grid .bg-sand,
  .color-grid .bg-sand-25,
  .color-grid .bg-sand-50,
  .color-grid .bg-sand-75,
  .color-grid .bg-pearl,
  .color-grid .bg-pearl-10,
  .color-grid .bg-pearl-25,
  .color-grid .bg-pearl-50,
  .color-grid .bg-pearl-75,
  .color-grid .bg-linen,
  .color-grid .bg-linen-25,
  .color-grid .bg-linen-50,
  .color-grid .bg-linen-75,
  .color-grid .bg-slate,
  .color-grid .bg-slate-25,
  .color-grid .bg-slate-50,
  .color-grid .bg-slate-75 {
    flex-basis: 25%; }
  .color-grid .bg-sand-25,
  .color-grid .bg-sand-50,
  .color-grid .bg-sand-75,
  .color-grid .bg-pearl-10,
  .color-grid .bg-pearl-25,
  .color-grid .bg-pearl-50,
  .color-grid .bg-pearl-75,
  .color-grid .bg-linen-25,
  .color-grid .bg-linen-50,
  .color-grid .bg-linen-75,
  .color-grid .bg-slate-25,
  .color-grid .bg-slate-50,
  .color-grid .bg-slate-75 {
    padding: 3.2rem 3.2rem 1.6rem; }

.left-tabs .cmp-left-tabs .cmp-tabs__tablist,
.center-tabs .cmp-center-tabs .center-tabs__tablist {
  padding: 0;
  display: flex;
  border-bottom: 1px solid #ebe8e5; }
  .left-tabs .cmp-left-tabs .cmp-tabs__tablist .cmp-tabs__tab,
  .left-tabs .cmp-left-tabs .cmp-tabs__tablist .center-tabs__tab,
  .center-tabs .cmp-center-tabs .center-tabs__tablist .cmp-tabs__tab,
  .center-tabs .cmp-center-tabs .center-tabs__tablist .center-tabs__tab {
    cursor: pointer;
    font-family: "ff-good-web-pro", Arial sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    list-style: none;
    margin-right: 15px;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .left-tabs .cmp-left-tabs .cmp-tabs__tablist .cmp-tabs__tab,
      .left-tabs .cmp-left-tabs .cmp-tabs__tablist .center-tabs__tab,
      .center-tabs .cmp-center-tabs .center-tabs__tablist .cmp-tabs__tab,
      .center-tabs .cmp-center-tabs .center-tabs__tablist .center-tabs__tab {
        font-size: 1.8rem;
        margin-right: 20px;
        padding-left: 10px;
        padding-right: 10px; } }
    .left-tabs .cmp-left-tabs .cmp-tabs__tablist .cmp-tabs__tab.cmp-tabs__tab--active,
    .left-tabs .cmp-left-tabs .cmp-tabs__tablist .center-tabs__tab.cmp-tabs__tab--active,
    .center-tabs .cmp-center-tabs .center-tabs__tablist .cmp-tabs__tab.cmp-tabs__tab--active,
    .center-tabs .cmp-center-tabs .center-tabs__tablist .center-tabs__tab.cmp-tabs__tab--active {
      color: #ff3b00;
      border-bottom: 2px solid #ff3b00; }
      .left-tabs .cmp-left-tabs .cmp-tabs__tablist .cmp-tabs__tab.cmp-tabs__tab--active::after,
      .left-tabs .cmp-left-tabs .cmp-tabs__tablist .center-tabs__tab.cmp-tabs__tab--active::after,
      .center-tabs .cmp-center-tabs .center-tabs__tablist .cmp-tabs__tab.cmp-tabs__tab--active::after,
      .center-tabs .cmp-center-tabs .center-tabs__tablist .center-tabs__tab.cmp-tabs__tab--active::after {
        left: 40%;
        bottom: -5px;
        background: #fff;
        content: '';
        width: 8px;
        height: 8px;
        position: absolute;
        border-top: 2px solid #ff3b00;
        border-right: 2px solid #ff3b00;
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg); }
    .left-tabs .cmp-left-tabs .cmp-tabs__tablist .cmp-tabs__tab.center-tabs__tab--active,
    .left-tabs .cmp-left-tabs .cmp-tabs__tablist .center-tabs__tab.center-tabs__tab--active,
    .center-tabs .cmp-center-tabs .center-tabs__tablist .cmp-tabs__tab.center-tabs__tab--active,
    .center-tabs .cmp-center-tabs .center-tabs__tablist .center-tabs__tab.center-tabs__tab--active {
      color: #ff3b00;
      border-bottom: 2px solid #ff3b00; }
      .left-tabs .cmp-left-tabs .cmp-tabs__tablist .cmp-tabs__tab.center-tabs__tab--active::after,
      .left-tabs .cmp-left-tabs .cmp-tabs__tablist .center-tabs__tab.center-tabs__tab--active::after,
      .center-tabs .cmp-center-tabs .center-tabs__tablist .cmp-tabs__tab.center-tabs__tab--active::after,
      .center-tabs .cmp-center-tabs .center-tabs__tablist .center-tabs__tab.center-tabs__tab--active::after {
        left: 40%;
        bottom: -5px;
        background: #fff;
        content: '';
        width: 8px;
        height: 8px;
        position: absolute;
        border-top: 2px solid #ff3b00;
        border-right: 2px solid #ff3b00;
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg); }

.center-tabs .cmp-center-tabs .center-tabs__tablist {
  justify-content: center; }

.custom-pagination {
  display: flex;
  list-style: none;
  padding-left: 0; }
  .custom-pagination .pagination-item.disabled .pagination-link {
    cursor: auto;
    color: #6c757d;
    pointer-events: none; }
  .custom-pagination .pagination-item.active .pagination-link {
    font-weight: 600;
    text-decoration: underline; }
  .custom-pagination .pagination-item .pagination-link {
    padding: 3px 5px;
    font-family: "ff-good-web-pro", Arial sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase; }

.star {
  width: 13px;
  height: 12px;
  display: inline-block;
  background-image: url("clientlib-site/resources/icons/star-no-width-height.svg");
  background-size: 13px 12px; }
  .star.marked {
    background-image: url("clientlib-site/resources/icons/star-marked-no-width-height.svg"); }

.star-box {
  width: 65px;
  line-height: 12px;
  vertical-align: middle;
  display: inline-block;
  position: relative; }
  .star-box .star {
    width: 100%; }
    .star-box .star.marked {
      top: 0;
      left: 0;
      position: absolute; }

.breadcrumb {
  border-radius: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  font-family: "ff-good-web-pro", Arial sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  list-style: none;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .column-control {
    display: flex; } }

.column-control .parsys-column {
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  word-break: break-word; }

.column-control > .parsys-column > .cmp-container {
  height: 100%; }
  .column-control > .parsys-column > .cmp-container > .aem-Grid {
    height: 100%; }

.column-control.with-padding .parsys-column:not(:last-child) {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .column-control.with-padding .parsys-column:not(:last-child) {
      margin-right: 15px;
      margin-bottom: 0; } }

.column-control.column-four-six .parsys-column:first-child {
  flex-basis: 40%; }

.column-control.column-four-six .parsys-column:last-child {
  flex-basis: 60%; }

.column-control.column-six-four .parsys-column:first-child {
  flex-basis: 60%; }

.column-control.column-six-four .parsys-column:last-child {
  flex-basis: 40%; }

.column-control.column-one-two .parsys-column:first-child {
  flex-basis: 33.333333%; }

.column-control.column-one-two .parsys-column:last-child {
  flex-basis: 66.666667%; }

.column-control.column-two-one .parsys-column:first-child {
  flex-basis: 66.666667%; }

.column-control.column-two-one .parsys-column:last-child {
  flex-basis: 33.333333%; }

.column-control.column-one-three .parsys-column:first-child {
  flex-basis: 25%; }

.column-control.column-one-three .parsys-column:last-child {
  flex-basis: 75%; }

.column-control.column-three-one .parsys-column:first-child {
  flex-basis: 75%; }

.column-control.column-three-one .parsys-column:last-child {
  flex-basis: 25%; }

.column-control.column-halfs .parsys-column {
  flex-basis: 50%; }

.column-control.column-thirds .parsys-column {
  flex-basis: 33.333333%; }

.column-control.column-quarters .parsys-column {
  flex-basis: 25%; }

.column-control.column-fives .parsys-column {
  flex-basis: 20%; }

.column-control.column-sixes .parsys-column {
  flex-basis: 16.666667%; }

.column-control.with-padding.column-four-six .parsys-column:first-child {
  flex-basis: calc((100% - 15px) * 0.4); }

.column-control.with-padding.column-four-six .parsys-column:last-child {
  flex-basis: calc((100% - 15px) * 0.6); }

.column-control.with-padding.column-six-four .parsys-column:first-child {
  flex-basis: calc((100% - 15px) * 0.6); }

.column-control.with-padding.column-six-four .parsys-column:last-child {
  flex-basis: calc((100% - 15px) * 0.4); }

.column-control.with-padding.column-one-two .parsys-column:first-child {
  flex-basis: calc((100% - 15px) * 0.3333333); }

.column-control.with-padding.column-one-two .parsys-column:last-child {
  flex-basis: calc((100% - 15px) * 0.6666667); }

.column-control.with-padding.column-two-one .parsys-column:first-child {
  flex-basis: calc((100% - 15px) * 0.6666667); }

.column-control.with-padding.column-two-one .parsys-column:last-child {
  flex-basis: calc((100% - 15px) * 0.3333333); }

.column-control.with-padding.column-one-three .parsys-column:first-child {
  flex-basis: calc((100% - 15px) * 0.25); }

.column-control.with-padding.column-one-three .parsys-column:last-child {
  flex-basis: calc((100% - 15px) * 0.75); }

.column-control.with-padding.column-three-one .parsys-column:first-child {
  flex-basis: calc((100% - 15px) * 0.75); }

.column-control.with-padding.column-three-one .parsys-column:last-child {
  flex-basis: calc((100% - 15px) * 0.25); }

.column-control.with-padding.column-halfs .parsys-column {
  flex-basis: calc((100% - 15px) / 2); }

.column-control.with-padding.column-thirds .parsys-column {
  flex-basis: calc((100% - 30px) / 3); }

.column-control.with-padding.column-quarters .parsys-column {
  flex-basis: calc((100% - 45px) / 4); }

.column-control.with-padding.column-fives .parsys-column {
  flex-basis: calc((100% - 60px) / 5); }

.column-control.with-padding.column-sixes .parsys-column {
  flex-basis: calc((100% - 75px) / 6); }

.global-footer {
  padding: 30px 0 20px;
  background-color: #00213c; }
  @media (min-width: 768px) {
    .global-footer {
      padding: 40px 0 26px; } }
  @media (min-width: 992px) {
    .global-footer {
      padding: 40px 0; } }
  .global-footer h6,
  .global-footer p,
  .global-footer a:not([class]) {
    color: #fff; }
  .global-footer a:hover {
    color: #ff3b00;
    text-decoration: none; }
  .global-footer .breadcrumb, .global-footer .nav-exclusive {
    margin-right: auto;
    margin-left: auto;
    max-width: 1436px;
    padding: 0 20px; }
    @media (min-width: 768px) {
      .global-footer .breadcrumb, .global-footer .nav-exclusive {
        padding: 0 40px; } }
    @media (min-width: 992px) {
      .global-footer .breadcrumb, .global-footer .nav-exclusive {
        padding: 0 50px; } }
  .global-footer .breadcrumb {
    font-family: "ff-good-headline-web-pro", Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 30.8px;
    margin-bottom: 54px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .global-footer .breadcrumb {
        margin-bottom: 32px; } }
    .global-footer .breadcrumb.white {
      color: #fff; }
      .global-footer .breadcrumb.white .breadcrumb-item.active {
        color: #fff; }
      .global-footer .breadcrumb.white .breadcrumb-item::before {
        color: #fff; }
  .global-footer .nav-exclusive {
    display: block;
    margin-bottom: 3.7rem; }
    @media (min-width: 768px) {
      .global-footer .nav-exclusive {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 5rem; } }
    @media (min-width: 992px) {
      .global-footer .nav-exclusive {
        margin-bottom: 12rem; } }
    .global-footer .nav-exclusive .footer-nav {
      display: block;
      margin-bottom: 5rem; }
      @media (min-width: 768px) {
        .global-footer .nav-exclusive .footer-nav {
          display: flex;
          flex: 0 0 100%;
          max-width: 100%;
          margin-bottom: 4.5rem; } }
      @media (min-width: 992px) {
        .global-footer .nav-exclusive .footer-nav {
          margin-bottom: 0;
          flex: 0 0 66.666667%;
          max-width: 66.666667%; } }
      .global-footer .nav-exclusive .footer-nav .links-section {
        flex: 1;
        margin-bottom: 0.5rem; }
        @media (min-width: 768px) {
          .global-footer .nav-exclusive .footer-nav .links-section {
            margin-bottom: 0; }
            .global-footer .nav-exclusive .footer-nav .links-section:not(:last-child) {
              margin-right: 3rem; } }
        @media (min-width: 992px) {
          .global-footer .nav-exclusive .footer-nav .links-section {
            margin-right: 3rem; } }
        .global-footer .nav-exclusive .footer-nav .links-section > .title {
          cursor: pointer;
          padding: 1.5rem 0;
          position: relative;
          border-bottom: 1px solid #fff; }
          .global-footer .nav-exclusive .footer-nav .links-section > .title::before {
            top: 50%;
            right: 0;
            display: inline-block;
            margin-top: -0.5rem;
            content: '';
            width: 5px;
            height: 5px;
            position: absolute;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg); }
          .global-footer .nav-exclusive .footer-nav .links-section > .title.collapsed::before {
            -webkit-transform: rotate(135deg);
                    transform: rotate(135deg); }
          @media (min-width: 768px) {
            .global-footer .nav-exclusive .footer-nav .links-section > .title {
              border: 0;
              padding: 0;
              cursor: auto; }
              .global-footer .nav-exclusive .footer-nav .links-section > .title::before {
                display: none; } }
          .global-footer .nav-exclusive .footer-nav .links-section > .title h6 {
            margin: 0;
            font-size: 1.6rem;
            text-transform: uppercase; }
            @media (min-width: 768px) {
              .global-footer .nav-exclusive .footer-nav .links-section > .title h6 {
                font-size: 1.8rem;
                margin-bottom: 0.5rem; } }
        .global-footer .nav-exclusive .footer-nav .links-section ul li {
          font-family: "ff-good-headline-web-pro", Arial, sans-serif;
          font-size: 1.4rem;
          padding: 0.5rem 0.5rem 0.5rem 0; }
          @media (min-width: 992px) {
            .global-footer .nav-exclusive .footer-nav .links-section ul li {
              font-size: 1.6rem; } }
    .global-footer .nav-exclusive .exclusive-offer {
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 992px) {
        .global-footer .nav-exclusive .exclusive-offer {
          flex: 0 0 33.333333%;
          max-width: 33.333333%;
          margin-bottom: 2rem; } }
      .global-footer .nav-exclusive .exclusive-offer h4 {
        font-size: 2rem;
        font-family: "ff-good-headline-web-pro", Arial, sans-serif;
        font-weight: 600;
        line-height: 19.2px;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        margin: 0; }
        @media (min-width: 992px) {
          .global-footer .nav-exclusive .exclusive-offer h4 {
            font-size: 2.4rem;
            line-height: 30px; } }
      .global-footer .nav-exclusive .exclusive-offer p {
        margin-top: 0.5rem;
        margin-bottom: 1.8rem;
        font-size: 1.4rem; }
        @media (min-width: 768px) {
          .global-footer .nav-exclusive .exclusive-offer p {
            margin-bottom: 2.3rem;
            max-width: 58.333333%; } }
        @media (min-width: 992px) {
          .global-footer .nav-exclusive .exclusive-offer p {
            max-width: none; } }
      .global-footer .nav-exclusive .exclusive-offer .sign-up {
        display: flex; }
        @media (min-width: 768px) {
          .global-footer .nav-exclusive .exclusive-offer .sign-up {
            max-width: 58.333333%; } }
        @media (min-width: 992px) {
          .global-footer .nav-exclusive .exclusive-offer .sign-up {
            max-width: none; } }
        .global-footer .nav-exclusive .exclusive-offer .sign-up input[type="text"] {
          border: 0;
          padding: 1rem;
          width: calc(100% - 86px); }
        .global-footer .nav-exclusive .exclusive-offer .sign-up .btn-newsletter {
          width: 87px;
          height: 50px;
          min-width: auto;
          border-radius: 0;
          color: #fff;
          font-size: 1.4rem;
          text-transform: uppercase;
          border: 1px solid transparent; }
          @media (min-width: 768px) {
            .global-footer .nav-exclusive .exclusive-offer .sign-up .btn-newsletter {
              height: 57px; } }
      .global-footer .nav-exclusive .exclusive-offer .social-media {
        margin-top: 3rem; }
        @media (min-width: 768px) {
          .global-footer .nav-exclusive .exclusive-offer .social-media {
            margin-top: 2.6rem; } }
        .global-footer .nav-exclusive .exclusive-offer .social-media ul {
          margin-bottom: 0;
          display: flex;
          flex-wrap: wrap; }
          .global-footer .nav-exclusive .exclusive-offer .social-media ul li {
            margin-right: 0.5rem;
            margin-bottom: 0.5rem; }
        .global-footer .nav-exclusive .exclusive-offer .social-media img {
          width: 30px;
          height: 30px; }
  .global-footer .copyright-region {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1436px;
    padding: 0 20px; }
    @media (min-width: 768px) {
      .global-footer .copyright-region {
        padding: 0 40px; } }
    @media (min-width: 992px) {
      .global-footer .copyright-region {
        padding: 0 50px; } }
    .global-footer .copyright-region > a {
      order: 3;
      flex: 0 0 50%;
      max-width: 50%; }
      @media (min-width: 768px) {
        .global-footer .copyright-region > a {
          order: 1;
          flex: none;
          width: 82px;
          max-width: none; } }
      @media (min-width: 992px) {
        .global-footer .copyright-region > a {
          width: 102px; } }
      .global-footer .copyright-region > a img {
        max-width: 82px; }
        @media (min-width: 992px) {
          .global-footer .copyright-region > a img {
            width: 102px; } }
    .global-footer .copyright-region > p {
      order: 1;
      width: 100%;
      margin-bottom: 1.5rem; }
      @media (min-width: 768px) {
        .global-footer .copyright-region > p {
          order: 2;
          width: auto;
          margin-bottom: 0;
          padding-right: 1rem;
          padding-left: 1.5rem; } }
    .global-footer .copyright-region .site-help {
      order: 2;
      width: 100%;
      margin-bottom: 1.5rem; }
      @media (min-width: 768px) {
        .global-footer .copyright-region .site-help {
          order: 3;
          width: auto;
          max-width: calc(100% - 500px);
          margin-bottom: 0;
          padding-left: 2rem;
          padding-right: 2rem; } }
      .global-footer .copyright-region .site-help ul {
        margin-bottom: 0;
        text-align: left; }
        @media (min-width: 768px) {
          .global-footer .copyright-region .site-help ul {
            text-align: center; } }
        .global-footer .copyright-region .site-help ul li {
          padding: 0.5rem 1rem 0.5rem 0;
          display: inline-block; }
          .global-footer .copyright-region .site-help ul li a {
            text-decoration: underline; }
    .global-footer .copyright-region .region {
      order: 4;
      flex: 0 0 50%;
      max-width: 50%;
      text-align: right; }
      @media (min-width: 768px) {
        .global-footer .copyright-region .region {
          flex: auto;
          max-width: none; } }
      .global-footer .copyright-region .region span {
        color: #fff;
        cursor: pointer;
        display: inline-block;
        line-height: 1.4rem;
        vertical-align: middle; }
        .global-footer .copyright-region .region span:hover {
          color: #ff3b00; }
        .global-footer .copyright-region .region span img {
          margin-left: 0.5rem; }
  .global-footer .modal .modal-dialog {
    margin: 0;
    width: 100%;
    max-width: 100%; }
    .global-footer .modal .modal-dialog .modal-content {
      border: 0;
      min-height: 100vh;
      border-radius: 0; }
      @media (min-width: 768px) {
        .global-footer .modal .modal-dialog .modal-content {
          min-height: auto; } }
      .global-footer .modal .modal-dialog .modal-content .modal-header {
        border: 0;
        display: block; }
  @media (min-width: 768px) {
    .global-footer .modal.region-selector-modal .modal-dialog {
      width: 90%;
      min-height: auto;
      margin: 1.75rem auto; } }
  .global-footer .modal.region-selector-modal .modal-dialog .modal-content .modal-header {
    padding: 1rem 1.6rem; }
    .global-footer .modal.region-selector-modal .modal-dialog .modal-content .modal-header button.close {
      float: none;
      display: block;
      font-size: 3rem;
      font-weight: 400; }
      @media (min-width: 992px) {
        .global-footer .modal.region-selector-modal .modal-dialog .modal-content .modal-header button.close {
          font-size: 4rem; } }
    .global-footer .modal.region-selector-modal .modal-dialog .modal-content .modal-header .modal-title {
      text-align: center;
      text-transform: uppercase;
      font-size: 3rem; }
      @media (min-width: 992px) {
        .global-footer .modal.region-selector-modal .modal-dialog .modal-content .modal-header .modal-title {
          font-size: 4rem; } }
  .global-footer .modal.region-selector-modal .modal-dialog .modal-content .modal-body {
    padding: 3rem; }
    @media (min-width: 768px) {
      .global-footer .modal.region-selector-modal .modal-dialog .modal-content .modal-body {
        padding: 4rem; } }
    .global-footer .modal.region-selector-modal .modal-dialog .modal-content .modal-body .region-section {
      margin-top: 2rem;
      margin-bottom: 2rem; }
      .global-footer .modal.region-selector-modal .modal-dialog .modal-content .modal-body .region-section h6 {
        color: #000;
        font-size: 1.8rem; }
        @media (min-width: 768px) {
          .global-footer .modal.region-selector-modal .modal-dialog .modal-content .modal-body .region-section h6 {
            font-size: 2rem; } }
        @media (min-width: 992px) {
          .global-footer .modal.region-selector-modal .modal-dialog .modal-content .modal-body .region-section h6 {
            font-size: 2.3rem; } }
      .global-footer .modal.region-selector-modal .modal-dialog .modal-content .modal-body .region-section hr {
        margin: 2.5rem 0; }
      .global-footer .modal.region-selector-modal .modal-dialog .modal-content .modal-body .region-section ul {
        display: flex;
        flex-wrap: wrap; }
        .global-footer .modal.region-selector-modal .modal-dialog .modal-content .modal-body .region-section ul li {
          flex: 0 0 50%;
          max-width: 50%;
          font-size: 1.6rem;
          margin-bottom: 2rem;
          padding-right: 1.6rem; }
          @media (min-width: 768px) {
            .global-footer .modal.region-selector-modal .modal-dialog .modal-content .modal-body .region-section ul li {
              flex: 0 0 33.333333%;
              max-width: 33.333333%;
              font-size: 1.8rem; } }
          @media (min-width: 992px) {
            .global-footer .modal.region-selector-modal .modal-dialog .modal-content .modal-body .region-section ul li {
              flex: 0 0 25%;
              max-width: 25%;
              font-size: 2rem; } }
          .global-footer .modal.region-selector-modal .modal-dialog .modal-content .modal-body .region-section ul li a {
            color: #000; }
            .global-footer .modal.region-selector-modal .modal-dialog .modal-content .modal-body .region-section ul li a span:last-child {
              font-style: italic;
              font-size: 1.6rem; }
  .global-footer .modal.newsletter-modal {
    text-align: center; }
    @media (min-width: 768px) {
      .global-footer .modal.newsletter-modal .modal-dialog {
        top: 50%;
        margin: 0 auto;
        max-width: 500px;
        min-height: auto;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
    .global-footer .modal.newsletter-modal .modal-dialog .modal-content {
      padding: 1.8rem; }
      @media (min-width: 992px) {
        .global-footer .modal.newsletter-modal .modal-dialog .modal-content {
          padding: 2rem; } }
      .global-footer .modal.newsletter-modal .modal-dialog .modal-content .modal-header {
        padding: 0;
        margin-bottom: 8px; }
        @media (min-width: 768px) {
          .global-footer .modal.newsletter-modal .modal-dialog .modal-content .modal-header {
            margin-bottom: 10px; } }
        .global-footer .modal.newsletter-modal .modal-dialog .modal-content .modal-header button.close {
          padding: 0;
          font-weight: 400;
          font-size: 3.2rem;
          margin: -0.5rem 0 0 0; }
        .global-footer .modal.newsletter-modal .modal-dialog .modal-content .modal-header .modal-title {
          font-size: 1.8rem;
          margin-top: 0; }
      .global-footer .modal.newsletter-modal .modal-dialog .modal-content .modal-body {
        padding: 0; }
        .global-footer .modal.newsletter-modal .modal-dialog .modal-content .modal-body .region-selector {
          width: 100%;
          height: 4rem;
          color: #000;
          font-size: 1.6rem;
          line-height: normal;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          border-radius: 0;
          margin-bottom: 1.6rem;
          background-color: #fff;
          padding: .8rem 2.4rem .8rem .8rem; }
          .global-footer .modal.newsletter-modal .modal-dialog .modal-content .modal-body .region-selector::-ms-expand {
            display: none; }
        .global-footer .modal.newsletter-modal .modal-dialog .modal-content .modal-body .btn-region-submit {
          min-width: auto;
          line-height: 1;
          font-size: 1.4rem;
          font-weight: 700;
          border-radius: 0;
          margin-bottom: 1.6rem;
          padding: 1.2rem 1.4rem;
          text-transform: uppercase;
          border: 1px solid transparent; }
        .global-footer .modal.newsletter-modal .modal-dialog .modal-content .modal-body p {
          color: #000;
          margin-bottom: 1.6rem; }
        .global-footer .modal.newsletter-modal .modal-dialog .modal-content .modal-body .btn-close {
          color: #000;
          font-size: 1rem;
          margin-bottom: 1.6rem;
          border: 1px solid #000;
          text-transform: uppercase;
          background-color: transparent; }
          .global-footer .modal.newsletter-modal .modal-dialog .modal-content .modal-body .btn-close:hover, .global-footer .modal.newsletter-modal .modal-dialog .modal-content .modal-body .btn-close:focus {
            color: #fff;
            background-color: #000; }
          .global-footer .modal.newsletter-modal .modal-dialog .modal-content .modal-body .btn-close:focus, .global-footer .modal.newsletter-modal .modal-dialog .modal-content .modal-body .btn-close:not(:disabled):not(.disabled):active {
            box-shadow: none; }

header {
  flex-shrink: 0; }

.skip-to-content {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: #fff;
  border-right: 1px solid #d9d2cd;
  border-bottom: 1px solid #d9d2cd;
  border-bottom-right-radius: 8px;
  background: #212529;
  transition: top 100ms ease-out;
  z-index: 100; }
  .skip-to-content:focus {
    top: 0; }

.primary-nav {
  background-color: white;
  height: 6rem;
  position: relative;
  z-index: 999;
  border-bottom: 1px solid #d9d2cd; }
  .primary-nav .nav-content-wrapper {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1436px;
    width: 100%;
    height: 100%;
    position: relative; }
    @media (min-width: 992px) {
      .primary-nav .nav-content-wrapper {
        padding: 0 5rem; } }
  .primary-nav .navbar-brand {
    padding: 0;
    margin-right: 0;
    line-height: 1; }
    .primary-nav .navbar-brand .poly-only {
      width: 37px; }
    .primary-nav .navbar-brand .logo {
      width: 25px;
      margin-right: 4px; }
      .primary-nav .navbar-brand .logo.spin {
        -webkit-animation-name: spin;
                animation-name: spin;
        -webkit-animation-duration: 3s;
                animation-duration: 3s;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg); } }
  .primary-nav .img-box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%; }
    .primary-nav .img-box.company-logo {
      background-image: url("clientlib-site/resources/images/company-logo-color.svg");
      height: 2.7rem; }
      @media (min-width: 992px) {
        .primary-nav .img-box.company-logo {
          height: 4.55rem; } }
    .primary-nav .img-box.icon-search {
      background-image: url("clientlib-site/resources/icons/search.svg");
      height: 3rem;
      width: 2.2rem; }
    .primary-nav .img-box.icon-profile {
      background-image: url("clientlib-site/resources/icons/profile.svg");
      height: 3rem;
      width: 2.4rem; }
    .primary-nav .img-box.icon-cart {
      background-image: url("clientlib-site/resources/icons/cart.svg");
      height: 3rem;
      width: 2.5rem; }
      .primary-nav .img-box.icon-cart + span {
        position: absolute;
        left: 90%;
        top: 0;
        padding: 0.5rem 0; }
  .primary-nav .navbar-toggler {
    position: relative;
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 2.4rem;
    height: 1.9rem; }
    .primary-nav .navbar-toggler::before, .primary-nav .navbar-toggler::after {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      background: #000;
      width: 100%;
      height: 3px;
      content: ''; }
    .primary-nav .navbar-toggler::before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .primary-nav .navbar-toggler::after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    .primary-nav .navbar-toggler.collapsed {
      background: #000;
      background: linear-gradient(0deg, black 0%, black 16%, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0) 42%, black 42%, black 58%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0) 84%, black 84%, black 100%); }
      .primary-nav .navbar-toggler.collapsed::before, .primary-nav .navbar-toggler.collapsed::after {
        height: 0;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
  .primary-nav .navbar-collapse {
    position: fixed;
    bottom: 0;
    top: 6rem;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background: white;
    padding: 1.5rem 2rem 2.5rem 2rem; }
    @media (min-width: 992px) {
      .primary-nav .navbar-collapse {
        height: 100%;
        top: 0;
        position: static;
        align-items: center;
        flex-direction: column; } }
    .primary-nav .navbar-collapse.collapse:not(.show) {
      visibility: hidden; }
      @media (min-width: 992px) {
        .primary-nav .navbar-collapse.collapse:not(.show) {
          opacity: 1;
          visibility: visible; } }
  .primary-nav .nav-tabs {
    border: 0; }
    .primary-nav .nav-tabs .nav-item {
      margin-bottom: 0; }
    .primary-nav .nav-tabs .nav-link {
      background: none;
      border: 0;
      margin: 0.5rem 1.2rem;
      padding: 0;
      color: #00213c;
      text-transform: uppercase;
      font-weight: 600;
      font-family: "ff-good-headline-web-pro", Arial, sans-serif;
      line-height: 1.8rem; }
      .primary-nav .nav-tabs .nav-link.link-active {
        color: #ff3b00;
        text-decoration: underline; }
    .primary-nav .nav-tabs i {
      margin-left: 0.5em;
      font-size: 75%; }
  .primary-nav .tab-content .tab-pane.show {
    left: 0;
    right: 0;
    width: 100vw;
    position: absolute;
    background-color: #fff;
    overflow: auto; }
    @media (min-width: 992px) {
      .primary-nav .tab-content .tab-pane.show {
        margin-left: calc(50% - 50vw);
        overflow: hidden; } }
  .primary-nav .tab-content .tab-toggler {
    display: none; }
  .primary-nav .tab-content .secondary-nav {
    height: 649px;
    padding: 0;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 25px 20px 20px 20px;
    clip: rect(0, auto, auto, 0); }
    .primary-nav .tab-content .secondary-nav .h1 {
      margin: 0;
      background: none;
      border: 0;
      padding: 0;
      text-align: left;
      font-weight: bold;
      font-size: 3.1rem;
      font-family: "ff-good-web-pro", Arial sans-serif;
      color: #ff3b00;
      transition: all 144ms ease-in-out; }
      .primary-nav .tab-content .secondary-nav .h1[aria-expanded="false"] {
        color: #c0b5af; }
      .primary-nav .tab-content .secondary-nav .h1:hover, .primary-nav .tab-content .secondary-nav .h1:focus {
        text-decoration: none;
        color: #ff3b00; }
    .primary-nav .tab-content .secondary-nav .p[aria-expanded="false"] {
      color: #000; }
    .primary-nav .tab-content .secondary-nav .p[aria-expanded="true"] {
      text-decoration: underline;
      color: #ff3b00; }
  .primary-nav .tab-content .tertiary-nav {
    position: absolute;
    display: block;
    top: 6rem;
    left: 40rem;
    list-style: none;
    transition: none !important; }
    .primary-nav .tab-content .tertiary-nav a {
      color: #000;
      font-size: 2rem;
      line-height: 4rem; }
      .primary-nav .tab-content .tertiary-nav a:hover {
        color: #ff3b00;
        text-decoration: underline; }
  .primary-nav .tab-content .nav-featured-content,
  .primary-nav .tab-content .nav-featured-content__info {
    display: none; }
  .primary-nav .utility-nav {
    align-self: flex-end;
    flex-direction: row;
    width: 100%; }
    @media (min-width: 992px) {
      .primary-nav .utility-nav {
        align-self: center; } }
    .primary-nav .utility-nav .nav-item:last-child {
      margin-left: auto; }
    .primary-nav .utility-nav .nav-link {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      font-size: 2rem;
      color: #00213c; }
    .primary-nav .utility-nav .nav-item:first-child .nav-link {
      padding-left: 0; }
  .primary-nav .header-search {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    left: 1rem;
    background: white;
    padding: 1rem;
    z-index: 1;
    visibility: visible; }
    @media (min-width: 992px) {
      .primary-nav .header-search {
        position: absolute;
        right: 28rem;
        left: 28.6rem; } }
  .primary-nav .header-search__open {
    border: 0;
    background: none; }
  .primary-nav .header-cart__close,
  .primary-nav .header-contact__close {
    display: block;
    position: absolute;
    top: 2rem;
    right: 1.1rem;
    z-index: 1;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 2rem;
    height: 2rem; }
    .primary-nav .header-cart__close::before, .primary-nav .header-cart__close::after,
    .primary-nav .header-contact__close::before,
    .primary-nav .header-contact__close::after {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      background: #00213c;
      width: 1.8rem;
      height: 0.2rem;
      -webkit-transform-origin: center;
              transform-origin: center;
      content: ''; }
    .primary-nav .header-cart__close::before,
    .primary-nav .header-contact__close::before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .primary-nav .header-cart__close::after,
    .primary-nav .header-contact__close::after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
  .primary-nav .header-search-container {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
    @media (min-width: 992px) {
      .primary-nav .header-search-container {
        height: 100%;
        display: flex;
        align-items: center;
        -webkit-transform: none;
                transform: none;
        -webkit-transform: translateX(100vw);
                transform: translateX(100vw); } }
    .primary-nav .header-search-container #header-search-box {
      width: 100%;
      display: flex !important;
      align-items: center;
      padding-left: 30px; }
      .primary-nav .header-search-container #header-search-box.on-focus {
        border-bottom: 2px solid #000; }
      .primary-nav .header-search-container #header-search-box .CoveoSearchbox .magic-box {
        border: none; }
        .primary-nav .header-search-container #header-search-box .CoveoSearchbox .magic-box .magic-box-input > input {
          color: #ff3b00;
          text-transform: uppercase;
          font-size: 1.8rem;
          font-weight: 600;
          font-family: "ff-good-headline-web-pro", Arial, sans-serif;
          letter-spacing: 0.23px;
          line-height: 21.6px;
          padding-right: 26px; }
          @media (min-width: 992px) {
            .primary-nav .header-search-container #header-search-box .CoveoSearchbox .magic-box .magic-box-input > input {
              font-size: 2.4rem;
              line-height: 30px;
              padding-right: 49px; } }
        .primary-nav .header-search-container #header-search-box .CoveoSearchbox .magic-box .magic-box-clear {
          width: 25px;
          height: 100%;
          line-height: 43px;
          visibility: visible; }
          @media (min-width: 992px) {
            .primary-nav .header-search-container #header-search-box .CoveoSearchbox .magic-box .magic-box-clear {
              width: 48px;
              line-height: 48px; } }
        @media (min-width: 992px) {
          .primary-nav .header-search-container #header-search-box .CoveoSearchbox .magic-box .magic-box-clear-svg {
            width: 18px;
            height: 18px; } }
      .primary-nav .header-search-container #header-search-box .CoveoSearchbox .CoveoSearchButton {
        width: 30px;
        left: 0;
        border: none;
        position: absolute; }
      .primary-nav .header-search-container #header-search-box .coveo-search-button-svg {
        width: 22px;
        height: 22px; }
  .primary-nav .magic-box.magic-box-hasFocus .magic-box-suggestions.magic-box-hasSuggestion .coveo-magicbox-suggestions {
    border: none; }
  .primary-nav .magic-box-suggestions {
    height: 0;
    left: -30px;
    display: block;
    background: #fff;
    font-family: "ff-good-web-pro", Arial sans-serif;
    padding-top: 0;
    padding-bottom: 0;
    visibility: hidden;
    transition: all 0.01s;
    width: calc(100% + 30px); }
    .primary-nav .magic-box-suggestions.magic-box-hasSuggestion {
      height: auto;
      padding-top: 30px;
      padding-bottom: 30px;
      visibility: visible;
      border-top: 1px solid #d9d2cd;
      transition: all 0.3s; }
    @media (min-width: 992px) {
      .primary-nav .magic-box-suggestions {
        padding: 15px 20px;
        top: 64px; } }
    .primary-nav .magic-box-suggestions .suggestion-title {
      color: #ff3b00;
      margin: 0;
      padding-top: 5px;
      font-size: 1.2rem;
      font-weight: 600;
      letter-spacing: 0.4px;
      text-transform: uppercase; }
      .primary-nav .magic-box-suggestions .suggestion-title:not(:first-child) {
        margin-top: 25px; }
        @media (min-width: 992px) {
          .primary-nav .magic-box-suggestions .suggestion-title:not(:first-child) {
            margin-top: 15px; } }
    .primary-nav .magic-box-suggestions .magic-box-suggestion {
      font-size: 1.8rem;
      line-height: 27px;
      padding: 5px 0; }
      .primary-nav .magic-box-suggestions .magic-box-suggestion:hover {
        background: transparent; }
    .primary-nav .magic-box-suggestions ul {
      padding: 0;
      list-style: none; }
      .primary-nav .magic-box-suggestions ul li {
        margin-bottom: 1rem;
        font-size: 1.8rem; }
      .primary-nav .magic-box-suggestions ul a {
        word-wrap: break-word;
        color: #000; }
    .primary-nav .magic-box-suggestions .suggested-searches {
      display: none; }
  .primary-nav .header-cart {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f5f3f2;
    z-index: 10; }
    @media (min-width: 992px) {
      .primary-nav .header-cart {
        top: 8rem;
        left: auto;
        bottom: auto;
        width: 38rem; }
        .primary-nav .header-cart .header-cart__header {
          display: none; } }
    @media (max-width: 991.98px) {
      .primary-nav .header-cart {
        flex-direction: column;
        max-height: 100%; }
        .primary-nav .header-cart.show {
          display: flex; }
        .primary-nav .header-cart .header-cart__header {
          margin: 0 2rem;
          display: block; }
        .primary-nav .header-cart .header-cart-container {
          flex: 1;
          display: flex;
          flex-direction: column;
          min-height: 0; }
        .primary-nav .header-cart .header-cart__list {
          flex: 1;
          min-height: 0;
          max-height: 33rem;
          overflow: scroll; }
        .primary-nav .header-cart .header-cart__footer {
          overflow: visible; } }
  .primary-nav .header-cart__open {
    background: none;
    border: none;
    position: relative; }
  @media (min-width: 992px) {
    .primary-nav .header-cart__close {
      display: none; } }
  .primary-nav .header-cart-container {
    padding: 0 2rem 4rem; }
    @media (min-width: 992px) {
      .primary-nav .header-cart-container {
        padding: 4rem 2rem; } }
    .primary-nav .header-cart-container .img-box {
      margin-right: 2.5rem;
      width: 100px;
      height: 100px; }
      .primary-nav .header-cart-container .img-box img {
        -o-object-fit: contain;
           object-fit: contain; }
    .primary-nav .header-cart-container .header-cart__item-content {
      flex: 1;
      display: flex;
      flex-flow: row wrap; }
    .primary-nav .header-cart-container .header-cart__title {
      flex: 1 0 0;
      text-transform: uppercase;
      font-size: 1.4rem; }
      .primary-nav .header-cart-container .header-cart__title strong {
        font-weight: 600; }
    .primary-nav .header-cart-container .header-cart__price {
      flex: 1 1 1;
      font-weight: 600;
      font-size: 1.4rem; }
    .primary-nav .header-cart-container .header-cart__description {
      width: 100%;
      font-size: 1.4rem; }
  .primary-nav .header-cart__list > li {
    position: relative;
    background: #fff;
    margin-top: 1.5rem;
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
    display: flex; }
    .primary-nav .header-cart__list > li:first-child {
      margin-top: 0; }
  .primary-nav .header-cart__item-remove {
    position: absolute;
    top: 0;
    right: 0.2rem;
    background: none;
    border: 0;
    padding: 0;
    line-height: 1;
    width: 1.6rem;
    text-align: center; }
    .primary-nav .header-cart__item-remove::after {
      content: 'x'; }
  .primary-nav .header-cart__footer {
    margin-top: 2.5rem;
    border-top: 2px solid black;
    padding-top: 2rem;
    overflow: auto; }
    .primary-nav .header-cart__footer > div {
      overflow: auto; }
    .primary-nav .header-cart__footer p {
      margin: 0 0 3rem;
      float: left;
      font-size: 1.4rem;
      font-weight: 600;
      text-transform: uppercase; }
    .primary-nav .header-cart__footer .header-cart__total-price {
      float: right; }
    .primary-nav .header-cart__footer .btn {
      display: inline-block;
      font-size: 1.4rem;
      width: 100%;
      padding: 1rem 1rem 0.8rem; }
  .primary-nav .header-contact-bg-box {
    position: absolute; }
    @media (min-width: 992px) {
      .primary-nav .header-contact-bg-box {
        width: 100vw;
        height: 528px;
        top: 8rem;
        left: 0; } }
  .primary-nav .header-contact {
    background: #f5f3f2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    padding: 2.5rem 2rem 0;
    z-index: 10; }
    @media (min-width: 768px) {
      .primary-nav .header-contact {
        padding: 4rem 4rem 0; } }
    @media (min-width: 992px) {
      .primary-nav .header-contact {
        overflow-y: auto;
        padding: 4rem 5rem 6rem;
        width: 100vw;
        max-width: 1436px;
        left: auto;
        top: 8rem;
        bottom: auto; } }
    .primary-nav .header-contact .header-contact__close {
      right: 2rem;
      top: 2.5rem; }
      @media (min-width: 768px) {
        .primary-nav .header-contact .header-contact__close {
          right: 4rem; } }
      @media (min-width: 768px) {
        .primary-nav .header-contact .header-contact__close {
          right: 5rem; } }
      .primary-nav .header-contact .header-contact__close span {
        display: none; }
        @media (min-width: 992px) {
          .primary-nav .header-contact .header-contact__close span {
            display: block;
            white-space: pre;
            font-size: 1.8rem;
            position: absolute;
            right: 2.5rem;
            top: -2.5px;
            text-transform: uppercase;
            color: #00213c; } }
  @media (min-width: 768px) {
    .primary-nav .navbar-collapse {
      padding: 2.5rem 4rem; }
    .primary-nav .tab-content .secondary-nav {
      padding: 25px 40px 40px 40px; }
      .primary-nav .tab-content .secondary-nav .h1 {
        font-size: 4.2rem; } }
  @media (min-width: 992px) {
    .primary-nav {
      height: 8rem; }
      .primary-nav .navbar-brand {
        margin-right: 15px; }
        .primary-nav .navbar-brand .poly-only {
          width: 58px; }
        .primary-nav .navbar-brand .logo {
          width: 39px;
          margin-right: 6px; }
      .primary-nav .navbar-collapse {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        background: transparent;
        padding: 0; }
      .primary-nav .nav-tabs .nav-link {
        margin: 2.9rem 1.5rem;
        font-size: 2rem;
        line-height: 2.2rem; }
        .primary-nav .nav-tabs .nav-link:hover {
          color: #ff3b00;
          text-decoration: underline; }
          .primary-nav .nav-tabs .nav-link:hover i {
            display: inline-block;
            color: #ff3b00; }
      .primary-nav .nav-tabs i {
        display: none; }
      .primary-nav .tab-content .tab-toggler {
        display: block;
        position: absolute;
        top: 1.5rem;
        right: 5rem;
        z-index: 1;
        border: 0;
        border-radius: 0;
        padding: 0 2.6rem 0 0;
        text-transform: uppercase;
        color: #00213c;
        font-size: 1.8rem;
        background-color: transparent; }
        .primary-nav .tab-content .tab-toggler::before, .primary-nav .tab-content .tab-toggler::after {
          position: absolute;
          top: 47.5%;
          right: 0;
          display: block;
          background: #00213c;
          width: 1.8rem;
          height: 0.2rem;
          content: ''; }
        .primary-nav .tab-content .tab-toggler::before {
          -webkit-transform: translateY(-50%) rotate(45deg);
                  transform: translateY(-50%) rotate(45deg); }
        .primary-nav .tab-content .tab-toggler::after {
          -webkit-transform: translateY(-50%) rotate(-45deg);
                  transform: translateY(-50%) rotate(-45deg); }
      .primary-nav .tab-content .secondary-nav {
        padding: 6rem 5rem;
        max-width: 1436px;
        margin: 0 auto; }
        .primary-nav .tab-content .secondary-nav .h1 {
          font-size: 6rem; }
        .primary-nav .tab-content .secondary-nav > li {
          padding-bottom: 1em; }
          .primary-nav .tab-content .secondary-nav > li a {
            font-weight: bold;
            font-size: 2em; }
        .primary-nav .tab-content .secondary-nav .bottom-nav {
          padding-top: 3em; }
          .primary-nav .tab-content .secondary-nav .bottom-nav a {
            font-weight: bold;
            font-size: 1.4em;
            padding-right: 2em; }
            .primary-nav .tab-content .secondary-nav .bottom-nav a:hover {
              color: #ff3b00; }
        .primary-nav .tab-content .secondary-nav > li > .collapse.show .nav-featured-content {
          -webkit-transform: translateX(0);
                  transform: translateX(0); }
        .primary-nav .tab-content .secondary-nav > .tertiary-nav-container {
          transition: none !important; }
        .primary-nav .tab-content .secondary-nav > .collapse.show .nav-featured-content {
          -webkit-transform: translateX(0);
                  transform: translateX(0); }
      .primary-nav .tab-content .nav-featured-content {
        display: block;
        max-width: calc(45% - 5rem);
        position: absolute;
        top: 6rem;
        right: 5rem;
        padding-bottom: 30px;
        -webkit-transform: translateX(125%);
                transform: translateX(125%);
        transition: -webkit-transform 150ms ease-in-out;
        transition: transform 150ms ease-in-out;
        transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out; }
        .primary-nav .tab-content .nav-featured-content img {
          margin-bottom: 2rem;
          pointer-events: none; }
      .primary-nav .tab-content .nav-featured-content__info {
        display: flex;
        flex-direction: column;
        align-items: flex-end; }
        .primary-nav .tab-content .nav-featured-content__info .h4, .primary-nav .tab-content .nav-featured-content__info .description, .primary-nav .tab-content .nav-featured-content__info .btn {
          width: 50%; }
        .primary-nav .tab-content .nav-featured-content__info .description {
          font-size: 1.7rem; }
        .primary-nav .tab-content .nav-featured-content__info .btn {
          font-size: 1.4rem; }
      .primary-nav .utility-nav {
        width: auto; }
        .primary-nav .utility-nav .nav-link {
          padding-left: 1rem;
          padding-right: 1rem; }
        .primary-nav .utility-nav .nav-item:first-child .nav-link {
          padding-left: 1rem; }
        .primary-nav .utility-nav .nav-item:last-child {
          margin-left: 2rem; } }

.header-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 998;
  width: 100vw;
  height: 100vh;
  background-color: black;
  opacity: 0.5; }

.nh_primary-nav {
  background-color: white;
  height: 6rem;
  position: relative;
  z-index: 999; }
  .nh_primary-nav .nav-content-wrapper {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1436px;
    width: 100%;
    height: 100%;
    position: relative; }
    @media (min-width: 992px) {
      .nh_primary-nav .nav-content-wrapper {
        padding: 0 5rem; } }
  .nh_primary-nav .navbar-brand {
    padding: 0;
    margin-right: 0;
    line-height: 1; }
    .nh_primary-nav .navbar-brand .poly-only {
      width: 37px; }
    .nh_primary-nav .navbar-brand .logo {
      width: 25px;
      margin-right: 4px; }
      .nh_primary-nav .navbar-brand .logo.spin {
        -webkit-animation-name: spin;
                animation-name: spin;
        -webkit-animation-duration: 3s;
                animation-duration: 3s;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1; }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg); } }
  .nh_primary-nav .img-box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%; }
    .nh_primary-nav .img-box.company-logo {
      background-image: url("clientlib-site/resources/images/company-logo-color.svg");
      height: 2.7rem; }
      @media (min-width: 992px) {
        .nh_primary-nav .img-box.company-logo {
          height: 4.55rem; } }
    .nh_primary-nav .img-box.icon-search {
      background-image: url("clientlib-site/resources/icons/search.svg");
      height: 3rem;
      width: 2.2rem; }
    .nh_primary-nav .img-box.icon-profile {
      background-image: url("clientlib-site/resources/icons/profile.svg");
      height: 3rem;
      width: 2.4rem; }
    .nh_primary-nav .img-box.icon-cart {
      background-image: url("clientlib-site/resources/icons/cart.svg");
      height: 3.1rem;
      width: 2.2rem; }
      .nh_primary-nav .img-box.icon-cart + span {
        position: absolute;
        left: 90%;
        top: 0;
        padding: 0.5rem 0; }
  .nh_primary-nav .navbar-cart {
    position: absolute;
    right: 8em; }
    @media (min-width: 992px) {
      .nh_primary-nav .navbar-cart {
        display: none; } }
  .nh_primary-nav .navbar-search {
    position: absolute;
    right: 6em; }
    @media (min-width: 992px) {
      .nh_primary-nav .navbar-search {
        display: none; } }
  .nh_primary-nav .navbar-account {
    position: absolute;
    right: 5rem; }
    @media (min-width: 992px) {
      .nh_primary-nav .navbar-account {
        display: none; } }
  .nh_primary-nav .navbar-toggler {
    position: relative;
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 2.4rem;
    height: 1.9rem; }
    .nh_primary-nav .navbar-toggler::before, .nh_primary-nav .navbar-toggler::after {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      background: #000;
      width: 100%;
      height: 3px;
      content: ""; }
    .nh_primary-nav .navbar-toggler::before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .nh_primary-nav .navbar-toggler::after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    .nh_primary-nav .navbar-toggler.collapsed {
      background: #000;
      background: linear-gradient(0deg, black 0%, black 16%, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0) 42%, black 42%, black 58%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0) 84%, black 84%, black 100%); }
      .nh_primary-nav .navbar-toggler.collapsed::before, .nh_primary-nav .navbar-toggler.collapsed::after {
        height: 0;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
  .nh_primary-nav .navbar-collapse {
    position: fixed;
    bottom: 0;
    top: 6rem;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background: white;
    padding: 1.5rem 2rem 2.5rem 2rem; }
    @media (min-width: 992px) {
      .nh_primary-nav .navbar-collapse {
        height: 100%;
        top: 0;
        position: static;
        align-items: center;
        flex-direction: column; } }
    .nh_primary-nav .navbar-collapse.collapse:not(.show) {
      visibility: hidden; }
      @media (min-width: 992px) {
        .nh_primary-nav .navbar-collapse.collapse:not(.show) {
          opacity: 1;
          visibility: visible; } }
  .nh_primary-nav .nav-tabs {
    border: 0; }
    .nh_primary-nav .nav-tabs .nh_nav-item {
      margin-bottom: 0; }
    .nh_primary-nav .nav-tabs .nav-link {
      background: none;
      border: 0;
      margin: 0.5rem 1.2rem;
      padding: 0;
      color: #00213c;
      text-transform: uppercase;
      font-weight: 600;
      font-family: "ff-good-headline-web-pro", Arial, sans-serif;
      line-height: 1.8rem; }
      .nh_primary-nav .nav-tabs .nav-link.link-active {
        color: #ff3b00 !important;
        text-decoration: underline; }
      .nh_primary-nav .nav-tabs .nav-link i {
        display: none; }
    .nh_primary-nav .nav-tabs i {
      margin-left: 0.5em;
      font-size: 75%; }
  .nh_primary-nav .tab-content .tab-pane.show {
    left: 0;
    right: 0;
    width: 100vw;
    position: absolute;
    background-color: #fff;
    overflow: auto; }
    @media (min-width: 992px) {
      .nh_primary-nav .tab-content .tab-pane.show {
        margin-left: calc(50% - 50vw);
        overflow: hidden; } }
  .nh_primary-nav .tab-content .tab-toggler {
    display: none; }
  .nh_primary-nav .tab-content .nh_secondary-nav {
    height: 579px;
    padding: 0;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 25px 20px 20px 20px;
    clip: rect(0, auto, auto, 0); }
    .nh_primary-nav .tab-content .nh_secondary-nav .h1 {
      margin: 0;
      background: none;
      border: 0;
      padding: 0;
      text-align: left;
      font-weight: bold;
      font-size: 3.1rem;
      font-family: "ff-good-web-pro", Arial sans-serif;
      color: #ff3b00;
      transition: all 144ms ease-in-out; }
      .nh_primary-nav .tab-content .nh_secondary-nav .h1[aria-expanded="false"] {
        color: #c0b5af; }
      .nh_primary-nav .tab-content .nh_secondary-nav .h1:hover, .nh_primary-nav .tab-content .nh_secondary-nav .h1:focus {
        text-decoration: none;
        color: #ff3b00; }
    .nh_primary-nav .tab-content .nh_secondary-nav .secondary-link {
      color: #00213c;
      text-transform: uppercase; }
    .nh_primary-nav .tab-content .nh_secondary-nav .p[aria-expanded="false"] {
      color: #00213c; }
    .nh_primary-nav .tab-content .nh_secondary-nav .p[aria-expanded="true"] {
      text-decoration: underline;
      color: #ff3b00; }
    @media (max-width: 1300px) {
      .nh_primary-nav .tab-content .nh_secondary-nav .nav-featured-content {
        display: none; } }
  .nh_primary-nav .tab-content .tertiary-nav {
    position: absolute;
    display: block;
    top: 6rem;
    left: 40rem;
    list-style: none;
    transition: none !important; }
    .nh_primary-nav .tab-content .tertiary-nav a {
      color: #00213c;
      font-size: 2rem;
      line-height: 4rem; }
      .nh_primary-nav .tab-content .tertiary-nav a:hover {
        color: #ff3b00;
        text-decoration: underline; }
  .nh_primary-nav .utility-nav {
    align-self: flex-end;
    flex-direction: row;
    width: 100%; }
    @media (min-width: 992px) {
      .nh_primary-nav .utility-nav {
        align-self: center; } }
    .nh_primary-nav .utility-nav .nh_nav-item:last-child {
      margin-left: auto; }
    .nh_primary-nav .utility-nav .nav-link {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      font-size: 2rem;
      color: #00213c; }
    .nh_primary-nav .utility-nav .nh_nav-item:first-child .nav-link {
      padding-left: 0; }
  .nh_primary-nav .header-search {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    left: 1rem;
    background: white;
    padding: 1rem;
    z-index: 1;
    visibility: visible; }
    @media (min-width: 992px) {
      .nh_primary-nav .header-search {
        position: absolute;
        right: 28rem;
        left: 28.6rem; } }
  .nh_primary-nav .header-search__open {
    border: 0;
    background: none; }
  .nh_primary-nav .header-cart__close,
  .nh_primary-nav .header-contact__close {
    display: block;
    position: absolute;
    top: 2rem;
    right: 1.1rem;
    z-index: 1;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 2rem;
    height: 2rem; }
    .nh_primary-nav .header-cart__close::before, .nh_primary-nav .header-cart__close::after,
    .nh_primary-nav .header-contact__close::before,
    .nh_primary-nav .header-contact__close::after {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      background: #00213c;
      width: 1.8rem;
      height: 0.2rem;
      -webkit-transform-origin: center;
              transform-origin: center;
      content: ""; }
    .nh_primary-nav .header-cart__close::before,
    .nh_primary-nav .header-contact__close::before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .nh_primary-nav .header-cart__close::after,
    .nh_primary-nav .header-contact__close::after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
  .nh_primary-nav .header-search-container {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
    @media (min-width: 992px) {
      .nh_primary-nav .header-search-container {
        height: 100%;
        display: flex;
        align-items: center;
        -webkit-transform: none;
                transform: none;
        -webkit-transform: translateX(100vw);
                transform: translateX(100vw); } }
    .nh_primary-nav .header-search-container #header-search-box {
      width: 100%;
      display: flex !important;
      align-items: center;
      padding-left: 30px; }
      .nh_primary-nav .header-search-container #header-search-box.on-focus {
        border-bottom: 2px solid #000; }
      .nh_primary-nav .header-search-container #header-search-box .CoveoSearchbox .magic-box {
        border: none; }
        .nh_primary-nav .header-search-container #header-search-box .CoveoSearchbox .magic-box .magic-box-input > input {
          color: #ff3b00;
          text-transform: uppercase;
          font-size: 1.8rem;
          font-weight: 600;
          font-family: "ff-good-headline-web-pro", Arial, sans-serif;
          letter-spacing: 0.23px;
          line-height: 21.6px;
          padding-right: 26px; }
          @media (min-width: 992px) {
            .nh_primary-nav .header-search-container #header-search-box .CoveoSearchbox .magic-box .magic-box-input > input {
              font-size: 2.4rem;
              line-height: 30px;
              padding-right: 49px; } }
        .nh_primary-nav .header-search-container #header-search-box .CoveoSearchbox .magic-box .magic-box-clear {
          width: 25px;
          height: 100%;
          line-height: 43px;
          visibility: visible; }
          @media (min-width: 992px) {
            .nh_primary-nav .header-search-container #header-search-box .CoveoSearchbox .magic-box .magic-box-clear {
              width: 48px;
              line-height: 48px; } }
        @media (min-width: 992px) {
          .nh_primary-nav .header-search-container #header-search-box .CoveoSearchbox .magic-box .magic-box-clear-svg {
            width: 18px;
            height: 18px; } }
      .nh_primary-nav .header-search-container #header-search-box .CoveoSearchbox .CoveoSearchButton {
        width: 30px;
        left: 0;
        border: none;
        position: absolute; }
      .nh_primary-nav .header-search-container #header-search-box .coveo-search-button-svg {
        width: 22px;
        height: 22px; }
  .nh_primary-nav .magic-box.magic-box-hasFocus .magic-box-suggestions.magic-box-hasSuggestion .coveo-magicbox-suggestions {
    border: none; }
  .nh_primary-nav .magic-box-suggestions {
    height: 0;
    left: -30px;
    display: block;
    background: #fff;
    font-family: "ff-good-web-pro", Arial sans-serif;
    padding-top: 0;
    padding-bottom: 0;
    visibility: hidden;
    transition: all 0.01s;
    width: calc(100% + 30px); }
    .nh_primary-nav .magic-box-suggestions.magic-box-hasSuggestion {
      height: auto;
      padding-top: 30px;
      padding-bottom: 30px;
      visibility: visible;
      border-top: 1px solid #d9d2cd;
      transition: all 0.3s; }
    @media (min-width: 992px) {
      .nh_primary-nav .magic-box-suggestions {
        padding: 15px 20px;
        top: 64px; } }
    .nh_primary-nav .magic-box-suggestions .suggestion-title {
      color: #ff3b00;
      margin: 0;
      padding-top: 5px;
      font-size: 1.2rem;
      font-weight: 600;
      letter-spacing: 0.4px;
      text-transform: uppercase; }
      .nh_primary-nav .magic-box-suggestions .suggestion-title:not(:first-child) {
        margin-top: 25px; }
        @media (min-width: 992px) {
          .nh_primary-nav .magic-box-suggestions .suggestion-title:not(:first-child) {
            margin-top: 15px; } }
    .nh_primary-nav .magic-box-suggestions .magic-box-suggestion {
      font-size: 1.8rem;
      line-height: 27px;
      padding: 5px 0; }
      .nh_primary-nav .magic-box-suggestions .magic-box-suggestion:hover {
        background: transparent; }
    .nh_primary-nav .magic-box-suggestions ul {
      padding: 0;
      list-style: none; }
      .nh_primary-nav .magic-box-suggestions ul li {
        margin-bottom: 1rem;
        font-size: 1.8rem; }
      .nh_primary-nav .magic-box-suggestions ul a {
        word-wrap: break-word;
        color: #000; }
    .nh_primary-nav .magic-box-suggestions .suggested-searches {
      display: none; }
  .nh_primary-nav .header-cart {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f5f3f2;
    z-index: 10; }
    @media (min-width: 992px) {
      .nh_primary-nav .header-cart {
        top: 8rem;
        left: auto;
        bottom: auto;
        width: 38rem; }
        .nh_primary-nav .header-cart .header-cart__header {
          display: none; } }
    @media (max-width: 991.98px) {
      .nh_primary-nav .header-cart {
        flex-direction: column;
        max-height: 100%; }
        .nh_primary-nav .header-cart.show {
          display: flex; }
        .nh_primary-nav .header-cart .header-cart__header {
          margin: 0 2rem;
          display: block; }
        .nh_primary-nav .header-cart .header-cart-container {
          flex: 1;
          display: flex;
          flex-direction: column;
          min-height: 0; }
        .nh_primary-nav .header-cart .header-cart__list {
          flex: 1;
          min-height: 0;
          max-height: 33rem;
          overflow: scroll; }
        .nh_primary-nav .header-cart .header-cart__footer {
          overflow: visible; } }
  .nh_primary-nav .header-cart__open {
    background: none;
    border: none;
    position: relative; }
  @media (min-width: 992px) {
    .nh_primary-nav .header-cart__close {
      display: none; } }
  .nh_primary-nav .header-cart-container {
    padding: 0 2rem 4rem; }
    @media (min-width: 992px) {
      .nh_primary-nav .header-cart-container {
        padding: 4rem 2rem; } }
    .nh_primary-nav .header-cart-container .img-box {
      margin-right: 2.5rem;
      width: 100px;
      height: 100px; }
      .nh_primary-nav .header-cart-container .img-box img {
        -o-object-fit: contain;
           object-fit: contain; }
    .nh_primary-nav .header-cart-container .header-cart__item-content {
      flex: 1;
      display: flex;
      flex-flow: row wrap; }
    .nh_primary-nav .header-cart-container .header-cart__title {
      flex: 1 0 0;
      text-transform: uppercase;
      font-size: 1.4rem; }
      .nh_primary-nav .header-cart-container .header-cart__title strong {
        font-weight: 600; }
    .nh_primary-nav .header-cart-container .header-cart__price {
      flex: 1 1 1;
      font-weight: 600;
      font-size: 1.4rem; }
    .nh_primary-nav .header-cart-container .header-cart__description {
      width: 100%;
      font-size: 1.4rem; }
  .nh_primary-nav .header-cart__list > li {
    position: relative;
    background: #fff;
    margin-top: 1.5rem;
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
    display: flex; }
    .nh_primary-nav .header-cart__list > li:first-child {
      margin-top: 0; }
  .nh_primary-nav .header-cart__item-remove {
    position: absolute;
    top: 0;
    right: 0.2rem;
    background: none;
    border: 0;
    padding: 0;
    line-height: 1;
    width: 1.6rem;
    text-align: center; }
    .nh_primary-nav .header-cart__item-remove::after {
      content: "x"; }
  .nh_primary-nav .header-cart__footer {
    margin-top: 2.5rem;
    border-top: 2px solid black;
    padding-top: 2rem;
    overflow: auto; }
    .nh_primary-nav .header-cart__footer > div {
      overflow: auto; }
    .nh_primary-nav .header-cart__footer p {
      margin: 0 0 3rem;
      float: left;
      font-size: 1.4rem;
      font-weight: 600;
      text-transform: uppercase; }
    .nh_primary-nav .header-cart__footer .header-cart__total-price {
      float: right; }
    .nh_primary-nav .header-cart__footer .btn {
      display: inline-block;
      font-size: 1.4rem;
      width: 100%;
      padding: 1rem 1rem 0.8rem; }
  .nh_primary-nav .header-contact-bg-box {
    position: absolute; }
    @media (min-width: 992px) {
      .nh_primary-nav .header-contact-bg-box {
        width: 100vw;
        height: 528px;
        top: 8rem;
        left: 0; } }
  .nh_primary-nav .header-contact {
    background: #f5f3f2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    padding: 2.5rem 2rem 0;
    z-index: 10; }
    @media (min-width: 768px) {
      .nh_primary-nav .header-contact {
        padding: 4rem 4rem 0; } }
    @media (min-width: 992px) {
      .nh_primary-nav .header-contact {
        overflow-y: auto;
        padding: 4rem 5rem 6rem;
        width: 100vw;
        left: auto;
        top: 8rem;
        bottom: auto; } }
    .nh_primary-nav .header-contact .header-contact-container {
      max-width: 1436px;
      margin: 0 auto; }
    .nh_primary-nav .header-contact .header-contact__close {
      right: 2rem;
      top: 2.5rem; }
      @media (min-width: 768px) {
        .nh_primary-nav .header-contact .header-contact__close {
          right: 4rem; } }
      @media (min-width: 768px) {
        .nh_primary-nav .header-contact .header-contact__close {
          right: 5rem; } }
      .nh_primary-nav .header-contact .header-contact__close span {
        display: none; }
        @media (min-width: 992px) {
          .nh_primary-nav .header-contact .header-contact__close span {
            display: block;
            white-space: pre;
            font-size: 1.8rem;
            position: absolute;
            right: 2.5rem;
            top: -2.5px;
            text-transform: uppercase;
            color: #00213c; } }
  @media (min-width: 768px) {
    .nh_primary-nav .navbar-collapse {
      padding: 2.5rem 4rem; }
    .nh_primary-nav .tab-content .nh_secondary-nav {
      padding: 25px 40px 40px 40px; }
      .nh_primary-nav .tab-content .nh_secondary-nav .h1 {
        font-size: 4.2rem; } }
  @media (min-width: 992px) {
    .nh_primary-nav {
      height: 8rem; }
      .nh_primary-nav .navbar-brand {
        margin-right: 15px; }
        .nh_primary-nav .navbar-brand .poly-only {
          width: 58px; }
        .nh_primary-nav .navbar-brand .logo {
          width: 39px;
          margin-right: 6px; }
      .nh_primary-nav .navbar-collapse {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        background: transparent;
        padding: 0; }
      .nh_primary-nav .nav-tabs .nav-link {
        margin: 2.9rem 1.5rem;
        font-size: 2rem;
        line-height: 2.2rem; }
        .nh_primary-nav .nav-tabs .nav-link:hover {
          color: #ff3b00 !important;
          text-decoration: underline; }
          .nh_primary-nav .nav-tabs .nav-link:hover .fa-arrow-right {
            display: inline-block;
            color: #ff3b00; }
      .nh_primary-nav .nav-tabs i {
        display: none; }
      .nh_primary-nav .tab-content .tab-toggler {
        display: block;
        position: absolute;
        top: 1.5rem;
        right: 5rem;
        z-index: 1;
        border: 0;
        border-radius: 0;
        padding: 0 2.6rem 0 0;
        text-transform: uppercase;
        color: #00213c;
        font-size: 1.8rem;
        background-color: transparent; }
        .nh_primary-nav .tab-content .tab-toggler::before, .nh_primary-nav .tab-content .tab-toggler::after {
          position: absolute;
          top: 47.5%;
          right: 0;
          display: block;
          background: #00213c;
          width: 1.8rem;
          height: 0.2rem;
          content: ""; }
        .nh_primary-nav .tab-content .tab-toggler::before {
          -webkit-transform: translateY(-50%) rotate(45deg);
                  transform: translateY(-50%) rotate(45deg); }
        .nh_primary-nav .tab-content .tab-toggler::after {
          -webkit-transform: translateY(-50%) rotate(-45deg);
                  transform: translateY(-50%) rotate(-45deg); }
      .nh_primary-nav .tab-content .nh_secondary-nav {
        padding: 6rem 5rem;
        max-width: 1436px;
        margin: 0 auto; }
        .nh_primary-nav .tab-content .nh_secondary-nav .h1 {
          font-size: 6rem; }
        .nh_primary-nav .tab-content .nh_secondary-nav > li {
          padding-bottom: 1em;
          max-width: 350px; }
          .nh_primary-nav .tab-content .nh_secondary-nav > li a {
            font-weight: 600;
            font-size: 1.6em; }
          .nh_primary-nav .tab-content .nh_secondary-nav > li > .tertiary-nav-container {
            transition: none !important; }
            .nh_primary-nav .tab-content .nh_secondary-nav > li > .tertiary-nav-container .tertiary-nav {
              max-width: 350px; }
              .nh_primary-nav .tab-content .nh_secondary-nav > li > .tertiary-nav-container .tertiary-nav a {
                font-weight: 400;
                font-size: 1.4em; }
        .nh_primary-nav .tab-content .nh_secondary-nav .bottom-nav {
          padding-top: 3em; }
          .nh_primary-nav .tab-content .nh_secondary-nav .bottom-nav a {
            font-weight: bold;
            font-size: 1.4em;
            padding-right: 2em; }
            .nh_primary-nav .tab-content .nh_secondary-nav .bottom-nav a:hover {
              color: #ff3b00; }
        .nh_primary-nav .tab-content .nh_secondary-nav > li > .collapse.show .nav-featured-content {
          -webkit-transform: translateX(0);
                  transform: translateX(0); }
        .nh_primary-nav .tab-content .nh_secondary-nav > .tertiary-nav-container {
          transition: none !important; }
        .nh_primary-nav .tab-content .nh_secondary-nav > .collapse.show .nav-featured-content {
          -webkit-transform: translateX(0);
                  transform: translateX(0); }
      .nh_primary-nav .tab-content .nav-featured-content {
        display: block;
        cursor: pointer;
        max-width: calc(45% - 5rem);
        position: absolute;
        top: 6rem;
        right: 5rem;
        padding-bottom: 30px;
        -webkit-transform: translateX(125%);
                transform: translateX(125%);
        transition: -webkit-transform 150ms ease-in-out;
        transition: transform 150ms ease-in-out;
        transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out; }
        .nh_primary-nav .tab-content .nav-featured-content .product-card {
          height: 300px;
          width: 250px;
          display: inline-block;
          margin-right: 0.5em;
          background-color: #fbfaf9;
          padding-bottom: 2em;
          padding-left: 0.5em; }
          .nh_primary-nav .tab-content .nav-featured-content .product-card .img-box {
            min-height: 350px;
            padding-bottom: calc(25% + 51px);
            padding: 20% 10% calc(25% + 32px);
            width: 100%;
            text-align: center; }
            .nh_primary-nav .tab-content .nav-featured-content .product-card .img-box .product-image {
              vertical-align: middle;
              margin-bottom: 2rem;
              pointer-events: none;
              height: 7.5em; }
          .nh_primary-nav .tab-content .nav-featured-content .product-card .content-box {
            font-weight: 600;
            line-height: 1.6rem;
            position: absolute;
            bottom: 1.5em; }
            .nh_primary-nav .tab-content .nav-featured-content .product-card .content-box .product-title {
              font-size: 2rem;
              color: #000;
              text-transform: uppercase; }
            .nh_primary-nav .tab-content .nav-featured-content .product-card .content-box .price {
              font-size: 1.4rem;
              color: #9c8e8b;
              text-transform: initial; }
      .nh_primary-nav .tab-content .nav-featured-content__info {
        display: flex;
        flex-direction: column;
        align-items: flex-end; }
        .nh_primary-nav .tab-content .nav-featured-content__info .h4,
        .nh_primary-nav .tab-content .nav-featured-content__info .description,
        .nh_primary-nav .tab-content .nav-featured-content__info .btn {
          width: 50%; }
        .nh_primary-nav .tab-content .nav-featured-content__info .description {
          font-size: 1.7rem; }
        .nh_primary-nav .tab-content .nav-featured-content__info .btn {
          font-size: 1.4rem; }
      .nh_primary-nav .utility-nav {
        width: auto;
        height: 100%; }
        .nh_primary-nav .utility-nav .nav-link {
          padding-left: 1rem;
          padding-right: 1rem;
          -webkit-transform: translateY(50%);
                  transform: translateY(50%); }
        .nh_primary-nav .utility-nav .nh_nav-item.tab-item button {
          -webkit-transform: translateY(50%);
                  transform: translateY(50%); }
        .nh_primary-nav .utility-nav .nh_nav-item:first-child .nav-link {
          padding-left: 1rem; }
        .nh_primary-nav .utility-nav .nh_nav-item:last-child {
          margin-left: 2rem; } }
  @media (max-width: 991.98px) {
    .nh_primary-nav {
      border-bottom: 1px solid #d9d2cd; }
      .nh_primary-nav .utility-nav {
        padding: 1em; }
        .nh_primary-nav .utility-nav .tab-item {
          display: block; }
          .nh_primary-nav .utility-nav .tab-item #header-contact {
            display: none !important; }
          .nh_primary-nav .utility-nav .tab-item .tab-content {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            display: none; }
            .nh_primary-nav .utility-nav .tab-item .tab-content .tab-pane {
              padding: 4rem 4rem 0; }
      .nh_primary-nav .tab-pane {
        position: static !important;
        padding: 0; }
        .nh_primary-nav .tab-pane .nh_secondary-nav {
          padding: 0;
          height: auto; }
          .nh_primary-nav .tab-pane .nh_secondary-nav li {
            cursor: pointer;
            padding: 0.5em;
            margin: 0.5rem 1.5rem 0.5rem 2.5rem; }
            .nh_primary-nav .tab-pane .nh_secondary-nav li a {
              color: #00213c !important;
              text-decoration: none !important; }
          .nh_primary-nav .tab-pane .nh_secondary-nav .tertiary-nav-container {
            transition: 0.3s -webkit-transform ease-in-out;
            transition: 0.3s transform ease-in-out;
            transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out; }
            .nh_primary-nav .tab-pane .nh_secondary-nav .tertiary-nav-container .tertiary-nav {
              position: initial;
              -webkit-padding-start: 0px;
                      padding-inline-start: 0px; }
              .nh_primary-nav .tab-pane .nh_secondary-nav .tertiary-nav-container .tertiary-nav.show {
                display: block !important; }
              .nh_primary-nav .tab-pane .nh_secondary-nav .tertiary-nav-container .tertiary-nav li {
                padding: 0; }
                .nh_primary-nav .tab-pane .nh_secondary-nav .tertiary-nav-container .tertiary-nav li a {
                  font-size: 16px;
                  color: #00213c !important;
                  -webkit-text-decoration: auto;
                          text-decoration: auto; }
          .nh_primary-nav .tab-pane .nh_secondary-nav .bottom-nav a {
            margin: 1em 2em;
            width: 100%;
            display: block; }
          .nh_primary-nav .tab-pane .nh_secondary-nav .nav-featured-content {
            margin: 1em 0; }
            .nh_primary-nav .tab-pane .nh_secondary-nav .nav-featured-content .product-card {
              height: 300px;
              width: 45%;
              display: inline-block;
              margin-right: 0.5em;
              background-color: #fbfaf9;
              position: relative;
              padding-left: 0.5em; }
              .nh_primary-nav .tab-pane .nh_secondary-nav .nav-featured-content .product-card .img-box {
                min-height: 275px;
                padding: 20% 10% calc(25% + 32px);
                padding-bottom: 0px;
                width: 100%;
                text-align: center; }
                .nh_primary-nav .tab-pane .nh_secondary-nav .nav-featured-content .product-card .img-box .product-image {
                  vertical-align: middle;
                  margin-bottom: 2rem;
                  pointer-events: none;
                  height: 10em; }
              .nh_primary-nav .tab-pane .nh_secondary-nav .nav-featured-content .product-card .content-box {
                font-weight: 600;
                line-height: 1.6rem;
                position: absolute;
                bottom: 0.4em; }
                .nh_primary-nav .tab-pane .nh_secondary-nav .nav-featured-content .product-card .content-box .product-title {
                  font-size: 2rem;
                  color: #000;
                  text-transform: uppercase; }
                .nh_primary-nav .tab-pane .nh_secondary-nav .nav-featured-content .product-card .content-box .price {
                  font-size: 1.4rem;
                  color: #9c8e8b;
                  text-transform: initial; }
      .nh_primary-nav #primary-navigation {
        width: 100%;
        padding: 0;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        overflow: scroll;
        display: block;
        max-height: 75%; }
        .nh_primary-nav #primary-navigation .nav-tabs {
          width: 100%; }
          .nh_primary-nav #primary-navigation .nav-tabs .nh_nav-item {
            width: 100%;
            border-bottom: 1px solid #d9d2cd; }
            .nh_primary-nav #primary-navigation .nav-tabs .nh_nav-item .nav-link {
              padding: 0.75em; }
              .nh_primary-nav #primary-navigation .nav-tabs .nh_nav-item .nav-link.link-active {
                color: #00213c !important;
                -webkit-text-decoration: auto;
                        text-decoration: auto; }
              .nh_primary-nav #primary-navigation .nav-tabs .nh_nav-item .nav-link i {
                display: block; }
      .nh_primary-nav .fas {
        float: right; } }

.rssFeed li {
  font-size: 20px;
  line-height: 1.6; }

.custom-dropdown.model-selector.single-item::after {
  display: none; }

.polyPlus .form-check-label {
  margin-bottom: 5px;
  padding-left: 10px; }

.polyPlus .form-check-input {
  margin-top: 0.5rem; }

.custom-dropdown {
  position: relative;
  transition: all 0.2s ease-in-out;
  background-color: #fff; }
  .custom-dropdown.dropown-mark {
    cursor: pointer; }
  .custom-dropdown::after {
    top: 50%;
    right: 15px;
    content: '';
    width: 11px;
    height: 8px;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url("clientlib-site/resources/icons/angle-down-red.svg");
    background-size: cover; }
  .custom-dropdown .value-container {
    width: 100%;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    display: block;
    padding: 10px;
    position: relative;
    text-align: left;
    z-index: 2; }
    .custom-dropdown .value-container:focus {
      outline: none; }
  .custom-dropdown .dropdown-panel {
    left: 0;
    margin: 0;
    width: 100%;
    display: none;
    overflow-y: scroll;
    position: absolute;
    z-index: 9999; }
    .custom-dropdown .dropdown-panel .item, .custom-dropdown .dropdown-panel .cat-item {
      padding-bottom: 10px;
      padding-left: 10px;
      background-color: #fff;
      padding-top: 10px; }
      .custom-dropdown .dropdown-panel .item:first-child, .custom-dropdown .dropdown-panel .cat-item:first-child {
        padding-top: 10px; }
      .custom-dropdown .dropdown-panel .item.active, .custom-dropdown .dropdown-panel .cat-item.active {
        color: #ff3b00; }
      .custom-dropdown .dropdown-panel .item[aria-selected="true"], .custom-dropdown .dropdown-panel .cat-item[aria-selected="true"] {
        display: none; }
  .custom-dropdown.active:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
  .custom-dropdown.active .dropdown-panel {
    display: block; }

.video-cta {
  padding-left: 1px; }
  .video-cta .launch-video-modal {
    padding: 7px;
    position: relative;
    border: 1px solid;
    text-decoration: none; }
    .video-cta .launch-video-modal:hover {
      border: 1px solid;
      text-decoration: none;
      color: #fff;
      background: darkslategrey; }

.video-modal {
  display: block;
  background: #000; }
  .video-modal .close {
    top: 15px;
    right: 15px;
    width: 55px;
    height: 55px;
    color: #fff;
    opacity: 1;
    font-weight: 300;
    font-size: 32px;
    line-height: 55px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    text-shadow: none;
    z-index: 10; }

.video-modal-new .close {
  top: 15px;
  right: 15px;
  width: 55px;
  height: 55px;
  color: #fff;
  opacity: 1;
  font-weight: 300;
  font-size: 60px;
  line-height: 55px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  text-shadow: none;
  z-index: 10;
  display: none; }
  @media (max-width: 767.98px) {
    .video-modal-new .close {
      display: inline-block; } }

.video-modal-new .close:focus {
  outline: none;
  box-shadow: none; }

@media (max-width: 767.98px) {
  .video-modal-new {
    background: #000; } }

.video-modal-new .modal-dialog {
  max-width: 100%;
  width: 75%;
  min-width: 75%; }
  @media (max-width: 767.98px) {
    .video-modal-new .modal-dialog {
      width: 100%; } }
  .video-modal-new .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
    background: #000; }
    @media (min-width: 768px) {
      .video-modal-new .modal-dialog .modal-content {
        min-height: auto; } }
    .video-modal-new .modal-dialog .modal-content .modal-body {
      height: 75vh;
      vertical-align: middle;
      padding: 0; }
      .video-modal-new .modal-dialog .modal-content .modal-body .close {
        top: -40px;
        right: -40px;
        width: 55px;
        height: 55px;
        color: #fff;
        opacity: 1;
        font-weight: 300;
        font-size: 60px;
        line-height: 55px;
        border-radius: 50%;
        background: transparent;
        position: absolute;
        text-shadow: none;
        z-index: 10;
        display: inline-block; }
        @media (max-width: 767.98px) {
          .video-modal-new .modal-dialog .modal-content .modal-body .close {
            display: none; } }
      .video-modal-new .modal-dialog .modal-content .modal-body .close:focus {
        outline: none;
        box-shadow: none; }

.s7videoplayer {
  width: 100% !important;
  height: 100% !important; }

.video-box .s7videoplayer {
  width: 100% !important;
  height: 100% !important; }

.video-box .s7videoplayer {
  width: 100% !important;
  height: 100% !important; }

.video-box .s7iconeffect, .video-box .s7controlbar {
  display: none !important; }

.marketo-contact-form input,
.marketo-contact-form select, .marketo-contact-form textarea {
  width: 100%;
  border-radius: 0;
  border: 2px solid transparent;
  font-family: "ff-good-web-pro", Arial sans-serif;
  font-size: 1.7rem;
  padding: 11px 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: all 0.2s ease-in-out; }
  .marketo-contact-form input:focus,
  .marketo-contact-form select:focus, .marketo-contact-form textarea:focus {
    border: 2px solid #00213c;
    outline: none; }
  .marketo-contact-form input.invalid,
  .marketo-contact-form select.invalid, .marketo-contact-form textarea.invalid {
    border: 2px solid #ff3b00; }

.marketo-contact-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("clientlib-site/resources/icons/angle-down-black.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-color: #fff; }
  .marketo-contact-form select::-ms-expand {
    display: none; }
  .marketo-contact-form select.valid {
    background-image: url("clientlib-site/resources/icons/angle-down-black.svg"), url("clientlib-site/resources/icons/input-valid.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: calc(100% - 50px) center, calc(100% - 20px) center; }
  .marketo-contact-form select.invalid {
    background-image: url("clientlib-site/resources/icons/angle-down-black.svg"), url("clientlib-site/resources/icons/input-error.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: calc(100% - 50px) center, calc(100% - 20px) center; }

.marketo-contact-form input, .marketo-contact-form textarea {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center; }
  .marketo-contact-form input::-ms-clear, .marketo-contact-form textarea::-ms-clear {
    width: 0;
    height: 0; }
  .marketo-contact-form input::-webkit-contacts-auto-fill-button, .marketo-contact-form textarea::-webkit-contacts-auto-fill-button {
    display: none !important; }
  .marketo-contact-form input.valid, .marketo-contact-form textarea.valid {
    background-image: url("clientlib-site/resources/icons/input-valid.svg"); }
  .marketo-contact-form input.invalid, .marketo-contact-form textarea.invalid {
    background-image: url("clientlib-site/resources/icons/input-error.svg"); }

.marketo-contact-form textarea {
  margin-bottom: 0;
  resize: none; }

.marketo-contact-form .btn-submit {
  font-family: "ff-good-web-pro", Arial sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 5px;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .marketo-contact-form .btn-submit {
      width: auto; } }

.commerce-modal .modal-dialog, .buy-now-category .modal-dialog {
  margin: 0;
  max-width: 100%;
  width: 100%; }
  @media (min-width: 768px) {
    .commerce-modal .modal-dialog, .buy-now-category .modal-dialog {
      width: 680px;
      margin: 1.75rem auto; } }
  .commerce-modal .modal-dialog .wrapper, .buy-now-category .modal-dialog .wrapper {
    border: none;
    border-radius: 0;
    padding: 25px 20px;
    min-height: 100vh; }
    @media (min-width: 768px) {
      .commerce-modal .modal-dialog .wrapper, .buy-now-category .modal-dialog .wrapper {
        min-height: auto; } }
    .commerce-modal .modal-dialog .wrapper .container, .buy-now-category .modal-dialog .wrapper .container {
      position: relative; }
      .commerce-modal .modal-dialog .wrapper .container .close, .buy-now-category .modal-dialog .wrapper .container .close {
        top: 0;
        right: 0;
        margin: 0;
        opacity: 1;
        padding: 0;
        z-index: 10;
        position: absolute; }
        .commerce-modal .modal-dialog .wrapper .container .close span, .buy-now-category .modal-dialog .wrapper .container .close span {
          width: 13px;
          height: 13px;
          display: inline-block;
          background-image: url("clientlib-site/resources/icons/close.svg");
          background-size: cover;
          background-repeat: no-repeat; }
      .commerce-modal .modal-dialog .wrapper .container ul, .buy-now-category .modal-dialog .wrapper .container ul {
        margin: 0; }
      .commerce-modal .modal-dialog .wrapper .container .review,
      .commerce-modal .modal-dialog .wrapper .container .product-name,
      .commerce-modal .modal-dialog .wrapper .container .price, .buy-now-category .modal-dialog .wrapper .container .review,
      .buy-now-category .modal-dialog .wrapper .container .product-name,
      .buy-now-category .modal-dialog .wrapper .container .price {
        display: none; }
        .commerce-modal .modal-dialog .wrapper .container .review.active,
        .commerce-modal .modal-dialog .wrapper .container .product-name.active,
        .commerce-modal .modal-dialog .wrapper .container .price.active, .buy-now-category .modal-dialog .wrapper .container .review.active,
        .buy-now-category .modal-dialog .wrapper .container .product-name.active,
        .buy-now-category .modal-dialog .wrapper .container .price.active {
          display: block; }
      .commerce-modal .modal-dialog .wrapper .container .content .product-name .title, .buy-now-category .modal-dialog .wrapper .container .content .product-name .title {
        margin: 0;
        font-family: "ff-good-web-pro", Arial sans-serif;
        font-size: 1.6rem;
        font-weight: 600;
        text-transform: uppercase; }
      .commerce-modal .modal-dialog .wrapper .container .content .review, .buy-now-category .modal-dialog .wrapper .container .content .review {
        margin-top: 5px; }
        .commerce-modal .modal-dialog .wrapper .container .content .review .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-inline-rating-container .bv-rating-stars-on,
        .commerce-modal .modal-dialog .wrapper .container .content .review .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-inline-rating-container .bv-rating-stars-off, .buy-now-category .modal-dialog .wrapper .container .content .review .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-inline-rating-container .bv-rating-stars-on,
        .buy-now-category .modal-dialog .wrapper .container .content .review .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-inline-rating-container .bv-rating-stars-off {
          font-size: 1.8rem !important; }
      .commerce-modal .modal-dialog .wrapper .container .content .gallery, .buy-now-category .modal-dialog .wrapper .container .content .gallery {
        position: relative; }
        .commerce-modal .modal-dialog .wrapper .container .content .gallery .img-box, .buy-now-category .modal-dialog .wrapper .container .content .gallery .img-box {
          display: flex;
          height: 428px;
          align-items: center;
          justify-content: center;
          padding-left: 80px;
          padding-right: 80px; }
          .commerce-modal .modal-dialog .wrapper .container .content .gallery .img-box img, .buy-now-category .modal-dialog .wrapper .container .content .gallery .img-box img {
            max-height: 100%; }
        .commerce-modal .modal-dialog .wrapper .container .content .gallery .prev-page, .commerce-modal .modal-dialog .wrapper .container .content .gallery .next-page, .buy-now-category .modal-dialog .wrapper .container .content .gallery .prev-page, .buy-now-category .modal-dialog .wrapper .container .content .gallery .next-page {
          top: 50%;
          cursor: pointer;
          opacity: 1;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .commerce-modal .modal-dialog .wrapper .container .content .gallery .prev-page-icon, .commerce-modal .modal-dialog .wrapper .container .content .gallery .next-page-icon, .buy-now-category .modal-dialog .wrapper .container .content .gallery .prev-page-icon, .buy-now-category .modal-dialog .wrapper .container .content .gallery .next-page-icon {
          width: 20px;
          height: 28px;
          display: inline-block;
          font-size: 1.4rem; }
        .commerce-modal .modal-dialog .wrapper .container .content .gallery .prev-page, .buy-now-category .modal-dialog .wrapper .container .content .gallery .prev-page {
          left: 20px; }
          .commerce-modal .modal-dialog .wrapper .container .content .gallery .prev-page .prev-page-icon, .buy-now-category .modal-dialog .wrapper .container .content .gallery .prev-page .prev-page-icon {
            background-image: url("clientlib-site/resources/icons/angle-left.svg"); }
        .commerce-modal .modal-dialog .wrapper .container .content .gallery .next-page, .buy-now-category .modal-dialog .wrapper .container .content .gallery .next-page {
          right: 20px; }
          .commerce-modal .modal-dialog .wrapper .container .content .gallery .next-page .next-page-icon, .buy-now-category .modal-dialog .wrapper .container .content .gallery .next-page .next-page-icon {
            background-image: url("clientlib-site/resources/icons/angle-right.svg"); }
        .commerce-modal .modal-dialog .wrapper .container .content .gallery .thumbnails, .buy-now-category .modal-dialog .wrapper .container .content .gallery .thumbnails {
          position: relative; }
          .commerce-modal .modal-dialog .wrapper .container .content .gallery .thumbnails .indicator, .buy-now-category .modal-dialog .wrapper .container .content .gallery .thumbnails .indicator {
            width: 40px;
            height: 40px; }
            .commerce-modal .modal-dialog .wrapper .container .content .gallery .thumbnails .indicator .thumbnail, .buy-now-category .modal-dialog .wrapper .container .content .gallery .thumbnails .indicator .thumbnail {
              width: 100%;
              height: 100%;
              display: flex;
              align-items: center;
              justify-content: center; }
              .commerce-modal .modal-dialog .wrapper .container .content .gallery .thumbnails .indicator .thumbnail img, .buy-now-category .modal-dialog .wrapper .container .content .gallery .thumbnails .indicator .thumbnail img {
                max-height: 100%; }
      .commerce-modal .modal-dialog .wrapper .container .model-selector, .buy-now-category .modal-dialog .wrapper .container .model-selector {
        font-family: "ff-good-web-pro", Arial sans-serif;
        font-size: 1.7rem;
        margin-bottom: 20px;
        text-transform: uppercase; }
        @media (min-width: 768px) {
          .commerce-modal .modal-dialog .wrapper .container .model-selector, .buy-now-category .modal-dialog .wrapper .container .model-selector {
            margin-bottom: 15px; } }
        .commerce-modal .modal-dialog .wrapper .container .model-selector .value-container, .buy-now-category .modal-dialog .wrapper .container .model-selector .value-container {
          text-transform: uppercase; }
      .commerce-modal .modal-dialog .wrapper .container .prevPrice, .buy-now-category .modal-dialog .wrapper .container .prevPrice {
        text-decoration: line-through;
        color: #bbb;
        padding-right: 5px; }
      .commerce-modal .modal-dialog .wrapper .container .price-cart, .buy-now-category .modal-dialog .wrapper .container .price-cart {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .commerce-modal .modal-dialog .wrapper .container .price-cart .price, .buy-now-category .modal-dialog .wrapper .container .price-cart .price {
          font-family: "ff-good-headline-web-pro", Arial, sans-serif;
          font-size: 2.4rem;
          font-weight: 600;
          line-height: 30px;
          text-transform: uppercase; }
        .commerce-modal .modal-dialog .wrapper .container .price-cart .btn-add-to-cart, .buy-now-category .modal-dialog .wrapper .container .price-cart .btn-add-to-cart {
          font-family: "ff-good-web-pro", Arial sans-serif;
          font-size: 1.4rem;
          font-weight: 600; }

.inline-buy-now-modal-component {
  background-color: white; }
  .inline-buy-now-modal-component .component-hide {
    display: none; }
  @media (min-width: 992px) {
    .inline-buy-now-modal-component .commerce-modal .modal-dialog {
      width: 100%; }
    .inline-buy-now-modal-component .inline-buynow-content {
      display: flex; }
      .inline-buy-now-modal-component .inline-buynow-content .inline-buynow-carousel {
        flex: 0 0 60%; }
      .inline-buy-now-modal-component .inline-buynow-content .inline-buynow-text {
        flex: 0 0 40%;
        align-items: center; } }
  .inline-buy-now-modal-component .inline-buynow-content .inline-buynow-carousel .carousel .navigate-wrapper {
    width: 350px;
    overflow: hidden;
    position: relative;
    margin: auto; }
    .inline-buy-now-modal-component .inline-buynow-content .inline-buynow-carousel .carousel .navigate-wrapper .previous-page-arrow {
      position: absolute;
      cursor: pointer;
      font-size: 20px;
      top: 45px; }
    .inline-buy-now-modal-component .inline-buynow-content .inline-buynow-carousel .carousel .navigate-wrapper .navigate-container {
      width: 330px;
      overflow: hidden;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center; }
      .inline-buy-now-modal-component .inline-buynow-content .inline-buynow-carousel .carousel .navigate-wrapper .navigate-container .carousel-indicators {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 5px;
        position: relative; }
        .inline-buy-now-modal-component .inline-buynow-content .inline-buynow-carousel .carousel .navigate-wrapper .navigate-container .carousel-indicators li {
          width: 60px;
          height: auto; }
          .inline-buy-now-modal-component .inline-buynow-content .inline-buynow-carousel .carousel .navigate-wrapper .navigate-container .carousel-indicators li .thumbnail {
            text-indent: 0; }
    .inline-buy-now-modal-component .inline-buynow-content .inline-buynow-carousel .carousel .navigate-wrapper .next-page-arrow {
      position: absolute;
      right: 0;
      cursor: pointer;
      font-size: 20px;
      top: 45px; }
    .inline-buy-now-modal-component .inline-buynow-content .inline-buynow-carousel .carousel .navigate-wrapper .less-than-five-items .navigate-container {
      width: auto;
      padding: 0 30px; }
    .inline-buy-now-modal-component .inline-buynow-content .inline-buynow-carousel .carousel .navigate-wrapper .less-than-five-items .carousel-indicators {
      left: 0; }
  .inline-buy-now-modal-component .inline-buynow-content .inline-buynow-text .content .product-features {
    padding-bottom: 15px; }
  .inline-buy-now-modal-component .inline-buynow-content .inline-buynow-text .product-cart-details .custom-dropdown {
    border: 1px solid black; }
    @media (min-width: 992px) {
      .inline-buy-now-modal-component .inline-buynow-content .inline-buynow-text .product-cart-details .custom-dropdown {
        max-width: 375px; } }
    .inline-buy-now-modal-component .inline-buynow-content .inline-buynow-text .product-cart-details .custom-dropdown .dropdown-panel {
      border: 1px solid black;
      max-height: 500px;
      overflow-y: scroll; }
  .inline-buy-now-modal-component .inline-buynow-content .inline-buynow-text .product-cart-details .product-description {
    margin: 10px 0; }
  .inline-buy-now-modal-component .inline-buynow-content .inline-buynow-text .product-cart-details .price-cart .price .base-price {
    font-size: 44px;
    line-height: 66px; }
  .inline-buy-now-modal-component .commerce-modal .modal-dialog .wrapper {
    padding: 25px 0; }
    .inline-buy-now-modal-component .commerce-modal .modal-dialog .wrapper .container .inline-buynow-content .inline-buynow-text .price-cart {
      display: inline-block; }

.contact-sales-modal .modal-dialog {
  margin: 0;
  max-width: 100%;
  width: 100%; }
  @media (min-width: 768px) {
    .contact-sales-modal .modal-dialog {
      width: 680px;
      margin: 1.75rem auto; } }
  .contact-sales-modal .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
    min-height: 100vh; }
    @media (min-width: 768px) {
      .contact-sales-modal .modal-dialog .modal-content {
        min-height: auto; } }
    .contact-sales-modal .modal-dialog .modal-content .modal-header {
      border: 0;
      display: block;
      padding: 20px;
      position: relative; }
      .contact-sales-modal .modal-dialog .modal-content .modal-header .close {
        top: 20px;
        right: 20px;
        margin: 0;
        opacity: 1;
        padding: 0;
        position: absolute; }
        .contact-sales-modal .modal-dialog .modal-content .modal-header .close span {
          width: 13px;
          height: 13px;
          display: inline-block;
          background-image: url("clientlib-site/resources/icons/close.svg");
          background-size: cover;
          background-repeat: no-repeat; }
      .contact-sales-modal .modal-dialog .modal-content .modal-header .modal-title {
        margin: 0;
        float: left;
        text-align: center;
        text-transform: uppercase;
        font-family: "ff-good-web-pro", Arial sans-serif;
        font-size: 1.6rem;
        font-weight: 600;
        text-transform: uppercase; }
    .contact-sales-modal .modal-dialog .modal-content .modal-body {
      padding: 40px 20px; }
      .contact-sales-modal .modal-dialog .modal-content .modal-body .quick-info {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px; }
        .contact-sales-modal .modal-dialog .modal-content .modal-body .quick-info .link-container {
          margin-right: 30px; }
          .contact-sales-modal .modal-dialog .modal-content .modal-body .quick-info .link-container:last-child {
            margin-right: 0; }
          .contact-sales-modal .modal-dialog .modal-content .modal-body .quick-info .link-container:hover {
            color: #000; }
          .contact-sales-modal .modal-dialog .modal-content .modal-body .quick-info .link-container .item {
            font-family: "ff-good-web-pro", Arial sans-serif;
            font-size: 1.4rem;
            font-weight: 600;
            text-align: center;
            text-transform: uppercase; }
            @media (min-width: 768px) {
              .contact-sales-modal .modal-dialog .modal-content .modal-body .quick-info .link-container .item {
                font-size: 1.6rem; } }
            .contact-sales-modal .modal-dialog .modal-content .modal-body .quick-info .link-container .item img {
              display: block;
              height: 36px;
              margin: 0 auto;
              margin-bottom: 10px; }
      .contact-sales-modal .modal-dialog .modal-content .modal-body .description {
        font-family: "ff-good-web-pro", Arial sans-serif;
        font-size: 1.4rem;
        line-height: 23px; }
        @media (min-width: 768px) {
          .contact-sales-modal .modal-dialog .modal-content .modal-body .description {
            width: 65%;
            font-size: 1.6rem; } }

.promo-basic {
  height: 720px;
  position: relative; }
  @media (min-width: 992px) {
    .promo-basic {
      height: 780px; } }
  .promo-basic .inner-container {
    width: 100%;
    height: 720px;
    margin: 0 auto;
    position: relative;
    max-width: 1436px; }
    @media (min-width: 992px) {
      .promo-basic .inner-container {
        height: 780px; } }
  .promo-basic .category {
    top: 50px;
    left: 20px;
    z-index: 10;
    font-size: 1.2rem;
    font-family: "ff-good-web-pro", Arial sans-serif;
    font-weight: 600;
    position: absolute;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .promo-basic .category {
        left: 40px; } }
    @media (min-width: 992px) {
      .promo-basic .category {
        left: 50px; } }
  .promo-basic .bg-box {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute; }
    .promo-basic .bg-box .img-box {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed; }
  .promo-basic .content-box {
    bottom: 0;
    width: 100%;
    display: flex;
    position: absolute;
    padding: 50px 20px;
    flex-direction: column;
    justify-content: flex-end; }
    @media (min-width: 768px) {
      .promo-basic .content-box {
        top: 0;
        bottom: 0;
        width: 60%;
        padding: 60px 40px;
        -webkit-transform: none;
                transform: none; } }
    @media (min-width: 992px) {
      .promo-basic .content-box {
        width: 40%;
        padding: 100px 50px; } }
    .promo-basic .content-box.content-left {
      left: 0; }
    .promo-basic .content-box.content-right {
      right: 0; }
    .promo-basic .content-box .title {
      font-weight: 600;
      font-size: 3.6rem;
      line-height: 43.2px;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .promo-basic .content-box .title {
          font-size: 4.5rem;
          line-height: 53px; } }
      @media (min-width: 992px) {
        .promo-basic .content-box .title {
          font-size: 6.4rem;
          line-height: 72px; } }
    .promo-basic .content-box .description {
      margin-top: 24px;
      margin-bottom: 40px;
      font-size: 1.8rem;
      line-height: 27px; }
      @media (min-width: 768px) {
        .promo-basic .content-box .description {
          margin-top: 1rem;
          margin-bottom: 6.5rem; } }
      @media (min-width: 992px) {
        .promo-basic .content-box .description {
          margin-top: 0.8rem;
          margin-bottom: 10.5rem; } }
    .promo-basic .content-box .content-cta .btn {
      font-size: 1.4rem;
      padding: 8px 15px;
      margin-right: 15px;
      margin-bottom: 15px; }
    .promo-basic .content-box .btn-secondary {
      border: none; }

.product-hero {
  margin: 3rem 0;
  position: relative; }
  @media (min-width: 768px) {
    .product-hero.wide-layout .nickname, .product-hero.standard-layout .nickname {
      opacity: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      transition: all 0.5s 0.4s; }
    .product-hero.wide-layout .wrapper .container .content-box .product-type, .product-hero.wide-layout .wrapper .container .content-box .product-name,
    .product-hero.wide-layout .wrapper .container .content-box .description, .product-hero.wide-layout .wrapper .container .content-box .price, .product-hero.wide-layout .wrapper .container .content-box .content-cta, .product-hero.standard-layout .wrapper .container .content-box .product-type, .product-hero.standard-layout .wrapper .container .content-box .product-name,
    .product-hero.standard-layout .wrapper .container .content-box .description, .product-hero.standard-layout .wrapper .container .content-box .price, .product-hero.standard-layout .wrapper .container .content-box .content-cta {
      opacity: 0;
      transition-duration: 0.3s;
      -webkit-transform: translateY(50px);
              transform: translateY(50px); }
    .product-hero.wide-layout .wrapper .container .content-box .product-type, .product-hero.standard-layout .wrapper .container .content-box .product-type {
      transition-delay: 0.4s; }
    .product-hero.wide-layout .wrapper .container .content-box .product-name, .product-hero.standard-layout .wrapper .container .content-box .product-name {
      transition-delay: 0.5s; }
    .product-hero.wide-layout .wrapper .container .content-box .description, .product-hero.standard-layout .wrapper .container .content-box .description {
      transition-delay: 0.6s; }
    .product-hero.wide-layout .wrapper .container .content-box .price, .product-hero.standard-layout .wrapper .container .content-box .price {
      transition-delay: 0.7s; }
    .product-hero.wide-layout .wrapper .container .content-box .content-cta, .product-hero.standard-layout .wrapper .container .content-box .content-cta {
      transition-delay: 0.8s; }
    .product-hero.wide-layout.animate-in .nickname, .product-hero.standard-layout.animate-in .nickname {
      transition-duration: 0.01s;
      transition-delay: 0s; }
    .product-hero.wide-layout.animate-in .wrapper .container .content-box .product-type, .product-hero.wide-layout.animate-in .wrapper .container .content-box .product-name,
    .product-hero.wide-layout.animate-in .wrapper .container .content-box .description, .product-hero.wide-layout.animate-in .wrapper .container .content-box .price, .product-hero.wide-layout.animate-in .wrapper .container .content-box .content-cta, .product-hero.standard-layout.animate-in .wrapper .container .content-box .product-type, .product-hero.standard-layout.animate-in .wrapper .container .content-box .product-name,
    .product-hero.standard-layout.animate-in .wrapper .container .content-box .description, .product-hero.standard-layout.animate-in .wrapper .container .content-box .price, .product-hero.standard-layout.animate-in .wrapper .container .content-box .content-cta {
      transition-duration: 0.01s;
      transition-delay: 0s; }
    .product-hero.wide-layout.end-animate .nickname, .product-hero.standard-layout.end-animate .nickname {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .product-hero.wide-layout.end-animate .wrapper .container .content-box .product-type, .product-hero.wide-layout.end-animate .wrapper .container .content-box .product-name,
    .product-hero.wide-layout.end-animate .wrapper .container .content-box .description, .product-hero.wide-layout.end-animate .wrapper .container .content-box .price, .product-hero.wide-layout.end-animate .wrapper .container .content-box .content-cta, .product-hero.standard-layout.end-animate .wrapper .container .content-box .product-type, .product-hero.standard-layout.end-animate .wrapper .container .content-box .product-name,
    .product-hero.standard-layout.end-animate .wrapper .container .content-box .description, .product-hero.standard-layout.end-animate .wrapper .container .content-box .price, .product-hero.standard-layout.end-animate .wrapper .container .content-box .content-cta {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  .product-hero .tagline {
    top: 3rem;
    font-size: 12rem;
    line-height: 120px;
    margin: 0 auto;
    max-width: 1436px; }
    @media (min-width: 768px) {
      .product-hero .tagline {
        top: 6rem;
        font-size: 25rem;
        line-height: normal; } }
  .product-hero .wrapper {
    position: relative; }
    .product-hero .wrapper .bg-box {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute; }
    .product-hero .wrapper .container {
      position: relative; }
      .product-hero .wrapper .container .content-box .product-type, .product-hero .wrapper .container .content-box .product-name {
        font-weight: 600;
        text-transform: uppercase; }
      .product-hero .wrapper .container .content-box .product-type {
        color: #ff3b00;
        font-size: 1.2rem;
        letter-spacing: 0.4px; }
      .product-hero .wrapper .container .content-box .description {
        font-size: 1.4rem;
        line-height: 20px; }
      .product-hero .wrapper .container .content-box .content-cta .btn {
        padding: 5px 7px;
        font-weight: 600;
        font-size: 1.4rem; }
        .product-hero .wrapper .container .content-box .content-cta .btn:first-child:not(:last-child) {
          margin-right: 20px; }
        @media (min-width: 768px) {
          .product-hero .wrapper .container .content-box .content-cta .btn {
            padding: 7px 10px; } }
        @media (min-width: 992px) {
          .product-hero .wrapper .container .content-box .content-cta .btn {
            padding: 12px 30px; } }
      .product-hero .wrapper .container .content-box .price {
        color: #9c8e8b;
        font-weight: 600;
        font-size: 1.2rem;
        line-height: 16px;
        margin-bottom: 15px; }
        @media (min-width: 992px) {
          .product-hero .wrapper .container .content-box .price {
            font-size: 1.4rem;
            line-height: 24px; } }
  .product-hero.wide-layout {
    padding: 0; }
    @media (min-width: 768px) {
      .product-hero.wide-layout.animate-in .wrapper {
        transition-duration: 0.01s; }
      .product-hero.wide-layout.end-animate .wrapper {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0); } }
    .product-hero.wide-layout .nickname {
      top: -2rem;
      font-size: 6rem; }
      @media (min-width: 768px) {
        .product-hero.wide-layout .nickname {
          top: 0;
          font-size: 18rem;
          line-height: 180px;
          letter-spacing: -3.75px; } }
      @media (min-width: 992px) {
        .product-hero.wide-layout .nickname {
          top: 1rem; } }
    .product-hero.wide-layout .wrapper {
      width: 95%;
      margin: 0 auto;
      text-align: center; }
      @media (min-width: 768px) {
        .product-hero.wide-layout .wrapper {
          width: 85%;
          opacity: 0;
          -webkit-transform: translateY(100%);
                  transform: translateY(100%);
          transition-duration: 0.5s; } }
      .product-hero.wide-layout .wrapper .container {
        margin: 0 auto;
        flex-direction: column; }
        .product-hero.wide-layout .wrapper .container .content-box {
          padding: 20px 15px 45px; }
          @media (min-width: 768px) {
            .product-hero.wide-layout .wrapper .container .content-box {
              padding: 30px 50px 45px; } }
          @media (min-width: 992px) {
            .product-hero.wide-layout .wrapper .container .content-box {
              padding: 30px 220px 50px; } }
          .product-hero.wide-layout .wrapper .container .content-box .product-name {
            font-size: 2.4rem;
            letter-spacing: 0.3px;
            line-height: 28.8px; }
            @media (min-width: 768px) {
              .product-hero.wide-layout .wrapper .container .content-box .product-name {
                font-size: 4.8rem;
                line-height: 58px;
                letter-spacing: 0.6px; } }
          .product-hero.wide-layout .wrapper .container .content-box .description {
            margin-bottom: 30px; }
            @media (min-width: 768px) {
              .product-hero.wide-layout .wrapper .container .content-box .description {
                font-size: 1.6rem;
                line-height: 23px; } }
        .product-hero.wide-layout .wrapper .container .product-image img {
          left: 0;
          top: -3rem;
          width: 100%;
          max-width: 100%;
          position: relative; }
  @media (min-width: 768px) {
    .product-hero.standard-layout {
      padding-bottom: 5rem; }
      .product-hero.standard-layout.animate-in .wrapper .bg-box {
        transition-duration: 0.01s; }
      .product-hero.standard-layout.animate-in .wrapper .container .product-image {
        transition-duration: 0.01s;
        transition-delay: 0s; }
      .product-hero.standard-layout.end-animate .wrapper .bg-box {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0); }
      .product-hero.standard-layout.end-animate .wrapper .container .product-image {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
      .product-hero.standard-layout .wrapper .bg-box {
        opacity: 0;
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
        transition-duration: 0.5s; } }
  @media (min-width: 992px) {
    .product-hero.standard-layout {
      padding-bottom: 10rem; } }
  @media (min-width: 768px) {
    .product-hero.standard-layout.with-padding-top {
      padding-top: 5rem; } }
  @media (min-width: 992px) {
    .product-hero.standard-layout.with-padding-top {
      padding-top: 20rem; } }
  .product-hero.standard-layout .container {
    padding: 10px 20px 40px; }
    @media (min-width: 768px) {
      .product-hero.standard-layout .container {
        padding: 0;
        display: flex;
        flex-direction: row; } }
    @media (min-width: 768px) {
      .product-hero.standard-layout .container .content-box {
        padding: 35px 25px 25px;
        flex: 1 1 58.333333%;
        max-width: 58.333333%; } }
    @media (min-width: 992px) {
      .product-hero.standard-layout .container .content-box {
        padding: 30px 50px 45px;
        flex: 1 1 41.666667%;
        max-width: 41.666667%; } }
    @media (min-width: 768px) {
      .product-hero.standard-layout .container .content-box .product-type {
        margin-bottom: 20px; } }
    @media (min-width: 992px) {
      .product-hero.standard-layout .container .content-box .product-type {
        margin-bottom: 100px; } }
    .product-hero.standard-layout .container .content-box .product-name {
      font-size: 2.4rem;
      line-height: 28.8px;
      letter-spacing: 0.3px; }
      @media (min-width: 768px) {
        .product-hero.standard-layout .container .content-box .product-name {
          font-size: 3.2rem;
          line-height: 38px;
          letter-spacing: 0.4px; } }
      @media (min-width: 992px) {
        .product-hero.standard-layout .container .content-box .product-name {
          font-size: 4.8rem;
          line-height: 58px;
          letter-spacing: 0.6px; } }
    .product-hero.standard-layout .container .content-box .description {
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .product-hero.standard-layout .container .content-box .description {
          font-size: 1.6rem;
          line-height: 23px; } }
    .product-hero.standard-layout .container .product-image {
      position: relative;
      text-align: center; }
      @media (min-width: 768px) {
        .product-hero.standard-layout .container .product-image {
          margin-bottom: 0;
          flex: 1 1 41.666667%;
          max-width: 41.666667%;
          opacity: 0;
          -webkit-transform: translateY(100%);
                  transform: translateY(100%);
          transition: all 0.5s 0.4s; } }
      @media (min-width: 992px) {
        .product-hero.standard-layout .container .product-image {
          flex: 1 1 58.333333%;
          max-width: 58.333333%; } }
      @media (min-width: 768px) {
        .product-hero.standard-layout .container .product-image img {
          left: 50%;
          top: 45%;
          max-width: 90%;
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
  .product-hero.lifestyle-layout .wrapper .container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .product-hero.lifestyle-layout .wrapper .container {
        flex-direction: row; } }
    .product-hero.lifestyle-layout .wrapper .container .content-box {
      padding: 10px; }
      @media (min-width: 768px) {
        .product-hero.lifestyle-layout .wrapper .container .content-box {
          flex: 1 1 50%;
          max-width: 50%;
          padding: 25px 10px 10px; } }
      @media (min-width: 992px) {
        .product-hero.lifestyle-layout .wrapper .container .content-box {
          padding: 25px 20px 20px;
          flex: 1 1 33.333333%;
          max-width: 33.333333%; } }
      .product-hero.lifestyle-layout .wrapper .container .content-box .product-type {
        color: #000;
        margin-bottom: 10px; }
        @media (min-width: 768px) {
          .product-hero.lifestyle-layout .wrapper .container .content-box .product-type {
            margin-bottom: 20px; } }
        @media (min-width: 992px) {
          .product-hero.lifestyle-layout .wrapper .container .content-box .product-type {
            margin-bottom: 45px; } }
      .product-hero.lifestyle-layout .wrapper .container .content-box .product-name {
        font-size: 1.2rem;
        line-height: 16px;
        text-decoration: none; }
        @media (min-width: 992px) {
          .product-hero.lifestyle-layout .wrapper .container .content-box .product-name {
            font-size: 2rem;
            line-height: 22px; } }
      .product-hero.lifestyle-layout .wrapper .container .content-box .product-image {
        overflow: hidden;
        text-align: center;
        margin-bottom: 40px; }
        @media (min-width: 992px) {
          .product-hero.lifestyle-layout .wrapper .container .content-box .product-image {
            margin-bottom: 80px; } }
        .product-hero.lifestyle-layout .wrapper .container .content-box .product-image img {
          height: 165px; }
          @media (min-width: 768px) {
            .product-hero.lifestyle-layout .wrapper .container .content-box .product-image img {
              height: 178px; } }
          @media (min-width: 992px) {
            .product-hero.lifestyle-layout .wrapper .container .content-box .product-image img {
              height: 280px; } }
      @media (min-width: 768px) {
        .product-hero.lifestyle-layout .wrapper .container .content-box .description {
          margin-bottom: 20px; } }
      @media (min-width: 992px) {
        .product-hero.lifestyle-layout .wrapper .container .content-box .description {
          margin-bottom: 35px; } }
    .product-hero.lifestyle-layout .wrapper .container .img-box {
      min-height: 225px;
      background-size: cover;
      background-repeat: no-repeat; }
      @media (min-width: 768px) {
        .product-hero.lifestyle-layout .wrapper .container .img-box {
          flex: 1 1 50%;
          max-width: 50%; } }
      @media (min-width: 992px) {
        .product-hero.lifestyle-layout .wrapper .container .img-box {
          flex: 1 1 66.666667%;
          max-width: 66.666667%; } }
  .product-hero.content-left.standard-layout .product-image {
    order: 1;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .product-hero.content-left.standard-layout .product-image {
        order: 2;
        margin-top: 0;
        margin-bottom: 0; } }
  .product-hero.content-left.standard-layout .content-box {
    order: 2; }
    @media (min-width: 768px) {
      .product-hero.content-left.standard-layout .content-box {
        order: 1; } }
  .product-hero.content-left.lifestyle-layout .img-box {
    order: 2;
    text-align: right; }
  .product-hero.content-left.lifestyle-layout .content-box {
    order: 1; }
  .product-hero.content-right.standard-layout .product-image {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .product-hero.content-right.standard-layout .product-image {
        margin-bottom: 0; } }
  .product-hero.content-right.lifestyle-layout .img-box {
    order: 2; }
    @media (min-width: 768px) {
      .product-hero.content-right.lifestyle-layout .img-box {
        order: 1; } }
  .product-hero.content-right.lifestyle-layout .content-box {
    order: 1; }
    @media (min-width: 768px) {
      .product-hero.content-right.lifestyle-layout .content-box {
        order: 2; } }
  .product-hero .list-unstyled li {
    display: none; }
    .product-hero .list-unstyled li.active {
      display: block; }

.custom-promo {
  position: relative; }
  .custom-promo .tagline {
    margin: 0 auto;
    max-width: 1436px;
    left: 0;
    top: 0.8rem;
    font-size: 6rem; }
    @media (min-width: 768px) {
      .custom-promo .tagline {
        top: 1.2rem;
        font-size: 8rem; } }
    @media (min-width: 992px) {
      .custom-promo .tagline {
        top: 1.5rem;
        font-size: 10rem;
        letter-spacing: -2.08px; } }
  .custom-promo .wrapper {
    position: relative; }
    .custom-promo .wrapper .container {
      max-width: 1436px;
      margin: 0 auto;
      position: relative; }
    .custom-promo .wrapper .category {
      font-size: 1.2rem;
      font-weight: 600;
      letter-spacing: 0.4px; }
    .custom-promo .wrapper .content-box .title {
      color: #ff3b00;
      font-size: 3.6rem;
      font-weight: 600;
      margin-bottom: 32px;
      line-height: 43.2px;
      text-decoration: underline;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .custom-promo .wrapper .content-box .title {
          font-size: 6.4rem;
          line-height: 72px; } }
    .custom-promo .wrapper .content-box .description {
      font-size: 1.6rem;
      line-height: 23px; }
      @media (min-width: 992px) {
        .custom-promo .wrapper .content-box .description {
          font-size: 1.8rem;
          line-height: 27px; } }
    .custom-promo .wrapper .open-area .logo-content {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
    .custom-promo .wrapper .open-area.only-image .img-box {
      display: flex;
      flex: 1 1 50%;
      max-width: 50%;
      padding-left: 15px;
      margin-bottom: 35px;
      align-items: center;
      justify-content: center; }
      @media (min-width: 768px) {
        .custom-promo .wrapper .open-area.only-image .img-box {
          margin-bottom: 45px; } }
      @media (min-width: 992px) {
        .custom-promo .wrapper .open-area.only-image .img-box {
          margin-bottom: 85px; } }
      .custom-promo .wrapper .open-area.only-image .img-box:nth-child(odd) {
        padding-left: 0;
        padding-right: 15px; }
      .custom-promo .wrapper .open-area.only-image .img-box:nth-child(2n+1):nth-last-child(-n+2),
      .custom-promo .wrapper .open-area.only-image .img-box:nth-child(2n+1):nth-last-child(-n+2) ~ .img-box {
        margin-bottom: 0; }
      .custom-promo .wrapper .open-area.only-image .img-box img {
        max-width: 100%;
        max-height: 20px; }
        @media (min-width: 768px) {
          .custom-promo .wrapper .open-area.only-image .img-box img {
            max-height: 24px; } }
        @media (min-width: 992px) {
          .custom-promo .wrapper .open-area.only-image .img-box img {
            max-height: 30px; } }
    .custom-promo .wrapper .open-area.icon-text {
      padding: 40px; }
      .custom-promo .wrapper .open-area.icon-text .img-box {
        text-align: center;
        margin-bottom: 55px;
        flex: 1 1 33.333333%;
        max-width: 33.333333%; }
        @media (min-width: 992px) {
          .custom-promo .wrapper .open-area.icon-text .img-box {
            padding-left: 15px;
            margin-bottom: 85px; }
            .custom-promo .wrapper .open-area.icon-text .img-box:nth-child(3n+1) {
              padding-left: 0;
              padding-right: 15px; } }
        .custom-promo .wrapper .open-area.icon-text .img-box:nth-child(3n+1):nth-last-child(-n+3),
        .custom-promo .wrapper .open-area.icon-text .img-box:nth-child(3n+1):nth-last-child(-n+3) ~ .img-box {
          margin-bottom: 0; }
        .custom-promo .wrapper .open-area.icon-text .img-box img {
          width: 40px;
          height: 40px;
          display: block;
          margin: 0 auto;
          margin-bottom: 15px; }
          @media (min-width: 992px) {
            .custom-promo .wrapper .open-area.icon-text .img-box img {
              margin-bottom: 32px; } }
    .custom-promo .wrapper .content-cta .btn {
      font-size: 14px;
      margin-top: 20px; }
      .custom-promo .wrapper .content-cta .btn:first-child {
        margin-right: 20px; }
        @media (min-width: 768px) {
          .custom-promo .wrapper .content-cta .btn:first-child {
            margin-right: 24px; } }
        @media (min-width: 992px) {
          .custom-promo .wrapper .content-cta .btn:first-child {
            margin-right: 20px; } }
  .custom-promo.platform-layout .wrapper .container {
    padding: 30px 20px; }
    @media (min-width: 768px) {
      .custom-promo.platform-layout .wrapper .container {
        padding: 35px 40px; } }
    @media (min-width: 992px) {
      .custom-promo.platform-layout .wrapper .container {
        padding: 50px; } }
    .custom-promo.platform-layout .wrapper .container .content-box {
      margin-bottom: 40px; }
      .custom-promo.platform-layout .wrapper .container .content-box .title {
        z-index: 10;
        position: relative; }
        @media (min-width: 768px) {
          .custom-promo.platform-layout .wrapper .container .content-box .title {
            width: calc(52% + 80px);
            margin-top: 45px; } }
        @media (min-width: 992px) {
          .custom-promo.platform-layout .wrapper .container .content-box .title {
            width: calc(45% + 100px);
            margin-top: 100px;
            margin-bottom: 60px; } }
      @media (min-width: 768px) {
        .custom-promo.platform-layout .wrapper .container .content-box .description {
          width: calc(40% - 20px); } }
    .custom-promo.platform-layout .wrapper .container .open-area {
      margin-bottom: 28px;
      padding: 40px 30px;
      background: #fff; }
      @media (min-width: 768px) {
        .custom-promo.platform-layout .wrapper .container .open-area {
          right: 40px;
          bottom: 80px;
          padding: 30px 40px;
          margin-bottom: 0;
          position: absolute;
          width: calc(60% - 40px); } }
      @media (min-width: 992px) {
        .custom-promo.platform-layout .wrapper .container .open-area {
          right: 50px;
          bottom: 40px;
          padding: 80px 40px;
          width: calc(60% - 50px); } }
    @media (min-width: 768px) {
      .custom-promo.platform-layout .wrapper .container .content-cta {
        width: calc(40% - 20px); } }
  .custom-promo.platform-layout.theme-light .wrapper {
    background: #ebe8e5; }
  .custom-promo.platform-layout.theme-dark .wrapper {
    color: #fff;
    background: #00213c; }
    .custom-promo.platform-layout.theme-dark .wrapper .content-cta .btn:not(:focus):not(:hover):not(:active) {
      color: #fff; }
  @media (min-width: 768px) {
    .custom-promo.support-layout .wrapper .container {
      display: flex; } }
  .custom-promo.support-layout .wrapper .container .category {
    top: 30px;
    left: 20px;
    z-index: 10;
    position: absolute; }
    @media (min-width: 768px) {
      .custom-promo.support-layout .wrapper .container .category {
        top: 35px;
        left: 40px; } }
    @media (min-width: 992px) {
      .custom-promo.support-layout .wrapper .container .category {
        top: 50px;
        left: 50px; } }
  .custom-promo.support-layout .wrapper .container .content-box, .custom-promo.support-layout .wrapper .container .open-area {
    position: relative; }
    @media (min-width: 768px) {
      .custom-promo.support-layout .wrapper .container .content-box, .custom-promo.support-layout .wrapper .container .open-area {
        flex: 1 1 50%;
        max-width: 50%; } }
  .custom-promo.support-layout .wrapper .container .content-box {
    padding: 60px 20px; }
    @media (min-width: 768px) {
      .custom-promo.support-layout .wrapper .container .content-box {
        padding: 100px 40px 200px; } }
    @media (min-width: 992px) {
      .custom-promo.support-layout .wrapper .container .content-box {
        padding: 150px 50px 200px; } }
  .custom-promo.support-layout .wrapper .container .open-area {
    display: flex;
    align-items: center;
    padding: 50px 20px;
    background: #f3eee0; }
  .custom-promo.support-layout .wrapper .container .content-cta {
    background: rgba(240, 233, 214, 0.75);
    padding: 0 20px 30px; }
    @media (min-width: 768px) {
      .custom-promo.support-layout .wrapper .container .content-cta {
        bottom: 60px;
        left: 40px;
        padding: 0;
        position: absolute;
        background: none;
        width: calc(50% - 40px); } }
    @media (min-width: 992px) {
      .custom-promo.support-layout .wrapper .container .content-cta {
        left: 50px;
        width: calc(50% - 50px); } }
  .custom-promo.support-layout.theme-light .wrapper .container .content-box {
    background: #fff; }
  .custom-promo.support-layout.theme-dark .wrapper .container .category {
    color: #fff; }
  .custom-promo.support-layout.theme-dark .wrapper .container .content-box {
    color: #fff;
    background: #00213c; }
  @media (min-width: 768px) {
    .custom-promo.support-layout.theme-dark .wrapper .container .content-cta .btn:not(:focus):not(:hover):not(:active) {
      color: #fff; } }

.resources a {
  font-size: 1.4rem;
  text-decoration: underline;
  color: #000;
  text-transform: uppercase; }

.resources a, .resources .resource-title, .resources .btn {
  font-family: "ff-good-web-pro", Arial sans-serif;
  font-weight: 600; }

@media (min-width: 768px) {
  .resources .resource-region .defined-resources {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.5rem; } }

.resources .resource-region .defined-resources .resource-section {
  margin-bottom: 6.5rem;
  width: 100%; }
  .resources .resource-region .defined-resources .resource-section:first-of-type {
    margin-top: 4.8rem; }
  @media (min-width: 768px) {
    .resources .resource-region .defined-resources .resource-section {
      position: relative;
      margin-bottom: 4rem;
      margin-right: 3rem;
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc((100% - 6rem) / 3 - 0.1%);
      max-width: calc((100% - 6rem) / 3 - 0.1%); }
      .resources .resource-region .defined-resources .resource-section:first-of-type {
        margin-top: 0; }
      .resources .resource-region .defined-resources .resource-section:nth-child(3n+0) {
        margin-right: 0; } }
  @media (min-width: 992px) {
    .resources .resource-region .defined-resources .resource-section {
      margin-bottom: 8rem; } }
  .resources .resource-region .defined-resources .resource-section .resource-title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0 0 2rem 0; }
    @media (min-width: 768px) {
      .resources .resource-region .defined-resources .resource-section .resource-title {
        margin-bottom: 3rem; } }
    @media (min-width: 992px) {
      .resources .resource-region .defined-resources .resource-section .resource-title {
        font-size: 1.8rem;
        margin-bottom: 1.1rem; } }
  .resources .resource-region .defined-resources .resource-section .resource-description {
    font-family: "ff-good-web-pro", Arial sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .resources .resource-region .defined-resources .resource-section .resource-description {
        margin-bottom: 5rem; } }
    @media (min-width: 992px) {
      .resources .resource-region .defined-resources .resource-section .resource-description {
        margin-bottom: 4rem; } }
  .resources .resource-region .defined-resources .resource-section .download-url:focus, .resources .resource-region .defined-resources .resource-section .download-url:hover, .resources .resource-region .defined-resources .resource-section .download-url:not(:disabled):not(.disabled):active,
  .resources .resource-region .defined-resources .resource-section .normal-url:focus,
  .resources .resource-region .defined-resources .resource-section .normal-url:hover,
  .resources .resource-region .defined-resources .resource-section .normal-url:not(:disabled):not(.disabled):active {
    color: #ff3b00; }
  .resources .resource-region .defined-resources .resource-section .download-url {
    position: relative; }
    @media (min-width: 768px) {
      .resources .resource-region .defined-resources .resource-section .download-url {
        position: absolute;
        bottom: 0; } }
    .resources .resource-region .defined-resources .resource-section .download-url::after {
      content: '';
      top: -2px;
      width: 15px;
      height: 15px;
      right: -20px;
      position: absolute;
      background-image: url("clientlib-site/resources/icons/download-black.svg");
      background-repeat: no-repeat;
      background-size: contain; }
      @media (min-width: 768px) {
        .resources .resource-region .defined-resources .resource-section .download-url::after {
          top: 1px; } }
    .resources .resource-region .defined-resources .resource-section .download-url:focus::after, .resources .resource-region .defined-resources .resource-section .download-url:hover::after, .resources .resource-region .defined-resources .resource-section .download-url:not(:disabled):not(.disabled):active::after {
      background-image: url("clientlib-site/resources/icons/download-red.svg"); }
  @media (min-width: 768px) {
    .resources .resource-region .defined-resources .resource-section .normal-url {
      position: absolute;
      bottom: 0px; } }
  @media (min-width: 768px) {
    .resources .resource-region .defined-resources .resource-section .video-cta {
      position: absolute;
      bottom: 0px; } }
  .resources .resource-region .defined-resources .resource-section .video-cta .launch-video {
    padding: 0 0 0 30px; }
    .resources .resource-region .defined-resources .resource-section .video-cta .launch-video::before {
      top: 0;
      width: 20px;
      height: 20px; }

.resources .resource-region .resources-view-button .btn {
  padding: 0;
  color: #ff3b00;
  display: none; }

.resources .resource-region .resources-view-button .resources-view-all {
  position: relative; }
  .resources .resource-region .resources-view-button .resources-view-all::after {
    content: '';
    bottom: 5px;
    width: 14px;
    height: 14px;
    right: -26px;
    position: absolute;
    background-image: url("clientlib-site/resources/icons/arrow-right-red.svg");
    background-repeat: no-repeat;
    background-size: contain; }

.feature-carousel {
  width: 100%; }
  @media (min-width: 768px) {
    .feature-carousel.image-right {
      flex-direction: row-reverse; } }
  @media (min-width: 768px) {
    .feature-carousel {
      display: flex;
      padding: 25px 0; } }
  @media (min-width: 768px) {
    .feature-carousel .image-wrapper {
      flex: 0 0 50%;
      max-width: 50%; } }
  .feature-carousel .image-wrapper .container {
    position: relative;
    background-color: #d5ceca; }
    .feature-carousel .image-wrapper .container .product-image {
      position: relative;
      opacity: 0;
      transition: opacity 0.6s ease,-webkit-transform 0.6s ease;
      transition: opacity 0.6s ease,transform 0.6s ease;
      transition: opacity 0.6s ease,transform 0.6s ease,-webkit-transform 0.6s ease;
      z-index: 1; }
      .feature-carousel .image-wrapper .container .product-image img {
        position: absolute;
        width: 100%; }
    .feature-carousel .image-wrapper .container .layout-container {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      opacity: 0;
      transition: opacity 0.6s ease,-webkit-transform 0.6s ease;
      transition: opacity 0.6s ease,transform 0.6s ease;
      transition: opacity 0.6s ease,transform 0.6s ease,-webkit-transform 0.6s ease;
      width: 100%; }
      .feature-carousel .image-wrapper .container .layout-container > div {
        width: 100%; }
    .feature-carousel .image-wrapper .container .box-chosen {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 1;
      z-index: 2; }
  .feature-carousel .content-wrapper .content-box, .feature-carousel .description-wrapper .content-box {
    position: absolute;
    opacity: 0;
    transition: opacity 0.6s ease,-webkit-transform 0.6s ease;
    transition: opacity 0.6s ease,transform 0.6s ease;
    transition: opacity 0.6s ease,transform 0.6s ease,-webkit-transform 0.6s ease;
    z-index: -1; }
    .feature-carousel .content-wrapper .content-box .subtitle, .feature-carousel .description-wrapper .content-box .subtitle {
      font-size: 1.6rem;
      font-family: "ff-good-headline-web-pro", Arial, sans-serif;
      font-weight: 600;
      line-height: 19px;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 1.8rem; }
      @media (min-width: 992px) {
        .feature-carousel .content-wrapper .content-box .subtitle, .feature-carousel .description-wrapper .content-box .subtitle {
          font-size: 2.4rem;
          line-height: 3rem;
          margin-bottom: 2.5rem; } }
    .feature-carousel .content-wrapper .content-box .description, .feature-carousel .description-wrapper .content-box .description {
      font-size: 1.4rem;
      font-family: "ff-good-web-pro", Arial sans-serif;
      line-height: 2rem;
      margin-bottom: 2.2rem; }
      @media (min-width: 992px) {
        .feature-carousel .content-wrapper .content-box .description, .feature-carousel .description-wrapper .content-box .description {
          font-size: 1.8rem;
          line-height: 2.7rem;
          margin-bottom: 4.5rem; } }
    .feature-carousel .content-wrapper .content-box .learn-more .btn, .feature-carousel .description-wrapper .content-box .learn-more .btn {
      font-family: "ff-good-web-pro", Arial sans-serif;
      font-size: 1.2rem;
      margin-right: 1.5rem; }
      @media (min-width: 992px) {
        .feature-carousel .content-wrapper .content-box .learn-more .btn, .feature-carousel .description-wrapper .content-box .learn-more .btn {
          font-size: 1.4rem; } }
    .feature-carousel .content-wrapper .content-box.box-chosen, .feature-carousel .description-wrapper .content-box.box-chosen {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 1;
      z-index: 3; }
  @media (min-width: 768px) {
    .feature-carousel .content-wrapper {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 768px) {
    .feature-carousel .content-wrapper .content-main {
      padding: 2rem 2.5rem 2.5rem 2.5rem; } }
  @media (min-width: 992px) {
    .feature-carousel .content-wrapper .content-main {
      padding: 4.8rem 13.5rem 2.5rem 4.8rem; } }
  .feature-carousel .content-wrapper .feature-nav {
    overflow: hidden;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .feature-carousel .content-wrapper .feature-nav {
        margin-bottom: 4rem; } }
    @media (min-width: 992px) {
      .feature-carousel .content-wrapper .feature-nav {
        margin-bottom: 8rem; } }
    .feature-carousel .content-wrapper .feature-nav .title {
      cursor: pointer;
      font-size: 2.4rem;
      font-family: "ff-good-headline-web-pro", Arial, sans-serif;
      font-weight: 600;
      line-height: 2.88rem;
      margin: 0.2rem 0 0 0;
      position: relative;
      letter-spacing: 0.3px;
      text-transform: uppercase;
      z-index: 1; }
      @media (min-width: 768px) {
        .feature-carousel .content-wrapper .feature-nav .title {
          font-size: 1.8rem;
          line-height: 2.16rem;
          letter-spacing: 0.23px; } }
      @media (min-width: 992px) {
        .feature-carousel .content-wrapper .feature-nav .title {
          font-size: 3.2rem;
          line-height: 3.8rem;
          letter-spacing: 0.4px; } }
      .feature-carousel .content-wrapper .feature-nav .title:hover {
        color: #ff3b00; }
    .feature-carousel .content-wrapper .feature-nav .feature-chosen {
      color: #ff3b00;
      text-decoration: none; }
  .feature-carousel .content-wrapper .content-box {
    padding-right: 25px; }
    .feature-carousel .content-wrapper .content-box .subtitle {
      color: #ff3b00; }
  .feature-carousel .content-wrapper .span-nav .previous-page {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    position: static; }
  .feature-carousel .content-wrapper .span-nav .next-page {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: static; }
  .feature-carousel .content-wrapper .span-nav .pip {
    border-color: #000; }
  .feature-carousel .content-wrapper .span-nav .pip-chosen {
    background-color: #000; }
  @media (min-width: 768px) {
    .feature-carousel .content-wrapper {
      position: relative; } }
  .feature-carousel .span-nav {
    display: flex;
    align-items: center; }
    .feature-carousel .span-nav .previous-page {
      cursor: pointer;
      margin-right: 0.5rem; }
    .feature-carousel .span-nav .next-page {
      cursor: pointer; }
    .feature-carousel .span-nav .pip {
      cursor: pointer;
      width: 0.8rem;
      height: 0.8rem;
      border-radius: 50%;
      border: 0.1rem solid;
      margin-right: 0.5rem; }
    .feature-carousel .span-nav .pip-chosen {
      width: 1.2rem;
      height: 1.2rem;
      border-radius: 50%; }
  .feature-carousel .top-to-bottom.product-image, .feature-carousel .top-to-bottom.layout-container {
    -webkit-transform: translate(0, -2rem);
            transform: translate(0, -2rem); }
    @media (min-width: 768px) {
      .feature-carousel .top-to-bottom.product-image, .feature-carousel .top-to-bottom.layout-container {
        -webkit-transform: translate(0, -10rem);
                transform: translate(0, -10rem); } }
  .feature-carousel .top-to-bottom.content-box {
    -webkit-transform: translate(0, -2rem);
            transform: translate(0, -2rem); }
  .feature-carousel .bottom-to-top.product-image, .feature-carousel .bottom-to-top.layout-container {
    -webkit-transform: translate(0, 2rem);
            transform: translate(0, 2rem); }
    @media (min-width: 768px) {
      .feature-carousel .bottom-to-top.product-image, .feature-carousel .bottom-to-top.layout-container {
        -webkit-transform: translate(0, 10rem);
                transform: translate(0, 10rem); } }
  .feature-carousel .bottom-to-top.content-box {
    -webkit-transform: translate(0, 2rem);
            transform: translate(0, 2rem); }
  .feature-carousel.no-image .feature-wrapper {
    padding: 8.5rem 2rem 19rem;
    position: relative; }
    @media (min-width: 768px) {
      .feature-carousel.no-image .feature-wrapper {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .feature-carousel.no-image .feature-wrapper {
        padding: 11rem 3.5% 21rem; } }
    .feature-carousel.no-image .feature-wrapper .title {
      color: #fff;
      font-family: "ff-good-web-pro", Arial sans-serif;
      font-size: 2.2rem;
      font-weight: 600;
      letter-spacing: 0.3px;
      line-height: 28.8px;
      text-decoration: none;
      text-transform: uppercase;
      cursor: pointer; }
      @media (min-width: 992px) {
        .feature-carousel.no-image .feature-wrapper .title {
          font-size: 4.6rem;
          letter-spacing: 0.6px;
          line-height: 58px; } }
      .feature-carousel.no-image .feature-wrapper .title:hover, .feature-carousel.no-image .feature-wrapper .title.feature-chosen {
        color: #ff3b00; }
    .feature-carousel.no-image .feature-wrapper .span-nav {
      bottom: 3rem;
      position: absolute; }
      @media (min-width: 992px) {
        .feature-carousel.no-image .feature-wrapper .span-nav {
          bottom: 7rem; } }
      .feature-carousel.no-image .feature-wrapper .span-nav .previous-page {
        content: '';
        width: 5px;
        height: 5px;
        position: absolute;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg);
        position: static; }
      .feature-carousel.no-image .feature-wrapper .span-nav .next-page {
        content: '';
        width: 5px;
        height: 5px;
        position: absolute;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: static; }
      .feature-carousel.no-image .feature-wrapper .span-nav .pip {
        border-color: #fff; }
      .feature-carousel.no-image .feature-wrapper .span-nav .pip-chosen {
        background-color: #fff; }
  .feature-carousel.no-image .description-wrapper {
    padding: 4.5rem 2rem 9.5rem;
    position: relative;
    overflow: hidden; }
    @media (min-width: 768px) {
      .feature-carousel.no-image .description-wrapper {
        flex: 0 0 50%;
        max-width: 50%;
        padding-top: 8.5rem; } }
    @media (min-width: 992px) {
      .feature-carousel.no-image .description-wrapper {
        padding: 11rem 3.5% 12rem; } }
    @media (min-width: 768px) {
      .feature-carousel.no-image .description-wrapper .content-box .subtitle {
        margin-bottom: 3.5rem; } }
    @media (min-width: 992px) {
      .feature-carousel.no-image .description-wrapper .content-box .subtitle {
        margin-bottom: 6rem; } }
    @media (min-width: 768px) {
      .feature-carousel.no-image .description-wrapper .content-box .description {
        margin-bottom: 4rem; } }
    .feature-carousel.no-image .description-wrapper .content-box .learn-more {
      position: absolute;
      bottom: -6.5rem; }
      @media (min-width: 768px) {
        .feature-carousel.no-image .description-wrapper .content-box .learn-more {
          bottom: -8.5rem; } }
      @media (min-width: 992px) {
        .feature-carousel.no-image .description-wrapper .content-box .learn-more {
          bottom: -9.5rem; } }
      .feature-carousel.no-image .description-wrapper .content-box .learn-more .btn {
        padding: 1rem; }
    .feature-carousel.no-image .description-wrapper .content-box.box-chosen {
      position: relative; }

.feature-carousel-edit-mode .item-wrapper {
  margin-bottom: 5rem; }
  .feature-carousel-edit-mode .item-wrapper .subtitle {
    color: #ff3b00; }
  .feature-carousel-edit-mode .item-wrapper img {
    max-height: 300px; }

.related-products .tab-section {
  padding: 0;
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebe8e5; }
  @media (min-width: 768px) {
    .related-products .tab-section {
      margin-bottom: 40px; } }
  @media (min-width: 992px) {
    .related-products .tab-section {
      margin-bottom: 20px; } }
  .related-products .tab-section li {
    cursor: pointer;
    font-family: "ff-good-web-pro", Arial sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    list-style: none;
    margin-right: 15px;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .related-products .tab-section li {
        font-size: 1.8rem;
        margin-right: 20px;
        padding-left: 10px;
        padding-right: 10px; } }
    .related-products .tab-section li.active {
      color: #ff3b00;
      border-bottom: 2px solid #ff3b00; }
      .related-products .tab-section li.active::after {
        left: 50%;
        bottom: -5px;
        background: #fff;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        content: '';
        width: 8px;
        height: 8px;
        position: absolute;
        border-top: 2px solid #ff3b00;
        border-right: 2px solid #ff3b00;
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg); }

.related-products .container .products-section:not(.active) {
  display: none; }

.related-products .container .products-section .product-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .related-products .container .products-section .product-list .product-item {
    background-color: #fff;
    display: none;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc((100% - 6px) / 2);
    max-width: calc((100% - 6px) / 2);
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 10px; }
    .related-products .container .products-section .product-list .product-item:nth-child(2n+2) {
      margin-right: 0; }
    .related-products .container .products-section .product-list .product-item:nth-child(-n+3) {
      display: block; }
    @media (min-width: 768px) {
      .related-products .container .products-section .product-list .product-item {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc((100% - 30px) / 3);
        max-width: calc((100% - 30px) / 3);
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 20px; }
        .related-products .container .products-section .product-list .product-item:nth-child(2n+2) {
          margin-right: 10px; }
        .related-products .container .products-section .product-list .product-item:nth-child(3n+3) {
          margin-right: 0; } }
    .related-products .container .products-section .product-list .product-item .navigate-link {
      color: #000; }
      .related-products .container .products-section .product-list .product-item .navigate-link:hover {
        text-decoration: none; }
    .related-products .container .products-section .product-list .product-item .img-box {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 115px;
      margin-top: 25px;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .related-products .container .products-section .product-list .product-item .img-box {
          height: 115px;
          margin-top: 50px;
          margin-bottom: 90px; } }
      .related-products .container .products-section .product-list .product-item .img-box img {
        flex-shrink: 0;
        max-height: 100%; }
    .related-products .container .products-section .product-list .product-item .product-name {
      margin: 0;
      font-family: "ff-good-web-pro", Arial sans-serif;
      font-size: 1.2rem;
      font-weight: 600;
      line-height: 16px;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .related-products .container .products-section .product-list .product-item .product-name {
          font-size: 2rem;
          line-height: 22px; } }
    .related-products .container .products-section .product-list .product-item .price-list {
      color: #9c8e8b;
      font-family: "ff-good-web-pro", Arial sans-serif;
      font-size: 1.2rem;
      font-weight: 600;
      line-height: 16px; }
      @media (min-width: 992px) {
        .related-products .container .products-section .product-list .product-item .price-list {
          font-size: 1.4rem;
          line-height: 24px; } }

.related-products .container .products-section .operation .btn {
  display: none;
  font-family: "ff-good-web-pro", Arial sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase; }

.support {
  width: 100%; }
  @media (min-width: 992px) {
    .support {
      display: flex; } }
  .support .guides-title, .support .software-title {
    font-size: 1.6rem;
    font-family: "ff-good-headline-web-pro", Arial, sans-serif;
    line-height: 19.2px;
    text-decoration: none;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .support .guides-title, .support .software-title {
        font-size: 2rem; } }
    @media (min-width: 992px) {
      .support .guides-title, .support .software-title {
        font-size: 2.4rem;
        line-height: 3rem; } }
  .support a {
    color: #000;
    font-weight: 600;
    font-family: "ff-good-web-pro", Arial sans-serif;
    text-transform: uppercase; }
    .support a:hover {
      color: #ff3b00; }
  .support .view-all-support {
    margin-bottom: 5rem; }
    @media (min-width: 992px) {
      .support .view-all-support {
        padding-right: 4rem;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; } }
    .support .view-all-support .description {
      font-size: 1.4rem;
      font-family: "ff-good-web-pro", Arial sans-serif;
      line-height: 2rem;
      margin-bottom: 2.5rem; }
      @media (min-width: 768px) {
        .support .view-all-support .description {
          font-size: 1.6rem;
          margin-bottom: 3rem; } }
      @media (min-width: 992px) {
        .support .view-all-support .description {
          font-size: 1.8rem;
          line-height: 2.7rem;
          margin-bottom: 1.8rem; } }
    .support .view-all-support .view-all-link {
      font-size: 1.4rem;
      position: relative;
      text-decoration: underline; }
      .support .view-all-support .view-all-link::after {
        content: '';
        bottom: 2px;
        width: 14px;
        height: 14px;
        right: -25px;
        position: absolute;
        background-image: url("clientlib-site/resources/icons/arrow-right-black.svg");
        background-repeat: no-repeat;
        background-size: contain; }
      .support .view-all-support .view-all-link:hover::after {
        background-image: url("clientlib-site/resources/icons/arrow-right-red.svg"); }
  @media (min-width: 768px) {
    .support .guides-software {
      display: flex; } }
  @media (min-width: 992px) {
    .support .guides-software {
      flex: 0 0 66.666666%;
      max-width: 66.666666%; } }
  .support .guides-software .guides {
    margin-right: 6rem; }
  .support .guides-software .guides, .support .guides-software .software {
    margin-bottom: 4.5rem; }
    @media (min-width: 768px) {
      .support .guides-software .guides, .support .guides-software .software {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc((100% - 6rem)/2 - 0.1%);
        max-width: calc((100% - 6rem)/2 - 0.1%); } }
    .support .guides-software .guides h5, .support .guides-software .software h5 {
      position: relative;
      margin: 1.3rem;
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .support .guides-software .guides h5, .support .guides-software .software h5 {
          margin-bottom: 2.5rem; } }
      @media (min-width: 992px) {
        .support .guides-software .guides h5, .support .guides-software .software h5 {
          margin-bottom: 1.3rem;
          margin-top: 0; } }
      .support .guides-software .guides h5::before, .support .guides-software .software h5::before {
        content: '';
        left: -13px;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat; }
      .support .guides-software .guides h5.guides-title::before, .support .guides-software .software h5.guides-title::before {
        width: 21px;
        height: 21px;
        background-image: url("clientlib-site/resources/icons/icon-guides.png"); }
        @media (min-width: 768px) {
          .support .guides-software .guides h5.guides-title::before, .support .guides-software .software h5.guides-title::before {
            width: 24px;
            height: 24px; } }
        @media (min-width: 992px) {
          .support .guides-software .guides h5.guides-title::before, .support .guides-software .software h5.guides-title::before {
            top: 4px;
            width: 26px;
            height: 26px; } }
      .support .guides-software .guides h5.software-title::before, .support .guides-software .software h5.software-title::before {
        width: 23px;
        height: 23px;
        background-image: url("clientlib-site/resources/icons/icon-software.png"); }
        @media (min-width: 768px) {
          .support .guides-software .guides h5.software-title::before, .support .guides-software .software h5.software-title::before {
            width: 26px;
            height: 26px; } }
        @media (min-width: 992px) {
          .support .guides-software .guides h5.software-title::before, .support .guides-software .software h5.software-title::before {
            top: 4px;
            width: 29px;
            height: 29px; } }
    .support .guides-software .guides li, .support .guides-software .software li {
      font-size: 1.4rem;
      margin-bottom: 1.3rem; }
      .support .guides-software .guides li .download, .support .guides-software .software li .download {
        position: relative; }
        .support .guides-software .guides li .download::after, .support .guides-software .software li .download::after {
          content: '';
          bottom: 1px;
          width: 15px;
          height: 15px;
          right: -25px;
          position: absolute;
          background-image: url("clientlib-site/resources/icons/download-black.svg");
          background-repeat: no-repeat;
          background-size: contain; }
        .support .guides-software .guides li .download:hover::after, .support .guides-software .software li .download:hover::after {
          background-image: url("clientlib-site/resources/icons/download-red.svg"); }
      .support .guides-software .guides li .link, .support .guides-software .software li .link {
        position: relative; }
        .support .guides-software .guides li .link::after, .support .guides-software .software li .link::after {
          content: '';
          bottom: 2px;
          width: 14px;
          height: 14px;
          right: -25px;
          position: absolute;
          background-image: url("clientlib-site/resources/icons/arrow-right-black.svg");
          background-repeat: no-repeat;
          background-size: contain; }
        .support .guides-software .guides li .link:hover::after, .support .guides-software .software li .link:hover::after {
          background-image: url("clientlib-site/resources/icons/arrow-right-red.svg"); }

.specifications .key-specs, .specifications .specs-group, .specifications .collapse-specs {
  padding: 0; }
  .specifications .key-specs > li, .specifications .specs-group > li, .specifications .collapse-specs > li {
    list-style: none; }

.specifications .key-specs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .specifications .key-specs {
      margin-bottom: 5rem; } }
  .specifications .key-specs .item {
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(((100% - 40px) / 3) - 0.1%);
    max-width: calc(((100% - 40px) / 3) - 0.1%);
    margin-bottom: 10px;
    margin-right: 20px; }
    .specifications .key-specs .item:nth-child(3n+3) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .specifications .key-specs .item {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(((100% - 200px) / 6) - 0.1%);
        max-width: calc(((100% - 200px) / 6) - 0.1%);
        margin-right: 40px; }
        .specifications .key-specs .item:nth-child(3n+3) {
          margin-right: 40px; }
        .specifications .key-specs .item:nth-child(6n+6) {
          margin-right: 0; } }
    .specifications .key-specs .item .img-box {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 35px;
      margin-bottom: 0.5rem; }
      @media (min-width: 992px) {
        .specifications .key-specs .item .img-box {
          height: 50px; } }
    .specifications .key-specs .item img {
      max-height: 35px;
      max-width: 45px; }
      @media (min-width: 992px) {
        .specifications .key-specs .item img {
          max-height: 50px;
          max-width: 65px; } }
    .specifications .key-specs .item .short-description {
      font-family: "ff-good-web-pro", Arial sans-serif;
      font-weight: 600;
      text-decoration: underline;
      text-transform: uppercase;
      font-size: 1.2rem; }
      @media (min-width: 992px) {
        .specifications .key-specs .item .short-description {
          font-size: 1.4rem; } }

.specifications .specs-group .section .specs-title {
  margin: 0;
  cursor: pointer;
  padding: 10px 7px;
  padding-left: 15px;
  position: relative;
  font-family: "ff-good-web-pro", Arial sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #ebe8e5; }
  .specifications .specs-group .section .specs-title::before {
    top: 13px;
    left: 0;
    content: '\f068';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-size: 8px; }
  .specifications .specs-group .section .specs-title.collapsed::before {
    content: '\f067'; }

.specifications .specs-group .section .collapse-specs {
  padding-left: 15px; }
  .specifications .specs-group .section .collapse-specs .item {
    border-bottom: 1px solid #ebe8e5;
    font-family: "ff-good-web-pro", Arial sans-serif;
    font-size: 1.4rem;
    line-height: 19px;
    padding-top: 5px;
    padding-bottom: 5px; }
    .specifications .specs-group .section .collapse-specs .item.has-child {
      border-bottom: none; }
      .specifications .specs-group .section .collapse-specs .item.has-child > div {
        padding-bottom: 5px;
        border-bottom: 1px solid #ebe8e5; }
      .specifications .specs-group .section .collapse-specs .item.has-child > ul {
        padding-top: 5px; }
        .specifications .specs-group .section .collapse-specs .item.has-child > ul li {
          padding: 5px 0;
          list-style-type: disc; }

.specifications .operations {
  margin-top: 50px; }
  .specifications .operations .btn {
    margin-right: 40px;
    font-family: "ff-good-web-pro", Arial sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    text-decoration: underline;
    text-transform: uppercase; }
    .specifications .operations .btn.btn-download {
      position: relative;
      padding-right: 22px; }
      .specifications .operations .btn.btn-download::after {
        content: '';
        right: 0px;
        top: 10px;
        width: 11px;
        height: 13px;
        position: absolute;
        background-image: url("clientlib-site/resources/icons/download-black.svg"); }
      .specifications .operations .btn.btn-download:focus::after, .specifications .operations .btn.btn-download:hover::after, .specifications .operations .btn.btn-download:not(:disabled):not(.disabled):active::after {
        background-image: url("clientlib-site/resources/icons/download-red.svg"); }

.quote {
  font-family: "ff-good-web-pro", Arial sans-serif;
  font-weight: 600;
  overflow: hidden; }
  @media (min-width: 992px) {
    .quote .quote-container {
      width: 76%;
      margin: 0 auto; } }
  .quote.quote-light .content-wrapper::before, .quote.quote-light .content-wrapper::after {
    color: #ff3b00; }
  .quote.quote-light .previous-page, .quote.quote-light .next-page {
    color: #000; }
  .quote.quote-light.more5-quotes .carousel-indicators .pip {
    border-color: #000; }
  .quote.quote-light.more5-quotes .carousel-indicators .active {
    background-color: #000; }
  .quote.quote-dark .content-wrapper::before, .quote.quote-dark .content-wrapper::after {
    color: #9c8e8b; }
  .quote.quote-dark .previous-page, .quote.quote-dark .next-page {
    color: #9c8e8b; }
  .quote.quote-dark.more5-quotes .carousel-indicators .pip {
    border-color: #fff; }
  .quote.quote-dark.more5-quotes .carousel-indicators .active {
    background-color: #fff; }
  .quote.more2-quotes .wrapper, .quote.more5-quotes .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .quote.one-quote {
    padding: 35px 0 20px; }
    @media (min-width: 768px) {
      .quote.one-quote {
        padding: 140px 0 55px; } }
    @media (min-width: 992px) {
      .quote.one-quote {
        padding: 140px 0 55px; } }
  .quote.more2-quotes {
    padding: 5px 0 30px; }
    @media (min-width: 768px) {
      .quote.more2-quotes {
        padding: 80px 0 65px; } }
    @media (min-width: 992px) {
      .quote.more2-quotes {
        padding: 100px 0 85px; } }
    .quote.more2-quotes .carousel-inner {
      padding-top: 3rem; }
      @media (min-width: 768px) {
        .quote.more2-quotes .carousel-inner {
          padding-top: 6rem; } }
    .quote.more2-quotes .introduction-wrapper {
      display: flex;
      align-items: center; }
      .quote.more2-quotes .introduction-wrapper.carousel-indicators {
        position: static;
        margin: 0; }
      .quote.more2-quotes .introduction-wrapper .icon-box, .quote.more2-quotes .introduction-wrapper .avatars-box {
        cursor: pointer;
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 1rem;
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        -webkit-filter: gray;
                filter: gray;
        opacity: 0.3;
        transition: opacity 0.8s ease, -webkit-filter 0.8s ease;
        transition: opacity 0.8s ease, filter 0.8s ease;
        transition: opacity 0.8s ease, filter 0.8s ease, -webkit-filter 0.8s ease; }
        @media (min-width: 992px) {
          .quote.more2-quotes .introduction-wrapper .icon-box, .quote.more2-quotes .introduction-wrapper .avatars-box {
            padding: 0 2rem; } }
        .quote.more2-quotes .introduction-wrapper .icon-box.active, .quote.more2-quotes .introduction-wrapper .avatars-box.active {
          -webkit-filter: none;
                  filter: none;
          opacity: 1; }
  .quote.more5-quotes {
    padding: 35px 38px 40px; }
    @media (min-width: 768px) {
      .quote.more5-quotes {
        padding: 80px 58px 115px; } }
    @media (min-width: 992px) {
      .quote.more5-quotes {
        padding: 110px 0 200px; } }
    .quote.more5-quotes .carousel-inner {
      padding-top: 3rem; }
      @media (min-width: 768px) {
        .quote.more5-quotes .carousel-inner {
          padding-top: 6rem; } }
    .quote.more5-quotes .carousel-indicators {
      align-items: center;
      bottom: -2.5rem; }
      @media (min-width: 992px) {
        .quote.more5-quotes .carousel-indicators {
          bottom: -4.5rem; } }
      .quote.more5-quotes .carousel-indicators .pip {
        cursor: pointer;
        width: 0.8rem;
        height: 0.8rem;
        border-radius: 50%;
        border: 0.1rem solid;
        margin-right: 0.5rem; }
        @media (min-width: 768px) {
          .quote.more5-quotes .carousel-indicators .pip {
            width: 1rem;
            height: 1rem; } }
      .quote.more5-quotes .carousel-indicators .active {
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 50%; }
        @media (min-width: 768px) {
          .quote.more5-quotes .carousel-indicators .active {
            width: 1.7rem;
            height: 1.7rem; } }
    .quote.more5-quotes .arrow .carousel-control-prev, .quote.more5-quotes .arrow .carousel-control-next {
      width: 3rem; }
    .quote.more5-quotes .arrow .previous-page {
      left: -3.5rem;
      top: -25%; }
      @media (min-width: 768px) {
        .quote.more5-quotes .arrow .previous-page {
          left: -5rem; } }
      @media (min-width: 992px) {
        .quote.more5-quotes .arrow .previous-page {
          left: -9rem; } }
      .quote.more5-quotes .arrow .previous-page::before {
        cursor: pointer;
        content: '<';
        font-size: 4.5rem;
        font-weight: 300; }
        @media (min-width: 768px) {
          .quote.more5-quotes .arrow .previous-page::before {
            font-size: 6rem; } }
    .quote.more5-quotes .arrow .next-page {
      right: -3.5rem;
      top: -25%; }
      @media (min-width: 768px) {
        .quote.more5-quotes .arrow .next-page {
          right: -5rem; } }
      @media (min-width: 992px) {
        .quote.more5-quotes .arrow .next-page {
          right: -9rem; } }
      .quote.more5-quotes .arrow .next-page::before {
        cursor: pointer;
        content: '>';
        font-size: 4.5rem;
        font-weight: 300; }
        @media (min-width: 768px) {
          .quote.more5-quotes .arrow .next-page::before {
            font-size: 6rem; } }
  .quote .content-wrapper {
    position: relative;
    margin-bottom: 3rem; }
    @media (min-width: 768px) {
      .quote .content-wrapper {
        margin-bottom: 5rem; } }
    @media (min-width: 992px) {
      .quote .content-wrapper {
        margin-bottom: 3.5rem; } }
    .quote .content-wrapper::before {
      content: '“';
      font-size: 10rem;
      letter-spacing: -2.08px;
      position: absolute;
      top: -4rem;
      z-index: 1; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .quote .content-wrapper::before {
          top: -3rem; } }
      @media (min-width: 768px) {
        .quote .content-wrapper::before {
          font-size: 30rem;
          letter-spacing: -6.25px;
          top: -13rem; } }
  @media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
    .quote .content-wrapper::before {
      top: -10rem; } }
    .quote .content-wrapper::after {
      content: '”';
      bottom: -10rem;
      font-size: 10rem;
      letter-spacing: -2.08px;
      position: absolute;
      right: 0;
      z-index: 1; }
      @media (min-width: 768px) {
        .quote .content-wrapper::after {
          bottom: -31rem;
          font-size: 30rem;
          letter-spacing: -6.25px; } }
  @media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
    .quote .content-wrapper::after {
      bottom: -34rem; } }
    .quote .content-wrapper .quote-text {
      font-family: "ff-good-headline-web-pro", Arial, sans-serif;
      font-size: 1.6rem;
      line-height: 1.92rem;
      text-align: center;
      text-transform: uppercase;
      position: relative;
      z-index: 2; }
      @media (min-width: 768px) {
        .quote .content-wrapper .quote-text {
          font-size: 2.4rem;
          line-height: 3rem; } }
      @media (min-width: 992px) {
        .quote .content-wrapper .quote-text {
          font-size: 3.2rem;
          letter-spacing: 0.4px;
          line-height: 3.8rem; } }
  .quote .introduction-wrapper.author-person, .quote .introduction-wrapper .author-person, .quote .introduction-wrapper.author-company, .quote .introduction-wrapper .author-company {
    text-align: center; }
    .quote .introduction-wrapper.author-person span, .quote .introduction-wrapper .author-person span, .quote .introduction-wrapper.author-company span, .quote .introduction-wrapper .author-company span {
      font-size: 1.2rem;
      margin: 0;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .quote .introduction-wrapper.author-person span, .quote .introduction-wrapper .author-person span, .quote .introduction-wrapper.author-company span, .quote .introduction-wrapper .author-company span {
          font-size: 1.6rem; } }
  .quote .introduction-wrapper.author-person img, .quote .introduction-wrapper .author-person img {
    border-radius: 50%;
    margin-top: 1rem;
    height: 40px;
    width: 40px;
    -o-object-fit: cover;
       object-fit: cover; }
  .quote .introduction-wrapper.author-company .img-box, .quote .introduction-wrapper .author-company .img-box {
    text-align: center; }
    .quote .introduction-wrapper.author-company .img-box img, .quote .introduction-wrapper .author-company .img-box img {
      max-height: 2.6rem; }
      @media (min-width: 768px) {
        .quote .introduction-wrapper.author-company .img-box img, .quote .introduction-wrapper .author-company .img-box img {
          max-height: 4rem; } }
      @media (min-width: 992px) {
        .quote .introduction-wrapper.author-company .img-box img, .quote .introduction-wrapper .author-company .img-box img {
          max-height: 5.8rem; } }

.logo-component {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 30px;
  width: 100%; }
  @media (min-width: 992px) {
    .logo-component {
      padding: 70px 10%; } }
  .logo-component a:hover {
    text-decoration: none; }
  .logo-component.only-logo .logo-box {
    display: flex;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 3.5rem;
    align-items: center;
    justify-content: center;
    padding-left: 1rem; }
    @media (min-width: 768px) {
      .logo-component.only-logo .logo-box {
        margin-bottom: 4.5rem; } }
    @media (min-width: 992px) {
      .logo-component.only-logo .logo-box {
        margin-bottom: 8.5rem; } }
    .logo-component.only-logo .logo-box:nth-child(odd) {
      padding-left: 0;
      padding-right: 1rem; }
    .logo-component.only-logo .logo-box:nth-child(2n+1):nth-last-child(-n+2),
    .logo-component.only-logo .logo-box:nth-child(2n+1):nth-last-child(-n+2) ~ .logo-box {
      margin-bottom: 0; }
    .logo-component.only-logo .logo-box:first-child:last-child {
      flex: 0 0 100%;
      max-width: 100%;
      padding-left: 0; }
    .logo-component.only-logo .logo-box a {
      display: flex;
      align-items: center;
      height: 2rem;
      width: 100%; }
      @media (min-width: 768px) {
        .logo-component.only-logo .logo-box a {
          height: 2.5rem; } }
      @media (min-width: 992px) {
        .logo-component.only-logo .logo-box a {
          height: 5rem; } }
    .logo-component.only-logo .logo-box .img-box {
      flex: 0 0 100%;
      text-align: center; }
      .logo-component.only-logo .logo-box .img-box img {
        height: 2rem; }
        @media (min-width: 768px) {
          .logo-component.only-logo .logo-box .img-box img {
            height: 2.5rem; } }
        @media (min-width: 992px) {
          .logo-component.only-logo .logo-box .img-box img {
            height: 5rem; } }
  .logo-component.text-logo span {
    color: #00213c;
    display: block;
    font-size: 1.2rem;
    font-weight: 600; }
    @media (min-width: 992px) {
      .logo-component.text-logo span {
        font-size: 1.6rem; } }
  .logo-component.text-logo .logo-box {
    text-align: center;
    margin-bottom: 5.5rem;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 1rem; }
    @media (min-width: 992px) {
      .logo-component.text-logo .logo-box {
        margin-bottom: 9rem; } }
    .logo-component.text-logo .logo-box:nth-child(3n) {
      padding-right: 0; }
    .logo-component.text-logo .logo-box:nth-child(3n+1):nth-last-child(-n+3),
    .logo-component.text-logo .logo-box:nth-child(3n+1):nth-last-child(-n+3) ~ .logo-box {
      margin-bottom: 0; }
    .logo-component.text-logo .logo-box:first-child:last-child {
      padding-right: 0;
      flex: 0 0 100%;
      max-width: 100%; }
    .logo-component.text-logo .logo-box .img-box {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 4rem;
      margin-bottom: 1.5rem; }
      @media (min-width: 992px) {
        .logo-component.text-logo .logo-box .img-box {
          height: 6.5rem;
          margin-bottom: 3.2rem; } }
      .logo-component.text-logo .logo-box .img-box img {
        height: 4rem; }
        @media (min-width: 992px) {
          .logo-component.text-logo .logo-box .img-box img {
            height: 6.5rem; } }

.ttc {
  padding: 60px 20px; }
  @media (min-width: 768px) {
    .ttc {
      padding: 95px 10%; } }
  @media (min-width: 992px) {
    .ttc {
      padding: 160px 10%; } }
  .ttc .title {
    font-weight: 600;
    font-family: "ff-good-headline-web-pro", Arial, sans-serif;
    margin: 0 0 3.2rem 0;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .ttc .title {
        margin-bottom: 6.5rem; } }
    .ttc .title span {
      display: block; }
    .ttc .title.ttc-large {
      font-size: 3.6rem;
      line-height: 43.2px; }
      @media (min-width: 992px) {
        .ttc .title.ttc-large {
          font-size: 6.4rem;
          line-height: 72px; } }
    .ttc .title.ttc-small {
      font-size: 2.4rem;
      line-height: 3rem; }
      @media (min-width: 992px) {
        .ttc .title.ttc-small {
          font-size: 3.6rem;
          line-height: 43.2px; } }
  .ttc .subtitle {
    font-size: 1.6rem;
    font-family: "ff-good-web-pro", Arial sans-serif;
    font-weight: 600;
    line-height: 3rem;
    margin: 0 0 1rem 0;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .ttc .subtitle {
        font-size: 2.4rem; } }
  .ttc .description {
    font-size: 1.6rem;
    line-height: 2.3rem;
    margin-bottom: 3rem; }
    @media (min-width: 768px) {
      .ttc .description {
        margin-bottom: 6.5rem; } }
    @media (min-width: 992px) {
      .ttc .description {
        font-size: 1.8rem;
        line-height: 27px; } }
  .ttc .cta .btn {
    font-size: 1.4rem; }
  .ttc .cta .btn-primary {
    margin-right: 2rem;
    padding: 1.2rem 3.2rem; }
    @media (min-width: 768px) {
      .ttc .cta .btn-primary {
        padding: 1.2rem 2rem; } }
    @media (min-width: 992px) {
      .ttc .cta .btn-primary {
        padding: 1.2rem 3.2rem; } }

.footnote .content {
  font-size: 1.4rem;
  line-height: 2em;
  padding: 3.3rem 2rem; }
  @media (min-width: 992px) {
    .footnote .content {
      margin: 0 auto;
      padding: 4.8rem 0;
      width: 66.67%;
      max-width: 1436px; } }

.product-detail .bg-box, .family-detail .bg-box {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute; }
  .product-detail .bg-box .bg, .family-detail .bg-box .bg {
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    background-size: cover;
    transition: opacity 0.2s linear; }
    .product-detail .bg-box .bg.shown, .family-detail .bg-box .bg.shown {
      opacity: 1; }

.product-detail.no-main-img .product-carousel, .family-detail.no-main-img .product-carousel {
  height: 410px; }
  @media (min-width: 768px) {
    .product-detail.no-main-img .product-carousel, .family-detail.no-main-img .product-carousel {
      height: auto; } }

.product-detail .pdp-breadcrum, .family-detail .pdp-breadcrum {
  color: #ff3b00;
  font-family: "ff-good-web-pro", Arial sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  width: calc(100vw - 40px);
  max-width: 1336px; }
  @media (min-width: 768px) {
    .product-detail .pdp-breadcrum, .family-detail .pdp-breadcrum {
      width: calc(100vw - 80px); } }
  @media (min-width: 992px) {
    .product-detail .pdp-breadcrum, .family-detail .pdp-breadcrum {
      width: calc(100vw - 144px); } }
  .product-detail .pdp-breadcrum .breadcrumb-item.active, .family-detail .pdp-breadcrum .breadcrumb-item.active {
    color: #ff3b00; }
  .product-detail .pdp-breadcrum .breadcrumb-item::before, .family-detail .pdp-breadcrum .breadcrumb-item::before {
    color: #ff3b00; }
  .product-detail .pdp-breadcrum.white, .family-detail .pdp-breadcrum.white {
    color: #fff; }
    .product-detail .pdp-breadcrum.white .breadcrumb-item.active, .family-detail .pdp-breadcrum.white .breadcrumb-item.active {
      color: #fff; }
    .product-detail .pdp-breadcrum.white .breadcrumb-item::before, .family-detail .pdp-breadcrum.white .breadcrumb-item::before {
      color: #fff; }

.product-detail .wrapper, .family-detail .wrapper {
  position: relative;
  max-width: 1436px;
  margin: 0 auto; }
  .product-detail .wrapper .container, .family-detail .wrapper .container {
    padding: 20px 20px 0px 20px; }
    .product-detail .wrapper .container.no-gradient, .family-detail .wrapper .container.no-gradient {
      background: none; }
    @media (min-width: 768px) {
      .product-detail .wrapper .container, .family-detail .wrapper .container {
        width: 50%;
        padding: 40px 0 40px 40px; } }
    @media (min-width: 768px) {
      .product-detail .wrapper .container.large-container, .family-detail .wrapper .container.large-container {
        width: 70%; } }
    .product-detail .wrapper .container .title, .product-detail .wrapper .container .family-name, .family-detail .wrapper .container .title, .family-detail .wrapper .container .family-name {
      font-family: "ff-good-web-pro", Arial sans-serif;
      font-weight: 600;
      font-size: 7.2rem;
      line-height: 60px;
      margin-bottom: 11px;
      position: relative;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .product-detail .wrapper .container .title, .product-detail .wrapper .container .family-name, .family-detail .wrapper .container .title, .family-detail .wrapper .container .family-name {
          font-size: 12rem;
          line-height: 120px;
          margin-bottom: 20px; } }
      @media (min-width: 992px) {
        .product-detail .wrapper .container .title, .product-detail .wrapper .container .family-name, .family-detail .wrapper .container .title, .family-detail .wrapper .container .family-name {
          font-size: 18rem;
          letter-spacing: -3.75px;
          line-height: 180px; } }
      .product-detail .wrapper .container .title.small-font, .product-detail .wrapper .container .family-name.small-font, .family-detail .wrapper .container .title.small-font, .family-detail .wrapper .container .family-name.small-font {
        font-size: 4.2rem;
        line-height: 42px; }
        @media (min-width: 768px) {
          .product-detail .wrapper .container .title.small-font, .product-detail .wrapper .container .family-name.small-font, .family-detail .wrapper .container .title.small-font, .family-detail .wrapper .container .family-name.small-font {
            font-size: 5.2rem;
            line-height: 52px; } }
        @media (min-width: 992px) {
          .product-detail .wrapper .container .title.small-font, .product-detail .wrapper .container .family-name.small-font, .family-detail .wrapper .container .title.small-font, .family-detail .wrapper .container .family-name.small-font {
            font-size: 7.2rem;
            letter-spacing: -2.75px;
            line-height: 80px; } }
      .product-detail .wrapper .container .title.medium-font, .product-detail .wrapper .container .family-name.medium-font, .family-detail .wrapper .container .title.medium-font, .family-detail .wrapper .container .family-name.medium-font {
        font-size: 5.2rem;
        line-height: 52px; }
        @media (min-width: 768px) {
          .product-detail .wrapper .container .title.medium-font, .product-detail .wrapper .container .family-name.medium-font, .family-detail .wrapper .container .title.medium-font, .family-detail .wrapper .container .family-name.medium-font {
            font-size: 7.2rem;
            line-height: 72px; } }
        @media (min-width: 992px) {
          .product-detail .wrapper .container .title.medium-font, .product-detail .wrapper .container .family-name.medium-font, .family-detail .wrapper .container .title.medium-font, .family-detail .wrapper .container .family-name.medium-font {
            font-size: 10rem;
            line-height: 100px;
            letter-spacing: -1.08px; } }
    .product-detail .wrapper .container .product-carousel, .family-detail .wrapper .container .product-carousel {
      display: flex;
      padding: 20px;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      visibility: hidden; }
      .product-detail .wrapper .container .product-carousel.shown, .family-detail .wrapper .container .product-carousel.shown {
        visibility: visible; }
      @media (min-width: 768px) {
        .product-detail .wrapper .container .product-carousel, .family-detail .wrapper .container .product-carousel {
          top: 0;
          bottom: 0;
          right: 40px;
          width: 60%;
          height: 100%;
          padding: 0;
          position: absolute; } }
      .product-detail .wrapper .container .product-carousel .carousel-container, .family-detail .wrapper .container .product-carousel .carousel-container {
        width: 100%;
        height: 65%;
        position: relative; }
        .product-detail .wrapper .container .product-carousel .carousel-container .carousel-inner, .family-detail .wrapper .container .product-carousel .carousel-container .carousel-inner {
          height: 100%;
          transition: -webkit-transform 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
          .product-detail .wrapper .container .product-carousel .carousel-container .carousel-inner .carousel-item, .family-detail .wrapper .container .product-carousel .carousel-container .carousel-inner .carousel-item {
            cursor: default;
            height: 100%; }
            .product-detail .wrapper .container .product-carousel .carousel-container .carousel-inner .carousel-item .product-img-box, .family-detail .wrapper .container .product-carousel .carousel-container .carousel-inner .carousel-item .product-img-box {
              height: 316px;
              position: relative; }
              @media (min-width: 768px) {
                .product-detail .wrapper .container .product-carousel .carousel-container .carousel-inner .carousel-item .product-img-box, .family-detail .wrapper .container .product-carousel .carousel-container .carousel-inner .carousel-item .product-img-box {
                  height: 100%; } }
              .product-detail .wrapper .container .product-carousel .carousel-container .carousel-inner .carousel-item .product-img-box img, .family-detail .wrapper .container .product-carousel .carousel-container .carousel-inner .carousel-item .product-img-box img {
                position: absolute;
                max-height: 100%;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%); }
      .product-detail .wrapper .container .product-carousel .navigate-container, .family-detail .wrapper .container .product-carousel .navigate-container {
        display: flex;
        align-items: center;
        justify-content: center; }
        .product-detail .wrapper .container .product-carousel .navigate-container .previous-page,
        .product-detail .wrapper .container .product-carousel .navigate-container .next-page, .family-detail .wrapper .container .product-carousel .navigate-container .previous-page,
        .family-detail .wrapper .container .product-carousel .navigate-container .next-page {
          cursor: pointer; }
        .product-detail .wrapper .container .product-carousel .navigate-container .carousel-indicators, .family-detail .wrapper .container .product-carousel .navigate-container .carousel-indicators {
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0 5px;
          position: relative; }
          .product-detail .wrapper .container .product-carousel .navigate-container .carousel-indicators li, .family-detail .wrapper .container .product-carousel .navigate-container .carousel-indicators li {
            text-indent: 0;
            height: auto; }
          .product-detail .wrapper .container .product-carousel .navigate-container .carousel-indicators .item, .family-detail .wrapper .container .product-carousel .navigate-container .carousel-indicators .item {
            width: 8px;
            height: 8px;
            cursor: pointer;
            border-radius: 50%;
            border: 1px solid #000;
            margin-right: 5px; }
            .product-detail .wrapper .container .product-carousel .navigate-container .carousel-indicators .item.active, .family-detail .wrapper .container .product-carousel .navigate-container .carousel-indicators .item.active {
              width: 12px;
              height: 12px;
              border-radius: 50%;
              background-color: #000; }
    .product-detail .wrapper .container .bottom-container, .family-detail .wrapper .container .bottom-container {
      margin-left: -20px;
      margin-right: -20px;
      padding: 20px; }
      .product-detail .wrapper .container .bottom-container.no-gradient, .family-detail .wrapper .container .bottom-container.no-gradient {
        background: none; }
      @media (min-width: 768px) {
        .product-detail .wrapper .container .bottom-container, .family-detail .wrapper .container .bottom-container {
          margin-left: 0;
          margin-right: 0;
          padding: 0;
          background: none; } }
      .product-detail .wrapper .container .bottom-container .btn, .family-detail .wrapper .container .bottom-container .btn {
        font-family: "ff-good-web-pro", Arial sans-serif;
        font-size: 1.4rem;
        font-weight: 600; }
      .product-detail .wrapper .container .bottom-container .content .product-descriptor, .product-detail .wrapper .container .bottom-container .content .family-descriptor, .family-detail .wrapper .container .bottom-container .content .product-descriptor, .family-detail .wrapper .container .bottom-container .content .family-descriptor {
        font-family: "ff-good-headline-web-pro", Arial, sans-serif;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 30px;
        margin: 0;
        text-transform: uppercase; }
        @media (min-width: 992px) {
          .product-detail .wrapper .container .bottom-container .content .product-descriptor, .product-detail .wrapper .container .bottom-container .content .family-descriptor, .family-detail .wrapper .container .bottom-container .content .product-descriptor, .family-detail .wrapper .container .bottom-container .content .family-descriptor {
            font-size: 2.4rem; } }
      .product-detail .wrapper .container .bottom-container .content .product-features, .product-detail .wrapper .container .bottom-container .content .family-features, .family-detail .wrapper .container .bottom-container .content .product-features, .family-detail .wrapper .container .bottom-container .content .family-features {
        font-family: "ff-good-web-pro", Arial sans-serif;
        font-size: 1.4rem;
        line-height: 20px; }
        @media (min-width: 992px) {
          .product-detail .wrapper .container .bottom-container .content .product-features, .product-detail .wrapper .container .bottom-container .content .family-features, .family-detail .wrapper .container .bottom-container .content .product-features, .family-detail .wrapper .container .bottom-container .content .family-features {
            font-size: 1.8rem;
            line-height: 27px; } }
      .product-detail .wrapper .container .bottom-container .link-operation .btn, .family-detail .wrapper .container .bottom-container .link-operation .btn {
        position: relative;
        margin-right: 30px;
        text-decoration: none; }
        .product-detail .wrapper .container .bottom-container .link-operation .btn.btn-video-overview::after, .family-detail .wrapper .container .bottom-container .link-operation .btn.btn-video-overview::after {
          top: 12px;
          right: -15px;
          content: '';
          position: absolute;
          width: 12px;
          height: 10px;
          background-repeat: no-repeat;
          background-image: url("clientlib-site/resources/icons/icon-video-overview.svg"); }
        .product-detail .wrapper .container .bottom-container .link-operation .btn.btn-video-overview.white::after, .family-detail .wrapper .container .bottom-container .link-operation .btn.btn-video-overview.white::after {
          background-image: url("clientlib-site/resources/icons/icon-video-overview-white.svg"); }
        .product-detail .wrapper .container .bottom-container .link-operation .btn.btn-video-overview:hover::after, .family-detail .wrapper .container .bottom-container .link-operation .btn.btn-video-overview:hover::after {
          background-image: url("clientlib-site/resources/icons/icon-video-overview-red.svg"); }
        .product-detail .wrapper .container .bottom-container .link-operation .btn.btn-download::after, .family-detail .wrapper .container .bottom-container .link-operation .btn.btn-download::after {
          top: 11px;
          right: -15px;
          content: '';
          position: absolute;
          width: 12px;
          height: 12px;
          background-image: url("clientlib-site/resources/icons/download-black.svg"); }
        .product-detail .wrapper .container .bottom-container .link-operation .btn.btn-download.white::after, .family-detail .wrapper .container .bottom-container .link-operation .btn.btn-download.white::after {
          background-image: url("clientlib-site/resources/icons/download-white.svg"); }
        .product-detail .wrapper .container .bottom-container .link-operation .btn.btn-download:hover::after, .family-detail .wrapper .container .bottom-container .link-operation .btn.btn-download:hover::after {
          background-image: url("clientlib-site/resources/icons/download-red.svg"); }
      .product-detail .wrapper .container .bottom-container .price-list, .family-detail .wrapper .container .bottom-container .price-list {
        font-weight: 600;
        margin-top: 20px;
        text-transform: uppercase; }

.product-detail .navigate-wrapper.less-than-five-items {
  width: auto; }

.product-detail .navigate-wrapper {
  width: 350px;
  overflow: hidden;
  position: relative; }

.product-detail .carousel-indicators li {
  width: 60px; }

@media (min-width: 768px) {
  .product-detail .pdp-breadcrum {
    margin-bottom: 100px; } }

.product-detail .wrapper .no-gradient .will-change.product-poly-name {
  color: black; }

@media (min-width: 992px) {
  .product-detail .wrapper .container {
    padding: 45px 0px 130px 72px; } }

.product-detail .wrapper .container .title {
  z-index: 10; }
  .product-detail .wrapper .container .title .product-poly-name {
    display: block;
    font-family: "ff-good-web-pro", Arial sans-serif;
    font-weight: 600;
    font-size: 4.8rem;
    line-height: 58px;
    position: relative;
    text-transform: capitalize; }
    @media (min-width: 768px) {
      .product-detail .wrapper .container .title .product-poly-name {
        font-size: 5.4rem;
        line-height: 54px;
        top: 5px; } }
    @media (min-width: 992px) {
      .product-detail .wrapper .container .title .product-poly-name {
        font-size: 7.2rem;
        line-height: 60px;
        top: 10px; } }
    .product-detail .wrapper .container .title .product-poly-name.with-overlap {
      left: 5px;
      top: 20px; }
      @media (min-width: 768px) {
        .product-detail .wrapper .container .title .product-poly-name.with-overlap {
          left: 10px;
          top: 30px; } }
      @media (min-width: 992px) {
        .product-detail .wrapper .container .title .product-poly-name.with-overlap {
          left: 15px; } }

.product-detail .wrapper .container .reviews {
  display: flex;
  align-items: center;
  font-family: "ff-good-web-pro", Arial sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase; }
  .product-detail .wrapper .container .reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-summary-bar .bv-rating-ratio-number .bv-rating,
  .product-detail .wrapper .container .reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-summary-bar .bv-rating-ratio-count,
  .product-detail .wrapper .container .reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-summary-bar-minimalist .bv-write-container .bv-submission-button.bv-write-review {
    color: #fff !important; }
  .product-detail .wrapper .container .reviews.black .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-summary-bar .bv-rating-ratio-number .bv-rating,
  .product-detail .wrapper .container .reviews.black .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-summary-bar .bv-rating-ratio-count,
  .product-detail .wrapper .container .reviews.black .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-summary-bar-minimalist .bv-write-container .bv-submission-button.bv-write-review {
    color: #000 !important; }

.product-detail .wrapper .container .product-carousel {
  /*				.previous-page {
					position: absolute;
					top: 45px;
					cursor: pointer;
					font-size: 20px;
				}
				.next-page {
					position: absolute;
					right: 0;
					top: 45px;
					cursor: pointer;
					font-size: 20px;
				}*/ }
  .product-detail .wrapper .container .product-carousel .prev-page, .product-detail .wrapper .container .product-carousel .next-page {
    top: 50%;
    cursor: pointer;
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .product-detail .wrapper .container .product-carousel .previous-page-div, .product-detail .wrapper .container .product-carousel .next-page-div {
    width: 20px;
    height: 28px;
    display: inline-block;
    font-size: 1.4rem; }
  .product-detail .wrapper .container .product-carousel .prev-page {
    left: 20px; }
    .product-detail .wrapper .container .product-carousel .prev-page .previous-page-div {
      background-image: url("clientlib-site/resources/icons/angle-left.svg"); }
  .product-detail .wrapper .container .product-carousel .next-page {
    right: 20px; }
    .product-detail .wrapper .container .product-carousel .next-page .next-page-div {
      background-image: url("clientlib-site/resources/icons/angle-right.svg"); }
  .product-detail .wrapper .container .product-carousel .carousel-container .carousel-inner.to-previous {
    -webkit-transform: translateX(40px);
            transform: translateX(40px); }
  .product-detail .wrapper .container .product-carousel .carousel-container .carousel-inner.to-next {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px); }
  .product-detail .wrapper .container .product-carousel .navigate-container {
    width: 330px;
    overflow: hidden;
    margin: auto; }
  .product-detail .wrapper .container .product-carousel .carousel-indicators {
    left: 99px; }
  .product-detail .wrapper .container .product-carousel .less-than-five-items .navigate-container {
    width: auto;
    padding: 0 30px; }
  .product-detail .wrapper .container .product-carousel .less-than-five-items .carousel-indicators {
    left: 0; }

@media (min-width: 768px) {
  .product-detail .wrapper .container .bottom-container .content {
    margin-top: 140px;
    margin-bottom: 65px;
    position: relative; } }

@media (min-width: 992px) {
  .product-detail .wrapper .container .bottom-container .content {
    margin-top: 80px;
    margin-bottom: 50px; } }

@media (min-width: 768px) {
  .product-detail .wrapper .container .bottom-container .link-operation {
    margin-bottom: 100px; } }

.product-detail .wrapper .container .bottom-container .price-list {
  font-family: "ff-good-headline-web-pro", Arial, sans-serif;
  font-size: 1.6rem; }
  @media (min-width: 768px) {
    .product-detail .wrapper .container .bottom-container .price-list {
      font-size: 2.4rem;
      line-height: 30px; } }

.product-detail .wrapper .container .bottom-container .btn-operation {
  margin-top: 35px; }
  @media (min-width: 768px) {
    .product-detail .wrapper .container .bottom-container .btn-operation {
      margin-top: 15px; } }
  .product-detail .wrapper .container .bottom-container .btn-operation .btn {
    margin-bottom: 8px;
    margin-right: 8px; }
    @media (min-width: 768px) {
      .product-detail .wrapper .container .bottom-container .btn-operation .btn {
        margin-bottom: 20px;
        margin-right: 20px; } }

@media (min-width: 768px) {
  .family-detail .pdp-breadcrum {
    margin-bottom: 69px; } }

.family-detail .wrapper .no-gradient .will-change.product-poly-name {
  color: black; }

@media (min-width: 992px) {
  .family-detail .wrapper .container {
    padding: 45px 0px 92px 72px; } }

.family-detail .wrapper .container .family-name {
  font-family: "ff-good-headline-web-pro", Arial, sans-serif; }
  @media (min-width: 768px) {
    .family-detail .wrapper .container .family-name {
      font-family: "ff-good-web-pro", Arial sans-serif; } }
  .family-detail .wrapper .container .family-name .product-poly-name {
    display: block;
    font-family: "ff-good-web-pro", Arial sans-serif;
    font-weight: 600;
    font-size: 4.8rem;
    line-height: 58px;
    position: relative;
    text-transform: capitalize; }
    @media (min-width: 768px) {
      .family-detail .wrapper .container .family-name .product-poly-name {
        font-size: 5.4rem;
        line-height: 54px;
        top: 5px; } }
    @media (min-width: 992px) {
      .family-detail .wrapper .container .family-name .product-poly-name {
        font-size: 7.2rem;
        line-height: 60px;
        top: 10px; } }
    .family-detail .wrapper .container .family-name .product-poly-name.with-overlap {
      left: 5px;
      top: 20px; }
      @media (min-width: 768px) {
        .family-detail .wrapper .container .family-name .product-poly-name.with-overlap {
          left: 10px;
          top: 30px; } }
      @media (min-width: 992px) {
        .family-detail .wrapper .container .family-name .product-poly-name.with-overlap {
          left: 15px; } }

.family-detail .wrapper .container .product-carousel .product-name {
  font-family: "ff-good-headline-web-pro", Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .family-detail .wrapper .container .product-carousel .product-name {
      margin-top: 25px;
      margin-bottom: 25px; } }

@media (min-width: 768px) {
  .family-detail .wrapper .container .bottom-container .content {
    margin-top: 139px;
    margin-bottom: 50px;
    position: relative; } }

.family-detail .wrapper .container .bottom-container .content .family-descriptor {
  margin-bottom: 15px; }

.family-detail .wrapper .container .bottom-container .content .description {
  font-family: "ff-good-web-pro", Arial sans-serif;
  font-size: 1.4rem;
  line-height: 20px; }
  @media (min-width: 768px) {
    .family-detail .wrapper .container .bottom-container .content .description {
      font-size: 1.8rem;
      line-height: 27px; } }

.family-detail .wrapper .container .bottom-container .btn-contact-sales {
  margin-top: 35px; }
  @media (min-width: 768px) {
    .family-detail .wrapper .container .bottom-container .btn-contact-sales {
      margin-top: 15px; } }

h1 span {
  color: black;
  font-size: 2.4rem;
  letter-spacing: normal;
  display: block;
  line-height: 1.0;
  margin-top: 35px;
  font-family: "ff-good-headline-web-pro", Arial, sans-serif;
  font-weight: 600; }

.basic-compare-modal {
  display: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1436px; }
  .basic-compare-modal .modal-dialog {
    max-width: 100%; }

.basic-compare:not(.in-page-nav-basic-compare) {
  background-color: #fbfaf9; }

.basic-compare .btn-hide {
  display: none; }

.basic-compare .compare-nav {
  background-color: #ebe8e5;
  padding: 20px 25px 15px 20px;
  position: relative; }
  .basic-compare .compare-nav .category-modal-title {
    font-size: 1.4rem;
    font-weight: 600; }
  .basic-compare .compare-nav .category-modal-close-btn {
    cursor: pointer;
    position: absolute;
    right: 2.5rem;
    top: 1.6rem; }
    .basic-compare .compare-nav .category-modal-close-btn::before {
      content: '\f060';
      font-family: 'Font Awesome 5 Free'; }
    .basic-compare .compare-nav .category-modal-close-btn span {
      font-size: 1.4rem;
      font-family: "ff-good-web-pro", Arial sans-serif;
      font-weight: 600;
      text-decoration: underline; }

.basic-compare:not(.modal-dialog):not(.in-page-nav-basic-compare) .basic-compare-main {
  max-width: 1436px;
  margin: 0 auto;
  position: relative; }

.basic-compare .basic-compare-main {
  padding: 40px 20px; }
  @media (min-width: 768px) {
    .basic-compare .basic-compare-main {
      padding: 40px 45px; } }
  @media (min-width: 992px) {
    .basic-compare .basic-compare-main {
      padding: 45px 50px; } }
  .basic-compare .basic-compare-main .topic {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 25rem;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .basic-compare .basic-compare-main .topic {
        margin-bottom: 0; } }
  .basic-compare .basic-compare-main .title-region {
    display: none; }
    @media (min-width: 768px) {
      .basic-compare .basic-compare-main .title-region {
        margin-top: 5rem;
        display: block;
        text-align: center; } }
    @media (min-width: 992px) {
      .basic-compare .basic-compare-main .title-region {
        margin-top: 8rem; } }
    .basic-compare .basic-compare-main .title-region .title {
      font-size: 2.4rem;
      letter-spacing: 0.3px;
      line-height: 28.8px;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .basic-compare .basic-compare-main .title-region .title {
          font-size: 4.8rem;
          letter-spacing: 0.6px;
          line-height: 5.8rem; } }
    .basic-compare .basic-compare-main .title-region .description {
      font-size: 1.6rem;
      line-height: 23px; }
      @media (min-width: 992px) {
        .basic-compare .basic-compare-main .title-region .description {
          font-size: 1.8rem;
          line-height: 27px; } }
  .basic-compare .basic-compare-main .product-compare .product-table {
    margin-bottom: 2.5rem;
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word; }
    @media (min-width: 768px) {
      .basic-compare .basic-compare-main .product-compare .product-table {
        margin-bottom: 3rem;
        margin-top: 8rem; } }
    @media (min-width: 992px) {
      .basic-compare .basic-compare-main .product-compare .product-table {
        margin-bottom: 5rem; } }
    .basic-compare .basic-compare-main .product-compare .product-table .product-image td {
      padding: 0.5rem; }
      @media (min-width: 768px) {
        .basic-compare .basic-compare-main .product-compare .product-table .product-image td {
          padding-bottom: 4rem; } }
      @media (min-width: 992px) {
        .basic-compare .basic-compare-main .product-compare .product-table .product-image td {
          padding: 0.5rem 1rem 3rem; } }
      .basic-compare .basic-compare-main .product-compare .product-table .product-image td img {
        width: 100%; }
    .basic-compare .basic-compare-main .product-compare .product-table .product-name td {
      border-right: 1px solid #d5ceca;
      padding: 0.5rem 0.5rem;
      text-align: center; }
      .basic-compare .basic-compare-main .product-compare .product-table .product-name td:last-of-type {
        border-right: none; }
      @media (min-width: 768px) {
        .basic-compare .basic-compare-main .product-compare .product-table .product-name td {
          padding: 3.5rem 2.5rem; } }
      @media (min-width: 992px) {
        .basic-compare .basic-compare-main .product-compare .product-table .product-name td {
          padding: 3.5rem 3.5rem; } }
      .basic-compare .basic-compare-main .product-compare .product-table .product-name td .product-selector {
        background-color: transparent;
        text-align: center; }
        .basic-compare .basic-compare-main .product-compare .product-table .product-name td .product-selector::after {
          background-image: none; }
        .basic-compare .basic-compare-main .product-compare .product-table .product-name td .product-selector.dropdown-mark .value-container::after {
          background-image: url("clientlib-site/resources/icons/angle-down-red.svg");
          background-size: contain;
          content: '';
          height: 7px;
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 10px; }
          @media (min-width: 768px) {
            .basic-compare .basic-compare-main .product-compare .product-table .product-name td .product-selector.dropdown-mark .value-container::after {
              height: 8px;
              width: 11px; } }
        .basic-compare .basic-compare-main .product-compare .product-table .product-name td .product-selector.dropdown-mark .value-container:hover {
          color: #000;
          cursor: pointer; }
          .basic-compare .basic-compare-main .product-compare .product-table .product-name td .product-selector.dropdown-mark .value-container:hover::after {
            background-image: url("clientlib-site/resources/icons/angle-down-black.svg"); }
        .basic-compare .basic-compare-main .product-compare .product-table .product-name td .product-selector.dropdown-mark.active .value-container:after {
          -webkit-transform: translateY(-50%) rotate(180deg);
                  transform: translateY(-50%) rotate(180deg); }
        .basic-compare .basic-compare-main .product-compare .product-table .product-name td .product-selector .value-container {
          color: #ff3b00;
          display: inline-block;
          font-size: 1.2rem;
          font-weight: 600;
          padding: 0 20px 0 0;
          text-transform: uppercase;
          text-decoration: underline;
          width: auto; }
          @media (min-width: 768px) {
            .basic-compare .basic-compare-main .product-compare .product-table .product-name td .product-selector .value-container {
              font-size: 1.8rem; } }
          .basic-compare .basic-compare-main .product-compare .product-table .product-name td .product-selector .value-container:hover {
            cursor: default; }
        .basic-compare .basic-compare-main .product-compare .product-table .product-name td .product-selector .dropdown-panel {
          background-color: #fff;
          height: 25vh; }
          .basic-compare .basic-compare-main .product-compare .product-table .product-name td .product-selector .dropdown-panel .item {
            font-size: 1.2rem;
            text-transform: uppercase; }
            @media (min-width: 768px) {
              .basic-compare .basic-compare-main .product-compare .product-table .product-name td .product-selector .dropdown-panel .item {
                font-size: 1.6rem; } }
    .basic-compare .basic-compare-main .product-compare .product-table .product-feature td {
      border: 1px solid #d5ceca;
      padding: 1.5rem 1rem;
      font-size: 1.6rem;
      line-height: 2.3rem; }
      .basic-compare .basic-compare-main .product-compare .product-table .product-feature td:first-of-type {
        font-family: "ff-good-headline-web-pro", Arial, sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 2rem;
        border-left: none; }
        @media (min-width: 768px) {
          .basic-compare .basic-compare-main .product-compare .product-table .product-feature td:first-of-type {
            line-height: 3rem; } }
        @media (min-width: 992px) {
          .basic-compare .basic-compare-main .product-compare .product-table .product-feature td:first-of-type {
            font-size: 2.4rem; } }
      .basic-compare .basic-compare-main .product-compare .product-table .product-feature td:last-of-type {
        border-right: none; }
      @media (min-width: 768px) {
        .basic-compare .basic-compare-main .product-compare .product-table .product-feature td {
          padding: 3rem 1rem; } }
      @media (min-width: 992px) {
        .basic-compare .basic-compare-main .product-compare .product-table .product-feature td {
          padding: 3rem 2rem; } }
    .basic-compare .basic-compare-main .product-compare .product-table .product-feature .feature-check {
      text-align: center; }
      .basic-compare .basic-compare-main .product-compare .product-table .product-feature .feature-check .check-no, .basic-compare .basic-compare-main .product-compare .product-table .product-feature .feature-check .check-yes {
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        height: 2rem;
        width: 2rem; }
      .basic-compare .basic-compare-main .product-compare .product-table .product-feature .feature-check .check-no {
        background-image: url("clientlib-site/resources/icons/check-no.svg"); }
      .basic-compare .basic-compare-main .product-compare .product-table .product-feature .feature-check .check-yes {
        background-image: url("clientlib-site/resources/icons/check-yes.svg"); }
      .basic-compare .basic-compare-main .product-compare .product-table .product-feature .feature-check img {
        max-width: 40px;
        max-height: 40px;
        min-width: 20px; }
    .basic-compare .basic-compare-main .product-compare .product-table.show-2column tr td:last-child {
      display: none; }
    .basic-compare .basic-compare-main .product-compare .product-table.show-2column tr td:nth-last-child(2) {
      border-right: none; }
  .basic-compare .basic-compare-main .see-hide-btn {
    text-align: center; }
    .basic-compare .basic-compare-main .see-hide-btn .btn {
      font-size: 1.4rem;
      padding: 1rem 3rem; }
    .basic-compare .basic-compare-main .see-hide-btn .hide-full {
      display: none; }

.basic-compare.in-page-nav-basic-compare .basic-compare-main {
  padding: 0; }
  .basic-compare.in-page-nav-basic-compare .basic-compare-main .product-table .product-feature td {
    padding: 1.5rem 0; }
    @media (min-width: 768px) {
      .basic-compare.in-page-nav-basic-compare .basic-compare-main .product-table .product-feature td {
        padding: 3rem 0; } }
  .basic-compare.in-page-nav-basic-compare .basic-compare-main .see-hide-btn {
    text-align: left; }
    .basic-compare.in-page-nav-basic-compare .basic-compare-main .see-hide-btn .btn {
      padding: 0;
      position: relative; }
      .basic-compare.in-page-nav-basic-compare .basic-compare-main .see-hide-btn .btn::after {
        content: '';
        top: 1px;
        width: 13px;
        height: 13px;
        right: -20px;
        position: absolute;
        background-image: url("clientlib-site/resources/icons/arrow-right-black.svg");
        background-repeat: no-repeat;
        background-size: contain; }

.promo-container {
  position: relative; }
  .promo-container .bg-box {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    z-index: -1; }
    .promo-container .bg-box .img-box {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      background-size: cover;
      background-repeat: no-repeat; }
  .promo-container .topic {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    position: absolute;
    left: 2rem;
    top: 1rem; }
    @media (min-width: 768px) {
      .promo-container .topic {
        left: 4rem;
        top: 3rem; } }
    @media (min-width: 992px) {
      .promo-container .topic {
        left: 5rem;
        top: 5rem; } }
  .promo-container .inner-component-container > .cmp-container > .aem-Grid > .title:first-child {
    padding: 2rem 2rem 0; }
    @media (min-width: 768px) {
      .promo-container .inner-component-container > .cmp-container > .aem-Grid > .title:first-child {
        padding: 4rem 4rem 0; } }
    @media (min-width: 992px) {
      .promo-container .inner-component-container > .cmp-container > .aem-Grid > .title:first-child {
        padding: 5rem 5rem 0; } }
  .promo-container .inner-component-container > .cmp-container > .aem-Grid > .title, .promo-container .inner-component-container > .cmp-container > .aem-Grid > .text {
    padding: 0 2rem; }
    @media (min-width: 768px) {
      .promo-container .inner-component-container > .cmp-container > .aem-Grid > .title, .promo-container .inner-component-container > .cmp-container > .aem-Grid > .text {
        padding: 0 4rem; } }
    @media (min-width: 992px) {
      .promo-container .inner-component-container > .cmp-container > .aem-Grid > .title, .promo-container .inner-component-container > .cmp-container > .aem-Grid > .text {
        padding: 0 5rem; } }
  .promo-container.divide64-column, .promo-container.divide-column, .promo-container.parsys-4-panel, .promo-container.parsys-single-panel, .promo-container.single-parsys, .promo-container .left-parsys, .promo-container .right-parsys, .promo-container .parsys, .promo-container .single-parsys, .promo-container .other-area {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .promo-container.divide64-column, .promo-container.divide-column, .promo-container.parsys-4-panel, .promo-container.parsys-single-panel, .promo-container.single-parsys, .promo-container .left-parsys, .promo-container .right-parsys, .promo-container .parsys, .promo-container .single-parsys, .promo-container .other-area {
        flex-direction: row;
        align-content: center;
        justify-content: center; } }
  .promo-container.divide64-column .inner-component-container > div:not(.bg-box), .promo-container.divide-column .inner-component-container > div:not(.bg-box), .promo-container.single-parsys-full .inner-component-container > div:not(.bg-box) {
    width: 100%; }
  .promo-container.divide64-column .inner-component-container, .promo-container.divide-column .inner-component-container, .promo-container.parsys-4-panel .inner-component-container, .promo-container.parsys-single-panel .inner-component-container, .promo-container.single-parsys .inner-component-container {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
  .promo-container.divide64-column .left-parsys, .promo-container.divide64-column .right-parsys {
    align-items: center;
    position: relative; }
  @media (min-width: 768px) {
    .promo-container.divide64-column .left-parsys {
      flex: 0 0 60%;
      max-width: 60%; } }
  @media (min-width: 992px) {
    .promo-container.divide64-column .left-parsys {
      justify-content: flex-end; } }
  @media (min-width: 1440px) {
    .promo-container.divide64-column .left-parsys {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc((100% - 1436px) / 2 + 1436px * 0.6);
      max-width: calc((100% - 1436px) / 2 + 1436px * 0.6); } }
  @media (min-width: 992px) {
    .promo-container.divide64-column .left-parsys .inner-component-container {
      max-width: 861.6px; } }
  @media (min-width: 768px) {
    .promo-container.divide64-column .right-parsys {
      flex: 0 0 40%;
      max-width: 40%; } }
  @media (min-width: 992px) {
    .promo-container.divide64-column .right-parsys {
      justify-content: flex-start; } }
  @media (min-width: 1440px) {
    .promo-container.divide64-column .right-parsys {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc((100% - 1436px) / 2 + 1436px * 0.4);
      max-width: calc((100% - 1436px) / 2 + 1436px * 0.4); } }
  @media (min-width: 992px) {
    .promo-container.divide64-column .right-parsys .inner-component-container {
      max-width: 574.4px; } }
  .promo-container.divide-column .left-parsys, .promo-container.divide-column .right-parsys {
    align-items: center;
    position: relative; }
    @media (min-width: 768px) {
      .promo-container.divide-column .left-parsys, .promo-container.divide-column .right-parsys {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .promo-container.divide-column .left-parsys .inner-component-container, .promo-container.divide-column .right-parsys .inner-component-container {
        max-width: 718px; } }
  @media (min-width: 992px) {
    .promo-container.divide-column .left-parsys {
      justify-content: flex-end; } }
  @media (min-width: 992px) {
    .promo-container.divide-column .right-parsys {
      justify-content: flex-start; } }
  .promo-container.parsys-4-panel .left-parsys {
    position: relative; }
    @media (min-width: 768px) {
      .promo-container.parsys-4-panel .left-parsys {
        flex: 0 0 35%;
        max-width: 35%; } }
    .promo-container.parsys-4-panel .left-parsys .inner-component-container > div:not(.bg-box) {
      width: 100%; }
  .promo-container.parsys-4-panel .right-parsys {
    position: relative; }
    @media (min-width: 768px) {
      .promo-container.parsys-4-panel .right-parsys {
        flex: 0 0 65%;
        max-width: 65%; } }
    .promo-container.parsys-4-panel .right-parsys .inner-component-container {
      align-content: center;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: center;
      padding: 1rem;
      position: relative; }
      @media (min-width: 768px) {
        .promo-container.parsys-4-panel .right-parsys .inner-component-container {
          padding: 2rem; } }
      .promo-container.parsys-4-panel .right-parsys .inner-component-container .parsys {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc((100% - 0.5rem)/2 - 0.1%);
        max-width: calc((100% - 0.5rem)/2 - 0.1%); }
        .promo-container.parsys-4-panel .right-parsys .inner-component-container .parsys:nth-last-of-type(2n+2) {
          margin-right: 0.5rem; }
        .promo-container.parsys-4-panel .right-parsys .inner-component-container .parsys:nth-last-of-type(-n+2) {
          margin-top: 0.5rem; }
        .promo-container.parsys-4-panel .right-parsys .inner-component-container .parsys > div:not(.bg-box) {
          width: 100%; }
  @media (min-width: 992px) {
    .promo-container.parsys-4-panel .left-parsys {
      justify-content: flex-end; } }
  @media (min-width: 992px) {
    .promo-container.parsys-4-panel .left-parsys .inner-component-container {
      max-width: 502.6px; } }
  @media (min-width: 992px) {
    .promo-container.parsys-4-panel .right-parsys {
      justify-content: flex-start; } }
  @media (min-width: 992px) {
    .promo-container.parsys-4-panel .right-parsys .inner-component-container {
      max-width: 933.4px; } }
  .promo-container.parsys-single-panel .parsys, .promo-container.parsys-single-panel .other-area {
    position: relative; }
    @media (min-width: 768px) {
      .promo-container.parsys-single-panel .parsys, .promo-container.parsys-single-panel .other-area {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .promo-container.parsys-single-panel .parsys .inner-component-container, .promo-container.parsys-single-panel .other-area .inner-component-container {
        max-width: 718px; } }
  .promo-container.parsys-single-panel .parsys {
    position: relative;
    z-index: 2; }
    .promo-container.parsys-single-panel .parsys .inner-component-container > div:not(.bg-box) {
      width: 100%; }
    @media (min-width: 992px) {
      .promo-container.parsys-single-panel .parsys {
        justify-content: flex-end; } }
  .promo-container.parsys-single-panel .other-area {
    position: relative; }
    .promo-container.parsys-single-panel .other-area .single-panel {
      margin: 3rem;
      width: 100%; }
      @media (min-width: 768px) {
        .promo-container.parsys-single-panel .other-area .single-panel {
          position: absolute;
          bottom: 20%;
          left: -4rem;
          margin: 0;
          width: calc(100% + 3rem);
          max-height: calc(100% - 10rem);
          z-index: 10; } }
      @media (min-width: 992px) {
        .promo-container.parsys-single-panel .other-area .single-panel {
          bottom: 10%;
          left: -5rem;
          margin: 0;
          max-width: calc(100% + 4rem);
          max-height: calc(100% - 4rem); } }
      .promo-container.parsys-single-panel .other-area .single-panel > div:not(.bg-box) {
        width: 100%; }
    @media (min-width: 992px) {
      .promo-container.parsys-single-panel .other-area {
        justify-content: flex-start; } }
  @media (min-width: 768px) {
    .promo-container.parsys-single-panel.end-animate .ttc .title, .promo-container.parsys-single-panel.end-animate .ttc .description, .promo-container.parsys-single-panel.end-animate .ttc .cta {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .promo-container.parsys-single-panel.end-animate .other-area .single-panel {
      opacity: 1;
      width: calc(100% + 3rem); }
      .promo-container.parsys-single-panel.end-animate .other-area .single-panel .logo-box {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
    .promo-container.parsys-single-panel .ttc.animate-in .title, .promo-container.parsys-single-panel .ttc.animate-in .description, .promo-container.parsys-single-panel .ttc.animate-in .cta {
      transition-duration: 0.3s; }
    .promo-container.parsys-single-panel .ttc.animate-in .description {
      transition-delay: 0.2s; }
    .promo-container.parsys-single-panel .ttc.animate-in .cta {
      transition-delay: 0.3s; }
    .promo-container.parsys-single-panel .ttc .title, .promo-container.parsys-single-panel .ttc .description, .promo-container.parsys-single-panel .ttc .cta {
      opacity: 0;
      transition-duration: 0.01s;
      -webkit-transform: translateY(50px);
              transform: translateY(50px); }
    .promo-container.parsys-single-panel .other-area .single-panel {
      opacity: 0;
      width: 0;
      transition: all 0.5s; }
      .promo-container.parsys-single-panel .other-area .single-panel .logo-box {
        opacity: 0;
        -webkit-transform: translateY(50px);
                transform: translateY(50px); } }
  .promo-container.single-parsys {
    padding-bottom: 8rem; }
    .promo-container.single-parsys .single-parsys, .promo-container.single-parsys .other-area {
      position: relative; }
      @media (min-width: 768px) {
        .promo-container.single-parsys .single-parsys, .promo-container.single-parsys .other-area {
          flex: 0 0 50%;
          max-width: 50%; } }
      .promo-container.single-parsys .single-parsys .inner-component-container > div:not(.bg-box), .promo-container.single-parsys .other-area .inner-component-container > div:not(.bg-box) {
        width: 100%; }
      @media (min-width: 992px) {
        .promo-container.single-parsys .single-parsys .inner-component-container, .promo-container.single-parsys .other-area .inner-component-container {
          max-width: 718px; } }
    @media (min-width: 992px) {
      .promo-container.single-parsys .single-parsys {
        justify-content: flex-end; } }
    @media (min-width: 992px) {
      .promo-container.single-parsys .other-area {
        justify-content: flex-start; } }
  .promo-container.single-parsys-full .left-parsys,
  .promo-container.single-parsys-full .right-parsys {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 1436px; }
    .promo-container.single-parsys-full .left-parsys .inner-component-container > .cmp-container > .aem-Grid > .image > div > img,
    .promo-container.single-parsys-full .right-parsys .inner-component-container > .cmp-container > .aem-Grid > .image > div > img {
      width: 100%; }
  .promo-container.single-parsys-full .ttc {
    padding: 50px 12%; }
    @media (min-width: 768px) {
      .promo-container.single-parsys-full .ttc {
        padding: 100px 12%; } }
  .promo-container.promo-container-right {
    flex-direction: column-reverse; }
    @media (min-width: 768px) {
      .promo-container.promo-container-right {
        flex-direction: row-reverse; } }
    @media (min-width: 992px) {
      .promo-container.promo-container-right.divide64-column .left-parsys, .promo-container.promo-container-right.divide-column .left-parsys, .promo-container.promo-container-right.parsys-4-panel .left-parsys {
        justify-content: flex-start; } }
    @media (min-width: 992px) {
      .promo-container.promo-container-right.divide64-column .right-parsys, .promo-container.promo-container-right.divide-column .right-parsys, .promo-container.promo-container-right.parsys-4-panel .right-parsys {
        justify-content: flex-end; } }
    @media (min-width: 992px) {
      .promo-container.promo-container-right.parsys-single-panel .parsys {
        justify-content: flex-start; } }
    @media (min-width: 992px) {
      .promo-container.promo-container-right.parsys-single-panel .other-area {
        justify-content: flex-end; } }
    @media (min-width: 768px) {
      .promo-container.promo-container-right.parsys-single-panel .other-area .single-panel {
        left: auto;
        right: -4rem; } }
    @media (min-width: 992px) {
      .promo-container.promo-container-right.parsys-single-panel .other-area .single-panel {
        right: -5rem; } }
    @media (min-width: 992px) {
      .promo-container.promo-container-right.single-parsys .single-parsys {
        justify-content: flex-start; } }
    @media (min-width: 992px) {
      .promo-container.promo-container-right.single-parsys .other-area {
        justify-content: flex-end; } }

.promo-container-test {
  width: 100%; }
  .promo-container-test .logo-component {
    display: none; }
    .promo-container-test .logo-component.show {
      display: flex; }
  .promo-container-test .ttc {
    display: none; }
    .promo-container-test .ttc.show {
      display: block; }

.in-page-nav__nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  text-transform: uppercase;
  z-index: 990; }
  .in-page-nav__nav.in-page-nav__teaser {
    position: static;
    background: transparent; }
    .in-page-nav__nav.in-page-nav__teaser ul {
      display: flex;
      flex-wrap: wrap; }
      .in-page-nav__nav.in-page-nav__teaser ul li {
        margin: 0;
        padding: 0;
        flex-shrink: 0;
        flex-grow: 0;
        flex-basis: calc((100% - 5px) / 2);
        max-width: calc((100% - 5px) / 2);
        margin-right: 5px; }
        .in-page-nav__nav.in-page-nav__teaser ul li:nth-child(2n+2) {
          margin-right: 0; }
        @media (min-width: 992px) {
          .in-page-nav__nav.in-page-nav__teaser ul li {
            flex-basis: calc((100% - 64px) / 5);
            max-width: calc((100% - 64px) / 5);
            margin-right: 16px; }
            .in-page-nav__nav.in-page-nav__teaser ul li:nth-child(2n+2) {
              margin-right: 16px; }
            .in-page-nav__nav.in-page-nav__teaser ul li:nth-child(5n+5) {
              margin-right: 0; } }
        .in-page-nav__nav.in-page-nav__teaser ul li .img-box {
          height: 152px;
          background-size: cover;
          background-repeat: no-repeat; }
          @media (min-width: 992px) {
            .in-page-nav__nav.in-page-nav__teaser ul li .img-box {
              height: 236px; } }
        .in-page-nav__nav.in-page-nav__teaser ul li .title {
          margin-top: 1px;
          margin-bottom: 13px;
          font-family: "ff-good-web-pro", Arial sans-serif;
          font-weight: 600;
          font-size: 1.2rem;
          line-height: 16px;
          text-transform: uppercase; }
          @media (min-width: 992px) {
            .in-page-nav__nav.in-page-nav__teaser ul li .title {
              font-size: 2rem;
              line-height: 22px;
              margin-left: 20px;
              margin-top: 17px; } }
  .in-page-nav__nav .in-page-nav__nav-wrapper {
    margin: 0 auto;
    max-width: 1436px;
    padding: 0 20px; }
    @media (min-width: 768px) {
      .in-page-nav__nav .in-page-nav__nav-wrapper {
        padding: 0 40px; } }
    @media (min-width: 992px) {
      .in-page-nav__nav .in-page-nav__nav-wrapper {
        display: flex;
        padding: 0 50px; } }
  .in-page-nav__nav ul, .in-page-nav__nav p {
    display: none;
    font-size: 1.4rem; }
    @media (min-width: 768px) {
      .in-page-nav__nav ul, .in-page-nav__nav p {
        display: inline-block; } }
  .in-page-nav__nav ul {
    margin: 0; }
    @media (min-width: 992px) {
      .in-page-nav__nav ul {
        margin: 1rem 0;
        flex: 1; } }
  .in-page-nav__nav p {
    margin: 1rem 0 0;
    font-weight: 700; }
    @media (min-width: 992px) {
      .in-page-nav__nav p {
        margin-top: 2rem; } }
  .in-page-nav__nav li {
    margin: 0 2.3rem;
    padding: 1rem 0 0.9rem; }
  .in-page-nav__nav a:not(.btn) {
    color: #000; }
  .in-page-nav__nav .in-page-nav__button-wrapper {
    padding: 1rem 0; }
    @media (max-width: 991.98px) {
      .in-page-nav__nav .in-page-nav__button-wrapper .btn {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
        font-size: 1.2rem;
        min-width: 10rem; } }
    @media (min-width: 768px) {
      .in-page-nav__nav .in-page-nav__button-wrapper {
        padding: 0.2rem 0 1rem 0; } }
    @media (min-width: 992px) {
      .in-page-nav__nav .in-page-nav__button-wrapper {
        padding: 1rem 0;
        overflow: auto; }
        .in-page-nav__nav .in-page-nav__button-wrapper .btn {
          margin-left: 1.6rem;
          font-size: 1.4rem; } }
    .in-page-nav__nav .in-page-nav__button-wrapper button, .in-page-nav__nav .in-page-nav__button-wrapper a {
      display: none; }

.in-page-nav__container {
  position: relative; }
  .in-page-nav__container .tagline {
    top: 2rem;
    font-family: "ff-good-headline-web-pro", Arial, sans-serif;
    font-size: 7.2rem;
    line-height: 60px; }
    @media (min-width: 768px) {
      .in-page-nav__container .tagline {
        top: 3rem;
        font-family: "ff-good-web-pro", Arial sans-serif;
        font-size: 18rem;
        line-height: 180px;
        letter-spacing: -3.75px;
        z-index: -1; } }
  .in-page-nav__container .in-page-nav__section-wrapper {
    position: relative; }
  .in-page-nav__container .in-page-nav__bg-box {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    position: absolute; }
  .in-page-nav__container .mobile-accordion-section {
    padding: 25px 20px; }
    @media (min-width: 768px) {
      .in-page-nav__container .mobile-accordion-section {
        padding: 60px 40px; } }
    @media (min-width: 992px) {
      .in-page-nav__container .mobile-accordion-section {
        display: flex;
        margin: 0 auto;
        max-width: 1436px;
        padding: 110px 50px; } }
    .in-page-nav__container .mobile-accordion-section > .title {
      cursor: pointer;
      font-size: 1.6rem;
      font-weight: 600;
      font-family: "ff-good-headline-web-pro", Arial, sans-serif;
      line-height: 19.2px;
      margin: 0;
      position: relative;
      text-decoration: underline;
      text-transform: uppercase; }
      .in-page-nav__container .mobile-accordion-section > .title::before {
        top: 50%;
        right: 0;
        display: inline-block;
        margin-top: -0.5rem;
        content: '';
        width: 5px;
        height: 5px;
        position: absolute;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .in-page-nav__container .mobile-accordion-section > .title.collapsed::before {
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg); }
      @media (min-width: 768px) {
        .in-page-nav__container .mobile-accordion-section > .title {
          cursor: auto;
          font-size: 2.4rem;
          line-height: 30px;
          margin-bottom: 40px; }
          .in-page-nav__container .mobile-accordion-section > .title::before {
            display: none; } }
      @media (min-width: 992px) {
        .in-page-nav__container .mobile-accordion-section > .title {
          flex: 0 0 25%;
          max-width: 25%;
          margin-bottom: 0; } }
    @media (min-width: 992px) {
      .in-page-nav__container .mobile-accordion-section > .wrapper {
        flex: 0 0 75%;
        max-width: 75%; } }
    .in-page-nav__container .mobile-accordion-section > .wrapper.collapse:not(.show) {
      display: block;
      overflow: hidden;
      opacity: 0;
      height: 0; }
    .in-page-nav__container .mobile-accordion-section > .wrapper.collapse.show {
      opacity: 1;
      padding-top: 2rem; }
    .in-page-nav__container .mobile-accordion-section.no-paddding {
      padding-bottom: 0;
      padding-top: 0; }
      .in-page-nav__container .mobile-accordion-section.no-paddding > .title[aria-expanded='false'] {
        margin: 25px 0; }
      .in-page-nav__container .mobile-accordion-section.no-paddding > .title[aria-expanded='true'] {
        margin-top: 25px; }
      @media (min-width: 768px) {
        .in-page-nav__container .mobile-accordion-section.no-paddding > .title {
          margin: 0; } }
  @media (min-width: 768px) {
    .in-page-nav__container .in-page-nav__container--hidden-header .mobile-accordion-section > .title {
      display: none; }
    .in-page-nav__container .in-page-nav__container--hidden-header .mobile-accordion-section .wrapper {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .in-page-nav__container .in-page-nav__container--top-header .mobile-accordion-section {
      display: block; }
      .in-page-nav__container .in-page-nav__container--top-header .mobile-accordion-section > .title {
        margin-bottom: 4rem;
        flex: 0 0 100%;
        max-width: 100%; }
      .in-page-nav__container .in-page-nav__container--top-header .mobile-accordion-section .wrapper {
        flex: 0 0 100%;
        max-width: 100%; } }

.ratings-reviews .star-box {
  width: 80px; }
  .ratings-reviews .star-box .star {
    background-size: 16px 12px; }

.ratings-reviews .label,
.ratings-reviews .nickname {
  font-family: "ff-good-web-pro", Arial sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase; }

.ratings-reviews .label {
  line-height: 13px; }

@media (min-width: 768px) {
  .ratings-reviews .summary-info {
    display: flex;
    flex-wrap: wrap; } }

.ratings-reviews .summary-info .section {
  padding-top: 30px; }
  @media (min-width: 768px) {
    .ratings-reviews .summary-info .section {
      padding-top: 0; } }
  .ratings-reviews .summary-info .section .section-title {
    font-family: "ff-good-web-pro", Arial sans-serif;
    font-weight: 600;
    text-transform: uppercase; }
  .ratings-reviews .summary-info .section .score,
  .ratings-reviews .summary-info .section .total {
    font-size: 1.2rem;
    font-family: "ff-good-web-pro", Arial sans-serif;
    letter-spacing: 0.4px; }
  .ratings-reviews .summary-info .section .section-title {
    margin: 0;
    border-bottom: 1px solid #d5ceca;
    font-size: 1.4rem; }

@media (min-width: 768px) {
  .ratings-reviews .summary-info .average-reviews {
    flex: 1;
    margin-right: 10px; } }

@media (min-width: 992px) {
  .ratings-reviews .summary-info .average-reviews {
    margin-right: 20px; } }

.ratings-reviews .summary-info .average-reviews .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-bottom: 1px solid #d5ceca; }
  .ratings-reviews .summary-info .average-reviews .item .score {
    width: 18px;
    display: inline-block;
    line-height: 13px;
    text-align: right; }

@media (min-width: 768px) {
  .ratings-reviews .summary-info .snapshot {
    flex: 2; } }

.ratings-reviews .summary-info .snapshot .item {
  align-items: center;
  display: flex; }
  @media (min-width: 768px) {
    .ratings-reviews .summary-info .snapshot .item {
      margin-bottom: 10px; } }
  .ratings-reviews .summary-info .snapshot .item:first-of-type {
    padding-top: 20px; }
  .ratings-reviews .summary-info .snapshot .item .label {
    width: 13px; }
  .ratings-reviews .summary-info .snapshot .item .percentage-box {
    flex: auto;
    margin-left: 10px;
    margin-right: 5px;
    position: relative; }
    .ratings-reviews .summary-info .snapshot .item .percentage-box .percentage {
      top: 50%;
      left: 0;
      width: 100%;
      height: 4px;
      display: inline-block;
      position: absolute;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .ratings-reviews .summary-info .snapshot .item .total {
    width: 26px;
    display: inline-block;
    text-align: right; }

@media (min-width: 768px) {
  .ratings-reviews .summary-info .featured-review {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 60px; } }

.ratings-reviews .summary-info .featured-review .review-info {
  border-bottom: 1px solid #d5ceca; }
  .ratings-reviews .summary-info .featured-review .review-info .review-details {
    font-family: "ff-good-web-pro", Arial sans-serif;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 22px;
    margin-top: 24px;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .ratings-reviews .summary-info .featured-review .review-info .review-details {
        font-size: 1.8rem;
        line-height: 26px; } }
    @media (min-width: 992px) {
      .ratings-reviews .summary-info .featured-review .review-info .review-details {
        font-size: 2.4rem;
        line-height: 34px; } }

.ratings-reviews .operations {
  margin-top: 30px; }
  @media (min-width: 992px) {
    .ratings-reviews .operations {
      margin-top: 50px; } }
  @media (min-width: 992px) {
    .ratings-reviews .operations {
      margin-top: 40px; } }
  .ratings-reviews .operations .btn {
    color: #ff3b00;
    padding-right: 15px;
    position: relative;
    margin-right: 30px;
    font-family: "ff-good-web-pro", Arial sans-serif;
    font-weight: 600;
    font-size: 1.4rem; }
    .ratings-reviews .operations .btn::after {
      top: 50%;
      right: 0;
      content: '';
      position: absolute;
      width: 12px;
      height: 12px;
      background-image: url("clientlib-site/resources/icons/arrow-right-lava.svg");
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

.ratings-reviews .all-reviews {
  display: none;
  margin-top: 100px; }
  @media (min-width: 768px) {
    .ratings-reviews .all-reviews {
      margin-top: 136px; } }
  .ratings-reviews .all-reviews .total-count {
    font-family: "ff-good-web-pro", Arial sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .ratings-reviews .all-reviews .total-count {
        font-size: 1.4rem; } }
  .ratings-reviews .all-reviews .total-count-sort-by {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    border-bottom: 1px solid #d5ceca; }
    .ratings-reviews .all-reviews .total-count-sort-by .sort-by {
      font-family: "ff-good-web-pro", Arial sans-serif;
      font-size: 1.4rem;
      font-weight: 600;
      text-transform: uppercase; }
      .ratings-reviews .all-reviews .total-count-sort-by .sort-by .sorting-selector {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        border: none;
        border-radius: 0;
        background-color: transparent;
        cursor: pointer;
        font-family: "ff-good-web-pro", Arial sans-serif;
        font-size: 1.4rem;
        font-weight: 600;
        position: relative;
        text-transform: uppercase; }
        .ratings-reviews .all-reviews .total-count-sort-by .sort-by .sorting-selector::-ms-expand {
          display: none; }
  .ratings-reviews .all-reviews .review-list .review-item {
    border-bottom: 1px solid #d5ceca; }
    .ratings-reviews .all-reviews .review-list .review-item .basic-info {
      margin-top: 12px; }
      @media (min-width: 768px) {
        .ratings-reviews .all-reviews .review-list .review-item .basic-info {
          margin-top: 24px; } }
      .ratings-reviews .all-reviews .review-list .review-item .basic-info .star-box {
        margin-right: 10px; }
      .ratings-reviews .all-reviews .review-list .review-item .basic-info .nickname {
        margin-right: 5px; }
      .ratings-reviews .all-reviews .review-list .review-item .basic-info .review-date {
        color: rgba(0, 0, 0, 0.54);
        font-family: "ff-good-web-pro", Arial sans-serif;
        font-size: 1.4rem;
        line-height: 20px; }
    .ratings-reviews .all-reviews .review-list .review-item .review-ratings {
      margin-top: 18px; }
      @media (min-width: 768px) {
        .ratings-reviews .all-reviews .review-list .review-item .review-ratings {
          display: flex; } }
      @media (min-width: 768px) {
        .ratings-reviews .all-reviews .review-list .review-item .review-ratings .review-info {
          flex: 1 1 65%;
          max-width: 65%;
          margin-right: 110px; } }
      .ratings-reviews .all-reviews .review-list .review-item .review-ratings .review-info .review-title {
        font-family: "ff-good-headline-web-pro", Arial, sans-serif;
        font-size: 2.4rem;
        font-weight: 600;
        line-height: 30px;
        margin: 0;
        text-transform: uppercase; }
      .ratings-reviews .all-reviews .review-list .review-item .review-ratings .review-info .review-details {
        font-family: "ff-good-web-pro", Arial sans-serif;
        font-size: 1.8rem;
        line-height: 27px;
        margin-top: 24px;
        margin-bottom: 0; }
      .ratings-reviews .all-reviews .review-list .review-item .review-ratings .overall-ratings {
        margin-top: 20px;
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          .ratings-reviews .all-reviews .review-list .review-item .review-ratings .overall-ratings {
            flex: 1 1 35%;
            max-width: 35%;
            margin-top: 0;
            margin-bottom: 0; } }
        .ratings-reviews .all-reviews .review-list .review-item .review-ratings .overall-ratings .general-ratings {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          .ratings-reviews .all-reviews .review-list .review-item .review-ratings .overall-ratings .general-ratings .item {
            margin-bottom: 10px; }
            .ratings-reviews .all-reviews .review-list .review-item .review-ratings .overall-ratings .general-ratings .item .label {
              margin-right: 10px; }
        .ratings-reviews .all-reviews .review-list .review-item .review-ratings .overall-ratings .specific-ratings {
          margin-top: 14px; }
          .ratings-reviews .all-reviews .review-list .review-item .review-ratings .overall-ratings .specific-ratings .item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid #d5ceca;
            margin-top: 14px; }
            .ratings-reviews .all-reviews .review-list .review-item .review-ratings .overall-ratings .specific-ratings .item .description {
              font-family: "ff-good-web-pro", Arial sans-serif;
              font-size: 1.4rem;
              line-height: 19px;
              flex: 0 0 65%;
              max-width: 65%; }
              @media (min-width: 768px) {
                .ratings-reviews .all-reviews .review-list .review-item .review-ratings .overall-ratings .specific-ratings .item .description {
                  flex: 0 0 80%;
                  max-width: 80%; } }
            .ratings-reviews .all-reviews .review-list .review-item .review-ratings .overall-ratings .specific-ratings .item .result {
              font-family: "ff-good-web-pro", Arial sans-serif;
              font-size: 1.4rem;
              font-weight: 600;
              text-transform: uppercase; }
    .ratings-reviews .all-reviews .review-list .review-item .conclusion {
      margin-top: 15px;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .ratings-reviews .all-reviews .review-list .review-item .conclusion {
          align-items: center;
          display: flex;
          margin-top: 25px;
          margin-bottom: 30px; } }
      .ratings-reviews .all-reviews .review-list .review-item .conclusion .helpful-label {
        font-family: "ff-good-web-pro", Arial sans-serif;
        font-size: 1.4rem;
        line-height: 20px;
        margin-right: 10px; }
      .ratings-reviews .all-reviews .review-list .review-item .conclusion .btn {
        font-family: "ff-good-web-pro", Arial sans-serif;
        font-size: 1.2rem;
        margin-right: 5px;
        min-width: 58px; }
        .ratings-reviews .all-reviews .review-list .review-item .conclusion .btn .count {
          font-weight: bold; }
  .ratings-reviews .all-reviews .total-count-pagination {
    display: flex;
    justify-content: space-between; }
    .ratings-reviews .all-reviews .total-count-pagination .pagination .page-link {
      background-color: transparent;
      border: none;
      font-family: "ff-good-web-pro", Arial sans-serif;
      font-size: 1.4rem;
      padding: 5px;
      text-align: center; }
      .ratings-reviews .all-reviews .total-count-pagination .pagination .page-link.active {
        text-decoration: underline; }

.filter-element-container {
  height: 50px;
  position: relative; }
  @media (min-width: 992px) {
    .filter-element-container {
      background-color: #d5ceca; } }
  .filter-element-container .filter-content-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 10; }
    @media (min-width: 992px) {
      .filter-element-container .filter-content-wrapper {
        max-width: 1436px;
        margin: 0 auto; } }
  .filter-element-container.filter-fixed {
    background-color: unset; }
    .filter-element-container.filter-fixed .filter-content-wrapper {
      background-color: #e9e6e4;
      position: fixed;
      height: auto;
      z-index: 100;
      left: 0;
      bottom: 0; }
      @media (min-width: 992px) {
        .filter-element-container.filter-fixed .filter-content-wrapper {
          background-color: #d5ceca;
          max-width: unset;
          bottom: auto;
          top: 0; } }
    .filter-element-container.filter-fixed .filter-element {
      max-width: 1436px;
      margin: 0 auto;
      position: relative;
      width: 100%; }
  .filter-element-container .filter-content-wrapper.z-index-high {
    top: 0;
    z-index: 1000; }
    @media (min-width: 992px) {
      .filter-element-container .filter-content-wrapper.z-index-high {
        z-index: 100; } }

.filter-element {
  position: absolute;
  width: 100%; }
  @media (min-width: 992px) {
    .filter-element {
      height: 51px; } }
  .filter-element .clear, .filter-element .chosen-filters > button {
    border: none;
    background-color: transparent;
    font-size: 1.4rem;
    margin-right: 4rem;
    text-transform: uppercase;
    position: relative;
    outline: none; }
    .filter-element .clear::before, .filter-element .clear::after, .filter-element .chosen-filters > button::before, .filter-element .chosen-filters > button::after {
      position: absolute;
      top: 45%;
      left: 98%;
      display: block;
      background: #000;
      width: 1.2rem;
      height: 0.1rem;
      -webkit-transform-origin: center;
              transform-origin: center;
      content: ''; }
    .filter-element .clear::before, .filter-element .chosen-filters > button::before {
      -webkit-transform: translate(0, -50%) rotate(45deg);
              transform: translate(0, -50%) rotate(45deg); }
    .filter-element .clear::after, .filter-element .chosen-filters > button::after {
      -webkit-transform: translate(0, -50%) rotate(-45deg);
              transform: translate(0, -50%) rotate(-45deg); }
  .filter-element .filter-bar {
    background-color: #d5ceca;
    min-height: 50px;
    padding: 1.3rem 2rem;
    position: relative;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .filter-element .filter-bar {
        padding: 1rem 5rem;
        font-size: 1.6rem; } }
    .filter-element .filter-bar > div {
      display: inline-block; }
    .filter-element .filter-bar .filters {
      padding-right: 2rem; }
    .filter-element .filter-bar .filter-close {
      position: absolute;
      right: 2rem;
      top: 1.4rem; }
      @media (min-width: 992px) {
        .filter-element .filter-bar .filter-close {
          right: 5rem;
          top: 1.1rem; } }
    .filter-element .filter-bar .filters {
      background: url("clientlib-site/resources/icons/angle-down-black.svg") no-repeat 100% center;
      margin-right: 2rem;
      cursor: pointer;
      text-decoration: underline; }
      @media (min-width: 992px) {
        .filter-element .filter-bar .filters {
          margin-right: 4rem; } }
    .filter-element .filter-bar .sort-by {
      float: right; }
      .filter-element .filter-bar .sort-by .sort-label {
        text-decoration: none;
        margin: 0 1rem 0 0; }
      .filter-element .filter-bar .sort-by .select-hidden {
        display: none;
        visibility: hidden;
        padding-right: 10px; }
      .filter-element .filter-bar .sort-by .select {
        cursor: pointer;
        display: inline-block;
        position: relative;
        color: #000; }
      .filter-element .filter-bar .sort-by .select-styled {
        background: url("clientlib-site/resources/icons/angle-down-black.svg") no-repeat 100% center;
        padding-right: 2rem;
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #d5ceca;
        transition: all 0.2s ease-in; }
        @media (prefers-reduced-motion: reduce) {
          .filter-element .filter-bar .sort-by .select-styled {
            transition: none; } }
        .filter-element .filter-bar .sort-by .select-styled:hover {
          background-color: #d0c9c4; }
        .filter-element .filter-bar .sort-by .select-styled:active, .filter-element .filter-bar .sort-by .select-styled.active {
          background-color: #cac1bc; }
          .filter-element .filter-bar .sort-by .select-styled:active:after, .filter-element .filter-bar .sort-by .select-styled.active:after {
            top: 9px;
            border-color: transparent transparent #000 transparent; }
      .filter-element .filter-bar .sort-by .select-options {
        display: none;
        position: absolute;
        top: initial;
        right: -2rem;
        left: initial;
        bottom: 3rem;
        z-index: 999;
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: #cac1bc; }
        @media (min-width: 992px) {
          .filter-element .filter-bar .sort-by .select-options {
            top: 3rem;
            bottom: initial; } }
        .filter-element .filter-bar .sort-by .select-options li {
          padding: 1.3rem 2rem;
          text-align: center;
          margin: 0;
          border-top: 1px solid #beb4ae;
          transition: all 0.15s ease-in; }
          @media (prefers-reduced-motion: reduce) {
            .filter-element .filter-bar .sort-by .select-options li {
              transition: none; } }
          .filter-element .filter-bar .sort-by .select-options li:hover, .filter-element .filter-bar .sort-by .select-options li.selected {
            color: #d5ceca;
            background: #000; }
          .filter-element .filter-bar .sort-by .select-options li[rel="hide"] {
            display: none; }
          .filter-element .filter-bar .sort-by .select-options li:last-child {
            border-bottom: 1px solid #beb4ae; }
    .filter-element .filter-bar .key-filter {
      background-color: transparent;
      border: 1px solid #fff;
      font-size: 1.2rem;
      font-weight: 600;
      text-transform: uppercase;
      margin-right: 1.2rem;
      outline: none;
      min-width: 10rem;
      padding: 0.35rem 0.5rem; }
      .filter-element .filter-bar .key-filter:hover {
        background-color: white; }
      .filter-element .filter-bar .key-filter.key-filter-chosen {
        background-color: #c0b5af;
        border-color: #c0b5af;
        color: #fff; }
    .filter-element .filter-bar .filter-close {
      display: none; }
      .filter-element .filter-bar .filter-close::after {
        content: '\f00d';
        font-family: 'Font Awesome 5 Free'; }
      .filter-element .filter-bar .filter-close:hover {
        cursor: pointer; }
    .filter-element .filter-bar.hide-all .key-filters, .filter-element .filter-bar.hide-all .clear, .filter-element .filter-bar.hide-all .chosen-filters {
      display: none; }
    .filter-element .filter-bar.show-clear .clear {
      display: inline-block; }
    .filter-element .filter-bar.show-clear .key-filters, .filter-element .filter-bar.show-clear .chosen-filters {
      display: none; }
    .filter-element .filter-bar.show-key-filters .key-filters {
      display: inline-block; }
    .filter-element .filter-bar.show-key-filters .clear, .filter-element .filter-bar.show-key-filters .chosen-filters {
      display: none; }
    .filter-element .filter-bar.show-chosen-filters .chosen-filters {
      display: inline-block; }
    .filter-element .filter-bar.show-chosen-filters .clear, .filter-element .filter-bar.show-chosen-filters .key-filters {
      display: none; }
  .filter-element .expand-region {
    background-color: #e9e6e4;
    overflow-y: scroll; }
    @media (min-width: 992px) {
      .filter-element .expand-region {
        width: 25%; } }
    .filter-element .expand-region .search-container {
      margin: 2rem 0;
      text-align: center; }
      @media (min-width: 992px) {
        .filter-element .expand-region .search-container {
          margin-top: 4rem; } }
      .filter-element .expand-region .search-container .search-icon {
        background-image: url("clientlib-site/resources/icons/search.svg");
        background-position: bottom;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        height: 24px;
        margin-right: 1.2rem;
        width: 21px; }
      .filter-element .expand-region .search-container .search {
        background-color: transparent;
        border: none;
        border-bottom: solid 2px;
        font-size: 1.7rem;
        line-height: 1; }
        .filter-element .expand-region .search-container .search::-webkit-input-placeholder {
          color: #b1adad;
          vertical-align: bottom; }
        .filter-element .expand-region .search-container .search::-moz-placeholder {
          color: #b1adad;
          vertical-align: bottom; }
        .filter-element .expand-region .search-container .search:-ms-input-placeholder {
          color: #b1adad;
          vertical-align: bottom; }
        .filter-element .expand-region .search-container .search::-ms-input-placeholder {
          color: #b1adad;
          vertical-align: bottom; }
        .filter-element .expand-region .search-container .search::placeholder {
          color: #b1adad;
          vertical-align: bottom; }
        .filter-element .expand-region .search-container .search:focus {
          outline: none; }
    @media (min-width: 992px) {
      .filter-element .expand-region .all-filters {
        width: 100%; } }
    .filter-element .expand-region::-webkit-scrollbar {
      background-color: #e9e6e4;
      width: 5px; }
    .filter-element .expand-region::-webkit-scrollbar-thumb {
      background-color: #d5ceca;
      border-radius: 10px; }
    .filter-element .expand-region::-webkit-scrollbar-thumb:hover {
      background-color: #c0b5af; }
    .filter-element .expand-region {
      scrollbar-arrow-color: #e9e6e4;
      scrollbar-face-color: #d5ceca;
      scrollbar-darkshadow-color: #e9e6e4;
      scrollbar-track-color: #d5ceca; }
  .filter-element .all-filters {
    background-color: #e9e6e4;
    padding: 3rem 2rem 7rem;
    position: relative;
    z-index: 100; }
    @media (min-width: 992px) {
      .filter-element .all-filters {
        padding: 3rem 0; } }
    .filter-element .all-filters .filters-region {
      display: flex;
      flex-wrap: wrap; }
      @media (min-width: 992px) {
        .filter-element .all-filters .filters-region {
          padding: 0 8%; } }
      .filter-element .all-filters .filters-region .filter-section {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 3.5rem;
        padding-right: 1rem; }
        .filter-element .all-filters .filters-region .filter-section .category-title {
          font-family: "ff-good-web-pro", Arial sans-serif;
          font-size: 1.4rem;
          margin: 0 0 1.3rem; }
        .filter-element .all-filters .filters-region .filter-section ul li {
          display: flex;
          font-size: 1.4rem;
          line-height: 16px;
          margin-bottom: 1.3rem;
          text-transform: uppercase; }
          .filter-element .all-filters .filters-region .filter-section ul li:hover {
            cursor: pointer; }
          .filter-element .all-filters .filters-region .filter-section ul li .chosen-box {
            background-color: #fff;
            display: inline-block;
            flex-shrink: 0;
            height: 12px;
            width: 12px;
            margin-right: 8px; }
        .filter-element .all-filters .filters-region .filter-section .filter-chosen {
          font-weight: 600;
          text-transform: uppercase; }
          .filter-element .all-filters .filters-region .filter-section .filter-chosen .chosen-box {
            overflow: hidden;
            position: relative; }
            .filter-element .all-filters .filters-region .filter-section .filter-chosen .chosen-box::before {
              content: '×';
              font-size: 2.5rem;
              position: absolute;
              top: -1px; }
    .filter-element .all-filters .filter-operation {
      background-color: #d5ceca;
      bottom: 0;
      left: 0;
      padding: 1.3rem 2rem;
      position: fixed;
      width: 100%; }
      @media (min-width: 992px) {
        .filter-element .all-filters .filter-operation {
          position: static;
          background-color: transparent;
          padding: 2.5rem 10%; } }
      .filter-element .all-filters .filter-operation div {
        display: inline-block; }
        @media (min-width: 992px) {
          .filter-element .all-filters .filter-operation div {
            display: block; } }
      .filter-element .all-filters .filter-operation .apply-filters {
        font-size: 1.2rem;
        min-width: 10rem;
        position: absolute;
        top: 0.9rem;
        right: 2rem; }
        @media (min-width: 992px) {
          .filter-element .all-filters .filter-operation .apply-filters {
            font-size: 1.4rem;
            min-width: 14rem;
            margin-top: 1.5rem;
            position: static;
            padding: 10px 7px 8px; } }
  .filter-element.filter-expand .sort-by {
    display: none; }
    @media (min-width: 992px) {
      .filter-element.filter-expand .sort-by {
        display: block; } }
  .filter-element.filter-expand .filter-close {
    display: block; }
    @media (min-width: 992px) {
      .filter-element.filter-expand .filter-close {
        display: none; } }
  .filter-element.filter-expand .expand-region {
    max-height: calc(100vh - 120px); }
    @media (min-width: 992px) {
      .filter-element.filter-expand .expand-region {
        height: calc(100vh - 50px);
        max-height: none; } }

.flip-container {
  width: 100%; }

.flipper-front {
  width: 100%;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg); }

.flipper-back {
  width: 100%;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg); }

.editing-flipper .flipper-front {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  position: relative;
  top: 0;
  left: 0; }

.editing-flipper .flipper-back {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg); }

.flipper-fb {
  min-height: 500px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .flipper-fb {
      min-height: 275px; } }
  @media (min-width: 992px) {
    .flipper-fb {
      min-height: 375px; } }

.live .flipper-fb img {
  max-height: 450px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: auto; }

@media (min-width: 768px) {
  .live .flipper-fb {
    max-height: 250px; } }

@media (min-width: 992px) {
  .live .flipper-fb {
    max-height: 350px; } }

.flipper-fb.flip .flipper-front {
  z-index: 1;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

.flipper-fb.flip .flipper-back {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  display: block; }

.grid-promo {
  position: relative; }
  .grid-promo.single-column-width {
    width: 100%; }
    @media (min-width: 768px) {
      .grid-promo.single-column-width {
        flex: 0 0 33.333333%;
        max-width: 33.333333%; }
        @supports (display: grid) {
          .grid-promo.single-column-width {
            grid-column-start: span 1;
            max-width: 100%; } } }
  .grid-promo .text-container {
    position: relative; }
  .grid-promo .bg-box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
    .grid-promo .bg-box ~ *:not(.btn) {
      position: relative; }
  .grid-promo.double-column-width {
    width: 100%; }
    @media (min-width: 768px) {
      .grid-promo.double-column-width {
        flex: 0 0 66.666666%;
        max-width: 66.666666%; }
        @supports (display: grid) {
          .grid-promo.double-column-width {
            grid-column-start: span 2;
            max-width: 100%; } } }
  .grid-promo.full-width {
    width: 100%; }
    @media (min-width: 768px) {
      .grid-promo.full-width {
        flex: 0 0 100%;
        max-width: 100%; }
        @supports (display: grid) {
          .grid-promo.full-width {
            grid-column-start: span 3;
            max-width: 100%; } } }
  .grid-promo.text .text-container {
    height: 100%; }
  .grid-promo.image .img-container {
    height: 100%; }
  .grid-promo.text > .destination-url, .grid-promo.image-text > .destination-url, .grid-promo.image > .destination-url {
    color: #000;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 100%; }
    .grid-promo.text > .destination-url:hover, .grid-promo.image-text > .destination-url:hover, .grid-promo.image > .destination-url:hover {
      text-decoration: none; }
    .grid-promo.text > .destination-url .text-container, .grid-promo.image-text > .destination-url .text-container, .grid-promo.image > .destination-url .text-container {
      flex: 0 0 100%;
      max-width: 100%; }
    .grid-promo.text > .destination-url .img-container, .grid-promo.image-text > .destination-url .img-container, .grid-promo.image > .destination-url .img-container {
      flex: 0 0 100%;
      max-width: 100%; }
  .grid-promo.image-text.content-right > .destination-url {
    flex-wrap: wrap-reverse; }
    @media (min-width: 768px) {
      .grid-promo.image-text.content-right > .destination-url {
        flex-direction: row-reverse; } }
  @media (min-width: 768px) {
    .grid-promo.image-text.full-width .text-container {
      flex: 0 0 33.333333%;
      max-width: 33.333333%; } }
  @media (min-width: 768px) {
    .grid-promo.image-text.full-width .img-container {
      flex: 0 0 66.666666%;
      max-width: 66.666666%; } }
  @media (min-width: 768px) {
    .grid-promo.image-text.double-column-width .text-container {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 768px) {
    .grid-promo.image-text.double-column-width .img-container {
      flex: 0 0 50%;
      max-width: 50%; } }
  .grid-promo.text .text-container, .grid-promo.image-text .text-container {
    position: relative;
    padding: 5rem 1rem; }
    @media (min-width: 768px) {
      .grid-promo.text .text-container, .grid-promo.image-text .text-container {
        padding: 5rem 2rem 8rem; } }
    @media (min-width: 992px) {
      .grid-promo.text .text-container, .grid-promo.image-text .text-container {
        padding: 7rem 3rem 8rem; } }
    .grid-promo.text .text-container .title, .grid-promo.image-text .text-container .title {
      font-size: 1.8rem;
      font-family: "ff-good-headline-web-pro", Arial, sans-serif;
      font-weight: 600;
      letter-spacing: 0.23px;
      line-height: 21.6px;
      margin: 0 0 2.5rem;
      text-decoration: none;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .grid-promo.text .text-container .title, .grid-promo.image-text .text-container .title {
          font-size: 3.2rem;
          letter-spacing: 0.4px;
          line-height: 38px;
          margin-bottom: 2rem; } }
    .grid-promo.text .text-container .description, .grid-promo.image-text .text-container .description {
      font-size: 1.4rem;
      line-height: 2rem; }
    .grid-promo.text .text-container .btn, .grid-promo.image-text .text-container .btn {
      font-size: 1.2rem;
      position: absolute;
      bottom: 1.5rem; }
      @media (min-width: 992px) {
        .grid-promo.text .text-container .btn, .grid-promo.image-text .text-container .btn {
          bottom: 1rem;
          font-size: 1.4rem; } }
  .grid-promo.image .img-box, .grid-promo.image-text .img-box {
    height: 100%;
    min-height: 250px;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 992px) {
      .grid-promo.image .img-box, .grid-promo.image-text .img-box {
        min-height: 350px; } }
  .grid-promo.image .video-box, .grid-promo.image-text .video-box {
    height: 100% !important;
    min-height: 250px !important; }
    @media (min-width: 992px) {
      .grid-promo.image .video-box, .grid-promo.image-text .video-box {
        min-height: 350px !important; } }

.awards {
  position: relative; }
  .awards .inner-container {
    max-width: 1436px;
    margin: 0 auto;
    position: relative; }
  .awards .topic {
    font-family: "ff-good-web-pro", Arial sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    position: absolute;
    top: 27px;
    left: 20px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .awards .topic {
        top: 35px;
        left: 40px; } }
    @media (min-width: 992px) {
      .awards .topic {
        top: 66px;
        left: 52px; } }
  .awards .wrapper {
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 73px;
    padding-bottom: 70px; }
    @media (min-width: 768px) {
      .awards .wrapper {
        display: flex;
        justify-content: space-between;
        padding-left: 40px;
        padding-top: 0;
        padding-bottom: 0; } }
    @media (min-width: 992px) {
      .awards .wrapper {
        padding-left: 52px;
        padding-right: 52px; } }
    @media (min-width: 768px) {
      .awards .wrapper .award-gallery {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin-bottom: 31px; } }
    .awards .wrapper .award-gallery .carousel-inner {
      display: flex; }
      @media (min-width: 768px) {
        .awards .wrapper .award-gallery .carousel-inner {
          flex: 1;
          display: flex;
          align-items: flex-end; } }
      .awards .wrapper .award-gallery .carousel-inner .carousel-item {
        flex: 0 0 100%;
        visibility: hidden;
        transition: none; }
        @media (min-width: 768px) {
          .awards .wrapper .award-gallery .carousel-inner .carousel-item {
            visibility: visible;
            transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; } }
        .awards .wrapper .award-gallery .carousel-inner .carousel-item:not(.carousel-item-next):not(.carousel-item-prev):not(.active) {
          display: block; }
          @media (min-width: 768px) {
            .awards .wrapper .award-gallery .carousel-inner .carousel-item:not(.carousel-item-next):not(.carousel-item-prev):not(.active) {
              display: none; } }
        .awards .wrapper .award-gallery .carousel-inner .carousel-item.active {
          visibility: visible; }
          @media (min-width: 768px) {
            .awards .wrapper .award-gallery .carousel-inner .carousel-item.active {
              display: block; } }
        .awards .wrapper .award-gallery .carousel-inner .carousel-item .description {
          word-break: break-word; }
    .awards .wrapper .award-gallery .navigate-container {
      display: flex;
      align-items: center; }
      .awards .wrapper .award-gallery .navigate-container .previous-page,
      .awards .wrapper .award-gallery .navigate-container .next-page {
        cursor: pointer; }
      .awards .wrapper .award-gallery .navigate-container .carousel-indicators {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 5px;
        position: relative; }
        .awards .wrapper .award-gallery .navigate-container .carousel-indicators .item {
          width: 8px;
          height: 8px;
          cursor: pointer;
          border-radius: 50%;
          border: 1px solid #000;
          margin-right: 5px; }
          .awards .wrapper .award-gallery .navigate-container .carousel-indicators .item.active {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #000; }
    .awards .wrapper .main-image {
      display: flex;
      align-items: center;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      justify-content: center;
      height: 299px;
      width: calc(100% - 40px); }
      @media (min-width: 768px) {
        .awards .wrapper .main-image {
          width: auto;
          height: 401px;
          margin-top: 90px;
          margin-bottom: 31px; } }
      @media (min-width: 992px) {
        .awards .wrapper .main-image {
          height: 698px;
          margin-top: 41px;
          margin-bottom: 41px; } }
  @media (min-width: 768px) {
    .awards.awards-logo-bottom .award-gallery {
      flex: 0 0 53%;
      max-width: 53%; } }
  @media (min-width: 992px) {
    .awards.awards-logo-bottom .award-gallery {
      flex: 0 0 43.5%;
      max-width: 43.5%;
      margin-bottom: 117px; } }
  .awards.awards-logo-bottom .award-gallery .source-organization {
    margin: 0;
    font-family: "ff-good-headline-web-pro", Arial, sans-serif;
    font-weight: 600;
    font-size: 3.6rem;
    line-height: 43.2px;
    text-decoration: underline;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .awards.awards-logo-bottom .award-gallery .source-organization {
        font-size: 4.8rem;
        letter-spacing: 0.6px;
        line-height: 58px; } }
  .awards.awards-logo-bottom .award-gallery .description {
    margin: 0;
    font-family: "ff-good-web-pro", Arial sans-serif;
    font-size: 1.6rem;
    line-height: 23px;
    margin-top: 30px;
    margin-bottom: 400px; }
    @media (min-width: 768px) {
      .awards.awards-logo-bottom .award-gallery .description {
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .awards.awards-logo-bottom .award-gallery .description {
        font-size: 1.8rem;
        line-height: 27px;
        margin-top: 35px;
        margin-bottom: 25px; } }
  .awards.awards-logo-bottom .award-gallery .icon-box {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (min-width: 768px) {
      .awards.awards-logo-bottom .award-gallery .icon-box, .awards.awards-logo-bottom .award-gallery .icon-box a {
        height: 112px;
        width: 105px;
        position: static; } }
    @media (min-width: 992px) {
      .awards.awards-logo-bottom .award-gallery .icon-box, .awards.awards-logo-bottom .award-gallery .icon-box a {
        width: 147px;
        height: 157px; } }
    .awards.awards-logo-bottom .award-gallery .icon-box img {
      max-height: 100%;
      max-width: 100%; }
  .awards.awards-logo-bottom .main-image {
    position: absolute;
    bottom: 180px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (min-width: 768px) {
      .awards.awards-logo-bottom .main-image {
        flex: 0 0 47%;
        max-width: 47%;
        position: static;
        -webkit-transform: none;
                transform: none; } }
    @media (min-width: 992px) {
      .awards.awards-logo-bottom .main-image {
        flex: 0 0 57.5%;
        max-width: 57.5%; } }
  .awards.awards-logo-top .award-gallery {
    position: static; }
    @media (min-width: 768px) {
      .awards.awards-logo-top .award-gallery {
        flex: 0 0 55%;
        max-width: 55%; } }
    .awards.awards-logo-top .award-gallery .source-organization {
      font-family: "ff-good-web-pro", Arial sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 1.4rem; }
      @media (min-width: 992px) {
        .awards.awards-logo-top .award-gallery .source-organization {
          font-size: 1.6rem; } }
    .awards.awards-logo-top .award-gallery .description {
      font-family: "ff-good-headline-web-pro", Arial, sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 1.8rem;
      letter-spacing: 0.23px;
      line-height: 26px; }
      @media (min-width: 992px) {
        .awards.awards-logo-top .award-gallery .description {
          font-size: 3.2rem;
          letter-spacing: 0.4px;
          line-height: 38px; } }
    .awards.awards-logo-top .award-gallery .icon-box {
      display: flex;
      align-items: center; }
      .awards.awards-logo-top .award-gallery .icon-box, .awards.awards-logo-top .award-gallery .icon-box a {
        height: 115px;
        width: 184px; }
        @media (min-width: 992px) {
          .awards.awards-logo-top .award-gallery .icon-box, .awards.awards-logo-top .award-gallery .icon-box a {
            height: 129px;
            width: 206px; } }
      .awards.awards-logo-top .award-gallery .icon-box img {
        max-height: 100%;
        max-width: 100%; }
  .awards.awards-logo-top .navigate-container {
    left: 0;
    width: 100%;
    bottom: 64px;
    position: absolute;
    justify-content: center; }
    @media (min-width: 768px) {
      .awards.awards-logo-top .navigate-container {
        margin-top: 64px;
        position: static;
        justify-content: flex-start; } }
    @media (min-width: 992px) {
      .awards.awards-logo-top .navigate-container {
        margin-top: 107px; } }
  .awards.awards-logo-top .main-image {
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .awards.awards-logo-top .main-image {
        margin-bottom: 0;
        flex: 0 0 45%;
        max-width: 45%; } }

.category-container {
  display: flex; }
  .category-container .space-wrapper {
    width: 0;
    transition: width 0.4s ease; }
  @media (min-width: 992px) {
    .category-container.category-narrow .space-wrapper {
      width: 25%; } }
  @media (min-width: 992px) {
    .category-container.category-narrow .category-grid {
      width: 75%;
      transition: width 0.4s ease; } }

.category-grid {
  width: 100%; }
  @media (min-width: 768px) {
    .category-grid {
      padding: 2rem 0; } }
  @media (min-width: 992px) {
    .category-grid {
      padding: 4rem 0; } }
  .category-grid .btn-cat-buy {
    color: #ff3b00;
    font-weight: 500; }
  .category-grid .prevPrice {
    text-decoration: line-through;
    color: #bbb;
    padding-right: 5px; }
  .category-grid .grid-content-wrapper {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      @supports (display: grid) {
        .category-grid .grid-content-wrapper {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          grid-template-rows: repeat(1, 1fr);
          grid-auto-rows: 1fr;
          grid-row-gap: 1rem;
          grid-column-gap: 1rem; } } }
    @media (min-width: 992px) {
      @supports (display: grid) {
        .category-grid .grid-content-wrapper {
          grid-row-gap: 2rem;
          grid-column-gap: 2rem; } } }
    @media (max-width: 767.98px) {
      .category-grid .grid-content-wrapper .rowSecondItem, .category-grid .grid-content-wrapper .rowThirdItem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc((100% - 5px)/2 - 0.1%);
        max-width: calc((100% - 5px)/2 - 0.1%); } }
    .category-grid .grid-content-wrapper .rowSecondItem {
      margin-right: 5px; }
      @media (min-width: 768px) {
        .category-grid .grid-content-wrapper .rowSecondItem {
          margin-right: 0; } }
    .category-grid .grid-content-wrapper > li {
      margin-bottom: 5px; }
      @media (min-width: 768px) {
        .category-grid .grid-content-wrapper > li {
          border: white 5px solid;
          margin-bottom: 0; }
          @supports (display: grid) {
            .category-grid .grid-content-wrapper > li {
              border: none; } } }
      @media (min-width: 992px) {
        .category-grid .grid-content-wrapper > li {
          border: white 10px solid; }
          @supports (display: grid) {
            .category-grid .grid-content-wrapper > li {
              border: none; } } }
  .category-grid .category-pagination {
    justify-content: center; }
  .category-grid.product-category .product-card, .category-grid.product-category .support-card, .category-grid.support-category .product-card, .category-grid.support-category .support-card {
    background-color: #fbfaf9;
    overflow: hidden;
    padding: 1rem;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .category-grid.product-category .product-card, .category-grid.product-category .support-card, .category-grid.support-category .product-card, .category-grid.support-category .support-card {
        flex: 0 0 33.333333%;
        max-width: 33.333333%; }
        @supports (display: grid) {
          .category-grid.product-category .product-card, .category-grid.product-category .support-card, .category-grid.support-category .product-card, .category-grid.support-category .support-card {
            max-width: 100%; } } }
    @media (min-width: 992px) {
      .category-grid.product-category .product-card, .category-grid.product-category .support-card, .category-grid.support-category .product-card, .category-grid.support-category .support-card {
        padding: 2rem; } }
    .category-grid.product-category .product-card .product-card-front, .category-grid.product-category .product-card .support-card-front, .category-grid.product-category .support-card .product-card-front, .category-grid.product-category .support-card .support-card-front, .category-grid.support-category .product-card .product-card-front, .category-grid.support-category .product-card .support-card-front, .category-grid.support-category .support-card .product-card-front, .category-grid.support-category .support-card .support-card-front {
      position: relative;
      height: 100%; }
      .category-grid.product-category .product-card .product-card-front .product-title, .category-grid.product-category .product-card .support-card-front .product-title, .category-grid.product-category .support-card .product-card-front .product-title, .category-grid.product-category .support-card .support-card-front .product-title, .category-grid.support-category .product-card .product-card-front .product-title, .category-grid.support-category .product-card .support-card-front .product-title, .category-grid.support-category .support-card .product-card-front .product-title, .category-grid.support-category .support-card .support-card-front .product-title {
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 1.6rem;
        text-transform: uppercase; }
        @media (min-width: 992px) {
          .category-grid.product-category .product-card .product-card-front .product-title, .category-grid.product-category .product-card .support-card-front .product-title, .category-grid.product-category .support-card .product-card-front .product-title, .category-grid.product-category .support-card .support-card-front .product-title, .category-grid.support-category .product-card .product-card-front .product-title, .category-grid.support-category .product-card .support-card-front .product-title, .category-grid.support-category .support-card .product-card-front .product-title, .category-grid.support-category .support-card .support-card-front .product-title {
            font-size: 2rem;
            line-height: 2.2rem;
            margin-bottom: 5px; } }
  .category-grid.support-category .support-card:hover {
    cursor: pointer; }
  .category-grid.support-category .support-card .support-card-front {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    .category-grid.support-category .support-card .support-card-front .img-box {
      padding: 8% 8% calc(8% + 30px);
      width: 100%;
      min-height: 200px; }
      @media (min-width: 768px) {
        .category-grid.support-category .support-card .support-card-front .img-box {
          min-height: 240px; } }
      @media (min-width: 992px) {
        .category-grid.support-category .support-card .support-card-front .img-box {
          min-height: 280px; } }
    .category-grid.support-category .support-card .support-card-front .product-title {
      bottom: 0;
      color: #000;
      left: 0;
      position: absolute; }
  .category-grid.product-category .product-card:hover .showDetailCard {
    display: block; }
  .category-grid.product-category .product-card .showDetailCard {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    background: #d5ceca;
    width: 115px;
    display: none; }
  .category-grid.product-category .product-card.showDetails .product-card-front {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease; }
  .category-grid.product-category .product-card.showDetails .product-card-behind {
    opacity: 1;
    top: 0;
    transition: opacity 2s ease, top 0.6s ease; }
  .category-grid.product-category .product-card .product-card-front .img-box {
    padding: 20% 10% calc(25% + 32px);
    width: 100%;
    min-height: 250px; }
    @media (min-width: 768px) {
      .category-grid.product-category .product-card .product-card-front .img-box {
        min-height: 310px; } }
    @media (min-width: 992px) {
      .category-grid.product-category .product-card .product-card-front .img-box {
        min-height: 350px;
        padding-bottom: calc(25% + 51px); } }
  .category-grid.product-category .product-card .product-card-front .content-box {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.6rem;
    position: absolute;
    bottom: 0; }
    .category-grid.product-category .product-card .product-card-front .content-box .list-price {
      text-transform: uppercase;
      color: #9c8e8b; }
      @media (min-width: 992px) {
        .category-grid.product-category .product-card .product-card-front .content-box .list-price {
          font-size: 1.4rem;
          line-height: 2.4rem; } }
  .category-grid.product-category .product-card .product-card-behind {
    opacity: 0;
    font-weight: 600;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    padding: 1rem 1rem 4rem;
    top: 100%; }
    @media (min-width: 992px) {
      .category-grid.product-category .product-card .product-card-behind {
        padding: 2rem 2rem 4rem; } }
    .category-grid.product-category .product-card .product-card-behind .title-compare {
      position: relative;
      margin-bottom: 5px; }
      .category-grid.product-category .product-card .product-card-behind .title-compare .product-title {
        color: #ff3b00;
        font-size: 1.4rem;
        line-height: 1.6rem;
        text-transform: uppercase;
        padding-right: 5.5rem; }
        @media (min-width: 992px) {
          .category-grid.product-category .product-card .product-card-behind .title-compare .product-title {
            font-size: 2rem;
            line-height: 2.8rem; } }
      .category-grid.product-category .product-card .product-card-behind .title-compare .compare-link {
        font-size: 1.2rem;
        position: absolute;
        padding: 0;
        top: -4px;
        right: 0; }
        @media (min-width: 992px) {
          .category-grid.product-category .product-card .product-card-behind .title-compare .compare-link {
            font-size: 1.4rem;
            top: 2px; } }
    .category-grid.product-category .product-card .product-card-behind .list-price {
      text-transform: uppercase;
      font-size: 1.2rem; }
      @media (min-width: 992px) {
        .category-grid.product-category .product-card .product-card-behind .list-price {
          font-size: 1.4rem;
          line-height: 2.4rem; } }
    .category-grid.product-category .product-card .product-card-behind .ratings-review {
      margin-top: 5px; }
      .category-grid.product-category .product-card .product-card-behind .ratings-review .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-inline-rating-container .bv-rating-stars-on,
      .category-grid.product-category .product-card .product-card-behind .ratings-review .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-inline-rating-container .bv-rating-stars-off {
        font-size: 1.8rem !important; }
    .category-grid.product-category .product-card .product-card-behind .description {
      height: calc(100% - 100px);
      overflow-y: scroll;
      margin-top: 4rem; }
      @media (min-width: 768px) {
        .category-grid.product-category .product-card .product-card-behind .description {
          margin-top: 2rem; } }
      @media (min-width: 992px) {
        .category-grid.product-category .product-card .product-card-behind .description {
          margin-top: 4.5rem;
          height: calc(100% - 180px); } }
      .category-grid.product-category .product-card .product-card-behind .description::-webkit-scrollbar {
        background-color: #fbfaf9;
        width: 5px; }
      .category-grid.product-category .product-card .product-card-behind .description::-webkit-scrollbar-thumb {
        background-color: #ebe8e5;
        border-radius: 10px; }
      .category-grid.product-category .product-card .product-card-behind .description::-webkit-scrollbar-thumb:hover {
        background-color: #e2ddd9; }
      .category-grid.product-category .product-card .product-card-behind .description {
        scrollbar-arrow-color: #fbfaf9;
        scrollbar-face-color: #ebe8e5;
        scrollbar-darkshadow-color: #fbfaf9;
        scrollbar-track-color: #f5f3f2; }
    .category-grid.product-category .product-card .product-card-behind .descriptor {
      text-transform: uppercase; }
    .category-grid.product-category .product-card .product-card-behind .descriptor, .category-grid.product-category .product-card .product-card-behind .short-description {
      font-size: 1.2rem;
      line-height: 1.6rem;
      margin-bottom: 5px; }
      @media (min-width: 992px) {
        .category-grid.product-category .product-card .product-card-behind .descriptor, .category-grid.product-category .product-card .product-card-behind .short-description {
          font-size: 1.4rem;
          line-height: 2rem; } }
    .category-grid.product-category .product-card .product-card-behind .short-description {
      font-weight: 400;
      left: 0; }
    .category-grid.product-category .product-card .product-card-behind .link-group {
      position: absolute;
      bottom: 1rem; }
      @media (min-width: 992px) {
        .category-grid.product-category .product-card .product-card-behind .link-group {
          bottom: 2rem; } }
      .category-grid.product-category .product-card .product-card-behind .link-group .btn {
        font-size: 1.2rem;
        min-width: 0;
        padding: 5px; }
        @media (min-width: 992px) {
          .category-grid.product-category .product-card .product-card-behind .link-group .btn {
            font-size: 1.4rem;
            padding: 1.2rem 1.2rem 1rem; } }
      .category-grid.product-category .product-card .product-card-behind .link-group .btn-secondary {
        text-decoration: underline; }
  .category-grid.product-category .product-card.rowSecondItem .product-card-behind .description, .category-grid.product-category .product-card.rowThirdItem .product-card-behind .description {
    margin-top: 2rem;
    height: calc(100% - 145px); }
    @media (min-width: 768px) {
      .category-grid.product-category .product-card.rowSecondItem .product-card-behind .description, .category-grid.product-category .product-card.rowThirdItem .product-card-behind .description {
        height: calc(100% - 100px); } }
    @media (min-width: 992px) {
      .category-grid.product-category .product-card.rowSecondItem .product-card-behind .description, .category-grid.product-category .product-card.rowThirdItem .product-card-behind .description {
        margin-top: 4.5rem;
        height: calc(100% - 180px); } }
  .category-grid.resources-category .grid-content-wrapper {
    margin-bottom: 5rem; }
    .category-grid.resources-category .grid-content-wrapper .resource-card {
      background-color: #fbfaf9;
      padding: 1rem 1rem 12rem;
      position: relative;
      width: 100%; }
      @media (min-width: 768px) {
        .category-grid.resources-category .grid-content-wrapper .resource-card {
          flex: 0 0 33.333333%;
          max-width: 33.333333%; }
          @supports (display: grid) {
            .category-grid.resources-category .grid-content-wrapper .resource-card {
              max-width: 100%; } } }
      @media (min-width: 992px) {
        .category-grid.resources-category .grid-content-wrapper .resource-card {
          padding: 1rem 2rem 15rem; } }
      .category-grid.resources-category .grid-content-wrapper .resource-card .topic-icon {
        position: relative;
        margin-bottom: 7rem; }
        @media (min-width: 992px) {
          .category-grid.resources-category .grid-content-wrapper .resource-card .topic-icon {
            margin-bottom: 10rem; } }
        .category-grid.resources-category .grid-content-wrapper .resource-card .topic-icon .topic {
          font-size: 1rem;
          font-weight: 600;
          letter-spacing: 0.33px;
          text-transform: uppercase; }
        .category-grid.resources-category .grid-content-wrapper .resource-card .topic-icon .icon {
          position: absolute;
          right: 0;
          top: 0; }
          .category-grid.resources-category .grid-content-wrapper .resource-card .topic-icon .icon img {
            width: 3rem; }
            @media (min-width: 992px) {
              .category-grid.resources-category .grid-content-wrapper .resource-card .topic-icon .icon img {
                width: 4rem;
                max-height: 3.5rem; } }
      .category-grid.resources-category .grid-content-wrapper .resource-card .resource-title {
        font-family: "ff-good-headline-web-pro", Arial, sans-serif;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 19.2px;
        margin-bottom: 1.5rem;
        text-transform: uppercase; }
        @media (min-width: 992px) {
          .category-grid.resources-category .grid-content-wrapper .resource-card .resource-title {
            font-size: 2rem;
            line-height: 22px; } }
      .category-grid.resources-category .grid-content-wrapper .resource-card .resource-description {
        font-size: 1.4rem;
        line-height: 2rem; }
      .category-grid.resources-category .grid-content-wrapper .resource-card .btn {
        font-size: 1.2rem;
        position: absolute;
        bottom: 1rem; }
        @media (min-width: 992px) {
          .category-grid.resources-category .grid-content-wrapper .resource-card .btn {
            font-size: 1.4rem; } }

.page-banner {
  position: relative; }
  .page-banner .bg-box {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute; }
    .page-banner .bg-box .img-box {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      background-size: cover; }
  .page-banner .wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1436px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .page-banner .wrapper .breadcrumb {
      padding: 0;
      z-index: 20;
      position: absolute; }
      .page-banner .wrapper .breadcrumb.lava .breadcrumb-item a {
        color: #ff3b00; }
      .page-banner .wrapper .breadcrumb.lava .breadcrumb-item.active {
        color: #ff3b00; }
      .page-banner .wrapper .breadcrumb.lava .breadcrumb-item::before {
        color: #ff3b00; }
      .page-banner .wrapper .breadcrumb.white .breadcrumb-item a {
        color: #fff; }
      .page-banner .wrapper .breadcrumb.white .breadcrumb-item.active {
        color: #fff; }
      .page-banner .wrapper .breadcrumb.white .breadcrumb-item::before {
        color: #fff; }
      .page-banner .wrapper .breadcrumb.black .breadcrumb-item a {
        color: #000; }
      .page-banner .wrapper .breadcrumb.black .breadcrumb-item.active {
        color: #000; }
      .page-banner .wrapper .breadcrumb.black .breadcrumb-item::before {
        color: #000; }
    .page-banner .wrapper .align-right {
      align-self: flex-end;
      text-align: right; }
    .page-banner .wrapper .title, .page-banner .wrapper .subtitle {
      font-family: "ff-good-headline-web-pro", Arial, sans-serif;
      font-weight: 600;
      text-transform: uppercase; }
    .page-banner .wrapper .title-container {
      width: 100%;
      position: absolute;
      margin-top: 0; }
      .page-banner .wrapper .title-container.fill-screen {
        margin-top: 300px; }
      .page-banner .wrapper .title-container .title {
        font-size: 7.2rem;
        line-height: 60px;
        margin: 0 1.25rem;
        display: block; }
        @media (min-width: 768px) {
          .page-banner .wrapper .title-container .title {
            font-size: 10rem;
            line-height: 100px; } }
        @media (min-width: 992px) {
          .page-banner .wrapper .title-container .title {
            font-size: 15rem;
            line-height: 150px; } }
        @media (min-width: 1440px) {
          .page-banner .wrapper .title-container .title {
            font-size: 20rem;
            line-height: 200px; } }
    .page-banner .wrapper .container {
      width: 100%; }
      @media (min-width: 992px) {
        .page-banner .wrapper .container {
          display: flex;
          flex-direction: column;
          justify-content: center; } }
      @media (min-width: 992px) {
        .page-banner .wrapper .container.container-right .gradient-container {
          left: auto;
          right: 0; } }
      .page-banner .wrapper .container.container-right .content {
        align-self: flex-end; }
      .page-banner .wrapper .container .gradient-container {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute; }
      .page-banner .wrapper .container .content {
        position: relative; }
        @media (min-width: 992px) {
          .page-banner .wrapper .container .content {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: flex-start; } }
        .page-banner .wrapper .container .content .subtitle {
          margin-top: 0; }
        .page-banner .wrapper .container .content .description {
          width: 100%;
          font-family: "ff-good-web-pro", Arial sans-serif;
          font-size: 1.6rem;
          line-height: 23px;
          margin: 0; }
    .page-banner .wrapper .btn {
      position: relative;
      margin-top: 20px; }
  .page-banner.standard-layout {
    margin-top: 60px; }
    @media (min-width: 768px) {
      .page-banner.standard-layout {
        margin-top: 100px; } }
    @media (min-width: 992px) {
      .page-banner.standard-layout {
        margin-top: 150px; } }
    @media (min-width: 1440px) {
      .page-banner.standard-layout {
        margin-top: 220px; } }
    .page-banner.standard-layout .wrapper {
      padding: 220px 21px 44px 21px; }
      .page-banner.standard-layout .wrapper.standard-single-title {
        padding-top: 110px; }
      @media (min-width: 992px) {
        .page-banner.standard-layout .wrapper {
          padding: 325px 52px 70px 52px; }
          .page-banner.standard-layout .wrapper.standard-single-title {
            padding-top: 175px; } }
      .page-banner.standard-layout .wrapper .breadcrumb {
        top: 45px;
        left: 21px; }
        @media (min-width: 992px) {
          .page-banner.standard-layout .wrapper .breadcrumb {
            left: 52px; } }
        .page-banner.standard-layout .wrapper .breadcrumb.fill-screen {
          margin-top: 300px; }
      .page-banner.standard-layout .wrapper .title-container {
        left: 0;
        z-index: 10;
        top: -40px; }
        @media (min-width: 768px) {
          .page-banner.standard-layout .wrapper .title-container {
            top: -60px; } }
        @media (min-width: 992px) {
          .page-banner.standard-layout .wrapper .title-container {
            top: -100px; } }
        @media (min-width: 1440px) {
          .page-banner.standard-layout .wrapper .title-container {
            top: -140px; } }
      .page-banner.standard-layout .wrapper .container.container-full .gradient-container, .page-banner.standard-layout .wrapper .container.container-full .content {
        width: 100%; }
      .page-banner.standard-layout .wrapper .container .gradient-container {
        top: 176px; }
        @media (min-width: 992px) {
          .page-banner.standard-layout .wrapper .container .gradient-container {
            top: 0;
            width: 37%; } }
      @media (min-width: 992px) {
        .page-banner.standard-layout .wrapper .container .content {
          width: 37%; } }
      .page-banner.standard-layout .wrapper .container .content .subtitle {
        font-size: 3.2rem;
        letter-spacing: 0.4px;
        line-height: 38px;
        margin-bottom: 16px; }
        @media (min-width: 992px) {
          .page-banner.standard-layout .wrapper .container .content .subtitle {
            width: 80%; } }
      .page-banner.standard-layout .wrapper .container .content.fill-screen {
        margin-top: 300px; }
      @media (min-width: 992px) {
        .page-banner.standard-layout .wrapper .container.container-full .description {
          width: 32%; } }
      @media (min-width: 992px) {
        .page-banner.standard-layout .wrapper .container.container-full .subtitle {
          width: 26%; } }
  .page-banner.solutions-layout {
    height: 750px; }
    @media (min-width: 992px) {
      .page-banner.solutions-layout {
        height: 1000px; } }
    @media (min-width: 1440px) {
      .page-banner.solutions-layout {
        height: 1500px; } }
    .page-banner.solutions-layout .breadcrumb {
      top: 45px;
      left: 21px; }
      @media (min-width: 992px) {
        .page-banner.solutions-layout .breadcrumb {
          left: 52px; } }
    .page-banner.solutions-layout .title-container {
      left: 0;
      top: 70px; }
      @media (min-width: 992px) {
        .page-banner.solutions-layout .title-container {
          top: 130px; } }
      @media (min-width: 1440px) {
        .page-banner.solutions-layout .title-container {
          top: 150px; } }
    .page-banner.solutions-layout .bg-lifestyle {
      height: 100%;
      background-size: cover; }
    .page-banner.solutions-layout .container {
      bottom: 0;
      position: absolute;
      padding: 70px 21px; }
      @media (min-width: 992px) {
        .page-banner.solutions-layout .container {
          padding: 100px 52px 112px 52px; } }
      .page-banner.solutions-layout .container .gradient-container {
        left: 50%;
        width: 100vw; }
      .page-banner.solutions-layout .container .content {
        display: block;
        position: relative;
        text-align: center; }
        @media (min-width: 992px) {
          .page-banner.solutions-layout .container .content {
            margin: 0 auto;
            width: 60%; } }
        .page-banner.solutions-layout .container .content .subtitle {
          font-size: 2.4rem;
          letter-spacing: 0.3px;
          line-height: 28.8px;
          margin-bottom: 23px; }
          @media (min-width: 992px) {
            .page-banner.solutions-layout .container .content .subtitle {
              width: 80%;
              margin: 0 auto;
              margin-bottom: 40px;
              font-size: 3.2rem;
              letter-spacing: 0.4px;
              line-height: 38px; } }
          @media (min-width: 1440px) {
            .page-banner.solutions-layout .container .content .subtitle {
              font-size: 6.4rem;
              line-height: 72px; } }
        @media (min-width: 992px) {
          .page-banner.solutions-layout .container .content .description {
            margin: 0; } }
  .page-banner.generic-layout .breadcrumb {
    top: 29px;
    left: 14px; }
    @media (min-width: 992px) {
      .page-banner.generic-layout .breadcrumb {
        top: 45px;
        left: 52px; } }
  .page-banner.generic-layout .wrapper {
    padding: 219px 14px 66px 14px; }
    @media (min-width: 992px) {
      .page-banner.generic-layout .wrapper {
        padding: 165px 52px 155px 52px; } }
    .page-banner.generic-layout .wrapper .container.container-full .gradient-container, .page-banner.generic-layout .wrapper .container.container-full .content {
      width: 100%; }
    .page-banner.generic-layout .wrapper .container .gradient-container {
      top: 135px; }
      @media (min-width: 992px) {
        .page-banner.generic-layout .wrapper .container .gradient-container {
          top: 0;
          width: 60%; } }
    @media (min-width: 992px) {
      .page-banner.generic-layout .wrapper .container .content {
        width: 60%; } }
    .page-banner.generic-layout .wrapper .container .content .title {
      font-size: 4.2rem;
      line-height: 50.4px;
      margin-top: 0;
      margin-bottom: 24px; }
      @media (min-width: 1440px) {
        .page-banner.generic-layout .wrapper .container .content .title {
          font-size: 9.2rem;
          line-height: 110.4px; } }
    @media (min-width: 992px) {
      .page-banner.generic-layout .wrapper .container .content .description {
        width: 65%; } }
    @media (min-width: 992px) {
      .page-banner.generic-layout .wrapper .container.container-full .title {
        width: 60%; } }
    @media (min-width: 992px) {
      .page-banner.generic-layout .wrapper .container.container-full .description {
        width: 37%; } }
  .page-banner.generic-compact-layout .breadcrumb {
    top: 45px;
    left: 14px; }
    @media (min-width: 992px) {
      .page-banner.generic-compact-layout .breadcrumb {
        left: 52px; } }
  .page-banner.generic-compact-layout .wrapper {
    padding: 219px 14px 84px 14px; }
    @media (min-width: 992px) {
      .page-banner.generic-compact-layout .wrapper {
        padding: 162px 52px 84px 52px; } }
    .page-banner.generic-compact-layout .wrapper .container .gradient-container {
      top: 135px; }
      @media (min-width: 992px) {
        .page-banner.generic-compact-layout .wrapper .container .gradient-container {
          top: 0;
          width: 90%; } }
    @media (min-width: 992px) {
      .page-banner.generic-compact-layout .wrapper .container .content {
        width: 90%; } }
    .page-banner.generic-compact-layout .wrapper .container .content .title {
      width: 100%;
      font-size: 2.4rem;
      letter-spacing: 0.3px;
      line-height: 28.8px;
      margin: 0; }
      @media (min-width: 992px) {
        .page-banner.generic-compact-layout .wrapper .container .content .title {
          font-size: 3.2rem;
          letter-spacing: 0.4px;
          line-height: 38px; } }
      @media (min-width: 1440px) {
        .page-banner.generic-compact-layout .wrapper .container .content .title {
          font-size: 6.4rem;
          line-height: 72px; } }
  .page-banner.hero-layout {
    margin: 0 auto; }
    .page-banner.hero-layout .bg-box {
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      position: absolute; }
      .page-banner.hero-layout .bg-box .img-box {
        height: 100vh;
        display: flex;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
    .page-banner.hero-layout .breadcrumb {
      top: 45px;
      left: 14px; }
      @media (min-width: 992px) {
        .page-banner.hero-layout .breadcrumb {
          left: 52px; } }
    .page-banner.hero-layout .wrapper {
      margin-top: -80px;
      padding: 0px 52px;
      justify-content: center;
      width: 100vw; }
      .page-banner.hero-layout .wrapper .container {
        align-items: center;
        text-align: center; }
        .page-banner.hero-layout .wrapper .container.container-full .gradient-container, .page-banner.hero-layout .wrapper .container.container-full .content {
          width: 100%; }
        .page-banner.hero-layout .wrapper .container .multiple-cta {
          width: 100%; }
          .page-banner.hero-layout .wrapper .container .multiple-cta .video-cta {
            display: inline-block; }
        .page-banner.hero-layout .wrapper .container .gradient-container {
          max-height: 100vh;
          top: 135px; }
          @media (min-width: 992px) {
            .page-banner.hero-layout .wrapper .container .gradient-container {
              top: 0;
              width: 60%; } }
          @media (max-width: 991.98px) {
            .page-banner.hero-layout .wrapper .container .gradient-container {
              width: 100% !important; } }
        .page-banner.hero-layout .wrapper .container .content {
          align-items: center;
          text-align: center;
          margin: auto;
          width: 60%; }
          @media (max-width: 991.98px) {
            .page-banner.hero-layout .wrapper .container .content {
              width: 100% !important; } }
          .page-banner.hero-layout .wrapper .container .content .title {
            font-size: 4.2rem;
            line-height: 50.4px;
            margin-top: 0;
            margin-bottom: 24px; }
            @media (min-width: 1440px) {
              .page-banner.hero-layout .wrapper .container .content .title {
                font-size: 9.2rem;
                line-height: 110.4px; } }
          @media (min-width: 992px) {
            .page-banner.hero-layout .wrapper .container .content .description {
              width: 75%; } }
        @media (min-width: 992px) {
          .page-banner.hero-layout .wrapper .container.container-full .title {
            width: 60%; } }
        @media (min-width: 992px) {
          .page-banner.hero-layout .wrapper .container.container-full .description {
            width: 37%; } }
        .page-banner.hero-layout .wrapper .container.container-left {
          align-items: normal;
          text-align: left; }
          .page-banner.hero-layout .wrapper .container.container-left .gradient-container, .page-banner.hero-layout .wrapper .container.container-left .content {
            width: 60%; }
          .page-banner.hero-layout .wrapper .container.container-left .gradient-container {
            max-height: 100vh;
            top: 135px; }
            @media (min-width: 992px) {
              .page-banner.hero-layout .wrapper .container.container-left .gradient-container {
                top: 0;
                width: 60%; } }
          .page-banner.hero-layout .wrapper .container.container-left .content {
            text-align: left;
            margin: initial;
            align-items: baseline; }
            .page-banner.hero-layout .wrapper .container.container-left .content .description {
              width: 100%; }
          .page-banner.hero-layout .wrapper .container.container-left .btn-primary {
            max-width: 1em; }
  .page-banner.fill-screen {
    height: 100vh;
    margin-top: 0px;
    min-height: 800px; }

.models-detail .slide-large .models-carousel .carousel-container .carousel-inner {
  padding: 0 1.4rem; }
  .models-detail .slide-large .models-carousel .carousel-container .carousel-inner .carousel-item.active, .models-detail .slide-large .models-carousel .carousel-container .carousel-inner .carousel-item-next, .models-detail .slide-large .models-carousel .carousel-container .carousel-inner .carousel-item-prev {
    display: flex; }
  @media (min-width: 768px) {
    .models-detail .slide-large .models-carousel .carousel-container .carousel-inner .carousel-item-right.active, .models-detail .slide-large .models-carousel .carousel-container .carousel-inner .carousel-item-next {
      -webkit-transform: translateX(33.333%);
              transform: translateX(33.333%); } }
  @media (min-width: 992px) {
    .models-detail .slide-large .models-carousel .carousel-container .carousel-inner .carousel-item-right.active, .models-detail .slide-large .models-carousel .carousel-container .carousel-inner .carousel-item-next {
      -webkit-transform: translateX(20%);
              transform: translateX(20%); } }
  @media (min-width: 768px) {
    .models-detail .slide-large .models-carousel .carousel-container .carousel-inner .carousel-item-left.active, .models-detail .slide-large .models-carousel .carousel-container .carousel-inner .carousel-item-prev {
      -webkit-transform: translateX(-33.333%);
              transform: translateX(-33.333%); } }
  @media (min-width: 992px) {
    .models-detail .slide-large .models-carousel .carousel-container .carousel-inner .carousel-item-left.active, .models-detail .slide-large .models-carousel .carousel-container .carousel-inner .carousel-item-prev {
      -webkit-transform: translateX(-20%);
              transform: translateX(-20%); } }
  .models-detail .slide-large .models-carousel .carousel-container .carousel-inner .carousel-item-right, .models-detail .slide-large .models-carousel .carousel-container .carousel-inner .carousel-item-left {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .models-detail .slide-large .models-carousel .carousel-container .carousel-inner .card-container {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .models-detail .slide-large .models-carousel .carousel-container .carousel-inner .card-container {
        flex: 0 0 33.333%;
        max-width: 33.333%; } }
    @media (min-width: 992px) {
      .models-detail .slide-large .models-carousel .carousel-container .carousel-inner .card-container {
        flex: 0 0 20%;
        max-width: 20%; } }
    .models-detail .slide-large .models-carousel .carousel-container .carousel-inner .card-container .card {
      background-color: #fbfaf9;
      border: none;
      padding: 1.5rem; }
      .models-detail .slide-large .models-carousel .carousel-container .carousel-inner .card-container .card .img-box {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 200px;
        padding: 25px; }
        .models-detail .slide-large .models-carousel .carousel-container .carousel-inner .card-container .card .img-box img {
          max-height: 100%; }
      .models-detail .slide-large .models-carousel .carousel-container .carousel-inner .card-container .card h5 {
        font-size: 1.85rem;
        height: 100px; }
      .models-detail .slide-large .models-carousel .carousel-container .carousel-inner .card-container .card p {
        color: #9c8e8b;
        margin: 0; }
  @media (max-width: 767.98px) {
    .models-detail .slide-large .models-carousel .carousel-container .carousel-inner .carousel-item > div {
      display: none; } }
  @media (max-width: 767.98px) {
    .models-detail .slide-large .models-carousel .carousel-container .carousel-inner .carousel-item > div:first-child {
      display: block; } }

.models-detail .slide-large .models-carousel .carousel-control-prev-icon {
  background-image: url("clientlib-site/resources/icons/arrow-left-black.svg"); }

.models-detail .slide-large .models-carousel .carousel-control-next-icon {
  background-image: url("clientlib-site/resources/icons/arrow-right-black.svg"); }

.models-detail .slide-large .models-carousel .navigate-container {
  display: flex;
  align-items: center;
  justify-content: center; }
  .models-detail .slide-large .models-carousel .navigate-container .previous-page, .models-detail .slide-large .models-carousel .navigate-container .next-page {
    cursor: pointer; }
  .models-detail .slide-large .models-carousel .navigate-container .carousel-indicators {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    position: relative; }
    .models-detail .slide-large .models-carousel .navigate-container .carousel-indicators .item {
      width: 8px;
      height: 8px;
      cursor: pointer;
      border-radius: 50%;
      border: 1px solid #000;
      margin-right: 5px; }
      .models-detail .slide-large .models-carousel .navigate-container .carousel-indicators .item.active {
        width: 12px;
        height: 12px;
        background-color: #000; }

@media (max-width: 991.98px) {
  .models-detail .slide-medium .desktop-view {
    display: none; }
  .models-detail .slide-medium .mobile-view .models-carousel .carousel-container .carousel-inner {
    padding: 0 1.4rem; }
    .models-detail .slide-medium .mobile-view .models-carousel .carousel-container .carousel-inner .carousel-item.active, .models-detail .slide-medium .mobile-view .models-carousel .carousel-container .carousel-inner .carousel-item-next, .models-detail .slide-medium .mobile-view .models-carousel .carousel-container .carousel-inner .carousel-item-prev {
      display: flex; } }
  @media (max-width: 991.98px) and (min-width: 768px) {
    .models-detail .slide-medium .mobile-view .models-carousel .carousel-container .carousel-inner .carousel-item-right.active, .models-detail .slide-medium .mobile-view .models-carousel .carousel-container .carousel-inner .carousel-item-next {
      -webkit-transform: translateX(33.333%);
              transform: translateX(33.333%); } }
  @media (max-width: 991.98px) and (min-width: 768px) {
    .models-detail .slide-medium .mobile-view .models-carousel .carousel-container .carousel-inner .carousel-item-left.active, .models-detail .slide-medium .mobile-view .models-carousel .carousel-container .carousel-inner .carousel-item-prev {
      -webkit-transform: translateX(-33.333%);
              transform: translateX(-33.333%); } }

@media (max-width: 991.98px) {
    .models-detail .slide-medium .mobile-view .models-carousel .carousel-container .carousel-inner .carousel-item-right, .models-detail .slide-medium .mobile-view .models-carousel .carousel-container .carousel-inner .carousel-item-left {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .models-detail .slide-medium .mobile-view .models-carousel .carousel-container .carousel-inner .card-container {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; } }
    @media (max-width: 991.98px) and (min-width: 768px) {
      .models-detail .slide-medium .mobile-view .models-carousel .carousel-container .carousel-inner .card-container {
        flex: 0 0 33.333%;
        max-width: 33.333%; } }

@media (max-width: 991.98px) {
      .models-detail .slide-medium .mobile-view .models-carousel .carousel-container .carousel-inner .card-container .card {
        background-color: #fbfaf9;
        border: none;
        padding: 1.5rem; }
        .models-detail .slide-medium .mobile-view .models-carousel .carousel-container .carousel-inner .card-container .card .img-box {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 200px;
          padding: 25px; }
          .models-detail .slide-medium .mobile-view .models-carousel .carousel-container .carousel-inner .card-container .card .img-box img {
            max-height: 100%; }
        .models-detail .slide-medium .mobile-view .models-carousel .carousel-container .carousel-inner .card-container .card h5 {
          font-size: 1.85rem;
          height: 100px; }
        .models-detail .slide-medium .mobile-view .models-carousel .carousel-container .carousel-inner .card-container .card p {
          color: #9c8e8b;
          margin: 0; } }
  @media (max-width: 991.98px) and (max-width: 767.98px) {
    .models-detail .slide-medium .mobile-view .models-carousel .carousel-container .carousel-inner .carousel-item > div {
      display: none; } }
  @media (max-width: 991.98px) and (max-width: 767.98px) {
    .models-detail .slide-medium .mobile-view .models-carousel .carousel-container .carousel-inner .carousel-item > div:first-child {
      display: block; } }

@media (max-width: 991.98px) {
  .models-detail .slide-medium .mobile-view .models-carousel .carousel-control-prev-icon {
    background-image: url("clientlib-site/resources/icons/arrow-left-black.svg"); }
  .models-detail .slide-medium .mobile-view .models-carousel .carousel-control-next-icon {
    background-image: url("clientlib-site/resources/icons/arrow-right-black.svg"); }
  .models-detail .slide-medium .mobile-view .models-carousel .navigate-container {
    display: flex;
    align-items: center;
    justify-content: center; }
    .models-detail .slide-medium .mobile-view .models-carousel .navigate-container .previous-page, .models-detail .slide-medium .mobile-view .models-carousel .navigate-container .next-page {
      cursor: pointer; }
    .models-detail .slide-medium .mobile-view .models-carousel .navigate-container .carousel-indicators {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 5px;
      position: relative; }
      .models-detail .slide-medium .mobile-view .models-carousel .navigate-container .carousel-indicators .item {
        width: 8px;
        height: 8px;
        cursor: pointer;
        border-radius: 50%;
        border: 1px solid #000;
        margin-right: 5px; }
        .models-detail .slide-medium .mobile-view .models-carousel .navigate-container .carousel-indicators .item.active {
          width: 12px;
          height: 12px;
          background-color: #000; } }

@media (min-width: 992px) {
  .models-detail .slide-medium .mobile-view {
    display: none; }
  .models-detail .slide-medium .desktop-view .small-models-container {
    display: flex;
    padding: 0; }
    .models-detail .slide-medium .desktop-view .small-models-container li {
      list-style: none;
      flex-basis: 20%; }
      .models-detail .slide-medium .desktop-view .small-models-container li .card-container {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px; }
        .models-detail .slide-medium .desktop-view .small-models-container li .card-container .card {
          border: none;
          padding: 1.5rem;
          background-color: #fbfaf9; }
          .models-detail .slide-medium .desktop-view .small-models-container li .card-container .card .img-box {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 200px;
            padding: 25px; }
            .models-detail .slide-medium .desktop-view .small-models-container li .card-container .card .img-box img {
              max-height: 100%; }
          .models-detail .slide-medium .desktop-view .small-models-container li .card-container .card h5 {
            font-size: 1.85rem;
            height: 100px; }
          .models-detail .slide-medium .desktop-view .small-models-container li .card-container .card p {
            color: #9c8e8b;
            margin: 0; } }

@media (max-width: 767.98px) {
  .models-detail .slide-small .desktop-view {
    display: none; }
  .models-detail .slide-small .mobile-view .models-carousel .carousel-container .carousel-inner {
    padding: 0 1.4rem; }
    .models-detail .slide-small .mobile-view .models-carousel .carousel-container .carousel-inner .carousel-item.active, .models-detail .slide-small .mobile-view .models-carousel .carousel-container .carousel-inner .carousel-item-next, .models-detail .slide-small .mobile-view .models-carousel .carousel-container .carousel-inner .carousel-item-prev {
      display: flex; }
    .models-detail .slide-small .mobile-view .models-carousel .carousel-container .carousel-inner .carousel-item-right, .models-detail .slide-small .mobile-view .models-carousel .carousel-container .carousel-inner .carousel-item-left {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .models-detail .slide-small .mobile-view .models-carousel .carousel-container .carousel-inner .card-container {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
      .models-detail .slide-small .mobile-view .models-carousel .carousel-container .carousel-inner .card-container .card {
        background-color: #fbfaf9;
        border: none;
        padding: 1.5rem; }
        .models-detail .slide-small .mobile-view .models-carousel .carousel-container .carousel-inner .card-container .card .img-box {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 200px;
          padding: 25px; }
          .models-detail .slide-small .mobile-view .models-carousel .carousel-container .carousel-inner .card-container .card .img-box img {
            max-height: 100%; }
        .models-detail .slide-small .mobile-view .models-carousel .carousel-container .carousel-inner .card-container .card h5 {
          font-size: 1.85rem;
          height: 100px; }
        .models-detail .slide-small .mobile-view .models-carousel .carousel-container .carousel-inner .card-container .card p {
          color: #9c8e8b;
          margin: 0; }
    .models-detail .slide-small .mobile-view .models-carousel .carousel-container .carousel-inner .carousel-item > div {
      display: none; }
    .models-detail .slide-small .mobile-view .models-carousel .carousel-container .carousel-inner .carousel-item > div:first-child {
      display: block; }
  .models-detail .slide-small .mobile-view .models-carousel .carousel-control-prev-icon {
    background-image: url("clientlib-site/resources/icons/arrow-left-black.svg"); }
  .models-detail .slide-small .mobile-view .models-carousel .carousel-control-next-icon {
    background-image: url("clientlib-site/resources/icons/arrow-right-black.svg"); }
  .models-detail .slide-small .mobile-view .models-carousel .navigate-container {
    display: flex;
    align-items: center;
    justify-content: center; }
    .models-detail .slide-small .mobile-view .models-carousel .navigate-container .previous-page, .models-detail .slide-small .mobile-view .models-carousel .navigate-container .next-page {
      cursor: pointer; }
    .models-detail .slide-small .mobile-view .models-carousel .navigate-container .carousel-indicators {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 5px;
      position: relative; }
      .models-detail .slide-small .mobile-view .models-carousel .navigate-container .carousel-indicators .item {
        width: 8px;
        height: 8px;
        cursor: pointer;
        border-radius: 50%;
        border: 1px solid #000;
        margin-right: 5px; }
        .models-detail .slide-small .mobile-view .models-carousel .navigate-container .carousel-indicators .item.active {
          width: 12px;
          height: 12px;
          background-color: #000; } }

@media (min-width: 768px) {
  .models-detail .slide-small .mobile-view {
    display: none; }
  .models-detail .slide-small .desktop-view .small-models-container {
    display: flex;
    padding: 0; }
    .models-detail .slide-small .desktop-view .small-models-container li {
      list-style: none; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .models-detail .slide-small .desktop-view .small-models-container li {
        flex-basis: 33.333%; } }
    @media (min-width: 768px) and (min-width: 992px) {
      .models-detail .slide-small .desktop-view .small-models-container li {
        flex-basis: 20%; } }

@media (min-width: 768px) {
      .models-detail .slide-small .desktop-view .small-models-container li .card-container {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px; }
        .models-detail .slide-small .desktop-view .small-models-container li .card-container .card {
          background-color: #fbfaf9;
          border: none;
          padding: 1.5rem; }
          .models-detail .slide-small .desktop-view .small-models-container li .card-container .card .img-box {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 200px;
            padding: 25px; }
            .models-detail .slide-small .desktop-view .small-models-container li .card-container .card .img-box img {
              max-height: 100%; }
          .models-detail .slide-small .desktop-view .small-models-container li .card-container .card h5 {
            font-size: 1.85rem;
            height: 100px; }
          .models-detail .slide-small .desktop-view .small-models-container li .card-container .card p {
            color: #9c8e8b;
            margin: 0; } }

#indiaQuickWebForm .form-control {
  margin-bottom: 10px;
  max-width: 50%; }

#indiaQuickWebForm .btn {
  margin-bottom: 10px; }

.mosaic {
  position: relative;
  background-color: rgba(255, 255, 255, 0.75); }
  @media (min-width: 992px) {
    .mosaic .wrapper {
      display: flex;
      justify-content: space-between; } }
  .mosaic .topic {
    font-family: "ff-good-web-pro", Arial sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase; }
  .mosaic .feature {
    overflow: hidden; }
  @media (min-width: 992px) {
    .mosaic .left-panel {
      flex: 0 0 64.5%;
      max-width: 64.5%; } }
  .mosaic .left-panel .product-feature {
    padding: 21px; }
    .mosaic .left-panel .product-feature .img-box {
      display: flex;
      align-items: center;
      justify-content: center; }
      .mosaic .left-panel .product-feature .img-box .product-image {
        flex: none;
        max-width: 80%;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
        @media (min-width: 992px) {
          .mosaic .left-panel .product-feature .img-box .product-image {
            max-width: 100%;
            max-height: 100%;
            transition: -webkit-transform .1s linear;
            transition: transform .1s linear;
            transition: transform .1s linear, -webkit-transform .1s linear; } }
        .mosaic .left-panel .product-feature .img-box .product-image:hover {
          -webkit-transform: translateY(-20px);
                  transform: translateY(-20px); }
    @media (min-width: 992px) {
      .mosaic .left-panel .product-feature .content {
        width: 100%; } }
    .mosaic .left-panel .product-feature .content .topic {
      margin-bottom: 20px; }
    .mosaic .left-panel .product-feature .content .title {
      font-family: "ff-good-headline-web-pro", Arial, sans-serif;
      font-weight: 600;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .mosaic .left-panel .product-feature .content .title {
          margin-top: 0;
          margin-bottom: 15px; } }
    .mosaic .left-panel .product-feature .content .description {
      font-family: "ff-good-web-pro", Arial sans-serif;
      font-size: 1.8rem;
      line-height: 27px; }
  .mosaic .right-panel {
    overflow: hidden; }
    @media (min-width: 992px) {
      .mosaic .right-panel {
        flex: 0 0 35.5%;
        max-width: 35.5%; } }
    .mosaic .right-panel .lifestyle-feature,
    .mosaic .right-panel .cta-feature {
      width: 100%; }
      @media (min-width: 992px) {
        .mosaic .right-panel .lifestyle-feature,
        .mosaic .right-panel .cta-feature {
          height: 50%; } }
    .mosaic .right-panel .lifestyle-feature {
      position: relative; }
      @media (min-width: 992px) {
        .mosaic .right-panel .lifestyle-feature {
          height: 50%; } }
      .mosaic .right-panel .lifestyle-feature .img-box {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat; }
      .mosaic .right-panel .lifestyle-feature .video-box {
        height: 100%; }
      .mosaic .right-panel .lifestyle-feature .content .title {
        font-weight: 600;
        font-family: "ff-good-headline-web-pro", Arial, sans-serif; }
      .mosaic .right-panel .lifestyle-feature .content .operation {
        display: flex;
        align-items: center; }
        .mosaic .right-panel .lifestyle-feature .content .operation .btn {
          margin-right: 15px;
          margin-bottom: 20px; }
        .mosaic .right-panel .lifestyle-feature .content .operation .video-cta {
          display: flex;
          font-size: 4.8rem;
          line-height: 58px; }
    .mosaic .right-panel .cta-feature {
      position: relative; }
      @media (min-width: 992px) {
        .mosaic .right-panel .cta-feature {
          height: 50%; } }
      .mosaic .right-panel .cta-feature .title {
        margin-top: 20px;
        font-weight: 600;
        font-family: "ff-good-headline-web-pro", Arial, sans-serif;
        text-transform: uppercase; }
        @media (min-width: 992px) {
          .mosaic .right-panel .cta-feature .title {
            margin-top: 20px;
            margin-bottom: 20px; } }
  .mosaic:not(.mosaic-static).in-animate .icon-back {
    display: inline-block; }
  .mosaic:not(.mosaic-static).in-animate .left-panel {
    margin-left: -64.5%; }
  .mosaic:not(.mosaic-static).in-animate .right-panel {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 60px);
    max-width: calc(100% - 60px); }
    .mosaic:not(.mosaic-static).in-animate .right-panel .lifestyle-feature,
    .mosaic:not(.mosaic-static).in-animate .right-panel .cta-feature {
      height: 0; }
  .mosaic:not(.mosaic-static) .icon-back {
    width: 20px;
    height: 20px;
    left: 20px;
    top: 50%;
    cursor: pointer;
    display: none;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url("clientlib-site/resources/icons/arrow-left-black.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .mosaic:not(.mosaic-static) .feature[data-destination-url] {
    cursor: pointer; }
  @media (min-width: 992px) {
    .mosaic:not(.mosaic-static) .left-panel {
      transition: all .3s ease-in-out; } }
  @media (min-width: 992px) {
    .mosaic:not(.mosaic-static) .left-panel .product-feature {
      padding: 52px 52px 20px 52px; } }
  @media (min-width: 992px) {
    .mosaic:not(.mosaic-static) .left-panel .product-feature .img-box {
      height: 684px; } }
  @media (min-width: 992px) {
    .mosaic:not(.mosaic-static) .left-panel .product-feature .content {
      -webkit-transform: translateY(-40px);
              transform: translateY(-40px); } }
  .mosaic:not(.mosaic-static) .left-panel .product-feature .content .title {
    text-decoration: underline; }
    @media (min-width: 992px) {
      .mosaic:not(.mosaic-static) .left-panel .product-feature .content .title {
        font-size: 9.2rem;
        line-height: 110.4px; } }
  @media (min-width: 992px) {
    .mosaic:not(.mosaic-static) .right-panel {
      transition: all .3s ease-in-out; } }
  @media (min-width: 992px) {
    .mosaic:not(.mosaic-static) .right-panel .lifestyle-feature,
    .mosaic:not(.mosaic-static) .right-panel .cta-feature {
      transition: all .3s ease-in-out; } }
  .mosaic:not(.mosaic-static) .right-panel .lifestyle-feature {
    height: 700px; }
    @media (min-width: 992px) {
      .mosaic:not(.mosaic-static) .right-panel .lifestyle-feature {
        height: 50%; }
        .mosaic:not(.mosaic-static) .right-panel .lifestyle-feature.feature-animate {
          height: 100%; }
          .mosaic:not(.mosaic-static) .right-panel .lifestyle-feature.feature-animate .content {
            visibility: visible; }
            .mosaic:not(.mosaic-static) .right-panel .lifestyle-feature.feature-animate .content .title {
              -webkit-transform: scaleY(1);
                      transform: scaleY(1); }
            .mosaic:not(.mosaic-static) .right-panel .lifestyle-feature.feature-animate .content .description {
              opacity: 1; } }
    .mosaic:not(.mosaic-static) .right-panel .lifestyle-feature .topic {
      top: 21px;
      left: 21px;
      position: absolute; }
      @media (min-width: 992px) {
        .mosaic:not(.mosaic-static) .right-panel .lifestyle-feature .topic {
          top: 23px;
          left: 19px; } }
    .mosaic:not(.mosaic-static) .right-panel .lifestyle-feature .content {
      width: 100%;
      bottom: 0;
      position: absolute;
      margin-bottom: 80px; }
      @media (min-width: 992px) {
        .mosaic:not(.mosaic-static) .right-panel .lifestyle-feature .content {
          visibility: hidden; } }
      .mosaic:not(.mosaic-static) .right-panel .lifestyle-feature .content .title {
        margin: 0;
        font-size: 7.2rem;
        line-height: 60px; }
        .mosaic:not(.mosaic-static) .right-panel .lifestyle-feature .content .title.title-line-2 {
          text-align: right; }
        @media (min-width: 768px) {
          .mosaic:not(.mosaic-static) .right-panel .lifestyle-feature .content .title {
            font-size: 13.5rem;
            line-height: 140px; } }
        @media (min-width: 992px) {
          .mosaic:not(.mosaic-static) .right-panel .lifestyle-feature .content .title {
            font-size: 18rem;
            line-height: 180px;
            -webkit-transform-origin: bottom;
                    transform-origin: bottom;
            -webkit-transform: scaleY(0);
                    transform: scaleY(0);
            transition: -webkit-transform .3s ease-in 1s;
            transition: transform .3s ease-in 1s;
            transition: transform .3s ease-in 1s, -webkit-transform .3s ease-in 1s; } }
      .mosaic:not(.mosaic-static) .right-panel .lifestyle-feature .content .description {
        top: -100px;
        left: 21px;
        width: 50%;
        position: absolute;
        font-weight: 600;
        font-family: "ff-good-headline-web-pro", Arial, sans-serif;
        text-decoration: underline;
        font-size: 2.4rem;
        letter-spacing: 0.3px;
        line-height: 28.8px; }
        @media (min-width: 768px) {
          .mosaic:not(.mosaic-static) .right-panel .lifestyle-feature .content .description {
            width: 30%;
            font-size: 3.2rem;
            line-height: 3.8rem; } }
        @media (min-width: 992px) {
          .mosaic:not(.mosaic-static) .right-panel .lifestyle-feature .content .description {
            top: -140px;
            opacity: 0;
            left: 52px;
            font-size: 3.6rem;
            line-height: 43.2px;
            transition: opacity .3s linear .5s; } }
      .mosaic:not(.mosaic-static) .right-panel .lifestyle-feature .content .operation {
        padding-left: 21px;
        padding-right: 21px; }
        @media (min-width: 992px) {
          .mosaic:not(.mosaic-static) .right-panel .lifestyle-feature .content .operation {
            padding-left: 52px;
            padding-right: 21px; } }
  .mosaic:not(.mosaic-static) .right-panel .cta-feature {
    padding: 21px; }
    @media (min-width: 992px) {
      .mosaic:not(.mosaic-static) .right-panel .cta-feature {
        padding: 39px 19px; }
        .mosaic:not(.mosaic-static) .right-panel .cta-feature.feature-animate {
          height: 100%; }
          .mosaic:not(.mosaic-static) .right-panel .cta-feature.feature-animate .title {
            width: 100%;
            font-size: 13.5rem;
            line-height: 140px; }
          .mosaic:not(.mosaic-static) .right-panel .cta-feature.feature-animate .foreground {
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); } }
    .mosaic:not(.mosaic-static) .right-panel .cta-feature .topic {
      top: 21px;
      left: 21px;
      position: absolute; }
      @media (min-width: 992px) {
        .mosaic:not(.mosaic-static) .right-panel .cta-feature .topic {
          top: 39px;
          left: 19px; } }
    .mosaic:not(.mosaic-static) .right-panel .cta-feature .title {
      text-decoration: underline; }
      @media (min-width: 992px) {
        .mosaic:not(.mosaic-static) .right-panel .cta-feature .title {
          width: 84%;
          font-size: 4.8rem;
          letter-spacing: 0.6px;
          line-height: 58px;
          transition: all .3s ease-in-out; } }
    .mosaic:not(.mosaic-static) .right-panel .cta-feature .foreground {
      bottom: 0;
      right: 0;
      max-width: 60%;
      max-height: 70%;
      position: absolute;
      transition: all .3s ease-in-out; }
  .mosaic.mosaic-static .wrapper {
    height: 100%; }
  .mosaic.mosaic-static .title span {
    display: block; }
  .mosaic.mosaic-static .left-panel .product-feature {
    height: 100%;
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) {
      .mosaic.mosaic-static .left-panel .product-feature {
        padding: 0 20px 52px 52px; } }
    .mosaic.mosaic-static .left-panel .product-feature .img-box {
      overflow: hidden; }
      @media (min-width: 992px) {
        .mosaic.mosaic-static .left-panel .product-feature .img-box {
          padding-top: 20px;
          flex-direction: column;
          flex: 0 0 66.666667%; }
          .mosaic.mosaic-static .left-panel .product-feature .img-box .product-image {
            flex: none; } }
    @media (min-width: 992px) {
      .mosaic.mosaic-static .left-panel .product-feature .content {
        flex: 0 0 33.333333%; } }
  .mosaic.mosaic-static .right-panel .lifestyle-feature .img-box,
  .mosaic.mosaic-static .right-panel .lifestyle-feature .video-box {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%; }
  .mosaic.mosaic-static .right-panel .lifestyle-feature .content {
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 21px; }
    @media (min-width: 992px) {
      .mosaic.mosaic-static .right-panel .lifestyle-feature .content {
        padding: 23px 20px; } }
    .mosaic.mosaic-static .right-panel .lifestyle-feature .content .topic {
      margin-bottom: 20px; }
    .mosaic.mosaic-static .right-panel .lifestyle-feature .content .title {
      font-size: 2.4rem; }
      @media (min-width: 992px) {
        .mosaic.mosaic-static .right-panel .lifestyle-feature .content .title {
          font-size: 3.6rem; } }
    .mosaic.mosaic-static .right-panel .lifestyle-feature .content .description {
      font-family: "ff-good-web-pro", Arial sans-serif;
      font-size: 1.6rem; }
    .mosaic.mosaic-static .right-panel .lifestyle-feature .content .operation .btn {
      margin-top: 15px; }
  .mosaic.mosaic-static .right-panel .cta-feature {
    padding: 21px; }
    @media (min-width: 992px) {
      .mosaic.mosaic-static .right-panel .cta-feature {
        display: flex;
        padding: 23px 20px; }
        .mosaic.mosaic-static .right-panel .cta-feature .content {
          flex: 0 0 60%; }
        .mosaic.mosaic-static .right-panel .cta-feature .img-content {
          flex: 0 0 40%; } }
    .mosaic.mosaic-static .right-panel .cta-feature .img-content {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 15px; }
      .mosaic.mosaic-static .right-panel .cta-feature .img-content img {
        flex: none;
        max-height: 200px;
        max-width: 80%; }
      @media (min-width: 992px) {
        .mosaic.mosaic-static .right-panel .cta-feature .img-content {
          margin-top: 0; }
          .mosaic.mosaic-static .right-panel .cta-feature .img-content img {
            max-height: 100%;
            max-width: 100%; } }
    .mosaic.mosaic-static .right-panel .cta-feature .title {
      font-size: 2.4rem; }
      @media (min-width: 992px) {
        .mosaic.mosaic-static .right-panel .cta-feature .title {
          font-size: 3.6rem; } }

.site-map .title {
  background-color: #EFF0E9;
  padding: 3rem 0; }
  .site-map .title h1 {
    font-size: 4.8rem;
    font-family: "ff-good-web-pro", Arial sans-serif;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 auto 0.9rem;
    max-width: 1436px;
    padding: 0 1.5rem;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .site-map .title h1 {
        padding: 0 2rem; } }
    @media (min-width: 992px) {
      .site-map .title h1 {
        font-size: 5.4rem; } }

.site-map .map-region {
  display: table;
  max-width: 1436px;
  width: 100%;
  margin: 0 auto 0;
  padding: 3rem 0; }
  .site-map .map-region .map-column {
    padding: 0 1.5rem 1.5rem; }
    @media (min-width: 768px) {
      .site-map .map-region .map-column {
        width: 25%;
        float: left; }
        .site-map .map-region .map-column:not(:first-of-type) {
          border-left: #ddd solid 1px; } }
    @media (min-width: 992px) {
      .site-map .map-region .map-column {
        font-size: 1.8rem;
        padding: 0 1.7rem 1.5rem; } }
    .site-map .map-region .map-column .list-section .list-unstyled {
      margin-bottom: 0; }
    .site-map .map-region .map-column .list-section .start-page {
      margin-bottom: 4.8px;
      font-weight: bold; }
      @media (min-width: 992px) {
        .site-map .map-region .map-column .list-section .start-page {
          margin-bottom: 5.4px; } }
      .site-map .map-region .map-column .list-section .start-page a {
        color: #000; }
        .site-map .map-region .map-column .list-section .start-page a:hover {
          text-decoration: none;
          color: #9f2200; }
    .site-map .map-region .map-column .list-section .child-pages {
      line-height: 1.6;
      margin: 0 0 1.6rem 2rem; }
      @media (min-width: 992px) {
        .site-map .map-region .map-column .list-section .child-pages {
          margin: 0 0 1.8rem 2.25rem; } }
      .site-map .map-region .map-column .list-section .child-pages .child-page a {
        color: #EB3300; }
        .site-map .map-region .map-column .list-section .child-pages .child-page a:hover {
          text-decoration: none;
          color: #9f2200; }
        .site-map .map-region .map-column .list-section .child-pages .child-page a::after {
          content: '\203A';
          margin-left: 5px; }

.contact-numbers label {
  margin-top: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "ff-good-web-pro", Arial sans-serif;
  line-height: 20px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .contact-numbers label {
      color: black; } }
  @media (min-width: 992px) {
    .contact-numbers label {
      font-size: 1.6rem;
      font-weight: 600;
      margin-top: 44px;
      margin-bottom: 15px; } }

.contact-numbers .sales-phone-number,
.contact-numbers .sales-hours {
  font-family: "ff-good-web-pro", Arial sans-serif;
  font-size: 1.4rem;
  line-height: 20px; }
  @media (min-width: 992px) {
    .contact-numbers .sales-phone-number,
    .contact-numbers .sales-hours {
      font-size: 1.7rem;
      line-height: 25px; } }

.contact-numbers .sales-phone-number {
  color: #000;
  display: block; }

@media (min-width: 992px) {
  .contact-numbers .sales-hours span {
    display: block; } }

.contact-numbers .description {
  font-family: "ff-good-web-pro", Arial sans-serif;
  margin: 0; }
  @media (min-width: 768px) {
    .contact-numbers .description {
      font-size: 1.4rem;
      line-height: 20px;
      margin-bottom: 10px; } }
  @media (min-width: 992px) {
    .contact-numbers .description {
      font-size: 1.6rem;
      line-height: 23px;
      margin-bottom: 0; } }

.contact-us-form {
  padding: 72px 20px; }
  @media (min-width: 768px) {
    .contact-us-form {
      padding: 24px 40px; } }
  @media (min-width: 992px) {
    .contact-us-form {
      padding: 64px 50px; } }
  .contact-us-form .title {
    margin: 0;
    font-size: 5.2rem;
    font-family: "ff-good-web-pro", Arial sans-serif;
    font-weight: 600;
    letter-spacing: -1.08px;
    line-height: 52px;
    margin-bottom: 26px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .contact-us-form .title {
        margin-bottom: 24px; } }
    @media (min-width: 992px) {
      .contact-us-form .title {
        font-size: 10rem;
        letter-spacing: -2.08px;
        line-height: 100px;
        margin-bottom: 64px; } }
  @media (min-width: 992px) {
    .contact-us-form .wrapper {
      display: flex; } }
  .contact-us-form .wrapper .section-left {
    margin-top: 21px; }
    @media (min-width: 768px) {
      .contact-us-form .wrapper .section-left {
        margin-top: 55px; } }
    @media (min-width: 992px) {
      .contact-us-form .wrapper .section-left {
        order: 1;
        flex: 1 1 77%;
        max-width: 77%;
        margin-top: 0;
        margin-right: 67px;
        position: relative; } }
    .contact-us-form .wrapper .section-left .form-title {
      font-family: "ff-good-web-pro", Arial sans-serif;
      font-size: 1.6rem;
      margin-top: 0;
      margin-bottom: 8px;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .contact-us-form .wrapper .section-left .form-title {
          font-weight: bold; } }
      @media (min-width: 992px) {
        .contact-us-form .wrapper .section-left .form-title {
          left: 0;
          top: -27px;
          font-weight: 600;
          margin-bottom: 0;
          position: absolute; } }
    .contact-us-form .wrapper .section-left .marketo-contact-form input,
    .contact-us-form .wrapper .section-left .marketo-contact-form select {
      margin-top: 9px;
      margin-bottom: 9px; }
    .contact-us-form .wrapper .section-left .marketo-contact-form .opt-in-description {
      font-size: 1.7rem;
      font-family: "ff-good-web-pro", Arial sans-serif;
      margin-top: 24px;
      margin-bottom: 18px; }
      @media (min-width: 768px) {
        .contact-us-form .wrapper .section-left .marketo-contact-form .opt-in-description {
          width: 76%; } }
      @media (min-width: 992px) {
        .contact-us-form .wrapper .section-left .marketo-contact-form .opt-in-description {
          width: 45%; } }
      .contact-us-form .wrapper .section-left .marketo-contact-form .opt-in-description .privacy-policy {
        text-decoration: underline; }
    .contact-us-form .wrapper .section-left .marketo-contact-form .btn-submit {
      width: auto;
      margin-top: 6px; }
      @media (min-width: 768px) {
        .contact-us-form .wrapper .section-left .marketo-contact-form .btn-submit {
          margin-top: 40px; } }
  @media (min-width: 768px) {
    .contact-us-form .wrapper .contact-numbers {
      width: 50%; } }
  @media (min-width: 992px) {
    .contact-us-form .wrapper .contact-numbers {
      order: 2;
      width: auto;
      flex: 1 1 23%;
      max-width: 23%;
      margin-top: 5px; } }

.solution-promo-container {
  overflow: hidden;
  position: relative; }
  .solution-promo-container .bg-box {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
    .solution-promo-container .bg-box .bg-element,
    .solution-promo-container .bg-box .pixel-element {
      width: 100%;
      height: 100%;
      position: absolute; }
    .solution-promo-container .bg-box .bg-element {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
    .solution-promo-container .bg-box .pixel-element {
      z-index: 10; }
  .solution-promo-container .wrapper {
    z-index: 20;
    margin: 0 auto;
    position: relative;
    max-width: 1436px; }
    @media (min-width: 768px) {
      .solution-promo-container .wrapper .img-box {
        -webkit-transform: translateY(10%);
                transform: translateY(10%);
        transition: -webkit-transform .2s ease-in;
        transition: transform .2s ease-in;
        transition: transform .2s ease-in, -webkit-transform .2s ease-in; } }
    @media (min-width: 768px) {
      .solution-promo-container .wrapper .content-container .content {
        -webkit-transform: translateY(20%);
                transform: translateY(20%);
        transition: -webkit-transform .2s ease-in;
        transition: transform .2s ease-in;
        transition: transform .2s ease-in, -webkit-transform .2s ease-in; } }
    .solution-promo-container .wrapper .tagline {
      width: 40%;
      font-family: "ff-good-headline-web-pro", Arial, sans-serif;
      font-weight: 600;
      font-size: 1.8rem;
      line-height: 21.6px;
      letter-spacing: 0.23px;
      margin-top: 60px;
      margin-left: 23px;
      position: static;
      text-decoration: underline;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .solution-promo-container .wrapper .tagline {
          width: 20%;
          margin-top: 95px;
          margin-left: 88px; } }
      @media (min-width: 992px) {
        .solution-promo-container .wrapper .tagline {
          font-size: 3.2rem;
          line-height: 38px;
          letter-spacing: 0.4px;
          margin-top: 171px;
          margin-left: 165px;
          margin-bottom: 30px; } }
      .solution-promo-container .wrapper .tagline span {
        display: block; }
    .solution-promo-container .wrapper .title {
      font-family: "ff-good-headline-web-pro", Arial, sans-serif;
      font-weight: 600;
      font-size: 7.2rem;
      line-height: 60px;
      margin: 0;
      text-align: right; }
      @media (min-width: 768px) {
        .solution-promo-container .wrapper .title {
          font-size: 12rem;
          line-height: 90px;
          margin-left: 55px;
          text-align: left; } }
      @media (min-width: 992px) {
        .solution-promo-container .wrapper .title {
          font-size: 25rem;
          line-height: 220px;
          margin-left: 0; } }
    .solution-promo-container .wrapper .foreground {
      height: 280px;
      background-size: cover;
      background-repeat: no-repeat; }
      @media (min-width: 768px) {
        .solution-promo-container .wrapper .foreground {
          bottom: 0;
          height: 72%;
          position: absolute; } }
    .solution-promo-container .wrapper .content-container {
      display: flex;
      position: relative;
      justify-content: flex-end; }
      .solution-promo-container .wrapper .content-container .content {
        padding: 60px 20px; }
        @media (min-width: 768px) {
          .solution-promo-container .wrapper .content-container .content {
            margin-top: 15px;
            margin-bottom: 48px;
            margin-right: 41px;
            padding: 0;
            width: 35%; } }
        @media (min-width: 992px) {
          .solution-promo-container .wrapper .content-container .content {
            width: 30%;
            margin-top: 40px;
            margin-right: 52px;
            margin-bottom: 291px; } }
        .solution-promo-container .wrapper .content-container .content .icon {
          height: 32px; }
          @media (min-width: 768px) {
            .solution-promo-container .wrapper .content-container .content .icon {
              height: 27px; } }
          @media (min-width: 992px) {
            .solution-promo-container .wrapper .content-container .content .icon {
              height: 43px; } }
        .solution-promo-container .wrapper .content-container .content .description {
          font-family: "ff-good-web-pro", Arial sans-serif;
          font-size: 1.6rem;
          line-height: 23px;
          margin-top: 33px;
          margin-bottom: 45px; }
          @media (min-width: 768px) {
            .solution-promo-container .wrapper .content-container .content .description {
              margin-top: 23px;
              margin-bottom: 41px; } }
          @media (min-width: 992px) {
            .solution-promo-container .wrapper .content-container .content .description {
              font-size: 1.8rem;
              line-height: 27px;
              margin-top: 31px;
              margin-bottom: 33px; } }
        .solution-promo-container .wrapper .content-container .content .btn {
          font-family: "ff-good-web-pro", Arial sans-serif;
          font-size: 1.4rem;
          font-weight: 600;
          margin-right: 20px;
          margin-bottom: 20px;
          text-transform: uppercase; }
          .solution-promo-container .wrapper .content-container .content .btn:last-child {
            margin-right: 0; }
          @media (min-width: 768px) {
            .solution-promo-container .wrapper .content-container .content .btn.btn-primary {
              font-size: 1.2rem; } }
          @media (min-width: 992px) {
            .solution-promo-container .wrapper .content-container .content .btn.btn-primary {
              font-size: 1.4rem;
              margin-right: 16px; } }

.homepage-carousel {
  background-color: #9c8e8b; }
  @media (min-width: 992px) {
    .homepage-carousel {
      padding-bottom: 2rem; } }
  .homepage-carousel .content-wrapper {
    max-width: 1436px;
    padding: 5rem 2rem 0;
    position: relative;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .homepage-carousel .content-wrapper {
        padding: 3rem 0 0; } }
    @media (min-width: 992px) {
      .homepage-carousel .content-wrapper {
        padding-top: 8rem; } }
  .homepage-carousel .title-wrapper {
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .homepage-carousel .title-wrapper {
        position: absolute;
        width: 40%;
        left: 3.5rem;
        top: 8rem; } }
    @media (min-width: 992px) {
      .homepage-carousel .title-wrapper {
        left: 5%;
        top: 19rem; } }
    .homepage-carousel .title-wrapper .title {
      font-size: 2.4rem;
      font-weight: 600;
      letter-spacing: 0.3px;
      line-height: 28.8px;
      margin-bottom: 2rem;
      text-decoration: underline; }
      @media (min-width: 992px) {
        .homepage-carousel .title-wrapper .title {
          font-size: 4.8rem;
          letter-spacing: 0.6px;
          line-height: 5.8rem;
          margin-bottom: 4.5rem; } }
    .homepage-carousel .title-wrapper .panel-titles h6 {
      line-height: 3rem;
      font-family: "ff-good-web-pro", Arial sans-serif;
      font-size: 1.4rem;
      margin: 0; }
      @media (min-width: 992px) {
        .homepage-carousel .title-wrapper .panel-titles h6 {
          font-size: 2.2rem;
          margin-bottom: 0.8rem; } }
      .homepage-carousel .title-wrapper .panel-titles h6 span:hover {
        color: #fff;
        cursor: pointer;
        text-decoration: underline; }
      .homepage-carousel .title-wrapper .panel-titles h6 span.chosen-title {
        color: #fff;
        text-decoration: underline; }
  .homepage-carousel .panel-wrapper {
    height: 350px;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate(0, -6rem);
            transform: translate(0, -6rem);
    width: 100%; }
    @media (min-width: 768px) {
      .homepage-carousel .panel-wrapper {
        height: 465px;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0); } }
    @media (min-width: 992px) {
      .homepage-carousel .panel-wrapper {
        height: 880px; } }
    .homepage-carousel .panel-wrapper .wrapper {
      display: flex;
      height: 100%;
      position: relative;
      transition: -webkit-transform 1s ease;
      transition: transform 1s ease;
      transition: transform 1s ease, -webkit-transform 1s ease; }
      .homepage-carousel .panel-wrapper .wrapper .img-link {
        height: 263px;
        position: absolute;
        text-align: center;
        width: 85%;
        z-index: 0; }
        @media (min-width: 768px) {
          .homepage-carousel .panel-wrapper .wrapper .img-link {
            height: 334px;
            width: 65%; } }
        @media (min-width: 992px) {
          .homepage-carousel .panel-wrapper .wrapper .img-link {
            height: 653px;
            width: 70%; } }
        .homepage-carousel .panel-wrapper .wrapper .img-link .large-img {
          height: 229px;
          width: 100%; }
          @media (min-width: 768px) {
            .homepage-carousel .panel-wrapper .wrapper .img-link .large-img {
              height: 300px; } }
          @media (min-width: 992px) {
            .homepage-carousel .panel-wrapper .wrapper .img-link .large-img {
              height: 610px; } }
        .homepage-carousel .panel-wrapper .wrapper .img-link .btn {
          color: #000;
          font-size: 1.2rem;
          text-decoration: none; }
          .homepage-carousel .panel-wrapper .wrapper .img-link .btn:hover {
            color: #fff;
            text-decoration: underline; }
          @media (min-width: 992px) {
            .homepage-carousel .panel-wrapper .wrapper .img-link .btn {
              font-size: 1.8rem; } }
      .homepage-carousel .panel-wrapper .wrapper .video-box {
        height: 116px;
        position: absolute;
        width: 205px;
        z-index: 1; }
        @media (min-width: 768px) {
          .homepage-carousel .panel-wrapper .wrapper .video-box {
            height: 166px;
            width: 300px; } }
        @media (min-width: 992px) {
          .homepage-carousel .panel-wrapper .wrapper .video-box {
            height: 300px;
            width: 533px; } }
        .homepage-carousel .panel-wrapper .wrapper .video-box video {
          width: 100%; }
      .homepage-carousel .panel-wrapper .wrapper .large-img, .homepage-carousel .panel-wrapper .wrapper .small-img {
        background-size: cover;
        background-repeat: no-repeat; }
      .homepage-carousel .panel-wrapper .wrapper .small-img {
        height: 116px;
        position: absolute;
        width: 205px;
        z-index: 1; }
        @media (min-width: 768px) {
          .homepage-carousel .panel-wrapper .wrapper .small-img {
            height: 166px;
            width: 300px; } }
        @media (min-width: 992px) {
          .homepage-carousel .panel-wrapper .wrapper .small-img {
            height: 300px;
            width: 533px; } }
      .homepage-carousel .panel-wrapper .wrapper .panel {
        flex: 0 0 100%; }
      .homepage-carousel .panel-wrapper .wrapper .panel-0 .img-link, .homepage-carousel .panel-wrapper .wrapper .panel-3 .img-link {
        bottom: 0; }
      .homepage-carousel .panel-wrapper .wrapper .panel-0 .video-box, .homepage-carousel .panel-wrapper .wrapper .panel-0 .small-img, .homepage-carousel .panel-wrapper .wrapper .panel-3 .video-box, .homepage-carousel .panel-wrapper .wrapper .panel-3 .small-img {
        top: 0;
        transition: right 1s ease; }
      .homepage-carousel .panel-wrapper .wrapper .panel-1 .img-link, .homepage-carousel .panel-wrapper .wrapper .panel-4 .img-link {
        top: 0;
        transition: -webkit-transform 1s ease;
        transition: transform 1s ease;
        transition: transform 1s ease, -webkit-transform 1s ease; }
        .homepage-carousel .panel-wrapper .wrapper .panel-1 .img-link .btn, .homepage-carousel .panel-wrapper .wrapper .panel-4 .img-link .btn {
          margin-left: 16rem; }
          @media (min-width: 992px) {
            .homepage-carousel .panel-wrapper .wrapper .panel-1 .img-link .btn, .homepage-carousel .panel-wrapper .wrapper .panel-4 .img-link .btn {
              margin-left: 40rem; } }
      .homepage-carousel .panel-wrapper .wrapper .panel-1 .video-box, .homepage-carousel .panel-wrapper .wrapper .panel-1 .small-img, .homepage-carousel .panel-wrapper .wrapper .panel-4 .video-box, .homepage-carousel .panel-wrapper .wrapper .panel-4 .small-img {
        bottom: 3.4rem; }
        @media (min-width: 992px) {
          .homepage-carousel .panel-wrapper .wrapper .panel-1 .video-box, .homepage-carousel .panel-wrapper .wrapper .panel-1 .small-img, .homepage-carousel .panel-wrapper .wrapper .panel-4 .video-box, .homepage-carousel .panel-wrapper .wrapper .panel-4 .small-img {
            bottom: 4.3rem; } }
      .homepage-carousel .panel-wrapper .wrapper .panel-2 .img-link, .homepage-carousel .panel-wrapper .wrapper .panel-5 .img-link {
        top: 0; }
        .homepage-carousel .panel-wrapper .wrapper .panel-2 .img-link .btn, .homepage-carousel .panel-wrapper .wrapper .panel-5 .img-link .btn {
          margin-right: 16rem; }
          @media (min-width: 768px) {
            .homepage-carousel .panel-wrapper .wrapper .panel-2 .img-link .btn, .homepage-carousel .panel-wrapper .wrapper .panel-5 .img-link .btn {
              margin-right: 1rem; } }
          @media (min-width: 992px) {
            .homepage-carousel .panel-wrapper .wrapper .panel-2 .img-link .btn, .homepage-carousel .panel-wrapper .wrapper .panel-5 .img-link .btn {
              position: absolute;
              display: block;
              bottom: -22.5rem;
              right: 0; } }
      .homepage-carousel .panel-wrapper .wrapper .panel-2 .video-box, .homepage-carousel .panel-wrapper .wrapper .panel-2 .small-img, .homepage-carousel .panel-wrapper .wrapper .panel-5 .video-box, .homepage-carousel .panel-wrapper .wrapper .panel-5 .small-img {
        bottom: 3.4rem; }
        @media (min-width: 992px) {
          .homepage-carousel .panel-wrapper .wrapper .panel-2 .video-box, .homepage-carousel .panel-wrapper .wrapper .panel-2 .small-img, .homepage-carousel .panel-wrapper .wrapper .panel-5 .video-box, .homepage-carousel .panel-wrapper .wrapper .panel-5 .small-img {
            bottom: 4.3rem; } }
      .homepage-carousel .panel-wrapper .wrapper .panel-0 .img-link {
        left: 0; }
        @media (min-width: 768px) {
          .homepage-carousel .panel-wrapper .wrapper .panel-0 .img-link {
            left: 17.5%; } }
        @media (min-width: 992px) {
          .homepage-carousel .panel-wrapper .wrapper .panel-0 .img-link {
            left: 15%; } }
      .homepage-carousel .panel-wrapper .wrapper .panel-0 .video-box, .homepage-carousel .panel-wrapper .wrapper .panel-0 .small-img {
        right: 0; }
      .homepage-carousel .panel-wrapper .wrapper .panel-1 .img-link {
        right: -100%; }
      .homepage-carousel .panel-wrapper .wrapper .panel-1 .video-box, .homepage-carousel .panel-wrapper .wrapper .panel-1 .small-img {
        left: 100%; }
        @media (min-width: 768px) {
          .homepage-carousel .panel-wrapper .wrapper .panel-1 .video-box, .homepage-carousel .panel-wrapper .wrapper .panel-1 .small-img {
            left: calc(150% - 150px); } }
        @media (min-width: 992px) {
          .homepage-carousel .panel-wrapper .wrapper .panel-1 .video-box, .homepage-carousel .panel-wrapper .wrapper .panel-1 .small-img {
            left: calc(150% - 266px); } }
      .homepage-carousel .panel-wrapper .wrapper .panel-2 .img-link {
        left: 200%; }
        @media (min-width: 768px) {
          .homepage-carousel .panel-wrapper .wrapper .panel-2 .img-link {
            left: 217.5%; } }
        @media (min-width: 992px) {
          .homepage-carousel .panel-wrapper .wrapper .panel-2 .img-link {
            left: 215%; } }
      .homepage-carousel .panel-wrapper .wrapper .panel-2 .video-box, .homepage-carousel .panel-wrapper .wrapper .panel-2 .small-img {
        right: -200%; }
      .homepage-carousel .panel-wrapper .wrapper .panel-3 .img-link {
        left: 300%; }
        @media (min-width: 768px) {
          .homepage-carousel .panel-wrapper .wrapper .panel-3 .img-link {
            left: 317.5%; } }
        @media (min-width: 992px) {
          .homepage-carousel .panel-wrapper .wrapper .panel-3 .img-link {
            left: 315%; } }
      .homepage-carousel .panel-wrapper .wrapper .panel-3 .video-box, .homepage-carousel .panel-wrapper .wrapper .panel-3 .small-img {
        right: -300%; }
      .homepage-carousel .panel-wrapper .wrapper .panel-4 .img-link {
        right: -400%; }
      .homepage-carousel .panel-wrapper .wrapper .panel-4 .video-box, .homepage-carousel .panel-wrapper .wrapper .panel-4 .small-img {
        left: 400%; }
        @media (min-width: 768px) {
          .homepage-carousel .panel-wrapper .wrapper .panel-4 .video-box, .homepage-carousel .panel-wrapper .wrapper .panel-4 .small-img {
            left: calc(450% - 150px); } }
        @media (min-width: 992px) {
          .homepage-carousel .panel-wrapper .wrapper .panel-4 .video-box, .homepage-carousel .panel-wrapper .wrapper .panel-4 .small-img {
            left: calc(450% - 266px); } }
      .homepage-carousel .panel-wrapper .wrapper .panel-5 .img-link {
        left: 500%; }
        @media (min-width: 768px) {
          .homepage-carousel .panel-wrapper .wrapper .panel-5 .img-link {
            left: 517.5%; } }
        @media (min-width: 992px) {
          .homepage-carousel .panel-wrapper .wrapper .panel-5 .img-link {
            left: 515%; } }
      .homepage-carousel .panel-wrapper .wrapper .panel-5 .video-box, .homepage-carousel .panel-wrapper .wrapper .panel-5 .small-img {
        right: -500%; }
      .homepage-carousel .panel-wrapper .wrapper.panel-0-chosen {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0); }
      .homepage-carousel .panel-wrapper .wrapper.panel-1-chosen {
        -webkit-transform: translate(-100%, 0);
                transform: translate(-100%, 0); }
        @media (min-width: 768px) {
          .homepage-carousel .panel-wrapper .wrapper.panel-1-chosen .panel-0 .video-box, .homepage-carousel .panel-wrapper .wrapper.panel-1-chosen .panel-0 .small-img {
            right: -75px; } }
        @media (min-width: 992px) {
          .homepage-carousel .panel-wrapper .wrapper.panel-1-chosen .panel-0 .video-box, .homepage-carousel .panel-wrapper .wrapper.panel-1-chosen .panel-0 .small-img {
            right: -133px; } }
      .homepage-carousel .panel-wrapper .wrapper.panel-2-chosen {
        -webkit-transform: translate(-200%, 0);
                transform: translate(-200%, 0); }
        @media (min-width: 768px) {
          .homepage-carousel .panel-wrapper .wrapper.panel-2-chosen .panel-1 .img-link {
            right: -110%;
            -webkit-transform: translate(0, 80px);
                    transform: translate(0, 80px); } }
        @media (min-width: 992px) {
          .homepage-carousel .panel-wrapper .wrapper.panel-2-chosen .panel-1 .img-link {
            -webkit-transform: translate(0, 115px);
                    transform: translate(0, 115px); } }
        .homepage-carousel .panel-wrapper .wrapper.panel-2-chosen .panel-1 .img-link .btn {
          display: none; }
      .homepage-carousel .panel-wrapper .wrapper.panel-3-chosen {
        -webkit-transform: translate(-300%, 0);
                transform: translate(-300%, 0); }
      .homepage-carousel .panel-wrapper .wrapper.panel-4-chosen {
        -webkit-transform: translate(-400%, 0);
                transform: translate(-400%, 0); }
        @media (min-width: 768px) {
          .homepage-carousel .panel-wrapper .wrapper.panel-4-chosen .panel-3 .video-box, .homepage-carousel .panel-wrapper .wrapper.panel-4-chosen .panel-3 .small-img {
            right: calc(-300% - 75px); } }
        @media (min-width: 992px) {
          .homepage-carousel .panel-wrapper .wrapper.panel-4-chosen .panel-3 .video-box, .homepage-carousel .panel-wrapper .wrapper.panel-4-chosen .panel-3 .small-img {
            right: calc(-300% - 133px); } }
      .homepage-carousel .panel-wrapper .wrapper.panel-5-chosen {
        -webkit-transform: translate(-500%, 0);
                transform: translate(-500%, 0); }
        @media (min-width: 768px) {
          .homepage-carousel .panel-wrapper .wrapper.panel-5-chosen .panel-4 .img-link {
            right: -410%;
            -webkit-transform: translate(0, 80px);
                    transform: translate(0, 80px); } }
        @media (min-width: 992px) {
          .homepage-carousel .panel-wrapper .wrapper.panel-5-chosen .panel-4 .img-link {
            -webkit-transform: translate(0, 115px);
                    transform: translate(0, 115px); } }
        .homepage-carousel .panel-wrapper .wrapper.panel-5-chosen .panel-4 .img-link .btn {
          display: none; }

.header-contact-container {
  height: 100%; }
  @media (min-width: 992px) {
    .header-contact-container {
      height: auto; } }
  .header-contact-container .see-all {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding: 0; }
    .header-contact-container .see-all::after {
      content: '';
      top: 2px;
      width: 12px;
      height: 12px;
      right: -20px;
      position: absolute;
      background-image: url("clientlib-site/resources/icons/arrow-right-black.svg");
      background-repeat: no-repeat;
      background-size: contain; }
    .header-contact-container .see-all:hover::after {
      background-image: url("clientlib-site/resources/icons/arrow-right-red.svg"); }
  .header-contact-container .section-wrapper {
    display: flex;
    flex-direction: column;
    height: calc(100% - 4.8rem);
    min-height: 520px;
    max-height: 620px; }
    @media (min-width: 768px) {
      .header-contact-container .section-wrapper {
        min-height: 600px;
        max-height: 760px; } }
    @media (min-width: 992px) {
      .header-contact-container .section-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        height: auto;
        min-height: auto;
        max-height: auto; } }
    .header-contact-container .section-wrapper .section {
      align-items: center;
      align-content: center;
      background-color: #fbfaf9;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .header-contact-container .section-wrapper .section {
          margin-bottom: 2rem; } }
      @media (min-width: 992px) {
        .header-contact-container .section-wrapper .section {
          margin-bottom: 0; } }
      .header-contact-container .section-wrapper .section .icon-title .title, .header-contact-container .section-wrapper .section .icon-title .phone-number {
        color: #000;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase; }
      .header-contact-container .section-wrapper .section .icon-title .icon {
        margin: 0 auto 1.5rem; }
      .header-contact-container .section-wrapper .section .main-item {
        flex: 0 0 100%;
        max-width: 100%; }
        .header-contact-container .section-wrapper .section .main-item .title {
          font-size: 1.8rem;
          letter-spacing: 0.23px;
          line-height: 28px; }
      .header-contact-container .section-wrapper .section .other-items {
        display: flex;
        flex: 0 0 100%;
        max-width: 100%; }
        .header-contact-container .section-wrapper .section .other-items .logo-box {
          flex: 0 0 33.333333%;
          max-width: 33.333333%; }
          .header-contact-container .section-wrapper .section .other-items .logo-box .sales-chat-trigger:focus {
            opacity: 0;
            z-index: -1;
            position: absolute; }
          .header-contact-container .section-wrapper .section .other-items .logo-box a {
            opacity: 0;
            z-index: -1;
            position: absolute; }
            .header-contact-container .section-wrapper .section .other-items .logo-box a .icon {
              margin-top: 4.5rem; }
              @media (min-width: 768px) {
                .header-contact-container .section-wrapper .section .other-items .logo-box a .icon {
                  margin-top: 7rem; } }
              @media (min-width: 992px) {
                .header-contact-container .section-wrapper .section .other-items .logo-box a .icon {
                  margin-top: 5rem; } }
            .header-contact-container .section-wrapper .section .other-items .logo-box a .icon .title {
              display: none; }
            .header-contact-container .section-wrapper .section .other-items .logo-box a:focus {
              opacity: 1;
              z-index: 0;
              position: static; }
              .header-contact-container .section-wrapper .section .other-items .logo-box a:focus .icon .title {
                display: block; }
          .header-contact-container .section-wrapper .section .other-items .logo-box .title, .header-contact-container .section-wrapper .section .other-items .logo-box .phone-number {
            font-size: 1.6rem; }
            @media (min-width: 992px) {
              .header-contact-container .section-wrapper .section .other-items .logo-box .title, .header-contact-container .section-wrapper .section .other-items .logo-box .phone-number {
                font-size: 1.4rem; } }
          .header-contact-container .section-wrapper .section .other-items .logo-box .icon {
            height: 3.5rem;
            width: 4rem; }
      .header-contact-container .section-wrapper .section:hover a {
        text-decoration: none; }
      .header-contact-container .section-wrapper .section:hover .title, .header-contact-container .section-wrapper .section:hover .phone-number {
        color: #ff3b00; }
    .header-contact-container .section-wrapper .sales-section, .header-contact-container .section-wrapper .support-section, .header-contact-container .section-wrapper .main-image-section, .header-contact-container .section-wrapper .partners-offices-section {
      flex-grow: 1; }
      @media (min-width: 992px) {
        .header-contact-container .section-wrapper .sales-section, .header-contact-container .section-wrapper .support-section, .header-contact-container .section-wrapper .main-image-section, .header-contact-container .section-wrapper .partners-offices-section {
          flex-grow: 0;
          flex-shrink: 0;
          flex-basis: calc(24.9% - 1.5rem);
          max-width: calc(24.9% - 1.5rem);
          height: 390px;
          margin-left: 2rem; } }
      .header-contact-container .section-wrapper .sales-section .icon, .header-contact-container .section-wrapper .support-section .icon, .header-contact-container .section-wrapper .main-image-section .icon, .header-contact-container .section-wrapper .partners-offices-section .icon {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
    .header-contact-container .section-wrapper .main-image-section {
      display: none; }
      .header-contact-container .section-wrapper .main-image-section .icon {
        background-size: cover;
        width: 100%;
        height: 100%; }
      @media (min-width: 992px) {
        .header-contact-container .section-wrapper .main-image-section {
          display: block;
          margin-left: 0; } }
    .header-contact-container .section-wrapper .sales-section:hover .other-items a {
      opacity: 1;
      z-index: 0;
      position: static; }
    .header-contact-container .section-wrapper .sales-section:hover .other-items .sales-chat-trigger {
      opacity: 1 !important;
      z-index: 0 !important;
      position: static !important; }
    @media (min-width: 992px) {
      .header-contact-container .section-wrapper .sales-section:hover .main-item .icon {
        margin-bottom: 0.8rem; } }
    @media (min-width: 992px) {
      .header-contact-container .section-wrapper .sales-section:hover .main-item .title {
        font-size: 3.2rem;
        letter-spacing: 0.4px;
        line-height: 38px; } }
    .header-contact-container .section-wrapper .sales-section .other-items .mail-icon {
      background-image: url("clientlib-site/resources/icons/icon-email-red.svg"); }
    .header-contact-container .section-wrapper .sales-section .other-items .chat-icon {
      background-image: url("clientlib-site/resources/icons/icon-chat-red.svg"); }
    .header-contact-container .section-wrapper .sales-section .other-items .phone-icon {
      background-image: url("clientlib-site/resources/icons/icon-call-red.svg"); }
    .header-contact-container .section-wrapper .sales-section .main-item .icon {
      background-image: url("clientlib-site/resources/icons/icon-sales.svg");
      height: 61px;
      width: 44px; }
    .header-contact-container .section-wrapper .sales-section:hover .main-item .icon {
      background-image: url("clientlib-site/resources/icons/icon-sales-red.svg"); }
    .header-contact-container .section-wrapper .support-section .main-item .icon {
      background-image: url("clientlib-site/resources/icons/icon-support.svg");
      height: 61px;
      width: 60px; }
    .header-contact-container .section-wrapper .support-section:hover .main-item .icon {
      background-image: url("clientlib-site/resources/icons/icon-support-red.svg"); }
    .header-contact-container .section-wrapper .partners-offices-section {
      display: flex;
      flex-wrap: wrap; }
      .header-contact-container .section-wrapper .partners-offices-section .partners-section, .header-contact-container .section-wrapper .partners-offices-section .offices-section {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.9% - 5px);
        max-width: calc(49.9% - 5px);
        text-decoration: none; }
        @media (min-width: 768px) {
          .header-contact-container .section-wrapper .partners-offices-section .partners-section, .header-contact-container .section-wrapper .partners-offices-section .offices-section {
            flex-basis: calc(49.9% - 10px);
            max-width: calc(49.9% - 10px); } }
        @media (min-width: 992px) {
          .header-contact-container .section-wrapper .partners-offices-section .partners-section, .header-contact-container .section-wrapper .partners-offices-section .offices-section {
            flex: 0 0 100%;
            max-width: 100%; } }
      .header-contact-container .section-wrapper .partners-offices-section .partners-section {
        margin-right: 0.5rem; }
        @media (min-width: 768px) {
          .header-contact-container .section-wrapper .partners-offices-section .partners-section {
            margin-right: 1rem; } }
        @media (min-width: 992px) {
          .header-contact-container .section-wrapper .partners-offices-section .partners-section {
            margin: 0 0 2rem; } }
        .header-contact-container .section-wrapper .partners-offices-section .partners-section:hover .icon {
          background-image: url("clientlib-site/resources/icons/icon-partner-red.svg"); }
        .header-contact-container .section-wrapper .partners-offices-section .partners-section .icon {
          background-image: url("clientlib-site/resources/icons/icon-partner.svg");
          height: 60px;
          width: 75px; }
      .header-contact-container .section-wrapper .partners-offices-section .offices-section {
        margin-left: 0.5rem; }
        @media (min-width: 768px) {
          .header-contact-container .section-wrapper .partners-offices-section .offices-section {
            margin-left: 1rem; } }
        @media (min-width: 992px) {
          .header-contact-container .section-wrapper .partners-offices-section .offices-section {
            margin-left: 0; } }
        .header-contact-container .section-wrapper .partners-offices-section .offices-section:hover .icon {
          background-image: url("clientlib-site/resources/icons/icon-office-red.svg"); }
        .header-contact-container .section-wrapper .partners-offices-section .offices-section .icon {
          background-image: url("clientlib-site/resources/icons/icon-office.svg");
          height: 60px;
          width: 54px; }

.filmstrip-links {
  overflow: hidden; }
  .filmstrip-links .slide {
    width: 20000em;
    position: relative; }
    @media (min-width: 768px) {
      .filmstrip-links .slide {
        width: 100%;
        display: flex; } }
    .filmstrip-links .slide .item {
      float: left; }
      @media (min-width: 768px) {
        .filmstrip-links .slide .item {
          flex: 1;
          transition: all 0.2s linear; }
          .filmstrip-links .slide .item.no-description-cta:hover {
            flex: 1.2; } }
      .filmstrip-links .slide .item.has-description-cta .rollover-card {
        bottom: 0px;
        left: 0;
        max-height: 420px;
        width: 100%;
        padding: 2rem;
        position: absolute;
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
        .filmstrip-links .slide .item.has-description-cta .rollover-card .title {
          padding: 0;
          margin-bottom: 4rem; }
        .filmstrip-links .slide .item.has-description-cta .rollover-card .description {
          margin-bottom: 4rem;
          font-size: 1.4rem;
          max-height: 232px;
          overflow-y: scroll; }
          .filmstrip-links .slide .item.has-description-cta .rollover-card .description::-webkit-scrollbar {
            background-color: #fff;
            width: 5px; }
          .filmstrip-links .slide .item.has-description-cta .rollover-card .description::-webkit-scrollbar-thumb {
            background-color: #ebe8e5;
            border-radius: 10px; }
          .filmstrip-links .slide .item.has-description-cta .rollover-card .description::-webkit-scrollbar-thumb:hover {
            background-color: #e2ddd9; }
          .filmstrip-links .slide .item.has-description-cta .rollover-card .description {
            scrollbar-arrow-color: #fff;
            scrollbar-face-color: #ebe8e5;
            scrollbar-darkshadow-color: #fff;
            scrollbar-track-color: #fff; }
        .filmstrip-links .slide .item.has-description-cta .rollover-card .btn {
          font-size: 1.2rem;
          padding: 8px; }
      .filmstrip-links .slide .item.has-description-cta:hover .rollover-card.canshow {
        -webkit-transform: translateY(0);
                transform: translateY(0); }
      .filmstrip-links .slide .item.has-description-cta:hover > .title {
        opacity: 0;
        transition: none; }
      .filmstrip-links .slide .item .link-container:hover {
        color: #000;
        text-decoration: none; }
      .filmstrip-links .slide .item .zoom-box {
        height: 497px;
        position: relative;
        overflow: hidden; }
        .filmstrip-links .slide .item .zoom-box .img-box {
          width: 100%;
          height: 100%;
          background-size: cover;
          background-repeat: no-repeat; }
          @media (min-width: 768px) {
            .filmstrip-links .slide .item .zoom-box .img-box {
              -webkit-transform: translateY(100%);
                      transform: translateY(100%);
              transition: all .3s ease-in-out; } }
      .filmstrip-links .slide .item .title {
        font-family: "ff-good-web-pro", Arial sans-serif;
        font-size: 2rem;
        font-weight: 600;
        line-height: 22px;
        margin-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        text-transform: uppercase;
        opacity: 1;
        transition: opacity 0.01s ease 0.3s; }

.software-downloads-container .modal h1, .software-downloads-container .modal .h1 {
  font-size: 4.2rem; }

.software-downloads-container .card, .software-downloads-container .card-header {
  border: none; }

.software-downloads-container .card-header-title {
  font-size: 1.6rem;
  line-height: 19.2px; }
  @media (min-width: 768px) {
    .software-downloads-container .card-header-title {
      font-size: 2rem; } }
  @media (min-width: 992px) {
    .software-downloads-container .card-header-title {
      font-size: 2.4rem;
      line-height: 3rem; } }

.software-downloads-container .downloads-list {
  width: 100%; }

.software-downloads-container .downloads-header {
  color: #6c757d;
  font-weight: 400; }

.software-downloads-container .download-link, .software-downloads-container .download-size-link, .software-downloads-container .notes-link {
  color: #000; }

.software-downloads-container .download-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("clientlib-site/resources/icons/download-black.svg");
  background-repeat: no-repeat;
  background-size: contain; }
  .software-downloads-container .download-icon:hover {
    background-image: url("clientlib-site/resources/icons/download-red.svg"); }

.software-downloads-container .downloads-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.software-downloads-container .release-name {
  width: 100%; }
  @media (min-width: 768px) {
    .software-downloads-container .release-name {
      width: 55%; } }
  @media (min-width: 992px) {
    .software-downloads-container .release-name {
      width: 55%; } }

.software-downloads-container .release-date-header, .software-downloads-container .release-notes-header, .software-downloads-container .release-size-header,
.software-downloads-container .release-date, .software-downloads-container .release-notes, .software-downloads-container .release-size {
  width: 100%; }
  @media (min-width: 768px) {
    .software-downloads-container .release-date-header, .software-downloads-container .release-notes-header, .software-downloads-container .release-size-header,
    .software-downloads-container .release-date, .software-downloads-container .release-notes, .software-downloads-container .release-size {
      width: 15%; } }
  @media (min-width: 992px) {
    .software-downloads-container .release-date-header, .software-downloads-container .release-notes-header, .software-downloads-container .release-size-header,
    .software-downloads-container .release-date, .software-downloads-container .release-notes, .software-downloads-container .release-size {
      width: 15%; } }

.software-downloads-container .release-notes {
  text-transform: uppercase; }

@media (min-width: 992px) {
  .solution-finder-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    max-width: 1436px;
    min-height: 770px; } }

.solution-finder-container .slider-enter {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 1; }

.solution-finder-container .slider-enter-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in; }

.solution-finder-container .slider-exit {
  display: none; }

.solution-finder-container .solution-finder {
  position: relative;
  padding: 20px 19px; }
  .solution-finder-container .solution-finder .progressBar {
    display: flex;
    position: relative; }
    .solution-finder-container .solution-finder .progressBar .breadcrumb-ol {
      width: 80%; }
  @media (min-width: 992px) {
    .solution-finder-container .solution-finder {
      padding: 19px 51px;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; } }
  .solution-finder-container .solution-finder.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    height: 900px; }
  .solution-finder-container .solution-finder .position-indicator {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #000; }
    .solution-finder-container .solution-finder .position-indicator .startOver {
      padding-top: 5px; }
    .solution-finder-container .solution-finder .position-indicator .item span {
      display: none;
      font-family: "ff-good-web-pro", Arial sans-serif;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 22px;
      padding-top: 20px;
      text-transform: uppercase; }
    .solution-finder-container .solution-finder .position-indicator .item a {
      font-family: "ff-good-web-pro", Arial sans-serif;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 50px;
      padding-top: 20px;
      text-transform: uppercase;
      text-decoration: none; }
    @media (min-width: 992px) {
      .solution-finder-container .solution-finder .position-indicator .item.item-viewed span,
      .solution-finder-container .solution-finder .position-indicator .item.item-viewed a {
        display: inline-block; } }
    .solution-finder-container .solution-finder .position-indicator .item::before {
      top: -4px;
      content: '';
      width: 6px;
      height: 6px;
      z-index: 10;
      margin-left: -3px;
      position: absolute;
      border-radius: 50%;
      background-color: #000; }
      @media (min-width: 992px) {
        .solution-finder-container .solution-finder .position-indicator .item::before {
          top: -6px;
          width: 11px;
          height: 11px;
          margin-left: 0; } }
    .solution-finder-container .solution-finder .position-indicator .item.active::before, .solution-finder-container .solution-finder .position-indicator .item.item-viewed::before {
      top: -6px;
      width: 11px;
      height: 11px; }
      @media (min-width: 992px) {
        .solution-finder-container .solution-finder .position-indicator .item.active::before, .solution-finder-container .solution-finder .position-indicator .item.item-viewed::before {
          top: -9px;
          width: 18px;
          height: 18px; } }
    .solution-finder-container .solution-finder .position-indicator .item.active::before {
      background-color: #ff3b00; }
    .solution-finder-container .solution-finder .position-indicator .item.item-viewed::before {
      background-color: #000; }
    .solution-finder-container .solution-finder .position-indicator .item.item-viewed.active-item::before {
      background-color: #ff3b00; }
  .solution-finder-container .solution-finder .solution-header {
    display: flex;
    align-items: center;
    margin-top: 11px;
    margin-bottom: 25px;
    position: relative; }
    @media (min-width: 992px) {
      .solution-finder-container .solution-finder .solution-header {
        margin-top: 0;
        margin-bottom: 20px;
        line-height: 1.25; } }
    .solution-finder-container .solution-finder .solution-header .position-number {
      font-family: "ff-good-headline-web-pro", Arial, sans-serif;
      font-size: 5.2rem;
      font-weight: 500;
      letter-spacing: -1.08px;
      line-height: 52px;
      margin-right: 18px;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .solution-finder-container .solution-finder .solution-header .position-number {
          font-size: 10rem;
          line-height: inherit;
          margin-right: 28px; } }
    .solution-finder-container .solution-finder .solution-header .question {
      margin: 0;
      font-size: 1.8rem;
      font-family: "ff-good-headline-web-pro", Arial, sans-serif;
      font-weight: 500;
      letter-spacing: 0.23px;
      line-height: 21.6px;
      text-decoration: underline;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .solution-finder-container .solution-finder .solution-header .question {
          width: 33%;
          font-size: 3.2rem;
          letter-spacing: 0.4px;
          line-height: 38px; } }
  .solution-finder-container .solution-finder .carousel-inner {
    margin: 0; }
    @media (min-width: 992px) {
      .solution-finder-container .solution-finder .carousel-inner {
        display: flex; } }
    @media (min-width: 992px) {
      .solution-finder-container .solution-finder .carousel-inner .carousel-item {
        display: block;
        float: none;
        flex: 1;
        margin-right: 0; } }
  .solution-finder-container .solution-finder .navigate-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 21px;
    padding-bottom: 21px; }
    .solution-finder-container .solution-finder .navigate-container .previous-page {
      cursor: pointer;
      margin-right: 20px;
      font-size: 4.6rem; }
    .solution-finder-container .solution-finder .navigate-container .next-page {
      cursor: pointer;
      margin-left: 20px;
      font-size: 4.6rem; }
    .solution-finder-container .solution-finder .navigate-container .carousel-indicators {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0;
      position: relative; }
      .solution-finder-container .solution-finder .navigate-container .carousel-indicators .item {
        width: 20px;
        height: 20px;
        cursor: pointer;
        border-radius: 50%;
        border: 1px solid #fff;
        background-color: transparent;
        margin-left: 0;
        margin-right: 20px; }
        .solution-finder-container .solution-finder .navigate-container .carousel-indicators .item:last-child {
          margin-right: 0; }
        .solution-finder-container .solution-finder .navigate-container .carousel-indicators .item.active {
          width: 24px;
          height: 24px;
          background-color: #fff; }
  @media (min-width: 992px) {
    .solution-finder-container .solution-finder.variant-one {
      height: 805px; } }
  .solution-finder-container .solution-finder.variant-one .solution-gallery {
    position: relative;
    margin-left: -19px;
    margin-right: -19px; }
    @media (min-width: 992px) {
      .solution-finder-container .solution-finder.variant-one .solution-gallery {
        margin-left: 0;
        margin-right: 0; } }
    @media (min-width: 992px) {
      .solution-finder-container .solution-finder.variant-one .solution-gallery .carousel-inner {
        overflow: visible; } }
    @media (min-width: 992px) {
      .solution-finder-container .solution-finder.variant-one .solution-gallery .carousel-inner .carousel-item {
        height: 685px; } }
    @media (min-width: 992px) {
      .solution-finder-container .solution-finder.variant-one .solution-gallery .carousel-inner .carousel-item:hover .main-image {
        -webkit-transform: translateY(-25px);
                transform: translateY(-25px); } }
    .solution-finder-container .solution-finder.variant-one .solution-gallery .main-image {
      height: 345px;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      transition: all 0.3s; }
      @media (min-width: 992px) {
        .solution-finder-container .solution-finder.variant-one .solution-gallery .main-image {
          height: 465px; } }
    .solution-finder-container .solution-finder.variant-one .solution-gallery .content {
      padding-left: 19px;
      padding-right: 19px; }
      @media (min-width: 992px) {
        .solution-finder-container .solution-finder.variant-one .solution-gallery .content {
          background-color: #f5f3f2;
          position: absolute;
          top: 465px;
          height: 145px;
          overflow: hidden;
          padding: 27px 23px 36px 23px;
          transition: all 0.3s; } }
      @media (min-width: 992px) {
        .solution-finder-container .solution-finder.variant-one .solution-gallery .content.active {
          left: 0;
          right: 0;
          -webkit-transform: translateY(-100%);
                  transform: translateY(-100%);
          background-color: #fff;
          height: auto; }
          .solution-finder-container .solution-finder.variant-one .solution-gallery .content.active .description, .solution-finder-container .solution-finder.variant-one .solution-gallery .content.active .btn {
            opacity: 1; } }
      .solution-finder-container .solution-finder.variant-one .solution-gallery .content .answer-title {
        font-family: "ff-good-headline-web-pro", Arial, sans-serif;
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 19.2px;
        margin-top: 34px;
        margin-bottom: 14px;
        text-decoration: underline;
        text-transform: uppercase; }
        @media (min-width: 992px) {
          .solution-finder-container .solution-finder.variant-one .solution-gallery .content .answer-title {
            font-size: 2.4rem;
            line-height: 30px;
            margin: 0; } }
      @media (min-width: 992px) {
        .solution-finder-container .solution-finder.variant-one .solution-gallery .content .description, .solution-finder-container .solution-finder.variant-one .solution-gallery .content .btn {
          opacity: 0; } }
      .solution-finder-container .solution-finder.variant-one .solution-gallery .content .description {
        font-family: "ff-good-web-pro", Arial sans-serif;
        font-size: 1.4rem;
        line-height: 20px;
        margin-bottom: 32px; }
        @media (min-width: 992px) {
          .solution-finder-container .solution-finder.variant-one .solution-gallery .content .description {
            font-size: 1.6rem;
            line-height: 23px;
            margin-top: 44px;
            margin-bottom: 77px; } }
      .solution-finder-container .solution-finder.variant-one .solution-gallery .content .btn {
        font-family: "ff-good-web-pro", Arial sans-serif;
        font-size: 1.4rem;
        font-weight: 500;
        text-transform: uppercase; }
    .solution-finder-container .solution-finder.variant-one .solution-gallery .navigate-container {
      left: 0;
      right: 0;
      top: 284px;
      position: absolute; }
      @media (min-width: 992px) {
        .solution-finder-container .solution-finder.variant-one .solution-gallery .navigate-container {
          display: none; } }
  .solution-finder-container .solution-finder.variant-two {
    padding-bottom: 0; }
    @media (min-width: 992px) {
      .solution-finder-container .solution-finder.variant-two {
        height: 750px;
        padding-bottom: 19px; } }
    .solution-finder-container .solution-finder.variant-two .bg_box {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      background-size: cover;
      background-repeat: no-repeat; }
    .solution-finder-container .solution-finder.variant-two .solution-gallery {
      margin-left: -19px;
      margin-right: -19px; }
      @media (min-width: 992px) {
        .solution-finder-container .solution-finder.variant-two .solution-gallery {
          left: 0;
          right: 0;
          bottom: 0;
          margin-left: 0;
          margin-right: 0;
          position: absolute; } }
      .solution-finder-container .solution-finder.variant-two .solution-gallery .slick-slider {
        display: flex;
        align-items: flex-end;
        min-height: 590px; }
      .solution-finder-container .solution-finder.variant-two .solution-gallery .carousel-inner {
        display: flex;
        align-items: flex-end;
        min-height: 590px; }
        .solution-finder-container .solution-finder.variant-two .solution-gallery .carousel-inner.panel-layout {
          flex-direction: column;
          justify-content: flex-end; }
          .solution-finder-container .solution-finder.variant-two .solution-gallery .carousel-inner.panel-layout .carousel-item {
            flex: 1;
            float: none;
            display: flex;
            margin-right: 0;
            align-items: center;
            justify-content: center; }
        @media (min-width: 992px) {
          .solution-finder-container .solution-finder.variant-two .solution-gallery .carousel-inner {
            min-height: auto; } }
      .solution-finder-container .solution-finder.variant-two .solution-gallery .slick-slide:nth-child(even) {
        background-color: #f5f3f2;
        outline: solid #f5f3f2 1px !important; }
      .solution-finder-container .solution-finder.variant-two .solution-gallery .slick-slide:nth-child(odd) {
        background-color: #e6e3e2;
        outline: solid #e6e3e2 1px !important; }
      @media (min-width: 992px) {
        .solution-finder-container .solution-finder.variant-two .solution-gallery .slick-slide:nth-child(even) {
          background-color: #e9e6e4; } }
      .solution-finder-container .solution-finder.variant-two .solution-gallery .slick-slide:hover {
        background-color: #d5ceca; }
        .solution-finder-container .solution-finder.variant-two .solution-gallery .slick-slide:hover .answer-title span::after {
          opacity: 1; }
      .solution-finder-container .solution-finder.variant-two .solution-gallery .carousel-item:nth-child(even) {
        background-color: #f5f3f2; }
      .solution-finder-container .solution-finder.variant-two .solution-gallery .carousel-item:nth-child(odd) {
        background-color: #e6e3e2; }
      @media (min-width: 992px) {
        .solution-finder-container .solution-finder.variant-two .solution-gallery .carousel-item:nth-child(even) {
          background-color: #e9e6e4; } }
      .solution-finder-container .solution-finder.variant-two .solution-gallery .carousel-item:hover {
        background-color: #d5ceca; }
        .solution-finder-container .solution-finder.variant-two .solution-gallery .carousel-item:hover .answer-title span::after {
          opacity: 1; }
      .solution-finder-container .solution-finder.variant-two .solution-gallery .answer-title {
        cursor: pointer;
        color: #000;
        margin: 0;
        font-family: "ff-good-headline-web-pro", Arial, sans-serif;
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 19.2px;
        padding: 27px 0 27px 0;
        text-align: center;
        text-decoration: underline;
        text-transform: uppercase; }
        .solution-finder-container .solution-finder.variant-two .solution-gallery .answer-title span::after {
          opacity: 1; }
        @media (min-width: 992px) {
          .solution-finder-container .solution-finder.variant-two .solution-gallery .answer-title {
            font-size: 2.4rem;
            line-height: 30px;
            padding: 40px 0;
            color: #000; }
            .solution-finder-container .solution-finder.variant-two .solution-gallery .answer-title span::after {
              opacity: 0; } }
        .solution-finder-container .solution-finder.variant-two .solution-gallery .answer-title span {
          position: relative;
          color: #000;
          text-decoration: none; }
          .solution-finder-container .solution-finder.variant-two .solution-gallery .answer-title span::after {
            content: '';
            top: 50%;
            right: -20px;
            width: 12px;
            height: 12px;
            position: absolute;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url("clientlib-site/resources/icons/arrow-right-black.svg"); }
      .solution-finder-container .solution-finder.variant-two .solution-gallery .navigate-container {
        left: 0;
        right: 0;
        bottom: 77px;
        position: absolute; }
  .solution-finder-container .solution-finder.variant-three .product-list {
    margin: 0; }
    @media (min-width: 992px) {
      .solution-finder-container .solution-finder.variant-three .product-list {
        display: flex;
        margin-bottom: 81px; } }
    .solution-finder-container .solution-finder.variant-three .product-list .product-item {
      display: block;
      float: none;
      margin-bottom: 16px;
      overflow: hidden;
      position: relative;
      padding: 31px 16px; }
      @media (min-width: 992px) {
        .solution-finder-container .solution-finder.variant-three .product-list .product-item {
          flex: 1;
          margin-bottom: 0;
          margin-right: 20px;
          padding: 20px; }
          .solution-finder-container .solution-finder.variant-three .product-list .product-item:last-child {
            margin-right: 0; } }
      .solution-finder-container .solution-finder.variant-three .product-list .product-item.recommended-product::after {
        top: 9px;
        left: 16px;
        color: #fff;
        background-color: #ff3b00;
        padding: 10px 5px;
        content: 'Recommended';
        font-family: "ff-good-web-pro", Arial sans-serif;
        font-size: 1.2rem;
        font-weight: 500;
        letter-spacing: 0.4px;
        position: absolute;
        text-transform: uppercase; }
        @media (min-width: 992px) {
          .solution-finder-container .solution-finder.variant-three .product-list .product-item.recommended-product::after {
            top: 0;
            left: 20px;
            padding: 13px 10px; } }
      .solution-finder-container .solution-finder.variant-three .product-list .product-item .img-box {
        height: 273px;
        margin-top: 30px;
        margin-bottom: 25px;
        text-align: center; }
        @media (min-width: 992px) {
          .solution-finder-container .solution-finder.variant-three .product-list .product-item .img-box {
            height: 320px;
            margin-top: 43px;
            margin-bottom: 35px; } }
        .solution-finder-container .solution-finder.variant-three .product-list .product-item .img-box img {
          max-height: 100%; }
      .solution-finder-container .solution-finder.variant-three .product-list .product-item .solution-img-box {
        height: 273px;
        margin-top: 30px;
        margin-bottom: 25px;
        text-align: center; }
        @media (min-width: 992px) {
          .solution-finder-container .solution-finder.variant-three .product-list .product-item .solution-img-box {
            height: 320px;
            margin-top: 43px;
            margin-bottom: 35px; } }
        .solution-finder-container .solution-finder.variant-three .product-list .product-item .solution-img-box img {
          max-height: 100%; }
      .solution-finder-container .solution-finder.variant-three .product-list .product-item .product-title {
        font-family: "ff-good-headline-web-pro", Arial, sans-serif;
        font-weight: 500;
        font-size: 1.8rem;
        text-transform: uppercase;
        text-decoration: underline;
        letter-spacing: 0.23px;
        line-height: 21.6px;
        margin-top: 0;
        margin-bottom: 6px; }
        @media (min-width: 992px) {
          .solution-finder-container .solution-finder.variant-three .product-list .product-item .product-title {
            font-size: 3.2rem;
            letter-spacing: 0.4px;
            line-height: 38px; } }
      .solution-finder-container .solution-finder.variant-three .product-list .product-item .list-price {
        font-family: "ff-good-web-pro", Arial sans-serif;
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 24px; }
      .solution-finder-container .solution-finder.variant-three .product-list .product-item .content {
        position: absolute;
        width: 100%;
        top: 100%;
        height: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        z-index: 10;
        padding: 36px 22px;
        background-color: #e9e6e4;
        transition: all 0.3s; }
        .solution-finder-container .solution-finder.variant-three .product-list .product-item .content.active {
          height: 100%;
          top: 0; }
          .solution-finder-container .solution-finder.variant-three .product-list .product-item .content.active .btn-compare, .solution-finder-container .solution-finder.variant-three .product-list .product-item .content.active .star-box, .solution-finder-container .solution-finder.variant-three .product-list .product-item .content.active .descriptor, .solution-finder-container .solution-finder.variant-three .product-list .product-item .content.active .description, .solution-finder-container .solution-finder.variant-three .product-list .product-item .content.active .operation {
            opacity: 1; }
          .solution-finder-container .solution-finder.variant-three .product-list .product-item .content.active .product-title {
            width: calc(100% - 80px); }
          @media (min-width: 992px) {
            .solution-finder-container .solution-finder.variant-three .product-list .product-item .content.active {
              padding: 36px 22px; } }
        .solution-finder-container .solution-finder.variant-three .product-list .product-item .content .btn-compare {
          top: 45px;
          right: 17px;
          font-family: "ff-good-web-pro", Arial sans-serif;
          font-size: 1.4rem;
          font-weight: 500;
          padding: 0;
          position: absolute;
          text-decoration: underline;
          text-transform: uppercase; }
        .solution-finder-container .solution-finder.variant-three .product-list .product-item .content .product-title {
          font-family: "ff-good-headline-web-pro", Arial, sans-serif;
          font-weight: 500;
          font-size: 1.8rem;
          text-transform: uppercase;
          text-decoration: underline;
          letter-spacing: 0.23px;
          line-height: 21.6px;
          margin-top: 0;
          margin-bottom: 6px; }
          @media (min-width: 992px) {
            .solution-finder-container .solution-finder.variant-three .product-list .product-item .content .product-title {
              font-size: 3.2rem;
              letter-spacing: 0.4px;
              line-height: 38px; } }
        .solution-finder-container .solution-finder.variant-three .product-list .product-item .content .list-price {
          font-family: "ff-good-web-pro", Arial sans-serif;
          font-weight: 500;
          font-size: 1.4rem;
          line-height: 24px; }
        .solution-finder-container .solution-finder.variant-three .product-list .product-item .content .btn-compare, .solution-finder-container .solution-finder.variant-three .product-list .product-item .content .star-box, .solution-finder-container .solution-finder.variant-three .product-list .product-item .content .descriptor, .solution-finder-container .solution-finder.variant-three .product-list .product-item .content .description, .solution-finder-container .solution-finder.variant-three .product-list .product-item .content .operation {
          opacity: 0; }
        .solution-finder-container .solution-finder.variant-three .product-list .product-item .content .star-box {
          width: 85px; }
          .solution-finder-container .solution-finder.variant-three .product-list .product-item .content .star-box .star {
            background-size: 17px 12px; }
        .solution-finder-container .solution-finder.variant-three .product-list .product-item .content .descriptor {
          font-family: "ff-good-web-pro", Arial sans-serif;
          font-weight: 500; }
          @media (min-width: 992px) {
            .solution-finder-container .solution-finder.variant-three .product-list .product-item .content .descriptor {
              font-size: 2rem;
              line-height: 22px;
              text-transform: uppercase; } }
        .solution-finder-container .solution-finder.variant-three .product-list .product-item .content .description {
          font-family: "ff-good-web-pro", Arial sans-serif; }
          @media (min-width: 992px) {
            .solution-finder-container .solution-finder.variant-three .product-list .product-item .content .description {
              font-size: 1.8rem;
              line-height: 27px; } }
        .solution-finder-container .solution-finder.variant-three .product-list .product-item .content .operation {
          top: 85%;
          left: 16px;
          position: absolute; }
          @media (min-width: 992px) {
            .solution-finder-container .solution-finder.variant-three .product-list .product-item .content .operation {
              top: 88%;
              left: 22px; } }
          .solution-finder-container .solution-finder.variant-three .product-list .product-item .content .operation .btn {
            font-family: "ff-good-web-pro", Arial sans-serif;
            font-size: 1.4rem;
            font-weight: 500;
            margin-right: 27px;
            text-transform: uppercase; }
            .solution-finder-container .solution-finder.variant-three .product-list .product-item .content .operation .btn:last-child {
              margin-right: 0; }
  .solution-finder-container .solution-finder.variant-three .solution-header {
    margin: 0; }
  .solution-finder-container .solution-finder.variant-three .content-container {
    position: relative;
    margin-left: -19px;
    margin-right: -19px;
    padding: 36px 20px; }
    @media (min-width: 992px) {
      .solution-finder-container .solution-finder.variant-three .content-container {
        display: flex;
        margin-left: 0;
        margin-right: 0;
        height: 550px;
        padding: 35px 30px; } }
    .solution-finder-container .solution-finder.variant-three .content-container .close-solution {
      font-size: 14px;
      position: absolute;
      top: 10px;
      left: 10px; }
      @media (min-width: 992px) {
        .solution-finder-container .solution-finder.variant-three .content-container .close-solution {
          top: 20px;
          left: 20px; } }
    .solution-finder-container .solution-finder.variant-three .content-container .img-box {
      display: flex;
      justify-content: center; }
      @media (max-width: 991.98px) {
        .solution-finder-container .solution-finder.variant-three .content-container .img-box {
          height: 500px; } }
      @media (min-width: 992px) {
        .solution-finder-container .solution-finder.variant-three .content-container .img-box {
          flex: 0 0 65%;
          max-width: 65%; } }
      .solution-finder-container .solution-finder.variant-three .content-container .img-box img {
        max-height: 100%; }
    .solution-finder-container .solution-finder.variant-three .content-container .solution-img-box {
      text-align: center;
      justify-content: center;
      flex: 0 0 65%;
      max-width: 65%; }
      .solution-finder-container .solution-finder.variant-three .content-container .solution-img-box img {
        max-height: 100%; }
    .solution-finder-container .solution-finder.variant-three .content-container .content {
      position: relative; }
      @media (min-width: 992px) {
        .solution-finder-container .solution-finder.variant-three .content-container .content {
          flex: 0 0 35%;
          max-width: 35%; } }
      .solution-finder-container .solution-finder.variant-three .content-container .content .product-title {
        font-family: "ff-good-headline-web-pro", Arial, sans-serif;
        font-weight: 500;
        font-size: 1.8rem;
        letter-spacing: 0.23px;
        line-height: 21.6px;
        margin-top: 63px;
        margin-bottom: 6px;
        text-decoration: underline;
        text-transform: uppercase; }
        @media (min-width: 992px) {
          .solution-finder-container .solution-finder.variant-three .content-container .content .product-title {
            font-size: 3.2rem;
            letter-spacing: 0.4px;
            line-height: 38px;
            margin-top: 0; } }
      .solution-finder-container .solution-finder.variant-three .content-container .content .list-price {
        font-family: "ff-good-web-pro", Arial sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 3px; }
      .solution-finder-container .solution-finder.variant-three .content-container .content .star-box {
        width: 85px; }
        .solution-finder-container .solution-finder.variant-three .content-container .content .star-box .star {
          background-size: 17px 12px; }
      .solution-finder-container .solution-finder.variant-three .content-container .content .descriptor {
        font-family: "ff-good-web-pro", Arial sans-serif;
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 30px;
        margin-top: 35px;
        margin-bottom: 11px;
        text-transform: uppercase; }
        @media (min-width: 992px) {
          .solution-finder-container .solution-finder.variant-three .content-container .content .descriptor {
            font-size: 2rem;
            line-height: 22px; } }
      .solution-finder-container .solution-finder.variant-three .content-container .content .description {
        font-family: "ff-good-web-pro", Arial sans-serif;
        font-size: 1.4rem;
        line-height: 20px;
        margin-bottom: 26px; }
        @media (min-width: 992px) {
          .solution-finder-container .solution-finder.variant-three .content-container .content .description {
            font-size: 18px;
            line-height: 27px;
            margin-bottom: 30px; } }
      .solution-finder-container .solution-finder.variant-three .content-container .content .bundle-elements {
        margin-bottom: 36px; }
        @media (min-width: 992px) {
          .solution-finder-container .solution-finder.variant-three .content-container .content .bundle-elements {
            margin-bottom: 25px; } }
        .solution-finder-container .solution-finder.variant-three .content-container .content .bundle-elements span {
          font-family: "ff-good-web-pro", Arial sans-serif;
          font-size: 1.4rem;
          line-height: 20px;
          text-transform: uppercase;
          font-weight: 600; }
          @media (min-width: 992px) {
            .solution-finder-container .solution-finder.variant-three .content-container .content .bundle-elements span {
              font-size: 1.8rem;
              line-height: 27px; } }
        .solution-finder-container .solution-finder.variant-three .content-container .content .bundle-elements div {
          font-family: "ff-good-web-pro", Arial sans-serif;
          font-weight: 500;
          font-size: 1.4rem;
          line-height: 26px;
          padding: 0;
          text-decoration: underline;
          text-transform: uppercase; }
          @media (min-width: 992px) {
            .solution-finder-container .solution-finder.variant-three .content-container .content .bundle-elements div {
              font-size: 1.6rem;
              line-height: 27px; } }
      .solution-finder-container .solution-finder.variant-three .content-container .content .operation {
        margin-top: 74px; }
        @media (min-width: 992px) {
          .solution-finder-container .solution-finder.variant-three .content-container .content .operation {
            left: 0;
            bottom: -20px;
            min-width: 350px;
            margin-top: 0;
            position: absolute; } }
        .solution-finder-container .solution-finder.variant-three .content-container .content .operation .btn {
          font-family: "ff-good-web-pro", Arial sans-serif;
          font-size: 14px;
          font-weight: 500;
          margin-bottom: 15px;
          margin-right: 15px;
          text-transform: uppercase; }
          .solution-finder-container .solution-finder.variant-three .content-container .content .operation .btn:last-child {
            margin-right: 0; }
          @media (min-width: 992px) {
            .solution-finder-container .solution-finder.variant-three .content-container .content .operation .btn {
              margin-right: 27px; } }

.solution-finder-promo {
  position: relative; }
  .solution-finder-promo .bg-box {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover; }
  .solution-finder-promo .wrapper {
    margin: 0 auto;
    padding: 50px 20px 0 20px;
    max-width: 1436px; }
    @media (min-width: 768px) {
      .solution-finder-promo .wrapper {
        padding-bottom: 50px; } }
    @media (min-width: 992px) {
      .solution-finder-promo .wrapper {
        padding: 37px 48px; } }
    .solution-finder-promo .wrapper .topic {
      font-size: 1.2rem;
      font-family: "ff-good-web-pro", Arial sans-serif;
      font-weight: 600;
      letter-spacing: 0.4px;
      position: relative;
      text-transform: uppercase; }
    .solution-finder-promo .wrapper .content {
      margin-top: 80px;
      margin-bottom: 80px;
      position: relative; }
      @media (min-width: 768px) {
        .solution-finder-promo .wrapper .content {
          width: 45%;
          margin-top: 96px;
          margin-bottom: 69px; } }
      .solution-finder-promo .wrapper .content .question {
        margin-bottom: 8px;
        font-family: "ff-good-headline-web-pro", Arial, sans-serif;
        font-size: 4.8rem;
        font-weight: 600;
        letter-spacing: 0.6px;
        line-height: 58px;
        text-transform: uppercase;
        text-decoration: underline; }
        @media (min-width: 992px) {
          .solution-finder-promo .wrapper .content .question {
            font-size: 6.4rem;
            line-height: 72px;
            margin-bottom: 18px; } }
      .solution-finder-promo .wrapper .content .description {
        font-family: "ff-good-web-pro", Arial sans-serif;
        font-size: 1.8rem;
        line-height: 27px; }
    .solution-finder-promo .wrapper .answer-item-list {
      display: flex;
      margin-left: -20px;
      margin-right: -20px;
      margin-bottom: 0;
      position: relative;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: flex-end; }
      @media (min-width: 768px) {
        .solution-finder-promo .wrapper .answer-item-list {
          flex-direction: row;
          margin-left: 0;
          margin-right: 0; } }
      .solution-finder-promo .wrapper .answer-item-list > li {
        flex: 1; }
        .solution-finder-promo .wrapper .answer-item-list > li:nth-child(even) {
          background-color: #f5f3f2; }
        .solution-finder-promo .wrapper .answer-item-list > li:nth-child(odd) {
          background-color: #e6e3e2; }
        @media (min-width: 768px) {
          .solution-finder-promo .wrapper .answer-item-list > li {
            flex: 1;
            max-width: 100%; }
            .solution-finder-promo .wrapper .answer-item-list > li:nth-child(even) {
              background-color: #e9e6e4; } }
        .solution-finder-promo .wrapper .answer-item-list > li:hover {
          background-color: #d5ceca; }
          .solution-finder-promo .wrapper .answer-item-list > li:hover .answer-title::after {
            opacity: 1; }
        .solution-finder-promo .wrapper .answer-item-list > li .answer-item {
          display: block;
          text-align: center;
          padding: 30px 20px;
          text-decoration: underline;
          color: #000; }
          @media (min-width: 992px) {
            .solution-finder-promo .wrapper .answer-item-list > li .answer-item {
              text-decoration: none; } }
        .solution-finder-promo .wrapper .answer-item-list > li .answer-title {
          font-family: "ff-good-headline-web-pro", Arial, sans-serif;
          font-size: 1.6rem;
          font-weight: 600;
          line-height: 19.2px;
          position: relative;
          text-transform: uppercase; }
          .solution-finder-promo .wrapper .answer-item-list > li .answer-title::after {
            opacity: 1; }
          @media (min-width: 992px) {
            .solution-finder-promo .wrapper .answer-item-list > li .answer-title {
              font-family: "ff-good-web-pro", Arial sans-serif;
              font-size: 1.8rem;
              line-height: inherit; }
              .solution-finder-promo .wrapper .answer-item-list > li .answer-title::after {
                opacity: 0; } }
          .solution-finder-promo .wrapper .answer-item-list > li .answer-title::after {
            content: '';
            bottom: 5px;
            right: -20px;
            width: 12px;
            height: 12px;
            position: absolute;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url("clientlib-site/resources/icons/arrow-right-black.svg"); }

.write-a-review-modal .modal-dialog {
  max-width: 1100px;
  width: 100%; }

.write-a-review-modal .modal-header {
  border: 0;
  display: block;
  padding: 20px;
  position: relative; }
  .write-a-review-modal .modal-header .close {
    display: block;
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    z-index: 1;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 2rem;
    height: 2rem; }
    .write-a-review-modal .modal-header .close::before, .write-a-review-modal .modal-header .close::after {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      background: #000;
      width: 1.8rem;
      height: 0.2rem;
      -webkit-transform-origin: center;
              transform-origin: center;
      content: ''; }
    .write-a-review-modal .modal-header .close::before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .write-a-review-modal .modal-header .close::after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }

@media (min-width: 992px) {
  .write-a-review-modal .modal-body {
    padding: 1rem 4% 4rem; } }

.write-a-review-modal .modal-body input, .write-a-review-modal .modal-body select, .write-a-review-modal .modal-body textarea {
  font-size: 1.3rem; }
  @media (min-width: 768px) {
    .write-a-review-modal .modal-body input, .write-a-review-modal .modal-body select, .write-a-review-modal .modal-body textarea {
      font-size: 1.7rem; } }
  .write-a-review-modal .modal-body input::-webkit-input-placeholder, .write-a-review-modal .modal-body select::-webkit-input-placeholder, .write-a-review-modal .modal-body textarea::-webkit-input-placeholder {
    color: #101010;
    opacity: 0.54; }
  .write-a-review-modal .modal-body input::-moz-placeholder, .write-a-review-modal .modal-body select::-moz-placeholder, .write-a-review-modal .modal-body textarea::-moz-placeholder {
    color: #101010;
    opacity: 0.54; }
  .write-a-review-modal .modal-body input:-ms-input-placeholder, .write-a-review-modal .modal-body select:-ms-input-placeholder, .write-a-review-modal .modal-body textarea:-ms-input-placeholder {
    color: #101010;
    opacity: 0.54; }
  .write-a-review-modal .modal-body input::-ms-input-placeholder, .write-a-review-modal .modal-body select::-ms-input-placeholder, .write-a-review-modal .modal-body textarea::-ms-input-placeholder {
    color: #101010;
    opacity: 0.54; }
  .write-a-review-modal .modal-body input::placeholder, .write-a-review-modal .modal-body select::placeholder, .write-a-review-modal .modal-body textarea::placeholder {
    color: #101010;
    opacity: 0.54; }

.write-a-review-modal .modal-body .modal-title {
  color: #ff3b00;
  font-size: 4rem;
  top: 0.5rem; }
  @media (min-width: 768px) {
    .write-a-review-modal .modal-body .modal-title {
      font-size: 10rem;
      top: 1.5rem; } }

.write-a-review-modal .modal-body .rating-info {
  background-color: #fff;
  padding: 2rem;
  display: flex;
  max-height: 19rem;
  margin-bottom: 4rem; }
  @media (min-width: 768px) {
    .write-a-review-modal .modal-body .rating-info {
      padding: 2.5rem 4rem; } }
  .write-a-review-modal .modal-body .rating-info .img-box {
    flex: 0 0 30%;
    max-width: 30%;
    margin-right: 8%;
    max-height: 15rem; }
    @media (min-width: 768px) {
      .write-a-review-modal .modal-body .rating-info .img-box {
        flex: 0 0 20%;
        max-width: 20%;
        max-height: 14rem; } }
    .write-a-review-modal .modal-body .rating-info .img-box img {
      max-height: 100%; }
  .write-a-review-modal .modal-body .rating-info .right-region {
    display: flex;
    flex-wrap: wrap;
    align-content: center; }
    .write-a-review-modal .modal-body .rating-info .right-region .product-title {
      font-size: 1.8rem;
      font-weight: 600;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 1rem;
      text-decoration: underline;
      text-transform: uppercase; }
    .write-a-review-modal .modal-body .rating-info .right-region .overall-rating {
      color: #101010;
      font-size: 1.7rem; }
      @media (min-width: 768px) {
        .write-a-review-modal .modal-body .rating-info .right-region .overall-rating label {
          margin-right: 0.7rem; } }
    .write-a-review-modal .modal-body .rating-info .right-region .hidden-text {
      height: 0;
      width: 0;
      padding: 0;
      opacity: 0; }

.write-a-review-modal .modal-body .rating {
  background-color: #fff; }
  .write-a-review-modal .modal-body .rating .selector {
    display: inline-block; }
    @media (min-width: 768px) {
      .write-a-review-modal .modal-body .rating .selector {
        margin-right: 1.2rem; } }
    .write-a-review-modal .modal-body .rating .selector .box {
      display: flex;
      position: relative;
      top: 2px; }
      .write-a-review-modal .modal-body .rating .selector .box .star {
        background-image: url("clientlib-site/resources/icons/star-no-width-height.svg");
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 0.7rem;
        height: 17px;
        width: 18px; }
        .write-a-review-modal .modal-body .rating .selector .box .star:hover {
          cursor: pointer; }
        .write-a-review-modal .modal-body .rating .selector .box .star.marked {
          background-image: url("clientlib-site/resources/icons/star-marked-no-width-height.svg"); }
  .write-a-review-modal .modal-body .rating .click-label {
    font-size: 1.7rem;
    margin-right: 1rem;
    opacity: 0.54; }
  .write-a-review-modal .modal-body .rating.quality-rating, .write-a-review-modal .modal-body .rating.value-rating {
    margin: 9px 0;
    padding: 14px 15px 13px; }

.write-a-review-modal .modal-body .input-item .label {
  font-size: 1.7rem;
  margin: 1.5rem 0 0.5rem; }
  @media (min-width: 768px) {
    .write-a-review-modal .modal-body .input-item .label {
      margin: 2rem 0 0.9rem; } }

@media (min-width: 768px) {
  .write-a-review-modal .modal-body input, .write-a-review-modal .modal-body select {
    margin: 9px 0; } }

@media (min-width: 768px) {
  .write-a-review-modal .modal-body textarea {
    margin-top: 9px; } }

@media (min-width: 768px) {
  .write-a-review-modal .modal-body .one-row-items {
    display: flex; } }

@media (min-width: 768px) {
  .write-a-review-modal .modal-body .one-row-items:not(.label-too-long) .input-item:first-child {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(49.9% - 1rem);
    max-width: calc(49.9% - 1rem);
    margin-right: 1rem; } }

@media (min-width: 768px) {
  .write-a-review-modal .modal-body .one-row-items:not(.label-too-long) .input-item:last-child {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(49.9% - 1rem);
    max-width: calc(49.9% - 1rem);
    margin-left: 1rem; } }

@media (min-width: 768px) {
  .write-a-review-modal .modal-body .one-row-items.label-too-long .input-item:first-child {
    flex-grow: 1;
    flex-shrink: 1;
    margin-right: 1rem; }
  .write-a-review-modal .modal-body .one-row-items.label-too-long .input-item:last-child {
    flex-grow: 1;
    flex-shrink: 1;
    margin-left: 1rem; } }

@media (min-width: 992px) {
  .write-a-review-modal .modal-body .one-row-items.label-too-long .input-item:first-child {
    flex-shrink: 0;
    flex-basis: calc(49.9% - 1rem);
    max-width: calc(49.9% - 1rem); }
  .write-a-review-modal .modal-body .one-row-items.label-too-long .input-item:last-child {
    flex-shrink: 0;
    flex-basis: calc(49.9% - 1rem);
    max-width: calc(49.9% - 1rem); } }

.write-a-review-modal .modal-body .terms-conditions {
  margin-top: 3rem; }
  .write-a-review-modal .modal-body .terms-conditions .check-box-container {
    height: 13px;
    width: 12px;
    display: inline-block;
    margin-right: 0.8rem;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .write-a-review-modal .modal-body .terms-conditions .check-box-container input[type=checkbox] {
      cursor: pointer;
      margin: 0;
      height: 13px;
      position: absolute;
      width: 13px;
      opacity: 0;
      z-index: 10; }
      .write-a-review-modal .modal-body .terms-conditions .check-box-container input[type=checkbox]:checked ~ .checkmark::after {
        display: block; }
    .write-a-review-modal .modal-body .terms-conditions .check-box-container .checkmark {
      background-color: #fff;
      border: solid 0.5px #d9d2cd;
      position: absolute;
      border-radius: 2px;
      top: 0;
      left: 0;
      height: 13px;
      width: 13px; }
      .write-a-review-modal .modal-body .terms-conditions .check-box-container .checkmark::after {
        content: "";
        position: absolute;
        display: none;
        left: 3px;
        top: 1px;
        width: 5px;
        height: 10px;
        border: solid #000;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
    .write-a-review-modal .modal-body .terms-conditions .check-box-container .error-message {
      left: 0;
      position: absolute;
      top: 15px;
      width: 100px; }
  .write-a-review-modal .modal-body .terms-conditions .email-communication-label {
    margin-top: 1rem; }

.write-a-review-modal .modal-body .btn-submit {
  letter-spacing: 0.6px;
  font-size: 1.3rem;
  margin-top: 1rem;
  padding: 0.9rem;
  width: auto; }
  @media (min-width: 768px) {
    .write-a-review-modal .modal-body .btn-submit {
      margin-top: 2rem; } }

.standalone-resource-card {
  margin-bottom: 10px; }
  .standalone-resource-card .card-image {
    height: 212px;
    background-size: cover;
    background-repeat: no-repeat; }
  .standalone-resource-card .content {
    position: relative;
    padding: 12px 20px; }
    @media (min-width: 992px) {
      .standalone-resource-card .content {
        padding: 13px 10px; } }
    .standalone-resource-card .content .topic {
      font-family: "ff-good-web-pro", Arial sans-serif;
      font-size: 1rem;
      font-weight: 600;
      letter-spacing: 0.33px;
      margin-bottom: 25px;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .standalone-resource-card .content .topic {
          margin-bottom: 41px; } }
    .standalone-resource-card .content .topic-icon {
      top: 15px;
      right: 17px;
      width: 29px;
      position: absolute; }
      @media (min-width: 992px) {
        .standalone-resource-card .content .topic-icon {
          top: 12px;
          right: 10px;
          width: 42px; } }
    .standalone-resource-card .content .title {
      font-family: "ff-good-headline-web-pro", Arial, sans-serif;
      font-size: 1.6rem;
      font-weight: 600;
      line-height: 18px;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .standalone-resource-card .content .title {
          font-family: "ff-good-web-pro", Arial sans-serif;
          font-size: 2rem;
          line-height: 22px;
          margin-bottom: 10px; } }
    .standalone-resource-card .content .description {
      font-family: "ff-good-web-pro", Arial sans-serif;
      font-size: 1.4rem;
      line-height: 20px;
      margin-bottom: 15px; }
      @media (min-width: 992px) {
        .standalone-resource-card .content .description {
          margin-bottom: 38px; } }
    .standalone-resource-card .content .btn {
      font-family: "ff-good-web-pro", Arial sans-serif;
      font-size: 1.2rem;
      font-weight: 600;
      text-decoration: underline;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .standalone-resource-card .content .btn {
          font-size: 1.4rem; } }

.rollover-messaging-layout {
  padding: 2.9rem 0; }
  @media (min-width: 768px) {
    .rollover-messaging-layout {
      display: flex;
      padding: 3.5rem 0; }
      .rollover-messaging-layout > div {
        flex: 1;
        margin-right: 1rem; }
        .rollover-messaging-layout > div:last-child {
          margin-right: 0; } }
  @media (min-width: 992px) {
    .rollover-messaging-layout {
      padding: 5rem 0; }
      .rollover-messaging-layout > div {
        margin-right: 2rem; }
        .rollover-messaging-layout > div:last-child {
          margin-right: 0; } }

.rollover-messaging {
  overflow: hidden;
  text-align: center; }
  .rollover-messaging .img-box {
    background-size: cover;
    background-repeat: no-repeat;
    transition: padding-bottom 0.6s ease;
    width: 100%;
    height: 0;
    padding-bottom: 52.6%; }
  .rollover-messaging .title {
    font-size: 1.6rem;
    text-decoration: underline;
    font-weight: 600;
    line-height: 3rem;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .rollover-messaging .title {
        margin: 1.5rem 0; } }
    @media (min-width: 992px) {
      .rollover-messaging .title {
        font-size: 2.4rem;
        margin: 3rem 0 1rem; } }
  .rollover-messaging .short-description, .rollover-messaging .long-description {
    font-size: 1.4rem;
    line-height: 2rem; }
    @media (min-width: 992px) {
      .rollover-messaging .short-description, .rollover-messaging .long-description {
        font-size: 1.8rem;
        line-height: 2.7rem; } }
  .rollover-messaging .long-description, .rollover-messaging .btn {
    opacity: 0; }
  .rollover-messaging .long-description {
    margin-bottom: 1.5rem; }
    .rollover-messaging .long-description::-webkit-scrollbar {
      background-color: #fbfaf9;
      width: 5px; }
    .rollover-messaging .long-description::-webkit-scrollbar-thumb {
      background-color: #f5f3f2;
      border-radius: 10px; }
    .rollover-messaging .long-description::-webkit-scrollbar-thumb:hover {
      background-color: #ebe8e5; }
    .rollover-messaging .long-description {
      scrollbar-arrow-color: #fbfaf9;
      scrollbar-face-color: #ebe8e5;
      scrollbar-darkshadow-color: #fbfaf9;
      scrollbar-track-color: #f5f3f2; }
  .rollover-messaging .btn {
    font-size: 1.4rem; }
  .rollover-messaging:hover .img-box, .rollover-messaging.on-focus .img-box {
    padding-bottom: 26.3%;
    transition: padding-bottom 0.6s ease; }
  .rollover-messaging:hover .short-description, .rollover-messaging.on-focus .short-description {
    display: none; }
  .rollover-messaging:hover .long-description, .rollover-messaging:hover .btn, .rollover-messaging.on-focus .long-description, .rollover-messaging.on-focus .btn {
    opacity: 1; }

.hotspot-component {
  padding: 2rem 0; }
  @media (min-width: 768px) {
    .hotspot-component {
      display: flex;
      padding: 4rem 0; } }
  @media (min-width: 992px) {
    .hotspot-component {
      padding: 7rem 0; } }
  @media (min-width: 768px) {
    .hotspot-component .content-wrapper {
      flex: 0 0 35%;
      max-width: 35%; } }
  @media (min-width: 992px) {
    .hotspot-component .content-wrapper {
      flex: 0 0 30%;
      max-width: 30%; } }
  .hotspot-component .content-wrapper .component-title {
    font-weight: 600;
    line-height: 43.2px;
    margin: 0 0 1.5rem;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .hotspot-component .content-wrapper .component-title {
        font-size: 48px;
        letter-spacing: 0.6px;
        line-height: 58px;
        margin-bottom: 3rem; } }
    @media (min-width: 992px) {
      .hotspot-component .content-wrapper .component-title {
        margin-bottom: 6rem;
        padding-right: 60%; } }
  .hotspot-component .content-wrapper .feature-title {
    color: #ff3b00;
    font-weight: 600;
    line-height: 19px;
    margin: 0 0 2.2rem;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .hotspot-component .content-wrapper .feature-title {
        font-size: 2rem;
        line-height: 40px;
        margin-bottom: 2rem; } }
    @media (min-width: 992px) {
      .hotspot-component .content-wrapper .feature-title {
        font-size: 2.4rem;
        line-height: 45px;
        margin-bottom: 2.5rem; } }
  .hotspot-component .content-wrapper .description {
    line-height: 23px;
    margin: 0 0 3rem; }
    @media (min-width: 992px) {
      .hotspot-component .content-wrapper .description {
        margin-bottom: 5rem; } }
  .hotspot-component .content-wrapper .btn {
    font-size: 1.4rem;
    padding: 0;
    position: relative;
    margin-bottom: 2rem; }
    .hotspot-component .content-wrapper .btn::after {
      content: '';
      top: 1px;
      width: 13px;
      height: 13px;
      right: -20px;
      position: absolute;
      background-image: url("clientlib-site/resources/icons/arrow-right-black.svg");
      background-repeat: no-repeat;
      background-size: contain; }
    .hotspot-component .content-wrapper .btn:hover::after {
      background-image: url("clientlib-site/resources/icons/arrow-right-red.svg"); }
    .hotspot-component .content-wrapper .btn[href=''], .hotspot-component .content-wrapper .btn:not([href]) {
      display: none; }
  .hotspot-component .content-wrapper .feature-wrapper {
    overflow: hidden; }
  .hotspot-component .content-wrapper .feature-item {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    transition: all ease-out 0.2s; }
    .hotspot-component .content-wrapper .feature-item.transition-animation {
      opacity: 0;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      transition: none; }
  .hotspot-component .img-wrapper {
    min-height: 200px; }
    @media (min-width: 768px) {
      .hotspot-component .img-wrapper {
        align-items: center;
        display: flex;
        flex: 0 0 65%;
        max-width: 65%;
        height: 350px; } }
    @media (min-width: 992px) {
      .hotspot-component .img-wrapper {
        flex: 0 0 70%;
        max-width: 70%;
        height: 500px; } }
    .hotspot-component .img-wrapper .spot-image-container {
      position: relative; }
      .hotspot-component .img-wrapper .spot-image-container .s7zoomview {
        outline: none; }
      .hotspot-component .img-wrapper .spot-image-container .s7icon {
        background-color: #ff3b00 !important;
        background-image: none !important;
        height: 2rem !important;
        width: 2rem !important;
        border-radius: 50% !important;
        position: absolute !important;
        font-size: 16px;
        line-height: 30px;
        font-weight: 600;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        opacity: 1;
        z-index: 1; }
        @media (min-width: 768px) {
          .hotspot-component .img-wrapper .spot-image-container .s7icon {
            font-size: 20px;
            height: 2.4rem !important;
            width: 2.4rem !important; } }
        @media (min-width: 992px) {
          .hotspot-component .img-wrapper .spot-image-container .s7icon {
            font-size: 24px;
            height: 3rem !important;
            width: 3rem !important; } }
        .hotspot-component .img-wrapper .spot-image-container .s7icon:hover {
          background-image: none !important; }
        .hotspot-component .img-wrapper .spot-image-container .s7icon.chosen, .hotspot-component .img-wrapper .spot-image-container .s7icon.hover {
          height: 3rem !important;
          width: 3rem !important; }
          @media (min-width: 768px) {
            .hotspot-component .img-wrapper .spot-image-container .s7icon.chosen, .hotspot-component .img-wrapper .spot-image-container .s7icon.hover {
              height: 3.6rem !important;
              width: 3.6rem !important; } }
          @media (min-width: 992px) {
            .hotspot-component .img-wrapper .spot-image-container .s7icon.chosen, .hotspot-component .img-wrapper .spot-image-container .s7icon.hover {
              height: 4.6rem !important;
              width: 4.6rem !important; } }

.spotline {
  position: absolute;
  width: 0;
  z-index: 1; }
  @media (min-width: 768px) {
    .spotline {
      background-color: #ff3b00;
      height: 2px;
      transition: width ease-out 0.2s; } }

.event-display {
  padding: 3rem 0; }
  .event-display .event-tab {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    width: 100%; }
    @media (min-width: 768px) {
      .event-display .event-tab {
        font-size: 1.8rem; } }
    @media (min-width: 992px) {
      .event-display .event-tab {
        font-size: 2.2rem; } }
    .event-display .event-tab th, .event-display .event-tab td {
      border-top: 0;
      border-right: 1px solid #d5ceca;
      border-bottom: 1px solid #d5ceca;
      border-left: 0;
      padding: 0.5rem; }
      @media (min-width: 768px) {
        .event-display .event-tab th, .event-display .event-tab td {
          padding: 1rem 2rem; } }
      @media (min-width: 992px) {
        .event-display .event-tab th, .event-display .event-tab td {
          padding: 2rem 3.5%; } }
    .event-display .event-tab tr:last-child td {
      border-bottom: 0; }
    .event-display .event-tab th:last-child, .event-display .event-tab tr td:last-child {
      border-right: 0; }
    .event-display .event-tab th, .event-display .event-tab tr td:first-child, .event-display .event-tab tr td:last-child {
      text-transform: uppercase; }
    .event-display .event-tab th, .event-display .event-tab tr td:first-child {
      font-weight: 600; }
    .event-display .event-tab th:first-child, .event-display .event-tab tr td:first-child {
      padding-left: 0; }
    .event-display .event-tab tr td:first-child {
      color: #ff3b00; }
  .event-display .btn {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0;
    position: relative; }
    .event-display .btn::after {
      content: '';
      top: 1px;
      width: 13px;
      height: 13px;
      right: -20px;
      position: absolute;
      background-image: url("clientlib-site/resources/icons/arrow-right-black.svg");
      background-repeat: no-repeat;
      background-size: contain; }
    .event-display .btn:hover::after {
      background-image: url("clientlib-site/resources/icons/arrow-right-red.svg"); }

.simple-container:not(.with-padding) .simple-content-wrapper .topic {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 10; }
  @media (min-width: 768px) {
    .simple-container:not(.with-padding) .simple-content-wrapper .topic {
      top: 30px;
      left: 40px; } }
  @media (min-width: 992px) {
    .simple-container:not(.with-padding) .simple-content-wrapper .topic {
      top: 50px;
      left: 50px; } }

.fullscreen .simple-container .simple-content-wrapper,
.simple-container.with-padding .simple-content-wrapper {
  padding: 10px 20px; }
  @media (min-width: 768px) {
    .fullscreen .simple-container .simple-content-wrapper,
    .simple-container.with-padding .simple-content-wrapper {
      padding: 30px 40px; } }
  @media (min-width: 992px) {
    .fullscreen .simple-container .simple-content-wrapper,
    .simple-container.with-padding .simple-content-wrapper {
      padding: 50px; } }
  .fullscreen .simple-container .simple-content-wrapper .topic,
  .simple-container.with-padding .simple-content-wrapper .topic {
    top: 0;
    left: 0;
    position: relative; }

.simple-container {
  position: relative; }
  .simple-container .bg-box {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute; }
    .simple-container .bg-box .img-box {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      background-size: cover;
      background-repeat: no-repeat; }
  .simple-container .simple-content-wrapper {
    margin: 0 auto;
    max-width: 1436px;
    position: relative; }
    .simple-container .simple-content-wrapper .topic {
      font-size: 1.2rem;
      font-weight: 600;
      letter-spacing: 0.4px; }

.image-tabs .bg-box {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute; }

.image-tabs .tab-images-container {
  display: flex;
  height: 65px;
  padding: 1.5rem;
  position: relative;
  max-width: 1436px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .image-tabs .tab-images-container {
      height: 80px;
      padding: 1.8rem; } }
  @media (min-width: 992px) {
    .image-tabs .tab-images-container {
      height: 116px;
      padding: 2.5rem; } }
  .image-tabs .tab-images-container .img-box {
    cursor: pointer;
    flex: 1;
    position: relative;
    text-align: center;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-filter: gray;
            filter: gray;
    opacity: 0.6;
    transition: opacity 0.5s ease, -webkit-filter 0.8s ease;
    transition: opacity 0.5s ease, filter 0.8s ease;
    transition: opacity 0.5s ease, filter 0.8s ease, -webkit-filter 0.8s ease; }
    .image-tabs .tab-images-container .img-box.chosen, .image-tabs .tab-images-container .img-box:hover {
      -webkit-filter: none;
              filter: none;
      opacity: 1; }
    .image-tabs .tab-images-container .img-box img {
      max-height: 100%;
      max-width: calc(100% - 2rem);
      left: 50%;
      top: 50%;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (min-width: 768px) {
        .image-tabs .tab-images-container .img-box img {
          max-width: calc(100% - 5rem); } }

.image-tabs .content-container {
  margin: 0 auto;
  max-width: 1436px;
  position: relative;
  padding: 4rem 2rem 3rem; }
  @media (min-width: 768px) {
    .image-tabs .content-container {
      padding: 5.5rem 4rem 3.5rem; } }
  @media (min-width: 992px) {
    .image-tabs .content-container {
      padding: 7rem 5rem; } }
  .image-tabs .content-container .panel {
    display: none; }
    .image-tabs .content-container .panel.chosen {
      display: block; }
      @media (min-width: 768px) {
        .image-tabs .content-container .panel.chosen {
          display: flex;
          flex-direction: row-reverse; } }
    .image-tabs .content-container .panel .img-box {
      max-width: 100%;
      position: relative;
      text-align: center; }
      @media (min-width: 768px) {
        .image-tabs .content-container .panel .img-box {
          flex: 0 0 50%;
          max-width: 50%; } }
      .image-tabs .content-container .panel .img-box img {
        max-height: 15rem; }
        @media (min-width: 768px) {
          .image-tabs .content-container .panel .img-box img {
            max-height: 40rem;
            max-width: calc(100% - 1rem);
            left: 50%;
            top: 50%;
            position: absolute;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); } }
    @media (min-width: 768px) {
      .image-tabs .content-container .panel .content-box {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 1rem; } }
    @media (min-width: 992px) {
      .image-tabs .content-container .panel .content-box {
        padding-right: 3.1%; } }
    .image-tabs .content-container .panel .content-box .title {
      letter-spacing: 0.23px;
      line-height: 21.6px;
      margin: 4rem 0 0;
      text-decoration: underline;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .image-tabs .content-container .panel .content-box .title {
          font-size: 1.8rem;
          margin-top: 0; } }
      @media (min-width: 992px) {
        .image-tabs .content-container .panel .content-box .title {
          font-size: 3.2rem;
          letter-spacing: 0.4px;
          line-height: 38px; } }
    .image-tabs .content-container .panel .content-box .description {
      font-size: 1.4rem;
      line-height: 20px;
      margin: 2rem 0 0; }
      @media (min-width: 992px) {
        .image-tabs .content-container .panel .content-box .description {
          font-size: 1.6rem;
          line-height: 23px; } }
    .image-tabs .content-container .panel .content-box .bottom-box {
      margin-top: 2.5rem; }
      @media (min-width: 768px) {
        .image-tabs .content-container .panel .content-box .bottom-box {
          margin-top: 3.5rem; } }
      @media (min-width: 992px) {
        .image-tabs .content-container .panel .content-box .bottom-box {
          margin-top: 3rem; } }
      .image-tabs .content-container .panel .content-box .bottom-box .btn {
        font-size: 1.4rem;
        padding: 0.9rem 0 0.7rem; }
      .image-tabs .content-container .panel .content-box .bottom-box .btn:first-child {
        font-weight: 500;
        margin-right: 2rem; }

.support-detail-top-section .detail-container {
  margin: 0 auto;
  position: relative;
  max-width: 1436px;
  padding: 2.5rem 2rem; }
  @media (min-width: 768px) {
    .support-detail-top-section .detail-container {
      display: flex;
      padding: 3rem 4rem; } }
  @media (min-width: 992px) {
    .support-detail-top-section .detail-container {
      padding: 5rem; } }
  .support-detail-top-section .detail-container .product-image {
    margin: 0 0 2rem; }
    @media (min-width: 768px) {
      .support-detail-top-section .detail-container .product-image {
        flex: 0 0 40%;
        max-width: 40%;
        align-self: center;
        display: flex;
        justify-content: center; } }
    .support-detail-top-section .detail-container .product-image .img-box {
      display: none;
      text-align: center; }
      .support-detail-top-section .detail-container .product-image .img-box.active {
        display: block; }
      .support-detail-top-section .detail-container .product-image .img-box img {
        max-height: 300px; }
        @media (min-width: 768px) {
          .support-detail-top-section .detail-container .product-image .img-box img {
            max-height: unset; } }
  @media (min-width: 768px) {
    .support-detail-top-section .detail-container .content-box {
      flex: 0 0 60%;
      max-width: 60%;
      padding: 0 0 0 2rem; } }
  .support-detail-top-section .detail-container .content-box h1 {
    color: #ff3b00;
    font-size: 3.6rem;
    letter-spacing: 0.3px;
    margin: 0; }
    @media (min-width: 768px) {
      .support-detail-top-section .detail-container .content-box h1 {
        font-size: 4.8rem; } }
    @media (min-width: 992px) {
      .support-detail-top-section .detail-container .content-box h1 {
        font-size: 6.4rem;
        letter-spacing: 0.6px; } }
  .support-detail-top-section .detail-container .content-box .product-descriptor {
    margin: 1rem 0; }
    @media (min-width: 768px) {
      .support-detail-top-section .detail-container .content-box .product-descriptor {
        font-size: 2.4rem;
        margin: 1.5rem 0; } }
  .support-detail-top-section .detail-container .content-box .support-model-list .modal-item {
    color: #ff3b00;
    cursor: pointer; }
    .support-detail-top-section .detail-container .content-box .support-model-list .modal-item:hover {
      text-decoration: underline;
      color: #b32900; }

.support-documents-container .modal h1, .support-documents-container .modal .h1 {
  font-size: 4.2rem; }

.support-documents-container .card, .support-documents-container .card-header {
  border: none; }

.support-documents-container .card-header-title {
  font-size: 1.6rem;
  line-height: 19.2px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .support-documents-container .card-header-title {
      font-size: 2rem; } }
  @media (min-width: 992px) {
    .support-documents-container .card-header-title {
      font-size: 2.4rem;
      line-height: 3rem; } }

.support-documents-container .documents-list {
  width: 100%; }

.support-documents-container .documents-header {
  color: #6c757d;
  font-weight: 400; }

.support-documents-container .documents-link {
  color: #000; }

.support-documents-container .documents-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.support-documents-container .document-name, .support-documents-container document-name-header {
  width: 100%; }

.spacer .bg-box {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute; }

.CoveoSearchInterface {
  color: #000;
  font-family: "ff-good-web-pro", Arial sans-serif; }
  .CoveoSearchInterface .coveo-search-section {
    max-width: 500px;
    margin: 20px 0;
    padding: 0; }
  @media (max-width: 480px) {
    .CoveoSearchInterface .CoveoSearchbox {
      max-width: none;
      margin-right: 0; } }
  .CoveoSearchInterface .CoveoSearchbox .magic-box .magic-box-input {
    height: 43px; }
    .CoveoSearchInterface .CoveoSearchbox .magic-box .magic-box-input .magic-box-underlay,
    .CoveoSearchInterface .CoveoSearchbox .magic-box .magic-box-input > input {
      height: 43px;
      padding-top: 5px;
      padding-left: 45px;
      padding-bottom: 5px;
      font-size: 2rem;
      font-family: "ff-good-web-pro", Arial sans-serif; }
    .CoveoSearchInterface .CoveoSearchbox .magic-box .magic-box-input > input {
      color: #ff3b00;
      font-weight: 600;
      text-transform: uppercase;
      padding-right: 30px; }
      @media (min-width: 992px) {
        .CoveoSearchInterface .CoveoSearchbox .magic-box .magic-box-input > input {
          padding-right: 49px; } }
  .CoveoSearchInterface .CoveoSearchbox .magic-box .magic-box-suggestions {
    font-family: "ff-good-web-pro", Arial sans-serif; }
    .CoveoSearchInterface .CoveoSearchbox .magic-box .magic-box-suggestions .suggestion-title {
      color: #ff3b00;
      font-size: 1.2rem;
      font-weight: 600;
      letter-spacing: 0.4px;
      text-transform: uppercase; }
    .CoveoSearchInterface .CoveoSearchbox .magic-box .magic-box-suggestions .magic-box-suggestion {
      font-size: 1.8rem;
      line-height: 27px; }
      .CoveoSearchInterface .CoveoSearchbox .magic-box .magic-box-suggestions .magic-box-suggestion:hover {
        background: transparent; }
  .CoveoSearchInterface .CoveoSearchbox .magic-box .magic-box-clear {
    width: 25px;
    height: 100%;
    line-height: 43px;
    margin-right: 4px;
    visibility: visible; }
    @media (min-width: 992px) {
      .CoveoSearchInterface .CoveoSearchbox .magic-box .magic-box-clear {
        width: 48px;
        margin-right: 0; } }
  .CoveoSearchInterface .CoveoSearchbox .magic-box .magic-box-clear-svg {
    color: #00213c; }
    @media (min-width: 992px) {
      .CoveoSearchInterface .CoveoSearchbox .magic-box .magic-box-clear-svg {
        width: 18px;
        height: 18px; } }
  .CoveoSearchInterface .CoveoSearchbox .CoveoSearchButton {
    left: 0;
    border: none;
    width: 45px;
    height: 45px;
    position: absolute; }
  .CoveoSearchInterface .CoveoSearchbox .coveo-search-button-svg {
    width: 22px;
    height: 22px;
    color: #00213c; }
  .CoveoSearchInterface .coveo-main-section {
    max-width: none; }
  .CoveoSearchInterface .coveo-results-column {
    padding: 0; }
  .CoveoSearchInterface .CoveoResultLink,
  .CoveoSearchInterface a.CoveoResultLink,
  .CoveoSearchInterface .CoveoResult a.CoveoResultLink {
    color: #000;
    font-weight: 600;
    text-decoration: none; }
    .CoveoSearchInterface .CoveoResultLink:hover,
    .CoveoSearchInterface a.CoveoResultLink:hover,
    .CoveoSearchInterface .CoveoResult a.CoveoResultLink:hover {
      background: transparent;
      color: #ff3b00;
      text-decoration: underline; }
  .CoveoSearchInterface .CoveoResult a {
    color: #ff3b00;
    text-decoration: underline; }
  .CoveoSearchInterface .CoveoQuerySummary {
    color: #000; }
  .CoveoSearchInterface .coveo-summary-section {
    display: flex;
    align-items: center;
    font-size: 1.6rem; }
  .CoveoSearchInterface .coveo-results-header {
    box-shadow: none;
    margin-bottom: 15px; }
  .CoveoSearchInterface .CoveoResultList {
    margin-bottom: 130px; }
    .CoveoSearchInterface .CoveoResultList .CoveoFieldValue .coveo-clickable {
      color: #ff3b00 !important; }
    @media (max-width: 480px) {
      .CoveoSearchInterface .CoveoResultList {
        margin-bottom: 30px; } }
  .CoveoSearchInterface .coveo-list-layout.CoveoResult {
    padding: 10px 0;
    border-bottom: none; }
  @media (max-width: 480px) {
    .CoveoSearchInterface .coveo-result-frame .coveo-result-cell,
    .CoveoSearchInterface .CoveoResult.coveo-result-frame .coveo-result-cell {
      display: block;
      margin-bottom: 20px; } }
  .CoveoSearchInterface .coveo-result-frame .coveo-result-cell .CoveoFieldValue[data-field="@pcommondescription"],
  .CoveoSearchInterface .CoveoResult.coveo-result-frame .coveo-result-cell .CoveoFieldValue[data-field="@pcommondescription"] {
    display: block;
    font-size: 1.6rem;
    margin-top: 15px;
    margin-bottom: 15px; }
    @media (max-width: 480px) {
      .CoveoSearchInterface .coveo-result-frame .coveo-result-cell .CoveoFieldValue[data-field="@pcommondescription"],
      .CoveoSearchInterface .CoveoResult.coveo-result-frame .coveo-result-cell .CoveoFieldValue[data-field="@pcommondescription"] {
        margin-bottom: 5px; } }
  .CoveoSearchInterface .coveo-result-frame, .CoveoSearchInterface .CoveoResult.coveo-result-frame {
    display: flex; }
    @media (max-width: 480px) {
      .CoveoSearchInterface .coveo-result-frame, .CoveoSearchInterface .CoveoResult.coveo-result-frame {
        display: block; } }
    .CoveoSearchInterface .coveo-result-frame .coveo-result-cell.img-box, .CoveoSearchInterface .CoveoResult.coveo-result-frame .coveo-result-cell.img-box {
      width: 160px;
      display: flex;
      flex: none;
      align-items: center;
      justify-content: center;
      margin-right: 30px; }
      @media (max-width: 480px) {
        .CoveoSearchInterface .coveo-result-frame .coveo-result-cell.img-box, .CoveoSearchInterface .CoveoResult.coveo-result-frame .coveo-result-cell.img-box {
          width: 100%;
          margin-right: 0;
          margin-bottom: 30px; } }
      .CoveoSearchInterface .coveo-result-frame .coveo-result-cell.img-box img, .CoveoSearchInterface .CoveoResult.coveo-result-frame .coveo-result-cell.img-box img {
        max-height: 100px; }
      .CoveoSearchInterface .coveo-result-frame .coveo-result-cell.img-box + .coveo-result-cell, .CoveoSearchInterface .CoveoResult.coveo-result-frame .coveo-result-cell.img-box + .coveo-result-cell {
        display: block;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% - 190px); }
  .CoveoSearchInterface .CoveoPager {
    display: block;
    text-align: center;
    margin-bottom: 40px; }
  .CoveoSearchInterface .coveo-pager-list-item {
    color: #000;
    border: none;
    padding: 0 1px;
    margin-left: 3px;
    margin-right: 3px; }
    .CoveoSearchInterface .coveo-pager-list-item.coveo-active, .CoveoSearchInterface .coveo-pager-list-item:hover {
      color: #000;
      border: none;
      font-weight: 600;
      border-bottom: 2px solid #000;
      background-color: transparent; }
  .CoveoSearchInterface .coveo-pager-next-icon-svg,
  .CoveoSearchInterface .coveo-pager-previous-icon-svg {
    width: 8px;
    height: 8px;
    color: #000; }
  .CoveoSearchInterface .coveo-pager-next {
    margin-left: 5px; }
  .CoveoSearchInterface .coveo-pager-previous {
    margin-right: 5px; }

#search.CoveoSearchInterface {
  color: #000;
  font-family: "ff-good-web-pro", Arial sans-serif; }
  #search.CoveoSearchInterface .coveo-tab-section {
    border-bottom: none;
    background-color: transparent;
    overflow: hidden;
    text-align: left; }
    @media (max-width: 480px) {
      #search.CoveoSearchInterface .coveo-tab-section {
        background-color: transparent; } }
  #search.CoveoSearchInterface .CoveoPrintableUri .CoveoResultLink, #search.CoveoSearchInterface .CoveoResultLink.printable-uri {
    color: #ff3b00;
    text-decoration: underline;
    font-size: 12px; }
  #search.CoveoSearchInterface .CoveoTab {
    height: 45px;
    font-size: 1.7rem;
    margin-right: 8px;
    padding-left: 30px;
    padding-right: 30px; }
    @media (max-width: 480px) {
      #search.CoveoSearchInterface .CoveoTab {
        font-size: 1.4rem;
        padding-left: 10px;
        padding-right: 10px; } }
    #search.CoveoSearchInterface .CoveoTab p {
      color: #000;
      font-weight: 600; }
    #search.CoveoSearchInterface .CoveoTab.coveo-selected {
      border-bottom-color: #ff3b00;
      padding-left: 42px;
      padding-right: 42px; }
      @media (max-width: 480px) {
        #search.CoveoSearchInterface .CoveoTab.coveo-selected {
          padding-left: 15px;
          padding-right: 15px; } }
      #search.CoveoSearchInterface .CoveoTab.coveo-selected:hover {
        border-bottom-color: #ff3b00; }
      #search.CoveoSearchInterface .CoveoTab.coveo-selected p {
        color: #ff3b00; }
  #search.CoveoSearchInterface.coveo-small-tabs .CoveoTab.coveo-selected:hover p, #search.CoveoSearchInterface.coveo-small-tabs .CoveoTab.coveo-selected p {
    border-bottom-color: #ff3b00; }
  #search.CoveoSearchInterface .coveo-result-frame.product-result .coveo-result-cell.img-box img, #search.CoveoSearchInterface .CoveoResult.coveo-result-frame.product-result .coveo-result-cell.img-box img {
    max-height: 130px; }
  #search.CoveoSearchInterface .CoveoResultLink:not(.product-name):not(.coveo-printable-uri-part) {
    display: block;
    margin-top: 15px; }
  #search.CoveoSearchInterface .CoveoResultLink.product-name {
    font-size: 1.8rem;
    text-transform: uppercase; }
    @media (max-width: 480px) {
      #search.CoveoSearchInterface .CoveoResultLink.product-name {
        display: block; } }
  #search.CoveoSearchInterface .CoveoResult a.btn-secondary {
    font-size: 1.4rem;
    margin-right: 30px; }
    @media (max-width: 480px) {
      #search.CoveoSearchInterface .CoveoResult a.btn-secondary {
        margin-bottom: 15px; } }

#kb-search.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header,
#kb-search.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header,
#kb-search.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header {
  color: #000; }

@media (max-width: 480px) {
  #kb-search.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header-wrapper {
    margin-left: 10px;
    justify-content: flex-start; } }

#kb-search.CoveoSearchInterface .coveo-more-tabs-svg {
  color: #000; }

#kb-search.CoveoSearchInterface .coveo-dynamic-facet-header-title {
  color: #000; }

#kb-search.CoveoSearchInterface .coveo-dynamic-facet-header-wait-animation-svg {
  color: #000; }

#kb-search.CoveoSearchInterface .coveo-dynamic-facet-header-btn {
  color: #000; }

#kb-search.CoveoSearchInterface .coveo-dynamic-facet-collapse-toggle-svg {
  color: #000; }

#kb-search.CoveoSearchInterface .coveo-checkbox-label {
  color: #000; }

#kb-search.CoveoSearchInterface input[type='checkbox'].coveo-checkbox:checked + button:before {
  border-color: #000; }

#kb-search.CoveoSearchInterface .coveo-dynamic-facet-value .coveo-checkbox-span-label-suffix {
  color: #000; }

#kb-search.CoveoSearchInterface .coveo-dynamic-facet-value .coveo-checkbox-label:hover .coveo-checkbox-span-label,
#kb-search.CoveoSearchInterface .coveo-dynamic-facet-value .coveo-checkbox-label:hover .coveo-checkbox-span-label-suffix {
  color: #ff3b00;
  opacity: 1; }

#kb-search.CoveoSearchInterface .coveo-dynamic-facet-value.coveo-focused .coveo-checkbox-span-label,
#kb-search.CoveoSearchInterface .coveo-dynamic-facet-value.coveo-focused .coveo-checkbox-span-label-suffix {
  opacity: 1; }

#kb-search.CoveoSearchInterface .coveo-breadcrumb-items {
  padding-bottom: 0; }

#kb-search.CoveoSearchInterface .coveo-dynamic-facet-breadcrumb-title {
  color: #000; }

#kb-search.CoveoSearchInterface .coveo-dynamic-facet-breadcrumb-value, #kb-search.CoveoSearchInterface .coveo-dynamic-facet-breadcrumb-collapse {
  color: #000; }
  #kb-search.CoveoSearchInterface .coveo-dynamic-facet-breadcrumb-value:hover, #kb-search.CoveoSearchInterface .coveo-dynamic-facet-breadcrumb-value:hover a, #kb-search.CoveoSearchInterface .coveo-dynamic-facet-breadcrumb-collapse:hover, #kb-search.CoveoSearchInterface .coveo-dynamic-facet-breadcrumb-collapse:hover a {
    text-decoration: none; }

@media (max-width: 480px) {
  #kb-search.CoveoSearchInterface .CoveoBreadcrumb {
    display: flex;
    flex-direction: column; }
    #kb-search.CoveoSearchInterface .CoveoBreadcrumb .coveo-breadcrumb-clear-all {
      order: 1;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0; }
    #kb-search.CoveoSearchInterface .CoveoBreadcrumb .coveo-breadcrumb-items {
      order: 2; } }

#kb-search.CoveoSearchInterface .coveo-breadcrumb-clear-all {
  color: #000; }
  #kb-search.CoveoSearchInterface .coveo-breadcrumb-clear-all:hover, #kb-search.CoveoSearchInterface .coveo-breadcrumb-clear-all:hover a {
    text-decoration: none; }

#kb-search.CoveoSearchInterface .coveo-sort-icon-descending-svg {
  color: #000; }

#kb-search.CoveoSearchInterface .CoveoSort.coveo-ascending .coveo-sort-icon-ascending-svg {
  color: #000; }

#kb-search.CoveoSearchInterface .CoveoSort.coveo-selected {
  color: #ff3b00;
  border-bottom-color: #ff3b00; }
  #kb-search.CoveoSearchInterface .CoveoSort.coveo-selected:hover {
    border-bottom-color: #ff3b00; }
  #kb-search.CoveoSearchInterface .CoveoSort.coveo-selected.coveo-ascending .coveo-sort-icon-ascending-svg,
  #kb-search.CoveoSearchInterface .CoveoSort.coveo-selected.coveo-descending .coveo-sort-icon-descending-svg {
    color: #ff3b00; }

#kb-search.CoveoSearchInterface .CoveoQueryDuration {
  color: #000;
  margin-left: 10px; }

#kb-search.CoveoSearchInterface .CoveoFieldValue .coveo-field-caption {
  color: #000;
  font-weight: 600; }

.work-with .product-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  .work-with .product-list .product-item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc((100% - 6px) / 2);
    max-width: calc((100% - 6px) / 2);
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 10px; }
    .work-with .product-list .product-item:nth-child(2n+2) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .work-with .product-list .product-item {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc((100% - 40px) / 4);
        max-width: calc((100% - 40px) / 4);
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 20px; }
        .work-with .product-list .product-item:nth-child(2n+2) {
          margin-right: 10px; }
        .work-with .product-list .product-item:nth-child(3n+3) {
          margin-right: 0; } }
    .work-with .product-list .product-item .navigate-link {
      color: #000; }
      .work-with .product-list .product-item .navigate-link:hover {
        text-decoration: none; }
    .work-with .product-list .product-item .img-box {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 115px;
      margin-top: 25px;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .work-with .product-list .product-item .img-box {
          margin-top: 50px;
          margin-bottom: 90px; } }
      .work-with .product-list .product-item .img-box img {
        flex-shrink: 0;
        max-height: 100%; }
    .work-with .product-list .product-item .product-name {
      margin: 0;
      font-family: "ff-good-web-pro", Arial sans-serif;
      font-size: 1.2rem;
      font-weight: 600;
      line-height: 16px;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .work-with .product-list .product-item .product-name {
          font-size: 2rem;
          line-height: 22px;
          margin-bottom: 5px; } }
    .work-with .product-list .product-item .price-list {
      color: #9c8e8b;
      font-family: "ff-good-web-pro", Arial sans-serif;
      font-size: 1.2rem;
      font-weight: 600;
      line-height: 16px; }
      @media (min-width: 992px) {
        .work-with .product-list .product-item .price-list {
          font-size: 1.4rem;
          line-height: 24px; } }

#bv-mboxzone-lightbox div[class*="bv-core-container"] .bv-mbox {
  background-color: #f5f3f2 !important; }
  #bv-mboxzone-lightbox div[class*="bv-core-container"] .bv-mbox .bv-mbox-sidebar .bv-submission-sidebar {
    background-color: #fff !important;
    padding: 1rem !important;
    margin: 3rem 1rem 1rem !important; }
    @media (min-width: 992px) {
      #bv-mboxzone-lightbox div[class*="bv-core-container"] .bv-mbox .bv-mbox-sidebar .bv-submission-sidebar {
        margin: 5rem 1rem 1rem !important; } }
    @media (min-width: 992px) {
      #bv-mboxzone-lightbox div[class*="bv-core-container"] .bv-mbox .bv-mbox-sidebar .bv-submission-sidebar .bv-subject-info-section .bv-subject-info span {
        font-size: 1.6rem !important; } }
  #bv-mboxzone-lightbox div[class*="bv-core-container"] .bv-mbox .bv-mbox-content-container {
    background-color: #f5f3f2 !important; }
    #bv-mboxzone-lightbox div[class*="bv-core-container"] .bv-mbox .bv-mbox-content-container .bv-mbox-breadcrumb {
      padding: 2rem 2rem 1rem !important; }
      @media (min-width: 992px) {
        #bv-mboxzone-lightbox div[class*="bv-core-container"] .bv-mbox .bv-mbox-content-container .bv-mbox-breadcrumb {
          padding: 4rem 2rem 1rem !important; } }
      #bv-mboxzone-lightbox div[class*="bv-core-container"] .bv-mbox .bv-mbox-content-container .bv-mbox-breadcrumb .bv-mbox-breadcrumb-item {
        color: #ff3b00 !important; }
    #bv-mboxzone-lightbox div[class*="bv-core-container"] .bv-mbox .bv-mbox-content-container .bv-submission-section {
      background-color: #f5f3f2 !important; }
      @media (min-width: 992px) {
        #bv-mboxzone-lightbox div[class*="bv-core-container"] .bv-mbox .bv-mbox-content-container .bv-submission-section .bv-required-fields-text {
          font-family: "ff-good-web-pro", Arial sans-serif !important;
          font-size: 1.4rem !important; } }
    #bv-mboxzone-lightbox div[class*="bv-core-container"] .bv-mbox .bv-mbox-content-container .bv-fieldsets {
      background-color: #f5f3f2 !important; }
      #bv-mboxzone-lightbox div[class*="bv-core-container"] .bv-mbox .bv-mbox-content-container .bv-fieldsets .bv-fieldset.bv-fieldset-active {
        background-color: #ebe8e5 !important; }
      #bv-mboxzone-lightbox div[class*="bv-core-container"] .bv-mbox .bv-mbox-content-container .bv-fieldsets .bv-fieldset.bv-fieldset-agreements .bv-fieldset-label-checkbox {
        font-family: "ff-good-web-pro", Arial sans-serif !important;
        font-size: 1.6rem !important; }
      @media (min-width: 992px) {
        #bv-mboxzone-lightbox div[class*="bv-core-container"] .bv-mbox .bv-mbox-content-container .bv-fieldsets .bv-fieldset-label .bv-fieldset-label-text {
          font-size: 1.6rem !important; } }
      #bv-mboxzone-lightbox div[class*="bv-core-container"] .bv-mbox .bv-mbox-content-container .bv-fieldsets .bv-fieldset-inner .bv-fieldset-casltext {
        font-family: "ff-good-web-pro", Arial sans-serif !important;
        font-size: 1.4rem !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-mbox {
  padding: 20px !important; }
  #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-mbox .bv-mbox-close {
    top: 25px !important;
    right: 25px !important; }
  #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-mbox .bv-rating-helper {
    clear: none !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets input.bv-text,
#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets textarea {
  font-family: "ff-good-web-pro", Arial sans-serif !important;
  font-size: 1.7rem !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets input.bv-text {
  border: 2px solid !important;
  border-color: transparent !important;
  border-radius: unset !important;
  padding: 11px 15px !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets textarea {
  border: 2px solid !important;
  border-color: transparent !important;
  box-shadow: none !important;
  border-radius: unset !important;
  background-color: #fff !important;
  padding: 11px 15px !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets #bv-fieldset-label-rating .bv-fieldset-label,
#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset-label {
  font-size: 1.7rem !important;
  font-weight: 400 !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset .bv-fieldset-label {
  padding-right: 40px !important; }
  @media (min-width: 992px) {
    #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset .bv-fieldset-label {
      padding-right: 10px !important; } }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-fieldset-active input {
  border-color: #000 !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset:hover .bv-review-field-content-wrapper,
#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-fieldset-active .bv-review-field-content-wrapper,
#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset .bv-fieldset-active:hover .bv-review-field-content-wrapper {
  border-color: #000 !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-valid .bv-fieldset-label {
  color: #000 !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-select-field .bv-fieldset-select-wrapper .bv-select:hover,
#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-fieldset-active.bv-select-field .bv-fieldset-select-wrapper .bv-select:hover,
#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-select-field .bv-fieldset-select-wrapper .bv-select:focus,
#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-fieldset-active.bv-select-field .bv-fieldset-select-wrapper .bv-select:focus {
  border-color: #000 !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset:not(.bv-select-field):not(.bv-fieldset-secondary-rating):not(.bv-fieldset-isrecommended) .bv-helper {
  top: 7px !important;
  margin-top: 0px !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset:not(.bv-fieldset-reviewtext) textarea:focus,
#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset:not(.bv-fieldset-reviewtext) .bv-fieldset:hover,
#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset:not(.bv-fieldset-reviewtext) .bv-fieldset.bv-fieldset-active:hover textarea {
  border-color: #000 !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-error .bv-fieldset-label {
  color: #ff3b00 !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-error span.bv-helper-label,
#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-error:hover span.bv-helper-label {
  color: #ff3b00 !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-error .bv-helper-icon-negative {
  color: #ff3b00 !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-error .bv-helper {
  border: none !important;
  border-radius: none !important;
  background-color: transparent !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-select-field .bv-fieldset-select-wrapper {
  height: auto !important;
  float: none !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: auto !important; }
  @media (min-width: 992px) {
    #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-select-field .bv-fieldset-select-wrapper {
      flex: 0 0 50% !important;
      max-width: 50% !important; } }
  #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-select-field .bv-fieldset-select-wrapper .bv-select {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
    border: 2px solid !important;
    border-color: transparent !important;
    box-shadow: none !important;
    border-radius: unset !important;
    background-image: url("clientlib-site/resources/icons/angle-down-black.svg") !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 20px) center !important;
    background-color: #fff !important;
    height: auto !important;
    line-height: 1.2em !important;
    margin-left: 0px !important;
    position: relative !important;
    padding: 11px 15px !important;
    width: 100% !important; }
    @media (min-width: 992px) {
      #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-select-field .bv-fieldset-select-wrapper .bv-select {
        margin-left: 36px !important;
        width: 82% !important; } }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-select-field .bv-helper {
  top: 7px !important;
  margin-top: 0px !important; }
  @media (min-width: 992px) {
    #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-select-field .bv-helper {
      top: 50% !important;
      margin-top: -13px !important; } }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-select-field .bv-fieldset-label-wrapper {
  float: none !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  padding-right: 0 !important;
  width: auto !important; }
  @media (min-width: 992px) {
    #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-select-field .bv-fieldset-label-wrapper {
      flex: 0 0 50% !important;
      max-width: 50% !important;
      padding-right: 35px !important; } }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-fieldset-rating .bv-fieldset-label,
#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-fieldset-rating .bv-rating-helper {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-fieldset-rating .bv-rating-helper {
  clear: none !important;
  margin-right: 0px !important;
  padding-right: 0px !important; }
  @media (min-width: 992px) {
    #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-fieldset-rating .bv-rating-helper {
      margin-right: 60px !important;
      padding-right: 30px !important; } }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-fieldset-netpromoterscore > .bv-fieldset-label-wrapper {
  width: auto !important;
  margin-left: 0px !important;
  padding-top: 0px !important;
  padding-left: 10px !important;
  padding-right: 10px !important; }
  @media (min-width: 992px) {
    #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-fieldset-netpromoterscore > .bv-fieldset-label-wrapper {
      margin-left: 20px !important;
      padding-left: 0px !important;
      padding-right: 0px !important; } }
  #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-fieldset-netpromoterscore > .bv-fieldset-label-wrapper .bv-fieldset-label {
    padding-left: 5px !important;
    padding-right: 40px !important; }
    @media (min-width: 992px) {
      #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-fieldset-netpromoterscore > .bv-fieldset-label-wrapper .bv-fieldset-label {
        padding-right: 10px !important; } }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-fieldset-netpromoterscore .bv-netpromotercomment-wrapper {
  padding-top: 0px !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-fieldset-netpromoterscore .bv-radio-group .bv-radio-container-li-active .bv-radio-wrapper-label,
#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-fieldset-netpromoterscore .bv-radio-group .bv-radio-container-li .bv-radio-wrapper-label:hover {
  color: #ff3b00 !important;
  border-color: #ff3b00 !important;
  text-shadow: none !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-fieldset-isrecommended .bv-fieldset-label-wrapper {
  float: none !important;
  width: auto !important;
  padding-top: 0px !important;
  padding-left: 10px !important;
  padding-right: 10px !important; }
  @media (min-width: 992px) {
    #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-fieldset-isrecommended .bv-fieldset-label-wrapper {
      float: left !important;
      width: 50% !important;
      padding-left: 0px !important;
      padding-right: 0px !important; } }
  #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-fieldset-isrecommended .bv-fieldset-label-wrapper .bv-fieldset-label {
    padding-left: 5px !important; }
    @media (min-width: 992px) {
      #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-fieldset-isrecommended .bv-fieldset-label-wrapper .bv-fieldset-label {
        padding-left: 20px !important; } }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-fieldset-isrecommended .bv-helper {
  top: 7px !important;
  margin-top: 0px !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-fieldset-isrecommended .bv-fieldset-isrecommended-wrapper {
  display: block !important;
  width: 100% !important; }
  @media (min-width: 992px) {
    #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-fieldset-isrecommended .bv-fieldset-isrecommended-wrapper {
      width: auto !important; } }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-fieldset-isrecommended .bv-radio-group {
  width: 35% !important; }
  @media (min-width: 992px) {
    #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-fieldset-isrecommended .bv-radio-group {
      width: 60% !important; } }
  #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-fieldset-isrecommended .bv-radio-group ul {
    display: flex !important; }
    #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-fieldset-isrecommended .bv-radio-group ul .bv-radio-container-li-active .bv-radio-wrapper-label {
      color: #fff !important;
      background-color: #ff3b00 !important;
      border-color: #ff3b00 !important;
      box-shadow: none !important;
      text-shadow: unset !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-fieldset-contextdatavalue_Product .bv-fieldset-label-wrapper {
  padding-top: 0px !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset.bv-fieldset-agreements.bv-error .bv-fieldset-label-text {
  color: #ff3b00 !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-mincount .bv-helper {
  border: none !important;
  border-radius: none !important;
  background-color: transparent !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset-rating.bv-error #bv-fieldset-label-rating .bv-fieldset-label {
  color: #ff3b00 !important;
  float: none !important; }
  @media (min-width: 992px) {
    #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset-rating.bv-error #bv-fieldset-label-rating .bv-fieldset-label {
      float: left !important; } }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset-rating .bv-fieldset-radio-wrapper {
  display: flex !important;
  float: none !important;
  justify-content: left !important;
  align-items: center !important; }
  @media (min-width: 992px) {
    #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset-rating .bv-fieldset-radio-wrapper {
      width: auto !important;
      float: left !important; } }
  #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset-rating .bv-fieldset-radio-wrapper .bv-radio-group {
    width: auto !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-email-field.bv-fieldset-small-alone .bv-fieldset-inner {
  width: 100% !important; }

@media (min-width: 992px) {
  #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset-secondary-rating {
    display: flex !important;
    align-items: center !important; } }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset-secondary-rating .bv-fieldset-label-wrapper {
  float: none !important;
  width: 100% !important;
  padding-top: 0px !important;
  padding-left: 10px !important;
  padding-right: 10px !important; }
  @media (min-width: 992px) {
    #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset-secondary-rating .bv-fieldset-label-wrapper {
      float: left !important;
      width: 50% !important;
      padding-left: 0px !important;
      padding-right: 0px !important; } }
  #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset-secondary-rating .bv-fieldset-label-wrapper .bv-fieldset-label {
    float: none !important;
    padding-left: 5px !important; }
    @media (min-width: 992px) {
      #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset-secondary-rating .bv-fieldset-label-wrapper .bv-fieldset-label {
        float: left !important;
        padding-left: 20px !important; } }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset-secondary-rating .bv-fieldset-radio-wrapper {
  width: 100% !important; }
  @media (min-width: 992px) {
    #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset-secondary-rating .bv-fieldset-radio-wrapper {
      width: auto !important; } }
  #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset-secondary-rating .bv-fieldset-radio-wrapper .bv-radio-group {
    float: none !important;
    width: auto !important; }
    @media (min-width: 992px) {
      #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset-secondary-rating .bv-fieldset-radio-wrapper .bv-radio-group {
        float: left !important; } }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset-secondary-rating .bv-helper {
  top: 7px !important;
  margin-top: 0px !important; }
  @media (min-width: 992px) {
    #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset-secondary-rating .bv-helper {
      top: 50% !important;
      margin-top: -13px !important; } }

@media (min-width: 768px) {
  #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-fieldset-secondary-rating .bv-rating-helper {
    clear: none !important; } }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets li label.bv-radio-wrapper-label {
  color: #000 !important;
  box-shadow: none !important;
  background-color: #fff !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-radio-isrecommended-group-true .bv-radio-wrapper-label {
  border-radius: unset !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-radio-isrecommended-group-false .bv-radio-wrapper-label {
  border-radius: unset !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-radio-field .bv-fieldset-radio-wrapper:not(.bv-fieldset-netpromoterscore-wrapper) {
  display: flex !important;
  align-items: center !important;
  justify-content: left !important;
  padding-left: 0px !important; }
  @media (min-width: 992px) {
    #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-radio-field .bv-fieldset-radio-wrapper:not(.bv-fieldset-netpromoterscore-wrapper) {
      padding-left: 20px !important; } }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-select-field .bv-fieldset-inner {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  justify-content: space-between !important; }
  @media (min-width: 768px) {
    #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-select-field .bv-fieldset-inner {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media (min-width: 992px) {
    #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-select-field .bv-fieldset-inner {
      padding-left: 20px !important;
      padding-right: 50px !important; } }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-radio-container-li .bv-radio-wrapper-label:first-of-type, #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-radio-container-li .bv-radio-wrapper-label:last-of-type {
  border-radius: unset !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-submit {
  color: #fff !important;
  border: 1px solid #ff3b00 !important;
  background-color: #ff3b00 !important;
  font-family: "ff-good-web-pro", Arial sans-serif !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  margin-top: 5px !important;
  min-width: 14rem !important;
  padding: 0.9rem !important;
  text-align: center !important;
  width: 100% !important; }
  @media (min-width: 768px) {
    #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-fieldsets .bv-submit {
      width: auto !important; } }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-submission-star-rating:not(.bv-submission-star-rating-on):not(.bv-submission-star-rating-hover) .bv-rating-link {
  background: unset !important;
  border-color: transparent !important;
  border-radius: unset !important;
  box-shadow: none !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-submission-star-rating .bv-rating-link {
  font-size: 2.4rem !important; }
  #bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-submission-star-rating .bv-rating-link span {
    text-shadow: none !important; }

#bv-mboxzone-lightbox.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-submission .bv-review-field-content-wrapper {
  border: 2px solid !important;
  border-color: transparent !important;
  border-radius: unset !important; }

.poly-next-steps-links {
  height: 100%; }

.next-steps-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 100%;
  text-transform: uppercase; }
  @media (max-width: 767.98px) {
    .next-steps-links {
      height: 250px; } }
  .next-steps-links .link-container {
    display: flex;
    flex-basis: 50%;
    justify-content: center;
    flex-direction: column;
    color: #fff; }
    .next-steps-links .link-container:hover {
      color: #ff3b00; }
  .next-steps-links .item {
    width: 100%; }
  .next-steps-links .icon {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 2rem;
    height: 40px; }
  .next-steps-links .item-text {
    text-align: center; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-action-bar {
  margin: 0 !important;
  padding: 0 !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] button.bv-write-review,
.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] button.bv-write-review:focus,
.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] button.bv-write-review:hover {
  color: #fff !important;
  border: 1px solid #ff3b00 !important;
  background-color: #ff3b00 !important;
  font-family: "ff-good-web-pro", Arial sans-serif !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  margin-top: 5px !important;
  min-width: 14rem !important;
  padding: 0.9rem !important;
  text-align: center !important;
  width: 100% !important; }
  @media (min-width: 768px) {
    .ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] button.bv-write-review,
    .ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] button.bv-write-review:focus,
    .ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] button.bv-write-review:hover {
      width: auto !important; } }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-section-summary {
  margin: 0 !important;
  padding: 0 !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-section-summary-block {
  padding-top: 30px !important; }
  @media (min-width: 768px) {
    .ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-section-summary-block {
      padding: 0 !important; } }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-section-summary .bv-content-title {
  font-size: 1.4rem !important;
  font-family: "ff-good-web-pro", Arial sans-serif !important;
  font-weight: 600 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #d5ceca !important;
  text-transform: uppercase !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-inline-histogram {
  order: 2 !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-section-summary-inline .bv-secondary-rating-summary {
  order: 1 !important; }
  @media (min-width: 768px) {
    .ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-section-summary-inline .bv-secondary-rating-summary {
      margin-right: 10px !important; } }
  @media (min-width: 992px) {
    .ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-section-summary-inline .bv-secondary-rating-summary {
      margin-right: 20px !important; } }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-section-summary-inline .bv-secondary-rating-summary .bv-secondary-rating-summary-list {
  margin: 0 !important;
  width: 100% !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-section-summary-inline .bv-secondary-rating-summary .bv-table .bv-table-row {
  border-bottom: 1px solid #d5ceca !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-section-summary-inline .bv-secondary-rating-summary .bv-table .bv-table-row .bv-table-cell {
  font-family: "ff-good-web-pro", Arial sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.4px !important;
  line-height: 24px !important;
  padding-top: 20px !important;
  text-transform: uppercase !important;
  border-bottom: 1px solid #d5ceca !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-rating-stars-container .bv-rating-stars {
  font-size: 1.6rem !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-section-summary-inline .bv-secondary-rating-summary .bv-table .bv-table-row span.bv-table-cell:nth-of-type(2) {
  padding-left: 0px !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-inline-histogram-ratings .bv-flex-container-column {
  margin: 0 !important;
  width: 100% !important; }

@media (min-width: 768px) {
  .ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-inline-histogram-ratings .bv-flex-container-column .bv-flex-container {
    margin-top: 0px !important;
    margin-bottom: 10px !important; } }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-inline-histogram-ratings .bv-flex-container-column .bv-flex-container:first-of-type {
  margin-top: 20px !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-section-summary .bv-section-summary-inline .bv-inline-histogram-ratings .bv-histogram-filter-helper {
  margin: 0 !important;
  padding-left: 0 !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-inline-histogram-ratings .bv-flex-container-column .bv-flex-container div:first-child {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-bottom: 0px !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-inline-histogram-ratings .bv-flex-container-column .bv-flex-container div:last-child {
  width: 26px !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-inline-histogram-ratings .bv-glyph {
  color: #ff3b00 !important;
  margin-left: 2px !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-inline-histogram-ratings .bv-content-secondary-ratings-value, .ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-content-secondary-ratings-container {
  height: 4px !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-inline-histogram-ratings .bv-flex-container div {
  font-family: "ff-good-web-pro", Arial sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.4px !important;
  text-transform: uppercase !important;
  line-height: 13px !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-inline-histogram-ratings .bv-inline-histogram-ratings-bar {
  padding-right: 0px !important;
  padding-left: 0px !important; }

@media (min-width: 768px) {
  .ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-flex-container-responsive .bv-head-to-head-item:first-child {
    margin-right: 20px !important; } }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-content-header {
  padding: 0 !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-content-header-meta {
  display: flex !important;
  align-items: center !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-head-to-head .bv-content-header-meta {
  display: flex !important;
  align-items: center !important;
  margin-top: 5px !important; }
  @media (min-width: 768px) {
    .ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-head-to-head .bv-content-header-meta {
      margin-top: 24px !important; } }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-content-badges-container {
  margin: 0 !important;
  margin-top: 12px !important;
  padding: 0 !important;
  position: relative !important;
  text-align: left !important; }
  @media (min-width: 768px) {
    .ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-content-badges-container {
      margin-top: 0 !important;
      position: absolute !important;
      text-align: right !important; } }

@media (min-width: 768px) {
  .ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-head-to-head .bv-content-badges-container {
    top: 24px !important; } }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-content-item-avatar-offset-off .bv-content-rating .bv-rating-stars-container {
  margin-right: 10px !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-content-data-summary .bv-content-meta .bv-author {
  font-family: "ff-good-web-pro", Arial sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.4px !important;
  text-transform: uppercase !important;
  margin-right: 5px !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-content-data-summary .bv-content-meta .bv-content-datetime-stamp {
  color: rgba(0, 0, 0, 0.54) !important;
  font-family: "ff-good-web-pro", Arial sans-serif !important;
  font-size: 1.4rem !important;
  line-height: 20px !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-content-title-container {
  margin-top: 18px !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-head-to-head .bv-content-item .bv-content-item-avatar-offset .bv-content-title,
.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-content-title {
  border-bottom: none !important;
  font-family: "ff-good-headline-web-pro", Arial, sans-serif !important;
  font-size: 2.4rem !important;
  font-weight: 600 !important;
  line-height: 30px !important;
  margin: 0 !important;
  padding-bottom: 0 !important;
  text-transform: uppercase !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-content-summary {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-content-summary p {
  font-family: "ff-good-web-pro", Arial sans-serif !important;
  font-size: 1.8rem !important;
  line-height: 27px !important;
  margin-top: 24px !important;
  margin-bottom: 0 !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-head-to-head .bv-content-item .bv-content-actions-container {
  padding: 0 !important;
  margin-top: 15px !important;
  margin-bottom: 20px !important; }
  @media (min-width: 768px) {
    .ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-head-to-head .bv-content-item .bv-content-actions-container {
      margin-top: 25px !important;
      margin-bottom: 30px !important; } }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-head-to-head a.bv-head-to-head-see-more-positive {
  padding: 0 !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-head-to-head a.bv-head-to-head-see-more-critical {
  padding: 0 !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-control-bar {
  border-bottom: 1px solid #d5ceca !important;
  background: none !important;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 100px !important;
  margin-bottom: 0 !important; }
  @media (min-width: 768px) {
    .ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-control-bar {
      margin-top: 136px !important; } }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-control-bar .bv-control-bar-count {
  flex: none !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-content-pagination {
  margin: 0 !important;
  padding: 0 !important;
  background-color: unset !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-content-pagination-pages-current {
  font-family: "ff-good-web-pro", Arial sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important; }
  @media (min-width: 768px) {
    .ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-content-pagination-pages-current {
      font-size: 1.4rem !important; } }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-control-bar .bv-control-bar-sort {
  margin: 0 !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-dropdown-target .bv-dropdown-label,
.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-dropdown-target .bv-dropdown-title {
  font-family: "ff-good-web-pro", Arial sans-serif !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-dropdown select.bv-select-cleanslate {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  cursor: pointer !important;
  font-family: "ff-good-web-pro", Arial sans-serif !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  position: relative !important;
  text-transform: uppercase !important; }
  .ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-dropdown select.bv-select-cleanslate::-ms-expand {
    display: none !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-content-item.bv-content-review {
  margin: 30px 0px 0px !important;
  padding: 12px 0px !important; }
  @media (min-width: 768px) {
    .ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-content-item.bv-content-review {
      margin: 0 !important;
      padding: 25px 0px !important; } }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-head-to-head .bv-content-item .bv-content-rating {
  display: inline-flex !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-content-data {
  margin-top: 25px !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-content-data dl dt {
  font-family: "ff-good-web-pro", Arial sans-serif !important;
  font-size: 1.4rem !important;
  line-height: 19px !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-content-data-label-container .bv-content-data-label {
  font-weight: 400 !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-content-data dl dd {
  font-family: "ff-good-web-pro", Arial sans-serif !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important; }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-content-details-container .bv-secondary-ratings {
  margin: 0 !important;
  padding: 0 !important; }
  @media (min-width: 768px) {
    .ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-content-details-container .bv-secondary-ratings {
      margin: 0 10px !important;
      padding: 0 10px !important; } }

.ratings-and-reviews .bv-cv2-cleanslate div[class*="bv-core-container"] .bv-content-actions-container {
  padding: 0 !important;
  margin: 0 !important; }

.sc-nav {
  background-color: #ebe8e5; }

li.nh_nav-item.supportFooterFirstLink {
  padding-right: 10rem; }

@media (min-width: 992px) {
  .nh_primary-nav .navbar-collapse {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    background: transparent;
    padding: 0 5rem; } }

.search {
  width: 100%;
  position: relative;
  display: flex;
  height: 55px; }

.searchTerm {
  padding: 0px;
  width: 100%; }
  .searchTerm:focus {
    color: black; }

.searchButton {
  width: 20%;
  background: red;
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 0px; }

.wrap {
  width: 40%;
  position: relative;
  left: 55%; }

.support-search-content {
  background: #00213c;
  height: 55px;
  width: 100%; }

.btn-blue {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-blue:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-blue:focus, .btn-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-blue.disabled, .btn-blue:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  .show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-blue:not(:disabled):not(.disabled):active:hover, .btn-blue:not(:disabled):not(.disabled).active:hover,
    .show > .btn-blue.dropdown-toggle:hover {
      background-color: #0069d9;
      border-color: #0062cc; }
    .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-indigo {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2; }
  .btn-indigo:hover {
    color: #fff;
    background-color: #560bd0;
    border-color: #510bc4; }
  .btn-indigo:focus, .btn-indigo.focus {
    box-shadow: 0 0 0 0.2rem rgba(125, 52, 244, 0.5); }
  .btn-indigo.disabled, .btn-indigo:disabled {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2; }
  .btn-indigo:not(:disabled):not(.disabled):active, .btn-indigo:not(:disabled):not(.disabled).active,
  .show > .btn-indigo.dropdown-toggle {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-indigo:not(:disabled):not(.disabled):active:hover, .btn-indigo:not(:disabled):not(.disabled).active:hover,
    .show > .btn-indigo.dropdown-toggle:hover {
      background-color: #560bd0;
      border-color: #510bc4; }
    .btn-indigo:not(:disabled):not(.disabled):active:focus, .btn-indigo:not(:disabled):not(.disabled).active:focus,
    .show > .btn-indigo.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(125, 52, 244, 0.5); }

.btn-purple {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1; }
  .btn-purple:hover {
    color: #fff;
    background-color: #5e37a6;
    border-color: #59339d; }
  .btn-purple:focus, .btn-purple.focus {
    box-shadow: 0 0 0 0.2rem rgba(133, 94, 202, 0.5); }
  .btn-purple.disabled, .btn-purple:disabled {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1; }
  .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
  .show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-purple:not(:disabled):not(.disabled):active:hover, .btn-purple:not(:disabled):not(.disabled).active:hover,
    .show > .btn-purple.dropdown-toggle:hover {
      background-color: #5e37a6;
      border-color: #59339d; }
    .btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-purple.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(133, 94, 202, 0.5); }

.btn-pink {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c; }
  .btn-pink:hover {
    color: #fff;
    background-color: #e41c78;
    border-color: #d91a72; }
  .btn-pink:focus, .btn-pink.focus {
    box-shadow: 0 0 0 0.2rem rgba(235, 91, 157, 0.5); }
  .btn-pink.disabled, .btn-pink:disabled {
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c; }
  .btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active,
  .show > .btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-pink:not(:disabled):not(.disabled):active:hover, .btn-pink:not(:disabled):not(.disabled).active:hover,
    .show > .btn-pink.dropdown-toggle:hover {
      background-color: #e41c78;
      border-color: #d91a72; }
    .btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pink.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(235, 91, 157, 0.5); }

.btn-red {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-red:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-red:focus, .btn-red.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-red.disabled, .btn-red:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active,
  .show > .btn-red.dropdown-toggle {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-red:not(:disabled):not(.disabled):active:hover, .btn-red:not(:disabled):not(.disabled).active:hover,
    .show > .btn-red.dropdown-toggle:hover {
      background-color: #c82333;
      border-color: #bd2130; }
    .btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-orange {
  color: #212529;
  background-color: #fd7e14;
  border-color: #fd7e14; }
  .btn-orange:hover {
    color: #fff;
    background-color: #e96b02;
    border-color: #dc6502; }
  .btn-orange:focus, .btn-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 113, 23, 0.5); }
  .btn-orange.disabled, .btn-orange:disabled {
    color: #212529;
    background-color: #fd7e14;
    border-color: #fd7e14; }
  .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
  .show > .btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-orange:not(:disabled):not(.disabled):active:hover, .btn-orange:not(:disabled):not(.disabled).active:hover,
    .show > .btn-orange.dropdown-toggle:hover {
      background-color: #e96b02;
      border-color: #dc6502; }
    .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-orange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 113, 23, 0.5); }

.btn-yellow {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-yellow:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-yellow:focus, .btn-yellow.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-yellow.disabled, .btn-yellow:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-yellow.dropdown-toggle {
    color: #212529;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-yellow:not(:disabled):not(.disabled):active:hover, .btn-yellow:not(:disabled):not(.disabled).active:hover,
    .show > .btn-yellow.dropdown-toggle:hover {
      background-color: #e0a800;
      border-color: #d39e00; }
    .btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-yellow.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-green {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-green:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-green:focus, .btn-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-green.disabled, .btn-green:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active,
  .show > .btn-green.dropdown-toggle {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-green:not(:disabled):not(.disabled):active:hover, .btn-green:not(:disabled):not(.disabled).active:hover,
    .show > .btn-green.dropdown-toggle:hover {
      background-color: #218838;
      border-color: #1e7e34; }
    .btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus,
    .show > .btn-green.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-teal {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997; }
  .btn-teal:hover {
    color: #fff;
    background-color: #1ba87e;
    border-color: #199d76; }
  .btn-teal:focus, .btn-teal.focus {
    box-shadow: 0 0 0 0.2rem rgba(65, 209, 167, 0.5); }
  .btn-teal.disabled, .btn-teal:disabled {
    color: #fff;
    background-color: #20c997;
    border-color: #20c997; }
  .btn-teal:not(:disabled):not(.disabled):active, .btn-teal:not(:disabled):not(.disabled).active,
  .show > .btn-teal.dropdown-toggle {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-teal:not(:disabled):not(.disabled):active:hover, .btn-teal:not(:disabled):not(.disabled).active:hover,
    .show > .btn-teal.dropdown-toggle:hover {
      background-color: #1ba87e;
      border-color: #199d76; }
    .btn-teal:not(:disabled):not(.disabled):active:focus, .btn-teal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-teal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(65, 209, 167, 0.5); }

.btn-cyan {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-cyan:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-cyan:focus, .btn-cyan.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-cyan.disabled, .btn-cyan:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-cyan:not(:disabled):not(.disabled):active, .btn-cyan:not(:disabled):not(.disabled).active,
  .show > .btn-cyan.dropdown-toggle {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-cyan:not(:disabled):not(.disabled):active:hover, .btn-cyan:not(:disabled):not(.disabled).active:hover,
    .show > .btn-cyan.dropdown-toggle:hover {
      background-color: #138496;
      border-color: #117a8b; }
    .btn-cyan:not(:disabled):not(.disabled):active:focus, .btn-cyan:not(:disabled):not(.disabled).active:focus,
    .show > .btn-cyan.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff; }
  .btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-white:focus, .btn-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-white.disabled, .btn-white:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-white:not(:disabled):not(.disabled):active:hover, .btn-white:not(:disabled):not(.disabled).active:hover,
    .show > .btn-white.dropdown-toggle:hover {
      background-color: #ececec;
      border-color: #e6e6e6; }
    .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

.btn-gray {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-gray:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-gray:focus, .btn-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-gray.disabled, .btn-gray:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
  .show > .btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-gray:not(:disabled):not(.disabled):active:hover, .btn-gray:not(:disabled):not(.disabled).active:hover,
    .show > .btn-gray.dropdown-toggle:hover {
      background-color: #5a6268;
      border-color: #545b62; }
    .btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-gray-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-gray-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-gray-dark:focus, .btn-gray-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-gray-dark.disabled, .btn-gray-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-gray-dark:not(:disabled):not(.disabled):active, .btn-gray-dark:not(:disabled):not(.disabled).active,
  .show > .btn-gray-dark.dropdown-toggle {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-gray-dark:not(:disabled):not(.disabled):active:hover, .btn-gray-dark:not(:disabled):not(.disabled).active:hover,
    .show > .btn-gray-dark.dropdown-toggle:hover {
      background-color: #23272b;
      border-color: #1d2124; }
    .btn-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-gray-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-lava {
  color: #fff;
  background-color: #ff3b00;
  border-color: #ff3b00; }
  .btn-lava:hover {
    color: #fff;
    background-color: #d93200;
    border-color: #cc2f00; }
  .btn-lava:focus, .btn-lava.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 88, 38, 0.5); }
  .btn-lava.disabled, .btn-lava:disabled {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
  .btn-lava:not(:disabled):not(.disabled):active, .btn-lava:not(:disabled):not(.disabled).active,
  .show > .btn-lava.dropdown-toggle {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-lava:not(:disabled):not(.disabled):active:hover, .btn-lava:not(:disabled):not(.disabled).active:hover,
    .show > .btn-lava.dropdown-toggle:hover {
      background-color: #d93200;
      border-color: #cc2f00; }
    .btn-lava:not(:disabled):not(.disabled):active:focus, .btn-lava:not(:disabled):not(.disabled).active:focus,
    .show > .btn-lava.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 88, 38, 0.5); }

.btn-midnight {
  color: #fff;
  background-color: #00213c;
  border-color: #00213c; }
  .btn-midnight:hover {
    color: #fff;
    background-color: #000c16;
    border-color: #000509; }
  .btn-midnight:focus, .btn-midnight.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 66, 89, 0.5); }
  .btn-midnight.disabled, .btn-midnight:disabled {
    color: #fff;
    background-color: #00213c;
    border-color: #00213c; }
  .btn-midnight:not(:disabled):not(.disabled):active, .btn-midnight:not(:disabled):not(.disabled).active,
  .show > .btn-midnight.dropdown-toggle {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-midnight:not(:disabled):not(.disabled):active:hover, .btn-midnight:not(:disabled):not(.disabled).active:hover,
    .show > .btn-midnight.dropdown-toggle:hover {
      background-color: #000c16;
      border-color: #000509; }
    .btn-midnight:not(:disabled):not(.disabled):active:focus, .btn-midnight:not(:disabled):not(.disabled).active:focus,
    .show > .btn-midnight.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 66, 89, 0.5); }

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-black:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-black:focus, .btn-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-black.disabled, .btn-black:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-black:not(:disabled):not(.disabled):active:hover, .btn-black:not(:disabled):not(.disabled).active:hover,
    .show > .btn-black.dropdown-toggle:hover {
      background-color: black;
      border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.btn-sand {
  color: #212529;
  background-color: #f0e9d6;
  border-color: #f0e9d6; }
  .btn-sand:hover {
    color: #212529;
    background-color: #e6daba;
    border-color: #e2d5b1; }
  .btn-sand:focus, .btn-sand.focus {
    box-shadow: 0 0 0 0.2rem rgba(209, 204, 188, 0.5); }
  .btn-sand.disabled, .btn-sand:disabled {
    color: #212529;
    background-color: #f0e9d6;
    border-color: #f0e9d6; }
  .btn-sand:not(:disabled):not(.disabled):active, .btn-sand:not(:disabled):not(.disabled).active,
  .show > .btn-sand.dropdown-toggle {
    color: #212529;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-sand:not(:disabled):not(.disabled):active:hover, .btn-sand:not(:disabled):not(.disabled).active:hover,
    .show > .btn-sand.dropdown-toggle:hover {
      background-color: #e6daba;
      border-color: #e2d5b1; }
    .btn-sand:not(:disabled):not(.disabled):active:focus, .btn-sand:not(:disabled):not(.disabled).active:focus,
    .show > .btn-sand.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(209, 204, 188, 0.5); }

.btn-sand-25 {
  color: #212529;
  background-color: #fbf9f4;
  border-color: #fbf9f4; }
  .btn-sand-25:hover {
    color: #212529;
    background-color: #f1ead8;
    border-color: #ede5cf; }
  .btn-sand-25:focus, .btn-sand-25.focus {
    box-shadow: 0 0 0 0.2rem rgba(218, 217, 214, 0.5); }
  .btn-sand-25.disabled, .btn-sand-25:disabled {
    color: #212529;
    background-color: #fbf9f4;
    border-color: #fbf9f4; }
  .btn-sand-25:not(:disabled):not(.disabled):active, .btn-sand-25:not(:disabled):not(.disabled).active,
  .show > .btn-sand-25.dropdown-toggle {
    color: #212529;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-sand-25:not(:disabled):not(.disabled):active:hover, .btn-sand-25:not(:disabled):not(.disabled).active:hover,
    .show > .btn-sand-25.dropdown-toggle:hover {
      background-color: #f1ead8;
      border-color: #ede5cf; }
    .btn-sand-25:not(:disabled):not(.disabled):active:focus, .btn-sand-25:not(:disabled):not(.disabled).active:focus,
    .show > .btn-sand-25.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(218, 217, 214, 0.5); }

.btn-sand-50 {
  color: #212529;
  background-color: #f7f3ea;
  border-color: #f7f3ea; }
  .btn-sand-50:hover {
    color: #212529;
    background-color: #ece3ce;
    border-color: #e9dec5; }
  .btn-sand-50:focus, .btn-sand-50.focus {
    box-shadow: 0 0 0 0.2rem rgba(215, 212, 205, 0.5); }
  .btn-sand-50.disabled, .btn-sand-50:disabled {
    color: #212529;
    background-color: #f7f3ea;
    border-color: #f7f3ea; }
  .btn-sand-50:not(:disabled):not(.disabled):active, .btn-sand-50:not(:disabled):not(.disabled).active,
  .show > .btn-sand-50.dropdown-toggle {
    color: #212529;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-sand-50:not(:disabled):not(.disabled):active:hover, .btn-sand-50:not(:disabled):not(.disabled).active:hover,
    .show > .btn-sand-50.dropdown-toggle:hover {
      background-color: #ece3ce;
      border-color: #e9dec5; }
    .btn-sand-50:not(:disabled):not(.disabled):active:focus, .btn-sand-50:not(:disabled):not(.disabled).active:focus,
    .show > .btn-sand-50.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(215, 212, 205, 0.5); }

.btn-sand-75 {
  color: #212529;
  background-color: #f3eee0;
  border-color: #f3eee0; }
  .btn-sand-75:hover {
    color: #212529;
    background-color: #e8dfc4;
    border-color: #e5dabb; }
  .btn-sand-75:focus, .btn-sand-75.focus {
    box-shadow: 0 0 0 0.2rem rgba(212, 208, 197, 0.5); }
  .btn-sand-75.disabled, .btn-sand-75:disabled {
    color: #212529;
    background-color: #f3eee0;
    border-color: #f3eee0; }
  .btn-sand-75:not(:disabled):not(.disabled):active, .btn-sand-75:not(:disabled):not(.disabled).active,
  .show > .btn-sand-75.dropdown-toggle {
    color: #212529;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-sand-75:not(:disabled):not(.disabled):active:hover, .btn-sand-75:not(:disabled):not(.disabled).active:hover,
    .show > .btn-sand-75.dropdown-toggle:hover {
      background-color: #e8dfc4;
      border-color: #e5dabb; }
    .btn-sand-75:not(:disabled):not(.disabled):active:focus, .btn-sand-75:not(:disabled):not(.disabled).active:focus,
    .show > .btn-sand-75.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(212, 208, 197, 0.5); }

.btn-pearl {
  color: #212529;
  background-color: #d9d2cd;
  border-color: #d9d2cd; }
  .btn-pearl:hover {
    color: #212529;
    background-color: #c8beb7;
    border-color: #c3b8b0; }
  .btn-pearl:focus, .btn-pearl.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 184, 180, 0.5); }
  .btn-pearl.disabled, .btn-pearl:disabled {
    color: #212529;
    background-color: #d9d2cd;
    border-color: #d9d2cd; }
  .btn-pearl:not(:disabled):not(.disabled):active, .btn-pearl:not(:disabled):not(.disabled).active,
  .show > .btn-pearl.dropdown-toggle {
    color: #212529;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-pearl:not(:disabled):not(.disabled):active:hover, .btn-pearl:not(:disabled):not(.disabled).active:hover,
    .show > .btn-pearl.dropdown-toggle:hover {
      background-color: #c8beb7;
      border-color: #c3b8b0; }
    .btn-pearl:not(:disabled):not(.disabled):active:focus, .btn-pearl:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pearl.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 184, 180, 0.5); }

.btn-pearl-10 {
  color: #212529;
  background-color: #fbfaf9;
  border-color: #fbfaf9; }
  .btn-pearl-10:hover {
    color: #212529;
    background-color: #ece7e2;
    border-color: #e7e1da; }
  .btn-pearl-10:focus, .btn-pearl-10.focus {
    box-shadow: 0 0 0 0.2rem rgba(218, 218, 218, 0.5); }
  .btn-pearl-10.disabled, .btn-pearl-10:disabled {
    color: #212529;
    background-color: #fbfaf9;
    border-color: #fbfaf9; }
  .btn-pearl-10:not(:disabled):not(.disabled):active, .btn-pearl-10:not(:disabled):not(.disabled).active,
  .show > .btn-pearl-10.dropdown-toggle {
    color: #212529;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-pearl-10:not(:disabled):not(.disabled):active:hover, .btn-pearl-10:not(:disabled):not(.disabled).active:hover,
    .show > .btn-pearl-10.dropdown-toggle:hover {
      background-color: #ece7e2;
      border-color: #e7e1da; }
    .btn-pearl-10:not(:disabled):not(.disabled):active:focus, .btn-pearl-10:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pearl-10.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(218, 218, 218, 0.5); }

.btn-pearl-25 {
  color: #212529;
  background-color: #f5f3f2;
  border-color: #f5f3f2; }
  .btn-pearl-25:hover {
    color: #212529;
    background-color: #e4dfdc;
    border-color: #dfd8d5; }
  .btn-pearl-25:focus, .btn-pearl-25.focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 212, 212, 0.5); }
  .btn-pearl-25.disabled, .btn-pearl-25:disabled {
    color: #212529;
    background-color: #f5f3f2;
    border-color: #f5f3f2; }
  .btn-pearl-25:not(:disabled):not(.disabled):active, .btn-pearl-25:not(:disabled):not(.disabled).active,
  .show > .btn-pearl-25.dropdown-toggle {
    color: #212529;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-pearl-25:not(:disabled):not(.disabled):active:hover, .btn-pearl-25:not(:disabled):not(.disabled).active:hover,
    .show > .btn-pearl-25.dropdown-toggle:hover {
      background-color: #e4dfdc;
      border-color: #dfd8d5; }
    .btn-pearl-25:not(:disabled):not(.disabled):active:focus, .btn-pearl-25:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pearl-25.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(213, 212, 212, 0.5); }

.btn-pearl-50 {
  color: #212529;
  background-color: #ebe8e5;
  border-color: #ebe8e5; }
  .btn-pearl-50:hover {
    color: #212529;
    background-color: #dad5cf;
    border-color: #d5cfc8; }
  .btn-pearl-50:focus, .btn-pearl-50.focus {
    box-shadow: 0 0 0 0.2rem rgba(205, 203, 201, 0.5); }
  .btn-pearl-50.disabled, .btn-pearl-50:disabled {
    color: #212529;
    background-color: #ebe8e5;
    border-color: #ebe8e5; }
  .btn-pearl-50:not(:disabled):not(.disabled):active, .btn-pearl-50:not(:disabled):not(.disabled).active,
  .show > .btn-pearl-50.dropdown-toggle {
    color: #212529;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-pearl-50:not(:disabled):not(.disabled):active:hover, .btn-pearl-50:not(:disabled):not(.disabled).active:hover,
    .show > .btn-pearl-50.dropdown-toggle:hover {
      background-color: #dad5cf;
      border-color: #d5cfc8; }
    .btn-pearl-50:not(:disabled):not(.disabled):active:focus, .btn-pearl-50:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pearl-50.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(205, 203, 201, 0.5); }

.btn-pearl-75 {
  color: #212529;
  background-color: #e2ddd9;
  border-color: #e2ddd9; }
  .btn-pearl-75:hover {
    color: #212529;
    background-color: #d1cac3;
    border-color: #ccc3bc; }
  .btn-pearl-75:focus, .btn-pearl-75.focus {
    box-shadow: 0 0 0 0.2rem rgba(197, 193, 191, 0.5); }
  .btn-pearl-75.disabled, .btn-pearl-75:disabled {
    color: #212529;
    background-color: #e2ddd9;
    border-color: #e2ddd9; }
  .btn-pearl-75:not(:disabled):not(.disabled):active, .btn-pearl-75:not(:disabled):not(.disabled).active,
  .show > .btn-pearl-75.dropdown-toggle {
    color: #212529;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-pearl-75:not(:disabled):not(.disabled):active:hover, .btn-pearl-75:not(:disabled):not(.disabled).active:hover,
    .show > .btn-pearl-75.dropdown-toggle:hover {
      background-color: #d1cac3;
      border-color: #ccc3bc; }
    .btn-pearl-75:not(:disabled):not(.disabled):active:focus, .btn-pearl-75:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pearl-75.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(197, 193, 191, 0.5); }

.btn-linen {
  color: #212529;
  background-color: #ab9d95;
  border-color: #ab9d95; }
  .btn-linen:hover {
    color: #fff;
    background-color: #9a8980;
    border-color: #948379; }
  .btn-linen:focus, .btn-linen.focus {
    box-shadow: 0 0 0 0.2rem rgba(150, 139, 133, 0.5); }
  .btn-linen.disabled, .btn-linen:disabled {
    color: #212529;
    background-color: #ab9d95;
    border-color: #ab9d95; }
  .btn-linen:not(:disabled):not(.disabled):active, .btn-linen:not(:disabled):not(.disabled).active,
  .show > .btn-linen.dropdown-toggle {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-linen:not(:disabled):not(.disabled):active:hover, .btn-linen:not(:disabled):not(.disabled).active:hover,
    .show > .btn-linen.dropdown-toggle:hover {
      background-color: #9a8980;
      border-color: #948379; }
    .btn-linen:not(:disabled):not(.disabled):active:focus, .btn-linen:not(:disabled):not(.disabled).active:focus,
    .show > .btn-linen.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(150, 139, 133, 0.5); }

.btn-linen-25 {
  color: #212529;
  background-color: #e9e6e4;
  border-color: #e9e6e4; }
  .btn-linen-25:hover {
    color: #212529;
    background-color: #d8d2cf;
    border-color: #d2ccc8; }
  .btn-linen-25:focus, .btn-linen-25.focus {
    box-shadow: 0 0 0 0.2rem rgba(203, 201, 200, 0.5); }
  .btn-linen-25.disabled, .btn-linen-25:disabled {
    color: #212529;
    background-color: #e9e6e4;
    border-color: #e9e6e4; }
  .btn-linen-25:not(:disabled):not(.disabled):active, .btn-linen-25:not(:disabled):not(.disabled).active,
  .show > .btn-linen-25.dropdown-toggle {
    color: #212529;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-linen-25:not(:disabled):not(.disabled):active:hover, .btn-linen-25:not(:disabled):not(.disabled).active:hover,
    .show > .btn-linen-25.dropdown-toggle:hover {
      background-color: #d8d2cf;
      border-color: #d2ccc8; }
    .btn-linen-25:not(:disabled):not(.disabled):active:focus, .btn-linen-25:not(:disabled):not(.disabled).active:focus,
    .show > .btn-linen-25.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(203, 201, 200, 0.5); }

.btn-linen-50 {
  color: #212529;
  background-color: #d5ceca;
  border-color: #d5ceca; }
  .btn-linen-50:hover {
    color: #212529;
    background-color: #c4bab5;
    border-color: #beb4ae; }
  .btn-linen-50:focus, .btn-linen-50.focus {
    box-shadow: 0 0 0 0.2rem rgba(186, 181, 178, 0.5); }
  .btn-linen-50.disabled, .btn-linen-50:disabled {
    color: #212529;
    background-color: #d5ceca;
    border-color: #d5ceca; }
  .btn-linen-50:not(:disabled):not(.disabled):active, .btn-linen-50:not(:disabled):not(.disabled).active,
  .show > .btn-linen-50.dropdown-toggle {
    color: #212529;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-linen-50:not(:disabled):not(.disabled):active:hover, .btn-linen-50:not(:disabled):not(.disabled).active:hover,
    .show > .btn-linen-50.dropdown-toggle:hover {
      background-color: #c4bab5;
      border-color: #beb4ae; }
    .btn-linen-50:not(:disabled):not(.disabled):active:focus, .btn-linen-50:not(:disabled):not(.disabled).active:focus,
    .show > .btn-linen-50.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(186, 181, 178, 0.5); }

.btn-linen-75 {
  color: #212529;
  background-color: #c0b5af;
  border-color: #c0b5af; }
  .btn-linen-75:hover {
    color: #212529;
    background-color: #afa19a;
    border-color: #aa9b92; }
  .btn-linen-75:focus, .btn-linen-75.focus {
    box-shadow: 0 0 0 0.2rem rgba(168, 159, 155, 0.5); }
  .btn-linen-75.disabled, .btn-linen-75:disabled {
    color: #212529;
    background-color: #c0b5af;
    border-color: #c0b5af; }
  .btn-linen-75:not(:disabled):not(.disabled):active, .btn-linen-75:not(:disabled):not(.disabled).active,
  .show > .btn-linen-75.dropdown-toggle {
    color: #212529;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-linen-75:not(:disabled):not(.disabled):active:hover, .btn-linen-75:not(:disabled):not(.disabled).active:hover,
    .show > .btn-linen-75.dropdown-toggle:hover {
      background-color: #afa19a;
      border-color: #aa9b92; }
    .btn-linen-75:not(:disabled):not(.disabled):active:focus, .btn-linen-75:not(:disabled):not(.disabled).active:focus,
    .show > .btn-linen-75.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(168, 159, 155, 0.5); }

.btn-slate {
  color: #fff;
  background-color: #9c8e8b;
  border-color: #9c8e8b; }
  .btn-slate:hover {
    color: #fff;
    background-color: #8a7a76;
    border-color: #847470; }
  .btn-slate:focus, .btn-slate.focus {
    box-shadow: 0 0 0 0.2rem rgba(171, 159, 156, 0.5); }
  .btn-slate.disabled, .btn-slate:disabled {
    color: #fff;
    background-color: #9c8e8b;
    border-color: #9c8e8b; }
  .btn-slate:not(:disabled):not(.disabled):active, .btn-slate:not(:disabled):not(.disabled).active,
  .show > .btn-slate.dropdown-toggle {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-slate:not(:disabled):not(.disabled):active:hover, .btn-slate:not(:disabled):not(.disabled).active:hover,
    .show > .btn-slate.dropdown-toggle:hover {
      background-color: #8a7a76;
      border-color: #847470; }
    .btn-slate:not(:disabled):not(.disabled):active:focus, .btn-slate:not(:disabled):not(.disabled).active:focus,
    .show > .btn-slate.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(171, 159, 156, 0.5); }

.btn-slate-25 {
  color: #212529;
  background-color: #e6e3e2;
  border-color: #e6e3e2; }
  .btn-slate-25:hover {
    color: #212529;
    background-color: #d4cfcd;
    border-color: #cec9c7; }
  .btn-slate-25:focus, .btn-slate-25.focus {
    box-shadow: 0 0 0 0.2rem rgba(200, 199, 198, 0.5); }
  .btn-slate-25.disabled, .btn-slate-25:disabled {
    color: #212529;
    background-color: #e6e3e2;
    border-color: #e6e3e2; }
  .btn-slate-25:not(:disabled):not(.disabled):active, .btn-slate-25:not(:disabled):not(.disabled).active,
  .show > .btn-slate-25.dropdown-toggle {
    color: #212529;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-slate-25:not(:disabled):not(.disabled):active:hover, .btn-slate-25:not(:disabled):not(.disabled).active:hover,
    .show > .btn-slate-25.dropdown-toggle:hover {
      background-color: #d4cfcd;
      border-color: #cec9c7; }
    .btn-slate-25:not(:disabled):not(.disabled):active:focus, .btn-slate-25:not(:disabled):not(.disabled).active:focus,
    .show > .btn-slate-25.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(200, 199, 198, 0.5); }

.btn-slate-50 {
  color: #212529;
  background-color: #cdc6c4;
  border-color: #cdc6c4; }
  .btn-slate-50:hover {
    color: #212529;
    background-color: #bbb2af;
    border-color: #b6aba8; }
  .btn-slate-50:focus, .btn-slate-50.focus {
    box-shadow: 0 0 0 0.2rem rgba(179, 174, 173, 0.5); }
  .btn-slate-50.disabled, .btn-slate-50:disabled {
    color: #212529;
    background-color: #cdc6c4;
    border-color: #cdc6c4; }
  .btn-slate-50:not(:disabled):not(.disabled):active, .btn-slate-50:not(:disabled):not(.disabled).active,
  .show > .btn-slate-50.dropdown-toggle {
    color: #212529;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-slate-50:not(:disabled):not(.disabled):active:hover, .btn-slate-50:not(:disabled):not(.disabled).active:hover,
    .show > .btn-slate-50.dropdown-toggle:hover {
      background-color: #bbb2af;
      border-color: #b6aba8; }
    .btn-slate-50:not(:disabled):not(.disabled):active:focus, .btn-slate-50:not(:disabled):not(.disabled).active:focus,
    .show > .btn-slate-50.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(179, 174, 173, 0.5); }

.btn-slate-75 {
  color: #212529;
  background-color: #b4a9a7;
  border-color: #b4a9a7; }
  .btn-slate-75:hover {
    color: #212529;
    background-color: #a29592;
    border-color: #9d8e8b; }
  .btn-slate-75:focus, .btn-slate-75.focus {
    box-shadow: 0 0 0 0.2rem rgba(158, 149, 148, 0.5); }
  .btn-slate-75.disabled, .btn-slate-75:disabled {
    color: #212529;
    background-color: #b4a9a7;
    border-color: #b4a9a7; }
  .btn-slate-75:not(:disabled):not(.disabled):active, .btn-slate-75:not(:disabled):not(.disabled).active,
  .show > .btn-slate-75.dropdown-toggle {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-slate-75:not(:disabled):not(.disabled):active:hover, .btn-slate-75:not(:disabled):not(.disabled).active:hover,
    .show > .btn-slate-75.dropdown-toggle:hover {
      background-color: #a29592;
      border-color: #9d8e8b; }
    .btn-slate-75:not(:disabled):not(.disabled):active:focus, .btn-slate-75:not(:disabled):not(.disabled).active:focus,
    .show > .btn-slate-75.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(158, 149, 148, 0.5); }

.btn-stone {
  color: #212529;
  background-color: #93d0cd;
  border-color: #93d0cd; }
  .btn-stone:hover {
    color: #212529;
    background-color: #78c4c1;
    border-color: #6fc1bd; }
  .btn-stone:focus, .btn-stone.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 182, 180, 0.5); }
  .btn-stone.disabled, .btn-stone:disabled {
    color: #212529;
    background-color: #93d0cd;
    border-color: #93d0cd; }
  .btn-stone:not(:disabled):not(.disabled):active, .btn-stone:not(:disabled):not(.disabled).active,
  .show > .btn-stone.dropdown-toggle {
    color: #212529;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-stone:not(:disabled):not(.disabled):active:hover, .btn-stone:not(:disabled):not(.disabled).active:hover,
    .show > .btn-stone.dropdown-toggle:hover {
      background-color: #78c4c1;
      border-color: #6fc1bd; }
    .btn-stone:not(:disabled):not(.disabled):active:focus, .btn-stone:not(:disabled):not(.disabled).active:focus,
    .show > .btn-stone.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 182, 180, 0.5); }

.btn-sunflower {
  color: #212529;
  background-color: #ffdf5c;
  border-color: #ffdf5c; }
  .btn-sunflower:hover {
    color: #212529;
    background-color: #ffd736;
    border-color: #ffd529; }
  .btn-sunflower:focus, .btn-sunflower.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 195, 84, 0.5); }
  .btn-sunflower.disabled, .btn-sunflower:disabled {
    color: #212529;
    background-color: #ffdf5c;
    border-color: #ffdf5c; }
  .btn-sunflower:not(:disabled):not(.disabled):active, .btn-sunflower:not(:disabled):not(.disabled).active,
  .show > .btn-sunflower.dropdown-toggle {
    color: #212529;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-sunflower:not(:disabled):not(.disabled):active:hover, .btn-sunflower:not(:disabled):not(.disabled).active:hover,
    .show > .btn-sunflower.dropdown-toggle:hover {
      background-color: #ffd736;
      border-color: #ffd529; }
    .btn-sunflower:not(:disabled):not(.disabled):active:focus, .btn-sunflower:not(:disabled):not(.disabled).active:focus,
    .show > .btn-sunflower.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 195, 84, 0.5); }

.btn-mint {
  color: #212529;
  background-color: #86c2a6;
  border-color: #86c2a6; }
  .btn-mint:hover {
    color: #212529;
    background-color: #6db593;
    border-color: #64b18d; }
  .btn-mint:focus, .btn-mint.focus {
    box-shadow: 0 0 0 0.2rem rgba(119, 170, 147, 0.5); }
  .btn-mint.disabled, .btn-mint:disabled {
    color: #212529;
    background-color: #86c2a6;
    border-color: #86c2a6; }
  .btn-mint:not(:disabled):not(.disabled):active, .btn-mint:not(:disabled):not(.disabled).active,
  .show > .btn-mint.dropdown-toggle {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-mint:not(:disabled):not(.disabled):active:hover, .btn-mint:not(:disabled):not(.disabled).active:hover,
    .show > .btn-mint.dropdown-toggle:hover {
      background-color: #6db593;
      border-color: #64b18d; }
    .btn-mint:not(:disabled):not(.disabled):active:focus, .btn-mint:not(:disabled):not(.disabled).active:focus,
    .show > .btn-mint.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(119, 170, 147, 0.5); }

.btn-light {
  color: #212529;
  background-color: #fff;
  border-color: #fff; }
  .btn-light:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-light:not(:disabled):not(.disabled):active:hover, .btn-light:not(:disabled):not(.disabled).active:hover,
    .show > .btn-light.dropdown-toggle:hover {
      background-color: #ececec;
      border-color: #e6e6e6; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-dark:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #ff3b00;
    border-color: #ff3b00; }
    .btn-dark:not(:disabled):not(.disabled):active:hover, .btn-dark:not(:disabled):not(.disabled).active:hover,
    .show > .btn-dark.dropdown-toggle:hover {
      background-color: black;
      border-color: black; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.bg-blue {
  background-color: #007bff; }

.blue {
  color: #007bff; }

.bg-indigo {
  background-color: #6610f2; }

.indigo {
  color: #6610f2; }

.bg-purple {
  background-color: #6f42c1; }

.purple {
  color: #6f42c1; }

.bg-pink {
  background-color: #e83e8c; }

.pink {
  color: #e83e8c; }

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

.red {
  color: #dc3545; }

.bg-orange {
  background-color: #fd7e14; }

.orange {
  color: #fd7e14; }

.bg-yellow {
  background-color: #ffc107; }

.yellow {
  color: #ffc107; }

.bg-green {
  background-color: #28a745; }

.green {
  color: #28a745; }

.bg-teal {
  background-color: #20c997; }

.teal {
  color: #20c997; }

.bg-cyan {
  background-color: #17a2b8; }

.cyan {
  color: #17a2b8; }

.bg-white {
  background-color: #fff; }

.white {
  color: #fff; }

.bg-gray {
  background-color: #6c757d; }

.gray {
  color: #6c757d; }

.bg-gray-dark {
  background-color: #343a40; }

.gray-dark {
  color: #343a40; }

.bg-lava {
  background-color: #ff3b00; }

.lava {
  color: #ff3b00; }

.bg-midnight {
  background-color: #00213c; }

.midnight {
  color: #00213c; }

.bg-black {
  background-color: #000; }

.black {
  color: #000; }

.bg-sand {
  background-color: #f0e9d6; }

.sand {
  color: #f0e9d6; }

.bg-sand-25 {
  background-color: #fbf9f4; }

.sand-25 {
  color: #fbf9f4; }

.bg-sand-50 {
  background-color: #f7f3ea; }

.sand-50 {
  color: #f7f3ea; }

.bg-sand-75 {
  background-color: #f3eee0; }

.sand-75 {
  color: #f3eee0; }

.bg-pearl {
  background-color: #d9d2cd; }

.pearl {
  color: #d9d2cd; }

.bg-pearl-10 {
  background-color: #fbfaf9; }

.pearl-10 {
  color: #fbfaf9; }

.bg-pearl-25 {
  background-color: #f5f3f2; }

.pearl-25 {
  color: #f5f3f2; }

.bg-pearl-50 {
  background-color: #ebe8e5; }

.pearl-50 {
  color: #ebe8e5; }

.bg-pearl-75 {
  background-color: #e2ddd9; }

.pearl-75 {
  color: #e2ddd9; }

.bg-linen {
  background-color: #ab9d95; }

.linen {
  color: #ab9d95; }

.bg-linen-25 {
  background-color: #e9e6e4; }

.linen-25 {
  color: #e9e6e4; }

.bg-linen-50 {
  background-color: #d5ceca; }

.linen-50 {
  color: #d5ceca; }

.bg-linen-75 {
  background-color: #c0b5af; }

.linen-75 {
  color: #c0b5af; }

.bg-slate {
  background-color: #9c8e8b; }

.slate {
  color: #9c8e8b; }

.bg-slate-25 {
  background-color: #e6e3e2; }

.slate-25 {
  color: #e6e3e2; }

.bg-slate-50 {
  background-color: #cdc6c4; }

.slate-50 {
  color: #cdc6c4; }

.bg-slate-75 {
  background-color: #b4a9a7; }

.slate-75 {
  color: #b4a9a7; }

.bg-stone {
  background-color: #93d0cd; }

.stone {
  color: #93d0cd; }

.bg-sunflower {
  background-color: #ffdf5c; }

.sunflower {
  color: #ffdf5c; }

.bg-mint {
  background-color: #86c2a6; }

.mint {
  color: #86c2a6; }

.bg-light {
  background-color: #fff; }

.light {
  color: #fff; }

.bg-dark {
  background-color: #000; }

.dark {
  color: #000; }

.cursor-pointer {
  cursor: pointer; }

.img-box.bg-top-left {
  background-position: top left; }

.video-box.bg-top-left video {
  top: 0 !important;
  left: 0 !important;
  bottom: auto;
  right: auto;
  -webkit-transform: none;
          transform: none; }

.img-box.bg-top-center {
  background-position: top center; }

.video-box.bg-top-center video {
  top: 0 !important;
  left: 50% !important;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.img-box.bg-top-right {
  background-position: top right; }

.video-box.bg-top-right video {
  top: 0 !important;
  right: 0;
  bottom: auto;
  left: auto !important;
  -webkit-transform: none;
          transform: none; }

.img-box.bg-center-left {
  background-position: center left; }

.video-box.bg-center-left video {
  top: 50% !important;
  left: 0 !important;
  bottom: auto;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.img-box.bg-center-center {
  background-position: center center; }

.video-box.bg-center-center video {
  top: 50% !important;
  left: 50% !important;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.img-box.bg-center-right {
  background-position: center right; }

.video-box.bg-center-right video {
  top: 50% !important;
  right: 0;
  bottom: auto;
  left: auto !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.img-box.bg-bottom-left {
  background-position: bottom left; }

.video-box.bg-bottom-left video {
  bottom: 0;
  left: 0 !important;
  top: auto !important;
  right: auto;
  -webkit-transform: none;
          transform: none; }

.img-box.bg-bottom-center {
  background-position: bottom center; }

.video-box.bg-bottom-center video {
  bottom: 0;
  left: 50% !important;
  top: auto !important;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.img-box.bg-bottom-right {
  background-position: bottom right; }

.video-box.bg-bottom-right video {
  bottom: 0;
  right: 0;
  top: auto !important;
  left: auto !important;
  -webkit-transform: none;
          transform: none; }

@media (min-width: 768px) {
  .img-box.bg-top-left-md {
    background-position: top left; } }

@media (min-width: 768px) {
  .video-box.bg-top-left-md video {
    top: 0 !important;
    left: 0 !important;
    bottom: auto;
    right: auto;
    -webkit-transform: none;
            transform: none; } }

@media (min-width: 768px) {
  .img-box.bg-top-center-md {
    background-position: top center; } }

@media (min-width: 768px) {
  .video-box.bg-top-center-md video {
    top: 0 !important;
    left: 50% !important;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@media (min-width: 768px) {
  .img-box.bg-top-right-md {
    background-position: top right; } }

@media (min-width: 768px) {
  .video-box.bg-top-right-md video {
    top: 0 !important;
    right: 0;
    bottom: auto;
    left: auto !important;
    -webkit-transform: none;
            transform: none; } }

@media (min-width: 768px) {
  .img-box.bg-center-left-md {
    background-position: center left; } }

@media (min-width: 768px) {
  .video-box.bg-center-left-md video {
    top: 50% !important;
    left: 0 !important;
    bottom: auto;
    right: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

@media (min-width: 768px) {
  .img-box.bg-center-center-md {
    background-position: center center; } }

@media (min-width: 768px) {
  .video-box.bg-center-center-md video {
    top: 50% !important;
    left: 50% !important;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

@media (min-width: 768px) {
  .img-box.bg-center-right-md {
    background-position: center right; } }

@media (min-width: 768px) {
  .video-box.bg-center-right-md video {
    top: 50% !important;
    right: 0;
    bottom: auto;
    left: auto !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

@media (min-width: 768px) {
  .img-box.bg-bottom-left-md {
    background-position: bottom left; } }

@media (min-width: 768px) {
  .video-box.bg-bottom-left-md video {
    bottom: 0;
    left: 0 !important;
    top: auto !important;
    right: auto;
    -webkit-transform: none;
            transform: none; } }

@media (min-width: 768px) {
  .img-box.bg-bottom-center-md {
    background-position: bottom center; } }

@media (min-width: 768px) {
  .video-box.bg-bottom-center-md video {
    bottom: 0;
    left: 50% !important;
    top: auto !important;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@media (min-width: 768px) {
  .img-box.bg-bottom-right-md {
    background-position: bottom right; } }

@media (min-width: 768px) {
  .video-box.bg-bottom-right-md video {
    bottom: 0;
    right: 0;
    top: auto !important;
    left: auto !important;
    -webkit-transform: none;
            transform: none; } }

@media (min-width: 992px) {
  .img-box.bg-top-left-lg {
    background-position: top left; } }

@media (min-width: 992px) {
  .video-box.bg-top-left-lg video {
    top: 0 !important;
    left: 0 !important;
    bottom: auto;
    right: auto;
    -webkit-transform: none;
            transform: none; } }

@media (min-width: 992px) {
  .img-box.bg-top-center-lg {
    background-position: top center; } }

@media (min-width: 992px) {
  .video-box.bg-top-center-lg video {
    top: 0 !important;
    left: 50% !important;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@media (min-width: 992px) {
  .img-box.bg-top-right-lg {
    background-position: top right; } }

@media (min-width: 992px) {
  .video-box.bg-top-right-lg video {
    top: 0 !important;
    right: 0;
    bottom: auto;
    left: auto !important;
    -webkit-transform: none;
            transform: none; } }

@media (min-width: 992px) {
  .img-box.bg-center-left-lg {
    background-position: center left; } }

@media (min-width: 992px) {
  .video-box.bg-center-left-lg video {
    top: 50% !important;
    left: 0 !important;
    bottom: auto;
    right: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

@media (min-width: 992px) {
  .img-box.bg-center-center-lg {
    background-position: center center; } }

@media (min-width: 992px) {
  .video-box.bg-center-center-lg video {
    top: 50% !important;
    left: 50% !important;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

@media (min-width: 992px) {
  .img-box.bg-center-right-lg {
    background-position: center right; } }

@media (min-width: 992px) {
  .video-box.bg-center-right-lg video {
    top: 50% !important;
    right: 0;
    bottom: auto;
    left: auto !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

@media (min-width: 992px) {
  .img-box.bg-bottom-left-lg {
    background-position: bottom left; } }

@media (min-width: 992px) {
  .video-box.bg-bottom-left-lg video {
    bottom: 0;
    left: 0 !important;
    top: auto !important;
    right: auto;
    -webkit-transform: none;
            transform: none; } }

@media (min-width: 992px) {
  .img-box.bg-bottom-center-lg {
    background-position: bottom center; } }

@media (min-width: 992px) {
  .video-box.bg-bottom-center-lg video {
    bottom: 0;
    left: 50% !important;
    top: auto !important;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@media (min-width: 992px) {
  .img-box.bg-bottom-right-lg {
    background-position: bottom right; } }

@media (min-width: 992px) {
  .video-box.bg-bottom-right-lg video {
    bottom: 0;
    right: 0;
    top: auto !important;
    left: auto !important;
    -webkit-transform: none;
            transform: none; } }

@media (min-width: 1440px) {
  .img-box.bg-top-left-xl {
    background-position: top left; } }

@media (min-width: 1440px) {
  .video-box.bg-top-left-xl video {
    top: 0 !important;
    left: 0 !important;
    bottom: auto;
    right: auto;
    -webkit-transform: none;
            transform: none; } }

@media (min-width: 1440px) {
  .img-box.bg-top-center-xl {
    background-position: top center; } }

@media (min-width: 1440px) {
  .video-box.bg-top-center-xl video {
    top: 0 !important;
    left: 50% !important;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@media (min-width: 1440px) {
  .img-box.bg-top-right-xl {
    background-position: top right; } }

@media (min-width: 1440px) {
  .video-box.bg-top-right-xl video {
    top: 0 !important;
    right: 0;
    bottom: auto;
    left: auto !important;
    -webkit-transform: none;
            transform: none; } }

@media (min-width: 1440px) {
  .img-box.bg-center-left-xl {
    background-position: center left; } }

@media (min-width: 1440px) {
  .video-box.bg-center-left-xl video {
    top: 50% !important;
    left: 0 !important;
    bottom: auto;
    right: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

@media (min-width: 1440px) {
  .img-box.bg-center-center-xl {
    background-position: center center; } }

@media (min-width: 1440px) {
  .video-box.bg-center-center-xl video {
    top: 50% !important;
    left: 50% !important;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

@media (min-width: 1440px) {
  .img-box.bg-center-right-xl {
    background-position: center right; } }

@media (min-width: 1440px) {
  .video-box.bg-center-right-xl video {
    top: 50% !important;
    right: 0;
    bottom: auto;
    left: auto !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

@media (min-width: 1440px) {
  .img-box.bg-bottom-left-xl {
    background-position: bottom left; } }

@media (min-width: 1440px) {
  .video-box.bg-bottom-left-xl video {
    bottom: 0;
    left: 0 !important;
    top: auto !important;
    right: auto;
    -webkit-transform: none;
            transform: none; } }

@media (min-width: 1440px) {
  .img-box.bg-bottom-center-xl {
    background-position: bottom center; } }

@media (min-width: 1440px) {
  .video-box.bg-bottom-center-xl video {
    bottom: 0;
    left: 50% !important;
    top: auto !important;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@media (min-width: 1440px) {
  .img-box.bg-bottom-right-xl {
    background-position: bottom right; } }

@media (min-width: 1440px) {
  .video-box.bg-bottom-right-xl video {
    bottom: 0;
    right: 0;
    top: auto !important;
    left: auto !important;
    -webkit-transform: none;
            transform: none; } }

.gradient-dark.gradient-left-to-right {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 100%); }
  @media (min-width: 768px) {
    .gradient-dark.gradient-left-to-right {
      background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 100%); } }

.gradient-dark.gradient-right-to-left {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 100%); }
  @media (min-width: 768px) {
    .gradient-dark.gradient-right-to-left {
      background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 100%); } }

.gradient-dark.gradient-top-to-bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 100%); }

.gradient-dark.gradient-bottom-to-top {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 100%); }

.gradient-light.gradient-left-to-right {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0) 100%); }
  @media (min-width: 768px) {
    .gradient-light.gradient-left-to-right {
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0) 100%); } }

.gradient-light.gradient-right-to-left {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0) 100%); }
  @media (min-width: 768px) {
    .gradient-light.gradient-right-to-left {
      background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0) 100%); } }

.gradient-light.gradient-top-to-bottom {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0) 100%); }

.gradient-light.gradient-bottom-to-top {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0) 100%); }

.text-underline {
  text-decoration: underline; }

@media (min-width: 992px) {
  .flex-box {
    display: flex; }
    .flex-box > div {
      flex: 1;
      margin-right: 20px; }
      .flex-box > div:last-child {
        margin-right: 0; } }

/*# sourceMappingURL=main.css.map */

.support-hero-image {
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.support-hero-top-section{
   margin-bottom: 2px;
}

.support-hero-container{
	margin-left: 30px;
    height:320px
}

.support-hero-top-section .btn-primary{
   float:right;margin-right: 40px; margin-top: 180px;
}
[id*="-error"] {
    color: red;
}
.distributor_name {
    font-weight: bold;
}


