@charset "UTF-8";
/*
 * Main SCSS file.
 */
/******************************************************
 * CSS override for CloudCraze.
 * Override any CSS provided by OOTB CloudCraze below
 * // TODO refactor to smaller components
*******************************************************/
:root {
  --pink: #e83e8c;
  --red: #dc3545;
  --white: #fff;
  --gray: #4e575e;
  --gray-dark: #253746;
  --primary: #0064b3;
  --secondary: #04bbee;
  --success: #6cc24a;
  --info: #04bbee;
  --warning: #e1e000;
  --danger: #dc3545;
  --light: #f1f1f1;
  --dark: #253746;
  --blue: #0064b3;
  --cyan: #04bbee;
  --indigo: #034067;
  --purple: #840b55;
  --orange: #ff671f;
  --yellow: #e1e000;
  --green: #6cc24a;
  --teal: #00959d;
  --breakpoint-xs: 0;
  --breakpoint-sm: 768px;
  --breakpoint-md: 992px;
  --breakpoint-lg: 1200px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "EuclidSquare", "Helvetica", "Arial", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

body {
  margin: 0;
  font-family: EuclidSquare, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

a {
  color: #0064b3;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #003967;
  text-decoration: underline; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #4e575e;
  text-align: left;
  caption-side: bottom; }

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

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

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

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  font-size: 1.25rem; }

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

.blockquote-footer {
  color: #4e575e; }

.figure-caption {
  font-size: 90%;
  color: #4e575e; }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }

.table td,
.table th {
  padding: 0.5rem; }

.table td,
.table th {
  padding: 0.5rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

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

.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6; }

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

.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  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 > td,
.table-primary > th {
  background-color: #b8d4ea; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-blue,
.table-blue > td,
.table-blue > th {
  background-color: #b8d4ea; }

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

.table-hover .table-blue:hover,
.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th {
  background-color: #a4c8e4; }

.table-cyan,
.table-cyan > td,
.table-cyan > th {
  background-color: #b9ecfa; }

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

.table-hover .table-cyan:hover,
.table-hover .table-cyan:hover > td,
.table-hover .table-cyan:hover > th {
  background-color: #a1e6f8; }

.table-indigo,
.table-indigo > td,
.table-indigo > th {
  background-color: #b8cad4; }

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

.table-hover .table-indigo:hover,
.table-hover .table-indigo:hover > td,
.table-hover .table-indigo:hover > th {
  background-color: #a8beca; }

.table-purple,
.table-purple > td,
.table-purple > th {
  background-color: #ddbbcf; }

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

.table-hover .table-purple:hover,
.table-hover .table-purple:hover > td,
.table-hover .table-purple:hover > th {
  background-color: #d5aac3; }

.table-orange,
.table-orange > td,
.table-orange > th {
  background-color: #ffd4c0; }

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

.table-hover .table-orange:hover,
.table-hover .table-orange:hover > td,
.table-hover .table-orange:hover > th {
  background-color: #ffc3a7; }

.table-yellow,
.table-yellow > td,
.table-yellow > th {
  background-color: #f7f6b8; }

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

.table-hover .table-yellow:hover,
.table-hover .table-yellow:hover > td,
.table-hover .table-yellow:hover > th {
  background-color: #f4f3a1; }

.table-green,
.table-green > td,
.table-green > th {
  background-color: #d6eecc; }

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

.table-hover .table-green:hover,
.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th {
  background-color: #c7e8b9; }

.table-teal,
.table-teal > td,
.table-teal > th {
  background-color: #b8e1e4; }

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

.table-hover .table-teal:hover,
.table-hover .table-teal:hover > td,
.table-hover .table-teal:hover > th {
  background-color: #a6d9dd; }

.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.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: #253746;
  border-color: #324b5f; }

.table .thead-light th {
  color: #495057;
  background-color: #f1f1f1;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #253746; }

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #324b5f; }

.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); }

.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 + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  /* alo: Locale Switcher select too small with this option
  font-size: 1rem; */
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #a2aaad;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #34a5ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 179, 0.25); }

.form-control::placeholder {
  color: #4e575e;
  opacity: 1; }

.form-control:disabled,
.form-control[readonly] {
  background-color: #f1f1f1;
  opacity: 1; }

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

.form-check-input:disabled ~ .form-check-label {
  color: #4e575e; }

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

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

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #6cc24a;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%236cc24a' 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: 100% calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #6cc24a;
  box-shadow: 0 0 0 0.2rem rgba(108, 194, 74, 0.25); }

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #6cc24a;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23253746' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%236cc24a' 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.375rem) calc(0.75em + 0.375rem); }

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #6cc24a;
  box-shadow: 0 0 0 0.2rem rgba(108, 194, 74, 0.25); }

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

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

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

.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #6cc24a; }

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

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

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

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

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

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

.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #6cc24a;
  box-shadow: 0 0 0 0.2rem rgba(108, 194, 74, 0.25); }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 179, 0.25); }

.btn-primary {
  color: #fff;
  background-color: #0064b3;
  border-color: #0064b3; }

.btn-primary:hover {
  color: #fff;
  background-color: #004f8d;
  border-color: #004880; }

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 123, 190, 0.5); }

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0064b3;
  border-color: #0064b3; }

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #004880;
  border-color: #004073; }

.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(38, 123, 190, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #04bbee;
  border-color: #04bbee; }

.btn-secondary:hover {
  color: #fff;
  background-color: #039dc8;
  border-color: #0394bc; }

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 197, 241, 0.5); }

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #04bbee;
  border-color: #04bbee; }

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0394bc;
  border-color: #038aaf; }

.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(42, 197, 241, 0.5); }

.btn-success {
  color: #212529;
  background-color: #6cc24a;
  border-color: #6cc24a; }

.btn-success:hover {
  color: #fff;
  background-color: #5aac3a;
  border-color: #55a237; }

.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 170, 69, 0.5); }

.btn-success.disabled,
.btn-success:disabled {
  color: #212529;
  background-color: #6cc24a;
  border-color: #6cc24a; }

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #55a237;
  border-color: #509933; }

.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(97, 170, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #04bbee;
  border-color: #04bbee; }

.btn-info:hover {
  color: #fff;
  background-color: #039dc8;
  border-color: #0394bc; }

.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 197, 241, 0.5); }

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #04bbee;
  border-color: #04bbee; }

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0394bc;
  border-color: #038aaf; }

.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(42, 197, 241, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #e1e000;
  border-color: #e1e000; }

.btn-warning:hover {
  color: #212529;
  background-color: #bbba00;
  border-color: #aead00; }

.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 196, 6, 0.5); }

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #e1e000;
  border-color: #e1e000; }

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #aead00;
  border-color: #a1a100; }

.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(196, 196, 6, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130; }

.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }

.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(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1; }

.btn-light:hover {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8; }

.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 211, 212, 0.5); }

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1; }

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d1d1d1; }

.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(211, 211, 212, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #253746;
  border-color: #253746; }

.btn-dark:hover {
  color: #fff;
  background-color: #18232d;
  border-color: #131d25; }

.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 85, 98, 0.5); }

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #253746;
  border-color: #253746; }

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #131d25;
  border-color: #0f161c; }

.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(70, 85, 98, 0.5); }

.btn-blue {
  color: #fff;
  background-color: #0064b3;
  border-color: #0064b3; }

.btn-blue:hover {
  color: #fff;
  background-color: #004f8d;
  border-color: #004880; }

.btn-blue.focus,
.btn-blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 123, 190, 0.5); }

.btn-blue.disabled,
.btn-blue:disabled {
  color: #fff;
  background-color: #0064b3;
  border-color: #0064b3; }

.btn-blue:not(:disabled):not(.disabled).active,
.btn-blue:not(:disabled):not(.disabled):active,
.show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #004880;
  border-color: #004073; }

.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, 123, 190, 0.5); }

.btn-cyan {
  color: #fff;
  background-color: #04bbee;
  border-color: #04bbee; }

.btn-cyan:hover {
  color: #fff;
  background-color: #039dc8;
  border-color: #0394bc; }

.btn-cyan.focus,
.btn-cyan:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 197, 241, 0.5); }

.btn-cyan.disabled,
.btn-cyan:disabled {
  color: #fff;
  background-color: #04bbee;
  border-color: #04bbee; }

.btn-cyan:not(:disabled):not(.disabled).active,
.btn-cyan:not(:disabled):not(.disabled):active,
.show > .btn-cyan.dropdown-toggle {
  color: #fff;
  background-color: #0394bc;
  border-color: #038aaf; }

.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(42, 197, 241, 0.5); }

.btn-indigo {
  color: #fff;
  background-color: #034067;
  border-color: #034067; }

.btn-indigo:hover {
  color: #fff;
  background-color: #022942;
  border-color: #022135; }

.btn-indigo.focus,
.btn-indigo:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 93, 126, 0.5); }

.btn-indigo.disabled,
.btn-indigo:disabled {
  color: #fff;
  background-color: #034067;
  border-color: #034067; }

.btn-indigo:not(:disabled):not(.disabled).active,
.btn-indigo:not(:disabled):not(.disabled):active,
.show > .btn-indigo.dropdown-toggle {
  color: #fff;
  background-color: #022135;
  border-color: #011a29; }

.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(41, 93, 126, 0.5); }

.btn-purple {
  color: #fff;
  background-color: #840b55;
  border-color: #840b55; }

.btn-purple:hover {
  color: #fff;
  background-color: #61083e;
  border-color: #550737; }

.btn-purple.focus,
.btn-purple:focus {
  box-shadow: 0 0 0 0.2rem rgba(150, 48, 111, 0.5); }

.btn-purple.disabled,
.btn-purple:disabled {
  color: #fff;
  background-color: #840b55;
  border-color: #840b55; }

.btn-purple:not(:disabled):not(.disabled).active,
.btn-purple:not(:disabled):not(.disabled):active,
.show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #550737;
  border-color: #49062f; }

.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(150, 48, 111, 0.5); }

.btn-orange {
  color: #fff;
  background-color: #ff671f;
  border-color: #ff671f; }

.btn-orange:hover {
  color: #fff;
  background-color: #f85000;
  border-color: #eb4c00; }

.btn-orange.focus,
.btn-orange:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 126, 65, 0.5); }

.btn-orange.disabled,
.btn-orange:disabled {
  color: #fff;
  background-color: #ff671f;
  border-color: #ff671f; }

.btn-orange:not(:disabled):not(.disabled).active,
.btn-orange:not(:disabled):not(.disabled):active,
.show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #eb4c00;
  border-color: #de4700; }

.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(255, 126, 65, 0.5); }

.btn-yellow {
  color: #212529;
  background-color: #e1e000;
  border-color: #e1e000; }

.btn-yellow:hover {
  color: #212529;
  background-color: #bbba00;
  border-color: #aead00; }

.btn-yellow.focus,
.btn-yellow:focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 196, 6, 0.5); }

.btn-yellow.disabled,
.btn-yellow:disabled {
  color: #212529;
  background-color: #e1e000;
  border-color: #e1e000; }

.btn-yellow:not(:disabled):not(.disabled).active,
.btn-yellow:not(:disabled):not(.disabled):active,
.show > .btn-yellow.dropdown-toggle {
  color: #212529;
  background-color: #aead00;
  border-color: #a1a100; }

.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(196, 196, 6, 0.5); }

.btn-green {
  color: #212529;
  background-color: #6cc24a;
  border-color: #6cc24a; }

.btn-green:hover {
  color: #fff;
  background-color: #5aac3a;
  border-color: #55a237; }

.btn-green.focus,
.btn-green:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 170, 69, 0.5); }

.btn-green.disabled,
.btn-green:disabled {
  color: #212529;
  background-color: #6cc24a;
  border-color: #6cc24a; }

.btn-green:not(:disabled):not(.disabled).active,
.btn-green:not(:disabled):not(.disabled):active,
.show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #55a237;
  border-color: #509933; }

.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(97, 170, 69, 0.5); }

.btn-teal {
  color: #fff;
  background-color: #00959d;
  border-color: #00959d; }

.btn-teal:hover {
  color: #fff;
  background-color: #007177;
  border-color: #00656a; }

.btn-teal.focus,
.btn-teal:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 165, 172, 0.5); }

.btn-teal.disabled,
.btn-teal:disabled {
  color: #fff;
  background-color: #00959d;
  border-color: #00959d; }

.btn-teal:not(:disabled):not(.disabled).active,
.btn-teal:not(:disabled):not(.disabled):active,
.show > .btn-teal.dropdown-toggle {
  color: #fff;
  background-color: #00656a;
  border-color: #00585d; }

.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(38, 165, 172, 0.5); }

.btn-outline-primary {
  color: #0064b3;
  border-color: #0064b3; }

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0064b3;
  border-color: #0064b3; }

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 179, 0.5); }

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0064b3;
  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: #0064b3;
  border-color: #0064b3; }

.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(0, 100, 179, 0.5); }

.btn-outline-secondary {
  color: #04bbee;
  border-color: #04bbee; }

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #04bbee;
  border-color: #04bbee; }

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 187, 238, 0.5); }

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #04bbee;
  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: #04bbee;
  border-color: #04bbee; }

.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(4, 187, 238, 0.5); }

.btn-outline-success {
  color: #6cc24a;
  border-color: #6cc24a; }

.btn-outline-success:hover {
  color: #212529;
  background-color: #6cc24a;
  border-color: #6cc24a; }

.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 194, 74, 0.5); }

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #6cc24a;
  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: #6cc24a;
  border-color: #6cc24a; }

.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(108, 194, 74, 0.5); }

.btn-outline-info {
  color: #04bbee;
  border-color: #04bbee; }

.btn-outline-info:hover {
  color: #fff;
  background-color: #04bbee;
  border-color: #04bbee; }

.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 187, 238, 0.5); }

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #04bbee;
  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: #fff;
  background-color: #04bbee;
  border-color: #04bbee; }

.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(4, 187, 238, 0.5); }

.btn-outline-warning {
  color: #e1e000;
  border-color: #e1e000; }

.btn-outline-warning:hover {
  color: #212529;
  background-color: #e1e000;
  border-color: #e1e000; }

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 224, 0, 0.5); }

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #e1e000;
  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: #e1e000;
  border-color: #e1e000; }

.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(225, 224, 0, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  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: #dc3545;
  border-color: #dc3545; }

.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(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f1f1f1;
  border-color: #f1f1f1; }

.btn-outline-light:hover {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1; }

.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5); }

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f1f1f1;
  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: #f1f1f1;
  border-color: #f1f1f1; }

.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(242, 242, 242, 0.5); }

.btn-outline-dark {
  color: #253746;
  border-color: #253746; }

.btn-outline-dark:hover {
  color: #fff;
  background-color: #253746;
  border-color: #253746; }

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 55, 70, 0.5); }

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #253746;
  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: #253746;
  border-color: #253746; }

.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(37, 55, 70, 0.5); }

.btn-outline-blue {
  color: #0064b3;
  border-color: #0064b3; }

.btn-outline-blue:hover {
  color: #fff;
  background-color: #0064b3;
  border-color: #0064b3; }

.btn-outline-blue.focus,
.btn-outline-blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 179, 0.5); }

.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
  color: #0064b3;
  background-color: transparent; }

.btn-outline-blue:not(:disabled):not(.disabled).active,
.btn-outline-blue:not(:disabled):not(.disabled):active,
.show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #0064b3;
  border-color: #0064b3; }

.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 179, 0.5); }

.btn-outline-cyan {
  color: #04bbee;
  border-color: #04bbee; }

.btn-outline-cyan:hover {
  color: #fff;
  background-color: #04bbee;
  border-color: #04bbee; }

.btn-outline-cyan.focus,
.btn-outline-cyan:focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 187, 238, 0.5); }

.btn-outline-cyan.disabled,
.btn-outline-cyan:disabled {
  color: #04bbee;
  background-color: transparent; }

.btn-outline-cyan:not(:disabled):not(.disabled).active,
.btn-outline-cyan:not(:disabled):not(.disabled):active,
.show > .btn-outline-cyan.dropdown-toggle {
  color: #fff;
  background-color: #04bbee;
  border-color: #04bbee; }

.btn-outline-cyan:not(:disabled):not(.disabled).active:focus,
.btn-outline-cyan:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 187, 238, 0.5); }

.btn-outline-indigo {
  color: #034067;
  border-color: #034067; }

.btn-outline-indigo:hover {
  color: #fff;
  background-color: #034067;
  border-color: #034067; }

.btn-outline-indigo.focus,
.btn-outline-indigo:focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 64, 103, 0.5); }

.btn-outline-indigo.disabled,
.btn-outline-indigo:disabled {
  color: #034067;
  background-color: transparent; }

.btn-outline-indigo:not(:disabled):not(.disabled).active,
.btn-outline-indigo:not(:disabled):not(.disabled):active,
.show > .btn-outline-indigo.dropdown-toggle {
  color: #fff;
  background-color: #034067;
  border-color: #034067; }

.btn-outline-indigo:not(:disabled):not(.disabled).active:focus,
.btn-outline-indigo:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 64, 103, 0.5); }

.btn-outline-purple {
  color: #840b55;
  border-color: #840b55; }

.btn-outline-purple:hover {
  color: #fff;
  background-color: #840b55;
  border-color: #840b55; }

.btn-outline-purple.focus,
.btn-outline-purple:focus {
  box-shadow: 0 0 0 0.2rem rgba(132, 11, 85, 0.5); }

.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
  color: #840b55;
  background-color: transparent; }

.btn-outline-purple:not(:disabled):not(.disabled).active,
.btn-outline-purple:not(:disabled):not(.disabled):active,
.show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #840b55;
  border-color: #840b55; }

.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(132, 11, 85, 0.5); }

.btn-outline-orange {
  color: #ff671f;
  border-color: #ff671f; }

.btn-outline-orange:hover {
  color: #fff;
  background-color: #ff671f;
  border-color: #ff671f; }

.btn-outline-orange.focus,
.btn-outline-orange:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 103, 31, 0.5); }

.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
  color: #ff671f;
  background-color: transparent; }

.btn-outline-orange:not(:disabled):not(.disabled).active,
.btn-outline-orange:not(:disabled):not(.disabled):active,
.show > .btn-outline-orange.dropdown-toggle {
  color: #fff;
  background-color: #ff671f;
  border-color: #ff671f; }

.btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 103, 31, 0.5); }

.btn-outline-yellow {
  color: #e1e000;
  border-color: #e1e000; }

.btn-outline-yellow:hover {
  color: #212529;
  background-color: #e1e000;
  border-color: #e1e000; }

.btn-outline-yellow.focus,
.btn-outline-yellow:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 224, 0, 0.5); }

.btn-outline-yellow.disabled,
.btn-outline-yellow:disabled {
  color: #e1e000;
  background-color: transparent; }

.btn-outline-yellow:not(:disabled):not(.disabled).active,
.btn-outline-yellow:not(:disabled):not(.disabled):active,
.show > .btn-outline-yellow.dropdown-toggle {
  color: #212529;
  background-color: #e1e000;
  border-color: #e1e000; }

.btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
.btn-outline-yellow:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 224, 0, 0.5); }

.btn-outline-green {
  color: #6cc24a;
  border-color: #6cc24a; }

.btn-outline-green:hover {
  color: #212529;
  background-color: #6cc24a;
  border-color: #6cc24a; }

.btn-outline-green.focus,
.btn-outline-green:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 194, 74, 0.5); }

.btn-outline-green.disabled,
.btn-outline-green:disabled {
  color: #6cc24a;
  background-color: transparent; }

.btn-outline-green:not(:disabled):not(.disabled).active,
.btn-outline-green:not(:disabled):not(.disabled):active,
.show > .btn-outline-green.dropdown-toggle {
  color: #212529;
  background-color: #6cc24a;
  border-color: #6cc24a; }

.btn-outline-green:not(:disabled):not(.disabled).active:focus,
.btn-outline-green:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 194, 74, 0.5); }

.btn-outline-teal {
  color: #00959d;
  border-color: #00959d; }

.btn-outline-teal:hover {
  color: #fff;
  background-color: #00959d;
  border-color: #00959d; }

.btn-outline-teal.focus,
.btn-outline-teal:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 149, 157, 0.5); }

.btn-outline-teal.disabled,
.btn-outline-teal:disabled {
  color: #00959d;
  background-color: transparent; }

.btn-outline-teal:not(:disabled):not(.disabled).active,
.btn-outline-teal:not(:disabled):not(.disabled):active,
.show > .btn-outline-teal.dropdown-toggle {
  color: #fff;
  background-color: #00959d;
  border-color: #00959d; }

.btn-outline-teal:not(:disabled):not(.disabled).active:focus,
.btn-outline-teal:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 149, 157, 0.5); }

.btn-link {
  font-weight: 400;
  color: #0064b3;
  text-decoration: none; }

.btn-link:hover {
  color: #003967;
  text-decoration: underline; }

.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  box-shadow: none; }

.btn-link.disabled,
.btn-link:disabled {
  color: #4e575e;
  pointer-events: none; }

.btn-group-lg > .btn,
.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-group-sm > .btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0; }

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

.btn-block + .btn-block {
  margin-top: .5rem; }

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

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0064b3; }

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #4e575e;
  pointer-events: none;
  background-color: transparent; }

.dropdown-header {
  color: #4e575e; }

.input-group-text {
  background-color: #f1f1f1;
  border: 1px solid #a2aaad; }

.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  border-color: #0064b3;
  background-color: #0064b3; }

.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 179, 0.25); }

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #34a5ff; }

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  color: #fff;
  background-color: #67bcff;
  border-color: #67bcff; }

.custom-control-input:disabled ~ .custom-control-label {
  color: #4e575e; }

.custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #f1f1f1; }

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

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

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

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

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(0, 100, 179, 0.5); }

.custom-select {
  border: 1px solid #a2aaad; }

.custom-select:focus {
  border-color: #34a5ff;
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 179, 0.25); }

.custom-file-input:focus ~ .custom-file-label {
  border-color: #34a5ff;
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 179, 0.25); }

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #f1f1f1; }

.custom-file-label {
  border: 1px solid #a2aaad; }

.custom-range {
  width: 100%;
  height: 1.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(0, 100, 179, 0.25); }

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 100, 179, 0.25); }

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 100, 179, 0.25); }

.custom-range::-moz-focus-outer {
  border: 0; }

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0064b3;
  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; }

.custom-range::-webkit-slider-thumb:active {
  background-color: #67bcff; }

.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: #0064b3;
  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; }

.custom-range::-moz-range-thumb:active {
  background-color: #67bcff; }

.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: #0064b3;
  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; }

.custom-range::-ms-thumb:active {
  background-color: #67bcff; }

.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,
.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range::-ms-fill-upper {
  margin-right: 15px; }

.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; }

.nav {
  /*display: flex; /*WSG Integration: Breaks Checkout Navigation */
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }

.nav-link:focus,
.nav-link:hover {
  text-decoration: none; }

.nav-link.disabled {
  color: #4e575e;
  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:focus,
.nav-tabs .nav-link:hover {
  border-color: #f1f1f1 #f1f1f1 #dee2e6; }

.nav-tabs .nav-link.disabled {
  color: #4e575e;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  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: #0064b3; }

.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;
  padding: 0.5rem 1rem; }

.navbar,
.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.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

.navbar-brand:focus,
.navbar-brand:hover {
  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.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

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

.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,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  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:focus,
.navbar-light .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  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;charset=utf-8,%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,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9); }

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  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;charset=utf-8,%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,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  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; }

.card-subtitle,
.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-bottom: -0.75rem;
  border-bottom: 0; }

.card-header-pills,
.card-header-tabs {
  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; }

.card-deck .card {
  margin-bottom: 15px; }

.card-group {
  display: flex;
  flex-direction: column; }

.card-group > .card {
  margin-bottom: 15px; }

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

.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: #f1f1f1;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }

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

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

.breadcrumb-item.active {
  color: #4e575e; }

.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: #0064b3;
  background-color: #fff;
  border: 1px solid #dee2e6; }

.page-link:hover {
  z-index: 2;
  color: #003967;
  text-decoration: none;
  background-color: #f1f1f1;
  border-color: #dee2e6; }

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 179, 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: #0064b3;
  border-color: #0064b3; }

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

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  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: 0.875rem;
  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; }

a.badge:focus,
a.badge:hover {
  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: #0064b3; }

a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #004880; }

a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 179, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #04bbee; }

a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #0394bc; }

a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(4, 187, 238, 0.5); }

.badge-success {
  color: #212529;
  background-color: #6cc24a; }

a.badge-success:focus,
a.badge-success:hover {
  color: #212529;
  background-color: #55a237; }

a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 194, 74, 0.5); }

.badge-info {
  color: #fff;
  background-color: #04bbee; }

a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #0394bc; }

a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(4, 187, 238, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #e1e000; }

a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #aead00; }

a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(225, 224, 0, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }

a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130; }

a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f1f1f1; }

a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #d8d8d8; }

a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #253746; }

a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #131d25; }

a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(37, 55, 70, 0.5); }

.badge-blue {
  color: #fff;
  background-color: #0064b3; }

a.badge-blue:focus,
a.badge-blue:hover {
  color: #fff;
  background-color: #004880; }

a.badge-blue.focus,
a.badge-blue:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 179, 0.5); }

.badge-cyan {
  color: #fff;
  background-color: #04bbee; }

a.badge-cyan:focus,
a.badge-cyan:hover {
  color: #fff;
  background-color: #0394bc; }

a.badge-cyan.focus,
a.badge-cyan:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(4, 187, 238, 0.5); }

.badge-indigo {
  color: #fff;
  background-color: #034067; }

a.badge-indigo:focus,
a.badge-indigo:hover {
  color: #fff;
  background-color: #022135; }

a.badge-indigo.focus,
a.badge-indigo:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(3, 64, 103, 0.5); }

.badge-purple {
  color: #fff;
  background-color: #840b55; }

a.badge-purple:focus,
a.badge-purple:hover {
  color: #fff;
  background-color: #550737; }

a.badge-purple.focus,
a.badge-purple:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(132, 11, 85, 0.5); }

.badge-orange {
  color: #fff;
  background-color: #ff671f; }

a.badge-orange:focus,
a.badge-orange:hover {
  color: #fff;
  background-color: #eb4c00; }

a.badge-orange.focus,
a.badge-orange:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 103, 31, 0.5); }

.badge-yellow {
  color: #212529;
  background-color: #e1e000; }

a.badge-yellow:focus,
a.badge-yellow:hover {
  color: #212529;
  background-color: #aead00; }

a.badge-yellow.focus,
a.badge-yellow:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(225, 224, 0, 0.5); }

.badge-green {
  color: #212529;
  background-color: #6cc24a; }

a.badge-green:focus,
a.badge-green:hover {
  color: #212529;
  background-color: #55a237; }

a.badge-green.focus,
a.badge-green:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 194, 74, 0.5); }

.badge-teal {
  color: #fff;
  background-color: #00959d; }

a.badge-teal:focus,
a.badge-teal:hover {
  color: #fff;
  background-color: #00656a; }

a.badge-teal.focus,
a.badge-teal:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 149, 157, 0.5); }

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

.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: 4rem; }

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

.alert-primary {
  color: #00345d;
  background-color: #cce0f0;
  border-color: #b8d4ea; }

.alert-primary hr {
  border-top-color: #a4c8e4; }

.alert-primary .alert-link {
  color: #00172a; }

.alert-secondary {
  color: #02617c;
  background-color: #cdf1fc;
  border-color: #b9ecfa; }

.alert-secondary hr {
  border-top-color: #a1e6f8; }

.alert-secondary .alert-link {
  color: #013a4a; }

.alert-success {
  color: #386526;
  background-color: #e2f3db;
  border-color: #d6eecc; }

.alert-success hr {
  border-top-color: #c7e8b9; }

.alert-success .alert-link {
  color: #234018; }

.alert-info {
  color: #02617c;
  background-color: #cdf1fc;
  border-color: #b9ecfa; }

.alert-info hr {
  border-top-color: #a1e6f8; }

.alert-info .alert-link {
  color: #013a4a; }

.alert-warning {
  color: #757400;
  background-color: #f9f9cc;
  border-color: #f7f6b8; }

.alert-warning hr {
  border-top-color: #f4f3a1; }

.alert-warning .alert-link {
  color: #424100; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.alert-danger hr {
  border-top-color: #f1b0b7; }

.alert-danger .alert-link {
  color: #491217; }

.alert-light {
  color: #7d7d7d;
  background-color: #fcfcfc;
  border-color: #fbfbfb; }

.alert-light hr {
  border-top-color: #eee; }

.alert-light .alert-link {
  color: #646464; }

.alert-dark {
  color: #131d24;
  background-color: #d3d7da;
  border-color: #c2c7cb; }

.alert-dark hr {
  border-top-color: #b4babf; }

.alert-dark .alert-link {
  color: #010203; }

.alert-blue {
  color: #00345d;
  background-color: #cce0f0;
  border-color: #b8d4ea; }

.alert-blue hr {
  border-top-color: #a4c8e4; }

.alert-blue .alert-link {
  color: #00172a; }

.alert-cyan {
  color: #02617c;
  background-color: #cdf1fc;
  border-color: #b9ecfa; }

.alert-cyan hr {
  border-top-color: #a1e6f8; }

.alert-cyan .alert-link {
  color: #013a4a; }

.alert-indigo {
  color: #022136;
  background-color: #cdd9e1;
  border-color: #b8cad4; }

.alert-indigo hr {
  border-top-color: #a8beca; }

.alert-indigo .alert-link {
  color: #000305; }

.alert-purple {
  color: #45062c;
  background-color: #e6cedd;
  border-color: #ddbbcf; }

.alert-purple hr {
  border-top-color: #d5aac3; }

.alert-purple .alert-link {
  color: #16020e; }

.alert-orange {
  color: #853610;
  background-color: #ffe1d2;
  border-color: #ffd4c0; }

.alert-orange hr {
  border-top-color: #ffc3a7; }

.alert-orange .alert-link {
  color: #57240b; }

.alert-yellow {
  color: #757400;
  background-color: #f9f9cc;
  border-color: #f7f6b8; }

.alert-yellow hr {
  border-top-color: #f4f3a1; }

.alert-yellow .alert-link {
  color: #424100; }

.alert-green {
  color: #386526;
  background-color: #e2f3db;
  border-color: #d6eecc; }

.alert-green hr {
  border-top-color: #c7e8b9; }

.alert-green .alert-link {
  color: #234018; }

.alert-teal {
  color: #004d52;
  background-color: #cceaeb;
  border-color: #b8e1e4; }

.alert-teal hr {
  border-top-color: #a6d9dd; }

.alert-teal .alert-link {
  color: #001d1f; }

@keyframes a {
  0% {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0064b3;
  transition: width 0.6s ease; }

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

.progress-bar-animated {
  animation: a 1s linear infinite; }

.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:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }

.list-group-item-action:active {
  color: #212529;
  background-color: #f1f1f1; }

.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: #4e575e;
  pointer-events: none;
  background-color: #fff; }

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0064b3;
  border-color: #0064b3; }

.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; }

.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: #00345d;
  background-color: #b8d4ea; }

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #00345d;
  background-color: #a4c8e4; }

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #00345d;
  border-color: #00345d; }

.list-group-item-secondary {
  color: #02617c;
  background-color: #b9ecfa; }

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #02617c;
  background-color: #a1e6f8; }

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #02617c;
  border-color: #02617c; }

.list-group-item-success {
  color: #386526;
  background-color: #d6eecc; }

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #386526;
  background-color: #c7e8b9; }

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #386526;
  border-color: #386526; }

.list-group-item-info {
  color: #02617c;
  background-color: #b9ecfa; }

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #02617c;
  background-color: #a1e6f8; }

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #02617c;
  border-color: #02617c; }

.list-group-item-warning {
  color: #757400;
  background-color: #f7f6b8; }

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #757400;
  background-color: #f4f3a1; }

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #757400;
  border-color: #757400; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7; }

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24; }

.list-group-item-light {
  color: #7d7d7d;
  background-color: #fbfbfb; }

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #7d7d7d;
  background-color: #eee; }

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #7d7d7d; }

.list-group-item-dark {
  color: #131d24;
  background-color: #c2c7cb; }

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #131d24;
  background-color: #b4babf; }

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #131d24;
  border-color: #131d24; }

.list-group-item-blue {
  color: #00345d;
  background-color: #b8d4ea; }

.list-group-item-blue.list-group-item-action:focus,
.list-group-item-blue.list-group-item-action:hover {
  color: #00345d;
  background-color: #a4c8e4; }

.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #00345d;
  border-color: #00345d; }

.list-group-item-cyan {
  color: #02617c;
  background-color: #b9ecfa; }

.list-group-item-cyan.list-group-item-action:focus,
.list-group-item-cyan.list-group-item-action:hover {
  color: #02617c;
  background-color: #a1e6f8; }

.list-group-item-cyan.list-group-item-action.active {
  color: #fff;
  background-color: #02617c;
  border-color: #02617c; }

.list-group-item-indigo {
  color: #022136;
  background-color: #b8cad4; }

.list-group-item-indigo.list-group-item-action:focus,
.list-group-item-indigo.list-group-item-action:hover {
  color: #022136;
  background-color: #a8beca; }

.list-group-item-indigo.list-group-item-action.active {
  color: #fff;
  background-color: #022136;
  border-color: #022136; }

.list-group-item-purple {
  color: #45062c;
  background-color: #ddbbcf; }

.list-group-item-purple.list-group-item-action:focus,
.list-group-item-purple.list-group-item-action:hover {
  color: #45062c;
  background-color: #d5aac3; }

.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: #45062c;
  border-color: #45062c; }

.list-group-item-orange {
  color: #853610;
  background-color: #ffd4c0; }

.list-group-item-orange.list-group-item-action:focus,
.list-group-item-orange.list-group-item-action:hover {
  color: #853610;
  background-color: #ffc3a7; }

.list-group-item-orange.list-group-item-action.active {
  color: #fff;
  background-color: #853610;
  border-color: #853610; }

.list-group-item-yellow {
  color: #757400;
  background-color: #f7f6b8; }

.list-group-item-yellow.list-group-item-action:focus,
.list-group-item-yellow.list-group-item-action:hover {
  color: #757400;
  background-color: #f4f3a1; }

.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #757400;
  border-color: #757400; }

.list-group-item-green {
  color: #386526;
  background-color: #d6eecc; }

.list-group-item-green.list-group-item-action:focus,
.list-group-item-green.list-group-item-action:hover {
  color: #386526;
  background-color: #c7e8b9; }

.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #386526;
  border-color: #386526; }

.list-group-item-teal {
  color: #004d52;
  background-color: #b8e1e4; }

.list-group-item-teal.list-group-item-action:focus,
.list-group-item-teal.list-group-item-action:hover {
  color: #004d52;
  background-color: #a6d9dd; }

.list-group-item-teal.list-group-item-action.active {
  color: #fff;
  background-color: #004d52;
  border-color: #004d52; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5; }

.close:hover {
  color: #000;
  text-decoration: none; }

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.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: #4e575e;
  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: transform 0.3s ease-out;
  transform: translateY(-50px); }

.modal.show .modal-dialog {
  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-footer,
.modal-dialog-scrollable .modal-header {
  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: rgba(0, 79, 141, 0.3); }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.fade.in {
  opacity: 0.5; }

.modal-backdrop.show {
  opacity: 0.5; }

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

.modal-header .close {
  padding: 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 #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem; }

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem; }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: EuclidSquare, Helvetica, 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: 0.875rem;
  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-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0; }

.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0; }

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

.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem; }

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

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

.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0; }

.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0; }

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

.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem; }

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

.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-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 {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: EuclidSquare, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  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: 0.875rem;
  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,
.popover .arrow {
  position: absolute;
  display: block; }

.popover .arrow {
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem; }

.popover .arrow:after,
.popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem; }

.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc((0.5rem + 1px) * -1); }

.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff; }

.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem; }

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

.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-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-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff; }

.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem; }

.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc((0.5rem + 1px) * -1); }

.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
  top: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #fff; }

.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-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-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem; }

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

.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-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-auto[x-placement^="left"] > .arrow:after,
.bs-popover-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: 1rem;
  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: transform 0.6s ease-in-out; }

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

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

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

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

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }

.carousel-control-next,
.carousel-control-prev {
  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; }

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9; }

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

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

.carousel-control-next-icon,
.carousel-control-prev-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;charset=utf-8,%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.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-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-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease; }

.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; }

@keyframes b {
  to {
    transform: rotate(1turn); } }

.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%;
  animation: b 0.75s linear infinite; }

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

@keyframes c {
  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;
  animation: c 0.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: #0064b3 !important; }

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

.bg-secondary {
  background-color: #04bbee !important; }

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

.bg-success {
  background-color: #6cc24a !important; }

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

.bg-info {
  background-color: #04bbee !important; }

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

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

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

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

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

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

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

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

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

.bg-blue {
  background-color: #0064b3 !important; }

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

.bg-cyan {
  background-color: #04bbee !important; }

a.bg-cyan:focus,
a.bg-cyan:hover,
button.bg-cyan:focus,
button.bg-cyan:hover {
  background-color: #0394bc !important; }

.bg-indigo {
  background-color: #034067 !important; }

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

.bg-purple {
  background-color: #840b55 !important; }

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

.bg-orange {
  background-color: #ff671f !important; }

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

.bg-yellow {
  background-color: #e1e000 !important; }

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

.bg-green {
  background-color: #6cc24a !important; }

a.bg-green:focus,
a.bg-green:hover,
button.bg-green:focus,
button.bg-green:hover {
  background-color: #55a237 !important; }

.bg-teal {
  background-color: #00959d !important; }

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #dee2e6 !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: #0064b3 !important; }

.border-secondary {
  border-color: #04bbee !important; }

.border-success {
  border-color: #6cc24a !important; }

.border-info {
  border-color: #04bbee !important; }

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

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

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

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

.border-blue {
  border-color: #0064b3 !important; }

.border-cyan {
  border-color: #04bbee !important; }

.border-indigo {
  border-color: #034067 !important; }

.border-purple {
  border-color: #840b55 !important; }

.border-orange {
  border-color: #ff671f !important; }

.border-yellow {
  border-color: #e1e000 !important; }

.border-green {
  border-color: #6cc24a !important; }

.border-teal {
  border-color: #00959d !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; }

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

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

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

.rounded-left {
  border-top-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; }

.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 embed,
.embed-responsive iframe,
.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; }

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

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

.float-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 {
  top: 0; }

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

.fixed-bottom {
  bottom: 0; }

@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 2px 2px 0 rgba(0, 0, 0, 0.2) !important; }

.shadow-lg {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2) !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: transparent; }

.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.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 3rem !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.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-left: -3rem !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; }

.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; }

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

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

.text-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; }

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

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

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

.text-secondary {
  color: #04bbee !important; }

a.text-secondary:focus,
a.text-secondary:hover {
  color: #0380a3 !important; }

.text-success {
  color: #6cc24a !important; }

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

.text-info {
  color: #04bbee !important; }

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

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

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

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

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

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

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

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

a.text-dark:focus,
a.text-dark:hover {
  color: #0b1014 !important; }

.text-blue {
  color: #0064b3 !important; }

a.text-blue:focus,
a.text-blue:hover {
  color: #003967 !important; }

.text-cyan {
  color: #04bbee !important; }

a.text-cyan:focus,
a.text-cyan:hover {
  color: #0380a3 !important; }

.text-indigo {
  color: #034067 !important; }

a.text-indigo:focus,
a.text-indigo:hover {
  color: #01121d !important; }

.text-purple {
  color: #840b55 !important; }

a.text-purple:focus,
a.text-purple:hover {
  color: #3d0528 !important; }

.text-orange {
  color: #ff671f !important; }

a.text-orange:focus,
a.text-orange:hover {
  color: #d24300 !important; }

.text-yellow {
  color: #e1e000 !important; }

a.text-yellow:focus,
a.text-yellow:hover {
  color: #959400 !important; }

.text-green {
  color: #6cc24a !important; }

a.text-green:focus,
a.text-green:hover {
  color: #4b8f30 !important; }

.text-teal {
  color: #00959d !important; }

a.text-teal:focus,
a.text-teal:hover {
  color: #004c51 !important; }

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

.text-muted {
  color: #4e575e !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; }

/* WSG Integration
    .container-fluid {
        max-width: 1200px
    }
    */
.container-fullwidth {
  max-width: 100%; }

.pagination {
  padding-top: 20px; }

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

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

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

@font-face {
  font-family: slick;
  src: url(../js/slick/fonts/slick.eot);
  src: url(../js/slick/fonts/slick.eot?#iefix) format("embedded-opentype"), url(../js/slick/fonts/slick.woff) format("woff"), url(../js/slick/fonts/slick.ttf) format("truetype"), url(../js/slick/fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal; }

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: none; }

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  background: transparent;
  color: transparent;
  outline: none; }

.slick-next.slick-disabled:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev.slick-disabled:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1; }

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }

.slick-prev:before {
  content: "←"; }

[dir="rtl"] .slick-prev:before {
  content: "→"; }

.slick-next {
  right: -25px; }

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }

.slick-next:before {
  content: "→"; }

[dir="rtl"] .slick-next:before {
  content: "←"; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0; }

.slick-dots li,
.slick-dots li button {
  height: 20px;
  width: 20px;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px; }

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

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #dadada;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: #0064b3;
  opacity: 1; }

.slick-dots-newsbox {
  bottom: 10px; }

.slick-dots-newsbox li button:before {
  color: #BBB; }

.slick-dots-newsbox li.slick-active button:before {
  color: #FFF; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: EuclidSquare;
  src: url(fonts/EuclidSquare-Light-WebM.eot);
  src: local("☺︎"), url(fonts/EuclidSquare-Light-WebM.eot?#iefix) format("embedded-opentype"), url(fonts/EuclidSquare-Light-WebM.woff2) format("woff2"), url(fonts/EuclidSquare-Light-WebM.woff) format("woff"), url(fonts/EuclidSquare-Light-WebM.ttf) format("truetype");
  font-weight: 300;
  font-style: normal; }

.f-l {
  font-family: l; }

@font-face {
  font-family: EuclidSquare;
  src: url(fonts/EuclidSquare-LightItalic-WebM.eot);
  src: local("☺︎"), url(fonts/EuclidSquare-LightItalic-WebM.eot?#iefix) format("embedded-opentype"), url(fonts/EuclidSquare-LightItalic-WebM.woff2) format("woff2"), url(fonts/EuclidSquare-LightItalic-WebM.woff) format("woff"), url(fonts/EuclidSquare-LightItalic-WebM.ttf) format("truetype");
  font-weight: 300;
  font-style: italic; }

.f-li {
  font-family: li; }

@font-face {
  font-family: EuclidSquare;
  src: url(fonts/EuclidSquare-Regular-WebM.eot);
  src: local("☺︎"), url(fonts/EuclidSquare-Regular-WebM.eot?#iefix) format("embedded-opentype"), url(fonts/EuclidSquare-Regular-WebM.woff2) format("woff2"), url(fonts/EuclidSquare-Regular-WebM.woff) format("woff"), url(fonts/EuclidSquare-Regular-WebM.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

.f-r {
  font-family: r; }

@font-face {
  font-family: EuclidSquare;
  src: url(fonts/EuclidSquare-RegularItalic-WebM.eot);
  src: local("☺︎"), url(fonts/EuclidSquare-RegularItalic-WebM.eot?#iefix) format("embedded-opentype"), url(fonts/EuclidSquare-RegularItalic-WebM.woff2) format("woff2"), url(fonts/EuclidSquare-RegularItalic-WebM.woff) format("woff"), url(fonts/EuclidSquare-RegularItalic-WebM.ttf) format("truetype");
  font-weight: 400;
  font-style: italic; }

.f-ri {
  font-family: ri; }

@font-face {
  font-family: EuclidSquare;
  src: url(fonts/EuclidSquare-Medium-WebM.eot);
  src: local("☺︎"), url(fonts/EuclidSquare-Medium-WebM.eot?#iefix) format("embedded-opentype"), url(fonts/EuclidSquare-Medium-WebM.woff2) format("woff2"), url(fonts/EuclidSquare-Medium-WebM.woff) format("woff"), url(fonts/EuclidSquare-Medium-WebM.ttf) format("truetype");
  font-weight: 500;
  font-style: normal; }

.f-m {
  font-family: m; }

@font-face {
  font-family: EuclidSquare;
  src: url(fonts/EuclidSquare-MediumItalic-WebM.eot);
  src: local("☺︎"), url(fonts/EuclidSquare-MediumItalic-WebM.eot?#iefix) format("embedded-opentype"), url(fonts/EuclidSquare-MediumItalic-WebM.woff2) format("woff2"), url(fonts/EuclidSquare-MediumItalic-WebM.woff) format("woff"), url(fonts/EuclidSquare-MediumItalic-WebM.ttf) format("truetype");
  font-weight: 500;
  font-style: italic; }

.f-mi {
  font-family: mi; }

@font-face {
  font-family: EuclidSquare;
  src: url(fonts/EuclidSquare-Semibold-WebM.eot);
  src: local("☺︎"), url(fonts/EuclidSquare-Semibold-WebM.eot?#iefix) format("embedded-opentype"), url(fonts/EuclidSquare-Semibold-WebM.woff2) format("woff2"), url(fonts/EuclidSquare-Semibold-WebM.woff) format("woff"), url(fonts/EuclidSquare-Semibold-WebM.ttf) format("truetype");
  font-weight: 600;
  font-style: normal; }

.f-s {
  font-family: s; }

@font-face {
  font-family: EuclidSquare;
  src: url(fonts/EuclidSquare-SemiboldItalic-WebM.eot);
  src: local("☺︎"), url(fonts/EuclidSquare-SemiboldItalic-WebM.eot?#iefix) format("embedded-opentype"), url(fonts/EuclidSquare-SemiboldItalic-WebM.woff2) format("woff2"), url(fonts/EuclidSquare-SemiboldItalic-WebM.woff) format("woff"), url(fonts/EuclidSquare-SemiboldItalic-WebM.ttf) format("truetype");
  font-weight: 600;
  font-style: italic; }

.f-si {
  font-family: si; }

@font-face {
  font-family: EuclidSquare;
  src: url(fonts/EuclidSquare-Bold-WebM.eot);
  src: local("☺︎"), url(fonts/EuclidSquare-Bold-WebM.eot?#iefix) format("embedded-opentype"), url(fonts/EuclidSquare-Bold-WebM.woff2) format("woff2"), url(fonts/EuclidSquare-Bold-WebM.woff) format("woff"), url(fonts/EuclidSquare-Bold-WebM.ttf) format("truetype");
  font-weight: 700;
  font-style: normal; }

.f-b {
  font-family: b; }

@font-face {
  font-family: EuclidSquare;
  src: url(fonts/EuclidSquare-BoldItalic-WebM.eot);
  src: local("☺︎"), url(fonts/EuclidSquare-BoldItalic-WebM.eot?#iefix) format("embedded-opentype"), url(fonts/EuclidSquare-BoldItalic-WebM.woff2) format("woff2"), url(fonts/EuclidSquare-BoldItalic-WebM.woff) format("woff"), url(fonts/EuclidSquare-BoldItalic-WebM.ttf) format("truetype");
  font-weight: 700;
  font-style: italic; }

.f-bi {
  font-family: bi; }

.fs-m {
  font-size: 16px; }

.fs-l {
  font-size: 18px; }

body {
  position: relative;
  top: 108px;
  min-width: 320px;
  /* padding-top: 68px; */ }

img {
  max-width: 100%; }

.h1,
h1 {
  font-size: 38px; }

.h1,
.h2,
h1,
h2 {
  font-weight: 700;
  font-style: normal; }

.h2,
h2 {
  font-size: 28px; }

.h3,
h3 {
  font-size: 22px;
  font-weight: 700;
  font-style: normal; }

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  font-size: 20px;
  font-weight: 600;
  font-style: normal; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4; }

.h1.border,
.h1.border-bottom,
.h1.border-left,
.h1.border-right,
.h1.border-top,
.h2.border,
.h2.border-bottom,
.h2.border-left,
.h2.border-right,
.h2.border-top,
.h3.border,
.h3.border-bottom,
.h3.border-left,
.h3.border-right,
.h3.border-top,
.h4.border,
.h4.border-bottom,
.h4.border-left,
.h4.border-right,
.h4.border-top,
.h5.border,
.h5.border-bottom,
.h5.border-left,
.h5.border-right,
.h5.border-top,
.h6.border,
.h6.border-bottom,
.h6.border-left,
.h6.border-right,
.h6.border-top,
h1.border,
h1.border-bottom,
h1.border-left,
h1.border-right,
h1.border-top,
h2.border,
h2.border-bottom,
h2.border-left,
h2.border-right,
h2.border-top,
h3.border,
h3.border-bottom,
h3.border-left,
h3.border-right,
h3.border-top,
h4.border,
h4.border-bottom,
h4.border-left,
h4.border-right,
h4.border-top,
h5.border,
h5.border-bottom,
h5.border-left,
h5.border-right,
h5.border-top,
h6.border,
h6.border-bottom,
h6.border-left,
h6.border-right,
h6.border-top {
  width: 100%;
  padding-bottom: 0.5em;
  margin-bottom: 1em; }

blockquote {
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  font-style: normal; }

blockquote cite {
  font-size: 18px;
  line-height: 30px;
  display: block;
  padding-top: 12px;
  font-style: inherit;
  font-weight: 400;
  font-style: normal; }

.dd-padding {
  padding: 80px; }

.dd-padding--top {
  padding-top: 80px; }

.dd-padding--right {
  padding-right: 80px; }

.dd-padding--bottom {
  padding-bottom: 80px; }

.dd-padding--left {
  padding-left: 80px; }

.dd-margin {
  margin: 80px; }

.dd-margin--top {
  margin-top: 80px; }

.dd-margin--right {
  margin-right: 80px; }

.dd-margin--bottom {
  margin-bottom: 80px; }

.dd-margin--left {
  margin-left: 80px; }

.sticky-top.js-is-sticky {
  position: fixed;
  top: 0;
  z-index: 1020; }

.sticky-top.js-is-sticky.dd-jumpmarks {
  left: 0;
  right: 0; }

.icon--wrapper {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.icon {
  display: inline-block;
  position: relative; }

.icon.icon--black svg use {
  fill: #000; }

.icon.icon--primary svg use {
  fill: #0064b3; }

.icon.icon--secondary svg use {
  fill: #04bbee; }

.icon.icon--white svg use {
  fill: #fff; }

.icon.icon--inline {
  width: 20px;
  height: auto;
  margin-right: 5px;
  position: relative;
  top: 4px; }

.icon.icon--submenu {
  width: 30px;
  height: auto;
  margin-right: 5px;
  position: relative;
  top: 10px; }

.icon__inner {
  display: block;
  position: relative;
  padding-top: 100%; }

.icon svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.icon svg use {
  fill: #0064b3; }

.icon-360_white {
  width: 84px;
  height: 51px; }

.icon-3d-druck,
.icon-agrartechnik,
.icon-alpinindustrie,
.icon-anwendungsgebiete {
  width: 283px;
  height: 283px; }

.icon-appstore_badge {
  width: 135px;
  height: 40px; }

.icon-aquakultur {
  width: 283px;
  height: 283px; }

.icon-arrow__list {
  width: 18px;
  height: 11px; }

.icon-arrows-alt {
  width: 1444px;
  height: 1444px; }

.icon-ausgangslage,
.icon-bahntechnik,
.icon-ballistik,
.icon-ballistische-platten,
.icon-ballistische-platten-2 {
  width: 283px;
  height: 283px; }

.icon-ban {
  width: 1411px;
  height: 1416px; }

.icon-bauindustrie,
.icon-beratung,
.icon-biokompabilitaet,
.icon-blockspan {
  width: 283px;
  height: 283px; }

.icon-book {
  width: 18px;
  height: 22px; }

.icon-busindustrie {
  width: 283px;
  height: 283px; }

.icon-caret-left,
.icon-caret-right {
  width: 514px;
  height: 1027px; }

.icon-check-circle-o {
  width: 1536px;
  height: 1536px; }

.icon-chemikalienbestaendige-kunststoffe,
.icon-chemikalienbestaendigkeit,
.icon-chemischer-behaelter-anlagenbau,
.icon-detektierbare-kunststoffe,
.icon-detektierbare-kunststoffe-2 {
  width: 283px;
  height: 283px; }

.icon-download {
  width: 1557px;
  height: 1617px; }

.icon-download_gif,
.icon-download_jpg,
.icon-download_pdf,
.icon-download_png,
.icon-download_ppt,
.icon-download_txt {
  width: 25px;
  height: 27px; }

.icon-download_word {
  width: 27px;
  height: 27px; }

.icon-download_xls,
.icon-download_zip {
  width: 25px;
  height: 27px; }

.icon-eigenschaften,
.icon-einfache-verarbeitung,
.icon-elektro,
.icon-elektronik,
.icon-erneuerbare-energien,
.icon-esd-kunststoffe {
  width: 283px;
  height: 283px; }

.icon-exclamation-circle {
  width: 1536px;
  height: 1536px; }

.icon-external-link {
  width: 1371px;
  height: 1371px; }

.icon-facebook {
  width: 264px;
  height: 512px; }

.icon-fahrzeugbau,
.icon-fertigteile-1,
.icon-fertigteile-2 {
  width: 283px;
  height: 283px; }

.icon-file {
  width: 1129px;
  height: 1371px; }

.icon-foerdertechnik-automation,
.icon-folien-rollenware,
.icon-formpressteile,
.icon-gleiten {
  width: 283px;
  height: 283px; }

.icon-grid_view {
  width: 23px;
  height: 23px; }

.icon-gusspolyamid-sonderteile-1,
.icon-gusspolyamid-sonderteile-2,
.icon-haccp,
.icon-hochwertige-oberflaeche,
.icon-hohe-prozesssicherheit {
  width: 283px;
  height: 283px; }

.icon-hourglass {
  width: 1255px;
  height: 1464px; }

.icon-hygiene-schneidplatten,
.icon-hygienisch,
.icon-isolationseigenschaft,
.icon-korrosionsbestaendigkeit,
.icon-kritischer-ladezustand,
.icon-kunststoff-zerspanung,
.icon-labensdauer,
.icon-lackierbarkeit,
.icon-lebensmittelkontakt,
.icon-leichte-handhabung,
.icon-leichte-reinigung-1 {
  width: 283px;
  height: 283px; }

.icon-linkedin {
  width: 448.1px;
  height: 512px; }

.icon-list_view {
  width: 22px;
  height: 24px; }

.icon-location {
  width: 11px;
  height: 15px; }

.icon-loetmasken,
.icon-loetmasken-2,
.icon-luft-raumfahrt {
  width: 283px;
  height: 283px; }

.icon-mail {
  width: 24px;
  height: 16px; }

.icon-maschinen-anlagenbau,
.icon-mechanische-stabilitaet,
.icon-medizintechnik-orthopaedie,
.icon-messerschonend,
.icon-mikrozerspante-bauteile,
.icon-neutronenabschirmung,
.icon-nuklearindustrie,
.icon-oel-gas,
.icon-papierindustrie,
.icon-partner,
.icon-perforierte-platten {
  width: 283px;
  height: 283px; }

.icon-phone {
  width: 29px;
  height: 29px; }

.icon-pinterest {
  width: 56px;
  height: 56px; }

.icon-platten,
.icon-platten-bloecke {
  width: 283px;
  height: 283px; }

.icon-playstore_badge {
  width: 135px;
  height: 40px; }

.icon-plus-circle {
  width: 1536px;
  height: 1536px; }

.icon-print {
  width: 26px;
  height: 27px; }

.icon-produktprogramm,
.icon-profile,
.icon-profile-2,
.icon-profile-schweissdraht-behaelterbau,
.icon-rammschutz,
.icon-rammschutz-2,
.icon-rammschutzleisten {
  width: 283px;
  height: 283px; }

.icon-redo-circular-arrow {
  width: 1467px;
  height: 1767px; }

.icon-reinraumtechnik,
.icon-ringe-wickelbauteile-neu,
.icon-robustes-material,
.icon-robustes-material-1 {
  width: 283px;
  height: 283px; }

.icon-rund-hohlstaebe {
  width: 283.46px;
  height: 283.46px; }

.icon-rutschhemmend,
.icon-schiffs-bootsbau,
.icon-schneeflocke,
.icon-schuettgutforderung,
.icon-schweissdraht,
.icon-schwerentflammbar,
.icon-schwingungsdaempfung {
  width: 283px;
  height: 283px; }

.icon-search-minus,
.icon-search-plus {
  width: 1627px;
  height: 1626px; }

.icon-search {
  width: 15px;
  height: 15px; }

.icon-send {
  width: 26px;
  height: 27px; }

.icon-share {
  width: 20px;
  height: 22px; }

.icon-share_mail {
  width: 33px;
  height: 23px; }

.icon-solar,
.icon-sport-freizeit,
.icon-stanzplatten,
.icon-sterilisierbarkeit,
.icon-temperaturbestaendigkeit,
.icon-tieftemperaturisolierung,
.icon-tiefziehtechnik {
  width: 283px;
  height: 283px; }

.icon-times {
  width: 1100px;
  height: 1100px; }

.icon-trash {
  width: 1344px;
  height: 1499px; }

.icon-tribologische-eigenschaften,
.icon-trimming_layers,
.icon-trink-abwassertechnik {
  width: 283px;
  height: 283px; }

.icon-twitter {
  width: 300px;
  height: 244px; }

.icon-upload-arrow {
  width: 1557px;
  height: 1543px; }

.icon-upload {
  width: 28px;
  height: 17px; }

.icon-verbindungselemente,
.icon-verkehrstechnik-infrastruktur,
.icon-wasser-hafenbau,
.icon-werbetechnik,
.icon-werkstoff,
.icon-windkraft,
.icon-wirtschaftl-vorteil {
  width: 283px;
  height: 283px; }

.icon-xing {
  width: 24px;
  height: 24px; }

.icon-youtube {
  width: 71px;
  height: 50px; }

.icon-zugfestigkeit,
.icon-zuschnitt-service {
  width: 283px;
  height: 283px; }

.btn {
  padding: 0.575rem 0.85rem;
  font-size: 14px;
  letter-spacing: 0.2px; }

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.45rem 0.75rem;
  font-size: 12px; }

.btn-group-lg > .btn,
.btn-lg {
  padding: 0.7rem 1rem;
  font-size: 16px; }

.btn .icon {
  width: 20px;
  height: auto;
  margin-right: 8px;
  position: relative;
  top: 4px; }

.btn .icon svg use {
  fill: #fff; }

.btn-link .icon svg use {
  fill: #0064b3; }

.btn-link:focus .icon svg use,
.btn-link:hover .icon svg use {
  fill: #04bbee; }

.btn-light .icon svg use {
  fill: #000; }

.dd-social-icon .icon {
  width: 48px;
  height: 48px;
  background-color: #0064b3;
  padding: 10px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out; }

.dd-social-icon .icon:focus,
.dd-social-icon .icon:hover {
  background-color: #04bbee; }

.dd-social-icon .icon svg use {
  fill: #fff; }

.dd-breadcrumb {
  padding-top: 20px; }

.dd-breadcrumb ul {
  list-style: none;
  padding-left: 0; }

.dd-breadcrumb li {
  display: inline-block;
  font-size: 12px;
  padding-right: 20px;
  color: #0064b3;
  position: relative; }

.dd-breadcrumb li a {
  color: #4e575e; }

.dd-breadcrumb li a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #4e575e;
  border-right: 1px solid #4e575e;
  display: block;
  position: relative;
  transform: rotate(45deg);
  position: absolute;
  right: 7px;
  top: 7px; }

.dd-image__caption {
  padding-top: 12px;
  font-size: 14px; }

.dd-video {
  position: relative;
  padding-top: 56.25%;
  height: 0; }

.dd-video iframe,
.dd-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

.dd-video__caption {
  padding-top: 24px;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  transform: translateY(100%); }

.dd-pagination ul {
  float: right; }

.dd-pagination__pages {
  float: left; }

.dd-pagination__arrow-right {
  transform: rotate(-90deg); }

.dd-pagination__arrow-left {
  transform: rotate(90deg); }

.dd-pagination__nr a {
  margin-left: 1px;
  margin-right: 1px;
  padding: 2px 8px;
  text-decoration: none;
  color: #0064b3; }

.dd-pagination__nr a:focus,
.dd-pagination__nr a:hover {
  color: #04bbee; }

.dd-pagination__nr.is-active a {
  color: #fff;
  background-color: #04bbee; }

.dd-pagination .icon__inner svg use,
.dd-pagination .icon svg use {
  fill: #0064b3;
  stroke: #0064b3; }

.dd-appstore__badge {
  width: 154px;
  height: auto; }

.dd-download {
  margin-bottom: 1rem; }

.dd-download a {
  text-decoration: none; }

.dd-download a:focus,
.dd-download a:hover {
  color: #04bbee; }

.dd-download a:focus .icon svg use,
.dd-download a:hover .icon svg use {
  fill: #04bbee; }

.dd-download .icon {
  position: absolute; }

.dd-download__text {
  margin-left: 40px;
  display: inline-block;
  font-weight: 500;
  font-style: normal; }

.dd-download__data {
  margin-left: 10px;
  font-weight: 400; }

.popover {
  border-radius: 0;
  border: 2px solid #04bbee;
  font-size: 16px; }

.popover.bs-popover-auto[x-placement^="top"] > .arrow:before,
.popover.bs-popover-top > .arrow:before {
  border-top-color: #04bbee; }

.popover.bs-popover-auto[x-placement^="top"] > .arrow:after,
.popover.bs-popover-top > .arrow:after {
  bottom: 3px; }

.popover.bs-popover-auto[x-placement^="right"] > .arrow:before,
.popover.bs-popover-right > .arrow:before {
  border-right-color: #04bbee; }

.popover.bs-popover-auto[x-placement^="right"] > .arrow:after,
.popover.bs-popover-right > .arrow:after {
  left: 3px; }

.popover.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.popover.bs-popover-bottom > .arrow:before {
  border-bottom-color: #04bbee; }

.popover.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.popover.bs-popover-bottom > .arrow:after {
  top: 3px; }

.popover.bs-popover-auto[x-placement^="left"] > .arrow:before,
.popover.bs-popover-left > .arrow:before {
  border-left-color: #04bbee; }

.popover.bs-popover-auto[x-placement^="left"] > .arrow:after,
.popover.bs-popover-left > .arrow:after {
  right: 3px; }

.popover-header {
  color: #0064b3;
  border: none;
  padding: 20px 20px 5px;
  font-size: inherit; }

.popover-body {
  padding: 5px 20px 20px;
  font-size: inherit; }

.dd-tag {
  font-weight: 500;
  font-style: normal;
  border: 2px solid #0064b3;
  padding: 10px 20px;
  color: #0064b3;
  background: #fff;
  margin-right: 10px;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out; }

.dd-tag:focus,
.dd-tag:hover {
  color: #04bbee;
  border-color: #04bbee;
  outline: none; }

.dd-tag.is-active {
  color: #fff;
  border-color: #04bbee;
  background-color: #04bbee; }

.dd-tags__notoggle .dd-tag:focus,
.dd-tags__notoggle .dd-tag:hover {
  color: #04bbee;
  border-color: #04bbee;
  outline: none; }

.dd-tags__notoggle .dd-tag.is-active {
  color: #0064b3;
  border-color: #0064b3;
  background-color: #fff; }

.dd-tags__notoggle .dd-tag.is-active:focus,
.dd-tags__notoggle .dd-tag.is-active:hover {
  color: #04bbee;
  border-color: #04bbee;
  outline: none; }

.dd-product-slide {
  position: relative; }

.dd-product-slide__image {
  width: 100%; }

.dd-product-slide__content {
  position: static;
  padding: 25px;
  width: 100%; }

.dd-product-slide__headline,
.dd-product-slide__meta {
  color: #0064b3;
  padding-bottom: 12px; }

.dd-cta-contact {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #0064b3;
  margin-bottom: 1rem;
  transition: all 0.3s;
  font-weight: 500;
  font-style: normal; }

.dd-cta-contact:focus,
.dd-cta-contact:hover {
  text-decoration: none;
  color: #04bbee; }

.dd-cta-contact__icon {
  background-color: #0064b3;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
  transition: all 0.3s; }

.dd-cta-contact:focus .dd-cta-contact__icon,
.dd-cta-contact:hover .dd-cta-contact__icon {
  background-color: #04bbee; }

.dd-cta-contact__icon svg use {
  fill: #fff; }

.dd-cta-contact__icon .icon {
  position: relative;
  top: 3px;
  left: 6px;
  height: 17px;
  width: 17px; }

.dd-icon-link {
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  display: inline-flex; }

.dd-icon-link:focus,
.dd-icon-link:hover {
  text-decoration: none;
  color: #04bbee; }

.dd-icon-link:focus .icon svg use,
.dd-icon-link:hover .icon svg use {
  fill: #04bbee; }

.dd-icon-links .dd-icon-link {
  margin-right: 25px; }

.dd-icon-links .dd-icon-link:last-child {
  margin-right: 0; }

.dd-icon-link .icon {
  width: 18px;
  height: auto;
  position: relative;
  top: 6px;
  margin-right: 10px; }

.dd-section__title {
  flex: 0 0 100%;
  max-width: 100%;
  color: #0064b3;
  padding-bottom: 24px; }

.dd-section--padding {
  padding-top: 40px;
  padding-bottom: 40px; }

.dd-section--padding-top {
  padding-top: 40px; }

.dd-section--padding-bottom {
  padding-bottom: 40px; }

.dd-section--padding-small {
  padding-top: 20px;
  padding-bottom: 20px; }

.dd-section--padding-small-top {
  padding-top: 20px; }

.dd-section--padding-small-bottom {
  padding-bottom: 20px; }

.dd-section--margin {
  margin-top: 40px;
  margin-bottom: 40px; }

.dd-section--margin-top {
  margin-top: 40px; }

.dd-section--margin-bottom {
  margin-bottom: 40px; }

.dd-section--margin-small {
  margin-top: 20px;
  margin-bottom: 20px; }

.dd-section--margin-small-top {
  margin-top: 20px; }

.dd-section--margin-small-bottom {
  margin-bottom: 20px; }

.dd-section--primary {
  background-color: #0064b3;
  color: #fff; }

.dd-section--secondary {
  background-color: #04bbee; }

.dd-section--gray,
.dd-section--gray-200 {
  background-color: #f1f1f1; }

.dd-section--gray-400 {
  background-color: #a2aaad; }

.dd-section--gray-600 {
  background-color: #4e575e; }

.dd-section--gray-800 {
  background-color: #253746; }

.dd-section--primary a {
  color: #04bbee; }

.dd-section--gray-600 a,
.dd-section--gray-800 a,
.dd-section--secondary a {
  color: #fff; }

.dd-section--gray-600 a:focus,
.dd-section--gray-600 a:hover,
.dd-section--gray-800 a:focus,
.dd-section--gray-800 a:hover,
.dd-section--primary a:focus,
.dd-section--primary a:hover,
.dd-section--secondary a:focus,
.dd-section--secondary a:hover {
  text-decoration: underline; }

.dd-section__footer {
  padding-top: 36px;
  padding-right: 24px;
  padding-bottom: 36px;
  display: flex;
  justify-content: flex-end; }

.dd-hero {
  position: relative;
  color: #fff;
  background: no-repeat 50%;
  background-size: cover;
  height: 420px; }

.dd-hero--video {
  position: relative;
  overflow: hidden; }

.dd-hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  transform: scale(2.3); }

.dd-hero__content {
  transition: opacity 1.5s ease-in-out;
  padding: 0 20px 50px;
  position: absolute;
  bottom: 0; }

.dd-slider .dd-hero__content {
  opacity: 0; }

.dd-slider .slick-active .dd-hero__content {
  opacity: 1;
  transform: translateX(0); }

.dd-hero__title {
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  line-height: 1.2;
  padding-bottom: 24px; }

.dd-hero__text {
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  padding-bottom: 20px; }

.dd-jumpmarks {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #0064b3;
  letter-spacing: 0.1px;
  text-align: center; }

.dd-jumpmarks ul {
  flex-wrap: nowrap; }

.dd-jumpmarks a {
  position: relative;
  color: #000;
  padding: 20px 12px;
  transition: height 0.3s ease-in-out;
  letter-spacing: 0.017em;
  white-space: nowrap; }

.dd-jumpmarks a:after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 0;
  left: 12px;
  height: 0;
  background-color: #0064b3;
  transition: height 0.3s ease-in-out; }

.dd-jumpmarks a.active,
.dd-jumpmarks a:focus,
.dd-jumpmarks a:hover {
  color: #0064b3; }

.dd-jumpmarks a.active {
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.01em; }

.dd-jumpmarks a.active:after {
  height: 6px; }

.dd-jumpmarks__item:first-child a {
  padding-left: 0; }

.dd-jumpmarks__item:first-child a:after {
  left: 0; }

.dd-jumpmarks__mobile {
  display: none; }

.dd-jumpmarks__mobile select {
  max-height: 34px;
  padding: 3px 10px !important; }

.dd-jumpmarks__mobile .dd-form__select:after {
  top: 6px !important; }

.dd-jumpmarks__mobile .dd-jumpmarks__form {
  transition: all 0.3s;
  border: 2px solid #04bbee; }

.dd-page-menu__list {
  justify-content: center; }

.dd-intro__headline {
  font-size: 38px;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 30px; }

.dd-intro__text {
  font-weight: 500;
  font-style: normal; }

.dd-banner img {
  min-width: 100%;
  height: 397px; }

.dd-banner__left {
  padding-top: 50%;
  background: no-repeat 50%;
  background-size: cover;
  height: 398px; }

.dd-banner__right {
  height: 398px;
  display: flex;
  align-items: center;
  background: no-repeat 50% #0064b3; }

.dd-banner__content {
  color: #fff;
  padding: 33px;
  position: relative;
  z-index: 1; }

.dd-banner__title {
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 6px; }

.dd-banner__text {
  padding-bottom: 12px; }

.dd-downloads__headline {
  color: #0064b3;
  padding-bottom: 31px; }

.dd-downloads__headline--small {
  color: #000;
  padding-bottom: 5px; }

.dd-downloads__downloads {
  border-top: 2px solid #0064b3;
  padding: 15px 0 30px; }

.dd-footer {
  position: relative;
  padding-top: 10px;
  background-color: rgba(78, 87, 94, 0.7);
  color: #f1f1f1;
  font-weight: 400;
  font-style: normal; }

.dd-footer__sitemap {
  margin-bottom: 1rem; }

.dd-footer__sitemap-col {
  margin-bottom: 1.5rem; }

.dd-footer__sitemap-category {
  font-weight: 600;
  font-style: normal;
  font-size: 18px; }

.dd-footer__sitemap-list {
  list-style: none;
  display: initial;
  padding-left: 0; }

.dd-footer__sitemap-list li {
  margin-bottom: 8px; }

.dd-footer__sitemap-list li > a {
  color: #f1f1f1;
  text-decoration: none; }

.dd-footer__sitemap-list li > a:hover {
  color: #253746; }

.dd-footer__sitemap-list li > a strong {
  display: inline-block;
  padding-top: 1rem; }

.dd-footer .dd-divider {
  width: 100%;
  height: 1px;
  background-color: #f1f1f1;
  display: block;
  margin-bottom: 2rem; }

.dd-footer__cta {
  margin-bottom: 1.5rem;
  align-items: flex-end; }

.dd-footer__cta-title {
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 1.5rem; }

.dd-footer__cta-social ul {
  padding: 0;
  margin-bottom: 0;
  display: inline-flex;
  list-style: none; }

.dd-footer__cta-social ul li {
  margin-right: 1.5rem; }

.dd-footer__cta-social ul .icon {
  height: 25px;
  width: 25px; }

.dd-footer__cta-social ul .icon svg use {
  fill: #fff; }

.dd-footer__cta-social ul .icon:hover {
  cursor: pointer; }

.dd-footer__cta-social ul .icon:hover svg use {
  fill: #253746; }

.dd-footer__cta-buttons button.btn {
  background: #fff;
  color: #686c6f;
  margin-right: 1rem; }

.dd-footer__cta-buttons button.btn:focus,
.dd-footer__cta-buttons button.btn:hover {
  color: #253746; }

.dd-footer__top {
  display: block;
  position: realtive;
  height: 45px;
  width: 30px;
  color: #fff; }

.dd-footer__top:active,
.dd-footer__top:focus,
.dd-footer__top:hover {
  color: #fff;
  text-decoration: none; }

.dd-footer__top-icon {
  content: "";
  height: 30px;
  width: 30px;
  border-radius: 15px;
  background: #fff;
  display: block; }

.dd-footer__top-icon:after {
  content: "";
  display: block;
  height: 11px;
  width: 11px;
  border-top: 3px solid rgba(78, 87, 94, 0.7);
  border-right: 3px solid rgba(78, 87, 94, 0.7);
  transform: rotate(-45deg);
  position: relative;
  left: 9px;
  top: 12px; }

.dd-footer__top-text {
  font-size: 10pt;
  text-align: center;
  padding-top: 5px; }

.dd-footer__menu {
  font-size: 12px;
  color: #f1f1f1; }

.dd-footer__menu ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin-left: 0;
  padding-left: 0;
  flex-direction: row; }

.dd-footer__menu ul li a {
  margin-right: 2rem;
  color: #fff; }

.dd-footer__menu ul li a:hover {
  color: #253746;
  text-decoration: none; }

.dd-footer__menu ul li:last-child a {
  margin-right: 0; }

.dd-teaser {
  display: block;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  text-decoration: none !important;
  background: #0064b3;
  min-height: calc(100% - 30px);
  transition: background 0.3s ease-in-out; }

.dd-teaser img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease-in-out;
  transform: scale(1.065); }

.dd-teaser:hover {
  background-color: #04bbee; }

.dd-teaser:hover img {
  transform: scale(1); }

.dd-teaser:hover .dd-teaser__content:after {
  transform: scale(1) rotate(45deg); }

.dd-teaser__content {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #fff;
  background-color: #0064b3;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center; }

.dd-teaser__content:after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: scale(0) rotate(45deg);
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px); }

.dd-teaser:not(.dd-teaser--big):focus .dd-teaser__content,
.dd-teaser:not(.dd-teaser--big):hover .dd-teaser__content {
  background: #04bbee; }

.dd-teaser__title {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  padding-right: 30px; }

.dd-teaser__meta {
  padding-bottom: 3px; }

.dd-teaser__link {
  position: absolute;
  right: 20px;
  bottom: 20px; }

.dd-teaser__text {
  max-width: 750px;
  margin-bottom: 0;
  padding-right: 35px; }

.dd-teaser--product .dd-teaser__content {
  position: relative;
  min-height: 100px; }

.dd-teaser--big .dd-teaser__content:after {
  display: none; }

.dd-teaser-line {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 50px; }

.dd-teaser-line__item {
  width: calc(33% - 15px); }

.dd-teaser-line__item:nth-child(4) {
  display: none; }

.dd-teaser-line__item .dd-feature {
  margin-bottom: 0;
  position: relative; }

.dd-teaser-line__item .dd-feature:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%; }

.dd-teaser-line__item .dd-feature .dd-feature__content,
.dd-teaser-line__item .dd-feature .dd-feature__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.dd-teaser-line__item .dd-feature .dd-feature__content .dd-feature__title,
.dd-teaser-line__item .dd-feature .dd-feature__image .dd-feature__title {
  margin-bottom: 0; }

.dd-teaser-line__item .dd-feature--textonly,
.dd-teaser-line__item .dd-feature__image {
  min-height: unset;
  height: auto; }

.dd-teaser-line__item button {
  display: none; }

.dd-contact {
  font-weight: 400;
  font-style: normal;
  font-size: 16px; }

.dd-contact-photo {
  margin-bottom: 1rem; }

.dd-contact-photo img {
  max-width: 100%;
  height: auto; }

.dd-contact-name {
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.5rem; }

.dd-contact-position {
  margin-bottom: 1.5rem; }

.dd-contact-phone {
  margin-bottom: 0.5rem; }

.dd-contact-phone svg {
  margin-top: 8px; }

.dd-contact-mail {
  margin-bottom: 2rem; }

.dd-contact-mail svg {
  padding-top: 3px; }

.dd-contact-mail svg,
.dd-contact-phone svg {
  width: 18px; }

.dd-contact .dd-contact-icon {
  padding-right: 0.5rem; }

.dd-contact-form {
  min-height: 450px; }

.dd-contact-form,
.dd-contact-form .row {
  position: relative; }

.dd-contact-form__wrapper {
  max-height: 3000px;
  height: auto;
  overflow: hidden;
  transition: all 0.3s ease-in-out; }

.dd-contact-form__close {
  width: 70px;
  height: 50px;
  position: absolute;
  top: -50px;
  background: #0064b3;
  text-align: center;
  left: calc(50% - 35px);
  padding-top: 5px;
  cursor: pointer; }

.dd-contact-form__close svg use {
  fill: #fff; }

.dd-contact-form__close:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-135deg);
  display: block;
  margin: auto;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 5px; }

.dd-contact-form__form {
  overflow: hidden;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  max-height: 0%;
  max-width: 0 !important; }

.dd-contact-form__contact {
  margin-left: 0 !important;
  transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  left: 0;
  top: 0;
  height: 100%;
  min-width: 100%; }

.dd-contact-form__contact img {
  float: left;
  margin-bottom: 100px;
  padding-right: 30px; }

.dd-contact-form__contact button {
  margin-top: 20px; }

.dd-contact-form.is-active .dd-contact-form__form {
  opacity: 1;
  max-height: 100%;
  max-width: 100% !important; }

.dd-contact-form.is-active .dd-contact-form__contact {
  min-width: auto;
  position: relative;
  left: 0; }

.dd-contact-form.is-active .dd-contact-form__contact img {
  float: none;
  margin-bottom: 0; }

.js-dd-contact-form {
  position: relative; }

.js-dd-contact-form.is-closed .dd-contact-form__wrapper {
  max-height: 0; }

.js-dd-contact-form.is-closed .dd-contact-form__close:after {
  transform: rotate(45deg);
  top: 0; }

.dd-section--primary .dd-contact-mail a,
.dd-section--primary .dd-contact-phone a {
  color: #fff; }

.dd-section--primary .dd-contact-mail svg use,
.dd-section--primary .dd-contact-phone svg use {
  fill: #fff; }

.dd-contact-flyout {
  z-index: 1029;
  top: 0;
  position: fixed;
  right: -520px;
  height: auto;
  min-height: 350px;
  width: 520px;
  padding: 25px 40px;
  background-color: #04bbee;
  color: #fff;
  transition: all 0.3s ease-in-out; }

.dd-contact-flyout.less-height {
  width: 50%;
  right: -50%; }

.dd-contact-flyout.less-height textarea {
  height: 100px; }

.dd-contact-flyout.less-height .dd-form__disclaimer {
  font-size: 14px; }

.dd-contact-flyout.is-active {
  right: 0; }

.dd-contact-flyout .dd-form .dd-form__submit {
  background-color: #0064b3; }

.dd-contact-flyout__trigger {
  background-color: #04bbee;
  width: 45px;
  height: 120px;
  position: absolute;
  left: -45px;
  top: calc(50vh - 60px);
  cursor: pointer; }

.dd-contact-flyout__trigger span {
  font-size: 16px;
  position: absolute;
  top: 39px;
  left: -17px;
  display: block;
  transform: rotate(-90deg);
  padding: 10px; }

.dd-contact-flyout__content-title {
  padding-bottom: 30px; }

.dd-contact-flyout__person {
  font-size: 0;
  margin-bottom: 40px; }

.dd-contact-flyout__person-left,
.dd-contact-flyout__person-right {
  display: inline-block;
  vertical-align: top; }

.dd-contact-flyout__person-left {
  width: 70%;
  font-size: 16px;
  color: #fff; }

.dd-contact-flyout__person-left span {
  display: block;
  margin-bottom: 17px; }

.dd-contact-flyout__person-left th {
  width: 30%; }

.dd-contact-flyout__person-right {
  width: 30%;
  text-align: right; }

.dd-form input,
.dd-form textarea {
  border-color: #a2aaad;
  border-radius: 0; }

.dd-section--gray-200 .dd-form input,
.dd-section--gray-200 .dd-form textarea,
.dd-section--gray-400 .dd-form input,
.dd-section--gray-400 .dd-form textarea,
.dd-section--gray-600 .dd-form input,
.dd-section--gray-600 .dd-form textarea,
.dd-section--gray-800 .dd-form input,
.dd-section--gray-800 .dd-form textarea,
.dd-section--gray .dd-form input,
.dd-section--gray .dd-form textarea,
.dd-section--primary .dd-form input,
.dd-section--primary .dd-form textarea,
.dd-section--secondary .dd-form input,
.dd-section--secondary .dd-form textarea {
  border-color: transparent; }

.dd-form-title {
  font-size: 28px;
  font-weight: 700;
  font-style: normal; }

.dd-form .form-group,
.dd-form .form-group.form-check,
.dd-form__disclaimer {
  margin-bottom: 1rem; }

.dd-form__input-upload-icon {
  display: inline-block;
  vertical-align: middle;
  padding-top: 3px; }

.dd-form__input-upload-icon svg use {
  fill: #fff; }

.dd-form__input-upload .form-group {
  display: inline-block; }

.dd-form__select {
  position: relative; }

.dd-form__select select {
  display: block;
  padding: 10px;
  -webkit-appearance: none;
  border: 2px solid transparent;
  border-radius: 0;
  height: auto; }

.dd-form__select select:focus {
  border-color: #04bbee;
  outline: none;
  color: #0064b3; }

.dd-form__select:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 20px;
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #04bbee;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: border-color 0.3s;
  pointer-events: none; }

.dd-form__submit {
  margin-bottom: 3rem; }

.dd-form input:required::placeholder,
.dd-form textarea:required::placeholder {
  color: #a2aaad; }

.dd-form input:required::placeholder:after,
.dd-form textarea:required::placeholder:after {
  content: "*";
  vertical-align: middle;
  font-size: 5px; }

.dd-form .invalid-feedback {
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #fff; }

.dd-card {
  display: block;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  margin-top: 15px; }

.align-items-stretch .dd-card {
  height: calc(100% - 30px); }

.dd-card--shadowless {
  box-shadow: none !important;
  min-height: auto; }

.dd-card:focus,
.dd-card:hover {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none; }

.dd-card__image {
  display: block;
  position: relative; }

.dd-card__image img {
  width: 100%;
  height: auto; }

.dd-card__content {
  padding: 20px; }

.dd-card--shadowless .dd-card__content {
  padding-left: 0;
  padding-right: 0; }

.dd-card__title {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  color: #0064b3;
  transition: all 0.3s ease-in-out; }

.dd-card--shadowless:focus .dd-card__title,
.dd-card--shadowless:hover .dd-card__title {
  color: #04bbee; }

.dd-card__text {
  color: #000;
  padding-bottom: 12px; }

.dd-card__link {
  font-weight: 500;
  font-style: normal; }

.dd-card__link:after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-top: 2px solid #0064b3;
  border-right: 2px solid #0064b3;
  transform: rotate(45deg); }

.dd-cards-press .slick-slider {
  position: relative;
  top: -15px; }

.dd-cards-press .slick-slide {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateX(50px); }

.dd-cards-press.is-active .slick-slide {
  animation: d 0.5s ease-in-out forwards; }

.dd-cards-press.is-active .slick-track .slick-slide:nth-child(2) {
  animation-delay: 0.1s; }

.dd-cards-press.is-active .slick-track .slick-slide:nth-child(3) {
  animation-delay: 0.15s; }

.dd-cards-press.is-active .slick-track .slick-slide:nth-child(4) {
  animation-delay: 0.2s; }

.dd-cards-press.is-active .slick-track .slick-slide:nth-child(5) {
  animation-delay: 0.25s; }

.dd-cards-press.is-active .slick-track .slick-slide:nth-child(6) {
  animation-delay: 0.3s; }

.dd-cards-press.is-active .slick-track .slick-slide:nth-child(7) {
  animation-delay: 0.35s; }

.dd-cards-press.is-active .slick-track .slick-slide:nth-child(8) {
  animation-delay: 0.4s; }

.dd-cards-press.is-active .slick-track .slick-slide:nth-child(9) {
  animation-delay: 0.45s; }

.dd-cards-press.is-active .slick-track .slick-slide:nth-child(10) {
  animation-delay: 0.5s; }

.dd-feature {
  display: block;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9); }

.dd-feature:hover:after {
  opacity: 0.3; }

.dd-feature:hover .dd-feature__gradient {
  opacity: 1; }

.dd-feature:hover .dd-feature__image {
  transform: scale(1); }

.dd-feature:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(3, 64, 103, 0.55);
  opacity: 0;
  z-index: 9;
  transition: all 0.4s ease-in-out; }

.dd-feature__image {
  width: 100%;
  height: 440px;
  background-size: cover;
  background-position: 50%;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  transform: scale(1.025); }

.dd-feature__content {
  padding: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  z-index: 10; }

.dd-feature__meta {
  padding-bottom: 6px; }

.dd-feature__meta ul,
.dd-feature__meta ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1; }

.dd-feature__meta li {
  display: inline-block; }

.dd-feature__meta li:after {
  content: "|";
  display: inline-block;
  padding-right: 5px;
  padding-left: 6px;
  position: relative; }

.dd-feature__meta li:last-child:after {
  content: ""; }

.dd-feature__title {
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 24px; }

.dd-feature--textonly {
  max-width: unset;
  min-height: 440px; }

.dd-feature--textonly:before {
  content: none; }

.dd-feature--textonly .dd-feature__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.dd-feature__gradient {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.6), transparent 60%);
  transition: all 0.3s ease-in-out; }

.dd-feature--keyfact-key {
  font-weight: 500;
  font-style: normal;
  font-size: calc(80px + 60 * ((100vw - 320px) / 660));
  line-height: inherit; }

.dd-feature--keyfact-key-wrapper {
  width: 80%; }

.dd-iconlist {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.dd-iconlist .row {
  margin-left: 0; }

.dd-iconlist__headline {
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  color: #0064b3;
  margin-bottom: 3rem; }

.dd-iconlist__item {
  padding-left: 0;
  margin-bottom: 3rem;
  display: flex; }

.dd-iconlist__item-icon-container {
  padding-left: 0; }

.dd-iconlist__icon {
  display: inline-block; }

.dd-iconlist__icon .icon {
  height: 50px;
  width: 50px; }

.dd-iconlist__icon .icon svg use {
  fill: #0064b3; }

.dd-iconlist__text {
  padding-left: 0.5rem; }

.dd-iconlist__text-title {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  color: #0064b3; }

.dd-imagezoom__image {
  position: relative; }

.dd-imagezoom__icon {
  display: block;
  z-index: 2;
  background: #0064b3;
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 27px;
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  cursor: pointer;
  opacity: 0.9;
  transition: all 0.3s; }

.dd-imagezoom__image:hover .dd-imagezoom__icon {
  opacity: 1; }

.dd-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease; }

.dd-slider.slick-initialized {
  visibility: visible;
  opacity: 1; }

.dd-slider.slick-slider.slick-dotted {
  margin-bottom: 0; }

.dd-slider .slick-track .slick-slide:nth-child(odd) * {
  color: #0064b3; }

.dd-slider .slick-dots {
  bottom: 40px; }

.dd-slider .slick-dots li {
  margin: 0;
  color: #a2aaad !important; }

.dd-slider .slick-dots li button:focus:before,
.dd-slider .slick-dots li button:hover:before {
  color: #04bbee; }

.dd-slider .slick-dots li.slick-active button:focus:before,
.dd-slider .slick-dots li.slick-active button:hover:before {
  color: #0064b3; }

.dd-cards-press .slick-dots li {
  margin: 0;
  color: #a2aaad !important; }

.dd-cards-press .slick-dots li.slick-active button:before {
  color: #0064b3; }

.dd-cards-press .slick-dots li button:before {
  color: #a2aaad; }

.dd-cards-press .slick-dots li button:focus:before,
.dd-cards-press .slick-dots li button:hover:before {
  color: #04bbee; }

.dd-cards-press .slick-dots li.slick-active button:focus:before,
.dd-cards-press .slick-dots li.slick-active button:hover:before {
  color: #0064b3; }

.dd-accordion {
  border: 2px solid #0064b3;
  border-right: none;
  border-left: none; }

.dd-accordion .panel {
  border-bottom: 1px solid #0064b3; }

.dd-accordion .panel:last-child {
  border-bottom: none; }

.dd-accordion .panel-heading {
  border-radius: 0; }

.dd-accordion .panel-title {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0; }

.dd-accordion .panel-title a {
  color: #0064b3;
  position: relative;
  transition: all 0.4s ease-in-out 0s;
  display: block;
  text-decoration: none;
  padding: 12px 0; }

.dd-accordion .panel-title a:hover {
  color: #04bbee; }

.dd-accordion .panel-title a.collapsed:before,
.dd-accordion .panel-title a:before {
  font-weight: 300;
  font-style: normal;
  content: "+";
  width: 25px;
  height: 30px;
  line-height: 25px;
  font-size: 30px;
  text-align: center;
  position: absolute;
  top: 8px;
  right: 0;
  transform: rotate(135deg);
  transition: all 0.3s ease 0s; }

.dd-accordion .panel-title a.collapsed:before {
  color: #0064b3;
  transform: rotate(0deg); }

.dd-table {
  font-weight: 400;
  font-style: normal;
  font-size: 16px; }

.dd-table a {
  font-weight: 500; }

.dd-table a:focus,
.dd-table a:hover {
  text-decoration: none; }

.dd-table .icon {
  width: 14px;
  position: relative;
  top: 2px; }

.dd-table td,
.dd-table th {
  border-color: #0064b3;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem; }

.dd-table td.danger,
.dd-table th.danger {
  background: #ffcbcb; }

.dd-table thead th {
  border-top: 2px solid #0064b3 !important;
  border-bottom: 2px solid #0064b3 !important;
  font-weight: 700;
  color: #0064b3;
  font-size: 16px; }

.dd-table thead th.col-10 {
  width: 10%; }

.dd-table thead th.col-25 {
  width: 25%; }

.dd-table thead th.col-33 {
  width: 33%; }

.dd-table thead th.col-50 {
  width: 50%; }

.dd-table thead th.col-66 {
  width: 66%; }

.dd-table thead th.col-75 {
  width: 75%; }

.dd-table thead th .icon__inner svg use,
.dd-table thead th .icon svg use {
  fill: #04bbee;
  stroke: #04bbee; }

.dd-table tbody {
  border-bottom: 2px solid #0064b3;
  border-top: 2px solid #0064b3; }

.dd-table tbody.no-border {
  border-bottom: none;
  border-top: none; }

.dd-table tbody tr:first-child td,
.dd-table tbody tr:first-child th {
  border-top: none; }

.dd-table.table-hover tbody tr:hover {
  transition: all 0.3s ease-in-out;
  background-color: #f1f1f1; }

.dd-table.row-decoration tr:nth-child(2n) {
  background: rgba(242, 242, 242, 0.5); }

.dd-tablefilter {
  padding: 20px; }

.dd-tablefilter .dd-tablefilter--viewmode .dd-icon-view {
  color: #fff; }

.dd-tablefilter .dd-tablefilter--viewmode .dd-icon-view .icon {
  height: 30px;
  width: 30px; }

.dd-tablefilter .dd-tablefilter--viewmode .dd-icon-view .icon svg use {
  fill: #fff; }

.dd-tablefilter .dd-tablefilter--viewmode ul {
  padding: 0;
  display: inline-flex;
  list-style: none; }

.dd-tablefilter .dd-tablefilter--viewmode li {
  margin-right: 1.5rem; }

.dd-tablefilter .dd-tablefilter--viewmode li a {
  display: flex;
  color: #fff; }

.dd-tablefilter .dd-tablefilter--viewmode li a .dd-icon-view {
  margin-right: 10px; }

.dd-tablefilter .dd-tablefilter--viewmode li a:hover {
  cursor: pointer;
  color: #04bbee;
  text-decoration: none; }

.dd-tablefilter .dd-tablefilter--viewmode li a:hover svg:hover use,
.dd-tablefilter .dd-tablefilter--viewmode li a:hover svg use {
  fill: #04bbee; }

.dd-tablefilter .form-control,
.dd-tablefilter input,
.dd-tablefilter select {
  border-radius: 0;
  transition: all 0.3s ease-in-out; }

.dd-tablefilter .form-control:focus,
.dd-tablefilter input:focus,
.dd-tablefilter select:focus {
  border: 2px solid #04bbee; }

.dd-tablefilter .form-control::placeholder,
.dd-tablefilter input::placeholder,
.dd-tablefilter select::placeholder {
  color: #a2aaad; }

.dd-tablefilter .dd-tablefilter-button-wrapper {
  text-align: right; }

.dd-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1022;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  height: 68px;
  min-width: 320px;
  transform: translateY(0);
  transition: all 0.4s ease-in-out; }

.dd-header--offscreen .dd-header,
.dd-jumpmarks--scrolling .dd-header {
  transform: translateY(-100%); }

.dd-header.search--open .dd-header__search-form {
  height: 240px; }

.dd-header.locale--open .dd-header__locale-form {
  height: 300px; }

.dd-header__left {
  padding-right: 20px;
  flex: 0 0 auto; }

.dd-header__right {
  padding-right: 0;
  flex: 0 0 auto; }

.dd-header__center {
  flex-grow: 2;
  flex: 2 2 auto; }

.dd-header__right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end; }

.dd-header__logo {
  padding: 0 14px 0 20px;
  transition: all 0.3s ease-in-out; }

.dd-header__logo svg {
  width: 80px;
  display: block; }

.dd-header__chapter {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  color: #0064b3;
  line-height: 34px;
  padding: 0 20px 0 16px;
  border-right: 1px solid #a2aaad;
  transition: all 0.3s ease-in-out;
  max-width: 500px; }

.dd-header__chapter a:active,
.dd-header__chapter a:focus,
.dd-header__chapter a:hover {
  color: #0064b3;
  text-decoration: none; }

.dd-header__search,
.js-dd-menu-is-open .dd-header__search {
  padding: 0 10px 0 16px; }

.dd-header__search-form {
  height: 0;
  width: 100%;
  background: #0064b3;
  position: relative;
  top: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 0;
  color: #fff; }

.dd-header__search-form h3 {
  display: inline;
  padding-right: 15px; }

.dd-header__search-form svg {
  display: inline; }

.dd-header__search-form svg use {
  fill: #fff; }

.dd-header__search-form form {
  padding-top: 15px;
  position: relative; }

.dd-header__search-form form input {
  color: #000;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  padding: 26px 15px;
  border: 4px solid #0064b3;
  transition: all 0.3s ease-in-out; }

.dd-header__search-form form input::placeholder {
  color: #a2aaad; }

.dd-header__search-form form input:focus {
  border: 4px solid #04bbee; }

.dd-header__search-form form button.search_button {
  position: absolute;
  right: 0;
  top: 19px;
  height: 52px;
  width: 52px;
  background: #04bbee;
  border: 0;
  transition: all 0.25s ease; }

.dd-header__search-form form button:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  position: relative;
  top: 0;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  left: -4px;
  transition: all 0.25s ease; }

.dd-header__search-form form button:hover:after {
  border-color: #0064b3; }

.dd-header__search-form__wrapper {
  padding: 35px 20px;
  max-width: 1000px;
  margin: auto; }

.dd-header__search-form__wrapper .icon.icon-search {
  width: 18px;
  height: 18px; }

.dd-header__search-form__title {
  padding-right: 6px; }

.dd-header__locale,
.js-dd-menu-is-open .dd-header__locale {
  padding: 0 12px 0 4px;
  max-width: 160px; }

.dd-header__mobile {
  padding: 0 20px;
  height: 68px; }

.dd-menu li,
.dd-menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.dd-menu__item.no-icon {
  padding-left: 23px; }

.dd-menu__link {
  display: inline-block;
  color: #000;
  font-weight: 400;
  font-style: normal;
  transition: all 0.3s; }

.dd-menu__link:focus,
.dd-menu__link:hover {
  color: #0064b3;
  text-decoration: none; }

.dd-menu__level {
  display: none; }

.dd-menu__level.is-visible {
  display: block; }

.dd-menu__mega .icon {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: auto;
  margin-top: 14px; }

.dd-menu__mega ul > .dd-menu__item .icon + .dd-menu__link,
.dd-menu__mega ul > .dd-menu__item > .dd-menu__link {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 40px);
  padding-left: 15px; }

.dd-menu__mega ul > .dd-menu__item .icon + .dd-menu__link {
  width: calc(100% - 45px); }

.dd-locale__trigger {
  color: #a2aaad;
  font-weight: 500;
  font-style: normal;
  font-size: 15px; }

.dd-locale__trigger:focus,
.dd-locale__trigger:hover {
  color: #0064b3;
  text-decoration: none; }

.dd-locale__close {
  position: absolute;
  top: 103px;
  right: 74px;
  z-index: 2;
  font-size: 0;
  line-height: 0;
  top: 35px;
  display: none; }

.dd-locale__close:after,
.dd-locale__close:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 38px;
  height: 38px;
  border: 0 solid #0064b3;
  border-top-width: 2px;
  transform: rotate(45deg);
  transition: border-color 0.3s; }

.dd-locale__close:after {
  border-top-width: 0;
  border-right-width: 2px;
  top: -16px; }

.dd-locale__close:focus:after,
.dd-locale__close:focus:before,
.dd-locale__close:hover:after,
.dd-locale__close:hover:before {
  border-color: #253746; }

.dd-locale__overlay.is-visible .dd-locale__close {
  display: block; }

.dd-locale__overlay {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  background: #f1f1f1;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  transition: height 0.3s ease-in-out, padding-top 0.3s ease-in-out; }

.dd-locale__overlay.is-visible {
  padding: 40px 0 60px;
  display: flex;
  overflow: auto;
  height: 410px; }

.dd-locale__overlay-text {
  color: #0064b3; }

.dd-search__trigger .icon {
  width: 15px;
  height: auto;
  position: relative;
  top: 2px; }

.dd-search__trigger .icon svg use {
  fill: #a2aaad; }

.dd-search__trigger:focus .icon svg use,
.dd-search__trigger:hover .icon svg use {
  fill: #0064b3; }

.dd-search__result-title {
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
  display: inline-block; }

.dd-search__result-content {
  margin-bottom: 32px;
  color: #000; }

.dd-search__result.is-filtered {
  display: none; }

.dd-search__overlay {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1021;
  overflow: auto;
  display: none; }

.dd-search__overlay.is-active {
  display: block; }

.dd-search__overlay-wrapper {
  background: #fff;
  color: #04bbee;
  padding: 40px;
  width: 80%;
  margin: 15% auto; }

.dd-search__overlay-close a.dd-search__overlay-close-trigger {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  opacity: 1;
  text-decoration: none;
  float: right;
  bottom: 20px;
  left: 20px; }

.dd-search__overlay-close a.dd-search__overlay-close-trigger:before {
  content: "";
  position: absolute;
  top: 14px;
  left: -10px;
  display: block;
  width: 36px;
  height: 36px;
  border: 0 solid #0064b3;
  border-top-width: 2px;
  transform: rotate(45deg); }

.dd-search__overlay-close a.dd-search__overlay-close-trigger:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  display: block;
  width: 36px;
  height: 36px;
  border: 0 solid #0064b3;
  border-top-width: 2px;
  transform: rotate(-45deg); }

.dd-search__overlay-close a.dd-search__overlay-close-trigger:hover:after,
.dd-search__overlay-close a.dd-search__overlay-close-trigger:hover:before {
  border-color: #04bbee; }

.dd-search__overlay-title {
  color: #0064b3;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 12px;
  font-size: 24px; }

.dd-search__overlay-title-icon .icon-search {
  width: 20px;
  height: 20px;
  top: 3px; }

.dd-search__overlay-searchbar {
  margin-bottom: 24px;
  max-width: 800px; }

.dd-search__overlay-searchbar form {
  padding-top: 15px;
  position: relative; }

.dd-search__overlay-searchbar form input {
  color: #000;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  padding: 18px 15px;
  height: 100%;
  border: 4px solid #04bbee;
  transition: all 0.3s ease-in-out; }

.dd-search__overlay-searchbar form input::placeholder {
  color: #a2aaad; }

.dd-search__overlay-searchbar form input:focus {
  border: 4px solid #04bbee; }

.dd-search__overlay-searchbar form button {
  position: absolute;
  right: 0;
  top: 19px;
  height: 60px;
  width: 60px;
  background: #04bbee;
  border: 0;
  transition: all 0.25s ease; }

.dd-search__overlay-searchbar form button:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  position: relative;
  top: 0;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  left: -4px;
  transition: all 0.25s ease; }

.dd-search__overlay-searchbar form button:hover:after {
  border-color: #0064b3; }

.dd-search__overlay-tags {
  margin-bottom: 32px; }

.dd-cookie-language {
  width: 100%;
  background: #a2aaad;
  position: fixed;
  bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1031; }

.dd-cookie,
.dd-language {
  padding: 30px 0;
  max-width: 1200px;
  margin: auto;
  width: 100%; }

.dd-cookie {
  border-bottom: 1px solid #f1f1f1; }

.dd-cookie__text h3,
.dd-cookie__text p {
  color: #fff;
  display: block; }

.dd-cookie__button-wrapper {
  width: 100%;
  position: relative;
  text-align: right; }

.dd-cookie__button-wrapper button,
.dd-cookie__button-wrapper p {
  display: inline-block;
  margin-left: 15px; }

.dd-language {
  font-size: 0; }

.dd-language__form {
  text-align: right;
  width: 40%; }

.dd-language__form,
.dd-language__form .dd-form__select,
.dd-language__form button {
  display: inline-block; }

.dd-language__form .dd-form__select {
  margin-right: 15px;
  width: calc(100% - 150px); }

.dd-language__form .dd-form__select select {
  width: 100%;
  display: inline-block;
  color: #4e575e;
  vertical-align: middle; }

.dd-language__text {
  display: inline-block;
  width: 60%; }

.dd-language__text span {
  position: relative;
  display: block;
  top: 5px;
  color: #fff;
  font-size: 16px; }

#hideme {
  right: 60px;
  top: 20px; }

.dd-social {
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }

.dd-social__icons {
  padding: 0;
  list-style: none; }

.dd-social__icon {
  display: inline-block;
  margin-right: 1.5rem;
  position: relative; }

.dd-box {
  display: flex;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  min-height: 400px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px; }

.align-items-stretch .dd-box {
  height: calc(100% - 30px); }

.dd-box--shadowless {
  box-shadow: none; }

.dd-box:focus,
.dd-box:hover {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none; }

.dd-box__image {
  display: block;
  position: relative; }

.dd-box__image img {
  width: auto; }

.dd-box__content {
  margin-bottom: 40px; }

.dd-box--shadowless .dd-box__content {
  padding-left: 0;
  padding-right: 0; }

.dd-box__title {
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  color: #0064b3;
  margin-bottom: 20px; }

.dd-box__text {
  color: #000;
  padding-bottom: 12px;
  margin-bottom: 30px; }

.dd-box__link {
  font-weight: 500;
  font-style: normal;
  position: relative; }

.dd-box__link .btn {
  position: absolute;
  right: 40px;
  bottom: 0; }

.dd-boxs-press .slick-slide {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateX(50px); }

.dd-boxs-press.is-active .slick-slide {
  animation: d 0.5s ease-in-out forwards; }

@keyframes d {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

.dd-boxs-press.is-active .slick-track .slick-slide:nth-child(2) {
  animation-delay: 0.1s; }

.dd-boxs-press.is-active .slick-track .slick-slide:nth-child(3) {
  animation-delay: 0.15s; }

.dd-boxs-press.is-active .slick-track .slick-slide:nth-child(4) {
  animation-delay: 0.2s; }

.dd-boxs-press.is-active .slick-track .slick-slide:nth-child(5) {
  animation-delay: 0.25s; }

.dd-boxs-press.is-active .slick-track .slick-slide:nth-child(6) {
  animation-delay: 0.3s; }

.dd-boxs-press.is-active .slick-track .slick-slide:nth-child(7) {
  animation-delay: 0.35s; }

.dd-boxs-press.is-active .slick-track .slick-slide:nth-child(8) {
  animation-delay: 0.4s; }

.dd-boxs-press.is-active .slick-track .slick-slide:nth-child(9) {
  animation-delay: 0.45s; }

.dd-boxs-press.is-active .slick-track .slick-slide:nth-child(10) {
  animation-delay: 0.5s; }

.dd-list {
  position: relative;
  list-style-type: none; }

.dd-list li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 6px; }

.dd-list li:before {
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  background: #0064b3;
  border-radius: 50%;
  position: absolute;
  left: -16px;
  top: 15px; }

.dd-icon-stage__banner {
  position: relative;
  min-height: 430px;
  max-width: 1200px;
  margin: auto;
  width: 100%; }

.dd-icon-stage__banner .dd-banner {
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease-in-out;
  height: 557px; }

.dd-icon-stage__banner .dd-banner.is-active {
  opacity: 1; }

.dd-icon-stage__icons {
  max-width: 1140px;
  width: 100%;
  margin: auto; }

.dd-icon-stage__icons-row {
  display: flex;
  cursor: pointer;
  padding-bottom: 10px;
  color: #000;
  transition: all 0.3s ease-in-out; }

.dd-icon-stage__icons-row p {
  padding-left: 20px; }

.dd-icon-stage__icons-row:focus,
.dd-icon-stage__icons-row:hover {
  text-decoration: none;
  color: #0064b3; }

.dd-icon-stage__icons-row.is-active {
  color: #0064b3;
  font-weight: 500;
  font-style: normal; }

.dd-icon-stage__icons-row span {
  width: 25px;
  height: auto; }

.dd-list-accordion__headline {
  color: #0064b3;
  padding-bottom: 12px; }

.dd-list-accordion__wrapper {
  border-top: 1px solid #000;
  padding-top: 20px; }

.dd-list-accordion__wrapper ul {
  list-style: none;
  font-size: 18px; }

.dd-list-accordion__wrapper ul li span:hover {
  cursor: pointer; }

.dd-list-accordion__wrapper ul li .icon {
  transform: rotate(-90deg);
  transition: all 0.3s ease-in-out;
  width: 15px; }

.dd-list-accordion__wrapper ul li.is-active .icon {
  transform: rotate(0deg); }

.dd-list-accordion__wrapper ul li.is-active ul {
  opacity: 1;
  height: 100%;
  max-height: 100%; }

.dd-list-accordion__wrapper ul li ul {
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease-in-out; }

.dd-list-accordion__wrapper ul li ul li:hover {
  cursor: auto; }

.dd-list-accordion__wrapper ul li ul li a:focus,
.dd-list-accordion__wrapper ul li ul li a:hover {
  color: #04bbee; }

.dd-list-accordion__wrapper ul li ul li.dd-list-accordion__toggle span .icon {
  transform: rotate(-90deg); }

.dd-list-accordion__wrapper ul li ul li.dd-list-accordion__toggle ul {
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease-in-out; }

.dd-list-accordion__wrapper ul li ul li.dd-list-accordion__toggle.is-active .icon {
  transform: rotate(0deg); }

.dd-list-accordion__wrapper ul li ul li.dd-list-accordion__toggle.is-active ul {
  opacity: 1;
  height: 100%;
  max-height: 100%; }

.dd-list-accordion__wrapper ul li a {
  text-decoration: none;
  color: #000; }

.dd-list-accordion__wrapper ul li a:focus,
.dd-list-accordion__wrapper ul li a:hover {
  color: #04bbee; }

.dd-locations__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.dd-locations__wrapper a {
  text-decoration: none; }

.dd-locations__headline {
  color: #0064b3;
  padding-bottom: 40px; }

.dd-locations__item {
  font-size: 18px;
  border-bottom: 1px solid #0064b3;
  padding: 20px 0;
  display: block;
  width: calc(50% - 12px); }

.dd-locations__item:first-child,
.dd-locations__item:nth-child(2) {
  border-top: 1px solid #0064b3; }

.dd-locations__item:hover {
  color: #04bbee; }

.dd-locations__text {
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 0;
  font-weight: 500;
  font-style: normal; }

.dd-locations .icon-location {
  width: 15px;
  height: 14px; }

.dd-testimonial-slider .slick-list {
  transition: all 0.4s ease-in-out; }

.dd-testimonial-slider__image {
  height: 440px;
  background-size: cover;
  background-position: 50%; }

.dd-testimonial-slider__content {
  background-color: #f1f1f1;
  position: relative;
  padding: 40px;
  display: flex;
  align-items: center; }

.dd-testimonial-slider blockquote {
  display: block;
  color: #0064b3;
  text-align: left;
  padding: 0 80 0 0; }

.dd-testimonial-slider .slick-dots {
  left: calc(50% + 30px);
  bottom: 30px;
  text-align: left;
  width: 40%;
  transition: all 0.3s ease-in-out; }

.dd-product-slider .slick-dots {
  position: absolute;
  bottom: 0; }

.dd-product-slider .slick-dots button:before,
.dd-product-slider .slick-dots li:before {
  color: #0064b3; }

.dd-product-slider .slick-dots .slick-active button:before,
.dd-product-slider .slick-dots .slick-active li:before {
  color: #04bbee; }

.dd-overlay__inner {
  height: 80vh;
  margin-top: 10vh;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 20px;
  max-width: 800px;
  display: none; }

.dd-overlay__inner--auto-height {
  height: auto; }

.pswp .dd-overlay__inner {
  display: block; }

.dd-content-menu {
  list-style: none;
  max-width: 360px;
  width: 100%;
  background: #f1f1f1;
  padding: 10px 0; }

.dd-content-menu li {
  list-style: none; }

.dd-content-menu li a {
  display: block;
  width: 100%;
  padding: 10px 20px;
  position: relative;
  color: #000; }

.dd-content-menu li a:after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 17px; }

.dd-content-menu li a:focus,
.dd-content-menu li a:hover {
  color: #0064b3;
  text-decoration: none; }

.dd-content-menu li a:focus:after,
.dd-content-menu li a:hover:after {
  border-color: #0064b3; }

.dd-service-menu {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1021; }

.dd-service-menu a {
  text-decoration: none; }

.dd-service-menu__title {
  color: #000; }

.dd-service-menu__item {
  background: #04bbee;
  display: block;
  height: 40px;
  min-width: 100px;
  margin-bottom: 10px;
  position: relative;
  right: calc(40px - 100%);
  transition: all 0.3s ease-in-out; }

.dd-service-menu__item:focus,
.dd-service-menu__item:hover {
  right: 0; }

.dd-service-menu__item--sticky {
  transform: rotate(-90deg);
  transform-origin: 0 100%;
  left: calc(100% + 10px);
  right: 0;
  padding-bottom: 50px;
  min-width: 0;
  width: auto;
  display: inline-block; }

.dd-service-menu__item--sticky:focus,
.dd-service-menu__item--sticky:hover {
  left: 100%; }

.dd-service-menu__item-icon {
  text-align: center;
  display: inline-block;
  padding: 10px 10px 10px 9px;
  width: 40px;
  height: 40px; }

.dd-service-menu__item-icon svg {
  width: 100%;
  max-width: 22px;
  max-height: 22px; }

.dd-service-menu__item-icon svg use {
  fill: #fff; }

.dd-service-menu__item-text {
  display: inline-block;
  padding: 8px 15px 0 0;
  height: 40px;
  vertical-align: top; }

.dd-service-menu__item-text span {
  font-size: 16px;
  color: #fff; }

.dd-service-menu__item--sticky .dd-service-menu__item-text {
  padding-left: 15px; }

.dd-service-menu__overlay {
  padding: 70px;
  height: auto; }

.dd-service-menu__overlay h3,
.dd-service-menu__overlay h4 {
  color: #0064b3; }

.dd-service-menu__overlay h4 {
  display: block;
  padding-bottom: 20px; }

.dd-service-menu__overlay a {
  display: block;
  padding-bottom: 10px; }

.dd-service-menu__overlay a:hover {
  text-decoration: none; }

.dd-service-menu__overlay a:hover span {
  color: #0064b3; }

.dd-service-menu__overlay .btn,
.dd-service-menu__overlay a.btn,
.dd-service-menu__overlay button {
  margin-top: 30px; }

.dd-service-menu__overlay .btn span,
.dd-service-menu__overlay a.btn span,
.dd-service-menu__overlay button span {
  margin-top: -5px; }

.dd-service-menu__overlay .btn:hover svg use,
.dd-service-menu__overlay a.btn:hover svg use,
.dd-service-menu__overlay button:hover svg use {
  fill: #fff; }

.dd-service-menu__overlay .row {
  padding-top: 30px; }

.dd-service-menu__overlay .icon {
  max-width: 22px;
  max-height: 22px;
  display: inline-block;
  padding-top: 8px;
  padding-right: 5px; }

.dd-service-menu__overlay > span {
  display: inline-block;
  color: #000; }

.dd-encrypted-text {
  font-size: 18px;
  line-height: 24px; }

.dd-encrypted-text ul {
  padding-left: 0;
  list-style: none; }

.dd-encrypted-text ul li {
  position: relative;
  width: 100%;
  margin-bottom: 20px; }

.dd-encrypted-text__button,
.dd-encrypted-text__meta {
  display: inline-block;
  vertical-align: middle; }

.dd-encrypted-text__meta {
  width: 100px; }

.dd-encrypted-text__button {
  min-width: 200px;
  font-size: 16px;
  text-align: left; }

.dd-encrypted-text__button svg use {
  fill: #fff; }

.dd-encrypted-text .icon {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  position: relative;
  top: 2px; }

@keyframes e {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.dd-threesixty {
  position: relative;
  background: #000; }

.dd-threesixty__icon {
  position: absolute;
  z-index: 999;
  bottom: 10px;
  left: 20px; }

.dd-threesixty__icon svg use {
  fill: #fff; }

.dd-threesixty__loading {
  text-align: center;
  animation-duration: 1s;
  animation-name: e;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  color: #0064b3; }

.dd-threesixty__images {
  list-style: none;
  margin: 0;
  padding: 0;
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.dd-threesixty__images:active {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.dd-threesixty__images li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 0; }

.dd-threesixty__images img {
  display: block;
  margin: 0 auto; }

.dd-threesixty__images img.previous-image {
  display: none; }

.dd-toplink {
  position: fixed;
  right: 0;
  bottom: 30px;
  height: 40px;
  width: 40px;
  padding-top: 17px;
  padding-left: 13px;
  background: #04bbee;
  transition: background;
  z-index: 1030;
  opacity: 0;
  display: block;
  transition: all 0.3s;
  pointer-events: none; }

.dd-toplink.is-active,
.dd-toplink.is-near-footer {
  opacity: 1;
  pointer-events: all; }

.dd-toplink:hover {
  background: #0064b3; }

.dd-toplink__icon:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(135deg); }

.dd-button-list,
.dd-button-list__item {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; }

.dd-button-list__item {
  margin-bottom: 10px; }

.dd-button-list__button,
.dd-button-list__label,
.dd-button-list__value {
  display: inline-block;
  vertical-align: middle; }

.dd-button-list__label {
  min-width: 100px; }

.dd-button-list__value {
  padding: 0.6rem 0.85rem; }

.dd-button-list__button .btn {
  min-width: 200px;
  text-align: left; }

.dd-contact-overview__headline {
  color: #0064b3;
  border-bottom: 1px solid #0064b3;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em; }

.dd-contact-overview__row {
  padding-top: 10px;
  padding-bottom: 5px; }

.dd-contact-overview__row:last-child {
  margin-bottom: 3rem; }

.dd-hotspot {
  width: auto;
  display: inline-block; }

.dd-hotspot,
.dd-hotspot__image {
  position: relative; }

.dd-hotspot__text {
  position: absolute;
  bottom: 25px;
  left: 40px;
  color: #fff;
  max-width: 560px; }

.dd-hotspot__text ul {
  display: none;
  border-top: 2px solid #0064b3;
  list-style: none;
  padding: 0; }

.dd-hotspot__text ul li {
  border-bottom: 1px solid #0064b3;
  color: #000;
  padding: 10px 0; }

.dd-hotspot__text ul li span {
  color: #0064b3; }

.dd-hotspot__text ul li:last-child {
  border-bottom: 2px solid #0064b3; }

.dd-hotspot__text h2 {
  font-size: 50px;
  line-height: 60px; }

.dd-hotspot__text p {
  font-size: 18px;
  line-height: 30px; }

.dd-hotspot__markers {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.dd-hotspot__marker {
  position: absolute; }

.dd-hotspot__marker p {
  background: #fff;
  padding: 15px;
  color: #0064b3;
  font-size: 18px;
  border: 2px solid #04bbee;
  transition: all 0.3s ease-in-out;
  position: relative;
  max-width: 400px;
  top: 17px;
  left: -15px;
  font-weight: 700;
  font-style: normal;
  display: none; }

.dd-hotspot__marker p:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: #fff;
  border-right: 2px solid #04bbee;
  border-top: 2px solid #04bbee;
  transform: rotate(-45deg);
  top: -9px;
  left: 28px; }

.dd-hotspot__marker span {
  background: #0064b3;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  position: relative;
  transition: all 0.3s ease-in-out;
  font-size: 0;
  cursor: pointer; }

.dd-hotspot__marker span:focus,
.dd-hotspot__marker span:hover {
  background: #04bbee; }

.dd-hotspot__marker span:after,
.dd-hotspot__marker span:before {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  top: calc(50% - 1px);
  left: calc(50% - 12px);
  transition: all 0.3s ease-in-out; }

.dd-hotspot__marker span:after {
  transform: rotate(90deg); }

.dd-hotspot__marker.is-active {
  z-index: 999; }

.dd-hotspot__marker.is-active p {
  display: block; }

.dd-hotspot__marker.is-active span {
  background: #04bbee; }

.dd-hotspot__marker.is-active span:after {
  transform: rotate(0deg); }

.dd-press-release__img {
  padding-left: 0;
  padding-right: 24px; }

.dd-press-release__title {
  color: #0064b3;
  margin-bottom: 16px; }

.dd-press-release__text {
  margin-bottom: 16px; }

.dd-press-release__link {
  color: #0064b3;
  font-weight: 500; }

.dd-press-release__link:focus,
.dd-press-release__link:hover {
  color: #04bbee;
  text-decoration: none; }

.dd-press-release__divider {
  margin-top: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #0064b3;
  width: 100%; }

.dd-media-slider-content .slick-dots,
.dd-media-slider .slick-dots {
  position: absolute;
  bottom: 0; }

.dd-media-slider-content .slick-dots li,
.dd-media-slider .slick-dots li {
  width: 10px; }

.dd-media-slider-content .slick-dots button:before,
.dd-media-slider-content .slick-dots li:before,
.dd-media-slider .slick-dots button:before,
.dd-media-slider .slick-dots li:before {
  color: #0064b3; }

.dd-media-slider-content .slick-dots .slick-active button:before,
.dd-media-slider-content .slick-dots .slick-active li:before,
.dd-media-slider .slick-dots .slick-active button:before,
.dd-media-slider .slick-dots .slick-active li:before {
  color: #04bbee; }

.dd-media-slider-content button.slick-arrow.slick-next,
.dd-media-slider-content button.slick-arrow.slick-prev,
.dd-media-slider button.slick-arrow.slick-next,
.dd-media-slider button.slick-arrow.slick-prev {
  height: 30px;
  width: 30px;
  top: 40%;
  z-index: 2; }

.dd-media-slider-content button.slick-arrow.slick-next:before,
.dd-media-slider-content button.slick-arrow.slick-prev:before,
.dd-media-slider button.slick-arrow.slick-next:before,
.dd-media-slider button.slick-arrow.slick-prev:before {
  content: "";
  display: block;
  border-right: 2px solid #0064b3;
  border-top: 2px solid #0064b3;
  height: 30px;
  width: 30px; }

.dd-media-slider-content button.slick-arrow.slick-prev,
.dd-media-slider button.slick-arrow.slick-prev {
  left: -35px;
  transform: rotate(-135deg); }

.dd-media-slider-content button.slick-arrow.slick-next,
.dd-media-slider button.slick-arrow.slick-next {
  right: -35px;
  transform: rotate(45deg); }

.dd-media-slide__stage {
  position: relative;
  margin-bottom: 24px; }

.dd-media-slide__stage:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%; }

.dd-media-slide__stage-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.dd-media-slide__stage-media iframe,
.dd-media-slide__stage-media img {
  width: 100%;
  height: 100%; }

.dd-media-slide__meta {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px; }

.dd-media-slide__headline,
.dd-media-slide__meta {
  color: #0064b3;
  margin-bottom: 12px; }

.dd-media-slide__text {
  margin-bottom: 30px; }

blockquote {
  padding: 10px 40px;
  text-align: center; }

blockquote p {
  font-weight: 300;
  font-style: italic;
  font-size: 1.375rem;
  line-height: 1.6; }

blockquote p:last-child {
  font-weight: 600;
  font-style: normal;
  font-size: 1rem; }

.dd-magazine .dd-box {
  min-height: auto;
  height: calc(100% - 30px); }

.bd {
  border: 2px solid red; }

.dd-preview-toggle {
  position: absolute;
  z-index: 1337;
  top: 0;
  right: 0; }

.hidden {
  display: none; }

@media (min-width: 26.25em) {
  html {
    margin: 0; }
  .dd-header__logo svg {
    width: 100px; }
  .dd-header__chapter {
    font-size: 18px; } }

@media (min-width: 36em) {
  html {
    margin: 0; }
  .modal-sm {
    max-width: 300px; }
  .modal-dialog {
    margin: 1.75rem auto; } }

@media (min-width: 48em) {
  html {
    margin: 0; }
  .dd-section--padding {
    padding-top: 40px;
    padding-bottom: 40px; }
  .dd-section--padding-top {
    padding-top: 40px; }
  .dd-section--padding-bottom {
    padding-bottom: 40px; }
  .dd-section--padding-small {
    padding-top: 40px;
    padding-bottom: 40px; }
  .dd-section--padding-small-top {
    padding-top: 40px; }
  .dd-section--padding-small-bottom {
    padding-bottom: 40px; }
  .dd-section--margin {
    margin-top: 40px;
    margin-bottom: 40px; }
  .dd-section--margin-top {
    margin-top: 40px; }
  .dd-section--margin-bottom {
    margin-bottom: 40px; }
  .dd-section--margin-small {
    margin-top: 40px;
    margin-bottom: 40px; }
  .dd-section--margin-small-top {
    margin-top: 40px; }
  .dd-section--margin-small-bottom {
    margin-bottom: 40px; }
  .dd-hero {
    height: 632px; }
  .dd-hero__content {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 560px;
    padding: 80px; }
  .dd-banner__left {
    padding-top: 34%; }
  .dd-iconlist__text {
    padding-left: 0; }
  .dd-media-slide__text {
    margin-bottom: 60px; } }

@media (min-width: 62em) {
  html {
    margin: 0; }
  .dd-product-slide__content {
    position: absolute;
    left: 20px;
    bottom: 25px;
    width: 500px; }
  .dd-jumpmarks {
    overflow: auto; }
  .dd-product-slider .slick-dots {
    bottom: 30px; } }

@media (min-width: 75em) {
  html {
    margin: 0; } }

@media (min-width: 87.5em) {
  html {
    margin: 0; }
  .dd-teaser-line__item {
    width: calc(25% - 15px); }
  .dd-teaser-line__item:nth-child(4) {
    display: block; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .form-inline label {
    justify-content: center; }
  .form-inline .form-group,
  .form-inline label {
    display: flex;
    align-items: center;
    margin-bottom: 0; }
  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-plaintext {
    display: inline-block; }
  .form-inline .custom-select,
  .form-inline .input-group {
    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; }
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; }
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row; }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-sm .navbar-toggler {
    display: none; }
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; }
  .card-group {
    flex-flow: row wrap; }
  .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-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0; }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    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-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0; }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0; }
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
  .card-columns .card {
    display: inline-block;
    width: 100%; }
  .jumbotron {
    padding: 4rem 2rem; }
  .list-group-horizontal-sm {
    flex-direction: row; }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
  .list-group-horizontal-sm .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-sm .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; }
  .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; }
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; }
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; }
  .dd-header__chapter {
    font-size: calc(18px + 0.1vw); } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; }
  .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; }
  .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; }
  .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; }
  .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; }
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .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.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !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.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !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; }
  .dd-icon-links__right {
    text-align: right; }
  .dd-social {
    flex-direction: row;
    align-items: unset; }
  .dd-social__icons {
    padding-left: 25px; }
  .dd-social__icons:first-child {
    padding-left: 0; }
  .dd-social__icon:last-child:after {
    content: "";
    width: 0;
    position: absolute;
    border-right: 1px solid #0064b3;
    top: 5px;
    bottom: 10px;
    right: -25px; }
  .dd-social__icons:last-child .dd-social__icon:last-child:after {
    content: none; }
  blockquote {
    padding: 0 80px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; }
  .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; }
  .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; }
  .modal-lg,
  .modal-xl {
    max-width: 800px; }
  .modal-fullwidth {
    max-width: 95%; }
  .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; }
  .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; }
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .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.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !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.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !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; }
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; }
  .dd-header__right {
    padding-right: 10px; }
  .dd-header__search,
  .js-dd-menu-is-open .dd-header__search {
    padding-left: 20px; }
  .dd-header__locale,
  .js-dd-menu-is-open .dd-header__locale {
    padding-right: 20px;
    padding-left: 10px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; }
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; }
  .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; }
  .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; }
  .modal-xl {
    max-width: 1140px; }
  .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; }
  .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-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .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.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !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.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !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-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; }
  .dd-header__logo {
    padding-right: 20px; }
  .dd-header__logo svg {
    width: 120px; } }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-sm > .table-bordered {
    border: 0; }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .cc_main_body {
    top: 68px; }
  .productListFilterContainer {
    transition: 0.5s;
    overflow: hidden;
    width: 0px; }
  .productListFilterContainer.active {
    display: block;
    width: 80vw !important; }
  .roe_callback_cancel {
    position: absolute;
    top: 1%;
    right: 10vw !important; } }

@media (max-width: 767.98px) {
  .fa-search {
    display: none; }
  .dd-header__search-form form input {
    border-right-width: 0px; }
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-md > .table-bordered {
    border: 0; }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .cc_main_body {
    /* padding-top: 0px !important; */ }
  .roe_SP_ProductConfigurator .roe_productinfo_title {
    margin-top: 0px !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px; }
  .productListFilterContainer {
    transition: 0.5s;
    overflow: hidden;
    width: 0px;
    height: 100px; }
  .productListFilterContainer.active {
    display: block;
    height: auto;
    width: 80vw !important; }
  .dd-header__search-form form button.search_button {
    position: static;
    right: auto;
    top: 0;
    height: 52px;
    width: 52px;
    background: #04bbee;
    border: 0;
    transition: all 0.25s ease; }
  .roe_callback_cancel {
    position: absolute;
    top: 1%;
    right: 10vw; }
  .icon.icon--submenu {
    display: none; } }

@media (max-width: 991.98px) {
  .fa-search {
    display: none; }
  .dd-header__search-form form input {
    border-right-width: 0px; }
  .input-group {
    width: 100%; }
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-lg > .table-bordered {
    border: 0; }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .dd-icon-links .dd-icon-link {
    display: flex;
    margin: 0; }
  .dd-table > thead > tr > th {
    font-size: 14px; }
  .cc_main_body {
    /* padding-top: 0px !important; */ }
  .roe_SP_ProductConfigurator .roe_productinfo_title {
    margin-top: 0px !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px; }
  .productListFilterContainer {
    transition: 0.5s;
    overflow: hidden;
    width: 0px;
    height: 100px; }
  .productListFilterContainer.active {
    display: block;
    height: auto;
    width: 90vw !important; }
  .roe_product_filter {
    background-color: #e6e6e6;
    padding: 20px;
    width: 80vw;
    height: 100px; }
  .dd-header__search-form form button.search_button {
    position: static;
    right: auto;
    top: 0;
    height: 52px;
    width: 52px;
    background: #04bbee;
    border: 0;
    transition: all 0.25s ease; }
  .roe_callback_cancel {
    position: absolute;
    top: 1%;
    right: 5vw; }
  .icon.icon--submenu {
    display: none; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-xl > .table-bordered {
    border: 0; }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .dd-header__left {
    padding-right: 0; }
  .cc_main_body {
    /* padding-top: 0px !important; */ }
  .roe_SP_ProductConfigurator .roe_productinfo_title {
    margin-top: 0px !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px; }
  .productListFilterContainer {
    transition: 0.5s;
    overflow: hidden;
    width: 0px; }
  .productListFilterContainer.active {
    display: block;
    width: 90vw !important; }
  .fa-search {
    display: none; }
  .dd-header__search-form form input {
    border-right-width: 0px; }
  .dd-header__search-form form button.search_button {
    position: static;
    right: auto;
    top: 0;
    height: 52px;
    width: 52px;
    background: #04bbee;
    border: 0;
    transition: all 0.25s ease; }
  .cc_input-group {
    width: 100%; } }

@media (prefers-reduced-motion: reduce) {
  .btn,
  .collapsing,
  .custom-switch .custom-control-label:after,
  .fade,
  .form-control {
    transition: none; }
  .custom-range::-webkit-slider-thumb {
    transition: none; }
  .custom-range::-moz-range-thumb {
    transition: none; }
  .custom-range::-ms-thumb {
    transition: none; }
  .badge,
  .custom-control-label:before,
  .custom-file-label,
  .custom-select,
  .progress-bar {
    transition: none; }
  .progress-bar-animated {
    animation: none; }
  .carousel-control-next,
  .carousel-control-prev,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right,
  .carousel-indicators li,
  .carousel-item,
  .modal.fade .modal-dialog {
    transition: none; } }

@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; }
  *,
  :after,
  :before {
    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; }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  .container,
  body {
    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 td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; }
  .dd-cards-press .slick-slide {
    opacity: 1 !important;
    transform: translateX(0) !important; } }

@media (max-width: 61.99em) {
  blockquote {
    font-size: 24px;
    line-height: 30px; }
  .dd-teaser-line__item {
    width: calc(50% - 15px); }
  .dd-teaser-line__item:nth-child(3) {
    display: none; }
  .dd-locations__item {
    width: 100%; }
  .dd-locations__item:nth-child(2) {
    border-top: none; }
  .dd-job-contact__column {
    word-break: break-all; } }

@media (max-width: 47.99em) {
  .dd-hero__title {
    font-size: 28px;
    padding-right: 40px; }
  .dd-hero__text {
    font-size: 18px; }
  .dd-jumpmarks {
    height: 68px; }
  .dd-jumpmarks__mobile {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px; }
  .dd-jumpmarks__desktop {
    display: none; }
  .dd-footer__menu ul {
    flex-direction: column; }
  .dd-footer__menu ul li {
    margin-bottom: 8px; }
  .dd-teaser-line__item .dd-feature .dd-feature__content .dd-feature__meta,
  .dd-teaser-line__item .dd-feature .dd-feature__image .dd-feature__meta {
    display: none; }
  .dd-slider .slick-dots {
    bottom: 20px; }
  .dd-language__form {
    display: block;
    width: 80%;
    text-align: left; }
  .dd-language__text {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
  .dd-box__image img {
    max-height: 170px;
    width: auto; }
  .dd-box__content {
    margin-bottom: 0;
    padding-top: 20px; }
  .dd-box__title {
    margin-bottom: 10px; }
  .dd-box__link {
    margin-left: 15px; }
  .dd-box__link .btn {
    position: relative;
    right: auto;
    margin: auto; }
  .dd-box__app .dd-box__image img {
    padding: 0; }
  .dd-icon-stage__banner {
    display: none; }
  .dd-icon-stage__icons {
    margin-top: 50px; }
  .dd-testimonial-slider__content {
    padding-bottom: 60px;
    text-align: center; }
  .dd-testimonial-slider .slick-dots {
    text-align: center;
    left: 0;
    width: 100%;
    bottom: 50px;
    position: relative; }
  .dd-hotspot__text {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 20px; }
  .dd-hotspot__text ul {
    display: block; }
  .dd-hotspot__text h2 {
    color: #0064b3;
    font-size: 38px;
    line-height: 46px;
    padding-bottom: 20px; }
  .dd-hotspot__text p {
    color: #000;
    padding-bottom: 20px; }
  .dd-hotspot__marker {
    pointer-events: none; }
  .dd-hotspot__marker span {
    width: 35px;
    height: 35px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    padding-top: 3px; }
  .dd-hotspot__marker span:after,
  .dd-hotspot__marker span:before {
    display: none; }
  .dd-media-slider-content button.slick-arrow.slick-next,
  .dd-media-slider-content button.slick-arrow.slick-prev,
  .dd-media-slider button.slick-arrow.slick-next,
  .dd-media-slider button.slick-arrow.slick-prev {
    top: 38%;
    width: 20px;
    height: 20px; }
  .dd-media-slider-content button.slick-arrow.slick-next:before,
  .dd-media-slider-content button.slick-arrow.slick-prev:before,
  .dd-media-slider button.slick-arrow.slick-next:before,
  .dd-media-slider button.slick-arrow.slick-prev:before {
    width: 20px;
    height: 20px; }
  .dd-media-slider-content button.slick-arrow.slick-prev,
  .dd-media-slider button.slick-arrow.slick-prev {
    left: 15px; }
  .dd-media-slider-content button.slick-arrow.slick-next,
  .dd-media-slider button.slick-arrow.slick-next {
    right: 15px; } }

@media (max-width: 74.99em) {
  .dd-footer__menu ul {
    justify-content: flex-start; }
  .dd-teaser-line__item .dd-feature .dd-feature__content .dd-feature__title,
  .dd-teaser-line__item .dd-feature .dd-feature__image .dd-feature__title {
    font-size: calc(16px + 0.6vw); }
  .dd-press-release__img {
    margin-bottom: 24px;
    padding-right: 15px;
    padding-left: 15px; }
  .dd-press-release__divider {
    margin-left: 15px;
    margin-right: 15px; } }

@media (max-width: 35.99em) {
  .dd-teaser-line__item {
    width: 100% !important; }
  .dd-teaser-line__item:nth-child(2) {
    display: none; }
  .dd-teaser-line__item .dd-feature .dd-feature__content .dd-feature__meta,
  .dd-teaser-line__item .dd-feature .dd-feature__image .dd-feature__meta {
    display: block; }
  .dd-service-menu__overlay {
    padding: 30px; }
  .dd-service-menu__overlay h4 {
    margin-top: 30px;
    padding-bottom: 0; }
  .dd-toplink {
    display: none; } }

@media (max-width: 20em) {
  .dd-feature--keyfact-key {
    font-size: 80px; } }

@media (min-width: 61.25em) {
  .dd-feature--keyfact-key {
    font-size: 140px; } }

@media (max-width: 63.9375em) {
  .dd-header.locale--open .dd-header__locale-form,
  .dd-header.search--open .dd-header__search-form {
    height: calc(100vh - 68px); }
  .dd-header__chapter {
    line-height: 68px; }
  .dd-header__locale,
  .dd-header__search {
    max-width: 0;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    transition: all 0.3s ease-in-out; }
  .js-dd-menu-is-open .dd-header__locale,
  .js-dd-menu-is-open .dd-header__search {
    max-width: 160px; }
  .js-dd-locale-is-open .dd-menu {
    display: none; }
  body.js-dd-menu-is-open {
    overflow: hidden; }
  .dd-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    overflow: scroll;
    height: calc(100vh - 68px);
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.2); }
  body.js-dd-menu-is-open .dd-menu {
    transform: translateX(0); }
  .dd-menu .container,
  .dd-menu .container-fluid {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .dd-menu .container-fluid .row,
  .dd-menu .container .row {
    display: block;
    width: 100%;
    margin: 0; }
  .dd-menu .container-fluid .col-3,
  .dd-menu .container .col-3 {
    flex: 0 0 100%;
    padding: 0;
    max-width: 100%; }
  .dd-menu.is-open .dd-menu__close,
  .dd-menu__close {
    display: none; }
  .dd-menu__mobile-trigger {
    position: relative;
    top: 30px;
    right: 0;
    display: block;
    width: 20px;
    border-top: 2px solid #0064b3;
    opacity: 1;
    transition: top 0.3s ease-in-out;
    text-decoration: none;
    cursor: pointer; }
  .dd-menu__mobile-trigger:focus,
  .dd-menu__mobile-trigger:hover {
    text-decoration: none; }
  .dd-menu__mobile-trigger:after,
  .dd-menu__mobile-trigger:before {
    content: "";
    position: absolute;
    top: -9px;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
    border: 0 solid #0064b3;
    border-top-width: 2px;
    transition: all 0.3s ease-in-out; }
  .dd-menu__mobile-trigger:after {
    top: -12px;
    border-top-width: 0;
    border-right-width: 2px;
    transform: rotate(90deg); }
  .js-dd-menu-is-open .dd-menu__mobile-trigger {
    border-width: 0;
    top: 18px;
    right: 5px; }
  .js-dd-menu-is-open .dd-menu__mobile-trigger:after,
  .js-dd-menu-is-open .dd-menu__mobile-trigger:before {
    width: 28px;
    height: 28px;
    top: 10px;
    transform: rotate(45deg); }
  .js-dd-menu-is-open .dd-menu__mobile-trigger:after {
    top: -9px; }
  .dd-menu__mega-col {
    position: static; }
  .dd-menu__mega-col + .dd-menu__mega-col > ul > .dd-menu__item:first-child {
    display: none; }
  .dd-menu__item {
    display: block;
    border-bottom: 1px solid #a2aaad;
    flex: 0 0 100%;
    padding: 0;
    max-width: 100%; }
  .dd-menu__item:focus,
  .dd-menu__item:hover {
    background-color: rgba(242, 242, 242, 0.6); }
  .dd-menu__item.no-icon {
    padding-left: 43px; }
  .dd-menu__item.has-children > .dd-menu__link {
    position: relative;
    padding-right: 5px; }
  .dd-menu__item.has-children > .dd-menu__link:after {
    content: "";
    position: absolute;
    top: 24px;
    right: 20px;
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    transition: border-color 0.3s;
    font-size: 0;
    line-height: 0; }
  .dd-menu__item.has-children > .dd-menu__link:focus:after,
  .dd-menu__item.has-children > .dd-menu__link:hover:after {
    border-color: #0064b3; }
  .dd-menu__backlink,
  .dd-menu__link {
    display: block;
    padding: 16px 20px;
    color: #000; }
  .dd-menu__backlink:focus,
  .dd-menu__backlink:hover,
  .dd-menu__link:focus,
  .dd-menu__link:hover {
    color: #0064b3;
    text-decoration: none; }
  .dd-menu__backlink {
    position: relative;
    padding-left: 48px; }
  .dd-menu__backlink:before {
    content: "";
    position: absolute;
    top: 22px;
    left: 24px;
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-left: none;
    border-bottom: none;
    transform: rotate(-135deg);
    transition: border-color 0.3s;
    font-size: 0;
    line-height: 0; }
  .dd-menu__level--1 {
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out; }
  .dd-menu[data-menulevelactive="1"] .dd-menu__level--1 {
    transform: translateX(-100%); }
  .dd-menu[data-menulevelactive="2"] .dd-menu__level--1 {
    transform: translateX(-200%); }
  .dd-menu[data-menulevelactive="3"] .dd-menu__level--1 {
    transform: translateX(-300%); }
  .dd-menu[data-menulevelactive="4"] .dd-menu__level--1 {
    transform: translateX(-400%); }
  .dd-menu[data-menulevelactive="5"] .dd-menu__level--1 {
    transform: translateX(-500%); }
  .dd-menu[data-menulevelactive="6"] .dd-menu__level--1 {
    transform: translateX(-600%); }
  .dd-menu[data-menulevelactive="7"] .dd-menu__level--1 {
    transform: translateX(-700%); }
  .dd-menu__level--1 .dd-menu__level {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    transform: translateX(100%); }
  .dd-menu__mega .icon {
    margin-top: 19px;
    margin-left: 20px; }
  .dd-menu__mega ul > .dd-menu__item > .dd-menu__link {
    width: calc(100% - 45px); }
  .dd-menu__mega ul > .dd-menu__item.no-icon > .dd-menu__link {
    width: 100%; }
  .dd-locale__trigger {
    font-size: 20px; }
  .dd-locale__close {
    display: none !important; }
  .dd-locale__overlay.is-visible {
    height: calc(100vh - 68px); }
  .dd-search__trigger .icon {
    width: 20px; } }

@media (max-width: 26.24em) {
  .dd-header__logo {
    position: absolute;
    top: 9px; }
  .js-dd-menu-is-open .dd-header__chapter {
    font-size: 0;
    max-width: 0; }
  .dd-language__form {
    width: 100%; } }

@media (min-width: 63.9375em) {
  .dd-header__mobile {
    display: none; } }

@media (min-width: 64em) {
  .dd-menu {
    max-width: 960px;
    margin: 0 auto; }
  .dd-menu__close {
    position: absolute;
    top: 103px;
    right: 74px;
    z-index: 2;
    font-size: 0;
    line-height: 0;
    display: none; }
  .dd-menu__close:after,
  .dd-menu__close:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 38px;
    height: 38px;
    border: 0 solid #0064b3;
    border-top-width: 2px;
    transform: rotate(45deg);
    transition: border-color 0.3s; }
  .roe-menu-row .dd-menu__close:after,
  .dd-menu__close:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
    width: 38px;
    height: 38px;
    border: 0 solid #0064b3;
    border-top-width: 2px;
    transform: rotate(45deg);
    transition: border-color 0.3s; }
  .dd-menu__close:after {
    border-top-width: 0;
    border-right-width: 2px;
    top: -16px; }
  .roe-menu-row .dd-menu__close:after {
    border-top-width: 0;
    border-right-width: 2px;
    top: -5px; }
  .dd-menu__close:focus:after,
  .dd-menu__close:focus:before,
  .dd-menu__close:hover:after,
  .dd-menu__close:hover:before {
    border-color: #253746; }
  .dd-menu.is-open .dd-menu__close {
    display: block; }
  .dd-menu .dd-menu__backlink {
    position: relative;
    display: block;
    padding: 12px 0 0 40px;
    color: transparent; }
  .dd-menu .dd-menu__backlink:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 10px;
    height: 10px;
    border: 2px solid #253746;
    border-top: none;
    border-right: none;
    transform: rotate(45deg);
    transition: border-color 0.3s; }
  .dd-menu .dd-menu__backlink:focus,
  .dd-menu .dd-menu__backlink:hover {
    border-color: #0064b3; }
  .dd-menu__level--1 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
  .dd-menu__level--1 > .dd-menu__item > .dd-menu__link {
    position: relative;
    font-size: calc(14px + 0.09vw);
    line-height: 68px;
    white-space: nowrap; }
  .dd-menu__level--1 > .dd-menu__item > .dd-menu__link:focus,
  .dd-menu__level--1 > .dd-menu__item > .dd-menu__link:hover {
    color: #0064b3; }
  .dd-menu__level--1 > .dd-menu__item > .dd-menu__link:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    background-color: #0064b3;
    transition: height 0.3s ease-in-out; }
  .dd-menu__level--1 > .dd-menu__item > .dd-menu__link:focus:after,
  .dd-menu__level--1 > .dd-menu__item > .dd-menu__link:hover:after {
    height: 6px; }
  .dd-menu__level--1 > .dd-menu__item.is-active > .dd-menu__link {
    color: #0064b3; }
  .dd-menu__level--2 {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 24px 0 36px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), inset 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    max-height: calc(100vh - 68px);
    overflow: auto; }
  .dd-menu__level--2 > .container {
    max-width: 960px; }
  .dd-menu__level--2 .dd-menu__item {
    min-height: 75px; }
  .dd-menu__level--2 .dd-menu__item:first-child {
    display: none; }
  .dd-menu__level--2 .dd-menu__item.has-children > .dd-menu__link {
    position: relative;
    padding-right: 10px; }
  .dd-menu__level--2 .dd-menu__item.has-children > .dd-menu__link:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    transition: border-color 0.3s;
    font-size: 0;
    line-height: 0; }
  .dd-menu__level--2 .dd-menu__item.has-children > .dd-menu__link:focus:after,
  .dd-menu__level--2 .dd-menu__item.has-children > .dd-menu__link:hover:after {
    border-color: #0064b3; }
  .dd-menu__level--2 ul > .dd-menu__item > .dd-menu__link {
    display: block;
    padding: 12px 0;
    padding-bottom: 0; }
  .dd-menu__level--2 ul > .dd-menu__item.is-active > .dd-menu__link {
    color: #0064b3; }
  .dd-menu__level--2 .dd-menu__mega-col {
    overflow: hidden;
    min-height: 0; }
  .dd-menu__level--2 .dd-menu__mega-col > ul {
    transition: all 0.3s; }
  .dd-menu[data-menulevelactive="2"] .dd-menu__level--2 .dd-menu__mega-col.is-moved > ul {
    transform: translateX(-101%); }
  .dd-menu[data-menulevelactive="3"] .dd-menu__level--2 .dd-menu__mega-col.is-moved > ul {
    transform: translateX(-202%); }
  .dd-menu[data-menulevelactive="4"] .dd-menu__level--2 .dd-menu__mega-col.is-moved > ul {
    transform: translateX(-303%); }
  .dd-menu[data-menulevelactive="5"] .dd-menu__level--2 .dd-menu__mega-col.is-moved > ul {
    transform: translateX(-404%); }
  .dd-menu[data-menulevelactive="6"] .dd-menu__level--2 .dd-menu__mega-col.is-moved > ul {
    transform: translateX(-505%); }
  .dd-menu[data-menulevelactive="7"] .dd-menu__level--2 .dd-menu__mega-col.is-moved > ul {
    transform: translateX(-606%); }
  .dd-menu__level--2 .dd-menu__mega ul > .dd-menu__item > .dd-menu__link {
    display: inline-block;
    padding-left: 15px; }
  .dd-menu__level--3,
  .dd-menu__level--4,
  .dd-menu__level--5,
  .dd-menu__level--6 {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: #fff;
    padding: 12px 0;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out; }
  .dd-menu__level--3 .dd-menu__item,
  .dd-menu__level--4 .dd-menu__item,
  .dd-menu__level--5 .dd-menu__item,
  .dd-menu__level--6 .dd-menu__item {
    min-height: auto;
    margin-bottom: 5px; }
  .dd-menu__level--3 .dd-menu__item:first-child,
  .dd-menu__level--4 .dd-menu__item:first-child,
  .dd-menu__level--5 .dd-menu__item:first-child,
  .dd-menu__level--6 .dd-menu__item:first-child {
    display: block; }
  .dd-menu__level--3:after,
  .dd-menu__level--4:after,
  .dd-menu__level--5:after,
  .dd-menu__level--6:after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    bottom: 15px;
    width: 1px;
    background-color: #0064b3;
    display: none; }
  .dd-menu__level--3 .dd-menu__item:nth-child(2) .dd-menu__link,
  .dd-menu__level--4 .dd-menu__item:nth-child(2) .dd-menu__link,
  .dd-menu__level--5 .dd-menu__item:nth-child(2) .dd-menu__link,
  .dd-menu__level--6 .dd-menu__item:nth-child(2) .dd-menu__link {
    color: #0064b3;
    font-weight: 500;
    font-style: normal; }
  .dd-menu__level--3 .dd-menu__item:nth-child(2) .dd-menu__link:focus,
  .dd-menu__level--3 .dd-menu__item:nth-child(2) .dd-menu__link:hover,
  .dd-menu__level--4 .dd-menu__item:nth-child(2) .dd-menu__link:focus,
  .dd-menu__level--4 .dd-menu__item:nth-child(2) .dd-menu__link:hover,
  .dd-menu__level--5 .dd-menu__item:nth-child(2) .dd-menu__link:focus,
  .dd-menu__level--5 .dd-menu__item:nth-child(2) .dd-menu__link:hover,
  .dd-menu__level--6 .dd-menu__item:nth-child(2) .dd-menu__link:focus,
  .dd-menu__level--6 .dd-menu__item:nth-child(2) .dd-menu__link:hover {
    color: #4e575e; }
  .dd-menu[data-menulevelactive="1"] .dd-menu__level--2:after,
  .dd-menu[data-menulevelactive="2"] .dd-menu__level--3:after,
  .dd-menu[data-menulevelactive="3"] .dd-menu__level--4:after,
  .dd-menu[data-menulevelactive="4"] .dd-menu__level--5:after,
  .dd-menu[data-menulevelactive="5"] .dd-menu__level--6:after {
    display: block; } }

@media (min-width: 64em) and (min-width: 1200px) {
  .dd-menu__level--1 > .dd-menu__item.has-children > .dd-menu__link {
    padding-right: 15px; }
  .dd-menu__level--1 > .dd-menu__item.has-children > .dd-menu__link:before {
    content: "";
    position: absolute;
    top: 28px;
    display: inline-block;
    border: solid #a2aaad;
    border-width: 0 2px 2px 0;
    padding: 3px;
    vertical-align: middle;
    right: -2px;
    transform: rotate(45deg);
    transition: all 0.3s; }
  .dd-menu__level--1 > .dd-menu__item.has-children > .dd-menu__link.is-active:before,
  .dd-menu__level--1 > .dd-menu__item.has-children > .dd-menu__link:focus:before,
  .dd-menu__level--1 > .dd-menu__item.has-children > .dd-menu__link:hover:before {
    border-color: #0064b3; } }

/* WSG Integration
body {
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    background-color: #f6f7f7;
} */
.btn.btn-default {
  background: #0064b3;
  color: #fff;
  border: 1px solid #0064b3; }

th {
  font-weight: normal; }

/*.nav-justified>li {
    width: 15%;
}*/
/******************************************************
*HEADER
*******************************************************/
.roe_header_section {
  background-color: white; }

.roe_header_section_logo {
  width: 100%;
  padding-top: 30px;
  padding-left: 30px;
  height: 100%; }

#logoUrl {
  display: block;
  width: 100%;
  height: 100%; }

.cc_store_logo_img {
  height: 51px;
  width: 100%;
  background-size: 100% 100%;
  background-position: center;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJ3aWR0aDoxODBweDsgcGFkZGluZzogMHB4IDE0cHggMCAyMHB4OyIgd2lkdGg9IjIxNCIgaGVpZ2h0PSI1MSIgdmlld0JveD0iMCAwIDIxNCA1MSI+IAo8cGF0aCBmaWxsPSIjMDA2NEIzIiBkPSJNNjkuMDkyMDM1NSwyOC4xMTE3ODk3IEM2OC4zMTgzMjg3LDI2LjI2MzM3OTIgNjYuNjQxODUzLDI0Ljg4ODEyMjYgNjQuNDkyMDAxMiwyNC44ODgxMjI2IEM2MS43ODM0NzIyLDI0Ljg4ODEyMjYgNTkuNTkwOTY5OCwyNi45OTQ0MzU0IDU5LjU5MDk2OTgsMzAuMDQ2ODM0MSBDNTkuNTkwOTY5OCwzMy4wOTk2NzcgNjEuNzgzNDcyMiwzNS4yMDYyMTIgNjQuNDkyMDAxMiwzNS4yMDYyMTIgQzY2LjY0MTg1MywzNS4yMDYyMTIgNjguMzE4MzI4NywzMy44MzAwNjY5IDY5LjA5MjAzNTUsMzEuOTgxODc4NSBMNzQuNzY2OTk1NywzNC45OTE0MDQ1IEM3Mi45MTg1ODUyLDM4LjczMTMyMDQgNjguOTYzMTk1NCw0MS4yNjc5MTQ1IDY0LjQ5MjAwMTIsNDEuMjY3OTE0NSBDNTguMTcxOTUyMSw0MS4yNjc5MTQ1IDUzLjA1NjExMzMsMzYuNjI0Nzg1NCA1My4wNTYxMTMzLDMwLjA0NjgzNDEgQzUzLjA1NjExMzMsMjMuNDY4ODgyOCA1OC4xNzE5NTIxLDE4LjgyNTc1MzcgNjQuNDkyMDAxMiwxOC44MjU3NTM3IEM2OC45NjMxOTU0LDE4LjgyNTc1MzcgNzIuOTE4NTg1MiwyMS4zNjIzNDc5IDc0Ljc2Njk5NTcsMjUuMTAyNDg1OCBMNjkuMDkyMDM1NSwyOC4xMTE3ODk3IFogTTg1LjU0MDkxMjMsMjAuODQ2MzIxMiBDODYuODczOTYyNiwxOS41OTk2ODI2IDg4Ljg1MTY1NzUsMTguODI1NzUzNyA5MS4xMzAxMjcyLDE4LjgyNTc1MzcgQzk2LjcxODg5NzksMTguODI1NzUzNyA5OS44NTc3MDgzLDIyLjczNzgyNjUgOTkuODU3NzA4MywyOC41NDIyOTMyIEw5OS44NTc3MDgzLDQwLjc5NDk4MjYgTDkzLjM2NTI4MDEsNDAuNzk0OTgyNiBMOTMuMzY1MjgwMSwyOS42NjAwOTE4IEM5My4zNjUyODAxLDI2Ljc3ODk2MTYgOTIuMjA0ODMxLDI0LjcxNTUyMTQgODkuNzExNTUzOCwyNC43MTU1MjE0IEM4OC4wMzQ2MzM4LDI0LjcxNTUyMTQgODYuNDQzNjgxMiwyNS41MzI1NDUxIDg1LjU0MDkxMjMsMjYuNjkzNDM4NCBMODUuNTQwOTEyMyw0MC43OTQ5ODI2IEw3OS4wNDkzNzI2LDQwLjc5NDk4MjYgTDc5LjA0OTM3MjYsOS40MTA2NTU0NyBMODUuNTQwOTEyMyw5LjQxMDY1NTQ3IEw4NS41NDA5MTIzLDIwLjg0NjMyMTIgWiBNMTEuMjIxMDgwNCwyMi4zOTQxNzkgQzEzLjI0MTQyNTgsMjIuMzk0MTc5IDE0LjcwMzA5NCwyMS4yMzMwNjM1IDE0LjcwMzA5NCwxOS40NzA4NDI1IEMxNC43MDMwOTQsMTcuNjIxOTg3NyAxMy4yNDE0MjU4LDE2LjU0NjgzOTcgMTEuMjIxMDgwNCwxNi41NDY4Mzk3IEw2LjgzNTYzMTQzLDE2LjU0NjgzOTcgTDYuODM1NjMxNDMsMjIuMzk0MTc5IEwxMS4yMjEwODA0LDIyLjM5NDE3OSBaIE0xMi4wMzc0Mzc3LDEwLjI3MDMyOTYgQzE3Ljc5ODU4NzQsMTAuMjcwMzI5NiAyMS40OTYwNzQ5LDE0LjM5NzY1NDIgMjEuNDk2MDc0OSwxOS40NzA4NDI1IEMyMS40OTYwNzQ5LDIzLjQyNjAxMDEgMTkuMzg5NzYyMiwyNS45NjI2MDQzIDE1LjUyMDMzOTgsMjcuMzM4MDgzIEwyNi4zMTEzNjEsNDAuNzk0OTgyNiBMMTguMDk5ODA2Niw0MC43OTQ5ODI2IEw3Ljk1MzY1MjEzLDI4LjE5ODQyMzYgTDYuODM1NjMxNDMsMjguMTk4NDIzNiBMNi44MzU2MzE0Myw0MC43OTQ5ODI2IEwzLjIzMjk2OTQ1ZS0xMyw0MC43OTQ5ODI2IEwzLjIzMjk2OTQ1ZS0xMywxMC4yNzAzMjk2IEwxMi4wMzc0Mzc3LDEwLjI3MDMyOTYgWiBNMzcuODM2NzcwNSwzNS4yMDYyMTIgQzQwLjU0NTUyMTYsMzUuMjA2MjEyIDQyLjYwOTE4MzksMzMuMDk5Njc3IDQyLjYwOTE4MzksMzAuMDQ2ODM0MSBDNDIuNjA5MTgzOSwyNi45OTQ0MzU0IDQwLjU0NTUyMTYsMjQuODg4MTIyNiAzNy44MzY3NzA1LDI0Ljg4ODEyMjYgQzM1LjEyODI0MTUsMjQuODg4MTIyNiAzMy4wNjQ4MDE0LDI2Ljk5NDQzNTQgMzMuMDY0ODAxNCwzMC4wNDY4MzQxIEMzMy4wNjQ4MDE0LDMzLjA5OTY3NyAzNS4xMjgyNDE1LDM1LjIwNjIxMiAzNy44MzY3NzA1LDM1LjIwNjIxMiBaIE0yNi41Mjk5NDQ4LDMwLjA0NjgzNDEgQzI2LjUyOTk0NDgsMjMuNzI3MDA3MiAzMS42NDYyMjc5LDE4LjgyNTc1MzcgMzcuODM2NzcwNSwxOC44MjU3NTM3IEM0NC4wMjc1MzUyLDE4LjgyNTc1MzcgNDkuMTQ0MDQwNSwyMy43MjcwMDcyIDQ5LjE0NDA0MDUsMzAuMDQ2ODM0MSBDNDkuMTQ0MDQwNSwzNi4zNjY2NjEgNDQuMDI3NTM1Miw0MS4yNjc5MTQ1IDM3LjgzNjc3MDUsNDEuMjY3OTE0NSBDMzEuNjQ2MjI3OSw0MS4yNjc5MTQ1IDI2LjUyOTk0NDgsMzYuMzY2NjYxIDI2LjUyOTk0NDgsMzAuMDQ2ODM0MSBaIE0xMzguODUwMjYzLDIwLjg0NjMyMTIgQzE0MC4xODMwOTEsMTkuNTk5NjgyNiAxNDIuMTYxMjMsMTguODI1NzUzNyAxNDQuNDM5NywxOC44MjU3NTM3IEMxNTAuMDI4NjkzLDE4LjgyNTc1MzcgMTUzLjE2NjM5MiwyMi43Mzc4MjY1IDE1My4xNjYzOTIsMjguNTQyMjkzMiBMMTUzLjE2NjM5Miw0MC43OTQ5ODI2IEwxNDYuNjc1MDc1LDQwLjc5NDk4MjYgTDE0Ni42NzUwNzUsMjkuNjYwMDkxOCBDMTQ2LjY3NTA3NSwyNi43Nzg5NjE2IDE0NS41MTQxODIsMjQuNzE1NTIxNCAxNDMuMDIwMjM4LDI0LjcxNTUyMTQgQzE0MS4zNDQyMDcsMjQuNzE1NTIxNCAxMzkuNzUzNDc2LDI1LjUzMjU0NTEgMTM4Ljg1MDI2MywyNi42OTM0Mzg0IEwxMzguODUwMjYzLDQwLjc5NDk4MjYgTDEzMi4zNTg1MDEsNDAuNzk0OTgyNiBMMTMyLjM1ODUwMSwxOS4yOTg5MDc3IEwxMzguODUwMjYzLDE5LjI5ODkwNzcgTDEzOC44NTAyNjMsMjAuODQ2MzIxMiBaIE0xMDUuOTE4NzQ0LDQwLjc5NDk4MjYgTDEwNS45MTg3NDQsOS40MTA2NTU0NyBMMTEyLjQxMDcyOCw5LjQxMDY1NTQ3IEwxMTIuNDEwNzI4LDQwLjc5NDk4MjYgTDEwNS45MTg3NDQsNDAuNzk0OTgyNiBaIE0xMTkuMjQ2MTM4LDQwLjc5NDk4MjYgTDExOS4yNDYxMzgsMTkuMjk4OTA3NyBMMTI1LjczNzg5OSwxOS4yOTg5MDc3IEwxMjUuNzM3ODk5LDQwLjc5NDk4MjYgTDExOS4yNDYxMzgsNDAuNzk0OTgyNiBaIE0xMTguNTkxNDk3LDExLjcwNTM0MTMgQzExOC41OTE0OTcsOS41OTAxNDMgMTIwLjM0MDgzNCw3Ljg4MTIzNTE0IDEyMi40MTU2MDMsNy44ODEyMzUxNCBDMTI0LjU3MTIzLDcuODgxMjM1MTQgMTI2LjI3OTkxNiw5LjU5MDE0MyAxMjYuMjc5OTE2LDExLjcwNTM0MTMgQzEyNi4yNzk5MTYsMTMuODIwNTM5NiAxMjQuNTcxMjMsMTUuNTI5MjI1MyAxMjIuNDE1NjAzLDE1LjUyOTIyNTMgQzEyMC4zNDA4MzQsMTUuNTI5MjI1MyAxMTguNTkxNDk3LDEzLjgyMDUzOTYgMTE4LjU5MTQ5NywxMS43MDUzNDEzIFogTTQ5LjA0MDMwMiwxMi43NTI3MjIxIEM0OS4wNDAzMDIsMTQuODY4MzY0NyA0Ny4zMzE4Mzg0LDE2LjU3NjYwNjIgNDUuMTc1NzY2NywxNi41NzY2MDYyIEM0My4xMDA5OTc1LDE2LjU3NjYwNjIgNDEuMzUxNjYwNSwxNC44NjgzNjQ3IDQxLjM1MTY2MDUsMTIuNzUyNzIyMSBDNDEuMzUxNjYwNSwxMC42MzczMDE3IDQzLjEwMDk5NzUsOC45MjgzOTM4MSA0NS4xNzU3NjY3LDguOTI4MzkzODEgQzQ3LjMzMTgzODQsOC45MjgzOTM4MSA0OS4wNDAzMDIsMTAuNjM3MzAxNyA0OS4wNDAzMDIsMTIuNzUyNzIyMSBaIE0zNC4zMjE0MzYyLDEyLjc1MjcyMjEgQzM0LjMyMTQzNjIsMTQuODY4MzY0NyAzMi42MTI5NzI2LDE2LjU3NjYwNjIgMzAuNDU2OTAwOSwxNi41NzY2MDYyIEMyOC4zODIzNTM4LDE2LjU3NjYwNjIgMjYuNjMzMDE2OSwxNC44NjgzNjQ3IDI2LjYzMzAxNjksMTIuNzUyNzIyMSBDMjYuNjMzMDE2OSwxMC42MzczMDE3IDI4LjM4MjM1MzgsOC45MjgzOTM4MSAzMC40NTY5MDA5LDguOTI4MzkzODEgQzMyLjYxMjk3MjYsOC45MjgzOTM4MSAzNC4zMjE0MzYyLDEwLjYzNzMwMTcgMzQuMzIxNDM2MiwxMi43NTI3MjIxIFogTTQxLjY4MDY0NywzLjgyNDMyODMxIEM0MS42ODA2NDcsNS45Mzk5NzA5IDM5Ljk3MjQwNTUsNy42NDg0MzQ0OCAzNy44MTYzMzM4LDcuNjQ4NDM0NDggQzM1Ljc0MTc4NjgsNy42NDg0MzQ0OCAzMy45OTIyMjc2LDUuOTM5OTcwOSAzMy45OTIyMjc2LDMuODI0MzI4MzEgQzMzLjk5MjIyNzYsMS43MDg5MDc4NiAzNS43NDE3ODY4LDEuODIwNzY1NzZlLTE0IDM3LjgxNjMzMzgsMS44MjA3NjU3NmUtMTQgQzM5Ljk3MjQwNTUsMS44MjA3NjU3NmUtMTQgNDEuNjgwNjQ3LDEuNzA4OTA3ODYgNDEuNjgwNjQ3LDMuODI0MzI4MzEgWiBNMTczLjUwNzU3MiwzMi4zNjg2MjA4IEwxNzMuNTA3NTcyLDI2LjczNjMxMTEgQzE3Mi42MDU2OTEsMjUuNTc1NDE3NyAxNzEuNDQzOTEsMjQuNzE1NTIxNCAxNjkuNDI0MDA4LDI0LjcxNTUyMTQgQzE2Ni41NDMxLDI0LjcxNTUyMTQgMTY0LjM1MDU5OCwyNi42OTM0Mzg0IDE2NC4zNTA1OTgsMjkuNTczOTAyMiBDMTY0LjM1MDU5OCwzMi40NTQ4MTAzIDE2Ni41NDMxLDM0LjQzMjUwNTIgMTY5LjQyNDAwOCwzNC40MzI1MDUyIEMxNzEuNDQzOTEsMzQuNDMyNTA1MiAxNzIuNjA1NjkxLDMzLjU3MjE2NDYgMTczLjUwNzU3MiwzMi4zNjg2MjA4IFogTTE3My41MDc1NzIsMjAuNjMxNTEzNyBMMTczLjUwNzU3MiwxOS4yOTg5MDc3IEwxODAsMTkuMjk4OTA3NyBMMTgwLDQwLjMwODk0NDYgQzE4MCw0OC4xMzM1MzQ2IDE3My44OTU0MjUsNTAuMjQxMTgwMiAxNjguNTYzNjY4LDUwLjI0MTE4MDIgQzE2NS4yOTY2ODQsNTAuMjQxMTgwMiAxNjEuNjg1Mzg2LDQ5LjUxMDEyMzkgMTU5LjE0ODM0Nyw0Ny40ODkxMTIyIEwxNjIuNTQ0ODM4LDQyLjYzMDk1MzUgQzE2NC4zOTM2OTMsNDQuMDQ5MzA0OCAxNjYuNTQzMSw0NC41NjUzMzE0IDE2OC40NzgxNDUsNDQuNTY1MzMxNCBDMTcwLjg4NTAxLDQ0LjU2NTMzMTQgMTczLjUwNzU3Miw0My4yNzU4MjAyIDE3My41MDc1NzIsNDAuMzk1MTM0MiBMMTczLjUwNzU3MiwzOC40NzMxOTYgQzE3Mi4zODk5OTUsMzkuNTQ4Nzg4MyAxNzAuNTg0NjgsNDAuMzIyNDk1MSAxNjguMzQ4ODYsNDAuMzIyNDk1MSBDMTYyLjIwMTg1Nyw0MC4zMjI0OTUxIDE1Ny42MDExNTYsMzUuNTkyOTU0MyAxNTcuNjQzODA3LDI5LjU3MzkwMjIgQzE1Ny42ODY0NTcsMjMuNTU0ODUwMiAxNjIuMjAxODU3LDE4LjgyNTc1MzcgMTY4LjM0ODg2LDE4LjgyNTc1MzcgQzE3MC41ODQ2OCwxOC44MjU3NTM3IDE3Mi4zODk5OTUsMTkuNTk5NjgyNiAxNzMuNTA3NTcyLDIwLjYzMTUxMzcgWiI+CjwvcGF0aD4gCjwvc3ZnPg==") no-repeat; }

.cc_store_logo_img_mobile {
  height: 51px;
  width: 100%;
  background-size: contain;
  background-position: center;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJ3aWR0aDoxODBweDsgcGFkZGluZzogMHB4IDE0cHggMCAyMHB4OyIgd2lkdGg9IjIxNCIgaGVpZ2h0PSI1MSIgdmlld0JveD0iMCAwIDIxNCA1MSI+IAo8cGF0aCBmaWxsPSIjMDA2NEIzIiBkPSJNNjkuMDkyMDM1NSwyOC4xMTE3ODk3IEM2OC4zMTgzMjg3LDI2LjI2MzM3OTIgNjYuNjQxODUzLDI0Ljg4ODEyMjYgNjQuNDkyMDAxMiwyNC44ODgxMjI2IEM2MS43ODM0NzIyLDI0Ljg4ODEyMjYgNTkuNTkwOTY5OCwyNi45OTQ0MzU0IDU5LjU5MDk2OTgsMzAuMDQ2ODM0MSBDNTkuNTkwOTY5OCwzMy4wOTk2NzcgNjEuNzgzNDcyMiwzNS4yMDYyMTIgNjQuNDkyMDAxMiwzNS4yMDYyMTIgQzY2LjY0MTg1MywzNS4yMDYyMTIgNjguMzE4MzI4NywzMy44MzAwNjY5IDY5LjA5MjAzNTUsMzEuOTgxODc4NSBMNzQuNzY2OTk1NywzNC45OTE0MDQ1IEM3Mi45MTg1ODUyLDM4LjczMTMyMDQgNjguOTYzMTk1NCw0MS4yNjc5MTQ1IDY0LjQ5MjAwMTIsNDEuMjY3OTE0NSBDNTguMTcxOTUyMSw0MS4yNjc5MTQ1IDUzLjA1NjExMzMsMzYuNjI0Nzg1NCA1My4wNTYxMTMzLDMwLjA0NjgzNDEgQzUzLjA1NjExMzMsMjMuNDY4ODgyOCA1OC4xNzE5NTIxLDE4LjgyNTc1MzcgNjQuNDkyMDAxMiwxOC44MjU3NTM3IEM2OC45NjMxOTU0LDE4LjgyNTc1MzcgNzIuOTE4NTg1MiwyMS4zNjIzNDc5IDc0Ljc2Njk5NTcsMjUuMTAyNDg1OCBMNjkuMDkyMDM1NSwyOC4xMTE3ODk3IFogTTg1LjU0MDkxMjMsMjAuODQ2MzIxMiBDODYuODczOTYyNiwxOS41OTk2ODI2IDg4Ljg1MTY1NzUsMTguODI1NzUzNyA5MS4xMzAxMjcyLDE4LjgyNTc1MzcgQzk2LjcxODg5NzksMTguODI1NzUzNyA5OS44NTc3MDgzLDIyLjczNzgyNjUgOTkuODU3NzA4MywyOC41NDIyOTMyIEw5OS44NTc3MDgzLDQwLjc5NDk4MjYgTDkzLjM2NTI4MDEsNDAuNzk0OTgyNiBMOTMuMzY1MjgwMSwyOS42NjAwOTE4IEM5My4zNjUyODAxLDI2Ljc3ODk2MTYgOTIuMjA0ODMxLDI0LjcxNTUyMTQgODkuNzExNTUzOCwyNC43MTU1MjE0IEM4OC4wMzQ2MzM4LDI0LjcxNTUyMTQgODYuNDQzNjgxMiwyNS41MzI1NDUxIDg1LjU0MDkxMjMsMjYuNjkzNDM4NCBMODUuNTQwOTEyMyw0MC43OTQ5ODI2IEw3OS4wNDkzNzI2LDQwLjc5NDk4MjYgTDc5LjA0OTM3MjYsOS40MTA2NTU0NyBMODUuNTQwOTEyMyw5LjQxMDY1NTQ3IEw4NS41NDA5MTIzLDIwLjg0NjMyMTIgWiBNMTEuMjIxMDgwNCwyMi4zOTQxNzkgQzEzLjI0MTQyNTgsMjIuMzk0MTc5IDE0LjcwMzA5NCwyMS4yMzMwNjM1IDE0LjcwMzA5NCwxOS40NzA4NDI1IEMxNC43MDMwOTQsMTcuNjIxOTg3NyAxMy4yNDE0MjU4LDE2LjU0NjgzOTcgMTEuMjIxMDgwNCwxNi41NDY4Mzk3IEw2LjgzNTYzMTQzLDE2LjU0NjgzOTcgTDYuODM1NjMxNDMsMjIuMzk0MTc5IEwxMS4yMjEwODA0LDIyLjM5NDE3OSBaIE0xMi4wMzc0Mzc3LDEwLjI3MDMyOTYgQzE3Ljc5ODU4NzQsMTAuMjcwMzI5NiAyMS40OTYwNzQ5LDE0LjM5NzY1NDIgMjEuNDk2MDc0OSwxOS40NzA4NDI1IEMyMS40OTYwNzQ5LDIzLjQyNjAxMDEgMTkuMzg5NzYyMiwyNS45NjI2MDQzIDE1LjUyMDMzOTgsMjcuMzM4MDgzIEwyNi4zMTEzNjEsNDAuNzk0OTgyNiBMMTguMDk5ODA2Niw0MC43OTQ5ODI2IEw3Ljk1MzY1MjEzLDI4LjE5ODQyMzYgTDYuODM1NjMxNDMsMjguMTk4NDIzNiBMNi44MzU2MzE0Myw0MC43OTQ5ODI2IEwzLjIzMjk2OTQ1ZS0xMyw0MC43OTQ5ODI2IEwzLjIzMjk2OTQ1ZS0xMywxMC4yNzAzMjk2IEwxMi4wMzc0Mzc3LDEwLjI3MDMyOTYgWiBNMzcuODM2NzcwNSwzNS4yMDYyMTIgQzQwLjU0NTUyMTYsMzUuMjA2MjEyIDQyLjYwOTE4MzksMzMuMDk5Njc3IDQyLjYwOTE4MzksMzAuMDQ2ODM0MSBDNDIuNjA5MTgzOSwyNi45OTQ0MzU0IDQwLjU0NTUyMTYsMjQuODg4MTIyNiAzNy44MzY3NzA1LDI0Ljg4ODEyMjYgQzM1LjEyODI0MTUsMjQuODg4MTIyNiAzMy4wNjQ4MDE0LDI2Ljk5NDQzNTQgMzMuMDY0ODAxNCwzMC4wNDY4MzQxIEMzMy4wNjQ4MDE0LDMzLjA5OTY3NyAzNS4xMjgyNDE1LDM1LjIwNjIxMiAzNy44MzY3NzA1LDM1LjIwNjIxMiBaIE0yNi41Mjk5NDQ4LDMwLjA0NjgzNDEgQzI2LjUyOTk0NDgsMjMuNzI3MDA3MiAzMS42NDYyMjc5LDE4LjgyNTc1MzcgMzcuODM2NzcwNSwxOC44MjU3NTM3IEM0NC4wMjc1MzUyLDE4LjgyNTc1MzcgNDkuMTQ0MDQwNSwyMy43MjcwMDcyIDQ5LjE0NDA0MDUsMzAuMDQ2ODM0MSBDNDkuMTQ0MDQwNSwzNi4zNjY2NjEgNDQuMDI3NTM1Miw0MS4yNjc5MTQ1IDM3LjgzNjc3MDUsNDEuMjY3OTE0NSBDMzEuNjQ2MjI3OSw0MS4yNjc5MTQ1IDI2LjUyOTk0NDgsMzYuMzY2NjYxIDI2LjUyOTk0NDgsMzAuMDQ2ODM0MSBaIE0xMzguODUwMjYzLDIwLjg0NjMyMTIgQzE0MC4xODMwOTEsMTkuNTk5NjgyNiAxNDIuMTYxMjMsMTguODI1NzUzNyAxNDQuNDM5NywxOC44MjU3NTM3IEMxNTAuMDI4NjkzLDE4LjgyNTc1MzcgMTUzLjE2NjM5MiwyMi43Mzc4MjY1IDE1My4xNjYzOTIsMjguNTQyMjkzMiBMMTUzLjE2NjM5Miw0MC43OTQ5ODI2IEwxNDYuNjc1MDc1LDQwLjc5NDk4MjYgTDE0Ni42NzUwNzUsMjkuNjYwMDkxOCBDMTQ2LjY3NTA3NSwyNi43Nzg5NjE2IDE0NS41MTQxODIsMjQuNzE1NTIxNCAxNDMuMDIwMjM4LDI0LjcxNTUyMTQgQzE0MS4zNDQyMDcsMjQuNzE1NTIxNCAxMzkuNzUzNDc2LDI1LjUzMjU0NTEgMTM4Ljg1MDI2MywyNi42OTM0Mzg0IEwxMzguODUwMjYzLDQwLjc5NDk4MjYgTDEzMi4zNTg1MDEsNDAuNzk0OTgyNiBMMTMyLjM1ODUwMSwxOS4yOTg5MDc3IEwxMzguODUwMjYzLDE5LjI5ODkwNzcgTDEzOC44NTAyNjMsMjAuODQ2MzIxMiBaIE0xMDUuOTE4NzQ0LDQwLjc5NDk4MjYgTDEwNS45MTg3NDQsOS40MTA2NTU0NyBMMTEyLjQxMDcyOCw5LjQxMDY1NTQ3IEwxMTIuNDEwNzI4LDQwLjc5NDk4MjYgTDEwNS45MTg3NDQsNDAuNzk0OTgyNiBaIE0xMTkuMjQ2MTM4LDQwLjc5NDk4MjYgTDExOS4yNDYxMzgsMTkuMjk4OTA3NyBMMTI1LjczNzg5OSwxOS4yOTg5MDc3IEwxMjUuNzM3ODk5LDQwLjc5NDk4MjYgTDExOS4yNDYxMzgsNDAuNzk0OTgyNiBaIE0xMTguNTkxNDk3LDExLjcwNTM0MTMgQzExOC41OTE0OTcsOS41OTAxNDMgMTIwLjM0MDgzNCw3Ljg4MTIzNTE0IDEyMi40MTU2MDMsNy44ODEyMzUxNCBDMTI0LjU3MTIzLDcuODgxMjM1MTQgMTI2LjI3OTkxNiw5LjU5MDE0MyAxMjYuMjc5OTE2LDExLjcwNTM0MTMgQzEyNi4yNzk5MTYsMTMuODIwNTM5NiAxMjQuNTcxMjMsMTUuNTI5MjI1MyAxMjIuNDE1NjAzLDE1LjUyOTIyNTMgQzEyMC4zNDA4MzQsMTUuNTI5MjI1MyAxMTguNTkxNDk3LDEzLjgyMDUzOTYgMTE4LjU5MTQ5NywxMS43MDUzNDEzIFogTTQ5LjA0MDMwMiwxMi43NTI3MjIxIEM0OS4wNDAzMDIsMTQuODY4MzY0NyA0Ny4zMzE4Mzg0LDE2LjU3NjYwNjIgNDUuMTc1NzY2NywxNi41NzY2MDYyIEM0My4xMDA5OTc1LDE2LjU3NjYwNjIgNDEuMzUxNjYwNSwxNC44NjgzNjQ3IDQxLjM1MTY2MDUsMTIuNzUyNzIyMSBDNDEuMzUxNjYwNSwxMC42MzczMDE3IDQzLjEwMDk5NzUsOC45MjgzOTM4MSA0NS4xNzU3NjY3LDguOTI4MzkzODEgQzQ3LjMzMTgzODQsOC45MjgzOTM4MSA0OS4wNDAzMDIsMTAuNjM3MzAxNyA0OS4wNDAzMDIsMTIuNzUyNzIyMSBaIE0zNC4zMjE0MzYyLDEyLjc1MjcyMjEgQzM0LjMyMTQzNjIsMTQuODY4MzY0NyAzMi42MTI5NzI2LDE2LjU3NjYwNjIgMzAuNDU2OTAwOSwxNi41NzY2MDYyIEMyOC4zODIzNTM4LDE2LjU3NjYwNjIgMjYuNjMzMDE2OSwxNC44NjgzNjQ3IDI2LjYzMzAxNjksMTIuNzUyNzIyMSBDMjYuNjMzMDE2OSwxMC42MzczMDE3IDI4LjM4MjM1MzgsOC45MjgzOTM4MSAzMC40NTY5MDA5LDguOTI4MzkzODEgQzMyLjYxMjk3MjYsOC45MjgzOTM4MSAzNC4zMjE0MzYyLDEwLjYzNzMwMTcgMzQuMzIxNDM2MiwxMi43NTI3MjIxIFogTTQxLjY4MDY0NywzLjgyNDMyODMxIEM0MS42ODA2NDcsNS45Mzk5NzA5IDM5Ljk3MjQwNTUsNy42NDg0MzQ0OCAzNy44MTYzMzM4LDcuNjQ4NDM0NDggQzM1Ljc0MTc4NjgsNy42NDg0MzQ0OCAzMy45OTIyMjc2LDUuOTM5OTcwOSAzMy45OTIyMjc2LDMuODI0MzI4MzEgQzMzLjk5MjIyNzYsMS43MDg5MDc4NiAzNS43NDE3ODY4LDEuODIwNzY1NzZlLTE0IDM3LjgxNjMzMzgsMS44MjA3NjU3NmUtMTQgQzM5Ljk3MjQwNTUsMS44MjA3NjU3NmUtMTQgNDEuNjgwNjQ3LDEuNzA4OTA3ODYgNDEuNjgwNjQ3LDMuODI0MzI4MzEgWiBNMTczLjUwNzU3MiwzMi4zNjg2MjA4IEwxNzMuNTA3NTcyLDI2LjczNjMxMTEgQzE3Mi42MDU2OTEsMjUuNTc1NDE3NyAxNzEuNDQzOTEsMjQuNzE1NTIxNCAxNjkuNDI0MDA4LDI0LjcxNTUyMTQgQzE2Ni41NDMxLDI0LjcxNTUyMTQgMTY0LjM1MDU5OCwyNi42OTM0Mzg0IDE2NC4zNTA1OTgsMjkuNTczOTAyMiBDMTY0LjM1MDU5OCwzMi40NTQ4MTAzIDE2Ni41NDMxLDM0LjQzMjUwNTIgMTY5LjQyNDAwOCwzNC40MzI1MDUyIEMxNzEuNDQzOTEsMzQuNDMyNTA1MiAxNzIuNjA1NjkxLDMzLjU3MjE2NDYgMTczLjUwNzU3MiwzMi4zNjg2MjA4IFogTTE3My41MDc1NzIsMjAuNjMxNTEzNyBMMTczLjUwNzU3MiwxOS4yOTg5MDc3IEwxODAsMTkuMjk4OTA3NyBMMTgwLDQwLjMwODk0NDYgQzE4MCw0OC4xMzM1MzQ2IDE3My44OTU0MjUsNTAuMjQxMTgwMiAxNjguNTYzNjY4LDUwLjI0MTE4MDIgQzE2NS4yOTY2ODQsNTAuMjQxMTgwMiAxNjEuNjg1Mzg2LDQ5LjUxMDEyMzkgMTU5LjE0ODM0Nyw0Ny40ODkxMTIyIEwxNjIuNTQ0ODM4LDQyLjYzMDk1MzUgQzE2NC4zOTM2OTMsNDQuMDQ5MzA0OCAxNjYuNTQzMSw0NC41NjUzMzE0IDE2OC40NzgxNDUsNDQuNTY1MzMxNCBDMTcwLjg4NTAxLDQ0LjU2NTMzMTQgMTczLjUwNzU3Miw0My4yNzU4MjAyIDE3My41MDc1NzIsNDAuMzk1MTM0MiBMMTczLjUwNzU3MiwzOC40NzMxOTYgQzE3Mi4zODk5OTUsMzkuNTQ4Nzg4MyAxNzAuNTg0NjgsNDAuMzIyNDk1MSAxNjguMzQ4ODYsNDAuMzIyNDk1MSBDMTYyLjIwMTg1Nyw0MC4zMjI0OTUxIDE1Ny42MDExNTYsMzUuNTkyOTU0MyAxNTcuNjQzODA3LDI5LjU3MzkwMjIgQzE1Ny42ODY0NTcsMjMuNTU0ODUwMiAxNjIuMjAxODU3LDE4LjgyNTc1MzcgMTY4LjM0ODg2LDE4LjgyNTc1MzcgQzE3MC41ODQ2OCwxOC44MjU3NTM3IDE3Mi4zODk5OTUsMTkuNTk5NjgyNiAxNzMuNTA3NTcyLDIwLjYzMTUxMzcgWiI+CjwvcGF0aD4gCjwvc3ZnPg==") no-repeat center center; }

.cc_product_catalog_panel .cc_cat_name {
  position: absolute;
  left: 50%;
  top: 140px;
  transform: translate(-50%, -50%);
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px 45px;
  font-size: 40px;
  text-align: center; }

.roe_header_section_user {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
  padding-left: 30px; }

.dropdown-toggle:after {
  content: none; }

.cc_my_account {
  text-align: center;
  margin-right: 10px; }

.roe_header_user {
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #0064b3;
  background-size: cover;
  background: url("../images/user.svg") no-repeat center center; }

.roe_header_user_title {
  font-size: 10px;
  color: #0064b3;
  text-align: center; }

.roe_header_cart {
  width: 25px;
  height: 25px;
  position: relative;
  padding-top: 20px;
  display: inline-block;
  background-size: cover;
  background: url("../images/carth.svg") no-repeat center center; }

.roe_header_cart_badge {
  position: absolute;
  right: -12px;
  top: -8px;
  background-color: #0064b3; }

.cc_menu_container {
  margin-bottom: 50px; }

.roe_header_selection {
  background-color: white;
  height: 70px;
  text-align: center; }

.roe_header_selection_item {
  background-color: white;
  padding: 10px 0; }

.roe_header_selection_item:last-of-type {
  border-left: 1px solid #c8c8c8; }

.roe_header_selection_item a {
  font-size: 16px;
  color: #3d3d3d;
  text-decoration: none solid #3d3d3d;
  line-height: 22px;
  text-align: center;
  justify-content: center;
  align-items: center; }

/******************************************************
*HEADER MOBILE
*******************************************************/
.roe_header_menu {
  padding-top: 20px;
  padding-left: 30px;
  display: block;
  justify-content: center;
  align-items: center;
  z-index: 99999 !important; }

.roe_header_menu_icon {
  height: 40px;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center; }

.roe_header_menu_icon i {
  width: 100%;
  font-size: 2em;
  text-align: center; }

.roe_header_menu_text {
  width: 40px;
  font-size: 12px;
  color: #3d3d3d;
  text-decoration: none solid #3d3d3d;
  line-height: 22px;
  text-align: center; }

/******************************************************
*NAVBAR
*******************************************************/
.cc_navbar {
  background: #f7f7f7; }

.cc_navbar_row {
  min-height: 80px; }

.cc_navbar-inverse {
  background-color: #ffffff; }

.navbar .navbar-nav > li > a {
  color: #3d3d3d; }

.navbar .navbar-nav > li > a:hover {
  color: #0066cc;
  text-decoration: none; }

/******************************************************
*CAROUSEL
*******************************************************/
.carousel-inner img {
  width: auto;
  max-height: 300px; }

/******************************************************
*Body
*******************************************************/
.cc_main_body {
  font-size: 14px; }

/******************************************************
*COLUMNS
*******************************************************/
.cc_promo {
  border: 0;
  box-shadow: none; }

.cc_promo .panel-body {
  padding: 0; }

.cc_promo .panel-body img {
  width: 100%; }

/******************************************************
* PRODUCT LIST PAGE
*******************************************************/
.maincategory_img {
  max-width: 100%; }

.cc_plp_prodImg img {
  height: 150px; }

.cc_plp_prodName {
  text-align: center;
  min-height: 40px;
  /* font-size: 12px; */ }

.cc_plp_sku {
  text-align: center; }

.cc_plp_price {
  text-align: center; }

.cc_product_item {
  border: 1px solid #dfdfdf;
  padding: 10px 20px;
  min-height: 400px;
  margin-bottom: 20px;
  width: 100%; }

.cc_plp_prodImg {
  margin-bottom: 5px; }

.cc_rank_display_wrapper {
  margin-bottom: 5px; }

.cc_filter_reset {
  display: none; }

.table > thead > tr > th {
  vertical-align: bottom;
  position: relative;
  white-space: normal;
  word-break: break-word; }

.roe_plp_th_col_sort {
  padding-right: 20px !important;
  cursor: pointer; }

.roe_plp_th_col_sort_arrows {
  font-size: 11px;
  display: flex;
  flex-direction: column;
  float: left;
  margin-right: 5px;
  position: absolute;
  right: 0; }

.sort_col_inactive {
  color: #e6e6e6; }

.sort_col_actice {
  color: var(--primary); }

/******************************************************
* PRODUCT DETAIL PAGE
*******************************************************/
.prodDetailContainer .img-responsive {
  max-height: 200px; }

.prodDetailContainer .roe_no_article {
  text-align: center;
  color: #000; }

.cc_product_detail_photo_container .cc_main_prod_image.img-thumbnail {
  height: 150px;
  width: 100%;
  overflow: hidden; }

.cc_product_detail_photo_container .cc_main_prod_image.img-thumbnail img {
  max-height: 100%;
  margin: 0 auto; }

.cc_product_detail_photo_container .thumbnail {
  height: 50px;
  display: inline;
  width: 25%;
  margin: 2px 0; }

.cc_product_detail_photo_container .thumbnail:hover {
  cursor: pointer; }

.cc_product_detail_container img {
  max-width: 100%; }

.cc_tab-content {
  margin-top: 10px; }

.cc_product_detail #CCQtyBlock > div {
  display: inline-block;
  vertical-align: top; }

.cc_product_detail #CCQtyBlock input.cc_entry {
  height: 30px; }

/******************************************************
* CART PAGE
*******************************************************/
.cart_item .wishButtons.cc_wish_buttons {
  display: inline-block; }

.cart_item .dropdown.form-group {
  margin: 0; }

.cart_button {
  margin-bottom: 10px; }

/******************************************************
* FEATURED PRODUCTS
*******************************************************/
.featured-prod .cc_product_name_img img {
  max-height: 150px; }

/******************************************************
* PRODUCT COMPARE PAGE
*******************************************************/
.productCompareBasicTable .cc_cart_add_button {
  vertical-align: top; }

/******************************************************
* CALCULATOR
*******************************************************/
.roe_configuration {
  background-color: #ffffff;
  padding: 0px 20px 20px 20px;
  /* margin: 20px; */
  border-radius: 5px;
  margin-bottom: 20px; }

.roe_configuration_header {
  background-color: #e6e7e8;
  border-radius: 5px;
  padding: 5px;
  margin-top: 5px; }

.roe_configuration_header_container {
  width: 100%;
  display: inline-flex;
  align-items: center; }

.roe_configuration_header label {
  margin: 0px;
  width: 100%;
  font-size: 15px;
  color: #3d3d3d;
  font-weight: 700;
  text-decoration: none solid #3d3d3d;
  line-height: 22px; }

.roe_configuration_header_toggle {
  width: 22px;
  height: 22px;
  background-size: cover;
  background: url("../images/openedSection.svg"); }

#roe_collapse_implementation {
  margin-bottom: 20px; }

.roe_configuration_section {
  margin: 10px -15px; }

#roe_configuration_section_form {
  margin: 2px 15px; }

.roe_configuration_section_title {
  font-size: 15px;
  color: #3d3d3d;
  text-decoration: none solid #3d3d3d;
  line-height: 22px;
  margin-left: 15px;
  margin-bottom: 2px;
  width: 100%;
  padding-left: 0px; }

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

@media (min-width: 1200px) {
  .roe-col-5 {
    width: 20% !important;
    max-width: 20%; } }

.col-md-2 .col-lg-2 {
  width: 20% !important; }

.roe_form_icon {
  display: block;
  height: 15px;
  width: 15px;
  margin-right: 5px; }

#roe_icon_rs {
  background: url("../images/rs.svg");
  transform: rotate(135deg); }

#roe_icon_pl {
  background: url("../images/pl.svg"); }

#roe_icon_hs {
  background: url("../images/hs.svg"); }

#roe_icon_fol {
  background: url("../images/fol.svg"); }

#roe_form_other {
  width: 0px; }

label {
  margin-bottom: 0px; }

select {
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 2px 5px;
  width: 100%; }

input[type="text"],
input[type="number"] {
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 2px 5px;
  width: 100%; }

input:invalid {
  border: 1px solid red; }

.roe_product_selection_material {
  padding-right: 2px;
  padding-left: 2px;
  padding-top: 0px; }

.roe_implementation_material {
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 15px;
  color: #3d3d3d;
  text-decoration: none solid #3d3d3d;
  line-height: 22px;
  margin: 2px 0px;
  text-align: center;
  padding: 2px; }

.roe_implementation_material_active {
  box-shadow: inset 0 0 0 2px #0064b3;
  border: 1px solid #ffffff; }

.roe_implementation_material > img {
  width: 100%;
  height: 100%;
  border-radius: 5px; }

.roe_implementation_material > label {
  font-size: 15px;
  color: #3d3d3d;
  text-decoration: none lighter #3d3d3d;
  line-height: 22px;
  text-align: center; }

.roe_link_disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6; }

.roe_configuration_color_select {
  width: 36px;
  height: 36px;
  text-align: center;
  padding: 1px;
  border: 0.4px solid #cccccc;
  border-radius: 50%;
  margin: 0 auto; }

.roe_configuration_color_select_active {
  box-shadow: inset 0 0 0 2px #0064b3;
  border: 1px solid #ffffff; }

.roe_color_container {
  width: 100%;
  height: 100%;
  text-align: center; }

.roe_color_container > label {
  font-size: 10px;
  color: #3d3d3d;
  text-decoration: none solid #3d3d3d;
  line-height: 22px;
  text-align: center; }

.roe_configuration_color {
  width: 90%;
  height: 90%;
  border: 1px solid #cccccc;
  margin: 5% auto;
  border-radius: 50%;
  background-size: cover; }

input[type="checkbox"] {
  margin-right: 5px; }

.roe_measure_input {
  width: 100%;
  height: 100%;
  margin: 3px 0;
  padding: 0; }

.roe_measure_input .roe_configuration_section_title {
  margin-left: 0px; }

.roe_configuration_section_title.material {
  margin-left: 0px; }

.materialView .roe_configuration_section {
  padding: 15px; }

.roe_measure_input > label {
  width: 100%;
  font-weight: normal;
  margin: 2px 0; }

.roe_calculate_new_button {
  width: 100%;
  height: 45px;
  border: 1px solid #0064b3;
  border-radius: 5px;
  background-color: transparent;
  background-size: cover;
  font-size: 14px;
  color: #0064b3;
  font-weight: 700;
  text-decoration: none solid #0066cc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px; }

#roe_icon_refresh {
  width: 22px;
  height: 22px;
  margin-left: 10px;
  background: url("../images/refresh.svg") no-repeat; }

form a {
  color: #3d3d3d;
  text-decoration: none solid #3d3d3d;
  line-height: 22px;
  font-size: 14px;
  color: #3d3d3d;
  text-decoration: underline solid #3d3d3d;
  line-height: 22px; }

.cc_form_active {
  box-shadow: inset 0 0 0 2px #0064b3;
  border: 1px solid #ffffff; }

.roe_reset_cc {
  cursor: pointer; }

.hide {
  display: none; }

@media print {
  .cc_footer,
  .roe_header_selection,
  .cc_header,
  .hide_print,
  .cc_scroll-top,
  .cc_render_preview,
  .roe_summery_container,
  .roe_support_sticky_button {
    display: none !important; }
  .show_print {
    display: block !important; }
  .roe_sale_calculator {
    padding: 0px !important;
    margin: 0px !important; }
  .show_print .h3 {
    margin-top: 10px !important; }
  .cc_qrcode {
    margin-top: 10px !important; }
  .menu_container {
    display: none !important; }
  .cc_menu_container {
    display: none !important; }
  .cc_header {
    display: none !important; } }

.roe-tolerance-label {
  margin-top: 5px; }

/******************************************************
* RESULT PREVIEW
*******************************************************/
.roe_preview_view {
  padding: 0px; }

/*MODEL VIEW**********************************************************/
.roe_preview_container {
  margin: 0px 0px 20px; }

.roe_product_title {
  font-size: 32px;
  color: #0064b3;
  text-decoration: none solid #0066cc;
  line-height: 45px; }

.roe_product_id {
  font-size: 13px;
  color: #3d3d3d;
  text-decoration: none solid #3d3d3d;
  line-height: 22px;
  margin-bottom: 20px; }

.roe_select_preview {
  width: 60px;
  height: 60px;
  border: 1px solid #cccccc;
  float: left;
  display: flex;
  margin-top: 10px;
  margin-right: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #ffffff;
  background-size: cover;
  font-size: 16px;
  color: #3d3d3d;
  text-decoration: none solid #3d3d3d;
  text-align: center; }

.roe_select_preview_active {
  width: 60px;
  height: 60px;
  border: 1px solid #0064b3;
  border-radius: 5px;
  background-color: #ffffff;
  background-size: cover;
  font-size: 16px;
  color: #3d3d3d;
  font-weight: 700;
  text-decoration: none solid #3d3d3d;
  text-align: center;
  z-index: 100; }

.roe_select_preview > label {
  font-size: 16px;
  color: #3d3d3d;
  font-weight: 700;
  text-decoration: none solid #3d3d3d;
  margin: auto;
  display: block;
  justify-content: center;
  align-items: center; }

.roe_preview_model {
  position: relative;
  margin: 30px; }

.roe_preview_model:before {
  content: "";
  display: block;
  padding-top: 50%; }

.roe_preview_model > canvas {
  width: 50%;
  height: 50%;
  margin-top: -50%;
  /* margin-left: 30%; */ }

.roe_model_margin {
  margin-bottom: 60px; }

.roe_2D_Model {
  margin-top: 30px; }

.roe_umbrella_brand_img {
  margin-top: -5px;
  margin-bottom: 15px;
  width: 100px;
  height: auto; }

#rangeContainer {
  width: 260px;
  height: 10px;
  top: 120px;
  left: -40px;
  position: absolute; }

#heightRange {
  transform: rotate(90deg);
  /*width: 260px;*/
  /*z-index: -1;*/
  height: 100%; }

#circleDrawing {
  width: 300px;
  position: relative;
  height: 300px; }

#circleDrawing::before {
  padding-top: 0px; }

#tube-configurator {
  top: 50%;
  left: 50%;
  width: 50%;
  position: absolute; }

.roe_drawing {
  margin-top: -50%; }

.roe_maindrawarea {
  position: relative;
  background-color: transparent;
  width: 300px;
  height: 300px; }

#range-height {
  left: -50%;
  width: 100%;
  position: absolute;
  margin-top: 0px; }

#RangeHeight {
  transform: rotate(90deg);
  width: 100%;
  height: 100%; }

#range-width {
  top: 0px;
  left: 0px;
  width: 100%;
  position: absolute; }

#RangeWidth {
  width: 100%; }

input[type="range"]::-moz-range-track {
  background-color: rgba(0, 0, 0, 0); }

input[type="range"]::-webkit-slider-runnable-track {
  background-color: rgba(0, 0, 0, 0); }

input[type="range"] {
  -webkit-appearance: none; }

input[type="range"] {
  background-color: rgba(0, 0, 0, 0); }

/*MODEL VIEW**********************************************************/
/*PRICE VIEW**********************************************************/
.roe_price_view {
  margin: 0px;
  background-color: #e6e7e8;
  margin-bottom: 20px;
  padding: 0px 20px 20px;
  border-radius: 5px; }

.roe_product_information_table {
  width: 100%;
  margin-top: 20px;
  font-size: 14px; }

.roe_product_information_table th {
  font-weight: 500; }

.roe_product_information_table span {
  font-weight: normal; }

.borderless td,
.borderless th {
  border: none !important; }

.roe_price_info {
  padding: 0px 0px 0px 10px;
  border: 1px solid #0064b3;
  border-radius: 5px;
  background-size: cover; }

#roe_icon_info {
  background: url("../images/info.svg") no-repeat;
  width: 45px;
  height: 28px;
  padding: 10px; }

.roe_price_info > label {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: left;
  font-size: 13px;
  color: #3d3d3d;
  font-weight: 700;
  text-decoration: none solid #3d3d3d;
  line-height: 20px; }

.roe_price_info_text {
  margin: 10px; }

/*PRICE VIEW**********************************************************/
/*PRICE RESULT********************************************************/
.roe_result_price_section {
  margin: 30px 0px 0px; }

.roe_delivery_status {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #3d3d3d;
  text-decoration: none solid #3d3d3d;
  line-height: 22px; }

.roe_delivery_status_view {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px; }

.roe_delivery_status_view_green {
  background-color: #40c353; }

.roe_delivery_status_view_yellow {
  background-color: yellow; }

.roe_delivery_status_view_red {
  background-color: red; }

.roe_price_label {
  font-size: 24px;
  color: #3d3d3d;
  font-weight: 600;
  text-decoration: none solid #3d3d3d;
  line-height: 45px; }

.roe_weight_price {
  font-size: 15px;
  color: #3d3d3d;
  text-decoration: none solid #3d3d3d;
  line-height: 22px;
  margin-bottom: 20px; }

.roe_cart_button {
  width: 100%;
  height: 45px;
  border: 1px solid #0064b3;
  background-color: #0064b3;
  background-size: cover;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  text-decoration: none solid white;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.roe_feature {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center; }

.roe_feature_container {
  margin-bottom: 15px; }

.roe_feature_icon {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  text-align: center; }

.roe_feature_item {
  font-size: 14px;
  color: #3d3d3d;
  text-decoration: none solid #3d3d3d;
  line-height: 22px;
  margin: 0px;
  text-align: left; }

#roe_icon_print {
  background: url("../images/print.svg") no-repeat; }

#roe_icon_save {
  background: url("../images/pin.svg") no-repeat; }

#roe_icon_datasheet {
  background: url("../images/db.svg") no-repeat; }

/*PRICE RESULT********************************************************/
/*SUMMERY*************************************************************/
.roe_summery_container {
  background-color: #e6e7e8;
  border-radius: 5px;
  padding: 20px 20px 20px;
  margin: 0px; }

.cc_calculation_result {
  background-color: #e6e7e8;
  border-radius: 5px;
  padding: 20px 20px 20px;
  margin: 0px; }

.roe_preview_title {
  font-size: 17px;
  color: #3d3d3d;
  font-weight: 700;
  /* margin-top: 20px; */
  text-decoration: none solid #3d3d3d;
  line-height: 22px; }

.roe_preview_text {
  margin: 20px 0; }

.roe_calculate_button {
  width: 180px;
  height: 45px;
  border: 1px solid #0064b3;
  border-radius: 5px;
  background-color: #0064b3;
  background-size: cover;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none solid white;
  text-align: center; }

.roe_calculate_button[disabled] {
  width: 180px;
  height: 45px;
  border: 1px solid #9a9b9c;
  border-radius: 5px;
  background-color: #9a9b9c;
  background-size: cover;
  font-family: Open Sans;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none solid white;
  text-align: center; }

/*SUMMERY*************************************************************/
/*SALE CALCULATOR*****************************************************/
.roe_sale_calculator {
  margin: 20px 0px;
  padding: 10px 20px 20px;
  border-radius: 5px;
  background-color: white; }

.roe_sale_input {
  width: 70px !important;
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 10px; }

.roe_sale_table {
  width: 100%;
  height: 100%;
  border-collapse: collapse; }

.roe_sale_table tr:nth-of-type(1) {
  border-bottom: 1px solid #ddd; }

.roe_sale_table th {
  padding: 8px;
  text-align: left; }

.roe_sale_table td {
  padding: 8px;
  text-align: right; }

/*SALE CALCULATOR*****************************************************/
/*SUPPORT*************************************************************/
.roe_support_sticky_button {
  width: 55px;
  height: 55px;
  z-index: 1000;
  border: 1px solid #0064b3;
  border-radius: 50%;
  background-color: #0064b3;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/support_white.svg");
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  left: 90vw;
  top: 85vh;
  position: fixed; }

.roe_support_sticky_button a {
  width: 100%;
  height: 100%;
  display: block; }

.roe_support_container {
  border: 1px solid #0064b3;
  border-radius: 5px;
  padding: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 20px -15px; }

.roe_support_icon {
  background: url("../images/support.svg");
  width: 35px;
  height: 35px;
  margin: 0px auto; }

.roe_support_button {
  width: 100%;
  height: 45px;
  border: 1px solid #0064b3;
  border-radius: 5px;
  background-size: cover;
  background-color: transparent;
  font-size: 14px;
  align-items: center;
  color: #0064b3;
  font-weight: 700;
  text-decoration: none solid #0066cc;
  text-align: center;
  margin-bottom: 20px; }

/*SUPPORT*************************************************************/
/******************************************************
* Info section
*******************************************************/
.roe_infosection_margin {
  margin: 0px -30px;
  padding: 30px; }

.roe_infosection_margin_image {
  margin: 0px -30px; }

.roe_infosection_keys {
  text-align: center;
  background-color: #fff;
  margin-top: 60px;
  padding: 30px; }

.roe_infosection_keys_container {
  margin: 20px 0px; }

.roe_infosection_keys_icon {
  width: 40px;
  height: 40px;
  background-size: cover;
  margin: 10px auto; }

#roe_icon_product {
  background: url("../images/product.svg"); }

#roe_icon_clipboard {
  background: url("../images/clipboard.svg"); }

#roe_icon_delivery {
  background: url("../images/delivery.svg"); }

.roe_infosection_keys_header {
  font-weight: bold; }

.roe_infosection_additionalInfos_header {
  font-size: 32px;
  color: #0064b3;
  text-decoration: none solid #0066cc;
  line-height: 45px;
  text-align: center;
  margin-top: 50px; }

.roe_infosection_additionalInfos_text {
  padding: 30px;
  font-size: 15px;
  color: #3d3d3d;
  font-weight: 700;
  text-decoration: none solid #3d3d3d;
  line-height: 26px;
  text-align: block; }

.roe_infosection_additionalInfos_infotext {
  font-weight: normal; }

.roe_infosection_additionalInfos_list {
  font-size: 15px;
  font-weight: normal;
  color: #3d3d3d;
  text-decoration: none solid #3d3d3d;
  line-height: 26px;
  text-align: left; }

li::marker {
  color: #0064b3; }

.row_infosection_image {
  height: auto;
  width: 100%;
  display: block; }

/******************************************************
* Download section
*******************************************************/
.roe_infosection_downloads_header {
  width: 100%;
  font-size: 32px;
  color: #0064b3;
  line-height: 45px;
  text-align: center;
  margin: 50px 0px 30px; }

.roe_infosection_downloads {
  display: flex;
  flex-wrap: wrap;
  background-color: white; }

.roe_downloads_category_column {
  margin: 20px 0px 80px;
  display: flex;
  flex-direction: column; }

.roe_downloads_category {
  height: 100%;
  width: 100%;
  padding: 20px;
  background-color: #eceef0;
  background-size: cover; }

.roe_downloads_title {
  font-size: 15px;
  color: #3d3d3d;
  font-weight: 700;
  line-height: 22px;
  text-align: center; }

.roe_downloads_split {
  color: #ffffff;
  width: 100%;
  border: 1.4px solid #fff; }

.roe_downloads_item {
  display: inline-flex;
  align-items: start;
  justify-content: center;
  margin: 5px 0; }

.roe_downloads_item_icon {
  width: 20px;
  height: 20px;
  display: block;
  background-size: cover;
  background: url("../images/pdf.svg"); }

.roe_downloads_item_text {
  font-size: 13px;
  width: 100%;
  color: #3d3d3d;
  line-height: 18px;
  padding-left: 10px; }

/******************************************************
* FOOTER STYLES
*******************************************************/
.cc_footer_logo_col {
  display: none; }

.footer {
  color: #f1f1f1;
  font-size: 15px;
  background-color: #f1f1f1;
  margin: 0px -15px; }

.roe_footer {
  padding-top: 30px; }

.roe_footer_section_title {
  font-size: 15px;
  color: #3d3d3d;
  font-weight: 700;
  text-decoration: none solid #3d3d3d;
  line-height: 22px;
  text-align: center; }

.roe_footer_section_links {
  font-size: 15px;
  color: #3d3d3d;
  text-decoration: none solid #3d3d3d;
  line-height: 26px; }

.roe_footer_section_links_list {
  width: 50%;
  margin: 20px auto;
  list-style-type: none; }

.roe_footer_AGB {
  float: center;
  text-align: center;
  padding: 5px 0;
  margin-top: 30px;
  background-color: #f1f1f1; }

.roe_footer_AGB > a {
  color: white; }

.roe_footer_AGB > label {
  color: white;
  margin: 0px 10px; }

/******************************************************
* Viewport on mobile
*******************************************************/
@media (max-width: 480px) {
  .container-fluid {
    overflow: hidden;
    padding: 5px; }
  .roe_header_section_user {
    padding-right: 20px; }
  .roe_header_user {
    margin-right: 5px; }
  .roe_header_section_logo {
    padding-left: 0px; }
  .cc_menu_container {
    margin-bottom: 100px; } }

@media (max-width: 992px) {
  .container-fluid {
    overflow: hidden; }
  .roe_downloads_category_column {
    margin-bottom: 10px; }
  .roe_summery_container {
    margin: 15px; }
  .roe_summery_container.roe-no-margin {
    margin: 0px; }
  .roe_sale_calculator {
    margin: 15px; }
  .roe_support_container {
    margin: 0px; }
  .roe_footer_AGB {
    padding: 10px 30px; }
  .roe_mobile_footer {
    padding: 10px 30px; }
  .roe_support_sticky_button {
    left: 80vw;
    top: 90vh; }
  .cc_menu_container {
    margin-bottom: 120px; }
  #roe_datasheet_material {
    margin-top: 10px; } }

/*Make sure CC standard templates aren't broken by WSG styles*/
/*Sort buttons in product list*/
.cc_sort_options {
  display: revert; }

/****************************************
  Product Detail Site
*****************************************/
.roe_SP_ProductDetailPage .roe_thumbnail_image {
  margin-bottom: 10px; }

.roe_SP_ProductDetailPage .roe_thumbnail_image.active {
  border: 1px solid black; }

.roe_SP_ProductDetailPage table.roe_article_details {
  table-layout: fixed;
  overflow: auto;
  overflow-wrap: break-word; }

.roe_SP_ProductDetailPage .roe_article_details thead {
  font-size: 15px;
  font-weight: 600; }

.roe_SP_ProductDetailPage .roe_article_details th {
  padding: 12px; }

.roe_SP_ProductDetailPage .roe_article_details td {
  padding: 12px; }

.roe_SP_ProductDetailPage .roe_summery_container {
  border-radius: 0px; }

.roe_SP_ProductDetailPage .roe_price_view {
  padding: 0px;
  margin-bottom: 0px; }

.roe_SP_ProductDetailPage .roe_result_price_section {
  margin: 0px; }

.roe_SP_ProductDetailPage .roe_price_label {
  font-size: 24px; }

.roe_cart_container {
  display: flex; }

.roe_cart_container input {
  width: 35%;
  border-radius: 0px;
  font-size: 15px;
  font-weight: 600;
  padding-left: 15px; }

.roe_cart_container .cc_action {
  width: 100%; }

.roe_SP_ProductDetailPage .roe_infosection_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  color: #0064b3; }

.roe_SP_ProductDetailPage .roe_infosection_additionalInfos_text {
  padding-left: 0px; }

.roe_SP_ProductDetailPage .roe_infosection_productdetail {
  margin: 25px 0; }

.roe_SP_ProductDetailPage .roe_download_datasheet {
  padding-left: 0px; }

.roe_SP_ProductDetailPage .roe_download_datasheet label {
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px; }

.roe_product_image_container {
  position: relative; }

.cc_main_prod_image {
  position: absolute;
  z-index: 1; }

.roe-color-indicator-group {
  align-items: center;
  display: inline-flex; }

.roe_product_image_color_container {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid black;
  /*left: 270px;
  top: 15px;
  z-index: 2;*/
  margin-top: -4px; }

.roe_product_image_color_indicator {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0;
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.roe_product_color_label {
  left: 40px;
  position: relative; }

.roe_productinfo .roe_product_image_color_container {
  top: 30px;
  left: 45px; }

.roe_SP_ProductDetailPage .roe_product_information_table {
  width: 100%;
  margin-top: 20px;
  font-size: 14px; }

.roe_SP_ProductDetailPage .borderless td,
.roe_SP_ProductDetailPage .borderless th {
  border: none !important; }

/******************************
  ROE Interaction Container
*******************************/
.roe_interaction_container {
  margin: 20px 0 0 0; }

.roe_interaction_container .col {
  padding: 0px; }

.roe_interaction_container .roe_interaction_btn,
.roe_interaction_btn {
  /*background: white;*/
  /*border: 1px solid black;*/
  /* width: 40px; */
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  cursor: pointer; }

.roe_cutting_icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiICB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0yMCwxNUMyMCwxNSAxOC42LDE2LjMgMjEuMSwxN0wxOC4zLDE5LjhIMTUuNUMxNS41LDE5LjggMTMuNiwxOS43IDE1LDIySDExTDksMjBDOSwyMCA3LjcsMTguNiA3LDIxLjFMNC4yLDE4LjNWMTUuNUM0LjIsMTUuNSA0LjMsMTMuNiAyLDE1VjExTDQsOUM0LDkgNS40LDcuNyAyLjgsNy4xTDUuNiw0LjJIOC41QzguNSw0LjIgMTAuNCw0LjMgOSwySDEzTDE1LDRDMTUsNCAxNi4zLDUuNCAxNywyLjhMMTkuOCw1LjZWOC41QzE5LjgsOC41IDE5LjcsMTAuNCAyMiw5VjEzTDIwLDE1TTE0LDEyQTIsMiAwIDAsMCAxMiwxMEEyLDIgMCAwLDAgMTAsMTJBMiwyIDAgMCwwIDEyLDE0QTIsMiAwIDAsMCAxNCwxMloiIC8+Cjwvc3ZnPg==");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px; }

button .roe_cutting_icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiICB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0yMCwxNUMyMCwxNSAxOC42LDE2LjMgMjEuMSwxN0wxOC4zLDE5LjhIMTUuNUMxNS41LDE5LjggMTMuNiwxOS43IDE1LDIySDExTDksMjBDOSwyMCA3LjcsMTguNiA3LDIxLjFMNC4yLDE4LjNWMTUuNUM0LjIsMTUuNSA0LjMsMTMuNiAyLDE1VjExTDQsOUM0LDkgNS40LDcuNyAyLjgsNy4xTDUuNiw0LjJIOC41QzguNSw0LjIgMTAuNCw0LjMgOSwySDEzTDE1LDRDMTUsNCAxNi4zLDUuNCAxNywyLjhMMTkuOCw1LjZWOC41QzE5LjgsOC41IDE5LjcsMTAuNCAyMiw5VjEzTDIwLDE1TTE0LDEyQTIsMiAwIDAsMCAxMiwxMEEyLDIgMCAwLDAgMTAsMTJBMiwyIDAgMCwwIDEyLDE0QTIsMiAwIDAsMCAxNCwxMloiIC8+Cjwvc3ZnPg==");
  margin-left: 10px; }

.roe_contact_icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiICB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0yMiA2QzIyIDQuOSAyMS4xIDQgMjAgNEg0QzIuOSA0IDIgNC45IDIgNlYxOEMyIDE5LjEgMi45IDIwIDQgMjBIMjBDMjEuMSAyMCAyMiAxOS4xIDIyIDE4VjZNMjAgNkwxMiAxMUw0IDZIMjBNMjAgMThINFY4TDEyIDEzTDIwIDhWMThaIiAvPgo8L3N2Zz4=");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px; }

.roe_wishlist_icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiICB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xOSwzSDE0LjgyQzE0LjI1LDEuNDQgMTIuNTMsMC42NCAxMSwxLjJDMTAuMTQsMS41IDkuNSwyLjE2IDkuMTgsM0g1QTIsMiAwIDAsMCAzLDVWMTlBMiwyIDAgMCwwIDUsMjFIMTlBMiwyIDAgMCwwIDIxLDE5VjVBMiwyIDAgMCwwIDE5LDNNMTIsM0ExLDEgMCAwLDEgMTMsNEExLDEgMCAwLDEgMTIsNUExLDEgMCAwLDEgMTEsNEExLDEgMCAwLDEgMTIsM003LDdIMTdWNUgxOVYxOUg1VjVIN1Y3TTE3LDExSDdWOUgxN1YxMU0xNSwxNUg3VjEzSDE1VjE1WiIgLz4KPC9zdmc+");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px; }

button .roe_wishlist_icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiICB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgIDxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xOSwzSDE0LjgyQzE0LjI1LDEuNDQgMTIuNTMsMC42NCAxMSwxLjJDMTAuMTQsMS41IDkuNSwyLjE2IDkuMTgsM0g1QTIsMiAwIDAsMCAzLDVWMTlBMiwyIDAgMCwwIDUsMjFIMTlBMiwyIDAgMCwwIDIxLDE5VjVBMiwyIDAgMCwwIDE5LDNNMTIsM0ExLDEgMCAwLDEgMTMsNEExLDEgMCAwLDEgMTIsNUExLDEgMCAwLDEgMTEsNEExLDEgMCAwLDEgMTIsM003LDdIMTdWNUgxOVYxOUg1VjVIN1Y3TTE3LDExSDdWOUgxN1YxMU0xNSwxNUg3VjEzSDE1VjE1WiIgLz4KPC9zdmc+");
  margin-left: 10px; }

button .roe_no_margin {
  margin: 0px; }

.btn-group .btn {
  border-width: 0px; }

.roe_more_icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiICB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgIDxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNiwxMkEyLDIgMCAwLDEgMTgsMTBBMiwyIDAgMCwxIDIwLDEyQTIsMiAwIDAsMSAxOCwxNEEyLDIgMCAwLDEgMTYsMTJNMTAsMTJBMiwyIDAgMCwxIDEyLDEwQTIsMiAwIDAsMSAxNCwxMkEyLDIgMCAwLDEgMTIsMTRBMiwyIDAgMCwxIDEwLDEyTTQsMTJBMiwyIDAgMCwxIDYsMTBBMiwyIDAgMCwxIDgsMTJBMiwyIDAgMCwxIDYsMTRBMiwyIDAgMCwxIDQsMTJaIiAvPgo8L3N2Zz4=");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px; }

.roe_cart_icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiICB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgIDxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMCwwVjRIOEwxMiw4TDE2LDRIMTRWME0xLDJWNEgzTDYuNiwxMS41OUw1LjI1LDE0LjA0QzUuMDksMTQuMzIgNSwxNC42NSA1LDE1QTIsMiAwIDAsMCA3LDE3SDE5VjE1SDcuNDJDNy4yOSwxNSA3LjE3LDE0Ljg5IDcuMTcsMTQuNzVMNy4yLDE0LjYzTDguMSwxM0gxNS41NUMxNi4zLDEzIDE2Ljk2LDEyLjU5IDE3LjMsMTEuOTdMMjEuMTYsNC45NkwxOS40Miw0SDE5LjQxTDE4LjMxLDZMMTUuNTUsMTFIOC41M0w4LjQsMTAuNzNMNi4xNiw2TDUuMjEsNEw0LjI3LDJNNywxOEEyLDIgMCAwLDAgNSwyMEEyLDIgMCAwLDAgNywyMkEyLDIgMCAwLDAgOSwyMEEyLDIgMCAwLDAgNywxOE0xNywxOEEyLDIgMCAwLDAgMTUsMjBBMiwyIDAgMCwwIDE3LDIyQTIsMiAwIDAsMCAxOSwyMEEyLDIgMCAwLDAgMTcsMThaIiAvPgo8L3N2Zz4=");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px; }

button .roe_cart_icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiICB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgIDxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMCwwVjRIOEwxMiw4TDE2LDRIMTRWME0xLDJWNEgzTDYuNiwxMS41OUw1LjI1LDE0LjA0QzUuMDksMTQuMzIgNSwxNC42NSA1LDE1QTIsMiAwIDAsMCA3LDE3SDE5VjE1SDcuNDJDNy4yOSwxNSA3LjE3LDE0Ljg5IDcuMTcsMTQuNzVMNy4yLDE0LjYzTDguMSwxM0gxNS41NUMxNi4zLDEzIDE2Ljk2LDEyLjU5IDE3LjMsMTEuOTdMMjEuMTYsNC45NkwxOS40Miw0SDE5LjQxTDE4LjMxLDZMMTUuNTUsMTFIOC41M0w4LjQsMTAuNzNMNi4xNiw2TDUuMjEsNEw0LjI3LDJNNywxOEEyLDIgMCAwLDAgNSwyMEEyLDIgMCAwLDAgNywyMkEyLDIgMCAwLDAgOSwyMEEyLDIgMCAwLDAgNywxOE0xNywxOEEyLDIgMCAwLDAgMTUsMjBBMiwyIDAgMCwwIDE3LDIyQTIsMiAwIDAsMCAxOSwyMEEyLDIgMCAwLDAgMTcsMThaIiAvPgo8L3N2Zz4=");
  margin-left: 10px; }

.roe_compare_icon {
  background-image: url("../images/compare-white.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px; }

button .roe_compare_icon {
  background-image: url("../images/compare-white.svg");
  margin-left: 10px; }

.roe_copy_icon {
  background-repeat: no-repeat;
  width: 24px;
  height: 24px; }

/**************************************
  Productconfigurator
***************************************/
.roe_SP_ProductConfigurator h1 {
  margin: 0; }

.dd-header--offscreen .roe_filter_row {
  transform: translateY(-61px); }

.roe_filter_row {
  position: fixed;
  left: 10px;
  right: 10px;
  top: 68px;
  z-index: 30;
  background: #f1f1f1;
  padding: 10px 0;
  margin-left: -15px; }

@media (max-width: 991px) {
  .productConfiguratorFilterContainer {
    width: 100vw; } }

.roe_filter_row button {
  width: 50vw;
  margin: 0 auto;
  display: block; }

.roe_filter_row button i {
  margin-left: 10px; }

.roe_product_section_search {
  padding-left: 30px; }

@media (max-width: 768px) {
  .roe_product_section_search {
    padding: 0;
    margin-top: 20px; } }

.roe_product_search {
  font-size: 14px;
  width: 100%;
  min-width: 60px;
  height: 45px;
  padding-left: 5% !important;
  border-radius: 0 !important; }

.roe_product_search::placeholder {
  font-size: 14px; }

.roe_product_search_button {
  background-color: #0064b3;
  padding: 0px !important; }

.roe_product_search_button_icon {
  width: 100%;
  height: 100%;
  background-size: cover;
  background: url("../images/search.svg") no-repeat center center; }

.roe_SP_ProductConfigurator .roe_productinfo_grid {
  margin-top: 20px; }

.roe_SP_ProductConfigurator .roe_productinfo {
  border: 1px solid #e6e6e6;
  background-size: cover;
  padding: 20px;
  margin-bottom: 20px; }

.roe_SP_ProductConfigurator .roe_productinfo_img {
  width: 100%; }

.roe_productinfo_img_small {
  width: 50%; }

.roe_SP_ProductConfigurator .roe_productinfo_title {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px; }

.roe_SP_ProductConfigurator .roe_productinfo_description {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 22px; }

.roe_SP_ProductConfigurator .roe_productinfo_btngroup {
  display: inline-flex;
  width: 100%; }

.dropdown-toggle .btn-white-text {
  color: white;
  font-size: 14px;
  letter-spacing: 0.2px; }

.roe_productinfo_btngroup .dropdown .dropdown-toggle span {
  display: none; }

.roe_SP_ProductConfigurator .roe_productinfo_btn {
  width: 100%;
  height: 40px;
  margin-right: 10px; }

.roe_SP_ProductConfigurator .roe_support_container {
  margin: 20px 15px;
  border-radius: 0px; }

.roe_SP_ProductConfigurator .roe_support_button {
  border-radius: 0px;
  margin: 0px; }

@media (max-width: 768px) {
  .roe_SP_ProductConfigurator .roe_support_button {
    margin-top: 20px; } }

.roe_SP_ProductConfigurator .roe_preview_text {
  margin: 20px 0 0 0; }

.roe_navigation_panel {
  border: 0px;
  border-top: 2px solid #e6e6e6;
  border-radius: 0px !important;
  box-shadow: none;
  margin: 0px !important; }

.roe_navigation_panel:last-of-type {
  border-bottom: 2px solid #e6e6e6; }

.roe_navigation_panel a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: #999999; }

.roe_navigation_panel a.active {
  color: #0064b3; }

.roe_navigation_panel a:hover {
  color: #0064b3; }

.roe_navigation_panel div {
  background-color: white !important; }

.roe_productinfo_title {
  color: #0064b3; }

.roe_utility_buttons {
  left: 0;
  top: 90vh;
  position: fixed;
  z-index: 1100;
  width: 100%;
  margin: 0;
  padding: 0 20%; }
  @media (min-width: 992px) {
    .roe_utility_buttons {
      left: auto;
      right: 3vw;
      top: auto;
      bottom: 3vh;
      padding: 0;
      width: 55px; } }
  .roe_utility_buttons .roe_utility_sticky_button {
    width: 55px;
    height: 55px;
    z-index: 1000;
    border-radius: 50%;
    background-size: 60%;
    background-repeat: no-repeat;
    background-color: #0064b3;
    background-position: center center;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .roe_utility_buttons .roe_utility_sticky_button {
        margin: 15px auto; } }
    .roe_utility_buttons .roe_utility_sticky_button.roe_uitlity_support {
      background-image: url("../images/support_white.svg"); }
    .roe_utility_buttons .roe_utility_sticky_button.roe_utility_cart {
      background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiICB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgIDxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMCwwVjRIOEwxMiw4TDE2LDRIMTRWME0xLDJWNEgzTDYuNiwxMS41OUw1LjI1LDE0LjA0QzUuMDksMTQuMzIgNSwxNC42NSA1LDE1QTIsMiAwIDAsMCA3LDE3SDE5VjE1SDcuNDJDNy4yOSwxNSA3LjE3LDE0Ljg5IDcuMTcsMTQuNzVMNy4yLDE0LjYzTDguMSwxM0gxNS41NUMxNi4zLDEzIDE2Ljk2LDEyLjU5IDE3LjMsMTEuOTdMMjEuMTYsNC45NkwxOS40Miw0SDE5LjQxTDE4LjMxLDZMMTUuNTUsMTFIOC41M0w4LjQsMTAuNzNMNi4xNiw2TDUuMjEsNEw0LjI3LDJNNywxOEEyLDIgMCAwLDAgNSwyMEEyLDIgMCAwLDAgNywyMkEyLDIgMCAwLDAgOSwyMEEyLDIgMCAwLDAgNywxOE0xNywxOEEyLDIgMCAwLDAgMTUsMjBBMiwyIDAgMCwwIDE3LDIyQTIsMiAwIDAsMCAxOSwyMEEyLDIgMCAwLDAgMTcsMThaIiAvPgo8L3N2Zz4="); }
    @media (min-width: 992px) {
      .roe_utility_buttons .roe_utility_sticky_button.roe_utility_filter {
        display: none; } }
    .roe_utility_buttons .roe_utility_sticky_button.roe_utility_filter i {
      color: white;
      font-size: 30px;
      padding: 12px; }

/***********************************
  Product Filter
************************************/
.roe_product_filter {
  background-color: #e6e6e6;
  padding: 20px;
  width: 100%;
  height: 100%; }

.roe_active_filters {
  display: flow-root; }

.roe_filter_object {
  padding: 10px;
  border: 1px solid black;
  margin: 0 10px 10px 0;
  display: inline-flex; }

.roe_filter_object i {
  margin-left: 10px;
  transform: rotate(45deg); }

.roe_delete_filter {
  width: 100%;
  margin-top: 10px; }

.roe_dropdown_filter {
  margin-top: 20px; }

.roe_filter_title {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #0064b3; }

.roe_dropdown_select {
  border-radius: 0px;
  padding: 10px;
  font-size: 15px;
  font-weight: 600;
  appearance: none; }

.roe_modification_select {
  display: none; }

.roe_apply_filter {
  padding: 0 30px;
  margin-top: 20px;
  margin-bottom: 10vh; }

.roe_apply_filter button {
  width: 100%; }

/*Dropdown density*/
.roe_dropdown_density {
  display: inline-flex;
  margin: 10px 0; }

.roe_dropdown_density_input {
  margin: 0 5px;
  border-radius: 0px !important;
  min-width: 12%;
  max-width: 100%;
  width: 100%; }

.multiselect-native-select .btn-group {
  width: 100%; }

.multiselect-native-select .multiselect-search {
  height: 34px;
  border-radius: 0px; }

.btn-group .multiselect.dropdown-toggle {
  width: 100%;
  background: white;
  border: 1px solid #e6e6e6;
  border-radius: 0px;
  color: black;
  font-size: 15px;
  font-weight: 600; }

.dropdown-menu {
  padding: 5px; }

.roe_dropleft {
  right: 0px;
  left: auto; }

/*Style for slider*/
.lowerDisp {
  float: left;
  display: inline;
  font-size: 11px;
  font-weight: normal;
  font-family: ProximaNovaRegular, Arial, Helvetica, sans-serif;
  padding: 2px; }

.upperDisp {
  float: right;
  display: inline;
  font-size: 11px;
  font-weight: normal;
  font-family: ProximaNovaRegular, Arial, Helvetica, sans-serif;
  padding: 2px; }

.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
  background: darkgrey;
  width: 96%; }

.noUI-background {
  box-shadow: unset; }

.noUI-horizontal {
  height: 2px; }

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  top: -8px !important;
  border-radius: 50% !important; }

.noUi-handle:before,
.noUi-handle:after {
  width: 0px;
  height: 0px; }

@media (max-width: 991px) {
  .cssidebar .cssidebar-content,
  .cssidebar .cssidebar-overlay {
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    transition: all .3s ease-in-out 0s; }
  .cssidebar .cssidebar-overlay {
    right: 0;
    opacity: 1;
    width: 100%;
    z-index: 1023;
    transform: scale(0);
    background: rgba(0, 0, 0, 0.4);
    position: fixed; }
  .cssidebar .cssidebar-content {
    width: 100%;
    color: #333;
    padding: 15px;
    z-index: 9999;
    background: #fff;
    transform: translateX(-100%); }
  .cssidebar.active .cssidebar-content {
    transform: translateX(0); }
  .cssidebar.active .cssidebar-overlay {
    opacity: 1;
    transform: scale(1); }
  .cssidebar-overlay-inactive {
    display: none; } }

/*********************
  PRODUCT LIST PAGE
**********************/
.roe_productlist_title {
  text-align: center;
  position: relative;
  color: #0064b3;
  padding: 10px; }

.cc_category_row {
  background-image: url(../images/Roechling_Materials.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  height: 200px; }

.roe_productlist_sortpanel {
  background: #e6e6e6;
  margin: 10px -15px 20px;
  padding: 10px 20px 0px; }

.roe_productlist_table {
  table-layout: fixed;
  margin-bottom: 0px;
  font-size: 14px; }

.roe_productlist_table tbody {
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0px !important;
  table-layout: fixed; }

.roe_productlist_table tr {
  position: relative; }

.roe_productlist_table td,
.roe_productlist_table th {
  text-align: center;
  height: 60px; }

.roe_productlist_table th {
  max-width: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.cc_product_container .roe_productlist_table td {
  vertical-align: middle; }

.productListContent .roe_productlist_table.blurred tbody {
  filter: blur(1px);
  background-color: #e6e6e6; }

.roe_productlist_table_colorcontainer {
  width: 20px;
  height: 20px;
  text-align: center;
  border: 0.4px solid #cccccc;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center; }

.roe_productgrid_table .roe_productlist_table_colorcontainer {
  margin: 0; }

.roe_productlist_table_color {
  width: 18px;
  height: 18px;
  border: 1px solid #cccccc;
  margin: 5% auto;
  border-radius: 50%;
  background-size: cover; }

.cc_controls_list li {
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center; }

.cc_controls_list li select {
  height: 100%; }

.productListContent .cc_product_container {
  position: relative;
  display: block; }

.roe_productlist_table_overlay {
  display: table;
  width: 50%;
  height: 100%;
  position: absolute;
  transform: translateY(0) translateX(100%);
  padding-right: 10px;
  -ms-transform: translateX(-100%); }

.roe_collapsable_buttons {
  text-align: right;
  margin-top: 10px; }

.roe_interaction_btn_hidden {
  display: none; }

.roe_interaction_btn_hidden.active {
  display: inline-flex; }

.roe_productlist_filterToggle {
  background-color: #04bbee;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: 55px;
  height: 210px; }

.roe_productlist_filterToggle label {
  transform: rotate(-90deg);
  -ms-transform-origin: center;
  white-space: nowrap; }

.roe_productlist_filterContainer {
  display: inline-flex; }

.roe_productlist_stickyfilter {
  display: inline-flex;
  z-index: 1;
  /* transition: 0.5s; */
  /* width: 100vw; */ }

.productListFilterContainer {
  /* transition: 0.5s; */
  overflow-y: scroll;
  width: 0px;
  height: 66.66vh; }

.productListFilterContainer.active {
  display: block;
  width: 25vw; }

.toggleDirection {
  transform: rotate(180deg); }

.cc_main_content_col {
  filter: none; }

.blurred {
  opacity: 0.3; }

.glyphicon-list {
  color: #ffffff; }

.glyphicon-th {
  color: #ffffff; }

.roe_break_words_table {
  word-break: break-all; }

/********************
Compare Tray View
*********************/
.roe_comparetrayview_container {
  background-color: #e6e6e6;
  border-radius: 0px;
  border: none; }

.roe_comparetrayview_product {
  background-color: white;
  height: 100%; }

.roe_comparetrayview_product a {
  font-weight: bold; }

.roe_comparetrayview_product button.close {
  width: 100%;
  text-align: right; }

.compareTrayRemButton {
  margin: 10px; }

.roe_comparetrayview_row {
  display: flex; }

.roe_compareTrayProd_img {
  padding: 0;
  padding-left: 10px; }

.roe_compareTrayProd_text {
  padding: 0; }

#compareCollapse > div {
  margin-bottom: 21px;
  text-align: center; }

/* ROE Productgrid table */
.cc_grid_image_container img {
  max-width: 200px; }

.roe_productlistgrid_container {
  display: flex;
  flex-wrap: wrap; }

.productListContent.roe_productlistgrid_container span {
  display: flex; }

.roe_productgrid_table th {
  font-weight: bold;
  border-top: none !important;
  padding: 4px !important; }

.roe_productgrid_table td {
  border-top: none !important;
  padding: 4px !important; }

.roe_productlist_productlink .cc_product_name {
  color: #0064b3; }

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

.cc_product_item .cc_product_name {
  color: #0064b3; }

td.roe_productitem_compare {
  display: inline-flex;
  width: 100%; }

.compareSKUCol {
  color: #0064b3;
  font-size: 20px; }

.roe_productcompare_title {
  font-size: 28px;
  margin-bottom: 20px; }

.roe_productcompare_table .roe_cart_container {
  margin: 10px 0; }

.roe_productcompare_table img {
  max-width: 200px; }

.roe_productgrid_features {
  margin-top: 20px;
  text-align: center;
  padding: 0; }

.roe_productgrid_featurebtn {
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  border: 1px solid white;
  justify-content: center;
  align-items: center;
  padding: 0px; }

.wishButtons {
  padding: 0px; }

.roe_productgrid_featurebtn i {
  margin-left: 5px; }

.cc_filter_options {
  background-color: #e6e6e6;
  padding: 20px; }

.list-group-item.cc_spec_filter_option {
  background-color: #e6e6e6; }

.panel-title > a {
  color: #0064b3; }

/*********************
  PRODUCT Configurator PAGE
**********************/
.roe_productconfigurator_title {
  color: #0064b3;
  padding: 10px 0px; }

.roe_industries_linklist {
  margin-top: 30px; }

.roe_industries_linklist .dd-menu__link {
  font-size: 16px; }

.roe_industries_item_list {
  padding: 0px; }

.roe_industries_item {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 40px);
  margin: 16px 0px 0px;
  padding-bottom: 10px; }

.roe_industries_item > .icon {
  display: inline-block;
  height: auto;
  width: 25px;
  vertical-align: top;
  margin-right: 20px; }

.roe_productconfigurator_sortpanel {
  background: #e6e6e6;
  padding: 10px 20px 0px; }

.roe_productconfigurator_noresult {
  margin-top: 10px; }

/********************
Cart & Checkout
*********************/
.cc_title {
  color: #0064b3; }

.cart_sort_item {
  border-width: 1px;
  border-color: #0064b3;
  background-color: white; }

.cart_sort_item:hover {
  text-decoration: none; }

.label-default {
  border: 1px solid #0064b3;
  border-radius: 0px;
  color: #0064b3;
  background-color: white;
  font-size: 85%;
  font-weight: normal; }

.roe_product_image_color_container.cart {
  position: relative;
  height: 30px;
  width: 30px;
  margin: 2px; }

.roe_product_color_label.cart {
  left: 10px; }

.modal.fade .modal-dialog {
  transform: translateY(0); }

.modal-header {
  display: block; }

.close {
  font-size: 2em; }

.nav-pills > li.active > a {
  background-color: #0064b3; }

.nav-pills > li.disabled > a {
  color: #0064b3; }

.roe_checkout_nav {
  padding-top: 10px; }

.cc_grand_total {
  font-weight: 700; }

.cc_wish_finder {
  margin-top: 5px;
  font-size: 2em; }

.cart_item.wishFinder.cc_wish_finder {
  margin-top: 5px;
  font-size: 1.1em; }

.cc_order_information_title {
  color: #0064b3; }

.panel-default > .panel-heading {
  background-color: #f1f1f1; }

.well {
  background-color: #f1f1f1; }

.cc_totals_section {
  padding-bottom: 1rem; }

/* MyAccount */
#MyAccount_navSection > .panel > .panel-heading {
  background-color: #0064b3; }

/* MyAccount */
#MyAccount_navSection > .panel > .panel-heading > .panel-title {
  color: white; }

.form-inline .form-control {
  margin: 5px; }

.cc_order_search_action {
  margin: 5px; }

.roe_submenu_link {
  font-size: 16px; }

/*********
*Forecast*
*********/
.cc_value_sku {
  margin-left: 0.5rem; }

/*******************************************
 SIDEBAR
*******************************************/
.roe_sidebar_container {
  position: fixed;
  z-index: 10000000000;
  top: 16.66vh;
  left: 0;
  transform: translateX(-100%); }

.roe_sidebar_container a.roe_sidebar_item {
  position: relative;
  left: 0;
  transform: translateX(40px);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  display: block;
  width: 25vw;
  min-width: calc(320px * 0.9); }

.roe_show_sidebar {
  left: 0 !important;
  transform: translateX(100%) !important;
  transition: all ease-in-out 0.5s; }

.roe_sidebar_button {
  width: 100%; }

.roe_sidebar_button .roe_sidebar_button_icon {
  float: right;
  display: block;
  margin-left: 8px; }

.roe_sidebar_button .roe_sidebar_button_icon i {
  display: block;
  width: 24px;
  height: 24px; }

.roe_sidebar_button .roe_sidebar_button_icon .glyphicon-filter {
  top: 5.75px; }

.roe_sidebar_button .roe_sidebar_button_text {
  float: right; }

.roe_sidebar_modal {
  clear: right; }

.roe_modify_filterForSidebar {
  width: auto;
  height: auto;
  color: white;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start; }

.roe_sidebar_container_pc.roe_sidebar_container {
  left: auto;
  top: 44vh;
  right: 0;
  transform: translateX(100%); }

.roe_sidebar_container_pc .roe_sidebar_container a.roe_sidebar_item {
  left: auto;
  right: 0;
  transform: translateX(0); }

.roe_sidebar_container_pc .roe_show_sidebar {
  transform: translateX(-100%) !important; }

/****************************
    QUICKORDER BOX
****************************/
.roe_sidebar_modal .cc_mini_quick_order {
  border-bottom-width: 0px;
  border-top-width: 0px; }

.roe_cart_button_text {
  font-size: 12px;
  white-space: normal; }

.cc_modal_title {
  color: #0064b3; }

.roe-mobile-scroll {
  height: 66.66vh !important; }

.roe-no-scroll {
  overflow: hidden; }

@keyframes roe_spinner {
  to {
    transform: rotate(360deg); } }

.roe-spinner:before {
  content: '';
  box-sizing: border-box;
  position: relative;
  top: 5%;
  width: 5rem;
  height: 5rem;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 3px solid var(--gray-dark);
  border-top-color: var(--secondary);
  animation: roe_spinner .6s linear infinite; }

.roe-backdrop {
  display: flex;
  /* width: 100%; */
  height: 200vh;
  background: rgba(0, 79, 141, 0.1);
  justify-content: center; }

/* SEARCH
/
//////////*/
.btn.roe-search-btn {
  padding: .375rem .75rem;
  border-radius: 5px; }

.btn.roe-search-btn .icon.icon-search {
  width: 15px;
  height: auto;
  margin: 0;
  top: 0.1875rem; }

/* Header */
.roe-header-container {
  position: fixed;
  height: 108px;
  top: 0;
  width: 100vw;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  z-index: 1023;
  background-color: #fff; }

.roe-header-container .dd-header {
  position: relative;
  box-shadow: none; }

.roe-header-row.dd-header {
  flex-wrap: nowrap; }

/**** MENU
*/
.roe-menu-row {
  height: 40px; }

.roe-menu-row .dd-menu__level--1 > .dd-menu__item > .dd-menu__link {
  line-height: 40px; }

.roe-menu-row .dd-menu__level--1 > .dd-menu__item.has-children > .dd-menu__link::before {
  top: 15px; }

/* requested Delivery Date */
.roe-requested-delivery-date {
  background: #0064b3;
  border-color: #0064b3;
  color: #fff; }

/* Customer's own order number */
.roe-customer-order-number {
  padding: 0;
  font-weight: 700; }

.modal-add-to-cart .modal-content .modal-header {
  display: flex; }

.roe-error-label {
  color: red !important;
  font-size: 12px !important;
  font-weight: 300; }

.roe-invalid-input {
  border-color: red !important; }

/*
///////////////HOMEPAGE//////////////////
*/
.roe_hp_header > h1 {
  color: white; }

.roe_hp_header {
  padding: 30px 70px !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media (max-width: 991px) {
  .roe_hp_header {
    padding: 30px 20px !important; }
    .roe_hp_header > h1 {
      font-size: 24px; } }

.roe_sales_component {
  border: 1px solid #dadada; }

.roe_hp_account_info {
  border: 1px solid #dadada;
  text-align: center;
  padding: 42px 0; }

.roe_hp_account_info > p {
  font-size: 24px;
  color: #0064b3;
  text-decoration: none solid #0064b3;
  line-height: 29px;
  font-weight: bold; }

.roe_hp_account_info > div {
  width: 50px;
  height: 50px;
  margin: 25px auto;
  background-size: contain;
  background-repeat: no-repeat; }

.roe_hp_account_info_data {
  background-image: url("data:image/svg+xml,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' overflow='visible' preserveAspectRatio='none' viewBox='-3.5100000000000016 0 54 54' width='54' height='54'%3E%3Cg%3E%3Cg xmlns:default='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M30.5,32H15.7C6.8,32,0,41.2,0,52.4C0,53.1,0,54,0.9,54h45.1c0.9,0,0.9-0.9,0.9-1.6C47,41.2,39.4,32,30.5,32z M2,52 C2.1,42,8.2,34,16,34h14c7.9,0,14.9,7.9,15,18H2z M22.9,28.5c7.8,0,14.2-6.4,14.2-14.2C37.1,6.4,30.7,0,22.9,0S8.6,6.4,8.6,14.2 C8.6,22.1,15,28.5,22.9,28.5z M22.9,2c6.7,0,12.2,5.5,12.2,12.3c0,0.7-0.1,1.3-0.2,1.9c-6.9-0.5-8.7-5.2-8.7-5.4l-0.7-2l-1.1,1.8 c-2.6,4.4-11.3,2.8-13.7,2.3C11.4,6.8,16.6,2,22.9,2z M25.1,12.9c1.2,1.8,3.9,4.7,9.4,5.2c-1.6,4.9-6.2,8.4-11.6,8.4 c-6.5,0-11.9-5.2-12.2-11.6C13.6,15.5,21.3,16.8,25.1,12.9z' style='fill: rgb(4, 187, 238);' vector-effect='non-scaling-stroke'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.roe_hp_account_info_orders {
  background-image: url("data:image/svg+xml,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' overflow='visible' preserveAspectRatio='none' viewBox='-1.5039999999999978 0 47 47' width='54' height='54'%3E%3Cg%3E%3Cg%3E%3Cpath d='M44.3,33.9l-21.9,5.2c-0.6-3.5-3.7-6.3-7.4-6.3c-0.2,0-0.5,0-0.7,0L8.4,4.2L1,0L0,1.7l6.6,3.8l5.8,27.8 c-2.8,1.1-4.9,3.8-4.9,7c0,4.1,3.4,7.5,7.5,7.5c3.9,0,7.1-2.9,7.5-6.7l22.3-5.3L44.3,33.9z M15,45.9c-3,0-5.5-2.5-5.5-5.5 c0-3,2.5-5.5,5.5-5.5s5.5,2.5,5.5,5.5C20.5,43.4,18,45.9,15,45.9z M16.3,17.4L20.1,33l20.4-5l-3.8-15.5l-7.8,1.9L26,2.7L13.4,5.8 L16.3,17.4L16.3,17.4z M35.2,14.8l2.9,11.7l-16.5,4.1l-2.9-11.7l1.8-0.4L35.2,14.8z M15.8,7.2l8.7-2.1l2.4,9.7L18.2,17L15.8,7.2z' style='fill: rgb(4, 187, 238);' vector-effect='non-scaling-stroke'/%3E%3C/g%3E%3C/g%3E%3Cg/%3E%3C/svg%3E"); }

.roe_hp_info_container {
  border: 1px solid #e6e6e6;
  overflow: hidden;
  padding: 0;
  cursor: pointer; }

.roe_hp_info_container_image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 180px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .5s; }

.roe_hp_info_container:hover .roe_hp_info_container_image,
.roe_hp_info_container:focus .roe_hp_info_container_image {
  transform: scale(1.2); }

.roe_hp_info_title {
  width: 100%;
  height: 70px;
  position: relative;
  background-color: #0064b3;
  color: white;
  font-size: 20px;
  font-weight: 500; }

.roe_hp_info_title_container {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .5s; }

.roe_hp_info_title_container > p {
  float: left;
  margin: 0;
  margin-left: 15px; }

.roe_hp_info_title_container > div {
  width: 32px;
  height: 32px;
  transform: rotate(180deg);
  margin-left: auto;
  margin-right: 15px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' overflow='visible' preserveAspectRatio='none' viewBox='0 0 66 66' xml:space='preserve' y='0px' x='0px' width='32' height='32'%3E%3Cg transform='translate(1, 1)'%3E%3Cstyle type='text/css'%3E .st0_1623826201149%7Bdisplay:none;%7D .st1_1623826201149%7Bdisplay:inline;opacity:0.5;fill:url(%23SVGID_1__1623826201149);%7D .st2_1623826201149%7Bdisplay:inline;%7D .st3_1623826201149%7Bfill:%234B4B4B;%7D .st4_1623826201149%7Bdisplay:inline;fill:%234B4B4D;%7D .st5_1623826201149%7Bdisplay:inline;fill:%234B4B4B;%7D%0A%3C/style%3E%3Cg class='st0_1623826201149' id='Ebene_1_1623826201149'%3E%3ClinearGradient y2='32' x2='63' y1='32' x1='1' gradientUnits='userSpaceOnUse' id='SVGID_1__1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'%3E%3Cstop style='stop-color: rgb(255, 204, 0); fill: rgb(255, 255, 255);' offset='0' vector-effect='non-scaling-stroke'/%3E%3Cstop style='stop-color: rgb(243, 229, 0); fill: rgb(255, 255, 255);' offset='1' vector-effect='non-scaling-stroke'/%3E%3C/linearGradient%3E%3Crect height='62' width='62' class='st1_1623826201149' y='1' x='1' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3C/g%3E%3Cg class='st0_1623826201149' id='Warenkorb_1623826201149'%3E%3Cg class='st2_1623826201149'%3E%3Cpath d='M61.5,9.9H15.1c-0.8-4.3-1.3-7.4-1.4-7.8c-0.1-0.6-0.6-1-1.2-1H2.5C1.9,1,1.3,1.6,1.3,2.2s0.6,1.2,1.2,1.2 h8.9c1.9,10.7,5.2,29.6,5.7,34.6c0,0,0,0,0,0c0,0,0,0,0,0c0,0.4,0.1,0.7,0.1,0.9c0,2.7-3.9,5.9-5.4,6.9c-0.5,0.3-0.7,0.9-0.5,1.4 c0.2,0.5,0.6,0.9,1.2,0.9h38.8c0.7,0,1.2-0.6,1.2-1.2c0-0.7-0.6-1.2-1.2-1.2H16c1.7-1.7,3.6-4.1,3.7-6.6l31.8-2.9 c6.4-0.6,11.2-5.5,11.2-11.4V11.1C62.7,10.4,62.1,9.9,61.5,9.9z M60.2,24.9c0,5.2-4.6,8.5-9,8.9l-31.7,2.8 c-0.6-5.1-2.5-16.1-3.9-24.3h44.7V24.9z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3Cpath d='M48.7,51.6c-1.5,0-3,0.6-4,1.7c-1.1,1.1-1.7,2.5-1.7,4c0,1.5,0.6,3,1.7,4c1.1,1.1,2.6,1.7,4,1.7 c1.5,0,2.9-0.6,4-1.7c1.1-1.1,1.7-2.5,1.7-4c0-1.5-0.6-3-1.7-4C51.7,52.2,50.2,51.6,48.7,51.6z M51,59.6c-1.2,1.2-3.4,1.2-4.6,0 c-0.6-0.6-0.9-1.4-0.9-2.3c0-0.9,0.3-1.7,0.9-2.3s1.4-0.9,2.3-0.9s1.7,0.3,2.3,0.9c0.6,0.6,0.9,1.4,0.9,2.3 C51.9,58.2,51.6,59,51,59.6z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3Cpath d='M17.9,51.6c-1.5,0-3,0.6-4,1.7c-2.2,2.2-2.2,5.9,0,8.1c1.1,1.1,2.5,1.7,4,1.7c1.5,0,3-0.6,4-1.7 c1.1-1.1,1.7-2.5,1.7-4s-0.6-3-1.7-4C20.8,52.2,19.4,51.6,17.9,51.6z M20.2,59.6c-1.2,1.2-3.4,1.2-4.6,0c-0.6-0.6-0.9-1.4-0.9-2.3 s0.3-1.7,0.9-2.3c0.6-0.6,1.4-0.9,2.3-0.9c0.9,0,1.7,0.3,2.3,0.9c0.6,0.6,0.9,1.4,0.9,2.3S20.8,59,20.2,59.6z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3C/g%3E%3C/g%3E%3Cg class='st0_1623826201149' id='kundenkonto_1623826201149'%3E%3Cpath d='M5.4,61.8c0,0.7,0.5,1.2,1.2,1.2h50.7c0.7,0,1.2-0.5,1.2-1.2V51.1c-0.3-5.3-7.5-9.2-12.2-9.5 c-0.4,0-7.4,0-8.6-7.7l0-0.2l0.1-0.1c1.2-0.9,2.3-1.7,3.2-3.2c1.8-2.7,3-5.7,3.5-9.1l0-0.1l0.1-0.1c0.1-0.1,0.2-0.3,0.2-0.4l0-0.1 c0.8-1.6,1.2-3.5,1.2-5.8C46.1,7.3,40.2,1,33,1l-0.3,0.1c-1.7,0.3-3.6,0.6-5.2,1.4l-0.1,0c-0.2,0-0.5,0.1-0.8,0.1 c-0.4,0.1-0.8,0.2-1.3,0.2c-2.9,0.9-5.2,3-6.6,6.1c-1.2,3.3-1.4,6.9-0.6,10.2c0.1,0.3,0.2,0.7,0.3,1.1c0.1,0.4,0.1,0.7,0.3,1l0,0.1 c0,0,0,0,0.1,0.1c0.1,0.1,0.2,0.2,0.2,0.5c0.6,5,3.1,9.5,6.7,11.9l0.2,0.1l0,0.2c-1.2,7.9-8.5,7.7-8.6,7.7 c-4.7,0.3-11.9,4.2-11.9,9.5V61.8z M20.4,18.8l-0.1-0.5c-1.5-5.7,1.2-11.9,5.8-13.1l0.1,0c0.3,0,0.6-0.1,0.9-0.2 c0.2-0.1,0.4-0.1,0.6-0.1c0.1,0,0.1,0,0.2,0c0,0,0.1-0.1,0.2-0.2c1.4-0.9,2.9-1.3,4.7-1.3c5.9,0,10.7,5.3,10.7,11.9v1.3L42.9,16 c-1.1-1.1-2.6-1.7-4.2-1.7h-9.2c-0.7,0-1.3-0.3-1.7-0.6c-0.6-0.3-1-0.7-1-1.4c-0.2-0.4-0.6-0.9-1.4-0.7l-0.1,0 c-0.7,0-1.2,0.5-1.2,0.9l0,0.1c-0.6,2.2-1.8,4.3-3.3,5.8L20.4,18.8z M24.5,29.7c-1.7-2.3-2.8-5.4-3-8.5l0-0.1l0.1-0.1 c1.6-1.6,3.2-3.4,4.1-5.8l0.2-0.4l0.6,0.6c0.7,0.5,1.9,1.1,3.1,1.1H39c1.4,0,2.5,0.7,3.2,2.2l0,0.1c0,8-4.8,14.5-10.7,14.5 C29,33.3,26.6,32.1,24.5,29.7z M24,41.7c2.3-1.6,3.8-4,4-6.3l0-0.3l0.3,0.1c1.1,0.3,2.3,0.6,3.5,0.6c1.2,0,2.3-0.3,3.5-0.6l0.3-0.1 l0.1,0.3c0.6,2.6,2.1,4.9,4,6.4l0.2,0.2l-7.7,10.7h-0.9l-7.7-10.7L24,41.7z M7.5,51.1c0-4.1,6.1-7.1,10.1-7.1c0,0,2.3,0,4-0.9 l0.2-0.1l7.6,10.9c0.5,0.7,1.2,1.1,2.1,1.1c0.7,0,1.5-0.4,2.2-1.1l7.5-10.8l0.2,0.1c2,0.9,4,0.9,4,0.9c4,0,10.1,3.1,10.1,7.1v9.2 h0.3v0.6H7.5V51.1z' class='st4_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3C/g%3E%3Cg class='st0_1623826201149' id='plus_1623826201149'%3E%3Cpath d='M61.8,30.8H33.2V2.2C33.2,1.6,32.7,1,32,1s-1.2,0.6-1.2,1.2v28.5H2.2C1.6,30.8,1,31.3,1,32 c0,0.7,0.6,1.2,1.2,1.2h28.5v28.5c0,0.7,0.6,1.2,1.2,1.2s1.2-0.6,1.2-1.2V33.2h28.5c0.7,0,1.2-0.6,1.2-1.2 C63,31.3,62.4,30.8,61.8,30.8z' class='st5_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3C/g%3E%3Cg class='st0_1623826201149' id='vergleich_1623826201149'%3E%3Cg class='st2_1623826201149'%3E%3Cg%3E%3Cpath d='M54.5,63h-45c-0.7,0-1.2-0.6-1.2-1.2c0-0.7,0.6-1.2,1.2-1.2h45c0.7,0,1.2,0.6,1.2,1.2 C55.7,62.4,55.2,63,54.5,63z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M25.1,57.3h-8.7c-2.3,0-4.2-1.9-4.2-4.2V16.2c0-2.3,1.9-4.2,4.2-4.2h8.7c2.3,0,4.2,1.9,4.2,4.2v36.8 C29.3,55.4,27.5,57.3,25.1,57.3z M16.4,14.5c-1,0-1.7,0.8-1.7,1.7v36.8c0,1,0.8,1.7,1.7,1.7h8.7c1,0,1.7-0.8,1.7-1.7V16.2 c0-1-0.8-1.7-1.7-1.7H16.4z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M46,57.3h-8.7c-2.3,0-4.2-1.9-4.2-4.2V5.2c0-2.3,1.9-4.2,4.2-4.2H46c2.3,0,4.2,1.9,4.2,4.2v47.9 C50.2,55.4,48.3,57.3,46,57.3z M37.3,3.5c-1,0-1.7,0.8-1.7,1.7v47.9c0,1,0.8,1.7,1.7,1.7H46c1,0,1.7-0.8,1.7-1.7V5.2 c0-1-0.8-1.7-1.7-1.7H37.3z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg class='st0_1623826201149' id='Ebene_7_1623826201149'%3E%3Cpath d='M62.7,60.9L46.6,44.6c4.2-4.6,6.7-10.8,6.7-17.5C53.3,12.7,41.5,1,27.1,1C12.7,1,0.9,12.7,0.9,27.2 s11.7,26.2,26.2,26.2c6.8,0,13.1-2.6,17.7-6.9l16.1,16.2c0.2,0.2,0.6,0.4,0.9,0.4c0.3,0,0.6-0.1,0.9-0.4 C63.2,62.2,63.2,61.4,62.7,60.9z M3.4,27.2C3.4,14.1,14,3.5,27.1,3.5s23.7,10.6,23.7,23.7c0,13.1-10.6,23.7-23.7,23.7 S3.4,40.2,3.4,27.2z' class='st5_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3C/g%3E%3Cg class='st0_1623826201149' id='datenblatt_1623826201149'%3E%3Cg class='st2_1623826201149'%3E%3Cg%3E%3Cpath d='M55.5,63h-47c-0.7,0-1.2-0.6-1.2-1.2V2.2C7.3,1.6,7.8,1,8.5,1h47c0.7,0,1.2,0.6,1.2,1.2v59.5 C56.7,62.4,56.2,63,55.5,63z M9.7,60.5h44.5v-57H9.7V60.5z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M52.3,15.6H35.2c-2.4,0-4.4-2-4.4-4.5V2.2C30.8,1.6,31.3,1,32,1s1.2,0.6,1.2,1.2v8.8c0,1.1,0.9,2,1.9,2h17.2 c1.1,0,1.9-0.9,1.9-2V2.2c0-0.7,0.6-1.2,1.2-1.2c0.7,0,1.2,0.6,1.2,1.2v8.8C56.7,13.6,54.8,15.6,52.3,15.6z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg class='st0_1623826201149' id='merkliste_1623826201149'%3E%3Cpath d='M62.1,28.9c0-0.1,0-0.2-0.1-0.3c0-0.1,0-0.1,0-0.2c0,0,0,0,0,0c-0.1-0.1-0.1-0.2-0.2-0.3c0,0,0,0,0,0L48,15 c-0.3-0.2-0.6-0.3-0.9-0.3c0,0,0,0-0.1,0h-3.5v-13c0-0.7-0.5-1.2-1.2-1.2H3.1C2.5,0.5,1.9,1,1.9,1.7v49.6c0,0.7,0.5,1.2,1.2,1.2 h24.5v9.8c0,0.7,0.5,1.2,1.2,1.2h32c0.7,0,1.2-0.5,1.2-1.2L62.1,28.9C62.1,28.9,62.1,28.9,62.1,28.9z M47.9,18.2L58.2,28H47.9V18.2 z M9.3,2.9h26.3v6.2c0,0.7-1.1,1.5-2.7,1.5h-21c-1.5,0-2.7-0.8-2.7-1.5V2.9z M27.7,15.9v34.3H4.4V2.9h2.5v6.2 c0,2.2,2.2,3.9,5.1,3.9h21c2.8,0,5.1-1.7,5.1-3.9V2.9h3.1v11.8H28.9C28.2,14.7,27.7,15.2,27.7,15.9z M59.6,61.1H30.1v-44h15.4v12.1 c0,0.7,0.5,1.2,1.2,1.2h12.9c0,0,0.1,0,0.1,0V61.1z' class='st5_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3C/g%3E%3Cg class='st0_1623826201149' id='hinzuf&%23252;gen_1623826201149'%3E%3Cpath d='M61.8,30.8H33.2V2.2C33.2,1.6,32.7,1,32,1s-1.2,0.6-1.2,1.2v28.5H2.2C1.6,30.8,1,31.3,1,32s0.6,1.2,1.2,1.2 h28.5v28.5c0,0.7,0.6,1.2,1.2,1.2s1.2-0.6,1.2-1.2V33.2h28.5c0.7,0,1.2-0.6,1.2-1.2S62.4,30.8,61.8,30.8z' class='st5_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3C/g%3E%3Cg class='st0_1623826201149' id='minus_1623826201149'%3E%3Cg class='st2_1623826201149'%3E%3Cpath d='M60.8,33.2H3.2C2.5,33.2,2,32.7,2,32s0.5-1.2,1.2-1.2h57.6c0.7,0,1.2,0.5,1.2,1.2S61.5,33.2,60.8,33.2z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3C/g%3E%3C/g%3E%3Cg class='st0_1623826201149' id='exit_1623826201149'%3E%3C/g%3E%3Cg class='st0_1623826201149' id='hinzuf&%23252;gen_1__1623826201149'%3E%3Cg class='st2_1623826201149'%3E%3Cpath d='M61.7,9.7c-0.7,0-1.2,0.6-1.2,1.2v13.9c0,5.3-4.7,8.6-9.1,9l-32,2.9c-1-8.5-5.6-33.7-5.8-34.9 c-0.1-0.6-0.6-1-1.2-1h-10C1.6,0.8,1.1,1.3,1.1,2s0.6,1.2,1.2,1.2h9c2,10.8,5.3,29.8,5.8,34.9c0,0,0,0,0,0c0,0,0,0,0,0 c0,0.4,0.1,0.7,0.1,0.9c0,2.7-3.9,6-5.5,7c-0.5,0.3-0.7,0.9-0.5,1.4c0.2,0.5,0.6,0.9,1.2,0.9h39.1c0.7,0,1.2-0.6,1.2-1.2 s-0.6-1.2-1.2-1.2H15.9c1.8-1.7,3.7-4.1,3.7-6.7l32-2.9c6.5-0.6,11.3-5.5,11.3-11.4V10.9C62.9,10.2,62.4,9.7,61.7,9.7z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3Cpath d='M48.8,51.7c-1.5,0-3,0.6-4.1,1.7c-1.1,1.1-1.7,2.5-1.7,4.1c0,1.5,0.6,3,1.7,4.1c1.1,1.1,2.6,1.7,4.1,1.7 c1.5,0,3-0.6,4.1-1.7c1.1-1.1,1.7-2.5,1.7-4.1c0-1.5-0.6-3-1.7-4.1S50.4,51.7,48.8,51.7z M51.1,59.8c-1.2,1.2-3.4,1.2-4.6,0 c-0.6-0.6-1-1.4-1-2.3c0-0.9,0.3-1.7,1-2.3s1.4-1,2.3-1s1.7,0.3,2.3,1s1,1.4,1,2.3C52.1,58.4,51.8,59.2,51.1,59.8z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3Cpath d='M17.8,51.7c-1.5,0-3,0.6-4.1,1.7c-2.2,2.2-2.2,5.9,0,8.1c1.1,1.1,2.5,1.7,4.1,1.7c1.5,0,3-0.6,4.1-1.7 c1.1-1.1,1.7-2.5,1.7-4.1s-0.6-3-1.7-4.1C20.7,52.3,19.3,51.7,17.8,51.7z M20.1,59.8c-1.2,1.2-3.4,1.2-4.6,0c-0.6-0.6-1-1.4-1-2.3 s0.3-1.7,1-2.3s1.4-1,2.3-1c0.9,0,1.7,0.3,2.3,1s1,1.4,1,2.3S20.7,59.2,20.1,59.8z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3Cpath d='M28.3,17.8h7.8v7.8c0,0.7,0.6,1.2,1.2,1.2s1.2-0.6,1.2-1.2v-7.8h7.8c0.7,0,1.2-0.6,1.2-1.2s-0.6-1.2-1.2-1.2 h-7.8V7.5c0-0.7-0.6-1.2-1.2-1.2s-1.2,0.6-1.2,1.2v7.8h-7.8c-0.7,0-1.2,0.6-1.2,1.2S27.6,17.8,28.3,17.8z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3C/g%3E%3C/g%3E%3Cg class='st0_1623826201149' id='l&%23246;schen_1623826201149'%3E%3Cg class='st2_1623826201149'%3E%3Cpath d='M25.7,50.4c0.7,0,1.2-0.6,1.2-1.2V25.4c0-0.7-0.6-1.2-1.2-1.2s-1.2,0.6-1.2,1.2v23.8 C24.5,49.8,25,50.4,25.7,50.4z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3Cpath d='M38.3,50.4c0.7,0,1.2-0.6,1.2-1.2V25.4c0-0.7-0.6-1.2-1.2-1.2S37,24.7,37,25.4v23.8 C37,49.8,37.6,50.4,38.3,50.4z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3Cpath d='M55,8.4H39.5V3.5c0-0.7-0.6-1.2-1.2-1.2H25.7c-0.7,0-1.2,0.6-1.2,1.2v4.9H9V17h4.3v43.5 c0,0.7,0.6,1.2,1.2,1.2h25.1c6,0,10.9-4.9,10.9-10.9V17H55V8.4z M27,4.8h10v3.6H27V4.8z M48.1,50.8c0,4.6-3.8,8.4-8.4,8.4H15.8V17 h32.3V50.8z M52.5,14.5h-3.2H14.5h-3v-3.6h14.2h12.5h14.2V14.5z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3C/g%3E%3C/g%3E%3Cg class='st0_1623826201149' id='rechts_1623826201149'%3E%3Cpath d='M20.5,52.4l20.4-20.4L20.6,11.6c-0.5-0.5-0.5-1.3,0-1.8s1.3-0.5,1.8,0L43.5,31c0.5,0.5,0.5,1.3,0,1.8 L22.2,54.1c-0.2,0.2-0.6,0.4-0.9,0.4s-0.6-0.1-0.9-0.4C20,53.6,20,52.8,20.5,52.4z' class='st5_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3C/g%3E%3Cg id='links_1__1623826201149'%3E%3Cpath d='M43.5,52.4L23.1,31.9l20.3-20.3c0.5-0.5,0.5-1.3,0-1.8s-1.3-0.5-1.8,0L20.5,31c-0.5,0.5-0.5,1.3,0,1.8 l21.3,21.3c0.2,0.2,0.6,0.4,0.9,0.4s0.6-0.1,0.9-0.4C44,53.6,44,52.8,43.5,52.4z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3C/g%3E%3Cg class='st0_1623826201149' id='burger_1623826201149'%3E%3Cg class='st2_1623826201149'%3E%3Cpath d='M50.4,16H13.6c-0.7,0-1.2-0.6-1.2-1.2s0.6-1.2,1.2-1.2h36.8c0.7,0,1.2,0.6,1.2,1.2S51.1,16,50.4,16z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3Cpath d='M50.4,33.4H13.6c-0.7,0-1.2-0.6-1.2-1.2s0.6-1.2,1.2-1.2h36.8c0.7,0,1.2,0.6,1.2,1.2S51.1,33.4,50.4,33.4z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3Cpath d='M50.4,50.5H13.6c-0.7,0-1.2-0.6-1.2-1.2s0.6-1.2,1.2-1.2h36.8c0.7,0,1.2,0.6,1.2,1.2S51.1,50.5,50.4,50.5z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3C/g%3E%3C/g%3E%3Cg class='st0_1623826201149' id='usp1_1623826201149'%3E%3Cg class='st2_1623826201149'%3E%3Cpath d='M62.5,15.7L32.5,3c-0.3-0.1-0.7-0.1-1,0l-30,12.7c-0.5,0.2-0.8,0.6-0.8,1.2v44.8c0,0.7,0.6,1.2,1.2,1.2h39.9 c0,0,0.1,0,0.1,0h20c0.7,0,1.2-0.6,1.2-1.2V16.9C63.3,16.4,63,15.9,62.5,15.7z M60.8,60.4H42c0,0-0.1,0-0.1,0H3.3V17.7L32,5.5 l28.7,12.2V60.4z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3Cpath d='M37.7,43.3H26.5c-0.7,0-1.2,0.6-1.2,1.2v11.3c0,0.7,0.6,1.2,1.2,1.2h11.3c0.7,0,1.2-0.6,1.2-1.2V44.6 C39,43.9,38.4,43.3,37.7,43.3z M36.5,54.6h-8.8v-8.8h8.8V54.6z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3Cpath d='M42.8,44.6v11.3c0,0.7,0.6,1.2,1.2,1.2h11.3c0.7,0,1.2-0.6,1.2-1.2V44.6c0-0.7-0.6-1.2-1.2-1.2H44.1 C43.4,43.3,42.8,43.9,42.8,44.6z M45.3,45.8h8.8v8.8h-8.8V45.8z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3Cpath d='M19.8,43.3H8.6c-0.7,0-1.2,0.6-1.2,1.2v11.3c0,0.7,0.6,1.2,1.2,1.2h11.3c0.7,0,1.2-0.6,1.2-1.2V44.6 C21.1,43.9,20.5,43.3,19.8,43.3z M18.6,54.6H9.8v-8.8h8.8V54.6z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3Cpath d='M35.3,39.7h11.3c0.7,0,1.2-0.6,1.2-1.2V27.2c0-0.7-0.6-1.2-1.2-1.2H35.3c-0.7,0-1.2,0.6-1.2,1.2v11.3 C34.1,39.1,34.6,39.7,35.3,39.7z M36.6,28.4h8.8v8.8h-8.8V28.4z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3Cpath d='M17.4,39.7h11.3c0.7,0,1.2-0.6,1.2-1.2V27.2c0-0.7-0.6-1.2-1.2-1.2H17.4c-0.7,0-1.2,0.6-1.2,1.2v11.3 C16.2,39.1,16.8,39.7,17.4,39.7z M18.7,28.4h8.8v8.8h-8.8V28.4z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3C/g%3E%3C/g%3E%3Cg class='st0_1623826201149' id='kachel_1623826201149'%3E%3Cg class='st2_1623826201149'%3E%3Cpath d='M26.9,29.1H13.9c-0.7,0-1.2-0.6-1.2-1.2V14.7c0-0.7,0.6-1.2,1.2-1.2h13.1c0.7,0,1.2,0.6,1.2,1.2v13.1 C28.2,28.5,27.6,29.1,26.9,29.1z M15.1,26.6h10.6V16H15.1V26.6z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3Cpath d='M50.1,29.1H37.1c-0.7,0-1.2-0.6-1.2-1.2V14.7c0-0.7,0.6-1.2,1.2-1.2h13.1c0.7,0,1.2,0.6,1.2,1.2v13.1 C51.4,28.5,50.8,29.1,50.1,29.1z M38.3,26.6h10.6V16H38.3V26.6z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3Cpath d='M26.9,50.5H13.9c-0.7,0-1.2-0.6-1.2-1.2V36.2c0-0.7,0.6-1.2,1.2-1.2h13.1c0.7,0,1.2,0.6,1.2,1.2v13.1 C28.2,49.9,27.6,50.5,26.9,50.5z M15.1,48h10.6V37.4H15.1V48z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3Cpath d='M50.1,50.5H37.1c-0.7,0-1.2-0.6-1.2-1.2V36.2c0-0.7,0.6-1.2,1.2-1.2h13.1c0.7,0,1.2,0.6,1.2,1.2v13.1 C51.4,49.9,50.8,50.5,50.1,50.5z M38.3,48h10.6V37.4H38.3V48z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3C/g%3E%3C/g%3E%3Cg class='st0_1623826201149' id='usp2_1623826201149'%3E%3Cg class='st2_1623826201149'%3E%3Cpath d='M32,37.2c7.9,0,14.4-6.4,14.4-14.4S39.9,8.4,32,8.4s-14.4,6.4-14.4,14.4S24.1,37.2,32,37.2z M32,10.9 c6.5,0,11.9,5.3,11.9,11.9S38.5,34.7,32,34.7c-6.5,0-11.9-5.3-11.9-11.9S25.5,10.9,32,10.9z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3Cpath d='M45.8,39.9c0.5-0.1,1-0.2,1.4-0.5c1.3-0.7,2.1-2.1,2.1-3.5c0-0.7-0.2-1.4-0.6-2.1c-0.4-0.7-0.2-1.3,0-1.5 c0.1-0.2,0.5-0.8,1.3-0.8c1.1,0,2.1-0.4,2.9-1.1c0.8-0.8,1.2-1.8,1.2-2.9c0-1.5-0.8-2.8-2.1-3.5c-0.5-0.3-0.8-0.8-0.8-1.3 c0-0.6,0.3-1,0.8-1.3c1.6-0.9,2.4-2.7,1.9-4.5c-0.5-1.8-2-3-4-3c-0.5,0-0.9-0.2-1.1-0.4c-0.3-0.3-0.5-0.7-0.5-1.1 c0-0.3,0.1-0.5,0.2-0.8c0.8-1.3,0.8-2.8,0.1-4c-1.1-1.9-3.6-2.7-5.6-1.5c-0.5,0.3-1.1,0.3-1.5,0c-0.2-0.1-0.8-0.5-0.8-1.3 c0-1.1-0.4-2.1-1.1-2.9c-0.8-0.8-1.8-1.2-2.9-1.2c-1.5,0-2.8,0.8-3.5,2.1c-0.3,0.5-0.8,0.8-1.3,0.8c-0.6,0-1-0.3-1.3-0.8 c-0.9-1.6-2.7-2.4-4.5-1.9c-1.8,0.5-3,2-3,4c0,0.5-0.2,0.9-0.4,1.1c-0.5,0.5-1.2,0.6-1.9,0.2c-1.3-0.8-2.8-0.8-4-0.1 c-1.3,0.7-2.1,2.1-2.1,3.5c0,0.7,0.2,1.4,0.6,2.1c0.4,0.7,0.2,1.3,0,1.5C15.2,13.5,14.8,14,14,14c-1.1,0-2.1,0.4-2.9,1.1 c-0.8,0.8-1.2,1.8-1.2,2.9c0,1.5,0.8,2.8,2.1,3.5c0.5,0.3,0.8,0.8,0.8,1.3c0,0.6-0.3,1-0.8,1.3c-1.6,0.9-2.4,2.7-1.9,4.5 c0.5,1.8,2,3,4,3c0.5,0,0.9,0.2,1.1,0.4c0.3,0.3,0.5,0.7,0.5,1.1c0,0.3-0.1,0.5-0.2,0.8c-0.8,1.3-0.8,2.8-0.1,4 c0.7,1.2,1.8,1.9,3.1,2.1l-4.9,10.5c-0.2,0.4-0.1,0.9,0.1,1.3c0.3,0.4,0.7,0.6,1.2,0.5l8.2-1.4l4,7.6c0.2,0.4,0.6,0.7,1.1,0.7 c0,0,0,0,0,0c0.5,0,0.9-0.3,1.1-0.7l2.8-6l4.6,10.1c0.2,0.4,0.6,0.7,1.1,0.7c0,0,0,0,0.1,0c0.5,0,0.9-0.2,1.1-0.6l4.1-7.3l8.4,2.2 c0.5,0.1,1,0,1.3-0.4s0.4-0.9,0.2-1.3L45.8,39.9z M17.5,36.7c-0.2-0.3-0.3-0.9,0-1.5c0.4-0.6,0.6-1.3,0.6-2.1 c0-1.1-0.4-2.1-1.2-2.9c-0.8-0.7-1.7-1.1-2.9-1.1c-0.9,0-1.4-0.6-1.5-1.1c-0.1-0.5,0-1.3,0.7-1.7c1.3-0.7,2.1-2,2.1-3.5 c0-1.5-0.8-2.8-2.1-3.5c-0.7-0.4-0.8-1-0.8-1.3c0-0.4,0.2-0.8,0.5-1.1c0.3-0.3,0.6-0.4,1.1-0.4c1.5,0,2.8-0.8,3.5-2 c0.7-1.3,0.7-2.8-0.1-4c-0.2-0.3-0.2-0.5-0.2-0.8c0-0.5,0.3-1,0.8-1.3c0.3-0.2,0.8-0.4,1.5,0c1.6,0.9,3.7,0.6,4.9-0.6 c0.8-0.8,1.2-1.8,1.1-2.9c0-0.9,0.6-1.3,1.1-1.5c0.5-0.1,1.3,0,1.7,0.7c0.7,1.3,2,2.1,3.5,2.1c1.5,0,2.8-0.8,3.5-2.1 c0.4-0.7,1-0.8,1.3-0.8c0.4,0,0.9,0.2,1.1,0.5c0.3,0.3,0.4,0.6,0.4,1.1c0,1.5,0.7,2.8,2,3.5c1.3,0.7,2.8,0.7,4.1,0 c0.8-0.5,1.7-0.2,2.1,0.6c0.2,0.3,0.3,0.9,0,1.5c-0.4,0.6-0.6,1.3-0.6,2.1c0,1.1,0.4,2.1,1.2,2.9c0.8,0.7,1.7,1.1,2.8,1.1 c0.9,0,1.4,0.6,1.5,1.1c0.1,0.5,0,1.3-0.7,1.7c-1.3,0.7-2.1,2-2.1,3.5c0,1.5,0.8,2.8,2.1,3.5c0.7,0.4,0.8,1,0.8,1.3 c0,0.4-0.2,0.8-0.5,1.1c-0.3,0.3-0.6,0.4-1.1,0.4c-1.5,0-2.8,0.8-3.5,2c-0.7,1.3-0.7,2.8,0.1,4c0.2,0.3,0.2,0.5,0.2,0.8 c0,0.5-0.3,1.1-0.8,1.3c-0.3,0.2-0.8,0.4-1.5,0c-0.1,0-0.2-0.1-0.3-0.1C44.1,37.1,44,37,43.9,37c-0.1,0-0.1-0.1-0.2-0.1 c-0.1,0-0.3-0.1-0.4-0.1c-0.1,0-0.1,0-0.2,0c-0.2,0-0.3,0-0.5,0c0,0-0.1,0-0.1,0c-0.2,0-0.4,0-0.5,0c0,0-0.1,0-0.1,0 c-0.2,0-0.4,0.1-0.5,0.1c0,0-0.1,0-0.1,0C41,37,40.8,37,40.7,37.1c0,0-0.1,0-0.1,0c-0.2,0.1-0.3,0.2-0.5,0.3c0,0-0.1,0-0.1,0 c-0.2,0.1-0.3,0.3-0.5,0.4c-0.8,0.8-1.2,1.8-1.1,2.9c0,0.9-0.6,1.3-1.1,1.5c-0.5,0.1-1.3,0-1.7-0.7c-0.7-1.3-2.1-2.1-3.5-2.1 c-0.4,0-0.8,0.1-1.1,0.2c0,0,0,0,0,0c0,0,0,0,0,0c0,0-0.1,0-0.1,0c-0.3,0.1-0.6,0.2-0.9,0.4c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0 c0,0,0,0,0,0c-0.1,0-0.1,0.1-0.1,0.1c0,0,0,0-0.1,0c0,0,0,0,0,0c-0.1,0.1-0.1,0.1-0.2,0.2c-0.4,0.3-0.7,0.7-0.9,1.1 c-0.1,0.1-0.2,0.2-0.3,0.4c0,0-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1c0,0,0,0-0.1,0c-0.2,0.1-0.5,0.2-0.7,0.2 c-0.4,0-0.8-0.2-1.1-0.5c-0.3-0.3-0.4-0.6-0.4-1.1c0-1.3-0.7-2.6-1.8-3.3c-0.2-0.1-0.3-0.2-0.5-0.3c-0.1,0-0.1,0-0.2-0.1 C23.2,37,23,37,22.9,36.9c-0.1,0-0.1,0-0.2-0.1c-0.1,0-0.2-0.1-0.3-0.1c-0.1,0-0.1,0-0.2,0c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1,0-0.2,0 c0,0,0,0,0,0c-0.2,0-0.4,0-0.6,0.1c-0.1,0-0.1,0-0.2,0c-0.2,0-0.4,0.1-0.6,0.2c0,0,0,0-0.1,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0 c-0.2,0.1-0.4,0.2-0.5,0.3C18.9,37.8,17.9,37.5,17.5,36.7z M28.1,55l-3.3-6.2c-0.2-0.4-0.6-0.7-1.1-0.7c-0.1,0-0.1,0-0.2,0 l-6.7,1.2l4.7-10.1c0,0,0,0,0.1,0c0.1,0,0.3,0,0.4,0c0,0,0.1,0,0.1,0c0.1,0,0.3,0.1,0.4,0.2c0.4,0.3,0.7,0.7,0.7,1.3 c0,1.1,0.4,2.1,1.1,2.9c0.2,0.2,0.3,0.3,0.5,0.4c0.1,0.1,0.2,0.1,0.3,0.2c0.1,0.1,0.2,0.1,0.3,0.1c0.4,0.2,0.9,0.4,1.4,0.4 c0,0,0.1,0,0.1,0c0.1,0,0.2,0,0.3,0c0.1,0,0.1,0,0.2,0c0.1,0,0.3,0,0.4,0c0.1,0,0.2,0,0.3,0c0.2,0,0.4-0.1,0.5-0.2l2.1,4.8 L28.1,55z M42.8,52.6c-0.5-0.1-1.1,0.1-1.4,0.6l-3.4,6l-4.7-10.3c0,0,0,0,0,0l-2.5-5.5L30.6,43c0-0.1,0.1-0.1,0.1-0.2 c0.1-0.2,0.2-0.3,0.5-0.5l0.5-0.2c0.1,0,0.2,0,0.4,0c0.6,0,1.1,0.3,1.3,0.8c0.9,1.6,2.7,2.4,4.5,1.9c1.8-0.5,3-2,3-4 c0-0.5,0.2-0.9,0.4-1.1c0.1-0.1,0.2-0.2,0.4-0.3c0,0,0.1,0,0.1,0c0.1,0,0.2-0.1,0.3-0.1c0,0,0.1,0,0.1,0c0.1,0,0.2,0,0.4,0 c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0l6.9,15.2L42.8,52.6z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3C/g%3E%3C/g%3E%3Cg class='st0_1623826201149' id='usp3_1623826201149'%3E%3Cg class='st2_1623826201149'%3E%3Cg%3E%3Cpath d='M30.1,59.2c-0.6,0-1.1-0.4-1.2-0.9L15.9,7.1L2.2,6.5C1.5,6.5,1,5.9,1,5.2C1,4.5,1.6,4,2.3,4L17,4.6 c0.5,0,1,0.4,1.2,0.9L31,56.5l17.7-4.4c0.7-0.2,1.3,0.2,1.5,0.9c0.2,0.7-0.2,1.3-0.9,1.5l-18.9,4.7 C30.3,59.2,30.2,59.2,30.1,59.2z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M27.2,29c-0.2,0-0.4-0.1-0.6-0.2c-0.3-0.2-0.5-0.4-0.6-0.8l-3.2-12.5c-0.2-0.7,0.2-1.3,0.9-1.5l22-5.5 c0.3-0.1,0.7,0,0.9,0.1c0.3,0.2,0.5,0.4,0.6,0.8l3.2,12.5c0.2,0.7-0.2,1.3-0.9,1.5l-22,5.5C27.4,28.9,27.3,29,27.2,29z M25.6,16.1l2.6,10.1l19.6-4.9l-2.6-10.1L25.6,16.1z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M33.4,53.5c-0.2,0-0.4-0.1-0.6-0.2c-0.3-0.2-0.5-0.4-0.6-0.8l-5-19.9c-0.2-0.7,0.2-1.3,0.9-1.5L56.4,24 c0.7-0.2,1.3,0.2,1.5,0.9l5,19.9c0.1,0.3,0,0.7-0.1,0.9c-0.2,0.3-0.4,0.5-0.8,0.6l-28.4,7.2C33.6,53.5,33.5,53.5,33.4,53.5z M29.9,33.3l4.4,17.5l26-6.6l-4.4-17.5L29.9,33.3z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M15.8,60c-4.6,0-8.4-3.8-8.4-8.4s3.8-8.4,8.4-8.4s8.4,3.8,8.4,8.4S20.5,60,15.8,60z M15.8,45.7 c-3.2,0-5.9,2.6-5.9,5.9c0,3.2,2.6,5.9,5.9,5.9s5.9-2.6,5.9-5.9C21.7,48.4,19.1,45.7,15.8,45.7z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg class='st0_1623826201149' id='usp4_1623826201149'%3E%3Cg class='st2_1623826201149'%3E%3Cpath d='M29.6,63c-0.3,0-0.6-0.1-0.9-0.4L28,61.8l-8.6-1.4l-3.1-0.1c-0.4,0-0.8-0.2-1-0.6l-1-1.8 c-0.2-0.3-0.2-0.6-0.1-0.9l1.7-6c0-0.1,0.1-0.2,0.2-0.3l1.2-1.9l-3.3-1.2l-1.5-0.2c-0.4,0-0.8-0.3-1-0.6l-1.8-3.4 c-0.1-0.1-0.1-0.2-0.1-0.4l-0.8-4.5c-0.1-0.3,0-0.6,0.1-0.8l0.7-1.4l-0.6-4.5c0-0.2,0-0.4,0-0.5l0.8-2.7l0.5-4.3 c0-0.3,0.2-0.7,0.5-0.9s0.6-0.3,1-0.2l1.1,0.2l2-1.9l-0.9-1.7c-0.2-0.4-0.2-0.9,0.1-1.3l3.6-4.7l-0.4-0.6 c-0.3-0.4-0.3-0.9-0.1-1.3l0.6-1.2c0.2-0.5,0.7-0.7,1.2-0.7l3.5,0.3c0.4,0,0.7,0.2,0.9,0.6l0,0c0.2-0.1,0.4-0.1,0.6-0.1 c0.1,0,0.2,0,0.3,0.1l0.1-0.3c0.1-0.5,0.5-0.9,1-1l0.6-0.1l-1.1-2.9c-0.2-0.6,0-1.2,0.6-1.5L26,4.7l-0.7-2c-0.1-0.4,0-0.9,0.3-1.2 c0.3-0.3,0.8-0.5,1.2-0.4l1.5,0.4l1-0.1c0.2,0,0.4,0,0.6,0.1l1.8,0.8c0.4,0.2,0.7,0.6,0.7,1l0.1,1.8l0.1,0.2l0.7-0.2 c0.6-0.2,1.2,0.1,1.5,0.7L36,8.7l7.3-3.4c0.5-0.2,1-0.1,1.4,0.2l7.7,7.2c0.3,0.3,0.4,0.7,0.4,1.1L52,18.4l3.4,14.5 c0.1,0.3,0,0.6-0.1,0.9l-0.8,1.4c-0.2,0.3-0.5,0.6-0.9,0.6c-0.4,0.1-0.8-0.1-1.1-0.3l-1.3-1.2L46.9,38c-0.1,0.1-0.2,0.1-0.3,0.2 l-3.8,1.7c-0.1,0-0.2,0.1-0.3,0.1l-1.3,0.2l1.9,4.5l5.6,5.5c0.2,0.2,0.3,0.5,0.4,0.8l0.1,1.4c0,0.4-0.1,0.8-0.4,1l-3.9,3.3 l0.5,3.4c0.1,0.4-0.1,0.8-0.4,1.1c-0.3,0.3-0.7,0.4-1.1,0.3L41,61l-2.3,0.1l-2.9,1.5c-0.2,0.1-0.4,0.1-0.6,0.1l-2-0.1 c-0.1,0-0.2,0-0.3-0.1L31.3,62l-0.9,0.7C30.2,62.9,29.9,63,29.6,63z M33.5,60.1l1.5,0.1l2.8-1.4c0.2-0.1,0.3-0.1,0.5-0.1l2.8-0.1 c0.1,0,0.2,0,0.3,0l1.3,0.3l-0.3-2.3c-0.1-0.4,0.1-0.8,0.4-1.1l3.9-3.4l0-0.3l-5.5-5.4c-0.1-0.1-0.2-0.3-0.3-0.4l-2.6-6.2 c-0.1-0.4-0.1-0.8,0.1-1.1c0.2-0.3,0.5-0.6,0.9-0.6l2.7-0.4l3.5-1.5l5.1-4.3c0.5-0.4,1.2-0.4,1.6,0l0.5,0.5l-3.2-13.6 c0-0.2,0-0.3,0-0.5l0.7-4.1l-6.6-6.2l-7.7,3.6c-0.3,0.1-0.7,0.2-1,0c-0.3-0.1-0.6-0.4-0.7-0.7l-1.3-3.1l-0.4,0.1 c-0.5,0.1-1,0-1.3-0.5l-0.8-1.2c-0.1-0.2-0.2-0.4-0.2-0.6L30,4.2l-0.9-0.4l-0.8,0.1l0.3,1c0.2,0.6-0.1,1.2-0.6,1.5l-0.6,0.3 l1.2,3.3c0.1,0.3,0.1,0.7-0.1,1c-0.2,0.3-0.5,0.5-0.8,0.6l-1.2,0.3l-0.5,2.5c-0.1,0.5-0.5,0.9-1.1,1c-0.5,0.1-1-0.2-1.3-0.7 l-0.3-0.5c-0.1,0-0.2,0-0.4,0c-0.4,0-0.8-0.2-1-0.6l-0.5-0.8l-1.8-0.2l0.3,0.5c0.3,0.4,0.3,1,0,1.4l-3.7,4.8l0.9,1.8 c0.2,0.5,0.1,1.1-0.2,1.4l-3.1,3C13.8,25.9,13.4,26,13,26l-0.5-0.1l-0.4,3c0,0.1,0,0.1,0,0.2l-0.8,2.5l0.6,4.6 c0,0.3,0,0.5-0.1,0.7l-0.7,1.4l0.7,3.9l1.4,2.6l1,0.1c0.1,0,0.2,0,0.3,0.1l4.9,1.8c0.4,0.1,0.6,0.4,0.7,0.8 c0.1,0.4,0.1,0.7-0.1,1.1l-2,3l-1.5,5.4l0.4,0.7l2.5,0.1c0.1,0,0.1,0,0.2,0l9.1,1.5c0.3,0,0.5,0.2,0.7,0.3l0.3,0.3l0.6-0.4 c0.3-0.2,0.7-0.3,1.1-0.2L33.5,60.1z' class='st3_1623826201149' vector-effect='non-scaling-stroke' style='fill: rgb(255, 255, 255);'/%3E%3C/g%3E%3C/g%3E%3Cg id='Layout_Konturlinie_1623826201149'%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.roe_hp_company_info {
  border: 1px solid #dadada;
  padding: 25px; }

.roe_hp_company_info button {
  float: right; }

.roe_hp_info_container:hover .roe_hp_info_title {
  background-color: #04bbee; }

.roe_hp_company_info_header {
  font-size: 20px;
  color: #0064b3;
  text-decoration: none solid #0064b3;
  font-weight: bold; }

.roe_social_media {
  width: 30px;
  height: 30px;
  display: block;
  margin: 50px auto 25px auto;
  background-image: url("data:image/svg+xml,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' overflow='visible' preserveAspectRatio='none' viewBox='-0.4939999999999998 0 38 38' width='30' height='30'%3E%3Cg%3E%3Cpath xmlns:default='http://www.w3.org/2000/svg' d='M36,38h-7c-0.6,0-1-0.4-1-1V23.2c0-2.4-1.3-3.8-3.6-3.8c-1.6,0-3,1.1-3.4,2.1c-0.1,0.2,0,0.8,0,1.1c0,0.2,0,0.4,0,0.6V37 c0,0.5-0.4,1-1,1h-7c-0.3,0-0.5-0.1-0.7-0.3c-0.2-0.2-0.3-0.4-0.3-0.7L12,19.6c0-2.4,0-4.5-0.1-6.3c0-0.3,0.1-0.5,0.3-0.7 c0.2-0.2,0.5-0.3,0.7-0.3h6c0.6,0,1,0.4,1,1v0.6c1.5-1.3,3.9-2.5,7.1-2.5c6.2,0,10,4,10,10.8V37C37,37.6,36.6,38,36,38z M30,36h5 V22.2c0-7.7-5-8.8-8-8.8c-3.6,0-6.2,2-7.1,3.4c-0.2,0.3-0.5,0.5-0.9,0.5H19c-0.6,0-1-0.4-1-1v-2h-4c0,1.6,0,3.3,0,5.3l0,1.4L14,36h5 V23.2c0-0.2,0-0.3,0-0.5c0-0.7,0-1.3,0.2-1.9c0.7-1.7,2.7-3.4,5.3-3.4c3.4,0,5.6,2.3,5.6,5.8V36z M8,38H1c-0.6,0-1-0.4-1-1V12 c0-0.6,0.4-1,1-1h7c0.6,0,1,0.4,1,1l0,25c0,0.3-0.1,0.5-0.3,0.7C8.5,37.9,8.3,38,8,38z M2,36h5l0-23H2V36z M4.4,9C1.9,9,0,7.1,0,4.5 C0,1.9,1.9,0,4.5,0C7.1,0,8.9,1.8,9,4.5C9,7.1,7.1,9,4.4,9z M4.5,1.9c-1.6,0-2.7,1-2.7,2.6c0,1.5,1.1,2.6,2.6,2.6 c1.6,0,2.7-1,2.7-2.6C7.1,2.9,6.1,1.9,4.5,1.9z' style='fill: rgb(4, 187, 238);' vector-effect='non-scaling-stroke'/%3E%3C/g%3E%3C/svg%3E"); }

@media (min-width: 991px) {
  .roe_hp_content .row:not(.roe_hp_company_infos) {
    margin-top: 15px; }
    .roe_hp_content .row:not(.roe_hp_company_infos) > div {
      padding: 0;
      padding-right: 15px; }
    .roe_hp_content .row:not(.roe_hp_company_infos) > div:last-child {
      padding: 0; }
  .roe_hp_content .roe_hp_company_slickslide {
    padding-right: 0 !important; } }

@media (max-width: 991px) {
  .roe_hp_content .row:not(.roe_hp_company_infos) {
    margin-top: 15px; }
    .roe_hp_content .row:not(.roe_hp_company_infos) > div {
      margin-top: 15px;
      padding: 0; }
  .roe_hp_content .roe_hp_company_slickslide {
    padding: 15px 0 !important; } }

.slick-next,
.slick-prev {
  opacity: 0 !important; }

.roe_hp_newsbox {
  background-color: #0064b3;
  min-height: 173px;
  color: #ffffff; }
  @media (min-width: 991px) {
    .roe_hp_newsbox {
      max-height: 173px; } }
  .roe_hp_newsbox .roe_hp_newsbox_image {
    display: flex; }
    .roe_hp_newsbox .roe_hp_newsbox_image img {
      height: 173px;
      width: auto;
      object-fit: cover;
      overflow: hidden;
      flex: auto; }
      @media (max-width: 991px) {
        .roe_hp_newsbox .roe_hp_newsbox_image img {
          height: auto;
          margin-top: -15px; } }
  .roe_hp_newsbox .roe_hp_newsbox_title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 25px; }
  .roe_hp_newsbox .roe_hp_newsbox_content {
    font-size: 15px;
    padding: 0 15px !important; }
    @media (max-width: 991px) {
      .roe_hp_newsbox .roe_hp_newsbox_content {
        margin-bottom: 25px; } }
    @media (max-width: 991px) {
      .roe_hp_newsbox .roe_hp_newsbox_content > .row {
        margin: 0; } }
    .roe_hp_newsbox .roe_hp_newsbox_content p {
      display: block;
      text-overflow: ellipsis;
      word-wrap: break-word;
      overflow: hidden;
      max-height: 5.6em;
      line-height: 1.8em; }
    .roe_hp_newsbox .roe_hp_newsbox_content .roe_hp_newsbox_text > div:last-of-type {
      text-align: center; }
      @media (min-width: 991px) {
        .roe_hp_newsbox .roe_hp_newsbox_content .roe_hp_newsbox_text > div:last-of-type {
          position: absolute;
          right: 0;
          bottom: 30px; } }

.wrap-newsbox-slider {
  display: block; }

.roe_hp_newsbox_modal {
  padding: 50px; }
  .roe_hp_newsbox_modal .roe_hp_newsbox_modal_image {
    text-align: center; }
    @media (min-width: 991px) {
      .roe_hp_newsbox_modal .roe_hp_newsbox_modal_image > img {
        max-width: 40%; } }
  .roe_hp_newsbox_modal .roe_hp_newsbox_modal_title {
    color: #0064b3; }
    @media (max-width: 991px) {
      .roe_hp_newsbox_modal .roe_hp_newsbox_modal_title h1 {
        font-size: 25px; } }
  .roe_hp_newsbox_modal .roe_hp_newsbox_modal_text {
    font-size: 15px; }

.roe_hp_quickorder {
  background-color: #f6f7f7;
  padding: 25px;
  padding-bottom: 35px;
  margin-top: 15px;
  margin-bottom: 30px; }
  .roe_hp_quickorder .roe_hp_quickorder_title {
    font-size: 24px;
    color: #0064b3;
    font-weight: bold; }
  .roe_hp_quickorder input {
    border-radius: 0px;
    height: 40px; }
  .roe_hp_quickorder input[type="number"] {
    width: auto; }
  .roe_hp_quickorder label {
    padding: 0 10px;
    color: #0064b3; }
  .roe_hp_quickorder button {
    width: 100%; }
  .roe_hp_quickorder form > div {
    text-align: center; }
    @media (max-width: 991px) {
      .roe_hp_quickorder form > div {
        margin: 15px 0;
        text-align: left; }
        .roe_hp_quickorder form > div:last-of-type {
          text-align: center; } }

/**
* Stylings for the cut to size calculation page
*/
.wishlink {
  margin-top: 4px; }

.wish-dropdown {
  display: inline-flex;
  cursor: pointer; }

.roe-flex {
  display: flex; }

.roe-order-1 {
  order: 1; }

.roe-order-2 {
  order: 2; }

.roe-order-3 {
  order: 3; }

.roe-order-4 {
  order: 4; }

.roe-order-5 {
  order: 5; }

.roe-zskcontainer-small {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  height: 100%; }

@media (min-width: 768px) {
  .roe-zsk-flexrow {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch; } }

.roe_implementation_form_active {
  box-shadow: inset 0 0 0 2px #0064b3;
  border: 1px solid #ffffff; }

.roe_implementation_form {
  border: 1px solid #cccccc;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #3d3d3d;
  text-decoration: none solid #3d3d3d;
  line-height: 22px;
  margin: 2px -13px;
  padding: 2px 0; }

.roe_implementation_form > img {
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 5px; }

.roe-zsklabel {
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center; }

/* Für kleine Kacheln */
.roe-zskimg, .roe-zskimg--2-items, .roe-zskimg--3-items, .roe-zskimg--4-items {
  flex-grow: 1;
  align-self: center;
  flex-shrink: 1;
  /* Für zwei Kacheln */
  /* Für frei Kacheln */
  /* Für vier Kacheln */ }
  .roe-zskimg--2-items {
    max-width: 34%; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .roe-zskimg--2-items {
        max-width: 54%; } }
  .roe-zskimg--3-items {
    max-width: 35%; }
    @media (min-width: 992px) {
      .roe-zskimg--3-items {
        max-width: 35%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .roe-zskimg--3-items {
        max-width: 22.2%; } }
  .roe-zskimg--4-items {
    max-width: 16.2%; }
    @media (min-width: 992px) {
      .roe-zskimg--4-items {
        max-width: 25.5%; } }

.roe-configuration_section_form {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: row;
  margin: 2px 15px;
  flex-wrap: wrap; }

.roe-section_item_form {
  flex: 25%; }
  @media (max-width: 1199.98px) {
    .roe-section_item_form {
      flex: 50%; } }
  @media (max-width: 991.98px) {
    .roe-section_item_form {
      flex: 100%; } }

.cc_calculation_result a,
.roe-cut2size-resulttable a {
  color: var(--primary);
  text-decoration: none; }

.cc_calculation_result a:focus,
.cc_calculation_result a:hover,
.roe-cut2size-resulttable a:focus,
.roe-cut2size-resulttable a:hover {
  color: #003967;
  text-decoration: underline; }

.roe-calculation-result-row {
  text-align: left; }

.roe-calculation-result-text {
  vertical-align: middle !important;
  padding-top: 5px !important; }

.cc_calculation_result .roe-th-2 {
  width: 50%;
  width: calc(100%/2); }

.cc_calculation_result .roe-th-3 {
  width: 33.33%;
  width: calc(100%/3); }

.roe-calculation-result-availability-row {
  display: flex; }
  .roe-calculation-result-availability-row .roe-calculation-result-availability-data {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .roe-calculation-result-availability-row .roe-calculation-result-availability-data .roe_productlist_table_color {
      margin: 1% 0; }

.reo-calculation-separater {
  border: 1px solid #fff;
  color: #fff; }

.roe-cut2size-resulttable {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  font-size: 12px;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed; }
  @media (max-width: 991.98px) {
    .roe-cut2size-resulttable {
      display: none; } }

.roe-cut2size-resulttable-th {
  vertical-align: bottom;
  position: relative;
  white-space: normal;
  word-break: break-word;
  padding: 2px;
  line-height: 1.42857143;
  border-top: 2px solid #0064b3 !important;
  border-bottom: 2px solid #0064b3 !important;
  font-weight: 700;
  color: #0064b3;
  font-size: 11px;
  text-align: center; }

.roe-cut2size-resulttable-td {
  vertical-align: middle;
  padding: 3px;
  border-top: none;
  line-height: 1.42857143;
  border-color: #0064b3;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  text-align: center;
  word-break: break-word; }
  .roe-cut2size-resulttable-td div {
    margin: 0 auto; }
  .roe-cut2size-resulttable-td a {
    cursor: pointer;
    font-weight: 500;
    font-size: 12px; }
  .roe-cut2size-resulttable-td .popover-content {
    font-size: 12px; }

.roe-cut2size-resulttable-button {
  height: 45px;
  border: 1px solid var(--primary);
  border-radius: 5px;
  background-color: var(--primary);
  background-size: cover;
  font-size: 14px;
  color: var(--white);
  font-weight: 700;
  text-decoration: none solid var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px; }
  @media (max-width: 991.98px) {
    .roe-cut2size-resulttable-button {
      display: none; } }

.roe-cut2size-resulttable-border {
  border-bottom: 1px solid #0064b3; }

.roe-total-price-text-sum {
  text-align: left; }

.roe-total-price-text {
  text-align: right; }

.roe_supportmodal {
  padding: 40px;
  text-align: center; }
  .roe_supportmodal .nav-tabs {
    border: none; }
    .roe_supportmodal .nav-tabs .nav-item.active .nav-link {
      color: #0064b3;
      font-weight: bold; }
      .roe_supportmodal .nav-tabs .nav-item.active .nav-link::after {
        height: 6px; }
    .roe_supportmodal .nav-tabs .nav-link {
      border: none;
      color: #3d3d3d;
      font-weight: normal;
      font-size: 15px; }
      .roe_supportmodal .nav-tabs .nav-link:hover {
        background-color: transparent; }
        .roe_supportmodal .nav-tabs .nav-link:hover::after {
          height: 6px; }
      .roe_supportmodal .nav-tabs .nav-link::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 0;
        background-color: #0064b3;
        transition: height 0.3s ease-in-out; }
      .roe_supportmodal .nav-tabs .nav-link.active::after {
        height: 6px; }
    .roe_supportmodal .nav-tabs li.active > a {
      border: none; }
  .roe_supportmodal .dd-menu__level--1 > .dd-menu__item.is {
    height: 6px; }
  .roe_supportmodal .dd-menu__level {
    justify-content: flex-start; }
  .roe_supportmodal .dd-menu__item {
    margin-right: 20px; }
    .roe_supportmodal .dd-menu__item.is-active .dd-menu__link:after {
      height: 6px; }
    .roe_supportmodal .dd-menu__item:not(.is-active) .dd-menu__link:after {
      height: 0px; }

.roe_supportmodal_headerimage {
  width: 100px;
  height: 100px;
  border: 1px solid #0064b3;
  border-radius: 50%;
  margin: 0px auto 30px;
  background-color: #0064b3;
  background-size: 100%;
  align-items: center;
  justify-content: center; }

.roe_supportmodal_headerimage_icon {
  width: 100%;
  height: 100%;
  background: url("../images/support_white.svg") no-repeat center;
  background-size: 60%; }

.roe_supportmodal_text {
  margin-bottom: 20px; }

.roe_supportmodal_radio {
  margin-bottom: 20px; }

.roe_supportmodal_time {
  text-align: left; }

.roe_supportmodal_time select {
  margin: 10px 0 20px; }

.roe_salesmodal_button {
  margin-bottom: 20px;
  border: 1px solid #0064b3;
  border-radius: 5px;
  padding: 0 20px;
  height: 40px;
  background-color: transparent;
  font-size: 14px;
  color: #0064b3;
  font-weight: 700; }

.roe_request_call_button {
  margin-top: 20px;
  width: 180px;
  height: 45px;
  border: 1px solid #0064b3;
  border-radius: 5px;
  background-size: cover;
  background-color: #0064b3;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none solid #0066cc;
  text-align: center; }

.roe_support_modal_overview_title {
  font-weight: bold;
  padding: 10px;
  background-color: #e6e7e8;
  border-radius: 5px;
  font-size: 16px; }

.roe_support_modal_overview_table {
  text-align: left;
  table-layout: fixed; }

.roe_support_modal_overview_table td:nth-of-type(1) {
  font-weight: bold; }

#roe_callbackmodal_nav {
  background-color: transparent;
  border: none; }
  #roe_callbackmodal_nav .navbar-nav > li.active > a {
    background-color: transparent; }
  #roe_callbackmodal_nav .navbar-brand {
    padding-top: 15px;
    font-size: 15px;
    color: #3d3d3d;
    font-weight: normal; }
    @media (min-width: 991px) {
      #roe_callbackmodal_nav .navbar-brand {
        width: 0px;
        visibility: hidden; } }

[class*=salesPerson-] {
  padding-top: 50px; }

.roe_supportmodal_contact {
  text-align: center;
  padding-bottom: 10px; }

.roe_supportmodal_contact .table-borderless tr, .roe_supportmodal_contact .table-borderless th, .roe_supportmodal_contact .table-borderless td {
  border: none !important; }
  .roe_supportmodal_contact .table-borderless tr td, .roe_supportmodal_contact .table-borderless th td, .roe_supportmodal_contact .table-borderless td td {
    padding: 2px; }

@media (max-width: 991px) {
  .roe_supportmodal_contact .roe_supportmodal_contactimage img {
    margin: 0 auto; }
  .roe_supportmodal_contact [class*=col-]:first-of-type {
    margin-bottom: 15px; } }

@media (min-width: 992px) {
  .roe_supportmodal_contact .roe_supportmodal_contactimage img {
    float: right; } }

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

.roe_supportmodal_contact .roe_supportmodal_contactperson {
  font-size: 15px;
  color: #545454; }

.roe_supportmodal_contact .roe_supportmodal_contactname {
  font-size: 24px;
  color: #0064b3; }

.roe_supportmodal_contactinfo {
  padding-bottom: 3px;
  font-size: 15px; }

.roe_supportmodal_contactlabel {
  text-align: right;
  font-weight: bold; }

.roe_support_request_callback {
  padding: 30px;
  font-size: 15px; }
  .roe_support_request_callback [id*=demo-] {
    text-align: left; }
  .roe_support_request_callback .roe_support_request_callback_title {
    font-size: 18px;
    color: #3d3d3d;
    font-weight: bold; }
  .roe_support_request_callback .roe_support_request_callback_text {
    font-size: 15px;
    color: #3d3d3d; }
  .roe_support_request_callback .roe_support_request_callback_form .row {
    margin: 30px 0 15px 0 !important;
    text-align: left; }
    .roe_support_request_callback .roe_support_request_callback_form .row [class*=col-] {
      padding-left: 0; }
  .roe_support_request_callback .roe_support_request_callback_form label {
    font-weight: normal; }

.roe_reset_consent_text {
  padding-top: 20px;
  padding-bottom: 50px; }

.roe_reset_consent_img {
  margin-bottom: 30px;
  margin-top: 10px;
  width: 100%;
  height: 100%;
  max-height: 220px;
  object-fit: cover; }

.reset_consent_row {
  margin-bottom: 140px;
  margin-right: -15px;
  margin-left: -15px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

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

.slick-arrow.slick-hidden {
  display: none; }

.appendDots {
  position: absolute;
  right: 0;
  bottom: 35px;
  left: 0; }

/*
 * helper scss file
 */
.roe_hidden-sm {
  display: none !important; }

@media (max-width: 991px) {
  .roe_hidden-sm {
    display: none !important; }
  .roe_visible-sm {
    display: block !important; } }

/* 
* contains all styling for the coveo component(s)
*/
.coveo-roe.coveoHeader {
  width: 100%; }

.coveo-roe.coveo-executing-query .coveo-results-header {
  filter: blur(20px); }

.coveo-roe.CoveoSearchInterface > .coveo-main-section {
  max-width: 100%; }

@media (min-width: 831px) {
  .coveo-roe.CoveoSearchInterface {
    margin-top: -35px; } }

.coveo-roe.CoveoSearchInterface > .coveo-main-section {
  max-width: 100%; }

@media (min-width: 831px) {
  .coveo-roe.CoveoSearchInterface {
    margin-top: -35px; } }

.coveo-roe .coveo-main-section .coveo-results-column .RoeBreadcrumb {
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  outline: none;
  display: flex;
  align-items: flex-start; }
  .coveo-roe .coveo-main-section .coveo-results-column .RoeBreadcrumb .coveo-breadcrumb-items {
    padding: 0px;
    display: inline-block;
    flex-grow: 1; }
    .coveo-roe .coveo-main-section .coveo-results-column .RoeBreadcrumb .coveo-breadcrumb-items .btn {
      float: right; }

.coveo-roe .CoveoBreadcrumb .coveo-breadcrumb-clear-all {
  background: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
  letter-spacing: 0.2px; }

.coveo-roe.CoveoSearchInterface {
  font-family: inherit;
  font-size: 14px; }

.coveo-roe .coveo-main-section .coveo-results-column {
  padding: 0px; }
  .coveo-roe .coveo-main-section .coveo-results-column > .coveo-results-header {
    flex-wrap: wrap;
    gap: 10px; }
    .coveo-roe .coveo-main-section .coveo-results-column > .coveo-results-header .coveo-result-layout-selector {
      text-transform: none; }
      .coveo-roe .coveo-main-section .coveo-results-column > .coveo-results-header .coveo-result-layout-selector:not(.coveo-selected) {
        border-bottom: 1px solid #bcc3ca; }
    .coveo-roe .coveo-main-section .coveo-results-column > .coveo-results-header .CoveoSort {
      text-transform: none; }
      .coveo-roe .coveo-main-section .coveo-results-column > .coveo-results-header .CoveoSort:not(.coveo-selected) {
        border-bottom: thin solid #bcc3ca; }
  .coveo-roe .coveo-main-section .coveo-results-column .CoveoResultList .coveo-table-layout-container tr.coveo-table-layout.CoveoResult {
    position: relative;
    cursor: pointer; }
    .coveo-roe .coveo-main-section .coveo-results-column .CoveoResultList .coveo-table-layout-container tr.coveo-table-layout.CoveoResult .roe_productinfo_btngroup {
      position: absolute;
      right: 15px;
      bottom: 0;
      top: 0;
      margin: auto;
      height: 40px; }
  .coveo-roe .coveo-main-section .coveo-results-column .CoveoResultList .coveo-table-layout-container tr.coveo-result-list-table-header > th {
    border-top: 2px solid var(--primary) !important;
    border-bottom: 2px solid var(--primary) !important;
    vertical-align: bottom;
    position: relative;
    white-space: normal;
    word-break: break-word;
    padding: 8px;
    font-weight: 700;
    color: var(--primary);
    font-size: 16px; }
  .coveo-roe .coveo-main-section .coveo-results-column .CoveoResultList .coveo-table-layout-container tr.coveo-background-sustainability:hover td {
    background-color: #6cc24a61; }
  .coveo-roe .coveo-main-section .coveo-results-column .CoveoResultList .coveo-table-layout-container tr th,
  .coveo-roe .coveo-main-section .coveo-results-column .CoveoResultList .coveo-table-layout-container tr td {
    white-space: normal;
    text-align: center;
    color: #212529;
    padding: 8px; }
    .coveo-roe .coveo-main-section .coveo-results-column .CoveoResultList .coveo-table-layout-container tr th .CoveoResultLink,
    .coveo-roe .coveo-main-section .coveo-results-column .CoveoResultList .coveo-table-layout-container tr th .roe-request,
    .coveo-roe .coveo-main-section .coveo-results-column .CoveoResultList .coveo-table-layout-container tr td .CoveoResultLink,
    .coveo-roe .coveo-main-section .coveo-results-column .CoveoResultList .coveo-table-layout-container tr td .roe-request {
      font-weight: 500;
      color: var(--primary); }
    .coveo-roe .coveo-main-section .coveo-results-column .CoveoResultList .coveo-table-layout-container tr th .price-cell,
    .coveo-roe .coveo-main-section .coveo-results-column .CoveoResultList .coveo-table-layout-container tr td .price-cell {
      padding-right: 14px; }
  .coveo-roe .coveo-main-section .coveo-results-column .CoveoResultList .coveo-table-layout-container .roe_collapsable_buttons .wishButtons > .roe_interaction_btn {
    display: inline-flex; }
  .coveo-roe .coveo-main-section .coveo-results-column .coveo-card-layout.CoveoResult {
    overflow: visible;
    display: block;
    border-radius: 0;
    border: 1px solid #dfdfdf;
    font-size: 14px;
    cursor: pointer; }
    .coveo-roe .coveo-main-section .coveo-results-column .coveo-card-layout.CoveoResult a.roe-request {
      color: var(--primary); }
    .coveo-roe .coveo-main-section .coveo-results-column .coveo-card-layout.CoveoResult .cc_value_sku {
      color: #212529; }
    .coveo-roe .coveo-main-section .coveo-results-column .coveo-card-layout.CoveoResult .roe_dropleft {
      right: unset;
      left: 0; }
    .coveo-roe .coveo-main-section .coveo-results-column .coveo-card-layout.CoveoResult .roe-go-to-plp {
      cursor: pointer; }
    .coveo-roe .coveo-main-section .coveo-results-column .coveo-card-layout.CoveoResult .roe_productgrid_features {
      margin-top: 20px;
      text-align: center;
      padding-bottom: 10px; }

.coveo-roe .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container button {
  display: inline-flex; }

.coveo-roe .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo_product_item {
  padding: 10px 20px;
  min-height: 400px;
  margin-bottom: 20px;
  width: 100%; }

.coveo-roe .coveo-results-column > .CoveoPager ul > li, .coveo-roe .coveo-results-column > .CoveoResultsPerPage ul > li {
  color: var(--primary);
  width: 30px;
  height: 30px;
  border-radius: 0; }
  .coveo-roe .coveo-results-column > .CoveoPager ul > li.coveo-active, .coveo-roe .coveo-results-column > .CoveoResultsPerPage ul > li.coveo-active {
    color: white;
    background-color: var(--primary); }
  .coveo-roe .coveo-results-column > .CoveoPager ul > li:hover, .coveo-roe .coveo-results-column > .CoveoResultsPerPage ul > li:hover {
    background-color: var(--primary);
    color: white; }
  .coveo-roe .coveo-results-column > .CoveoPager ul > li span, .coveo-roe .coveo-results-column > .CoveoResultsPerPage ul > li span {
    text-align: center;
    display: block; }

@media (max-width: 830px) {
  .coveo-roe .coveo-dropdown-header-wrapper {
    height: 40px; } }

.coveo-roe .coveo-dropdown-header-wrapper > a.coveo-facet-dropdown-header.coveo-dropdown-header.coveo-accessible-button {
  position: relative;
  width: 70px;
  height: 100%;
  background: var(--primary);
  color: #fff;
  border: 1px solid var(--primary);
  display: inline-block;
  text-transform: none;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  border-radius: 0; }
  .coveo-roe .coveo-dropdown-header-wrapper > a.coveo-facet-dropdown-header.coveo-dropdown-header.coveo-accessible-button > p {
    position: absolute;
    top: 25%;
    transform: translate(-50%);
    line-height: 20px; }

.coveo-roe .coveo-main-section .coveo-facet-column {
  float: none;
  width: 100%; }
  .coveo-roe .coveo-main-section .coveo-facet-column .coveo-dynamic-facet-value .coveo-checkbox-span-label {
    white-space: unset; }
  @media (max-width: 830px) {
    .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid.coveo-facet-dropdown-modal-content.coveo-dropdown-content {
      padding: 20px 50px;
      padding-top: 120px;
      background-color: #e6e7e8; }
    .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .CoveoDynamicFacet,
    .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .CoveoDynamicFacetRange {
      margin-bottom: 15px; }
      .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .CoveoDynamicFacet .coveo-combobox-wrapper .coveo-combobox-input,
      .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .CoveoDynamicFacetRange .coveo-combobox-wrapper .coveo-combobox-input {
        margin: 0 10px; }
      .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .CoveoDynamicFacet .coveo-combobox-wrapper .coveo-combobox-values,
      .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .CoveoDynamicFacetRange .coveo-combobox-wrapper .coveo-combobox-values {
        box-shadow: none;
        position: relative;
        top: 0;
        border: none;
        border-bottom: 2px solid #e6e7e8; }
      .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .CoveoDynamicFacet .coveo-dynamic-facet-header-btn,
      .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .CoveoDynamicFacetRange .coveo-dynamic-facet-header-btn {
        padding: 0 10px; }
      .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .CoveoDynamicFacet .coveo-dynamic-facet-header-title,
      .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .CoveoDynamicFacetRange .coveo-dynamic-facet-header-title {
        text-transform: none;
        padding: 0 10px; }
      .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .CoveoDynamicFacet .coveo-combobox-input,
      .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .CoveoDynamicFacetRange .coveo-combobox-input {
        margin: 0 10px; }
      .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .CoveoDynamicFacet .coveo-dynamic-facet-search,
      .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .CoveoDynamicFacetRange .coveo-dynamic-facet-search {
        margin: 10px 0; }
      .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .CoveoDynamicFacet .coveo-dynamic-facet-values,
      .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .CoveoDynamicFacetRange .coveo-dynamic-facet-values {
        padding: 0 10px;
        background-color: white;
        max-height: 300px;
        overflow-y: auto; }
        .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-collapsed-values,
        .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .CoveoDynamicFacetRange .coveo-dynamic-facet-values .coveo-dynamic-facet-collapsed-values {
          padding: 5px 0; } }
  @media (min-width: 831px) {
    .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid {
      background-color: #e6e7e8;
      padding: 10px;
      display: grid;
      gap: 10px;
      grid-auto-flow: row;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      grid-auto-columns: 300px 100px; }
      .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .coveo-dynamic-facet-collapsed .coveo-dynamic-facet-values {
        border: none; }
      .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .CoveoDynamicFacet,
      .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .CoveoDynamicFacetRange {
        max-height: 35px; }
        .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .CoveoDynamicFacet .coveo-combobox-wrapper .coveo-combobox-input,
        .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .CoveoDynamicFacetRange .coveo-combobox-wrapper .coveo-combobox-input {
          margin: 0 10px; }
        .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .CoveoDynamicFacet .coveo-combobox-wrapper .coveo-combobox-values,
        .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .CoveoDynamicFacetRange .coveo-combobox-wrapper .coveo-combobox-values {
          box-shadow: none;
          position: relative;
          top: 0;
          border: none;
          border-bottom: 2px solid #e6e7e8;
          z-index: 150; }
      .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .coveo-dynamic-facet-search {
        margin-top: 0;
        padding-top: 10px;
        background-color: white;
        border-left: 2px solid #e6e7e8;
        border-right: 2px solid #e6e7e8; }
      .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .coveo-dynamic-facet-values {
        padding: 0 10px;
        border: 2px solid #e6e7e8;
        border-top: 0;
        position: relative;
        width: auto;
        max-width: 100%;
        z-index: 150;
        background-color: white;
        max-height: 300px;
        overflow-y: auto; }
        .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .coveo-dynamic-facet-values .coveo-dynamic-facet-collapsed-values {
          display: none; }
      .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .coveo-dynamic-facet-header-btn {
        padding: 0 10px; }
      .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .coveo-dynamic-facet-header-title {
        text-transform: none; }
      .coveo-roe .coveo-main-section .coveo-facet-column.coveo-roe-filter-grid .coveo-dynamic-facet-header-title > span {
        padding-left: 10px; } }

.roe-header-row .CoveoSearchbox .CoveoSearchButton {
  background-color: var(--primary); }

.CoveoSearchbox {
  height: 35px;
  /* Search Box Suggestions */ }
  .CoveoSearchbox .magic-box .magic-box-input {
    height: 100%; }
    .CoveoSearchbox .magic-box .magic-box-input > input {
      height: 100%; }
    .CoveoSearchbox .magic-box .magic-box-input .magic-box-clear {
      height: 100%; }
      .CoveoSearchbox .magic-box .magic-box-input .magic-box-clear > .magic-box-icon {
        height: 100%;
        position: relative; }
        .CoveoSearchbox .magic-box .magic-box-input .magic-box-clear > .magic-box-icon > svg {
          position: absolute;
          top: 25%; }
  .CoveoSearchbox .CoveoSearchButton {
    height: 35px;
    width: 35px;
    background-color: var(--secondary); }
    .CoveoSearchbox .CoveoSearchButton:hover .coveo-magnifier-circle-svg {
      fill: white; }
    .CoveoSearchbox .CoveoSearchButton > .coveo-search-button > svg {
      color: white;
      width: 15px;
      height: 15px; }
  .CoveoSearchbox .magic-box-suggestions.magic-box-hasSuggestion .coveo-magicbox-suggestions .magic-box-suggestion {
    height: 30px;
    padding: 5px 10px;
    position: relative;
    top: 0; }

/*# sourceMappingURL=main.css.map */