/*
 *
 * ADOBE CONFIDENTIAL
 * __________________
 *
 *  Copyright 2014 Adobe Systems Incorporated
 *  All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */

@font-face {
    font-family: "SCFIcons";
    src: url("../../../libs/clientlibs/social/commons/scf/resources/AdobeIcons-74324ff07761daf4c31d04544b133fef.eot");
    src: url("../../../libs/clientlibs/social/commons/scf/resources/AdobeIcons-74324ff07761daf4c31d04544b133fef.eot?#iefix") format("embedded-opentype"), url("../../../libs/clientlibs/social/commons/scf/resources/AdobeIcons-74324ff07761daf4c31d04544b133fef.woff") format("woff"), url("../../../libs/clientlibs/social/commons/scf/resources/AdobeIcons-74324ff07761daf4c31d04544b133fef.ttf") format("truetype"), url("../../../libs/clientlibs/social/commons/scf/resources/icons/AdobeIcons-74324ff07761daf4c31d04544b133fef.svg?#webfont") format("svg");
    font-weight: normal;
    font-style: normal;
}

.scf {
    font-family: helvetica, arial;
    color: #4B4B4B;
}

.scf h4 {
    font-size: 14px;
    color: #4b4b4b;
    margin: 10px 0;
}

.scf h2 {
    font-size: 24px;
    color: #4B4B4B;
    margin: 0px;
    font-weight: 100;
}

.scf .scf-link {
    font-size: 14px;
    color: #4191D2;
    cursor: pointer;
}

.scf .scf-link:visited {
    color: #96509B;
}

.scf .scf-link:hover {
    text-decoration: underline;
}

.scf .scf-quiet {
    font-size: 12px;
    color: #969696;
}

.scf .scf-clear-both {
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.scf-is-hidden {
    display: none;
}

.scf [class^="scf-icon-"] {
    font-family: SCFIcons;
}

.scf [class^="scf-icon-"].large {
    font-size: 32px;
}

.scf-icon-comment:before {
    content: "\f159";
    font-family: SCFIcons;
}

.scf-icon-viewOff:before {
    content: "\f2a7";
    font-family: SCFIcons;
}

.scf-icon-fullscreen:before {
    content: "\f1c2";
    font-family: SCFIcons;
}

.scf-modal-screen {
    z-index: 2000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: #000000;
}

.scf-modal-dialog {
    z-index: 2200;
    position: fixed;
    top: 100px;
    left: 100px;
    min-width: 300px;
    padding: 15px;
    background-color: #3C3C3C;
    color: #FFFFFF;
    text-align: center;
}

.scf-modal-dialog h2 {
    color: #FFFFFF;
    margin-bottom: 10px;
    text-align: left;
    line-height: 24px;
}

.scf-modal-dialog input,
.scf-modal-dialog select,
.scf-modal-dialog option,
.scf-modal-dialog textarea {
    color: #333333;
}

.scf-modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
    font-weight: 100;
    cursor: pointer;
    line-height: 24px;
}

.scf-error {
    border: 2px solid !important;
    border-color: #EB413C !important;
}

.scf-js-error-message {
    background-color: #EB413C;
    color: #FFFFFF;
    border-radius: 6px;
}

.scf-js-error-message:before {
    font-family: SCFIcons;
    content: "\f10d";
    padding-left: 5px;
    padding-right: 5px;
}

.scf-icon-dblright:before {
    content: "   ";
    font-size: 14px;
    font-family: SCFIcons;
}

.scf-horizontal-tag-list {
    display: inline;
    padding: 0px;
}

.scf-horizontal-tag-list li {
    display: inline-block;
    list-style-type: none;
    margin-bottom: 5px;
}

.scf-selected-tag {
    padding: 5px;
    margin-right: 5px;
    background-color: #969696;
    color: #FFFFFF;
    font-size: 13px;
}

.scf-selected-tag .scf-remove-tag:before {
    font-family: SCFIcons;
    content: "\f14d";
}

.scf-icon-folder:before {
    content: "";
    font-family: SCFIcons;
}

.scf-icon-gear-after:after {
    content: "\f1c5";
    font-family: SCFIcons;
}

.scf-icon-add:before {
    content: "\f106";
    font-family: SCFIcons;
}

.scf-icon-attachment:before {
    content: "";
    font-family: SCFIcons;
}

.scf-icon-check-after:after {
    content: "\f145";
    font-family: SCFIcons;
}

.scf-icon-camera:before {
    content: "\f13b";
    font-family: SCFIcons;
}

.scf-icon-image:before {
    content: "\f1ed";
    font-family: SCFIcons;
}

.scf-icon-calendar:before {
    content: "\f137";
    font-family: SCFIcons;
}

.scf-icon-delete:before {
    content: "\f171";
    font-family: SCFIcons;
}


/*Arrows*/

.scf-icon-right:before {
    content: "\f102";
}

.scf-icon-left:before {
    content: "\f101";
}


/****** pagination styles **********/

.scf-pages {
    margin: 10px 0;
    padding: 5px 0;
}

.scf-pages-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.scf-pages-list:first-child {
    border-top: solid;
    border-width: 1px;
    border-color: #E6E6E6;
}

.scf-pages-list:last-child {
    border-bottom: solid;
    border-width: 1px;
    border-color: #E6E6E6;
}

.scf-pages-list-item {
    display: inline-block;
    margin: 3px 0px;
}

.scf-page {
    cursor: pointer;
    display: inline-block;
    padding: 1px 3px;
    border: 1px solid #227ECB;
    min-width: 16px;
    text-align: center;
}

a.scf-currentPage {
    color: #FFFFFF;
    border: none;
    background: #DCDCDC;
    cursor: default;
}

.scf .scf-load-more {
    display: block;
    text-align: right;
    font-size: 12px;
}

.scf .scf-replies-count {
    display: inline-block;
}

.scf-overlay-header h3 {
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
}

.scf-is-overlay-hidden {
    display: none;
}

.scf-action-container .scf-action-item {
    float: left;
    margin: 6px 10px 6px 0;
}

/*
 *  Copyright 2017 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/** @define image */
.cmp-image__image {
  width: 100%;
}

/*
 *  Copyright 2017 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/** @define breadcrumb */
.cmp-breadcrumb {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.cmp-breadcrumb__item {
  display: inline-block;
  vertical-align: top;
}

/*
 *
 * ADOBE CONFIDENTIAL
 * __________________
 *
 *  Copyright 2014 Adobe Systems Incorporated
 *  All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */


/* This element is set as the anchor for the dropdown in the js
   during autocomplete init. This rule keeps dropdown on top of
   other positioned elements.
   z-index can be adjusted higher if needed */

.scf-quicksearch-form-group {
    position: relative;
    z-index: 101;
}

.scf-quicksearch-form-group ul.ui-autocomplete {
    width: 400px;
}


/* Have to override jquery ui font back to standard bootstrap.
   Ideally shoud be using bootstrap less vars here */

.scf-quicksearch-form-group .ui-menu-item {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.scf-quicksearch-form-group .ui-menu-item .glyphicon {
    display: inline-block;
    margin: 7px 10px 0 0;
}

.scf-quicksearch-form-group .scf-quicksearch-item-url {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-left: 25px;
    width: 320px;
    font-size: 12px;
}

.ui-autocomplete {
    max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
}

/*
 *  Copyright 2016 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.core-form-control {
  display: block;
  width: 100%;
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.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: -ms-flexbox !important;
  display: flex !important;
}

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

@media (min-width: 576px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

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

@media (min-width: 1200px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

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

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

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

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

@media (min-width: 576px) {
  .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;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.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;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.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;
  }
}

@media (min-width: 1200px) {
  .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;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

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

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

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

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

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

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

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

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

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

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

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

.list-inline-item {
  display: inline-block;
}

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

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

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

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

.table th,
.table td {
  padding: 0.75rem;
  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 th,
.table-sm td {
  padding: 0.3rem;
}

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

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

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

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

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

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

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

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

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

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

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

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

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

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

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

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

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

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

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

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

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

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

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

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

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

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

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

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

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

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

.table-hover .table-light:hover {
  background-color: #ececf6;
}

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

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

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

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

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

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

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

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

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

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

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

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

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

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

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

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

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

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

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

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

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

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

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

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

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

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

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

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

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

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.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, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.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(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

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

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

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

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.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(58, 176, 195, 0.5);
}

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

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

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

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 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: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

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

.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(216, 217, 219, 0.5);
}

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

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

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

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

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

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

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

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

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

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

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  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: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

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

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

.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(23, 162, 184, 0.5);
}

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

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

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

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

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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: #f8f9fa;
  border-color: #f8f9fa;
}

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

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

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

.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(248, 249, 250, 0.5);
}

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

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

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

.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(52, 58, 64, 0.5);
}

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

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

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

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

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

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

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

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

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

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

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

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

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

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

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

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

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

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

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

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

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

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

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

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

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

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

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

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

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

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

.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: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

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

.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: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

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

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

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

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

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  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:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  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.25rem;
}

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

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  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 {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

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

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

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-text a {
  color: #fff;
}

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

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

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

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

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

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

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

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

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

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

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

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

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

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

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

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

.pagination {
  display: -ms-flexbox;
  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: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

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

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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: #007bff;
  border-color: #007bff;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

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

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

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

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

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

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

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

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

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

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

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

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

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

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

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

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

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

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

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

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

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

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

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

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

.alert-warning .alert-link {
  color: #533f03;
}

.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: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

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

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

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

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

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

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

.media-body {
  -ms-flex: 1;
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

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

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    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;
  }
}

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

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

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

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

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

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

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

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

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

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

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

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

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

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

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

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

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

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

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

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  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: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

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

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

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

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

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

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  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 {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

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

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

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

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  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: .25rem;
}

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

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

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 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 {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

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

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  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: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-secondary {
  background-color: #6c757d !important;
}

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

.bg-success {
  background-color: #28a745 !important;
}

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

.bg-info {
  background-color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !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: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

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

@media (min-width: 1200px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 0.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;
}

@media (min-width: 576px) {
  .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;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.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;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.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;
  }
}

@media (min-width: 1200px) {
  .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-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-success {
  color: #28a745 !important;
}

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

.text-info {
  color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
@font-face {
	 font-family: 'Glyphicons Halflings';
	 src: url('vendor/bootstrap/src/less/.eot');
	 src: url('vendor/bootstrap/src/less/.eot?#iefix') format('embedded-opentype'), url('vendor/bootstrap/src/less/.woff2') format('woff2'), url('vendor/bootstrap/src/less/.woff') format('woff'), url('vendor/bootstrap/src/less/.ttf') format('truetype'), url('vendor/bootstrap/src/less/.svg#') format('svg');
}
 .glyphicon {
	 position: relative;
	 top: 1px;
	 display: inline-block;
	 font-family: 'Glyphicons Halflings';
	 font-style: normal;
	 font-weight: normal;
	 line-height: 1;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
}
 .glyphicon-asterisk:before {
	 content: "\2a";
}
 .glyphicon-plus:before {
	 content: "\2b";
}
 .glyphicon-euro:before, .glyphicon-eur:before {
	 content: "\20ac";
}
 .glyphicon-minus:before {
	 content: "\2212";
}
 .glyphicon-cloud:before {
	 content: "\2601";
}
 .glyphicon-envelope:before {
	 content: "\2709";
}
 .glyphicon-pencil:before {
	 content: "\270f";
}
 .glyphicon-glass:before {
	 content: "\e001";
}
 .glyphicon-music:before {
	 content: "\e002";
}
 .glyphicon-search:before {
	 content: "\e003";
}
 .glyphicon-heart:before {
	 content: "\e005";
}
 .glyphicon-star:before {
	 content: "\e006";
}
 .glyphicon-star-empty:before {
	 content: "\e007";
}
 .glyphicon-user:before {
	 content: "\e008";
}
 .glyphicon-film:before {
	 content: "\e009";
}
 .glyphicon-th-large:before {
	 content: "\e010";
}
 .glyphicon-th:before {
	 content: "\e011";
}
 .glyphicon-th-list:before {
	 content: "\e012";
}
 .glyphicon-ok:before {
	 content: "\e013";
}
 .glyphicon-remove:before {
	 content: "\e014";
}
 .glyphicon-zoom-in:before {
	 content: "\e015";
}
 .glyphicon-zoom-out:before {
	 content: "\e016";
}
 .glyphicon-off:before {
	 content: "\e017";
}
 .glyphicon-signal:before {
	 content: "\e018";
}
 .glyphicon-cog:before {
	 content: "\e019";
}
 .glyphicon-trash:before {
	 content: "\e020";
}
 .glyphicon-home:before {
	 content: "\e021";
}
 .glyphicon-file:before {
	 content: "\e022";
}
 .glyphicon-time:before {
	 content: "\e023";
}
 .glyphicon-road:before {
	 content: "\e024";
}
 .glyphicon-download-alt:before {
	 content: "\e025";
}
 .glyphicon-download:before {
	 content: "\e026";
}
 .glyphicon-upload:before {
	 content: "\e027";
}
 .glyphicon-inbox:before {
	 content: "\e028";
}
 .glyphicon-play-circle:before {
	 content: "\e029";
}
 .glyphicon-repeat:before {
	 content: "\e030";
}
 .glyphicon-refresh:before {
	 content: "\e031";
}
 .glyphicon-list-alt:before {
	 content: "\e032";
}
 .glyphicon-lock:before {
	 content: "\e033";
}
 .glyphicon-flag:before {
	 content: "\e034";
}
 .glyphicon-headphones:before {
	 content: "\e035";
}
 .glyphicon-volume-off:before {
	 content: "\e036";
}
 .glyphicon-volume-down:before {
	 content: "\e037";
}
 .glyphicon-volume-up:before {
	 content: "\e038";
}
 .glyphicon-qrcode:before {
	 content: "\e039";
}
 .glyphicon-barcode:before {
	 content: "\e040";
}
 .glyphicon-tag:before {
	 content: "\e041";
}
 .glyphicon-tags:before {
	 content: "\e042";
}
 .glyphicon-book:before {
	 content: "\e043";
}
 .glyphicon-bookmark:before {
	 content: "\e044";
}
 .glyphicon-print:before {
	 content: "\e045";
}
 .glyphicon-camera:before {
	 content: "\e046";
}
 .glyphicon-font:before {
	 content: "\e047";
}
 .glyphicon-bold:before {
	 content: "\e048";
}
 .glyphicon-italic:before {
	 content: "\e049";
}
 .glyphicon-text-height:before {
	 content: "\e050";
}
 .glyphicon-text-width:before {
	 content: "\e051";
}
 .glyphicon-align-left:before {
	 content: "\e052";
}
 .glyphicon-align-center:before {
	 content: "\e053";
}
 .glyphicon-align-right:before {
	 content: "\e054";
}
 .glyphicon-align-justify:before {
	 content: "\e055";
}
 .glyphicon-list:before {
	 content: "\e056";
}
 .glyphicon-indent-left:before {
	 content: "\e057";
}
 .glyphicon-indent-right:before {
	 content: "\e058";
}
 .glyphicon-facetime-video:before {
	 content: "\e059";
}
 .glyphicon-picture:before {
	 content: "\e060";
}
 .glyphicon-map-marker:before {
	 content: "\e062";
}
 .glyphicon-adjust:before {
	 content: "\e063";
}
 .glyphicon-tint:before {
	 content: "\e064";
}
 .glyphicon-edit:before {
	 content: "\e065";
}
 .glyphicon-share:before {
	 content: "\e066";
}
 .glyphicon-check:before {
	 content: "\e067";
}
 .glyphicon-move:before {
	 content: "\e068";
}
 .glyphicon-step-backward:before {
	 content: "\e069";
}
 .glyphicon-fast-backward:before {
	 content: "\e070";
}
 .glyphicon-backward:before {
	 content: "\e071";
}
 .glyphicon-play:before {
	 content: "\e072";
}
 .glyphicon-pause:before {
	 content: "\e073";
}
 .glyphicon-stop:before {
	 content: "\e074";
}
 .glyphicon-forward:before {
	 content: "\e075";
}
 .glyphicon-fast-forward:before {
	 content: "\e076";
}
 .glyphicon-step-forward:before {
	 content: "\e077";
}
 .glyphicon-eject:before {
	 content: "\e078";
}
 .glyphicon-chevron-left:before {
	 content: "\e079";
}
 .glyphicon-chevron-right:before {
	 content: "\e080";
}
 .glyphicon-plus-sign:before {
	 content: "\e081";
}
 .glyphicon-minus-sign:before {
	 content: "\e082";
}
 .glyphicon-remove-sign:before {
	 content: "\e083";
}
 .glyphicon-ok-sign:before {
	 content: "\e084";
}
 .glyphicon-question-sign:before {
	 content: "\e085";
}
 .glyphicon-info-sign:before {
	 content: "\e086";
}
 .glyphicon-screenshot:before {
	 content: "\e087";
}
 .glyphicon-remove-circle:before {
	 content: "\e088";
}
 .glyphicon-ok-circle:before {
	 content: "\e089";
}
 .glyphicon-ban-circle:before {
	 content: "\e090";
}
 .glyphicon-arrow-left:before {
	 content: "\e091";
}
 .glyphicon-arrow-right:before {
	 content: "\e092";
}
 .glyphicon-arrow-up:before {
	 content: "\e093";
}
 .glyphicon-arrow-down:before {
	 content: "\e094";
}
 .glyphicon-share-alt:before {
	 content: "\e095";
}
 .glyphicon-resize-full:before {
	 content: "\e096";
}
 .glyphicon-resize-small:before {
	 content: "\e097";
}
 .glyphicon-exclamation-sign:before {
	 content: "\e101";
}
 .glyphicon-gift:before {
	 content: "\e102";
}
 .glyphicon-leaf:before {
	 content: "\e103";
}
 .glyphicon-fire:before {
	 content: "\e104";
}
 .glyphicon-eye-open:before {
	 content: "\e105";
}
 .glyphicon-eye-close:before {
	 content: "\e106";
}
 .glyphicon-warning-sign:before {
	 content: "\e107";
}
 .glyphicon-plane:before {
	 content: "\e108";
}
 .glyphicon-calendar:before {
	 content: "\e109";
}
 .glyphicon-random:before {
	 content: "\e110";
}
 .glyphicon-comment:before {
	 content: "\e111";
}
 .glyphicon-magnet:before {
	 content: "\e112";
}
 .glyphicon-chevron-up:before {
	 content: "\e113";
}
 .glyphicon-chevron-down:before {
	 content: "\e114";
}
 .glyphicon-retweet:before {
	 content: "\e115";
}
 .glyphicon-shopping-cart:before {
	 content: "\e116";
}
 .glyphicon-folder-close:before {
	 content: "\e117";
}
 .glyphicon-folder-open:before {
	 content: "\e118";
}
 .glyphicon-resize-vertical:before {
	 content: "\e119";
}
 .glyphicon-resize-horizontal:before {
	 content: "\e120";
}
 .glyphicon-hdd:before {
	 content: "\e121";
}
 .glyphicon-bullhorn:before {
	 content: "\e122";
}
 .glyphicon-bell:before {
	 content: "\e123";
}
 .glyphicon-certificate:before {
	 content: "\e124";
}
 .glyphicon-thumbs-up:before {
	 content: "\e125";
}
 .glyphicon-thumbs-down:before {
	 content: "\e126";
}
 .glyphicon-hand-right:before {
	 content: "\e127";
}
 .glyphicon-hand-left:before {
	 content: "\e128";
}
 .glyphicon-hand-up:before {
	 content: "\e129";
}
 .glyphicon-hand-down:before {
	 content: "\e130";
}
 .glyphicon-circle-arrow-right:before {
	 content: "\e131";
}
 .glyphicon-circle-arrow-left:before {
	 content: "\e132";
}
 .glyphicon-circle-arrow-up:before {
	 content: "\e133";
}
 .glyphicon-circle-arrow-down:before {
	 content: "\e134";
}
 .glyphicon-globe:before {
	 content: "\e135";
}
 .glyphicon-wrench:before {
	 content: "\e136";
}
 .glyphicon-tasks:before {
	 content: "\e137";
}
 .glyphicon-filter:before {
	 content: "\e138";
}
 .glyphicon-briefcase:before {
	 content: "\e139";
}
 .glyphicon-fullscreen:before {
	 content: "\e140";
}
 .glyphicon-dashboard:before {
	 content: "\e141";
}
 .glyphicon-paperclip:before {
	 content: "\e142";
}
 .glyphicon-heart-empty:before {
	 content: "\e143";
}
 .glyphicon-link:before {
	 content: "\e144";
}
 .glyphicon-phone:before {
	 content: "\e145";
}
 .glyphicon-pushpin:before {
	 content: "\e146";
}
 .glyphicon-usd:before {
	 content: "\e148";
}
 .glyphicon-gbp:before {
	 content: "\e149";
}
 .glyphicon-sort:before {
	 content: "\e150";
}
 .glyphicon-sort-by-alphabet:before {
	 content: "\e151";
}
 .glyphicon-sort-by-alphabet-alt:before {
	 content: "\e152";
}
 .glyphicon-sort-by-order:before {
	 content: "\e153";
}
 .glyphicon-sort-by-order-alt:before {
	 content: "\e154";
}
 .glyphicon-sort-by-attributes:before {
	 content: "\e155";
}
 .glyphicon-sort-by-attributes-alt:before {
	 content: "\e156";
}
 .glyphicon-unchecked:before {
	 content: "\e157";
}
 .glyphicon-expand:before {
	 content: "\e158";
}
 .glyphicon-collapse-down:before {
	 content: "\e159";
}
 .glyphicon-collapse-up:before {
	 content: "\e160";
}
 .glyphicon-log-in:before {
	 content: "\e161";
}
 .glyphicon-flash:before {
	 content: "\e162";
}
 .glyphicon-log-out:before {
	 content: "\e163";
}
 .glyphicon-new-window:before {
	 content: "\e164";
}
 .glyphicon-record:before {
	 content: "\e165";
}
 .glyphicon-save:before {
	 content: "\e166";
}
 .glyphicon-open:before {
	 content: "\e167";
}
 .glyphicon-saved:before {
	 content: "\e168";
}
 .glyphicon-import:before {
	 content: "\e169";
}
 .glyphicon-export:before {
	 content: "\e170";
}
 .glyphicon-send:before {
	 content: "\e171";
}
 .glyphicon-floppy-disk:before {
	 content: "\e172";
}
 .glyphicon-floppy-saved:before {
	 content: "\e173";
}
 .glyphicon-floppy-remove:before {
	 content: "\e174";
}
 .glyphicon-floppy-save:before {
	 content: "\e175";
}
 .glyphicon-floppy-open:before {
	 content: "\e176";
}
 .glyphicon-credit-card:before {
	 content: "\e177";
}
 .glyphicon-transfer:before {
	 content: "\e178";
}
 .glyphicon-cutlery:before {
	 content: "\e179";
}
 .glyphicon-header:before {
	 content: "\e180";
}
 .glyphicon-compressed:before {
	 content: "\e181";
}
 .glyphicon-earphone:before {
	 content: "\e182";
}
 .glyphicon-phone-alt:before {
	 content: "\e183";
}
 .glyphicon-tower:before {
	 content: "\e184";
}
 .glyphicon-stats:before {
	 content: "\e185";
}
 .glyphicon-sd-video:before {
	 content: "\e186";
}
 .glyphicon-hd-video:before {
	 content: "\e187";
}
 .glyphicon-subtitles:before {
	 content: "\e188";
}
 .glyphicon-sound-stereo:before {
	 content: "\e189";
}
 .glyphicon-sound-dolby:before {
	 content: "\e190";
}
 .glyphicon-sound-5-1:before {
	 content: "\e191";
}
 .glyphicon-sound-6-1:before {
	 content: "\e192";
}
 .glyphicon-sound-7-1:before {
	 content: "\e193";
}
 .glyphicon-copyright-mark:before {
	 content: "\e194";
}
 .glyphicon-registration-mark:before {
	 content: "\e195";
}
 .glyphicon-cloud-download:before {
	 content: "\e197";
}
 .glyphicon-cloud-upload:before {
	 content: "\e198";
}
 .glyphicon-tree-conifer:before {
	 content: "\e199";
}
 .glyphicon-tree-deciduous:before {
	 content: "\e200";
}
 .glyphicon-cd:before {
	 content: "\e201";
}
 .glyphicon-save-file:before {
	 content: "\e202";
}
 .glyphicon-open-file:before {
	 content: "\e203";
}
 .glyphicon-level-up:before {
	 content: "\e204";
}
 .glyphicon-copy:before {
	 content: "\e205";
}
 .glyphicon-paste:before {
	 content: "\e206";
}
 .glyphicon-alert:before {
	 content: "\e209";
}
 .glyphicon-equalizer:before {
	 content: "\e210";
}
 .glyphicon-king:before {
	 content: "\e211";
}
 .glyphicon-queen:before {
	 content: "\e212";
}
 .glyphicon-pawn:before {
	 content: "\e213";
}
 .glyphicon-bishop:before {
	 content: "\e214";
}
 .glyphicon-knight:before {
	 content: "\e215";
}
 .glyphicon-baby-formula:before {
	 content: "\e216";
}
 .glyphicon-tent:before {
	 content: "\26fa";
}
 .glyphicon-blackboard:before {
	 content: "\e218";
}
 .glyphicon-bed:before {
	 content: "\e219";
}
 .glyphicon-apple:before {
	 content: "\f8ff";
}
 .glyphicon-erase:before {
	 content: "\e221";
}
 .glyphicon-hourglass:before {
	 content: "\231b";
}
 .glyphicon-lamp:before {
	 content: "\e223";
}
 .glyphicon-duplicate:before {
	 content: "\e224";
}
 .glyphicon-piggy-bank:before {
	 content: "\e225";
}
 .glyphicon-scissors:before {
	 content: "\e226";
}
 .glyphicon-bitcoin:before {
	 content: "\e227";
}
 .glyphicon-btc:before {
	 content: "\e227";
}
 .glyphicon-xbt:before {
	 content: "\e227";
}
 .glyphicon-yen:before {
	 content: "\00a5";
}
 .glyphicon-jpy:before {
	 content: "\00a5";
}
 .glyphicon-ruble:before {
	 content: "\20bd";
}
 .glyphicon-rub:before {
	 content: "\20bd";
}
 .glyphicon-scale:before {
	 content: "\e230";
}
 .glyphicon-ice-lolly:before {
	 content: "\e231";
}
 .glyphicon-ice-lolly-tasted:before {
	 content: "\e232";
}
 .glyphicon-education:before {
	 content: "\e233";
}
 .glyphicon-option-horizontal:before {
	 content: "\e234";
}
 .glyphicon-option-vertical:before {
	 content: "\e235";
}
 .glyphicon-menu-hamburger:before {
	 content: "\e236";
}
 .glyphicon-modal-window:before {
	 content: "\e237";
}
 .glyphicon-oil:before {
	 content: "\e238";
}
 .glyphicon-grain:before {
	 content: "\e239";
}
 .glyphicon-sunglasses:before {
	 content: "\e240";
}
 .glyphicon-text-size:before {
	 content: "\e241";
}
 .glyphicon-text-color:before {
	 content: "\e242";
}
 .glyphicon-text-background:before {
	 content: "\e243";
}
 .glyphicon-object-align-top:before {
	 content: "\e244";
}
 .glyphicon-object-align-bottom:before {
	 content: "\e245";
}
 .glyphicon-object-align-horizontal:before {
	 content: "\e246";
}
 .glyphicon-object-align-left:before {
	 content: "\e247";
}
 .glyphicon-object-align-vertical:before {
	 content: "\e248";
}
 .glyphicon-object-align-right:before {
	 content: "\e249";
}
 .glyphicon-triangle-right:before {
	 content: "\e250";
}
 .glyphicon-triangle-left:before {
	 content: "\e251";
}
 .glyphicon-triangle-bottom:before {
	 content: "\e252";
}
 .glyphicon-triangle-top:before {
	 content: "\e253";
}
 .glyphicon-console:before {
	 content: "\e254";
}
 .glyphicon-superscript:before {
	 content: "\e255";
}
 .glyphicon-subscript:before {
	 content: "\e256";
}
 .glyphicon-menu-left:before {
	 content: "\e257";
}
 .glyphicon-menu-right:before {
	 content: "\e258";
}
 .glyphicon-menu-down:before {
	 content: "\e259";
}
 .glyphicon-menu-up:before {
	 content: "\e260";
}

/*
 *  Copyright 2016 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/*******************************************************************************
 * Copyright 2016 Adobe Systems Incorporated
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 ******************************************************************************/
/* DO NOT MODIFY - automatically generated by Branding Wizard */
div#orderid {
  text-align: center;
}

/*
 *  Copyright 2016 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2015 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
/* grid component */
.aem-Grid {
  display: block;
  width: 100%;
}
.aem-Grid::before,
.aem-Grid::after {
  display: table;
  content: " ";
}
.aem-Grid::after {
  clear: both;
}
/* placeholder for new components */
.aem-Grid-newComponent {
  clear: both;
  margin: 0;
}
/* column of a grid */
.aem-GridColumn {
  box-sizing: border-box;
  clear: both;
}
/* force showing hidden */
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important;
}
/* Generates all the rules for the grid columns up to the given amount of column */
/* Generates all the rules for the grid column offset up to the given amount of column */
/* Generates all the rules for the grid and columns for the given break point and total of columns */
/* Generates all the rules for the grids and columns */
/* API function to be called to generate a grid config */
/* maximum amount of grid cells to be provided */
/* default breakpoint */
.aem-Grid {
  width: auto;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--newline {
  /* newline behavior */
  display: block;
  clear: both !important;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--none {
  /* none behavior */
  display: block;
  clear: none !important;
  float: left;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  /* hide behavior */
  display: none;
}
/* phone breakpoint */
@media (max-width: 650px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    /* hide behavior */
    display: none;
  }
}
/* tablet breakpoint */
@media (min-width: 651px) and (max-width: 1200px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--hide {
    /* hide behavior */
    display: none;
  }
}
.aem-GridColumn {
  padding: 0 15px;
}
/* TODO: find a better place for this */
/* additional styling for components in grid */
.aem-GridColumn.text.parbase p {
  *padding: 0 20px;
  text-align: justify;
}

.cmpTitle.title-left .cmp-title {
  text-align: left;
}
.cmpTitle.title-right .cmp-title {
  text-align: right;
}
.cmpTitle.title-center .cmp-title {
  text-align: center;
}
.cmpTitle.add-underline .cmp-title {
  text-decoration: underline;
}

.title_link.left {
  text-align: left;
}
.title_link.right {
  text-align: right;
}
.title_link.center {
  text-align: center;
}

.text {
  word-wrap: break-word;
}

.mailto-Container {
  width: 100%;
  padding: 20px;
}
.mailto-Container .mailto-Align {
  min-width: 200px;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
}
.mailto-Container .mailto-Align .mailto-Button {
  padding: 5px;
  max-width: 100%;
  text-align: center;
}
.mailto-Container .mailto-Align .mailto-Button a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}

.mailto.mail_align_right .mailto-Container {
  text-align: right;
}
.mailto.mail_align_center .mailto-Container {
  text-align: center;
}
.mailto.mail_align_left .mailto-Container {
  text-align: left;
}

.dupont-list.grid-equal-height .list-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.dupont-list .listComponent-CTA {
  width: 100%;
  position: absolute;
  bottom: 1rem;
  left: 0;
  padding: 0px 10px;
}
.dupont-list .listComponent-CTA a {
  border: 1px solid transparent;
  padding: 10px 20px;
}
.dupont-list .listComponent-CTA a:hover {
  color: #fff !important;
  background-color: #e4001c;
  border-color: #e4001c;
  text-decoration: none;
}
.dupont-list .mainTitle {
  padding: 10px;
}
.dupont-list .listComponent-Title ul {
  padding-left: 0px;
}
.dupont-list .listComponent-Title li {
  list-style-type: none;
  /*display: -webkit-box !important;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            height: 40px;*/
}
.dupont-list .listComponent-Element {
  position: relative;
  width: 100%;
}
.dupont-list .listComponent-Element img {
  max-width: 100%;
  display: none;
}
.dupont-list .listComponent-Element .listComponent-Description {
  word-wrap: break-word;
}
.dupont-list .listComponent-Element .listComponent-Title,
.dupont-list .listComponent-Element .listComponent-Description,
.dupont-list .listComponent-Element .listComponent-CTA {
  display: none;
}
.dupont-list .listComponent-Element {
  border: 1px solid transparent;
  padding-bottom: 10px;
}
.dupont-list .listComponent-Element h1,
.dupont-list .listComponent-Element h2,
.dupont-list .listComponent-Element h3,
.dupont-list .listComponent-Element h4,
.dupont-list .listComponent-Element h5,
.dupont-list .listComponent-Element h6 {
  margin: 0px;
  padding: 0px;
}
.dupont-list.description-three-lines .listComponent-Element .listComponent-Description {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 75px;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .dupont-list.description-three-lines .listComponent-Element .listComponent-Description {
    height: 60px;
  }
}
.dupont-list.list-title-underline .listComponent-Element h1 li,
.dupont-list.list-title-underline .listComponent-Element h2 li,
.dupont-list.list-title-underline .listComponent-Element h3 li,
.dupont-list.list-title-underline .listComponent-Element h4 li,
.dupont-list.list-title-underline .listComponent-Element h5 li,
.dupont-list.list-title-underline .listComponent-Element h6 li {
  text-decoration: underline;
}
.dupont-list.list-cta-circle .listComponent-Element .listComponent-CTA a {
  border-radius: 25px;
}
.dupont-list.list-cta-rounded .listComponent-Element .listComponent-CTA a {
  border-radius: 10px;
}
.dupont-list.list-circle .listComponent-Element img {
  border-radius: 50%;
}
.dupont-list.list-rounded-corner .listComponent-Element {
  border-radius: 15px;
}
.dupont-list.list-rounded-corner .listComponent-Element img {
  border-radius: 15px;
}
.dupont-list.list-rounded-corner.list-circle .listComponent-Element img {
  border-radius: 50%;
}
.dupont-list.list-image .listComponent-Element img {
  display: block;
  margin: 0 auto 15px auto;
}
.dupont-list.list-image-half-width .listComponent-Element img {
  width: 50%;
}
.dupont-list.list-bullets .listComponent-Title li {
  list-style-type: disc;
}
.dupont-list.list-bullets .listComponent-Title ul {
  padding-left: 40px;
}
.dupont-list.list-titletext .listComponent-Element .listComponent-Title {
  display: block;
}
.dupont-list.list-descriptiontext .listComponent-Element .listComponent-Description {
  display: block;
}
.dupont-list.list-CTA .listComponent-Element .listComponent-CTA {
  display: block;
  margin: 20px 0px 10px 0px;
}
.dupont-list.list-CTA .listComponent-Element .listComponent-Description {
  padding-bottom: 50px;
}
.dupont-list.list-padding .listComponent-Element {
  padding: 10px;
}
.dupont-list.list-two-column-grid .listComponent-Element {
  width: 49.5%;
  display: inline-block;
}
@media (max-width: 480px) {
  .dupont-list.list-two-column-grid .listComponent-Element {
    width: 100%;
  }
}
.dupont-list.list-three-column-grid .listComponent-Element {
  width: 33%;
  display: inline-block;
}
@media (min-width: 481px) and (max-width: 768px) {
  .dupont-list.list-three-column-grid .listComponent-Element {
    width: 49.5%;
  }
}
@media (max-width: 480px) {
  .dupont-list.list-three-column-grid .listComponent-Element {
    width: 100%;
  }
}
.dupont-list.list-four-column-grid .listComponent-Element {
  width: 24.5%;
  display: inline-block;
}
@media (min-width: 481px) and (max-width: 768px) {
  .dupont-list.list-four-column-grid .listComponent-Element {
    width: 49.5%;
  }
}
@media (max-width: 480px) {
  .dupont-list.list-four-column-grid .listComponent-Element {
    width: 100%;
  }
}
.dupont-list.list-margin .listComponent-Element {
  width: 98%;
  margin: 0px 1% 10px 1%;
}
.dupont-list.list-two-column-grid.list-margin .listComponent-Element {
  width: 48%;
  margin: 0px 0.5% 10px 0.5%;
}
@media (max-width: 480px) {
  .dupont-list.list-two-column-grid.list-margin .listComponent-Element {
    width: 99%;
    margin: 0px 0.5% 10px 0.5%;
  }
}
.dupont-list.list-three-column-grid.list-margin .listComponent-Element {
  width: 31.5%;
  margin: 0px 0.75% 10px 0.75%;
}
@media (min-width: 481px) and (max-width: 768px) {
  .dupont-list.list-three-column-grid.list-margin .listComponent-Element {
    width: 48%;
    margin: 0px 0.5% 10px 0.5%;
  }
}
@media (max-width: 480px) {
  .dupont-list.list-three-column-grid.list-margin .listComponent-Element {
    width: 99%;
    margin: 0px 0.5% 10px 0.5%;
  }
}
.dupont-list.list-four-column-grid.list-margin .listComponent-Element {
  width: 22.5%;
  margin: 0px 1% 10px 1%;
}
@media (min-width: 481px) and (max-width: 768px) {
  .dupont-list.list-four-column-grid.list-margin .listComponent-Element {
    width: 48%;
    margin: 0px 0.5% 10px 0.5%;
  }
}
@media (max-width: 480px) {
  .dupont-list.list-four-column-grid.list-margin .listComponent-Element {
    width: 99%;
    margin: 0px 0.5% 10px 0.5%;
  }
}
.dupont-list.list-title-left .listComponent-Title {
  text-align: left;
}
.dupont-list.list-title-center .listComponent-Title {
  text-align: center;
}
.dupont-list.list-title-right .listComponent-Title {
  text-align: right;
}
.dupont-list.list-description-left .listComponent-Description {
  text-align: left;
}
.dupont-list.list-description-center .listComponent-Description {
  text-align: center;
}
.dupont-list.list-description-right .listComponent-Description {
  text-align: right;
}
.dupont-list.list-cta-left .listComponent-CTA {
  text-align: left;
}
.dupont-list.list-cta-center .listComponent-CTA {
  text-align: center;
}
.dupont-list.list-cta-right .listComponent-CTA {
  text-align: right;
}

.ws-full-list .row {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .ws-full-list .row {
    margin: 0px;
  }
}
.ws-full-list.list-full h4:after {
  background-color: transparent;
  height: 0px;
  width: 0px;
}
.ws-full-list.list-full h4:after .card-image {
  background-position-x: left;
}
@media screen and (max-width: 1023px) {
  .ws-full-list.list-full .list-item .list-container {
    padding-right: 22px;
  }
}
.ws-full-list.list-full .list-item .list-container .card-image {
  margin-bottom: 56px;
}
@media (min-width: 481px) {
  .ws-full-list.list-full .col-sm-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }
}
@media (max-width: 480px) {
  .ws-full-list.list-full p {
    font-size: 12px;
  }
  .ws-full-list.list-full .list-item .list-container .card-image {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .ws-full-list.list-full .list-item .list-container .card-image {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .ws-full-list.list-full .list-item:nth-child(n+2)::before {
    background-color: transparent;
    display: none;
  }
}
.ws-full-list.container .list-item {
  padding-left: 15px;
  padding-right: 15px;
}
.ws-full-list.container .list-item:first-child {
  padding-left: 0px;
}
@media (max-width: 991px) {
  .ws-full-list.container .list-item {
    padding: 0px;
  }
}
@media (max-width: 480px) {
  .ws-full-list.container .list-item {
    padding: 0 0px;
  }
}
@media screen and (max-width: 1023px) {
  .list-full .list-item:nth-child(2n+1) .list-container {
    padding-right: 0px !important;
  }
}
/*.water-list-container{

    &.list-full{
        h5{
			margin-bottom:40px;

            @media(max-width:767px){

				margin-bottom: 32px;
			}

			@media(max-width:576px){

				margin-bottom: 24px;
			}
        }

        .list-item{
            margin-bottom: 48px;

			@media(max-width:767px){

				margin-bottom: 40px;
			}

			@media(max-width:567px){

				margin-bottom: 32px;
			}

        .list-container{


            .list-body{
                    p{
						font-size: 14px;
                    }
                }

            .event-data-time{

				    font-family: Noto Sans Regular;
                    font-size: 11px;
                    font-weight: normal;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: 1.36;
                    letter-spacing: 0.5px;
                    color: #606060;
                	margin:0px 0px 12px 0px;
            }

            h4{
                    color: #e4001c;
                    margin: 0px 0px 12px 0px;
            }

            .action{
					bottom:-16px !important;
                    position:unset !important;

                a{

					    font-family: Diodrum Regular;
                        font-size: 16px;
                        font-weight: normal;
                        font-style: normal;
                        font-stretch: normal;
                        line-height: 1;
                        letter-spacing: -0.5px;

                    img{
						  margin: 0px 0px 0px 13px;
                    }
                }
            }

        }

      }

        .pagination{

            margin-top:8px;

            .page-item:first-child .page-link,.page-item:last-child .page-link {
						width: 32px;
                        height: 32px;
                        border: solid 1px #000000;
                        border-radius: 0px;
                        color: #000000;
                        padding: 0px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                		font-family: Diodrum Medium;
    					font-size: 14px;
                		box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
                    }

            #event-prev{
				display:none;
            }

            #divPages{

                display:flex;

                .page-link{
					    width: 32px;
                        height: 32px;
                        border: solid 1px #000000;
                        border-radius: 0px;
                        color: #000000;
                        padding: 0px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                    	font-family: Diodrum Medium;
    				    font-size: 14px;


                    &.active{
						background-color: #000000;
    					color: #ffffff;
                    }

                    &:focus{
						box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
                    }

                }


            }
        }
    }

}*/

.TIList {
  background-color: #000;
  color: #fff;
}
.TIList .TI_Header .TI_Header-title {
  font-size: 32px;
  text-align: left;
  color: #ffffff;
  font-family: Diodrum Regular;
}
@media (max-width: 767px) {
  .TIList .TI_Header .TI_Header-title {
    font-size: 20px;
    line-height: 2.1;
  }
}
.TIList .TI_Header p {
  font-family: Diodrum Regular;
  margin-top: 29px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33;
  text-align: left;
  color: #ffffff;
}
@media (max-width: 767px) {
  .TIList .TI_Header p {
    font-size: 14px;
    line-height: 1.71;
  }
}
.TIList .TI_Grid {
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0;
  margin-top: 57px;
  padding: 40px;
  padding-top: 10px;
  padding-top: 22px;
}
.TIList .TI_Grid .TI_Grid-title {
  overflow: hidden;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-bottom: 20px;
  color: #fff;
}
@media (max-width: 767px) {
  .TIList .TI_Grid .TI_Grid-title {
    margin: 0px;
    height: auto;
    padding-bottom: 0;
  }
}
.TIList .TI_Grid .TI_Grid-title img {
  float: right;
}
.TIList .TI_Grid h5 {
  color: #fff;
}
.TIList .TI_Grid .TI_Grid-button {
  line-height: 1.5;
  text-align: left;
  color: #ffffff;
  font-family: Diodrum Regular;
  bottom: 0;
  color: #fff;
  width: 90%;
}
.TIList .TI_Grid .TI_Grid-button:after {
  content: '\279D';
  float: right;
  margin-left: 2.1875rem;
  font-weight: bold;
  font-size: 1.25rem;
}
.TIList .TI_Grid .TI_Grid-button:last-of-type(3n-1) {
  border-bottom: none;
}
.TIList .TI_Grid .TI_Grid-button:hover {
  color: #e4001c;
}
@media (max-width: 767px) {
  .TIList .TI_Grid .TI_Grid-button:active,
  .TIList .TI_Grid .TI_Grid-button:focus {
    color: #e4001c;
  }
}
.TIList .TI_Grid .TI_SubGrid .col-md-6 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .TIList .TI_Grid .TI_SubGrid .col-md-6 {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0;
  }
}
@media (max-width: 767px) {
  .TIList .TI_Grid .TI-GridContent {
    padding-bottom: 10px;
  }
}
.TIList .TI_Grid .TI-GridContent p {
  color: #fff;
}
@media (max-width: 767px) {
  .TIList .TI_Grid .TI-GridContent p {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .TIList .TI_MainGrid {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.TIList .TI_MainGrid p {
  font-size: 18px;
  font-family: Diodrum Regular;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .TIList .TI_MainGrid p {
    font-size: 14px;
    line-height: 1.71;
  }
}
.TIList .TI_SubGrid .TI-GridContent p {
  overflow: hidden;
  font-size: 14px;
  font-family: Noto Sans Regular;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 576px) {
  .TIList .TI_MainGrid {
    padding: 0px;
  }
}
@media (max-width: 576px) and (max-width: 767px) {
  .TIList .TI_MainGrid p {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .TIList .TI_Grid {
    padding: 0;
    border: 0;
    margin-top: 10px;
  }
  .TIList .TI_Grid .TI_Grid-title {
    font-family: Diodrum Regular;
  }
  .TIList .TI_Grid .TI_Grid-title .img-toggle {
    float: right;
    padding: 0 0.75rem;
  }
  .TIList .TI_Grid .TI_Grid-title .img-toggle :before {
    position: absolute;
    top: 18px;
    margin-right: 10px;
    color: #fff;
  }
  .TIList .TI_Grid .TI-GridContent {
    display: none;
    font-size: 14px;
    font-family: inherit;
  }
  .TIList .TI_Grid .TI_SubGrid .row {
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  .TI_SubGrid .col-md-6:first-child .TI-GridContent,
  .TI_SubGrid .col-md-6:nth-child(2) .TI-GridContent {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}

/* new list group for tnap view */
.tnap-list-group {
  /*.list-wrapper .listComponent-Element:nth-of-type((n+n)+0)
        {
         border-bottom: 1px solid red;
    }
    ul > :first-child + li{
    margin-right: 50px;
}
*/
}
.tnap-list-group .list_head {
  font-family: Diodrum Regular;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.tnap-list-group .list_head_desc {
  padding-bottom: 48px;
  font-family: Diodrum Regular;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.tnap-list-group h5.listComponent-Title ul li {
  padding: 10px 0px 0px 0px;
  font-family: Diodrum Regular;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.tnap-list-group h5.listComponent-Title ul li a {
  padding: 10px 0px 0px 0px;
  font-family: Diodrum Regular;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.tnap-list-group .listComponent-Element {
  border-bottom: none;
}
.tnap-list-group .listComponent-Element:nth-last-child(n + 4) {
  border-bottom: 1px solid #d6d0d0 !important;
}
.tnap-list-group .listComponent-Element {
  width: 30% !important;
  margin-right: 3% !important;
}
.tnap-list-group h5.listComponent-Title ul li a:hover {
  color: #E4001C;
}
.tnap-list-group h5.listComponent-Title ul li a:not([href]):hover {
  color: #000000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tnap-list-group .listComponent-Element {
    width: 42% !important;
    margin-right: 5% !important;
  }
  .tnap-list-group .listComponent-Element:nth-last-child(n + 3) {
    border-bottom: 1px solid #d6d0d0 !important;
  }
}
@media only screen and (min-width: 360px) and (max-width: 768px) {
  .tnap-list-group.container .list_head {
    padding: 27px 0px 27px 0px;
    font-family: Diodrum Regular;
    font-size: 24px;
    line-height: 1.17;
  }
  .tnap-list-group.container .list_head_desc {
    padding: 0px 0px 0px 0px;
    padding-bottom: 18px;
    font-family: Diodrum Regular;
    font-size: 14px;
    line-height: 1.78;
  }
  .tnap-list-group.container h5.listComponent-Title ul li {
    padding: 10px 0px 0px 0px;
    font-family: Diodrum Regular;
    font-size: 14px;
    line-height: 2.14;
  }
  .tnap-list-group.container h5.listComponent-Title ul li a {
    padding: 10px 0px 0px 0px;
    font-family: Diodrum Regular;
    font-size: 14px;
    line-height: 2.14;
  }
  .tnap-list-group.container .listComponent-Element {
    width: 99% !important;
    margin-right: 8% !important;
  }
  .tnap-list-group.container .listComponent-Element:nth-last-child(n + 2) {
    border-bottom: 1px solid #d6d0d0 !important;
    width: 99% !important;
  }
}
h5.listComponent-Title.TIapplication {
  padding: 10px 0px 0px 0px;
  line-height: 1.54;
}
@media only screen and (min-width: 360px) and (max-width: 768px) {
  .TIapplication {
    font-family: Diodrum Regular;
    font-size: 14px;
  }
}
.TIapplication a {
  font-family: Diodrum Regular;
  font-size: 18px;
  color: #000;
}
.TIapplication a:hover,
.TIapplication a:focus {
  color: #E4001C;
}
@media only screen and (min-width: 360px) and (max-width: 768px) {
  .TIapplication a {
    font-size: 14px;
  }
}
.TIapplication .img-toggle {
  float: right;
  line-height: 1;
  padding: 0 0.75rem;
}
.TIapplication .img-toggle :before {
  position: absolute;
  top: 14px;
  margin-right: 10px;
  color: #000000;
}
.TIAppContent {
  display: none;
  margin: 20px;
}

.image .cmp-image {
  position: relative;
}
.image.image-component-border .cmp-image {
  border: 3px solid #E7EBEE;
}
.image .image-description {
  font-style: italic;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #12446D;
  padding: .5rem 1.625rem;
}
.image .image-description p {
  margin-bottom: 0px;
}
.image .dupont-image__download {
  position: absolute;
  width: 25px;
  height: 25px;
  z-index: 1;
  bottom: 1rem;
  right: 1rem;
}
.image .dupont-image_zoomin {
  position: absolute;
  width: 25px;
  height: 25px;
  z-index: 1;
  bottom: 1rem;
  right: 4rem;
}
.image .dupont-image__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.image .dupont-image__wrapper:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 25%;
  bottom: 0;
  opacity: .45;
  background-image: linear-gradient(to bottom, rgba(231, 235, 238, 0), #217ac6 100%);
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 80%;
  }
}
.modal-dialog img {
  max-width: 100%;
}

.divider-comp {
  margin: 0 auto;
}
.divider-comp .divider-desktop {
  display: block;
}
@media (max-width: 768px) {
  .divider-comp .divider-desktop {
    display: none;
  }
}
.divider-comp .divider-tablet {
  display: none;
}
@media (min-width: 481px) and (max-width: 768px) {
  .divider-comp .divider-tablet {
    display: block;
  }
}
.divider-comp .divider-mobile {
  display: none;
}
@media (max-width: 480px) {
  .divider-comp .divider-mobile {
    display: block;
  }
}

a.btn.button-primary {
  padding: 12px 35px;
  margin: 10px 0;
  outline: 0;
  border-style: solid;
  border-width: 2px;
}

.cmp-CTA.align-left .button-component {
  text-align: left;
}
.cmp-CTA.align-center .button-component {
  text-align: center;
}
.cmp-CTA.align-right .button-component {
  text-align: right;
}
.cmp-CTA.full-width .button-primary {
  width: 100%;
}
.cmp-CTA.auto-width .button-primary {
  width: auto;
}
.cmp-CTA.curve-bordered .button-primary {
  border-radius: 25px;
}
.cmp-CTA.circle-bordered .button-primary {
  border-radius: 5px;
}
.cmp-CTA.link-type a {
  padding: 0 !important;
  background-image: url('../../../content/dam/dupont/amer/us/en/corporate/general/icons/cta-arrow.svg');
  background-repeat: no-repeat;
  background-position: right 11px;
  padding-right: 30px !important;
  border: none;
  padding: 0;
  margin: 0;
}

.foundation-breadcrumb {
  padding: 10px 16px 0;
  list-style: none;
  margin-bottom: 0;
}
.foundation-breadcrumb li {
  display: inline;
  font-size: 18px;
}
.foundation-breadcrumb li:after {
  padding: 8px;
  content: '>';
}
.foundation-breadcrumb li:last-child:after {
  content: '';
}
.foundation-breadcrumb li:last-child {
  color: #e4001c;
  pointer-events: none;
  cursor: default;
}
.foundation-breadcrumb li a {
  color: black;
  text-decoration: none;
}
.foundation-breadcrumb li a :hover {
  text-decoration: underline;
}

.foundation_breadcrumb_view2.breadcrumb_view2 .foundation-breadcrumb {
  padding: 0;
}
.foundation_breadcrumb_view2.breadcrumb_view2 .foundation-breadcrumb li {
  font-size: 16px;
}
.foundation_breadcrumb_view2.breadcrumb_view2 .foundation-breadcrumb li a {
  color: #217ac6;
}
.foundation_breadcrumb_view2.breadcrumb_view2 .foundation-breadcrumb li a:hover {
  font-weight: 400;
}
.foundation_breadcrumb_view2.breadcrumb_view2 .foundation-breadcrumb li:last-child a {
  text-decoration: none;
  color: #D3D3D3;
  font-weight: bold;
}
.foundation_breadcrumb_view2.breadcrumb_separator .foundation-breadcrumb li:after {
  content: '/';
}
.foundation_breadcrumb_view2.breadcrumb_separator .foundation-breadcrumb li:last-child:after {
  content: '';
}

.ekko-lightbox-container {
  position: relative;
  text-align: center;
}
.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  font-size: 30px;
  color: #ffffff;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}
.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}
.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}
.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}
.ekko-lightbox .modal-footer {
  text-align: left;
}

.dupont-videogallery {
  width: 98%;
  margin: 0 auto;
}
.dupont-videogallery img {
  max-width: 100%;
}
.dupont-videogallery .video-wrapper {
  position: relative;
}
.dupont-videogallery a.video {
  position: relative;
}
.dupont-videogallery .video__preview-play,
.dupont-videogallery .video__preview-pause {
  cursor: pointer;
  height: 60px;
  width: 60px;
  position: absolute;
  z-index: 1;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dupont-videogallery .video__preview-play.hide,
.dupont-videogallery .video__preview-pause.hide {
  display: none;
}
.dupont-videogallery.video_onegrid .rectangle {
  width: 100%;
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 6px 0px;
  background-color: #ffffff;
  border-radius: 5px;
}
.dupont-videogallery.video_twogrid .rectangle {
  width: 47% !important;
  display: inline-block;
  border-radius: 12px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 10px;
  margin: 1%;
}
@media (max-width: 480px) {
  .dupont-videogallery.video_twogrid .rectangle {
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  .dupont-videogallery.video_twogrid .rectangle {
    width: 100% !important;
  }
}
.dupont-videogallery.video_threegrid .rectangle {
  width: 32% !important;
  margin: 0.75%;
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 6px 0px;
  background-color: #ffffff;
  border-radius: 5px;
}
@media (min-width: 481px) and (max-width: 768px) {
  .dupont-videogallery.video_threegrid .rectangle {
    width: 47% !important;
    margin: 1%;
  }
}
@media (max-width: 480px) {
  .dupont-videogallery.video_threegrid .rectangle {
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  .dupont-videogallery.video_threegrid .rectangle {
    width: 100% !important;
  }
}
.dupont-videogallery.video-fourgrid .rectangle {
  width: 24%;
  display: inline-block;
  margin: 0.5%;
}
@media (min-width: 481px) and (max-width: 768px) {
  .dupont-videogallery.video-fourgrid .rectangle {
    width: 47% !important;
    margin: 1%;
  }
}
@media (max-width: 480px) {
  .dupont-videogallery.video-fourgrid .rectangle {
    width: 100% !important;
  }
}
.dupont-videogallery span.video-caption p {
  padding: 5px;
  padding: 15px;
}
.dupont-videogallery .videoblock-newtab img {
  width: 100%;
}

.videogallery_modal .youtube-thumbnail {
  margin-left: 0;
  width: 100% !important;
  height: auto;
  padding: 15px;
}
.videogallery_modal .video__preview-play {
  height: 80px;
  width: 80px;
}
.videogallery_modal .nutrition .video-caption {
  font-size: 14px;
  text-transform: capitalize;
  text-align: center;
  font-weight: bold;
  margin: 10px auto;
  color: #e4001c;
}
.videogallery_modal .nutrition .playOverlay {
  display: none;
}
.videogallery_modal .nutrition .blur-image-BG h3 {
  text-align: left;
  margin-left: 7%;
}
.videogallery_modal .nutrition .rectangle {
  border-radius: 5px !important;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.videogallery_modal .nutrition p {
  padding-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 50px;
  margin-bottom: 20px;
}
.videogallery_modal .modal-body {
  margin: 0px;
}
@media screen and (min-width: 310px) and (max-width: 615px) {
  .videogallery_modal .modal-content {
    margin-top: 50% !important;
  }
}
@media screen and (min-width: 616px) and (max-width: 736px) {
  .videogallery_modal .modal-content {
    margin-top: 50% !important;
  }
}
@media screen and (min-width: 737px) and (max-width: 1365px) {
  .videogallery_modal .modal-content {
    margin-top: 20% !important;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1400px) {
  .videogallery_modal .modal-content {
    margin-top: 10% !important;
  }
  .videogallery_modal .nutrition .video .youtube-thumb {
    margin-left: 0;
    width: 90% !important;
    max-width: 350px;
    height: auto;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1500px) {
  .nutrition .video .youtube-thumb {
    margin-left: 0;
    width: 90% !important;
    max-width: 350px;
    height: auto;
  }
}
.videoGalleryVideoModal .modal-close {
  color: #fff;
  font-size: xx-large;
  padding: 2% 2% 0 0;
  cursor: pointer;
  right: 0;
  position: fixed;
  z-index: 1;
}
@media screen and (max-width: 978px) {
  .videoGalleryVideoModal .modal-close {
    right: 2%;
  }
}
.videoGalleryVideoModal .modal-content {
  background: none;
  border: 0px;
  height: 100% !important;
  position: absolute;
}
.videoGalleryVideoModal .modal-content .modal-header {
  display: none;
}
.videoGalleryVideoModal .modal-content .modal-body {
  padding: 0;
  overflow: hidden;
}
.videoGalleryVideoModal .modal-content .modal-body .ekko-lightbox-container {
  position: fixed;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.videoGalleryVideoModal .modal-content .modal-body .ekko-lightbox-container div {
  position: absolute;
  width: 100%;
  height: 100%;
}
.videoGalleryVideoModal .modal-content .modal-body .ekko-lightbox-container div .embed-responsive {
  position: static;
}
.videoGalleryVideoModal .modal-content .modal-body .ekko-lightbox-container div .embed-responsive:before {
  display: none;
  padding-top: 0px;
}
.videoGalleryVideoModal .modal-content .modal-body .ekko-lightbox-container div iframe {
  position: relative;
  width: 80% !important;
  height: 80% !important;
  top: 10%;
}
@media screen and (max-width: 768px) {
  .videoGalleryVideoModal .modal-content .modal-body .ekko-lightbox-container div iframe {
    height: 40% !important;
    width: 90% !important;
    top: 30%;
  }
}
@media screen and (min-width: 768px) {
  .videoGalleryVideoModal .modal-dialog {
    max-width: 100% !important;
  }
}

@keyframes plyr-progress{to{background-position:25px 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:subpixel-antialiased;direction:ltr;font-family:Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;font-variant-numeric:tabular-nums;font-weight:500;line-height:1.7;max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease}.plyr audio,.plyr video{border-radius:inherit;height:auto;vertical-align:middle;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui ::after,.plyr--full-ui ::before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4f5b5f;border-radius:2px;color:#fff;font-size:9px;line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;color:#fff;display:none;font-size:14px;left:0;padding:10px;position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions .plyr__caption{background:rgba(0,0,0,.8);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__captions .plyr__caption div{display:inline}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:16px;padding:20px}}@media (min-width:768px){.plyr__captions{font-size:18px}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px)}.plyr__control{background:0 0;border:0;border-radius:3px;color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;position:relative;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:18px;pointer-events:none;width:18px}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{box-shadow:0 0 0 5px rgba(26,175,255,.5);outline:0}a.plyr__control{text-decoration:none}a.plyr__control::after,a.plyr__control::before{display:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed{display:none}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#1aafff;color:#fff}.plyr--video .plyr__control svg{filter:drop-shadow(0 1px 1px rgba(0, 0, 0, .15))}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#1aafff;color:#fff}.plyr__control--overlaid{background:rgba(26,175,255,.8);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15);color:#fff;display:none;left:50%;padding:15px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{background:#1aafff}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__menu,.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls .plyr__volume,.plyr__controls>.plyr__control{margin-left:5px}.plyr__controls .plyr__menu+.plyr__control,.plyr__controls .plyr__progress+.plyr__control,.plyr__controls>.plyr__control+.plyr__control,.plyr__controls>.plyr__control+.plyr__menu{margin-left:2px}.plyr__controls>.plyr__control:first-child,.plyr__controls>.plyr__control:first-child+[data-plyr=pause]{margin-left:0;margin-right:auto}.plyr__controls:empty{display:none}@media (min-width:480px){.plyr__controls .plyr__menu,.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls .plyr__volume,.plyr__controls>.plyr__control{margin-left:10px}}.plyr--audio .plyr__controls{background:#fff;border-radius:inherit;color:#4f5b5f;padding:10px}.plyr--video .plyr__controls{background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;left:0;padding:20px 5px 5px;position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:35px 10px 10px}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip]{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:rgba(255,255,255,.9);border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4f5b5f;font-size:16px;margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container::after{border:4px solid transparent;border-top-color:rgba(255,255,255,.9);content:'';height:0;position:absolute;right:15px;top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4f5b5f;display:flex;font-size:14px;padding:4px 11px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control::after{border:4px solid transparent;content:'';position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px}.plyr__menu__container .plyr__control--forward::after{border-left-color:rgba(79,91,95,.8);right:5px}.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:500;margin:7px;margin-bottom:3px;padding-left:28px;position:relative;width:calc(100% - 14px)}.plyr__menu__container .plyr__control--back::after{border-right-color:rgba(79,91,95,.8);left:7px}.plyr__menu__container .plyr__control--back::before{background:#b7c5cd;box-shadow:0 1px 0 #fff;content:'';height:1px;left:0;margin-top:4px;overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px}.plyr__menu__container .plyr__control[role=menuitemradio]::after,.plyr__menu__container .plyr__control[role=menuitemradio]::before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]::before{background:rgba(0,0,0,.1);content:'';display:block;flex-shrink:0;height:16px;margin-right:10px;transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]::after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:#1aafff}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:rgba(0,0,0,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;overflow:hidden;padding-left:25px;pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:26px;color:#1aafff;display:block;height:19px;margin:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2);height:13px;position:relative;transition:all .2s ease;width:13px;-webkit-appearance:none;margin-top:-4px}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-moz-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2);height:13px;position:relative;transition:all .2s ease;width:13px}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;height:5px}.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2);height:13px;position:relative;transition:all .2s ease;width:13px;margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{box-shadow:0 0 0 5px rgba(26,175,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{box-shadow:0 0 0 5px rgba(26,175,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{box-shadow:0 0 0 5px rgba(26,175,255,.5);outline:0}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(183,197,205,.66)}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(183,197,205,.66)}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(183,197,205,.66)}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr__poster{background-color:#000;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr__time{font-size:14px}.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr--video .plyr__time{text-shadow:0 1px 1px rgba(0,0,0,.15)}.plyr__tooltip{background:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4f5b5f;font-size:14px;font-weight:500;left:50%;line-height:1.3;margin-bottom:10px;opacity:0;padding:5px 7.5px;pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%,0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translate(0,10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:16px}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translate(0,10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:16px;transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0,0) scale(1)}.plyr--video{background:#000;overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;border-radius:inherit;overflow:hidden;position:relative;z-index:0}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr__progress{flex:1;left:6.5px;margin-right:13px;position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-right:-6.5px;width:calc(100% + 13px)}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:14px;left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;left:0;margin-top:-2.5px;padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;transition:width .2s ease}.plyr--video .plyr__progress__buffer{box-shadow:0 1px 1px rgba(0,0,0,.15);color:rgba(255,255,255,.25)}.plyr--audio .plyr__progress__buffer{color:rgba(183,197,205,.66)}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(47,52,61,.6) 25%,transparent 25%,transparent 50%,rgba(47,52,61,.6) 50%,rgba(47,52,61,.6) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:rgba(255,255,255,.25)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(183,197,205,.66)}.plyr__volume{align-items:center;display:flex;flex:1;position:relative}.plyr__volume input[type=range]{margin-left:5px;position:relative;z-index:2}@media (min-width:480px){.plyr__volume{max-width:90px}}@media (min-width:768px){.plyr__volume{max-width:110px}}.plyr--is-ios .plyr__volume{display:none!important}.plyr--is-ios.plyr--vimeo [data-plyr=mute]{display:none!important}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;width:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;width:100%}.plyr:fullscreen .plyr__video-wrapper{height:100%;width:100%}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}.plyr:-ms-fullscreen .plyr__captions{font-size:21px}.plyr:fullscreen .plyr__captions{font-size:21px}}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;width:100%}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;width:100%}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px}}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;width:100%}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;margin:0;width:100%;bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;width:100%}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads::after{background:rgba(47,52,61,.8);border-radius:2px;bottom:10px;color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;z-index:3}.plyr__ads::after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:5px;left:0;margin:-2.5px 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);margin-bottom:10px;opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translate(0,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0,0) scale(1)}.plyr__preview-thumb::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#b7c5cd;border-radius:2px;overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:2px;color:#fff;font-size:14px;padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;border:0!important;height:1px!important;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
.video_carouselmodal {
  margin: 0;
}
@media (max-width: 767px) {
  .video_carouselmodal {
    margin-bottom: 10px;
  }
}
.video_carouselmodal .carousel-rectangle {
  display: inline-block;
  margin-right: 50px;
}
@media (max-width: 767px) {
  .video_carouselmodal .carousel-rectangle {
    margin-right: 0px;
  }
}
.video_carouselmodal .carousel-rectangle .video-wrapper {
  margin: 10px 0;
}
.video_carouselmodal .carousel-rectangle video {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .video_carouselmodal .carousel-rectangle video {
    width: 100%;
    object-fit: cover;
  }
}
.video_carouselmodal .carousel-rectangle .video-caption {
  font-size: 14px;
  font-family: Diodrum Regular;
}
.video_carouselmodal .carousel-rectangle .video-caption p {
  padding: 15px 0;
}
@media (max-width: 767px) {
  .video_carouselmodal .carousel-rectangle .video-caption p {
    padding: 0;
    margin-bottom: 0;
  }
}
.prev-CMslider {
  margin-right: 25px;
  color: #212121;
  font-size: 25px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .prev-CMslider:focus,
  .next-CMslider:focus,
  .prev-CMslider:active,
  .next-CMslider:active {
    color: #e4001c;
  }
}
/* hover and cursor effects for carousel arrows STARTS here */
.next-CMslider,
.prev-CMslider {
  color: #212121;
  font-size: 25px;
  cursor: pointer;
}
.next-CMslider:hover,
.prev-CMslider:hover {
  color: #e4001c;
}
/* hover and cursor effects for carousel arrows ENDS here */

.video_play_auto_modal .videogallery_modal {
  position: relative;
  text-align: center;
  color: white;
}
.video_play_auto_modal .videogallery_modal .video .video__preview-play {
  height: 46px;
  width: 46px;
}
@media (max-width: 576px) {
  .video_play_auto_modal .videogallery_modal .video .video__preview-play {
    transform: translate(-50%, 8%);
  }
}
@media (max-width: 1023px) {
  .video_play_auto_modal .videogallery_modal .video .video__preview-play {
    transform: translate(-50%, -10%);
  }
}
@media (max-width: 576px) {
  .video_play_auto_modal .videogallery_modal .video .video__preview-play {
    transform: translate(-50%, -10%);
  }
}
.video_play_auto_modal .videogallery_modal .video-caption {
  font-size: 42px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
@media (max-width: 1023px) {
  .video_play_auto_modal .videogallery_modal .video-caption {
    font-size: 32px;
    top: 35%;
  }
}
@media (min-width: 1024px) {
  .video_play_auto_modal .videogallery_modal .video-caption {
    top: 45%;
  }
}
@media (max-width: 576px) {
  .video_play_auto_modal .videogallery_modal .video-caption {
    line-height: 38px;
    width: 100%;
    top: 35%;
    margin-top: 0;
    font-size: 32px;
  }
}
.video_play_auto_modal .videogallery_modal .youtube-thumbnail {
  padding: 0;
  margin: 0;
}
.video_play_auto_modal .banner-container,
.video_play_auto_modal .youtube-thumbnail {
  height: 558px;
}
@media (min-width: 1024px) {
  .video_play_auto_modal .banner-container,
  .video_play_auto_modal .youtube-thumbnail {
    height: 558px;
  }
}
@media (max-width: 1023px) {
  .video_play_auto_modal .banner-container,
  .video_play_auto_modal .youtube-thumbnail {
    height: 460px;
  }
}
@media (max-width: 576px) {
  .video_play_auto_modal .banner-container,
  .video_play_auto_modal .youtube-thumbnail {
    height: 360px;
  }
}
.video_play_auto_modal .modal-content,
.video_play_auto_modal .modal-body {
  padding: 0 ;
  margin: 0;
}
.video_play_auto_modal .modal-content iframe {
  margin: 0 auto;
  display: block;
}
.video_play_auto_modal .video-caption {
  font-family: "Diodrum Medium";
  line-height: 48px;
  color: #ffffff;
  cursor: pointer;
}
.video_play_auto_modal .corp_override_top {
  top: 65% !important;
}
.video_play_auto_modal .banner-container {
  position: relative;
  background: #000000;
}
.video_play_auto_modal .youtube-thumbnail {
  padding: 0;
  margin: 0;
  opacity: 0.75;
}
@media (max-width: 576px) {
  .video_play_auto_modal .modal-body {
    height: 300px;
    max-height: 300px;
  }
  .video_play_auto_modal .corp_override_top {
    top: 65% !important;
  }
  .video_play_auto_modal .video-caption {
    width: 75%;
    font-size: 32px;
    line-height: 1.19;
    letter-spacing: -0.5px;
    margin-top: 50px;
  }
}
.videogallery_modal .youtube-thumbnail {
  padding: 0;
}
#wsFullVideo .modal-body {
  height: 600px;
  max-height: 90vh;
}

.component-featured-carousel-v2.video-carousel {
  /*
   @media screen and (max-width: 767px) {

        .carouselVideoWrapper a{

			margin-left: 9.6667% !important;
    		margin-top: -1.2em;
        }
    }     */
}
.component-featured-carousel-v2.video-carousel .carousel-container {
  padding-left: 7%;
}
.component-featured-carousel-v2.video-carousel .featured-carousel-slick .main-item .top-half {
  width: 100%;
  height: 75%;
  box-shadow: rgba(225, 225, 225, 0.5) 2px -1px 5px 0px;
  overflow: hidden;
}
.component-featured-carousel-v2.video-carousel .featured-carousel-slick .main-item .top-half .carouselVideoWrapper {
  width: 100%;
  position: relative;
}
.component-featured-carousel-v2.video-carousel .featured-carousel-slick .main-item .top-half .carouselVideoWrapper img.video-thumbnail {
  width: 100%;
}
.component-featured-carousel-v2.video-carousel .featured-carousel-slick .main-item .top-half .carouselVideoWrapper a {
  position: absolute;
  top: 28%;
  left: 40%;
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
  background: transparent url('../../../content/dam/dupont/global-assets/icons/play-button@2x.png') no-repeat center;
  border: none;
  background-size: contain;
}
@media screen and (min-width: 1200px) {
  .component-featured-carousel-v2.video-carousel .featured-carousel-slick .main-item .top-half .carouselVideoWrapper a {
    top: 44%;
  }
}
.component-featured-carousel-v2.video-carousel .featured-carousel-slick .main-item .bottom-half {
  height: 25%;
}
.component-featured-carousel-v2.video-carousel .featured-carousel-slick .main-item .bottom-half .description {
  color: #212529;
}
.videomodalforvideopopup {
  display: none;
  width: 100%;
  background: rgba(38, 40, 42, 0.2);
}
@media (min-width: 768px) {
  .videomodalforvideopopup .modal-dialog {
    max-width: 70% !important;
  }
}

/*======================================
  Selectric v1.13.0
======================================*/

.selectric-wrapper {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  position: relative;
  overflow: hidden;
  border-radius: 100px;
  background-color: #ffffff;
  border: solid 1px #d9d9d9;
  display: flex;
  align-items: center;
  width: 150px;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 16px;
  line-height: 36px;
  color: #444;
  height: 36px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  font-weight: normal;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 36px;
  line-height: 36px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  /*border-color: #c4c4c4;*/
  border-radius: 100px;
  background-color: #ffffff;
  border: solid 1px #d9d9d9;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  z-index: -1;
  /*box-shadow: 0 0 10px -6px;*/
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-size:16px;
  outline:none;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  min-height: 20px;
  background-color: white;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #000000;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
color: #000000;
 
}

.selectric-items li.highlighted {
  background-color:#f2f2f2;
  color: #444;
  background-image: url(../components/content/topiclist/clientlibs/source/assets/Icons/tick.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 100px;

}
.selectric-items li.highlighted:hover{
  background-image: url(../components/content/topiclist/clientlibs/source/assets/Icons/tick.png) !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  background-position: 100px !important;
}

.selectric-items li:hover {
  background: #f2f2f2;
  color: #444;
}


.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}
label {
  font-size: 18px;
  font-weight: normal;
}
h2 {
  color: #505050;
}
.mrgb30 {
  margin-bottom: 30px;
}
.pr-imagealign img {
  width: 100%;
}
.mrgR25 {
  margin-right: 8px;
}
.inputDiv {
  display: inline-block;
}
.btn-white {
  background-color: white;
  color: #505050;
  font-size: 16px;
  font-weight: normal;
  padding: 7px 25px;
}
.resetFilterRow {
  align-items: center;
  display: flex;
  margin: 20px 0;
}
.resetFilterRow .col-md-3 {
  padding: 0px;
}
.resetFilterRow .col-md-3 .results {
  padding-right: 10px;
  color: #505050;
  font-size: 18px;
}
.col-md-9 {
  padding: 0px;
}
select {
  padding: 10px;
}
#searchNews {
  background-color: #e4001c;
  border-radius: 0px 25px 25px 0px;
  border: 1px solid #e4001c;
  color: #ffffff;
  font-size: 16px;
  outline: none;
  padding: 7px 40px;
  position: relative;
  top: 1px;
}
#searchNewsText {
  border-radius: 25px 0px 0px 25px;
  border: 1px solid #505050;
  font-size: 14px;
  outline: none;
  padding: 8px 15px;
  width: 400px;
}
#showAllNews {
  background-color: #e4001c;
  border: 1px solid #e4001c;
  color: white;
  padding: 12px 35px;
  margin: 10px 0;
  font-size: 18px;
  border-radius: 25px;
  outline: 0;
}
.results {
  padding-right: 10px;
}
.table.dataTable th:first-child {
  /* padding-left:25px; */
  text-align: left;
}
.table.dataTable td {
  /* font-size: 20px; */
  font-weight: 500;
}
.table.dataTable td:first-child {
  text-align: left;
}
.table.dataTable thead {
  background-color: #f2f2f2;
  border-radius: 2px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.table.dataTable tbody tr {
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 3px 6px 0 rgba(101, 101, 101, 0.16);
  border-bottom: 1px solid #dee2e6;
}
.table.dataTable > thead > tr > th {
  color: #505050;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.4px;
  line-height: 1.25;
  padding-left: 0;
  /*padding:25px;*/
  text-align: center;
}
@media (max-width: 767px) {
  .table.dataTable > thead > tr > th {
    font-size: 13px;
  }
}
.table.dataTable > thead > tr > th:first-child {
  padding-left: 25px;
  width: 720px;
}
@media (max-width: 767px) {
  .table.dataTable > thead > tr > th:first-child {
    width: 110px !important;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .table.dataTable > thead > tr > th:first-child {
    width: 400px !important;
  }
}
.table.dataTable > tbody > tr > td {
  padding: 10px;
  text-align: center;
  border: 0;
}
@media (max-width: 767px) {
  .table.dataTable > tbody > tr > td {
    font-size: 14px;
  }
}
.table.dataTable > tbody > tr > td:first-child {
  /*padding-left:25px;*/
  text-overflow: ellipsis;
  width: 720px;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
}
@media (max-width: 767px) {
  .table.dataTable > tbody > tr > td:first-child {
    width: 110px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .table.dataTable > tbody > tr > td:first-child {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .table.dataTable > tbody > tr > td a {
    font-size: 14px;
  }
}
.paginate_button.current {
  background: none;
  border: none ;
  color: #e4001c;
}
.paginate_button.previous {
  border-radius: 50% !important;
  border: 1px solid #e4001c !important;
  height: 30px;
  padding: 0px !important;
  width: 30px;
}
.paginate_button.previous:after {
  color: #e4001c;
  content: ' \003C';
  font-size: 20px;
}
.paginate_button.next {
  border-radius: 50% !important;
  border: 1px solid #e4001c !important;
  height: 30px;
  padding: 0px !important;
  width: 30px;
}
.paginate_button.next:after {
  color: #e4001c;
  content: ' \003E';
  font-size: 20px;
}
table.dataTable {
  border-collapse: collapse !important;
}
table.dataTable thead th {
  border-bottom: 0px !important;
}
table.dataTable thead td {
  border-bottom: 0px;
}
table.dataTable.no-footer {
  border: 0;
}
.selectric {
  border: solid 1px #505050;
  width: 135px;
}
.selectric .button {
  background-color: #ffffff;
}
.selectric .button:after {
  border-top-color: #cecece;
}
.bgColor {
  background-color: rgba(225, 225, 225, 0.2);
}

.topic-Listleft {
  padding: 30px 15px 0;
}
.topic-Listleft .topic-Listleft__date {
  padding: 10px 0;
  font-size: 24px;
  color: #e4001c;
}
.topic-Listleft .topic-Listleft__description .topic-Listleft__border {
  padding: 10px 0;
}
.topic-Listleft .topic-Listleft__description .topic-Listleft__border a {
  font-size: 24px;
  color: #e4001c;
  margin: 0;
  line-height: 30px;
}

.topic-List {
  padding: 30px 15px 0;
}
.topic-List .topic-List__description {
  font-size: 16px;
}
.topic-List .topic-List__description .topic-List__text {
  border-right: 1px solid #323c47;
  padding-right: 10px;
  font-size: 18px;
  color: #323c47;
}
.topic-List .topic-List__description .padding10 {
  padding-left: 10px;
}
.topic-List .topic-List__description .topic-List__border {
  border-bottom: 1px solid lightgrey;
  padding: 10px 0;
}
.topic-List .topic-List__description .topic-List__border a {
  font-size: 24px;
  color: #000;
  margin: 0;
}
@media (max-width: 767px) {
  .topic-List .topic-List__description .topic-List__border a {
    font-size: 14px;
  }
}
.topic-List .topic-List__description .viewAll {
  float: right;
  font-size: small;
  padding: 5px;
  font-weight: 600;
  color: #e4001c;
}

.cmp-TopicList .selectric {
  border-radius: 0px;
  border: 1px solid #e6e2e2;
}
.cmp-TopicList .container label {
  color: #212529;
}
.cmp-TopicList .topiclist-news {
  background-color: rgba(225, 225, 225, 0.25);
}
.cmp-TopicList .topiclist-news .topiclist-inputDiv {
  display: inline-block;
}
.cmp-TopicList .topiclist-news .topiclist-inputDiv #searchNewsText {
  border: 1px solid #e6e2e2;
  padding: 8px 15px;
  border-radius: 0px;
  outline: 0;
  font-size: 14px;
  width: 365px;
}
@media (max-width: 767px) {
  .cmp-TopicList .topiclist-news .topiclist-inputDiv #searchNewsText {
    width: auto;
  }
}
.cmp-TopicList .topiclist-news .topiclist-inputDiv #searchNews {
  border-radius: 25px;
  border: 1px solid #e4001c;
  background-color: #fff;
  color: #e4001c;
  font-size: 16px;
  padding: 7px 40px;
  margin-left: 8px;
  position: relative;
  top: 1px;
  width: 130px;
  outline: 0;
}
.cmp-TopicList .topiclist-news .topiclist-inputDiv #searchNews:hover {
  background-color: #e4001c;
  color: #fff ;
}
.cmp-TopicList .topiclist-news #showAllNews {
  background-color: #fff;
  color: #e4001c;
  font-size: 16px;
  padding: 7px 15px;
}
.cmp-TopicList .topiclist-news #showAllNews:hover {
  background-color: #e4001c;
  color: #fff;
}
.cmp-TopicList .table {
  display: inline-table;
}
.cmp-TopicList .table thead {
  border-radius: 2px;
  background-color: #f2f2f2;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.cmp-TopicList .table thead th {
  padding: 15px;
}
.cmp-TopicList .table tbody tr {
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(101, 101, 101, 0.16);
}
.cmp-TopicList .table tbody tr td {
  padding: 15px;
}
.cmp-TopicList .table tbody tr td > a {
  text-decoration: none;
  font-size: 18px;
  font-family: "Diodrum Medium";
}
.cmp-TopicList .table tbody tr td > a:hover {
  text-decoration: underline;
  color: black;
}
.cmp-TopicList .table .dataTables_paginate {
  float: right;
  padding-right: 2%;
}
.cmp-TopicList .table .dataTables_paginate .paginate_button {
  font-family: "Diodrum Medium";
}
.cmp-TopicList .table .dataTables_paginate .paginate_button.previous,
.cmp-TopicList .table .dataTables_paginate .paginate_button.next {
  position: absolute;
}
.cmp-TopicList .table .dataTables_paginate .paginate_button.previous:after,
.cmp-TopicList .table .dataTables_paginate .paginate_button.next:after {
  position: absolute;
  top: 6px;
  right: 9px;
}
.cmp-TopicList .table .dataTables_paginate .paginate_button.current {
  color: #e4001c;
}
.cmp-TopicList .table .dataTables_paginate span {
  margin: 0 10px 0px 35px;
}
.cmp-TopicList .table .dataTables_paginate span a {
  font-size: 16px;
  margin: 0 8px;
}
.cmp-TopicList .table .dataTables_paginate:hover {
  cursor: pointer;
}

/************************************************

   Card Component

************************************************/
/*The actual card------------------------------*/
/*Image----------------------------------------*/
/*Copy-----------------------------------------*/
/**************************************
  Modification for when cards are in 
  product list
  ************************************/
.dupont-card .card-container {
  margin: 20px 0;
}
.dupont-card .card-container-with-bg {
  padding: 20px;
}
.dupont-card .card {
  position: relative;
  border-radius: 0;
  color: #0a0a0a;
  margin-bottom: 20px;
  border: 0;
  width: 100%;
  min-width: 260px;
  margin: 2% 2% 0px 0px;
}
.dupont-card .card p {
  font-size: 0.89rem;
  line-height: 1.25rem;
}
.dupont-card .card h3 {
  font-size: 1rem;
  line-height: 1.3;
}
.dupont-card .card h2 {
  font-size: 1rem;
  line-height: 1.3;
}
.dupont-card .card:hover {
  cursor: pointer;
}
.dupont-card .card:hover .card-image img {
  transform: scale(1.1, 1.1) translate(-46%, -46%);
}
.dupont-card .card:nth-child(3n) {
  margin-right: 0px;
}
.dupont-card .card-transparent {
  background: none;
  color: #FFF;
}
.dupont-card .card-transparent p {
  color: #FFF;
}
.dupont-card .card-transparent h3 {
  color: #FFF;
}
.dupont-card .card-transparent .card-copy__tag {
  color: #FFF;
}
.dupont-card .card-grey {
  background: #E7EBEE;
}
.dupont-card .card-dark-grey {
  background: #102537;
}
.dupont-card .card-white {
  background: #FFF;
}
.dupont-card .card-white-translucent {
  background: rgba(255, 255, 255, 0.8);
}
.dupont-card .card-white-translucent .card-copy__tag {
  color: #217AC6;
}
.dupont-card .card-light-blue {
  background: #217AC6;
  color: #FFF;
}
.dupont-card .card-light-blue p {
  color: #FFF;
}
.dupont-card .card-light-blue h3 {
  color: #FFF;
}
.dupont-card .card-light-blue .card-copy__tag {
  color: #FFF;
}
.dupont-card .card-medium-blue {
  background: #2b598c;
  color: #FFF;
}
.dupont-card .card-medium-blue p {
  color: #FFF;
}
.dupont-card .card-medium-blue h3 {
  color: #FFF;
}
.dupont-card .card-medium-blue .card-copy__tag {
  color: #FFF;
}
.dupont-card .card-dark-blue {
  background: #102537;
  color: #FFF;
}
.dupont-card .card-dark-blue p {
  color: #FFF;
}
.dupont-card .card-dark-blue h3 {
  color: #FFF;
}
.dupont-card .card-dark-blue .card-copy__tag {
  color: #FFF;
}
.dupont-card .card-blue-translucent {
  background: rgba(16, 37, 55, 0.8);
  color: #FFF;
}
.dupont-card .card-blue-translucent p {
  color: #FFF;
}
.dupont-card .card-blue-translucent h3 {
  color: #FFF;
}
.dupont-card .card-blue-translucent .card-copy__tag {
  color: #FFF;
}
.dupont-card .card-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.dupont-card .card-image img {
  border: 0;
  position: absolute;
  display: block;
  height: 101%;
  left: 50%;
  max-width: none;
  width: auto !important;
  top: 50%;
  transition: all 1s ease-in-out;
  width: auto;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1.01, 1.01) translate(-50%, -50%);
  transform: scale(1.01, 1.01) translate(-50%, -50%);
  transform-origin: center center;
}
.dupont-card .card-image__small:before {
  display: block;
  content: "";
  width: 100%;
  min-width: 100%;
  padding: 0;
  padding-top: calc(51%);
}
.dupont-card .card-image__large:before {
  display: block;
  content: "";
  width: 100%;
  min-width: 100%;
  padding-top: calc(83.33333333%);
}
.dupont-card .card-copy {
  padding: 1.5rem;
}
.dupont-card .card-copy__tag {
  display: block;
  margin-bottom: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
.dupont-card .card-copy__headline {
  margin-bottom: .5rem;
}
.dupont-card .card-copy__tagline {
  margin-bottom: .5rem;
}
.dupont-card .card-copy__body {
  padding-bottom: 3rem;
}
.dupont-card .card-copy__link {
  position: absolute;
  bottom: 2rem;
}
.dupont-card .product-list .card-container {
  margin-top: 0;
}
.dupont-card .product-list .card-copy {
  padding: 1rem;
}
@media (min-width: 601px) {
  .dupont-card .card-container {
    display: flex;
    flex-direction: row;
    justify-items: start;
    flex-wrap: wrap;
  }
  .dupont-card .card-container-with-bg {
    padding: 35px 35px 15px 35px;
  }
  .dupont-card .card {
    flex-basis: 48%;
    width: 48%;
    min-width: 48%;
    max-width: 48%;
  }
  .dupont-card .card-container-with-image .card {
    flex-basis: 46%;
    width: 46%;
    min-width: 46%;
    max-width: 46%;
    margin: 10px;
  }
  .dupont-card .card-container-with-bg-color .card {
    flex-basis: 46%;
    width: 46%;
    min-width: 46%;
    max-width: 46%;
    margin: 10px;
  }
}
@media screen and (max-width: 575px) {
  .dupont-card .card {
    margin: 2% 0px 0px 0px;
  }
}
@media (min-width: 801px) {
  .dupont-card .card {
    flex-basis: 32%;
    width: 32%;
    min-width: 32%;
    max-width: 32%;
  }
  .dupont-card .card-container-with-image .card {
    flex-basis: 30%;
    width: 30%;
    min-width: 30%;
    max-width: 30%;
    margin: 15px 10px;
  }
  .dupont-card .card-container-with-bg-color .card {
    flex-basis: 30%;
    width: 30%;
    min-width: 30%;
    max-width: 30%;
    margin: 15px 10px;
  }
}
@media (min-width: 879px) {
  .dupont-card .card-container-with-image .card {
    flex-basis: 30.5%;
    width: 30.5%;
    min-width: 30.5%;
    max-width: 30.5%;
  }
  .dupont-card .card-container-with-bg-color .card {
    flex-basis: 30.5%;
    width: 30.5%;
    min-width: 30.5%;
    max-width: 30.5%;
  }
}
@media screen and (min-width: 601px) and (max-width: 991px) {
  .dupont-card .product-list .card {
    flex-basis: 48%;
    width: 48%;
    min-width: 48%;
    max-width: 48%;
  }
  .dupont-card .card:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 757px) {
  .dupont-card .product-list .card-container {
    border-top: 1px solid #CCCFD3;
    padding-top: 2.5rem;
  }
  .dupont-card .product-list--blue .product-list .card-container {
    border-top: 1px solid #fff;
  }
}

/* Topic Link center and left */
.topic-link-container .topiclink-hdng {
  font-family: Diodrum Medium;
  font-size: 42px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.14;
  margin: 0px 0px 25px 0px;
  text-align: center;
}
.topic-link-container .topiclink-flex-container {
  text-align: center;
  padding: 95px 94px 95px 94px;
}
.topic-link-container .topiclink-flex-container a:hover {
  color: #0C5B4E !important;
}
.topic-link-container .topiclink-left-container {
  padding: 0 94px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .topic-link-container .topiclink-left-container {
    padding-left: 33px;
    padding-right: 33px;
  }
}
.topic-link-container .topiclink-left-container .topiclink-text p {
  text-align: left;
  max-width: none;
  padding: 0px;
}
.topic-link-container .topiclink-left-container .topiclink-hdng {
  text-align: left;
  max-width: none;
  margin: 0px 138px 0px 0px;
}
@media (max-width: 1199px) {
  .topic-link-container .topiclink-left-container .topiclink-hdng {
    margin: 0px 87px 0px 0px;
  }
}
@media (max-width: 991px) {
  .topic-link-container .topiclink-left-container .topiclink-hdng {
    margin: 0px 0px 0px 0px;
  }
}
.topic-link-container .topiclink-left-container .topiclink-hdng h2 {
  margin: 0px 0px 24px 0px;
}
.topic-link-container .topiclink-left-container .primary-CTA {
  height: 50px;
  max-width: 285px;
  width: 100%;
  margin-right: 0px;
  margin-left: auto;
  font-size: 16px;
  line-height: 16px;
  padding: 0 32px;
}
.topic-link-container .topiclink-left-container .primary-CTA a {
  font-size: 16px;
  line-height: 16px;
}
.topic-link-container .topiclink-left-container .primary-CTA a:hover {
  color: #0C5B4E;
}
.topic-link-container .topiclink-text p {
  font-family: Diodrum Regular;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.1px;
  line-height: 1.63;
  padding: 0px 0px 30px 0px;
  margin: 0 auto;
  text-align: center;
  max-width: 748px;
}
.topic-link-container .primary-CTA {
  align-items: center;
  border-radius: 25px;
  border: solid 1px #6DD8CD;
  display: flex;
  height: 50px;
  justify-content: center;
  margin: 0 auto;
  max-width: 168px;
  font-family: "Diodrum Regular";
  font-size: 16px !important;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.5px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.topic-link-container .topic-link-devider {
  height: 1px;
  /*border-bottom: solid 1px #0c5b4e;*/
  border-bottom: solid 1px #fff;
}
@media (min-width: 768px) {
  .topic-link-container .topic-link-devider {
    margin: 0 30px 0px 30px;
  }
}
@media (max-width: 575px) {
  .topic-link-container .topic-link-devider {
    margin: 0px 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .topic-link-container .topiclink-text p {
    max-width: 614px;
  }
}
@media only screen and (max-width: 767px) {
  .topic-link-container .topiclink-flex-container {
    padding: 70px 33px 70px  33px;
  }
  .topic-link-container .topiclink-left-container {
    display: block;
    padding: 0 33px;
  }
  .topic-link-container .topiclink-left-container .topiclink-text p {
    text-align: center;
    max-width: 468px;
    margin-bottom: 48px;
  }
  .topic-link-container .topiclink-left-container .topiclink-hdng {
    text-align: center;
  }
  .topic-link-container .topiclink-left-container .topiclink-hdng h2 {
    margin: 0px 0px 16px 0px;
    font-size: 32px;
  }
  .topic-link-container .topiclink-left-container .primary-CTA {
    margin: 0 auto;
  }
  .topic-link-container .topiclink-hdng h1 {
    font-size: 32px;
    margin: 0px 0px 15px 0px;
  }
  .topic-link-container .topiclink-text p {
    font-size: 14px;
    max-width: 468px;
  }
}
@media only screen and (max-width: 575px) {
  .topic-link-container .topiclink-flex-container {
    margin: 0px 33px 0px 33px;
    padding: 45px 0px 45px 0px;
  }
  .topic-link-container .topiclink-left-container {
    padding: 0 33px !important;
  }
  .topic-link-container .topiclink-left-container .topiclink-hdng h2 {
    margin: 0px 0px 12px 0px;
  }
  .topic-link-container .topiclink-left-container .topiclink-text p {
    margin: 0px auto 32px auto;
  }
  .topic-link-container .topic-link-devider {
    margin: 0px 15px 0px 15px;
  }
  .topic-link-container .topiclink-hdng {
    margin: 0px 0px 12px 0px;
  }
  .topic-link-container .topiclink-text p {
    max-width: 309px;
  }
}

/* Fix for IE */
/*foundation asset content comp*/
/* Modal Styling */
.callout {
  padding: 2rem 0;
  border: 0;
  margin: 0;
}
.callout__container {
  max-width: 38.75rem;
  margin: 0 auto;
  padding: 0;
}
.callout__content {
  padding: 1.5rem;
}
.callout__image {
  min-height: 100%;
  min-width: 100%;
  padding: 0;
  background-repeat: no-repeat;
  background-size: 50% 100%;
}
.callout__image .callout__content {
  float: right;
}
.callout--no-image {
  min-width: 100%;
  padding: 2.5rem 0;
}
.callout--no-image .callout__text {
  width: 50%;
  float: left;
  padding-left: 10%;
}
.callout--no-image .callout__cta {
  width: 50%;
  float: left;
  padding-left: 10%;
}
.callout--no-image .callout__options {
  width: 50%;
  float: left;
  padding-left: 10%;
}
.callout--no-image .col-md-6 {
  display: none;
}
.callout--promo .row {
  position: relative;
}
.callout--promo .callout__text {
  width: 100%;
  z-index: 1;
}
.callout--promo .callout__cta {
  width: 100%;
  z-index: 1;
}
.callout--promo .callout__options {
  width: 100%;
  z-index: 1;
}
.callout--promo .callout__content {
  width: 50%;
}
.callout--promo .align-items-center:after {
  content: '';
  position: absolute;
  height: 80%;
  border-right: 1px solid #CCCFD3;
  width: 90%;
}
.callout--promo.callout--promo-full {
  padding-left: 42px;
  padding-right: 42px;
}
.callout--promo.callout--promo-full .container {
  max-width: 940px;
  padding-left: 0;
  padding-right: 0;
  min-height: 164px;
}
.callout--promo.callout--promo-full .row {
  min-height: 100%;
}
.callout--promo.callout--promo-full .callout__content p {
  max-width: 275px;
  margin-top: 1rem;
}
.callout--promo.callout--promo-full .callout__text {
  width: 100%;
  float: left;
  padding-left: 50%;
}
.callout--promo.callout--promo-full .callout__text h3 {
  min-width: 125px;
}
.callout--promo.callout--promo-full .callout__cta {
  width: 100%;
  float: left;
  padding-left: 50%;
}
.callout--promo.callout--promo-full .align-items-center:after {
  content: '';
  position: absolute;
  height: 80%;
  border-right: 1px solid #CCCFD3;
  width: 94%;
}
.callout__options .link {
  width: 100%;
  display: block;
  margin-bottom: .5rem;
  height: 100%;
}
.callout__content-list {
  list-style: none;
  padding-left: 1rem;
}
.callout__content-list-item {
  padding: .5rem 0;
  line-height: 1.375rem;
}
.callout__content-list-item:before {
  content: "\2022";
  color: #979B9F;
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  width: 1rem;
  margin-left: -1.5rem;
  margin-right: .5rem;
  position: relative;
  top: 3px;
}
.callout__text p {
  margin-bottom: .25rem;
}
.callout__text p:last-of-type {
  margin-bottom: .75rem;
}
.foundatoin-asset-content-comp {
  margin: 0 0 1rem;
}
.foundatoin-asset-content-comp:after {
  content: '';
  clear: both;
  display: table;
}
.foundatoin-asset-content-comp .image-with-text-holder {
  float: right;
  max-width: 200px;
  margin: 0 0 15px 15px;
  margin: 0 12px;
  border: 3px solid #E7EBEE;
}
.foundatoin-asset-content-comp .image-with-text-holder img {
  display: block;
  margin: 0 auto;
}
.foundatoin-asset-content-comp .image-with-text-holder .text-holder {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #12446D;
  padding: .5rem;
  text-align: center;
  display: block;
}
.foundatoin-asset-content-comp .image-with-text-holder .text-holder p {
  margin: 0;
}
.imageModal .modal-content {
  background: transparent;
  border: none;
}
.imageModal .modal-content .close {
  opacity: 1;
  text-shadow: none;
  background: white;
  width: 24px;
  height: 24px;
  line-height: 20px;
  border-radius: 20px;
  top: 6px;
  left: 18px;
  position: relative;
}
.view-modal__icon {
  background-image: url("data:image/svg+xml,%3csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg id='Global-Menu' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='1024-Desktop-Global-Menu:-Products-L3' transform='translate(-890.000000, -34.000000)' fill='%23217AC6' fill-rule='nonzero'%3e%3cg id='Global-Nav-2'%3e%3cg id='Global-Nav'%3e%3cpath d='M896.736842,45.7894737 C899.527249,45.7894737 901.789474,43.5274227 901.789474,40.7368421 C901.789474,37.9462615 899.527423,35.6842105 896.736842,35.6842105 C893.946262,35.6842105 891.684211,37.9462615 891.684211,40.7368421 C891.684211,43.5274227 893.946435,45.7894737 896.736842,45.7894737 Z M902.098098,44.6758849 L905.705549,48.2838324 C906.09815,48.6764295 906.09815,49.3129551 905.705549,49.7055522 C905.312947,50.0981493 904.676415,50.0981493 904.283813,49.7055522 L900.676004,46.0979629 C899.525322,46.9479263 898.131908,47.4055269 896.701342,47.403251 C893.000566,47.4034302 890,44.4028975 890,40.7016255 C890,37.0003535 893.000566,34 896.701701,34 C900.402835,34 903.40358,37.0005327 903.40358,40.7016255 C903.405727,42.1320728 902.948062,43.5253365 902.098098,44.6758849 Z' id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 12px 12px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .callout {
    padding: 2rem;
  }
  .callout__image {
    background-size: cover;
  }
  .callout--full .callout__content {
    opacity: .7;
    padding: 1.5rem 1.5rem 1.125rem;
    min-height: 100%;
    width: 100%;
  }
  .foundatoin-asset-content-comp .image-with-text-holder {
    float: none;
    margin: 12px auto;
  }
}
@media screen and (max-width: 720px) {
  .callout--promo.callout--promo-full .callout__text {
    padding-left: 40%;
  }
  .callout--promo.callout--promo-full .callout__cta {
    padding-left: 40%;
  }
}
@media screen and (max-width: 575px) {
  .callout .row {
    position: relative;
  }
  .callout--full .col-md-12 {
    padding: 0;
  }
  .callout--no-image {
    text-align: left;
  }
  .callout--no-image .callout__content {
    padding: 1.5rem 1.5rem 1.125rem;
  }
  .callout--no-image .callout__text {
    padding-left: 0;
    width: 100%;
  }
  .callout--no-image .callout__cta {
    padding-left: 0;
    width: 100%;
  }
  .callout--no-image .callout__options {
    padding-left: 0;
    width: 100%;
  }
  .callout--promo.callout--promo-full .callout__text {
    padding-left: 0;
  }
  .callout--promo.callout--promo-full .callout__cta {
    padding-left: 0;
  }
  .callout--promo.callout--promo-full .callout__content {
    width: 100%;
    padding-top: 2rem;
  }
  .callout--promo.callout--promo-full .container {
    height: auto;
  }
  .callout--promo.callout--promo-full .align-items-center:after {
    content: '';
    position: absolute;
    border-right: none;
    border-bottom: 1px solid #CCCFD3;
    height: 100%;
    width: 80%;
  }
  .callout--promo .callout__content {
    width: 100%;
    padding-top: 2rem;
  }
  .callout--promo .align-items-center:after {
    content: '';
    position: absolute;
    border-right: none;
    border-bottom: 1px solid #CCCFD3;
    height: 100%;
    width: 80%;
  }
  .callout__content-list {
    padding-left: 2rem;
  }
}

.topic-link-date-view .cmp-TopicLink {
  margin-top: 5px;
}
.topic-link-date-view .topiclink-flexcontainer {
  display: flex;
  height: 108px;
  align-items: center;
}
.topic-link-date-view .topiclink-flexcontainer .topiclink-btn a {
  font-size: 21px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  width: 196px;
  height: 60px;
  border-radius: 4.8px;
  background-color: #e4001c;
  justify-content: center;
  align-items: center;
}
.topic-link-date-view .topiclink-date {
  min-width: 56px;
  height: 60px;
  border-radius: 3.6px;
  background-color: #e4001c;
  text-align: center;
  padding: 11px 0px 7px 0px;
  position: relative;
}
.topic-link-date-view .topiclink-date .date {
  width: 29px;
  height: 26px;
  font-size: 12.8px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.topic-link-date-view .topiclink-date p {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 1;
}
.topic-link-date-view .topiclink-text {
  width: 75%;
}
.topic-link-date-view .topiclink-text p {
  margin-bottom: 0px;
  padding-left: 30px;
  width: 75%;
}
.topic-link-date-view .topic-linkcontainer {
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.08);
}
.topic-link-date-view #topiclinkDate {
  font-size: 22px;
  line-height: 1;
}
.topic-link-date-view #topiclinkDay {
  font-size: 12px;
  line-height: 1;
}
.topic-link-date-view .halfCircle {
  height: 6px;
  width: 6px;
  border-radius: 0 0 90px 90px;
  background: #ffffff;
  position: absolute;
}
.topic-link-date-view .HCBottom-1 {
  top: 0px;
  left: 10px;
}
.topic-link-date-view .HCBottom-2 {
  top: 0px;
  left: 26px;
}
.topic-link-date-view .HCBottom-3 {
  top: 0px;
  left: 41px;
}
.topic-link-date-view .float-right {
  float: right;
}
.topic-link-date-view .topic-link-sec p {
  font-size: 14px;
  font-family: Arial;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 80%;
  padding-right: 20px;
}
.topic-link-date-view .topic-link-sec a {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-top: 25px;
  padding-bottom: 25px;
}
.topic-link-date-view .topic-link-sec button {
  font-size: 13px;
  color: #ffffff;
  background-color: #317ea5;
  min-width: 150px;
  height: 40px;
  border-radius: 5px;
  font-family: Arial;
}
.topic-link-date-view .topic-link-sec button:focus {
  color: #ffffff;
}
.topic-link-date-view .topic-link-sec button:hover {
  color: #ffffff;
}
.topic-link-date-view .topic-link-sec-desc {
  display: table;
  text-align: center;
  margin: 0px 60px 0px 60px;
}
@media only screen and (max-width: 960px) and (min-width: 701px) {
  .topic-link-date-view .topiclink-flexcontainer .topiclink-btn a {
    font-size: 18px;
    width: 180px;
    height: 50px;
  }
  .topic-link-date-view .topiclink-text {
    width: 85%;
  }
  .topic-link-date-view .topiclink-text p {
    width: 85%;
  }
}
@media only screen and (max-width: 700px) {
  .topic-link-date-view .topiclink-flexcontainer {
    display: block;
    height: auto;
    padding: 30px 15px 30px 15px;
  }
  .topic-link-date-view .topiclink-flexcontainer .topiclink-btn a {
    margin: 0 auto;
    width: 137px;
    height: 42px;
    font-size: 14px;
  }
  .topic-link-date-view .topiclink-date {
    width: 56px;
    margin: 0 auto;
  }
  .topic-link-date-view .topiclink-text {
    width: 100%;
  }
  .topic-link-date-view .topiclink-text p {
    width: 100%;
    text-align: center;
    padding: 15px 0px 20px 0px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 960px) and (min-width: 701px) {
  .topic-link-date-view .topic-link-sec-desc {
    margin: 0px 35px 0px 35px;
  }
}
@media only screen and (max-width: 700px) {
  .topic-link-date-view .topic-link-sec-desc {
    margin: 10px 0px 0px 10px;
    display: block;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }
  .topic-link-date-view .topic-link-sec {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .topic-link-date-view .topic-link-sec a {
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .topic-link-date-view .topic-link-sec button {
    float: none;
    margin-top: 5px;
  }
  .topic-link-date-view .topic-link-sec p {
    text-align: center;
    width: 100%;
  }
}

.table.cmp-table.table-scroll {
  overflow-x: scroll;
}
.table.cmp-table.table-scroll td {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .table.cmp-table {
    overflow-x: scroll;
  }
}
.table.cmp-table thead th,
.table.cmp-table tbody td {
  padding: 0px 15px;
}
.table.cmp-table tbody tr {
  border-bottom: 1px solid #f2f2f2;
}
.table.cmp-table tbody tr.fixed:nth-child(odd) {
  background: #fff;
}
.table.cmp-table tbody tr.fixed:nth-child(even) {
  background: #f2f2f2;
}

.tabbed-navbar {
  position: relative;
}
.tabbed-navbar.editmain #pills-tab {
  width: 100% !important;
}
.tabbed-navbar.editmain .nav-pills > li {
  float: none;
  width: 100% !important;
}
.tabbed-navbar.vertical #pills-tab {
  width: 25%;
  display: inline-block;
  background-color: #fff;
}
@media (max-width: 767px) {
  .tabbed-navbar.vertical #pills-tab {
    width: 100%;
  }
}
.tabbed-navbar.vertical #pills-tab li {
  float: none;
  background-color: #fff;
  position: relative;
  list-style-type: none;
}
@media (max-width: 767px) {
  .tabbed-navbar.vertical #pills-tab li {
    padding: 10px 0;
  }
}
.tabbed-navbar.vertical #pills-tab li a {
  color: #000;
}
.tabbed-navbar.vertical #pills-tab li:hover {
  background-color: #fff;
}
.tabbed-navbar.vertical #pills-tab li.active a {
  color: #217AC6;
  background-color: #f2f2f2;
}
.tabbed-navbar.vertical #pills-tab li.active a:after {
  content: '>';
  position: absolute;
  right: 0;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .tabbed-navbar.vertical #pills-tab li.active a:after {
    content: '+';
  }
}
@media (max-width: 767px) {
  .tabbed-navbar.vertical #pills-tab li .tab__content {
    margin-bottom: 20px;
  }
}
.tabbed-navbar.vertical .tabbed-description {
  position: absolute;
  width: 75%;
  padding: 0 20px;
  display: inline-block;
  background-color: #f2f2f2;
}
.tabbed-navbar.horizontal #pills-tab {
  background-color: #fff;
  padding-bottom: 10px;
}
.tabbed-navbar.horizontal #pills-tab li {
  background-color: #fff;
  margin-left: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .tabbed-navbar.horizontal #pills-tab li {
    display: block;
    padding: 10px 0;
  }
}
.tabbed-navbar.horizontal #pills-tab li:hover {
  background-color: #fff;
}
.tabbed-navbar.horizontal #pills-tab li a {
  color: #000;
  border-bottom: 2px solid #f2f2f2;
  background-color: transparent;
  padding: 0 30px 20px;
}
@media (max-width: 767px) {
  .tabbed-navbar.horizontal #pills-tab li a {
    padding: 0;
  }
}
.tabbed-navbar.horizontal #pills-tab li.active a {
  border-bottom: 2px solid #217ac6;
}
@media (max-width: 767px) {
  .tabbed-navbar.horizontal #pills-tab li.active a {
    border-bottom: none;
  }
}
.tabbed-navbar.horizontal #pills-tab li.active .nav-link:after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -29px;
  left: 50%;
  margin-left: -7px;
  border-right: #217ac6 solid 3px;
  border-bottom: #217ac6 solid 3px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .tabbed-navbar.horizontal #pills-tab li.active .nav-link:after {
    border: none;
    content: '+';
    transform: rotate(0);
    left: 0;
  }
}
@media (max-width: 767px) {
  .tabbed-navbar.horizontal #pills-tab li .tab__content {
    margin-bottom: 20px;
  }
}
.tabbed-navbar.horizontal .tabbed-description {
  width: 100%;
  padding: 0 20px;
  background-color: #f2f2f2;
}

.water-vertical-tab-component {
  font-family: "Diodrum Regular";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.water-vertical-tab-component h3 {
  font-family: "Diodrum Regular";
  margin-bottom: 17px !important;
}
.water-vertical-tab-component .tab-content-image img {
  width: 100%;
}
.water-vertical-tab-component .mobile-vertical-tab {
  display: none;
}
.water-vertical-tab-component .desktop-vertical-tab {
  display: block;
}
.water-vertical-tab-component .eyebrow-text {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}
.water-vertical-tab-component .title-text {
  margin-bottom: 56px;
}
.water-vertical-tab-component .description-text {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.1px;
  margin-bottom: 56px;
  font-family: "Noto Sans Regular";
}
.water-vertical-tab-component .description-text a {
  font-size: 16px;
  font-family: "Noto Sans Bold";
}
@media only screen and (max-width: 767px) {
  .water-vertical-tab-component .description-text a {
    font-size: 14px;
  }
}
.water-vertical-tab-component .tab-content-text {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.1px;
}
.water-vertical-tab-component .tab-content-text a {
  font-size: 16px;
  font-family: "Noto Sans Bold";
}
@media only screen and (max-width: 767px) {
  .water-vertical-tab-component .tab-content-text a {
    font-size: 14px;
  }
}
.water-vertical-tab-component .mtab-container,
.water-vertical-tab-component .tab-container {
  float: left;
}
.water-vertical-tab-component .tab-container {
  padding-left: 0px;
  padding-right: 0px;
}
.water-vertical-tab-component .mtab,
.water-vertical-tab-component .tab {
  border-left: 4px solid transparent;
  font-family: "Noto Sans Regular";
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.1px;
  margin-bottom: 36px;
  cursor: pointer;
}
.water-vertical-tab-component .mtab:hover,
.water-vertical-tab-component .tab:hover {
  color: #128370;
}
.water-vertical-tab-component .mtab-content,
.water-vertical-tab-component .tab-content {
  display: none;
}
.water-vertical-tab-component .mtab-content h2,
.water-vertical-tab-component .tab-content h2 {
  font-family: "Diodrum Regular" !important;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.5px;
}
.water-vertical-tab-component .mtab-content p,
.water-vertical-tab-component .tab-content p {
  font-family: "Noto Sans Regular" !important;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.1px;
}
.water-vertical-tab-component .mtab-content-text,
.water-vertical-tab-component .mtab-content-image,
.water-vertical-tab-component .tab-content-text,
.water-vertical-tab-component .tab-content-image {
  float: left;
}
.water-vertical-tab-component .mtab-content-text {
  margin-top: 33px;
}
.water-vertical-tab-component .mtab-content-text a {
  font-size: 14px;
  font-family: "Noto Sans Bold";
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .water-vertical-tab-component .eyebrow-text {
    margin-bottom: 16px;
  }
  .water-vertical-tab-component .description-text,
  .water-vertical-tab-component .title-text {
    margin-bottom: 48px;
  }
  .water-vertical-tab-component .tab {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .water-vertical-tab-component .eyebrow-text {
    margin-bottom: 12px;
  }
  .water-vertical-tab-component .mtab,
  .water-vertical-tab-component .tab {
    font-size: 14px;
    line-height: 24px;
  }
  .water-vertical-tab-component .description-text,
  .water-vertical-tab-component .title-text {
    margin-bottom: 32px;
  }
  .water-vertical-tab-component .mobile-vertical-tab {
    display: block;
  }
  .water-vertical-tab-component .desktop-vertical-tab {
    display: none;
  }
  .water-vertical-tab-component .mtab {
    margin: 0;
    padding: 0 15px 0 15px;
    position: realtive !important;
  }
  .water-vertical-tab-component .accordion-parent {
    list-style: none;
    border-top: 1px solid #e1e1e1;
    padding: 11px 0 11px 0;
  }
  .water-vertical-tab-component .accordion-parent:last-child {
    border-bottom: 1px solid #e1e1e1;
  }
  .water-vertical-tab-component .mbtn-text {
    font-size: 14px;
    line-height: 24px;
    font-family: "Noto Sans Bold";
  }
  .water-vertical-tab-component .mbtn-expand {
    float: right;
    line-height: 24px;
    top: calc(41%);
    right: 0;
    font-size: 18px;
    font-family: "Diodrum Medium";
  }
  .water-vertical-tab-component .mtab-content-text,
  .water-vertical-tab-component .mtab-content-image {
    float: none;
    padding: 0 15px;
  }
  .water-vertical-tab-component .mtab-content-text {
    margin-top: 33px;
  }
  .water-vertical-tab-component .mtab-content-text a {
    font-size: 14px;
    font-family: "Noto Sans Bold";
  }
}
.tab-active {
  font-family: "Noto Sans Bold" !important;
  border-left: 4px solid #128370 !important;
  color: #128370;
  padding-left: 11px;
}
.mtab-content-text ul,
.tab-content-text ul {
  font-family: "Noto Sans Regular";
  padding-left: 21px;
  list-style: disc;
}
.mtab-content-text a,
.tab-content-text a {
  font-size: 16px;
  font-family: "Noto Sans Bold";
}
@media only screen and (max-width: 767px) {
  .mtab-content-text a,
  .tab-content-text a {
    font-size: 14px;
  }
}

.tabbed-nav ul.nav-pills {
  top: 100px;
  padding-bottom: 100px;
  position: sticky;
  max-height: 100vh;
  overflow-y: auto;
  flex-wrap: nowrap;
}
.tabbed-nav ul.nav-pills .nav-link.active {
  background-color: #e4001c;
  color: #fff;
}
.tabbed-nav ul.nav-pills a:hover {
  color: #e4001c;
}
.tabbed-nav .scroll-section {
  padding-left: 20px;
  padding-bottom: 20px;
}
.tabbed-nav .scroll-section ul {
  list-style-position: inside;
}
.tabbed-nav .scroll-section ul ul {
  padding-left: 15px;
}
.tabbed-nav div.scroll-section:before {
  content: '';
  display: block;
  height: 100px;
  visibility: hidden;
  margin-top: -100px;
}
.tabbed-nav .scrollSpy-placeholder {
  display: none;
}
@media (max-width: 576px) {
  .tabbed-nav .scrollContent {
    padding-bottom: 50px;
  }
  .tabbed-nav .scroll-section {
    padding-left: 0;
  }
  .tabbed-nav #myScrollspy {
    position: sticky;
    overflow: hidden;
    left: 0;
    top: calc(100% - 70px);
    background: #fff;
    z-index: 98;
    width: calc(100% - 20px);
    margin-left: 10px;
    border-radius: 25px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
  }
  .tabbed-nav ul.nav-pills {
    top: unset;
    padding-bottom: unset;
    padding-right: 30px;
    position: relative;
    height: 50px;
    overflow-y: hidden;
  }
  .tabbed-nav ul.nav-pills:before {
    content: '\f106';
    font-family: "Font Awesome 5 Free";
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
    position: absolute;
    font-size: 30px;
    font-weight: 800;
    left: 0;
    top: 0;
    line-height: 1;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding-left: calc(100% - 35px);
    padding-top: 9px;
  }
  .tabbed-nav ul.nav-pills.open:before {
    display: none;
  }
  .tabbed-nav #myScrollspy.open {
    height: 300px;
    top: calc(100% - 320px);
    border-radius: 4px;
  }
  .tabbed-nav .scrollSpy-placeholder {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 17px;
    font-size: 14px;
  }
  .tabbed-nav ul.nav-pills.open {
    height: 100%;
    overflow-y: scroll;
    background: white;
    padding: 20px 0;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.5);
  }
  .tabbed-nav li.nav-item {
    position: relative;
    top: 7px;
  }
  .tabbed-nav li.nav-item a {
    display: none;
  }
  .tabbed-nav li.nav-item a.nav-link.active,
  .tabbed-nav ul.nav-pills.open li.nav-item a {
    display: block;
    color: #000;
    background-color: #fff;
  }
  .tabbed-nav ul.nav-pills.open li.nav-item a.active {
    color: #fff;
    background-color: #e4001c;
  }
}
@media (max-width: 1023px) {
  .tabbed-nav.container {
    padding-left: 33px;
    padding-right: 33px;
  }
}

.buildingCasestudy .row .news-col {
  text-align: center;
  margin-bottom: 3%;
}
.buildingCasestudy .row .news-col .news-box a {
  cursor: pointer;
}
.buildingCasestudy .row .news-col .text {
  margin: 4% 0;
  padding: 0 5%;
}
.buildingCasestudy .row .news-col a {
  color: #000;
  text-decoration: none;
  margin-bottom: 5%;
}
.buildingCasestudy .row .news-col img {
  width: 100%;
}
.buildingCasestudy .row .news-col h5 {
  font-family: "Diodrum Regular";
}
@media screen and (max-width: 991px) {
  .buildingCasestudy .row .news-col h5 {
    font-size: 0.9rem;
  }
}
.buildingCasestudy .row h5 {
  font-family: "Diodrum Regular";
}
@media screen and (min-width: 992px) {
  .buildingCasestudy .row .left-two-rows .row:not(:last-of-type) {
    margin-bottom: 5%;
  }
  .buildingCasestudy .row .left-two-rows .row.lower-col .news-col {
    margin-top: 0%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .buildingCasestudy .row .left-two-rows .row.lower-col .news-col {
    margin-top: -6%;
  }
}
.buildingCasestudy span.glyphicon.glyphicon-arrow-right {
  margin-left: 10px;
  font-size: 11px;
}
.buildingCasestudy span.fa-long-arrow-alt-right {
  margin-left: 1em;
  font-size: 1.3em;
}
.buildingCasestudy .right-arrow {
  background-image: url(../../../content/dam/dupont/amer/us/en/corporate/general/icons/black-arrow.svg);
  background-size: 24px;
  position: absolute;
  width: 24px;
  height: 17px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1024px) {
  .buildingCasestudy .right-arrow {
    height: 26px;
  }
}
.buildingCasestudy a:hover {
  color: #e4001c !important;
}
.buildingCasestudy .row .news-col {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  border: 1px solid rgba(100, 100, 100, 0.2);
  margin-right: 2%;
  padding: 0;
  margin-bottom: 3%;
}
@media only screen and (min-width: 994px) and (max-width: 1028px) {
  .buildingCasestudy .row .news-col h5 {
    min-height: 95px;
  }
}
@media screen and (min-width: 978px) {
  .buildingCasestudy .row .news-col.big-col {
    max-width: 73%;
    padding: 0;
    margin-right: 2%;
  }
}
@media screen and (min-width: 768px) {
  .buildingCasestudy .row .news-col.col-md-3 {
    max-width: 23%;
    padding: 0;
    margin-right: 2%;
  }
}
.buildingCasestudy .row .news-col .text {
  margin: 4% 0;
  padding: 0 5%;
}
.buildingCasestudy .row .news-col a {
  color: #000;
  text-decoration: none;
  margin-bottom: 5%;
}
.buildingCasestudy .row .news-col img {
  width: 100%;
}
@media screen and (min-width: 978px) {
  .buildingCasestudy .row .left-two-rows {
    max-width: 23%;
    padding: 0;
    margin-left: 2%;
  }
  .buildingCasestudy .row .left-two-rows .row:not(:last-of-type) {
    margin-bottom: 19.5%;
  }
  .buildingCasestudy .row .left-two-rows .row .news-col {
    padding: 0;
  }
  .buildingCasestudy .row .left-two-rows .row.lower-col {
    margin-top: 1%;
    position: absolute;
  }
}
@media screen and (max-width: 992px) {
  .buildingCasestudy {
    padding-left: 3em;
    padding-right: 3em;
  }
  .buildingCasestudy .newscolboxPx {
    min-width: 98% !important;
  }
  .buildingCasestudy .news-col {
    margin-right: 0em !important;
  }
}
@media screen and (min-width: 769px) {
  .buildingCasestudy .bottomCardRow > .col-md-3 {
    margin-bottom: 0px !important;
  }
}
@media screen and (device-width: 768px) {
  .buildingCasestudy {
    min-width: 100% !important;
    padding-left: 4em;
  }
}
@media screen and (device-width: 1024) {
  .buildingCasestudy h5 {
    font-size: 1em !important;
  }
}
@media screen and (min-width: 769px) {
  .buildingCasestudy {
    padding-left: 1em;
  }
  .buildingCasestudyh4 {
    text-align: left;
    margin-left: -9px;
    margin-bottom: 2em;
  }
  .col-md-3.news-col4.left-two-rows {
    padding-right: 2em;
    margin-left: 1em;
  }
  .row.lower-col.news-col4 {
    padding-right: 2em;
  }
  .newscol4View {
    margin-bottom: 0px;
  }
}
.buildingCasestudy .row .news-col img.dynamic-comp-list-img {
  height: 190px;
}

.sitemap ul.level1 {
  display: none;
}
.sitemap ul.level2 {
  display: none;
}
.sitemap ul.level3 {
  display: none;
}
.sitemap ul.level4 {
  display: none;
}
.sitemap ul.level5 {
  display: none;
}

.cmp-sitemap .level0 {
  padding-bottom: 10px;
}
.cmp-sitemap.level-one .level1 {
  display: block;
  padding-left: 25px;
}
.cmp-sitemap.level-two .level1 {
  display: block;
  padding-left: 25px;
}
.cmp-sitemap.level-two .level2 {
  display: block;
  padding-left: 25px;
}
.cmp-sitemap.level-three .level1 {
  display: block;
  padding-left: 25px;
}
.cmp-sitemap.level-three .level2 {
  display: block;
  padding-left: 25px;
}
.cmp-sitemap.level-three .level3 {
  display: block;
  padding-left: 25px;
}
.cmp-sitemap.level-four .level1 {
  display: block;
  padding-left: 25px;
}
.cmp-sitemap.level-four .level2 {
  display: block;
  padding-left: 25px;
}
.cmp-sitemap.level-four .level3 {
  display: block;
  padding-left: 25px;
}
.cmp-sitemap.level-four .level4 {
  display: block;
  padding-left: 25px;
}
.cmp-sitemap.level-five .level1 {
  display: block;
  padding-left: 25px;
}
.cmp-sitemap.level-five .level2 {
  display: block;
  padding-left: 25px;
}
.cmp-sitemap.level-five .level3 {
  display: block;
  padding-left: 25px;
}
.cmp-sitemap.level-five .level4 {
  display: block;
  padding-left: 25px;
}
.cmp-sitemap.level-five .level5 {
  display: block;
  padding-left: 25px;
}

.cstm-check {
  padding-left: 30px;
}
.cstm-check input[type="checkbox"] {
  display: none;
}
.cstm-check input[type="checkbox"] + label {
  padding-left: 33px;
  background: url('../../../content/dam/dupont/amer/us/en/corporate/general/icons/checkbox-unchecked.png') no-repeat left 2px;
  background-size: 21px 21px;
  margin-bottom: 28px;
  color: #212121;
  cursor: pointer;
  margin-bottom: 0px;
}
.cstm-check input[type="checkbox"]:checked + label,
.cstm-check input[type="checkbox"]:disabled:checked + label {
  background: url('../../../content/dam/dupont/amer/us/en/corporate/general/icons/checkbox-checked.png') no-repeat left 2px;
  background-size: 21px 21px;
}
.cstm-check input[type="checkbox"]:disabled + label {
  background: url('../../../content/dam/dupont/amer/us/en/corporate/general/icons/checkbox-nonedit.png') no-repeat left 2px;
  background-size: 21px 21px;
  cursor: not-allowed;
}
.cstm-check span {
  padding-left: 33px;
  margin-bottom: 28px;
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 1023px) {
  .container.signUpForm {
    padding: 0 33px;
  }
}
.signupbtns {
  display: none;
}
.signupbtns .btn-default:last-child {
  margin-left: 30px;
}
@media screen and (max-width: 575px) {
  .signupbtns .btn-default:last-child {
    margin-left: 0px;
    margin-top: 30px;
    display: block;
  }
}
.signUpForm .form-footnote.credits {
  max-width: 580.5px;
  color: #606060;
  margin-top: 15px;
}
.signUpForm .form-footnote.credits a {
  font-size: 11px;
  font-family: "Noto Sans Bold";
}
.signupEditIcon {
  background: url('../../../content/dam/dupont/amer/us/en/corporate/general/icons/editSignup.png') no-repeat center;
  background-size: 100%;
  width: 42px;
  height: 42px;
  position: relative;
  bottom: 10px;
}
@media screen and (max-width: 575px) {
  .signupEditIcon {
    width: 30px;
    height: 30px;
    bottom: 4px;
  }
}
.container .required a {
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
  font-family: "Noto Sans Bold";
}
.selectize-input {
  padding: 8px 18px;
}
.emailLoaderContainer {
  position: relative;
  width: 50%;
}
@media (max-width: 1024px) {
  .emailLoaderContainer {
    width: 100%;
  }
}
.emailLoaderContainer #emailsignup {
  padding-right: 60px !important;
}
.emailLoaderContainer .emailLoader {
  position: absolute;
  display: none;
  right: 3px;
  top: 5px;
  width: 50px;
  height: 50px;
  background: url('../../../content/dam/dupont/amer/us/en/corporate/general/icons/DuPont_Loader.gif') no-repeat center;
  background-size: 100%;
}
.emailLoaderContainer .emailLoader.tickMark {
  background: url('../../../content/dam/dupont/amer/us/en/corporate/general/icons/Right_TickFull.png') no-repeat center;
  background-size: 50%;
}
.accountPop-holder {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  margin: 0 !important;
  padding: 33px;
  overflow: auto;
  display: none;
}
.accountPop-modal {
  max-width: 550px;
  width: calc(100% - 66px);
  background: #fafafa;
  border: 5px solid #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.accountPop-modal > article {
  padding: 0px 22px 20px;
}
.accountPop-modal-title h5 {
  margin: 30px 0 0;
  padding: 0;
}
.accountPop-modal-footer .btn {
  border: 1px solid #222;
  border-radius: 100px;
  padding: 10px 60px;
  margin: 0 15px 0 0;
  background: #fff;
}
@media (max-width: 575px) {
  .accountPop-modal-footer .btn {
    display: block;
    margin: 0 0 15px;
    width: 100%;
  }
}
.business-unit-main-header {
  font-family: "Noto Sans Bold";
  font-size: 14px;
  line-height: 28px;
}

@media (max-width: 1023px) {
  .nested-list.container {
    padding-left: 33px;
    padding-right: 33px;
  }
}
.nested-list--body {
  margin-top: 20px;
}
.nested-list--body ul {
  margin-left: 20px;
}
.nested-list--body ul.country-list > li {
  padding-bottom: 5px;
}
.nested-list--body ul.country-list > li .multi-language li {
  line-height: 1.5;
}
.nested-list--subtitle h3 {
  line-height: 1;
  margin: 0;
  display: inline-block;
}
.nested-list--subtitle h3:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e4001c;
  margin-top: 5px;
}
.nested-list--parent {
  margin-bottom: 25px;
}
.nested-list--body a:hover {
  color: #e4001c;
}

/*@media screen and (min-width: 0\0) {
    .related-articles__list-item img {
        width: auto;
        height: auto;
    }
}*/
.related-articles {
  padding-top: 1.5rem;
}
.related-articles--wrapper {
  max-width: 300px;
  margin: auto;
}
.related-articles__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.related-articles__list-item {
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  padding: 1rem 0;
}
.related-articles__list-item a {
  padding-left: 1rem;
  padding-right: 1rem;
}
.related-articles__list-item a:hover {
  color: #217AC6;
  font-weight: normal;
  text-shadow: .5px 0 0 #217AC6;
}
.related-articles__list-item .related-articles__image {
  min-width: 47px;
  min-height: 47px;
  max-width: 47px;
  max-height: 47px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 575px) {
  .related-articles {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.icon-buttons {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  padding-right: 42px;
}
@media screen and (max-width: 575px) {
  .icon-buttons {
    padding-right: 15px;
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
  }
}
.icon-buttons .icon-buttons__wrapper {
  float: right;
}
@media screen and (max-width: 575px) {
  .icon-buttons .icon-buttons__wrapper {
    display: inline;
    float: none;
  }
}
.icon-buttons .icon-buttons__wrapper .icon-buttons__btn {
  border: none;
  background: transparent;
  cursor: pointer;
  padding-bottom: 1rem;
}
.icon-buttons .icon-buttons__wrapper .icon-buttons__btn:focus {
  outline: none;
}
.icon-buttons .icon-buttons--social {
  position: relative;
}
.icon-buttons .icon-buttons--social .social-menu {
  position: absolute;
  left: -40px;
  width: 112px;
  max-height: 139px;
  border: 2px solid #E7EBEE;
  text-align: left;
  z-index: 999;
}
.icon-buttons .icon-buttons--social .social-menu .social-menu__list {
  list-style: none;
  padding-left: 1rem;
  margin: 0;
}
.icon-buttons .icon-buttons--social .social-menu .social-menu__list .social-menu__list-item {
  padding: .5rem 0;
}
.icon-buttons .icon-buttons--social .social-menu .social-menu__list .social-menu__list-item a {
  color: #217AC6;
  padding-left: .5rem;
  cursor: pointer;
}
.icon-buttons .icon-buttons--social .social-menu .social-menu__list .social-menu__list-item a:not([href]):not([tabindex]) {
  color: #217AC6;
}
.icon-buttons .icon-buttons--social .social-menu:before {
  content: '';
  background: #FFF;
  width: 20px;
  height: 20px;
  position: absolute;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(225deg);
  top: -11px;
  left: 45px;
  border-right: #E7EBEE solid 2px;
  border-bottom: #E7EBEE solid 2px;
}
.social-menu.hide {
  display: none;
}

.news-bodycopy.asset-border .bodyCopyImg {
  border: 3px solid #E7EBEE;
}
.news-bodycopy .newsbody-copy__img {
  display: inline-block;
  width: 100%;
}
.news-bodycopy figure {
  margin: 0 1rem 0rem 1rem;
}
.news-bodycopy figcaption {
  word-break: break-word;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #12446D;
  padding: 0;
}
@media (max-width: 767px) {
  .news-bodycopy figcaption {
    padding: 10px 0;
  }
}
.news-bodycopy .img-medium {
  width: 50%;
}
.news-bodycopy .img-small {
  width: 25%;
}
@media (max-width: 767px) {
  .news-bodycopy .img-small {
    width: auto;
  }
}
.news-bodycopy .dupont-image__download {
  position: absolute;
  width: 25px;
  height: 23px;
  z-index: 1;
  bottom: 0;
  right: 1rem;
}
.news-bodycopy .dupont-image_zoomin {
  position: absolute;
  height: 23px;
  z-index: 1;
  bottom: -4px;
  left: -20px;
}
.news-bodycopy .dupont-image_zoomin span {
  padding-left: 20px;
}
.news-bodycopy .dupont-image__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.news-bodycopy .dupont-image__wrapper a {
  background-repeat: no-repeat;
}
.news-bodycopy .dupont-image__wrapper:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 7%;
  bottom: 0;
  opacity: .45;
  background-image: linear-gradient(to bottom, #ffffff, #e3e3e3 100%);
}
@media (max-width: 767px) {
  .ekko-lightbox-container iframe {
    width: auto;
  }
  .ekko-lightbox-container iframe img {
    max-width: 100%;
  }
}

.jump {
  background-color: #3B7AC1;
  cursor: pointer;
  border: none;
  position: fixed;
  z-index: 99;
  right: -3.375rem;
  bottom: 12.5rem;
  height: 2.5rem;
  width: 3.375rem;
  outline: none;
  transition: right 0.2s ease-in-out;
}
.jump.active {
  right: 0;
}

/************************************************

   Image Carousel Component 

************************************************/
.image-carousel {
  width: 97%;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  .image-carousel {
    width: 93%;
    margin: 0 auto;
  }
}
.image-carousel .owl-prev {
  position: absolute;
  top: 40%;
  left: -25px;
  height: 16px;
  transform: rotate(180deg);
}
@media screen and (max-width: 575px) {
  .image-carousel .owl-prev {
    left: -20px;
  }
}
.image-carousel .owl-next {
  position: absolute;
  top: 40%;
  height: 16px;
  right: -25px;
}
@media screen and (max-width: 575px) {
  .image-carousel .owl-next {
    right: -20px;
  }
}
/*************************************
  Owl overwrite's
*************************************/
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

/************************************************

   Image Component

************************************************/
.dupont-image {
  width: 100%;
}
.dupont-image img {
  width: 100%;
}
.dupont-image.download {
  position: relative;
}
.dupont-image .download_icon {
  position: relative;
}
.dupont-image .dupont-image__caption {
  font-style: italic;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #12446D;
  padding: .5rem 1.625rem;
}
.download .dupont-image__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.download .dupont-image__wrapper:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 25%;
  bottom: 0;
  opacity: .45;
  background-image: linear-gradient(to bottom, rgba(231, 235, 238, 0), #217ac6 100%);
}
.dupont-image__download {
  position: absolute;
  width: 25px;
  height: 25px;
  z-index: 1;
  bottom: 1rem;
  right: 1rem;
}

.img-border .image-carousel .dupont-image {
  border: 3px solid #E7EBEE;
}

.media-gallery .galleryView {
  position: absolute;
  opacity: 0;
  z-index: 0;
}
.media-gallery .galleryView.active {
  z-index: 1;
  opacity: 1;
}
.media-gallery .videoFallback {
  position: relative;
  cursor: pointer;
}
.media-gallery .videoFallback .playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
}
@media (max-width: 768px) {
  .media-gallery .videoFallback .playIcon {
    height: 40px;
    width: 40px;
  }
}
.media-gallery .selectedVideo {
  background: #000;
  display: none;
}
.media-gallery .mediaGalleryTabs {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  vertical-align: baseline;
}
.media-gallery .mediaGalleryTabs li {
  display: inline;
  text-decoration: none;
  margin-right: 10px;
}
.media-gallery .mediaGalleryTabs li a {
  font-family: "Diodrum Semibold";
  font-size: 12px;
  cursor: pointer;
}
.media-gallery .mediaGalleryTabs li.active a {
  text-decoration: underline;
}
.media-gallery .imageGridParent {
  overflow: hidden;
}
@media (max-width: 575px) {
  .media-gallery .imageGridParent {
    display: none;
  }
}
.media-gallery .imageGridParent .imageGrid {
  overflow-x: hidden;
}
.media-gallery .imageGridParent .imageGrid .imageGridColumn {
  float: left;
}
.media-gallery .imageGridParent .imageGrid .gridItemParent {
  padding: 5px;
  position: relative;
}
.media-gallery .imageGridParent .imageGrid .gridItemParent.active .imageOverlay,
.media-gallery .imageGridParent .imageGrid .gridItemParent:hover .imageOverlay {
  display: block;
}
.media-gallery .imageGridParent .imageGrid .gridItemParent .gridItem {
  max-width: 150px;
}
.media-gallery .imageGridParent .imageGrid .gridItemParent .imageOverlay {
  display: none;
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: #000;
  opacity: .7;
}
.media-gallery .floatRight {
  float: right;
}
.media-gallery .totalCount {
  font-size: 14px;
  font-family: "Diodrum Regular";
}
@media (max-width: 575px) {
  .media-gallery .totalCount {
    display: none;
  }
}
.media-gallery .galleryNavigation {
  margin-top: 10px;
}
.media-gallery .imageTitle {
  font-size: 14px;
  line-height: 16px;
  font-family: "Noto Sans Regular";
  padding: 0 15px;
}
.media-gallery .imageDescription {
  font-size: 12px;
  line-height: 14px;
  font-family: "Noto Sans Regular";
  margin: 0;
  padding: 0 15px;
}
.media-gallery .navButtons {
  float: right;
  position: relative;
}
@media (max-width: 575px) {
  .media-gallery .navButtons {
    float: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
  }
}
.media-gallery .buttonRight,
.media-gallery .buttonLeft {
  display: inline-block;
  border: 1px solid #f6f6f6;
  height: 22px;
  width: 22px;
  padding: 2px 5px 0 5px;
  box-shadow: 1px 1px 1px #ccc;
  cursor: pointer;
}
.media-gallery .buttonRight:focus,
.media-gallery .buttonLeft:focus {
  outline: none;
}
.media-gallery .buttonRight:disabled,
.media-gallery .buttonLeft:disabled {
  border: 1px solid #e5e4e2;
  background: #e5e4e2;
}
.media-gallery .buttonRight {
  border-radius: 0 10px 10px 0;
  padding-left: 22px;
  float: right;
  position: relative;
  background: #ffffff url("../../../etc.clientlibs/dupont-foundation/components/content/imagegallery/clientlibs/source/resources/icons/right-arrow-grey.png") no-repeat scroll 10px 3px;
}
.media-gallery .buttonRight:hover {
  border: 1px solid gray;
  background: #808080 url("../../../etc.clientlibs/dupont-foundation/components/content/imagegallery/clientlibs/source/resources/icons/right-arrow-grey-hover.png") no-repeat scroll 10px 3px;
}
.media-gallery .buttonLeft {
  border-radius: 10px 0 0 10px;
  padding-right: 22px;
  background: #ffffff url("../../../etc.clientlibs/dupont-foundation/components/content/imagegallery/clientlibs/source/resources/icons/left-arrow-grey.png") no-repeat scroll 3px 3px;
}
.media-gallery .buttonLeft:hover {
  border: 1px solid gray;
  background: #808080 url("../../../etc.clientlibs/dupont-foundation/components/content/imagegallery/clientlibs/source/resources/icons/left-arrow-grey-hover.png") no-repeat scroll 3px 3px;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ws-list-group h4 {
  font-family: "Diodrum Regular";
}
.ws-list-group .ws-list-item ul li {
  border-radius: 2px;
  background-color: #fff;
}
.ws-list-group .ws-list-item ul.without-links {
  position: relative;
}
.ws-list-group .ws-list-item ul.without-links li {
  font-size: 14px;
  font-family: "Noto Sans Regular";
  line-height: 24px;
  background-position: left 27px;
  background-repeat: no-repeat;
  position: relative;
}
.ws-list-group .ws-list-item ul.without-links li.removepad {
  padding: 0px 0px 10px 0px;
}
.ws-list-group .ws-list-item ul.without-links li.listwithicon {
  list-style-type: none;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .ws-list-group .ws-list-item ul.without-links li {
    font-size: 12px;
  }
}
.ws-list-group .ws-list-item .with-links {
  list-style-type: none;
}
.ws-list-group .ws-list-item .with-links li a {
  text-decoration: none;
  position: relative;
  font-size: 16px;
}
.ws-list-group .ws-list-item .with-links li a:hover {
  color: #0C5B4E !important;
}
.ws-list-group .ws-list-item .with-links li a.livepage:hover {
  color: #969696 !important;
}
@media (max-width: 991px) {
  .ws-list-group .ws-list-item .with-links li a {
    font-size: 14px;
  }
}
.ws-list-group .ws-list-item .with-links li a i {
  width: 4.2px;
  height: 4.2px;
  font-size: 20px;
  color: #969696;
  margin-right: 10px;
}

.ws-style-list.list-item-first-child-border .ws-list-group .ws-list-item ul li:first-child {
  border-top: 1px solid #dddddd;
  left: 0;
  bottom: 40px;
}
.ws-style-list.list-item-last-child-border .ws-list-group .ws-list-item ul li:last-child span {
  position: relative;
}
.ws-style-list.list-item-last-child-border .ws-list-group .ws-list-item ul li:last-child span::before {
  content: "";
  border-bottom: none;
}
.ws-style-list.list-item-border .ws-list-group .ws-list-item ul li {
  padding-top: 24px;
  padding-bottom: 24px;
}
.ws-style-list.list-item-border .ws-list-group .ws-list-item ul li span {
  position: relative;
}
.ws-style-list.list-item-border .ws-list-group .ws-list-item ul li span::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #dddddd;
  left: 0;
  top: auto;
  bottom: -27px;
  width: 390px;
}
@media (max-width: 1023px) {
  .ws-style-list.list-item-border .ws-list-group .ws-list-item ul li span::before {
    width: 208px;
  }
}
.ws-style-list.list-item-border .ws-list-group .ws-list-item .with-links li {
  padding: 12px 0px;
  border-bottom: 1px solid #dddddd;
  left: 0;
  top: 40px;
  padding-left: 15px;
}
.ws-style-list.list-item-border .ws-list-group .ws-list-item .with-links li span::before {
  border-bottom: none;
}
.ws-style-list.list-item-border .ws-list-group .ws-list-item .without-links li:last-child {
  padding-bottom: 0px;
}
@media (min-width: 1024px) {
  .ws-style-list.alignlistitemcenter .ws-list-group .ws-list-item .with-links li {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .ws-style-list.alignlistitemleftmobile .ws-list-group .ws-list-item .with-links li {
    text-align: center;
  }
}
.ws-style-list.liststyletypecircle .ws-list-group .ws-list-item ul {
  list-style-type: circle;
  padding-left: 15px;
}
.ws-style-list.liststyletypesquare .ws-list-group .ws-list-item ul {
  list-style-type: square;
  padding-left: 15px;
}
.ws-style-list.liststyletypedisc .ws-list-group .ws-list-item ul {
  list-style-type: disc;
  padding-left: 15px;
}
.ws-style-list.liststyletypeupper-roman .ws-list-group .ws-list-item ul {
  list-style-type: upper-roman;
  padding-left: 15px;
}
.ws-style-list.liststyletypelower-alpha .ws-list-group .ws-list-item ul {
  list-style-type: lower-alpha;
  padding-left: 15px;
}
.ws-style-list.columnlistwithlinks .ws-list-group .ws-list-item h4 {
  padding-bottom: 28px;
}
.ws-style-list.font-family-noto-sans .ws-list-group .ws-list-item li {
  font-family: "Noto Sans Regular";
}

.cmp-proofpoints.align-left .highlights {
  text-align: left;
}
.cmp-proofpoints.align-center .highlights {
  text-align: center;
}
.cmp-proofpoints.align-right .highlights {
  text-align: right;
}
.cmp-proofpoints.curve-bordered .common-button {
  border-radius: 5px;
}
.cmp-proofpoints.circle-bordered .common-button {
  border-radius: 25px;
}

.highlights {
  margin: 0 10%;
  color: #515151;
  /*.common-button{
            background-color: #e4001c;
            border: 1px solid #e4001c;
            color: white;
            padding: 12px 35px;
            margin: 10px 0;
            font-size: 18px;

            outline: 0;
        }*/
}
.highlights img {
  padding: 15px 0;
}
.highlights .highlights-statistics {
  margin: 0;
}
.highlights strong {
  font-weight: bold;
}
.highlights h1.highlights-title {
  color: #505050;
  font-weight: bold;
}

.Carousel-slider-wrapper {
  position: relative;
}
.Carousel-slider-wrapper .Carousel-slider-view1 {
  margin: 0;
}
.Carousel-slider-wrapper .Carousel-slider-view1 img {
  width: 100%;
}
@media (max-width: 767px) {
  .Carousel-slider-wrapper .Carousel-slider-view1 img {
    height: 270px;
  }
}
.Carousel-slider-wrapper .Carousel-slider-view1 .black-shadow {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000000, #000000);
  opacity: 0.2;
}
.Carousel-slider-wrapper .Carousel-slider-view1 .Carousel-slide__caption {
  position: absolute;
  bottom: 12%;
  width: 100%;
  font-size: 56px;
  color: #fff;
}
@media (max-width: 1024px) {
  .Carousel-slider-wrapper .Carousel-slider-view1 .Carousel-slide__caption {
    font-size: 42px;
  }
}
.Carousel-slider-wrapper .Carousel-slider-view1 .Carousel-slide__caption .Carousel_desc,
.Carousel-slider-wrapper .Carousel-slider-view1 .Carousel-slide__caption .Carousel_link {
  display: none;
}
@media (max-width: 767px) {
  .Carousel-slider-wrapper .Carousel-slider-view1 .Carousel-slide__caption {
    font-size: 18px;
  }
  .Carousel-slider-wrapper .Carousel-slider-view1 .Carousel-slide__caption div {
    margin-bottom: 20px;
  }
}
.Carousel-slider-wrapper .Carousel-slider-view1 .Carousel-slide__caption .Carousel_link {
  background-color: #fff;
  border: 1px solid #e4001c;
  color: #e4001c;
  padding: 12px 35px;
  margin: 10px 0;
  border-radius: 25px;
  font-size: 18px;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .Carousel-slider-wrapper .Carousel-slider-view1 .Carousel-slide__caption .Carousel_link {
    font-size: 14px;
  }
}
.Carousel-slider-wrapper .Carousel-slider-view1 .Carousel-slide__caption .Carousel_link:hover {
  background-color: #e4001c;
  border: 1px solid #e4001c;
  color: #fff;
}
.Carousel-slider-wrapper .Carousel-slider-view1 .slick-dots {
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  padding: 0 6.5%;
  background-color: #1f1f1f;
}
.Carousel-slider-wrapper .Carousel-slider-view1 .slick-dots li {
  width: 34%;
  height: 60px;
  align-items: center;
  border: 1px solid #1f1f1f;
  /*opacity: .6;*/
  color: #ffffff;
  text-indent: 0;
  border-radius: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .Carousel-slider-wrapper .Carousel-slider-view1 .slick-dots li {
    display: none;
  }
}
@media (max-width: 1024px) {
  .Carousel-slider-wrapper .Carousel-slider-view1 .slick-dots li.slick-active {
    width: 100%;
    display: flex;
    align-items: center;
  }
}
.Carousel-slider-wrapper .Carousel-slider-view1 .slick-dots li.slick-active .number {
  border: 2px solid #e4001c;
  background-color: #e4001c;
}
.Carousel-slider-wrapper .Carousel-slider-view1 .slick-dots li a .number {
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  float: left;
  font-size: 16px;
  padding: 3px;
  margin: 10px;
  color: #ffffff;
}
.Carousel-slider-wrapper .Carousel-slider-view1 .slick-dots li a .name {
  font-size: 14px;
  color: white;
  text-align: left;
  font-family: Diodrum Regular;
  padding: 3px;
  margin: 6px 8px 0;
}
.progress {
  display: block;
  width: 100%;
  height: 4px;
  overflow: hidden;
  background-color: #ffffff;
  background-image: linear-gradient(to right, #e4001c, #e4001c);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
  position: absolute;
  bottom: 60px;
  margin-bottom: 0;
}

.dupont-herolist.carousel_Left .Carousel-slide__caption {
  text-align: left;
}
.dupont-herolist.carousel_Left.carousel_Top .Carousel-slide__caption {
  top: 3%;
}
.dupont-herolist.carousel_Left.carousel_Middle .Carousel-slide__caption {
  transform: translateY(50%);
  bottom: 50%;
}
.dupont-herolist.carousel_Left.carousel_Bottom .Carousel-slide__caption {
  bottom: 10%;
  padding-bottom: 4%;
}
.dupont-herolist.carousel_Center .Carousel-slide__caption {
  text-align: center;
}
.dupont-herolist.carousel_Center.carousel_Top .Carousel-slide__caption {
  top: 0;
}
.dupont-herolist.carousel_Center.carousel_Middle .Carousel-slide__caption {
  transform: translateY(50%);
  bottom: 50%;
}
.dupont-herolist.carousel_Center.carousel_Bottom .Carousel-slide__caption {
  bottom: 10%;
  padding-bottom: 4%;
}
@media (max-width: 767px) {
  .dupont-herolist.carousel_Center.carousel_Bottom .Carousel-slide__caption {
    padding-bottom: 15%;
  }
}
.dupont-herolist.carousel_Right .Carousel-slide__caption {
  text-align: right;
}
.dupont-herolist.carousel_Right.carousel_Top .Carousel-slide__caption {
  top: 3%;
}
.dupont-herolist.carousel_Right.carousel_Middle .Carousel-slide__caption {
  transform: translateY(50%);
  bottom: 50%;
}
.dupont-herolist.carousel_Right.carousel_Bottom .Carousel-slide__caption {
  bottom: 10%;
  padding-bottom: 4%;
}
.dupont-herolist.carousel_Top .Carousel-slide__caption {
  top: 3%;
}
.dupont-herolist.carousel_Middle .Carousel-slide__caption {
  transform: translateY(50%);
  bottom: 50%;
}
.dupont-herolist.carousel_Bottom .Carousel-slide__caption {
  bottom: 10%;
}
.dupont-herolist.carousel_Desc .Carousel-slide__caption .Carousel_desc {
  display: block;
}
.dupont-herolist.carousel_Link .Carousel-slide__caption .Carousel_link {
  display: inline;
}

.sliding-view .carousel-item img {
  object-fit: cover;
  max-height: 800px;
  display: block;
  height: 650px;
}
@media (min-width: 769px) {
  .sliding-view .carousel-item img {
    height: 530px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .sliding-view .carousel-item img {
    height: 500px;
  }
}
.sliding-view .carousel-caption {
  top: 18%;
  left: 15%;
  right: 15%;
}
@media (min-width: 481px) and (max-width: 768px) {
  .sliding-view .carousel-caption {
    top: 10%;
    left: 10%;
    right: 10%;
  }
}
@media (max-width: 480px) {
  .sliding-view .carousel-caption {
    top: 2%;
    left: 10%;
    right: 10%;
  }
}
.sliding-view .carousel-caption h1 {
  color: #fff;
  font-weight: 600;
}
.sliding-view .carousel-caption .caurosel-description {
  font-size: 30px;
  padding-bottom: 30px;
}
.sliding-view .carousel-caption .link-container {
  display: flex;
  width: 100%;
  justify-content: center;
  position: absolute;
  bottom: 10%;
}
@media (max-width: 768px) {
  .sliding-view .carousel-caption .link-container {
    bottom: 5%;
  }
}
@media (max-width: 480px) {
  .sliding-view .carousel-caption .link-container {
    font-size: 16px;
    bottom: 2%;
  }
}
.sliding-view .Carousel_link {
  color: #fff;
  border: 2px solid #fff;
  padding: 15px 20px;
  border-radius: 30px;
  font-size: 20px;
}
.sliding-view .Carousel_link:hover {
  color: #e4001c;
  border: 2px solid #e4001c;
}
.sliding-view .blue-shadow {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(to right bottom, #000000, #000000);
  opacity: 0.1;
}
.dupont-herolist .sliding-view .Carousel_link {
  display: none;
}
.dupont-herolist.carousel_Link .sliding-view .Carousel_link {
  display: inline;
}

.homepage-hero {
  height: 600px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.homepage-hero .parallax-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  overflow: hidden;
}
.homepage-hero .parallax-container .parallax-img {
  height: auto;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  max-width: 100%;
  position: absolute;
  width: 100%;
}
@media (max-width: 767px) {
  .homepage-hero .heroImage_container {
    max-width: none;
    padding: 0;
  }
}
.homepage-hero .heroImage_container .content-teaser {
  /*background-color: rgba(16, 37, 55, 0.9);*/
  position: absolute;
  z-index: 2;
  width: 305px;
  padding: 34px;
  color: #fff;
}
.homepage-hero .heroImage_container .content-teaser .heroImage-Text_subtext,
.homepage-hero .heroImage_container .content-teaser .heroImage-Text_Link {
  display: none;
}
@media (max-width: 767px) {
  .homepage-hero .heroImage_container .content-teaser {
    width: 100%;
    padding-bottom: 61px;
    margin: 47% 0px 0px;
  }
}
.homepage-hero .heroImage_container .content-teaser .ct-title {
  color: white;
}
.homepage-hero .heroImage_container .content-teaser .heroImage-parallaxText {
  display: none;
}
.homepage-hero .heroImage_container .content-teaser .heroImage-Text_btnLink {
  display: none;
  background-color: transparent;
  border: transparent;
  /*&:before{
                    content: "";
                    position: absolute;
                    z-index: -1;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    /* background: transparent; 
                    -webkit-transform: scaleX(0);
                    transform: scaleX(0);
                    -webkit-transform-origin: 50%;
                    transform-origin: 50%;
                    -webkit-transition: transform .3s ease-out;
                    transition: transform .3s ease-out;
                }*/
}
.homepage-hero .heroImage_container .content-teaser .heroImage-Text_btnLink.arrow:before {
  content: '\003c';
  padding-right: .5rem;
  vertical-align: middle;
  height: 1.1rem;
  width: .2rem;
}
.homepage-hero .jumpLink {
  bottom: 23px;
  position: absolute;
  left: 50%;
  z-index: 5;
  margin-left: -12px;
}
.homepage-hero .jumpLink a {
  position: relative;
}
.homepage-hero .bottom-graphics {
  position: absolute;
  width: 100%;
  height: 20%;
  z-index: 3;
  bottom: 0px;
  background-image: linear-gradient(rgba(18, 68, 109, 0), rgba(18, 68, 109, 0.3));
}
.homepage-hero .bottom-graphics:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 23px;
  z-index: 4;
  bottom: -2px;
  left: 0px;
  background-image: url(../../../content/dam/dupont/amer/us/en/ei-transformation/general/icons/lowerBorder.png);
  background-repeat: no-repeat;
  background-position: right;
}
.homepage-hero .bottom-graphics:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 23px;
  z-index: 4;
  bottom: -2px;
  right: 0px;
  background-image: url(../../../content/dam/dupont/amer/us/en/ei-transformation/general/icons/lowerBorder.png);
  background-repeat: no-repeat;
  background-position: right;
  transform: scale(-1, 1);
}
.heroimage {
  position: relative;
}
.heroimage .herobgImage {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  position: relative;
}
.heroimage .herobgImage:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000000, #000000);
  opacity: 0.3;
}
@media (max-width: 767px) {
  .heroimage .herobgImage {
    max-height: 350px;
  }
}
.heroimage .herobgImage .selectize-control {
  position: absolute;
  top: 45%;
  right: 15%;
  width: 30%;
}
.heroimage .herobgImage .selectize-control .optgroup .optgroup-header {
  display: none;
}
.heroimage .herobgImage .selectize-control .optgroup .option {
  padding: 0.5rem 2rem;
}
.heroimage .herobgImage .selectize-control .optgroup .option:nth-child(2) {
  font-weight: bold;
}
.heroimage .herobgImage .selectize-control .optgroup .option:hover {
  font-weight: bold;
  background-color: transparent;
}
.heroimage .herobgImage .selectize-control .optgroup .option.active {
  background-color: transparent;
}
.heroimage .herobgImage.heroImage_fullwidth {
  margin: 0;
  width: auto;
}
.heroimage .heroImage_Img {
  position: relative;
  /*.heroImage-Text{
    			top:0;
            }*/
}
.heroimage .heroImage_Img img {
  max-width: 100%;
  width: 100%;
  background-position: center center;
  min-height: 300px;
  background-size: cover;
  object-fit: cover;
}
.heroimage .heroImage-Text {
  color: #fff;
  padding: 30px;
  position: absolute;
  width: 98%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .heroimage .heroImage-Text {
    width: 95%;
    padding: 10px;
  }
}
.heroimage .heroImage-Text .heroImage-Text_heading {
  margin-bottom: 20px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .heroimage .heroImage-Text .heroImage-Text_heading {
    margin-bottom: 0px;
  }
}
.heroimage .heroImage-Text .heroImage-Text_Link {
  display: none;
}
.heroimage .heroImage-Text .heroImage-Text_Link.arrow:before {
  content: '\003c';
  padding-right: .5rem;
  vertical-align: middle;
  height: 1.1rem;
  width: .2rem;
}
.heroimage .heroImage-Text .heroImage_Button {
  background: #e4001c;
  border-radius: 25px;
  padding: 12px 35px;
  margin-top: 10px;
  text-decoration: none;
}
.heroimage .heroImage-Text .heroImage-Text_subtext {
  display: none;
}
.heroimage .heroImage-Text a {
  color: #fff;
}
.heroimage .heroImage-Text.heroImage_HalfText {
  max-width: 50%;
}

.homepage-hero {
  height: 600px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.homepage-hero .parallax-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  overflow: hidden;
}
.homepage-hero .parallax-container .parallax-img {
  height: auto;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  max-width: 100%;
  position: absolute;
  width: 100%;
}
@media (max-width: 767px) {
  .homepage-hero .heroImage_container {
    max-width: none;
    padding: 0;
  }
}
.homepage-hero .heroImage_container .content-teaser {
  /*background-color: rgba(16, 37, 55, 0.9);*/
  position: absolute;
  z-index: 2;
  width: 305px;
  padding: 34px;
  color: #fff;
}
.homepage-hero .heroImage_container .content-teaser .heroImage-Text_subtext,
.homepage-hero .heroImage_container .content-teaser .heroImage-Text_Link {
  display: none;
}
@media (max-width: 767px) {
  .homepage-hero .heroImage_container .content-teaser {
    width: 100%;
    padding-bottom: 61px;
    margin: 47% 0px 0px;
  }
}
.homepage-hero .heroImage_container .content-teaser .ct-title {
  color: white;
}
.homepage-hero .heroImage_container .content-teaser .heroImage-parallaxText {
  display: none;
}
.homepage-hero .heroImage_container .content-teaser .heroImage-Text_btnLink {
  display: none;
  background-color: transparent;
  border: transparent;
  /*&:before{
                    content: "";
                    position: absolute;
                    z-index: -1;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    /* background: transparent; 
                    -webkit-transform: scaleX(0);
                    transform: scaleX(0);
                    -webkit-transform-origin: 50%;
                    transform-origin: 50%;
                    -webkit-transition: transform .3s ease-out;
                    transition: transform .3s ease-out;
                }*/
}
.homepage-hero .heroImage_container .content-teaser .heroImage-Text_btnLink.arrow:before {
  content: '\003c';
  padding-right: .5rem;
  vertical-align: middle;
  height: 1.1rem;
  width: .2rem;
}
.homepage-hero .jumpLink {
  bottom: 23px;
  position: absolute;
  left: 50%;
  z-index: 5;
  margin-left: -12px;
}
.homepage-hero .jumpLink a {
  position: relative;
}
.homepage-hero .bottom-graphics {
  position: absolute;
  width: 100%;
  height: 20%;
  z-index: 3;
  bottom: 0px;
  background-image: linear-gradient(rgba(18, 68, 109, 0), rgba(18, 68, 109, 0.3));
}
.homepage-hero .bottom-graphics:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 23px;
  z-index: 4;
  bottom: -2px;
  left: 0px;
  background-image: url(../../../content/dam/dupont/amer/us/en/ei-transformation/general/icons/lowerBorder.png);
  background-repeat: no-repeat;
  background-position: right;
}
.homepage-hero .bottom-graphics:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 23px;
  z-index: 4;
  bottom: -2px;
  right: 0px;
  background-image: url(../../../content/dam/dupont/amer/us/en/ei-transformation/general/icons/lowerBorder.png);
  background-repeat: no-repeat;
  background-position: right;
  transform: scale(-1, 1);
}

.heroimage {
  /*.hero.hero--lv2, .hero.hero--lv3, .hero.hero--pdp, .hero.hero--brand {
        margin-bottom: -1.25rem;
    }
    .hero__gradiant>.hero__container {
        display: flex;
        justify-content: center;
        flex-direction: column;
         min-height: 248px;
    }*/
}
.heroimage .heroview {
  background-repeat: no-repeat;
  background-size: cover;
}
.heroimage .hero__gradiant {
  width: 100%;
}
.heroimage .hero__gradiant.hero_linearGradient {
  background-image: linear-gradient(transparent, #102537);
  text-align: center;
  height: 100%;
}
.heroimage .hero__gradiant > .page-container {
  min-height: 300px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.heroimage .hero__gradiant > .page-container h1 {
  margin-bottom: 20%;
}
.heroimage .hero__gradiant .heroImage-Text_subtext {
  display: none;
}
.heroimage .hero__gradiant .heroImage-Text_Link {
  display: none;
}
.heroimage .hero__secondary-nav {
  text-align: left;
  width: 100%;
  height: 3.25rem;
  background-color: #12446D;
  transition: width 100ms ease-in-out;
  display: flex;
  align-items: center;
  /*position: absolute;
            bottom:0;*/
  z-index: 8;
}
.heroimage .hero__secondary-nav .hero__container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.heroimage .hero__secondary-nav .hero__container.hero--wrap {
  flex-direction: row;
}
.heroimage .hero__secondary-nav .hero__container.page-container {
  max-width: 45rem;
  width: 100%;
  margin: 0 auto;
  padding-right: 3.125rem;
  padding-left: 3.125rem;
}
.heroimage .hero__secondary-nav .hero__container.page-container .hero__secondary-nav-wrapper {
  display: inline-flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  position: relative;
}
.heroimage .hero__secondary-nav .hero__container.page-container .hero__secondary-nav-wrapper a {
  color: #ffffff;
  font-size: 14px;
  margin-right: 2.5rem;
}
.heroimage .hero__secondary-nav .hero__container.page-container .hero__secondary-nav-wrapper a:last-of-type {
  margin-right: 0;
}
.heroimage .hero__secondary-nav .hero__container.page-container .hero__secondary-nav-wrapper:after {
  content: '';
  height: 24px;
  width: 20px;
  display: block;
  background: linear-gradient(to right, rgba(18, 68, 109, 0), #12446d);
  position: absolute;
  right: 0px;
}
.heroimage .hero__secondary-nav a.btn {
  color: #ffffff;
  font-size: 14px;
  padding: .5rem 1rem;
  border: 1px solid #FFF;
  /* &:before{
                content: "";
                position: absolute;
                z-index: -1;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background: transparent;
                -webkit-transform: scaleX(0);
                transform: scaleX(0);
                -webkit-transform-origin: 50%;
                transform-origin: 50%;
                -webkit-transition: transform .3s ease-out;
                transition: transform .3s ease-out;
                }*/
}
.heroimage .hero--lv2 .hero__gradiant .hero_thirdnav,
.heroimage .hero--lv3 .hero__gradiant .hero_thirdnav,
.heroimage .hero--pdp .hero__gradiant .hero_thirdnav,
.heroimage .hero--brand .hero__gradiant .hero_thirdnav {
  content: '';
  display: block;
  width: 45rem;
  background-color: #fff;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 30px;
}
.heroimage .hero--lv2 .hero_optionalnav,
.heroimage .hero--lv3 .hero_optionalnav,
.heroimage .hero--pdp .hero_optionalnav {
  width: 45rem;
  margin: 0 auto;
  max-width: 100%;
}
.heroimage .hero--lv2,
.heroimage .hero--lv3,
.heroimage .hero--pdp {
  margin-bottom: 15px;
}
.heroimage .hero_optionalnav {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}
.heroimage .hero--lv3 .hero__gradiant {
  background-image: none !important;
  background-color: rgba(33, 122, 198, 0.85);
}
.heroimage .hero--pdp,
.heroimage .hero--pdp .hero__gradiant {
  background-image: none !important;
  background-color: #217ac6;
}
.heroimage .heroview.hero--brand .hero__secondary-nav {
  display: none;
}
.heroimage .selectric-wrapper {
  display: none;
}

.heroimage.cmp-image.no-opacity .herobgImage::before {
  opacity: 0;
}
.heroimage.cmp-image.top-left-background .herobgImage {
  background-position: left center;
}
.heroimage.cmp-image.hero_Left.hero_Top .heroImage-Text,
.heroimage.cmp-image.hero_Left.hero_Top .homepage-hero .heroImage_container .content-teaser {
  top: 0;
}
.heroimage.cmp-image.hero_Left.hero_Top .heroImage-Text.heroImage_HalfText,
.heroimage.cmp-image.hero_Left.hero_Top .homepage-hero .heroImage_container .content-teaser.heroImage_HalfText {
  top: 0;
}
.heroimage.cmp-image.hero_Left.hero_Top .hero-video-content {
  top: 0;
  padding-top: 10%;
  padding-left: 2%;
}
@media (max-width: 767px) {
  .heroimage.cmp-image.hero_Left.hero_Top .hero-video-content {
    padding-top: 15px;
    padding-left: 33px;
  }
}
.heroimage.cmp-image.hero_Left.hero_Middle .heroImage-Text,
.heroimage.cmp-image.hero_Left.hero_Middle .homepage-hero .heroImage_container .content-teaser,
.heroimage.cmp-image.hero_Left.hero_Middle .hero-video-content {
  transform: translateY(50%);
  bottom: 50%;
}
.heroimage.cmp-image.hero_Left.hero_Middle .hero-video-content {
  transform: translateY(50%);
  bottom: 50%;
  padding-left: 2%;
}
@media (max-width: 767px) {
  .heroimage.cmp-image.hero_Left.hero_Middle .hero-video-content {
    padding-left: 33px;
  }
}
.heroimage.cmp-image.hero_Left.hero_Bottom .heroImage-Text,
.heroimage.cmp-image.hero_Left.hero_Bottom .homepage-hero .heroImage_container .content-teaser,
.heroimage.cmp-image.hero_Left.hero_Bottom .hero-video-content {
  bottom: 0;
  padding-bottom: 4%;
}
.heroimage.cmp-image.hero_Left.hero_Bottom .heroImage-Text.heroImage_HalfText,
.heroimage.cmp-image.hero_Left.hero_Bottom .homepage-hero .heroImage_container .content-teaser.heroImage_HalfText,
.heroimage.cmp-image.hero_Left.hero_Bottom .hero-video-content.heroImage_HalfText {
  bottom: 0;
}
.heroimage.cmp-image.hero_Left.hero_Bottom .hero-video-content {
  bottom: 0;
  padding-left: 2%;
}
@media (max-width: 767px) {
  .heroimage.cmp-image.hero_Left.hero_Bottom .hero-video-content {
    padding-left: 33px;
  }
}
.heroimage.cmp-image.hero_Center.hero_Top .heroImage-Text {
  top: 0;
}
.heroimage.cmp-image.hero_Center.hero_Top .heroImage-Text.heroImage_HalfText {
  top: 0;
  margin-left: 25%;
}
.heroimage.cmp-image.hero_Center.hero_Top .homepage-hero .heroImage_container .content-teaser {
  top: 0;
  margin-left: 35%;
}
.heroimage.cmp-image.hero_Center.hero_Top .hero-video-content {
  top: 0;
  margin-left: 25%;
  padding-top: 10%;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .heroimage.cmp-image.hero_Center.hero_Top .hero-video-content {
    margin-left: 15%;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .heroimage.cmp-image.hero_Center.hero_Top .hero-video-content {
    margin: 0;
    padding-top: 0;
  }
}
.heroimage.cmp-image.hero_Center.hero_Middle .heroImage-Text {
  transform: translateY(50%);
  bottom: 50%;
}
.heroimage.cmp-image.hero_Center.hero_Middle .heroImage-Text.heroImage_HalfText {
  margin-left: 25%;
}
.heroimage.cmp-image.hero_Center.hero_Middle .homepage-hero .heroImage_container .content-teaser {
  transform: translateY(50%);
  bottom: 50%;
  margin-left: 35%;
}
.heroimage.cmp-image.hero_Center.hero_Middle .hero-video-content {
  transform: translateY(50%);
  bottom: 50%;
  margin-left: 25%;
}
@media (max-width: 767px) {
  .heroimage.cmp-image.hero_Center.hero_Middle .hero-video-content {
    margin: 0;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .heroimage.cmp-image.hero_Center.hero_Middle .hero-video-content {
    margin-left: 15%;
    padding-top: 0;
  }
}
.heroimage.cmp-image.hero_Center.hero_Bottom .heroImage-Text {
  bottom: 0;
  padding-bottom: 4%;
}
@media (max-width: 767px) {
  .heroimage.cmp-image.hero_Center.hero_Bottom .heroImage-Text {
    padding-bottom: 0%;
  }
}
.heroimage.cmp-image.hero_Center.hero_Bottom .heroImage-Text.heroImage_HalfText {
  margin-left: 25%;
}
.heroimage.cmp-image.hero_Center.hero_Bottom .homepage-hero .heroImage_container .content-teaser,
.heroimage.cmp-image.hero_Center.hero_Bottom .hero-video-content {
  bottom: 0;
  padding-bottom: 4%;
  margin-left: 35%;
}
.heroimage.cmp-image.hero_Center.hero_Bottom .hero-video-content {
  bottom: 0;
  margin-left: 25%;
  padding-bottom: 4%;
}
@media (max-width: 767px) {
  .heroimage.cmp-image.hero_Center.hero_Bottom .hero-video-content {
    margin: 0;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .heroimage.cmp-image.hero_Center.hero_Bottom .hero-video-content {
    margin-left: 15%;
    padding-top: 0;
  }
}
.heroimage.cmp-image.hero_Right.hero_Top .heroImage-Text {
  top: 0;
}
.heroimage.cmp-image.hero_Right.hero_Top .heroImage-Text.heroImage_HalfText {
  top: 0;
  right: 0;
}
.heroimage.cmp-image.hero_Right.hero_Top .homepage-hero .heroImage_container .content-teaser {
  top: 0;
  right: 0;
}
.heroimage.cmp-image.hero_Right.hero_Top .hero-video-content {
  top: 2%;
  right: 4%;
  padding-top: 10%;
}
@media (max-width: 767px) {
  .heroimage.cmp-image.hero_Right.hero_Top .hero-video-content {
    right: 0;
    padding-top: 0;
    padding-right: 33px;
  }
}
.heroimage.cmp-image.hero_Right.hero_Middle .heroImage-Text {
  transform: translateY(50%);
  bottom: 50%;
}
.heroimage.cmp-image.hero_Right.hero_Middle .heroImage-Text.heroImage_HalfText {
  right: 0;
}
.heroimage.cmp-image.hero_Right.hero_Middle .homepage-hero .heroImage_container .content-teaser {
  transform: translateY(50%);
  bottom: 50%;
  right: 0;
}
.heroimage.cmp-image.hero_Right.hero_Middle .hero-video-content {
  transform: translateY(50%);
  bottom: 50%;
  right: 4%;
}
@media (max-width: 767px) {
  .heroimage.cmp-image.hero_Right.hero_Middle .hero-video-content {
    right: 0;
    padding-right: 33px;
  }
}
.heroimage.cmp-image.hero_Right.hero_Bottom .heroImage-Text {
  bottom: 0;
  padding-bottom: 4%;
}
.heroimage.cmp-image.hero_Right.hero_Bottom .heroImage-Text.heroImage_HalfText {
  right: 0;
}
.heroimage.cmp-image.hero_Right.hero_Bottom .homepage-hero .heroImage_container .content-teaser {
  bottom: 0;
  right: 0;
}
.heroimage.cmp-image.hero_Right.hero_Bottom .hero__gradiant > .hero__container {
  bottom: 0;
  right: 0;
  padding-bottom: 4%;
}
.heroimage.cmp-image.hero_Right.hero_Bottom .hero-video-content {
  bottom: 0;
  right: 4%;
  padding-bottom: 4%;
}
@media (max-width: 767px) {
  .heroimage.cmp-image.hero_Right.hero_Bottom .hero-video-content {
    right: 0;
    padding-bottom: 2%;
    padding-right: 33px;
  }
}
.heroimage.cmp-image.herotext_Left .heroImage-Text,
.heroimage.cmp-image.herotext_Left .content-teaser,
.heroimage.cmp-image.herotext_Left .hero-video-content {
  text-align: left;
}
.heroimage.cmp-image.herotext_Right .heroImage-Text,
.heroimage.cmp-image.herotext_Right .content-teaser,
.heroimage.cmp-image.herotext_Right .hero-video-content {
  text-align: right;
}
.heroimage.cmp-image.herotext_Center .heroImage-Text,
.heroimage.cmp-image.herotext_Center .content-teaser {
  text-align: center;
}
.heroimage.cmp-image.hero_Top .heroImage-Text {
  top: 5%;
}
.heroimage.cmp-image.hero_Middle .heroImage-Text {
  transform: translateY(50%);
  bottom: 50%;
}
.heroimage.cmp-image.hero_Bottom .heroImage-Text {
  bottom: 0;
}
.heroimage.cmp-image.heroImage_subtext .heroImage-Text_subtext {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .heroimage.cmp-image.heroImage_subtext .heroImage-Text_subtext h3 {
    font-size: 20px;
  }
}
.heroimage.cmp-image.heroImage_subtext .heroImage-parallaxText {
  display: block;
}
.heroimage.cmp-image.heroImage_Link .heroImage-Text_Link,
.heroimage.cmp-image.heroImage_Link .heroImage_Button,
.heroimage.cmp-image.heroImage_Link .heroImage-Text_btnLink {
  display: inline;
}
.heroimage.cmp-image.heroImage_TextbgColor .heroImage-Text,
.heroimage.cmp-image.heroImage_TextbgColor .content-teaser {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0, rgba(0, 0, 0, 0.58));
}
.heroimage.cmp-image.heroImage_Overlay .video-content-overlay {
  display: block;
}

.hero-img-vedio-button {
  margin-left: 0px;
  padding-left: 0px;
  width: 100%;
  height: 100%;
}
.hero-img-vedio-button h1.hero-img-text {
  margin-bottom: 1em;
}
.hero-img-vedio-button a.hero-img-text-link.Learn-More {
  color: #fff;
  border: 1px solid;
  border-radius: 23px 23px 23px;
  padding: 0.5em;
  text-decoration: none;
  padding: 1em 4em;
}
.hero-img-vedio-button .Products-for-people {
  /* top     : 0em; */
  position: absolute;
  color: #fff;
  width: 47%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .hero-img-vedio-button h1.hero-img-text {
    font-family: Diodrum Regular;
    font-size: 32px;
    text-align: center;
    line-height: 38px;
    letter-spacing: -0.5px;
    color: #fff;
  }
  .hero-img-vedio-button a.hero-img-text-link.Learn-More {
    padding: 1em;
  }
}
@media screen and (min-width: 769px) {
  .hero-img-vedio-button h1.hero-img-text {
    font-family: Diodrum Regular;
    font-size: 60px;
    text-align: center;
    line-height: 64px;
    letter-spacing: 0;
    color: #fff;
  }
}
.hero-img-vedio-button a.cta.hero-img-text-link.Learn-More {
  cursor: pointer;
}
.heroImageWithVideoModal .modal-close {
  color: #fff;
  font-size: xx-large;
  padding: 2% 2% 0 0;
  cursor: pointer;
  right: 0;
  position: fixed;
  z-index: 1;
}
@media screen and (max-width: 978px) {
  .heroImageWithVideoModal .modal-close {
    right: 2%;
  }
}
.heroImageWithVideoModal .modal-content {
  background: none;
  border: 0px;
  height: 100% !important;
  position: absolute;
}
.heroImageWithVideoModal .modal-content .modal-header {
  display: none;
}
.heroImageWithVideoModal .modal-content .modal-body {
  padding: 0;
  overflow: hidden;
}
.heroImageWithVideoModal .modal-content .modal-body .ekko-lightbox-container {
  position: fixed;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.heroImageWithVideoModal .modal-content .modal-body .ekko-lightbox-container div {
  position: absolute;
  width: 100%;
  height: 100%;
}
.heroImageWithVideoModal .modal-content .modal-body .ekko-lightbox-container div .embed-responsive {
  position: static;
}
.heroImageWithVideoModal .modal-content .modal-body .ekko-lightbox-container div .embed-responsive:before {
  display: none;
  padding-top: 0px;
}
.heroImageWithVideoModal .modal-content .modal-body .ekko-lightbox-container div iframe {
  position: relative;
  width: 80% !important;
  height: 80% !important;
  left: 0px;
  top: 10%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .heroImageWithVideoModal .modal-content .modal-body .ekko-lightbox-container div iframe {
    height: 40% !important;
    width: 90% !important;
    top: 30%;
  }
}
@media screen and (min-width: 768px) {
  .heroImageWithVideoModal .modal-dialog {
    max-width: 100% !important;
  }
}
.pbs-container-wapper .heroImage_Img:not(.hero-img-vedio-button) {
  overflow: hidden;
}
.pbs-container-wapper .heroImage_Img:not(.hero-img-vedio-button) .heroImage-Text {
  position: absolute;
  height: 100%;
  top: -16%;
  padding-left: 10px;
  width: 93%;
}
.pbs-container-wapper .heroImage_Img:not(.hero-img-vedio-button) .heroImage-Text .heroImage-Text_subtext {
  margin-top: 14%;
}
@media screen and (max-width: 575px) {
  .pbs-container-wapper .heroImage_Img:not(.hero-img-vedio-button) .heroImage-Text {
    padding-left: 8%;
  }
}
@media screen and (max-width: 330px) {
  .pbs-container-wapper .heroImage_Img:not(.hero-img-vedio-button) .heroImage-Text {
    top: -25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 835px) {
  .pbs-container-wapper .heroImage_Img:not(.hero-img-vedio-button) .heroImage-Text .heroImage-Text_subtext {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .pbs-container-wapper .heroImage_Img:not(.hero-img-vedio-button) .heroImage-Text {
    top: -35%;
  }
}
.pbs-container-wapper a:hover {
  color: #e4001c;
}

.heroimage .transportation-hero-video {
  line-height: 0.5;
}
.heroimage .heroImage-Text .heroImage_Button:hover {
  background-color: red;
}
/* Breadcum STYLES Starts **/
.heroBreadcum:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000000, #000000);
  opacity: 0.2;
  z-index: -2;
}
.heroBreadcum .foundation-breadcrumb li:last-child:after {
  content: '';
}
/* button styles */
/* button styles ends */
/* Breadcum STYLES ENDS **/
.videoCtaBtn {
  display: inline !important;
  margin-top: 64px !important;
  font-family: Diodrum Regular !important;
}
.videoCtaBtn a:hover {
  color: #ffffff;
}
.videoCtaBtn:hover {
  background-color: #e4001c !important;
}
.ctaIcons {
  padding-right: 15px;
}
/** modal video **/
.hero-video-modal .modal-backdrop {
  opacity: 1;
}
.hero-video-modal .modal {
  text-align: center;
}
.hero-video-modal .modal .modal-dialog {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.hero-video-modal .modal .modal-dialog .modal-content {
  border-radius: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero-video-modal .modal .modal-dialog .modal-header {
  border: none;
  margin: 0;
  background-color: transparent;
  text-align: right;
}
.hero-video-modal .modal .modal-dialog .modal-header button {
  display: inline-block;
  vertical-align: middle;
}
.hero-video-modal .modal .modal-dialog .modal-body {
  padding: 0;
  margin: 0 auto;
  background-color: transparent;
}
.hero-video-modal .modal.videoModal .modal-dialog {
  max-width: 940px;
  width: 100%;
}
.hero-video-modal .modal.videoModal .modal-dialog .modal-content {
  background-color: grey;
}
.hero-video-modal .modal.videoModal .modal-dialog .modal-body {
  margin: 0 auto;
  background-color: transparent;
  max-width: 832px;
  width: 100%;
  padding: 4px 15px 50px 15px;
}
/** modal **/
@media (max-width: 767px) {
  .heroimage.cmp-image.hero_Center.hero_Bottom .heroBreadcum .heroImage-Text {
    padding-bottom: 8%;
  }
}

#dynamiclist .dynamiclistcol-1,
#manual-list .dynamiclistcol-1 {
  max-width: 100%;
  flex: 0 0 100%;
  border-bottom: 1px solid #dddddd;
}
#dynamiclist .dynamiclistcol-1 li,
#manual-list .dynamiclistcol-1 li {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 650px) {
  #dynamiclist .dynamiclistcol-2,
  #manual-list .dynamiclistcol-2 {
    flex: 0 0 47%;
    max-width: 47%;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  #dynamiclist .dynamiclistcol-3,
  #manual-list .dynamiclistcol-3 {
    flex: 0 0 28.5%;
    max-width: 28.5%;
    margin-right: 25px;
  }
}
#dynamiclist .dynamiclistcol-4,
#manual-list .dynamiclistcol-4 {
  flex: 0 0 23%;
  max-width: 23%;
  margin-right: 15px;
}
#dynamiclist .dynamiclistcol-2,
#manual-list .dynamiclistcol-2,
#dynamiclist .dynamiclistcol-4,
#manual-list .dynamiclistcol-4,
#dynamiclist .dynamiclistcol-3,
#manual-list .dynamiclistcol-3 {
  border-bottom: 1px solid #dddddd;
}
#dynamiclist .dynamiclistcol-2 li,
#manual-list .dynamiclistcol-2 li,
#dynamiclist .dynamiclistcol-4 li,
#manual-list .dynamiclistcol-4 li,
#dynamiclist .dynamiclistcol-3 li,
#manual-list .dynamiclistcol-3 li {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 651px) and (max-width: 991px) {
  #dynamiclist .dynamiclistcol-2,
  #manual-list .dynamiclistcol-2,
  #dynamiclist .dynamiclistcol-4,
  #manual-list .dynamiclistcol-4,
  #dynamiclist .dynamiclistcol-3,
  #manual-list .dynamiclistcol-3 {
    flex: 0 0 47%;
    max-width: 47%;
    margin-right: 15px;
  }
}
@media (max-width: 650px) {
  #dynamiclist .dynamiclistcol-2,
  #manual-list .dynamiclistcol-2,
  #dynamiclist .dynamiclistcol-4,
  #manual-list .dynamiclistcol-4,
  #dynamiclist .dynamiclistcol-3,
  #manual-list .dynamiclistcol-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.ws-style-list.topborder .dynamiclistcol-3:nth-child(1),
.ws-style-list.topborder .dynamiclistcol-3:nth-child(2),
.ws-style-list.topborder .dynamiclistcol-3:nth-child(3) {
  border-top: 1px solid #dddddd;
  border-bottom: none;
}
@media (min-width: 651px) and (max-width: 991px) {
  .ws-style-list.topborder .dynamiclistcol-3:nth-child(3) {
    border-top: none;
  }
}
@media (max-width: 650px) {
  .ws-style-list.topborder .dynamiclistcol-3:nth-child(2),
  .ws-style-list.topborder .dynamiclistcol-3:nth-child(3) {
    border-top: none;
  }
}
.ws-style-list.topborder .dynamiclistcol-4:nth-child(1),
.ws-style-list.topborder .dynamiclistcol-4:nth-child(2),
.ws-style-list.topborder .dynamiclistcol-4:nth-child(3),
.ws-style-list.topborder .dynamiclistcol-4:nth-child(4) {
  border-top: 1px solid #dddddd;
}
@media (min-width: 651px) and (max-width: 991px) {
  .ws-style-list.topborder .dynamiclistcol-4:nth-child(3),
  .ws-style-list.topborder .dynamiclistcol-4:nth-child(4) {
    border-top: none;
  }
}
@media (max-width: 650px) {
  .ws-style-list.topborder .dynamiclistcol-4:nth-child(2),
  .ws-style-list.topborder .dynamiclistcol-4:nth-child(3),
  .ws-style-list.topborder .dynamiclistcol-4:nth-child(4) {
    border-top: none;
  }
}
.ws-style-list.topborder .dynamiclistcol-2:nth-child(1),
.ws-style-list.topborder .dynamiclistcol-2:nth-child(2) {
  border-top: 1px solid #dddddd;
}
@media (max-width: 650px) {
  .ws-style-list.topborder .dynamiclistcol-2:nth-child(1) {
    border-top: none;
  }
}
.ws-style-list.topborder .dynamiclistcol-1:nth-child(1) {
  border-top: 1px solid #dddddd;
}

@media screen and (max-width: 768px) {
  .imageTextLeftView {
    padding: 0px !important;
  }
}
@media screen and (min-width: 768px) {
  .imageTextLeftView {
    padding-left: 1em;
  }
  .imageTextLeftView .textwrapImageLeft {
    padding: 6em 2em 6em 6em;
  }
  .imageTextLeftView h3.textImageLeft {
    margin: 2em 0em;
  }
}
.imageTextLeftView .textImageLeft p {
  font-family: "Noto Sans regular";
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  letter-spacing: 0.1px;
}
.imageTextLeftView .headingImageLeft {
  font-family: "Diodrum Regular";
  font-size: 32px;
  line-height: 38px;
  color: #000000;
  letter-spacing: -0.5px;
}
.imageTextLeftView .component-cards--card.cardImage {
  background-size: unset;
}
.imageTextLeftView .col-sm-12.col-lg-6.featuredBlock-col.test.image {
  background-size: auto;
}
@media screen and (min-width: 767px) {
  .backgroundSwapText {
    margin-left: 35em;
  }
}
@media screen and (max-width: 768px) {
  .featuredBlockSwapView {
    background-size: contain !important;
    padding-top: 10em !important;
  }
  .featuredBlockSwapView .featuredBlock-col.no-se {
    margin-bottom: 0em !important;
  }
}

/*arrow image*/
.assetContent-trans .asset-txt-content_left span.right_arrow:after {
  content: '\279D';
  font-weight: bold;
  font-size: 1.25rem;
  top: 8px;
  position: absolute;
}
/*new view */
.assetContent-trans .asset-txt.left_space {
  padding: 0 0 0 12.6%;
  margin: 0;
}
.assetContent-trans .asset-txt.left_space .asset-txt-content_left {
  margin: 30px 0;
}
.img-at-left .assetContent-trans .asset-txt.left_space {
  padding-left: 11.8%;
}
.img-at-left .assetContent-trans .asset-txt.left_space {
  order: 2;
}
.img-at-left .assetContent-trans .asse_rgt_img {
  order: 1;
}
.img-at-left .assetContent-trans .asset-txt .asset-head_left_table:after {
  content: "";
  position: absolute;
  top: 45%;
  left: -60%;
  width: 167px;
  height: 1px;
  margin-top: -1px;
  background: #E4001C;
}
/*new view ending*/
/*over-lay properties */
.assetContent-trans .asset-img.asse_rgt_img {
  position: relative;
}
.assetContent-trans .asset-txt .asset-txt-content_left a.for_hov_red {
  font-family: Diodrum Regular;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.assetContent-trans {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
/*.cmp-featuredBlock.img-at-left.aem-GridColumn.aem-GridColumn--default--12
{
    padding:0px 0px 0px 0px !important;
}
.cmp-featuredBlock.aem-GridColumn.aem-GridColumn--default--12
{
    padding:0px 0px 0px 0px !important;
}*/
.img_overlay .assetContent-trans .asse_rgt_img .img_over_text {
  display: block;
  color: #000;
}
.assetContent-trans .asse_rgt_img .img_over_text {
  display: none;
}
.assetContent-trans .asset-txt {
  display: flex;
  align-items: center;
}
.assetContent-trans .asset-txt h1.asset-head_left_table,
.assetContent-trans .asset-txt h1.asset-head_right_table {
  font-family: Diodrum Regular;
  font-size: 2.625rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.assetContent-trans .asset-txt h1.asset-head_left_table {
  max-width: 70%;
  position: relative;
  margin: 0px 0px 16px 0px;
}
.assetContent-trans .asset-txt h1.asset-head_right_table {
  position: relative;
}
.assetContent-trans .asset-txt .asset-head_right,
.assetContent-trans .asset-txt .asset-head_left {
  font-family: Diodrum Regular;
  font-size: 2.625rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.67;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  padding-bottom: 1.4375rem;
}
.assetContent-trans .asset-txt .asset-txt-content_left p {
  font-family: Noto Sans regular;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: 0px;
  text-align: left;
  color: #000000;
  padding: 0px 70px 0px 0px;
  margin-bottom: 2rem;
}
.assetContent-trans .asset-txt p.learnmore_left {
  padding-left: 0px;
  font-family: Diodrum Regular;
  position: relative;
  padding-top: 16px !important;
}
.assetContent-trans .asset-txt p.learnmore_right {
  position: relative;
  padding-left: 0px;
  font-family: Diodrum Regular;
}
.assetContent-trans .asset-txt .asset-head_right_table:before {
  content: "";
  position: absolute;
  top: 27%;
  right: 100%;
  width: 150px;
  height: 1px;
  margin-top: -1px;
  background: #E4001C;
}
.assetContent-trans .asset-txt .asset-head_left_table:after {
  content: "";
  position: absolute;
  top: 45%;
  left: 111%;
  width: 167px;
  height: 1px;
  margin-top: -1px;
  background: #E4001C;
}
.assetContent-trans .asset-txt .asset-txt-content_left ul {
  list-style: none;
}
.assetContent-trans .asset-txt .asset-txt-content_left > ul > li {
  font-family: Noto Sans regular;
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  padding: 0.625rem;
  padding-left: 0px !important;
  border-top: 1px solid #dee2e6;
  max-width: 80%;
}
.assetContent-trans .asset-txt .asset-txt-content_left > ul > li > a {
  font-family: Diodrum Regular;
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  padding: 0.625rem;
  padding-left: 0px;
}
.assetContent-trans .asset-txt .asset-txt-content_right > ul > li:first-child {
  border: 0px;
}
.assetContent-trans .asset-txt .asset-txt-content_right ul {
  list-style: none;
}
.assetContent-trans .asset-txt .asset-txt-content_right > ul > li {
  font-family: Noto Sans regular;
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  padding: 0.625rem;
  padding-left: 0px !important;
  border-top: 1px solid #dee2e6;
  max-width: 80%;
}
.assetContent-trans .asset-txt .asset-txt-content_right > ul > li > a {
  font-family: Noto Sans regular;
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  padding: 0.625rem;
  padding-left: 0px;
}
.assetContent-trans .asse_rgt_img .img_over_text {
  float: left;
  left: 12%;
  z-index: auto;
  max-width: 70%;
  font-family: Diodrum Regular;
  font-size: 1.625rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  position: absolute;
  bottom: 20px;
}
.assetContent-trans .asse_rgt_img .img_over_text p.small_title {
  font-family: Diodrum Regular;
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
}
/*.img_overlay .assetContent-trans .asse_rgt_img .img_over_text
{

    float: left;
    left: 15%;
    top: -20%;
    z-index: auto;
    position: relative;
    max-width: 70%;
    font-family: @font_family_1;
  font-size: 1.625rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;

}
*/
.assetContent-trans .asse_lft_img .img_over_text p.small_title {
  font-family: Diodrum Regular;
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
}
.assetContent-trans .asset-txt .asset-txt-content_left > ul > li:first-child {
  border: 0px;
}
.assetContent-trans .asset-txt .asset-txt-content_left a.red_link {
  float: right;
  font-size: 1.25rem;
  right: 25%;
  position: absolute;
  top: 17px;
}
.asset-img img {
  width: 100%;
}
.assetContent-trans .asset-img {
  padding: 0;
  position: inherit;
}
/* industry below 1440px*/
/*industry end here */
/* hover the title changed to red color*/
.common_parent:hover .for_hov_red {
  color: #E4001C !important;
}
.assetContent-trans .asset-txt .asset-txt-content_left > ul > li > a:hover {
  color: #E4001C !important;
}
/* media quries statrted from here for tablet*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .assetContent-trans .asset-img {
    order: 1;
  }
  .assetContent-trans .asset-txt.left_space {
    order: 2;
  }
  .assetContent-trans .asset-txt .asset-head_left_table:after {
    display: none;
  }
  .assetContent-trans .asset-txt .asset-txt-content_left a.red_link {
    right: 3%;
    top: -5px;
  }
  .assetContent-trans .asse_rgt_img {
    margin-bottom: -9px !important;
    margin-top: -1px !important;
  }
  .img_overlay .assetContent-trans .asset-img {
    margin-bottom: -9px !important;
  }
  .asset-img.asse_rgt_img img {
    height: auto;
  }
  .assetContent-trans .asset-txt.left_space {
    padding-right: 0px;
  }
  .assetContent-trans {
    margin-bottom: -26px;
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-top: 28px;
  }
  .img-at-left .assetContent-trans {
    margin-bottom: -54px;
  }
  .assetContent-trans .asset-txt.left_space {
    margin-bottom: 25px;
    margin-top: 9px;
  }
  .img-at-left .assetContent-trans .asset-txt.left_space {
    margin-bottom: 25px;
  }
  .cmp-featuredBlock.img-at-left.aem-GridColumn.aem-GridColumn--default--12 {
    margin-top: -27px;
    position: relative;
  }
  .assetContent-trans .asset-txt h1.asset-head_right_table {
    position: relative;
  }
  .assetContent-trans .asset-txt {
    padding-top: 2.1875rem;
  }
  .assetContent-trans .asset-txt h1.asset-head_left {
    padding-bottom: 1.25rem;
  }
  .assetContent-trans .asset-txt .asset-txt-content_left p {
    font-family: Noto Sans regular;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: 0px;
    text-align: left;
    color: #000000;
    padding: 0px 0px 0px 0px;
  }
  /* 
.assetContent-trans .asset-txt .asset-head_left_table:after {
    content: "";
    position: absolute;
    top: 15%;
    left: 70%;
    width: 120px;
    height: 1px;
    margin-top: -1px;
    background:  #E4001C;
}*/
  .assetContent-trans .asset-txt.left_space {
    padding: 41px 33px 41px 33px !important;
  }
  p.learnmore_left.for_hov_red {
    margin-bottom: 0px !important;
  }
  .img_overlay .assetContent-trans .asset-txt h1.asset-head_left_table {
    max-width: 95%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  /*new media query*/
  .assetContent-trans .asset-img {
    order: 2;
  }
  .assetContent-trans .asset-txt.left_space {
    order: 1;
  }
  .assetContent-trans .asset-txt.left_space span.body1 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .assetContent-trans .asset-txt.left_space,
  .img-at-left .assetContent-trans .asset-txt.left_space {
    padding-left: 10% !important;
  }
  .img_overlay .assetContent-trans .asset-txt.left_space {
    padding-left: 6% !important;
  }
  .img_overlay.img-at-left .assetContent-trans .asset-txt.left_space {
    padding-left: 6% !important;
    margin-bottom: 25px !important;
  }
  .img_overlay .assetContent-trans .asset-txt h1.asset-head_left_table {
    max-width: 80%;
  }
  .assetContent-trans {
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .assetContent-trans .asset-txt .asset-txt-content_left a.red_link {
    right: 20%;
  }
  .assetContent-trans .asse_rgt_img {
    margin-bottom: 0px !important;
  }
  /*end new media query*/
  .img-at-left .assetContent-trans .asset-txt.left_space {
    margin-bottom: 60px !important;
  }
  .cmp-featuredBlock.img-at-left.aem-GridColumn.aem-GridColumn--default--12 {
    top: -10px;
    position: relative;
    /* margin-bottom: -46px; */
    margin-bottom: 0px;
  }
  .assetContent-trans .asset-txt .asset-head_left_table.for_hov_red:after {
    content: "";
    position: absolute;
    top: 32%;
    left: 123%;
    width: 80px;
    height: 1px;
    margin-top: -1px;
    background: #E4001C;
  }
  .img-at-left .assetContent-trans .asset-txt .asset-head_left_table.for_hov_red:after {
    content: "";
    position: absolute;
    top: 30%;
    left: -45%;
    width: 80px;
    height: 1px;
    margin-top: -1px;
    background: #E4001C;
  }
  .img_overlay .assetContent-trans .asset-txt .asset-head_left_table.for_hov_red:after {
    left: 110%;
  }
  .img_overlay.img-at-left .assetContent-trans .asset-txt .asset-head_left_table.for_hov_red:after {
    left: -25%;
  }
  /*p.learnmore_left {
padding-left: 66px;
position: relative;
}
p.learnmore_right {
position: relative;
padding-left: 66px;
}*/
}
@media only screen and (min-width: 1024px) and (max-width: 1140px) {
  .img_overlay .assetContent-trans .asset-img img {
    height: 100%;
  }
  /* .img_overlay .assetContent-trans .asset-txt .asset-txt-content_left p
{
        margin-bottom:1rem;
    }*/
  .img-at-left .assetContent-trans .asset-txt .asset-head_left_table:after {
    top: 30%;
    left: -40%;
    width: 100px;
  }
  .assetContent-trans .asset-txt.left_space span.body1 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .assetContent-trans .asset-txt.left_space {
    padding-left: 9%;
    padding-right: 0px;
  }
  .img-at-left .assetContent-trans .asset-txt.left_space {
    padding-left: 9%;
  }
  /* .asset-img.asse_rgt_img img
    {
        height:auto;
    }
*/
  .img_overlay .assetContent-trans .asset-txt h1.asset-head_left_table {
    max-width: 90%;
  }
  .assetContent-trans .asset-txt h1.asset-head_left_table {
    max-width: 80%;
  }
  .assetContent-trans .asset-txt .asset-head_left_table:after {
    content: ;
    position: absolute;
    top: 30%;
    left: 108%;
    width: 100px;
    height: 1px;
    background: #E4001C;
  }
  .img_overlay .assetContent-trans .asset-txt .asset-head_left_table:after {
    content: ;
    position: absolute;
    top: 30%;
    left: 95%;
    width: 100px;
    height: 1px;
    background: #E4001C;
  }
  .img_overlay.img-at-left .assetContent-trans .asset-txt .asset-head_left_table:after {
    content: ;
    position: absolute;
    top: 30%;
    left: -35%;
    width: 100px;
    height: 1px;
    background: #E4001C;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /*industry landing */
  .img_overlay .mb-4.asset-img.asse_rgt_img {
    margin-bottom: 0px !important;
  }
  .img_overlay.img-at-left .assetContent-trans .asset-txt.left_space {
    margin-bottom: 10px;
  }
  .assetContent-trans .asset-txt .asset-txt-content_left a.red_link {
    right: 3.5%;
    top: 13px;
  }
  .assetContent-trans .asset-txt .asset-head_right_table:before {
    display: none;
  }
  .assetContent-trans .asset-txt .asset-head_left_table:after {
    display: none;
  }
  .assetContent-trans .asset-txt h1.asset-head_left_table {
    font-family: Diodrum Regular;
    font-size: 2rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.88;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }
  .assetContent-trans .asset-txt .asset-txt-content_left p {
    font-family: Noto Sans regular;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: 0px;
    text-align: left;
    color: #000000;
  }
  .assetContent-trans .asset-txt .asset-txt-content_left p.learnmore_left.for_hov_red {
    font-size: 1rem;
    font-family: Diodrum Regular;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
  }
  .asset-img.asse_rgt_img img {
    height: auto;
  }
  .mb-4.asset-img.asse_rgt_img {
    margin-bottom: 0px !important;
    margin-top: 35px !important;
  }
  .assetContent-trans .asset-txt.left_space {
    padding: 41px 34px 41px 33px !important;
  }
  .assetContent-trans .asset-txt .asset-txt-content_left {
    padding: 0px 0px;
  }
  .assetContent-trans {
    margin-bottom: 2px !important;
    margin-top: -36px;
  }
  .img-at-left .assetContent-trans {
    margin-bottom: 2px !important;
    margin-top: -62px;
  }
  .category-bgImage {
    margin-top: -26px;
  }
  .img-at-left .assetContent-trans .asset-txt.left_space {
    margin-top: 0px;
  }
  .assetContent-trans .asset-txt.left_space {
    margin-top: 0px;
  }
  .img-at-left .assetContent-trans .asset-txt.left_space {
    margin-bottom: 0px;
  }
  .assetContent-trans .asse_rgt_img {
    margin-top: 0px;
  }
  .assetContent-trans .asset-txt.left_space p.learnmore_left.for_hov_red {
    margin-bottom: 0px !important;
  }
  .assetContent-trans .asset-txt .asset-txt-content_left p {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 599px) {
  /*industry landing */
  .assetContent-trans .asset-txt .asset-txt-content_left > ul > li > a {
    font-family: Diodrum Regular;
    font-size: 0.875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: left;
  }
  .asset-txt-content_left.common_parent span.fontsize14 {
    font-size: 0.875rem;
  }
  .img_overlay .assetContent-trans .asset-txt h1.asset-head_left_table {
    max-width: 99%;
    line-height: 1.2;
  }
  .img_overlay .mb-4.asset-img.asse_rgt_img {
    margin-bottom: -1px !important;
  }
  .img_overlay.img-at-left .assetContent-trans .asset-txt.left_space {
    margin-bottom: 10px;
  }
  .assetContent-trans .asset-txt .asset-txt-content_left a.red_link {
    right: 6%;
    top: 13px;
  }
  .assetContent-trans .asset-txt .asset-head_right_table:before {
    display: none;
  }
  .assetContent-trans .asset-txt .asset-head_left_table:after {
    display: none;
  }
  .assetContent-trans .asset-txt h1.asset-head_left_table {
    font-family: Diodrum Regular;
    font-size: 2rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }
  .assetContent-trans .asset-txt .asset-txt-content_left p {
    font-family: Noto Sans regular;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: 0px;
    text-align: left;
    color: #000000;
  }
  .assetContent-trans .asset-txt .asset-txt-content_left p.learnmore_left.for_hov_red {
    font-size: 1rem;
    font-family: Diodrum Regular;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
  }
  .asset-img.asse_rgt_img img {
    height: auto;
  }
  .mb-4.asset-img.asse_rgt_img {
    margin-bottom: 0px !important;
    margin-top: 35px !important;
  }
  .assetContent-trans .asset-txt.left_space {
    padding: 41px 34px 41px 33px !important;
  }
  .assetContent-trans .asset-txt .asset-txt-content_left {
    padding: 0px 0px;
  }
  .assetContent-trans {
    margin-bottom: 2px !important;
  }
  .img-at-left .assetContent-trans {
    margin-bottom: 2px !important;
  }
  /*.category-bgImage {
        margin-top: -26px;
    }*/
  .img-at-left .assetContent-trans .asset-txt.left_space {
    margin-top: 0px;
  }
  .assetContent-trans .asset-txt.left_space {
    margin-top: 0px;
  }
  .img-at-left .assetContent-trans .asset-txt.left_space {
    margin-bottom: -1px;
  }
  .assetContent-trans .asse_rgt_img {
    margin-top: 0px;
  }
  .assetContent-trans .asset-txt.left_space p.learnmore_left.for_hov_red {
    margin-bottom: 0px !important;
  }
  .assetContent-trans .asset-txt .asset-txt-content_left p {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  /*industry landing page less*/
  .img_overlay .assetContent-trans .asset-img {
    margin-bottom: 25px !important;
  }
  /*industry landing end*/
  /*.assetContent-trans .asset-txt h1.asset-head_left_table
{
position:relative;

}  
.img-at-left .assetContent-trans .asset-txt h1.asset-head_left_table
{
position:relative;
}*/
  .assetContent-trans .asset-txt .asset-txt-content_left p {
    font-family: Noto Sans regular;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: 0px;
    text-align: left;
    color: #000000;
    padding: 0px 78px 0px 0px;
    margin-bottom: 2rem;
  }
  .assetContent-trans .asset-txt.left_space {
    padding-left: 13.6%;
    margin-bottom: 25px;
    padding-right: 0px;
  }
  .img-at-left .assetContent-trans .asset-txt.left_space {
    padding-left: 12.6%;
  }
  .img-at-left .assetContent-trans .asset-txt .asset-head_left_table:after {
    content: "";
    top: 50%;
    left: -60%;
    width: 167px;
    height: 1px;
    margin-top: -1px;
    background: #E4001C;
  }
  .assetContent-trans .asset-txt .asset-head_left_table:after {
    content: "";
    top: 50%;
    left: 112%;
    width: 167px;
    height: 1px;
    margin-top: -1px;
    background: #E4001C;
  }
  .assetContent-trans .asset-txt h1.asset-head_left_table {
    margin: 0px 0px 23px 0px;
  }
  .assetContent-trans .asset-txt p.learnmore_left {
    padding-top: 23px;
  }
  /*.assetContent-trans .asset-txt .asset-txt-content_left p.learnmore_left.for_hov_red
    {

   font-family: Diodrum Regular;
   line-height: 1.5;  
    }*/
}
@media only screen and (min-width: 1601px) and (max-width: 1920px) {
  .assetContent-trans .asset-txt .asset-head_left_table:after {
    left: 120%;
  }
  .img-at-left .assetContent-trans .asset-txt .asset-head_left_table:after {
    left: -57%;
  }
}
@media only screen and (min-width: 1920px) {
  .assetContent-trans .asset-txt .asset-head_left_table:after {
    left: 120%;
  }
  .img-at-left .assetContent-trans .asset-txt .asset-head_left_table:after {
    left: -55%;
  }
}
/*featured block modal css */
.assetContent-trans .asset-txt-content_left .view_morelink {
  width: 100%;
  text-align: right;
  display: inline-block;
}
.assetContent-trans .asset-txt-content_left .view_morelink p {
  margin: 10px 0 0;
  text-align: center;
  border: 1px solid #fff;
  display: inline;
  background-color: #e4001c;
  padding: 10px 15px !important;
  border-radius: 25px;
  float: left;
  color: #fff;
  cursor: pointer;
}
.assetContent-trans .asset-txt-content_left .view_morelink p:hover {
  color: #e4001c;
  background-color: #fff;
  border: 1px solid #e4001c;
}
.assetContent-trans .asset-txt-content_left .learnmore_left a {
  font-size: 1rem;
  font-family: Diodrum Regular;
  font-weight: normal;
}
.assetContent-trans .asset-txt-content_left .learnmore_left a:hover {
  color: #e4001c;
}
.assetContent-trans .asset-txt-content_left .learnmore_left a:after {
  content: '\279D';
  padding-left: 12px;
  float: right;
}
#trigger_featuredModal .modal-dialog {
  width: 50%;
}
#trigger_featuredModal .modal-dialog .modal-header h4 {
  margin: 0;
}
#trigger_featuredModal .modal-dialog .modal-body {
  margin: 30px;
  max-height: 300px;
  overflow-y: scroll;
}
#trigger_featuredModal .modal-dialog .modal-body li {
  list-style-type: none;
  border-bottom: 1px solid #dee2e6;
  padding: 0.625rem;
  width: 80%;
}
#trigger_featuredModal .modal-dialog .modal-body li:last-child {
  border-bottom: 0;
}
#trigger_featuredModal .modal-dialog .modal-body li a {
  font-family: Diodrum Regular;
  font-size: 1.125rem;
}
#trigger_featuredModal .modal-dialog .modal-body li a:hover {
  color: #e4001c;
}
/* featured blocked fixes 30th aug*/
.img-at-left .assetContent-trans .asset-txt .asset-head_left_table:after {
  content: "";
  position: absolute;
  top: 45%;
  left: -60%;
  width: 167px;
  height: 1px;
  margin-top: -1px;
  background: #E4001C;
  z-index: 1;
}
.assetContent-trans .asset-txt .asset-head_left_table:after {
  content: "";
  position: absolute;
  top: 45%;
  left: 111%;
  width: 167px;
  height: 1px;
  margin-top: -1px;
  background: #E4001C;
  z-index: 1;
}
.assetContent-trans .asset-txt-content_left .learnmore_left a:after {
  content: '\279D';
  padding-left: 12px;
  float: right;
  margin-top: 9px;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .assetContent-trans .corporateLink {
    height: 100%;
  }
}
.assetContent-trans .img_over_text a:hover {
  color: #E4001C;
}
/* featured blocked fixes 30th aug*/

.parallax-feature-block .featuredBlock {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  z-index: 0;
  padding-top: 96px;
  padding-bottom: 96px;
  height: 100%;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
@media (max-width: 767px) {
  .parallax-feature-block .featuredBlock {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .parallax-feature-block .featuredBlock {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (max-width: 1023px) {
  .parallax-feature-block .featuredBlock.container-fluid .container .row {
    margin: 0px;
  }
}
.parallax-feature-block .featuredBlock.container-fluid .container .row .no-se {
  padding: 96px 0px;
}
@media (max-width: 768px) {
  .parallax-feature-block .featuredBlock.container-fluid .container .row .no-se {
    padding: 72px 0px;
  }
}
@media (max-width: 576px) {
  .parallax-feature-block .featuredBlock.container-fluid .container .row .no-se {
    padding: 56px 0px;
  }
}
.parallax-feature-block .featuredBlock.container-fluid .container .row .featuredBlock-col {
  opacity: 0.85;
  margin-bottom: 0px;
}
.parallax-feature-block .featuredBlock.container-fluid .container .row .featuredBlock-col h2 {
  width: 100%;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .parallax-feature-block .featuredBlock.container-fluid .container .row .featuredBlock-col h2 {
    margin-bottom: 48px;
  }
}
@media (max-width: 576px) {
  .parallax-feature-block .featuredBlock.container-fluid .container .row .featuredBlock-col h2 {
    margin-bottom: 32px;
  }
}
.parallax-feature-block .featuredBlock.container-fluid .container .row .featuredBlock-col .subheadline {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .parallax-feature-block .featuredBlock.container-fluid .container .row .featuredBlock-col .subheadline {
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .parallax-feature-block .featuredBlock.container-fluid .container .row .featuredBlock-col .subheadline .eyebrow {
    font-size: 14px;
  }
}
.parallax-feature-block .featuredBlock.container-fluid .container .row .featuredBlock-col .featuredBlock-text-area {
  margin: 0 auto;
  padding: 0px;
}
@media (max-width: 576px) {
  .parallax-feature-block .featuredBlock.container-fluid .container .row .featuredBlock-col .featuredBlock-text-area {
    padding: 0px 25px;
  }
}
.parallax-feature-block .featuredBlock.container-fluid .container .row.float {
  justify-content: center;
  text-align: center;
}
@media (max-width: 576px) {
  .parallax-feature-block .featuredBlock.container-fluid .container .row.float .col-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.download {
  width: 100%;
  padding: 25px;
}
.download .left {
  float: left;
  position: relative;
  /* border:2px solid grey;*/
  margin: 10px;
}
.download .left .download_url {
  text-align: left;
  padding-left: 45px;
  padding-right: 10px;
  padding-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: break-word;
  transform: translateY(-20%);
}
.download .left .download_icon {
  position: absolute;
  left: 10px;
  bottom: 50%;
  transform: translateY(50%);
}
.download .left .download_icon span {
  font-size: 15px;
  font-weight: 400;
}
.download .left .download_icon .glyphicon {
  font-size: 25px;
}
.download .right {
  float: left;
  position: relative;
  margin: 10px;
  border: 2px solid grey;
}
.download .right .download_url {
  text-align: left;
  padding-left: 5px;
  padding-right: 42px;
  padding-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: break-word;
  transform: translateY(-20%);
}
.download .right .download_icon {
  position: absolute;
  right: 10px;
  bottom: 50%;
  transform: translateY(50%);
}
.download .right .download_icon span {
  font-size: 15px;
}
.download .right .download_icon .glyphicon {
  font-size: 25px;
}

.TandI_download {
  font-family: Diodrum Regular;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
}
@media (max-width: 991px) {
  .TandI_download .TandI_sub_download {
    font-size: 18px;
    font-family: Diodrum Regular;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.57;
    letter-spacing: normal;
    text-align: left;
    padding-top: 0px;
  }
}
.TandI_download .download_head {
  padding-bottom: 29px;
}
@media (max-width: 991px) {
  .TandI_download .download_head {
    font-family: Diodrum Regular;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.57;
    letter-spacing: normal;
    text-align: left;
    padding-bottom: 0px !important;
    margin: 0px !important;
  }
}
.TandI_download .download_head .download {
  padding: 0px !important;
}
.TandI_download .TandIdownload {
  padding-left: 0px;
}
.TandI_download .TandIdownload .left {
  float: left;
  position: relative;
  padding: 0px;
  margin: 1px;
}
.TandI_download .TandIdownload .left .TandIdownload_icon {
  left: 1px;
}
.TandI_download .TandIdownload .left .TandIdownload_icon img {
  vertical-align: top;
  height: 15px !important;
  width: 15px !important;
}
@media (max-width: 991px) {
  .TandI_download .TandIdownload .left .TandIdownload_icon img {
    margin-top: -20px;
    vertical-align: middle;
  }
}
.TandI_download .TandIdownload .right {
  float: left;
  position: relative;
  padding: 0px;
  margin: 1px;
}
.TandI_download .TandIdownload .right .TandIdownload_icon {
  left: 1px;
}
.TandI_download .TandIdownload .right .TandIdownload_icon img {
  float: right;
  vertical-align: top;
  height: 15px !important;
  width: 15px !important;
}
@media (max-width: 991px) {
  .TandI_download .TandIdownload .right .TandIdownload_icon img {
    vertical-align: middle;
  }
}
.TandI_download .TandIdownload_url {
  color: #000000;
  font-family: Diodrum Regular;
  font-size: 1.125rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  margin-left: 10px;
  margin-right: 20px;
  letter-spacing: normal;
  line-height: 1.56;
  padding-left: 1rem !important;
  position: relative;
  text-align: left;
  top: 26px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: break-word;
  transform: translateY(-10%);
}
@media (max-width: 991px) {
  .TandI_download .TandIdownload_url {
    font-family: Diodrum Regular;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.57;
    letter-spacing: normal;
    text-align: left;
  }
}
.TandI_download .TandIdownload_url:hover {
  color: #e4001c;
}
.TandI_download .TandIdownload_all_text {
  color: #000000;
  float: left;
  font-family: Diodrum Regular;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.01;
  padding-left: 40px;
  padding: 2.625rem 0px 0rem 0px;
  position: relative;
  text-align: left;
}
.TandI_download .TandIdownload_all_text:hover {
  color: #e4001c;
}
.TandI_download .TandIdownload_all_text a {
  font-size: 1rem;
  font-family: Diodrum Regular;
  line-height: 24px;
}
@media (max-width: 991px) {
  .TandI_download .TandIdownload_all_text a {
    font-size: 14px;
    font-family: Diodrum Regular;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
  }
}
.TandI_download .TandIdownload_all_text a:after {
  content: '\279D';
  margin-left: 2.1875rem;
  font-weight: bold;
  font-size: 1.25rem;
}
@media (max-width: 991px) {
  .TandI_download .TandIdownload_all_text a:after {
    content: '\279D';
    font-weight: bold;
    font-size: 1.25rem;
    vertical-align: middle;
    float: right;
  }
}
.TandI_download .TandIdownload_all_text a:hover {
  color: #e4001c;
}

.dt-list-container .list-item h4 {
  color: #e4001c;
}
.dt-list-container .list-item img {
  position: absolute;
  vertical-align: top;
}
.dt-list-container .list-item .list-content-cont {
  padding: 56px 24px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .dt-list-container .list-item .list-content-cont {
    padding: 48px 12px;
  }
}
.dt-list-container .list-item .list-item-content {
  display: inline-block;
  width: calc(100% - 71px);
  margin-left: 66px;
}
.dt-list-container .list-item .list-item-content .arrow {
  margin-top: 24px;
  font-family: "Diodrum Regular";
  font-size: 16px !important;
}
@media only screen and (max-width: 768px) {
  .dt-list-container .list-item .list-item-content {
    width: calc(100% - 71px);
  }
  .dt-list-container .list-item .list-item-content .body2,
  .dt-list-container .list-item .list-item-content .body2 p {
    font-size: 12px !important;
  }
  .dt-list-container .list-item .list-item-content .arrow {
    margin-top: 16px;
  }
}
.dt-list-container .list-item:not(:last-child):after {
  position: absolute;
  content: '';
  bottom: 0;
  height: 1px;
  width: calc(100% - 30px);
  background: #e1e1e1;
}

.ws-full-list .row {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .ws-full-list .row {
    margin: 0px;
  }
}
.ws-full-list.list-full h4:after {
  background-color: transparent;
  height: 0px;
  width: 0px;
}
.ws-full-list.list-full h4:after .card-image {
  background-position-x: left;
}
@media screen and (max-width: 1023px) {
  .ws-full-list.list-full .list-item .list-container {
    padding-right: 22px;
  }
}
.ws-full-list.list-full .list-item .list-container .card-image {
  margin-bottom: 56px;
}
@media (min-width: 481px) {
  .ws-full-list.list-full .col-sm-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }
}
@media (max-width: 480px) {
  .ws-full-list.list-full p {
    font-size: 12px;
  }
  .ws-full-list.list-full .list-item .list-container .card-image {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .ws-full-list.list-full .list-item .list-container .card-image {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .ws-full-list.list-full .list-item:nth-child(n+2)::before {
    background-color: transparent;
    display: none;
  }
}
.ws-full-list.container .list-item {
  padding-left: 15px;
  padding-right: 15px;
}
.ws-full-list.container .list-item:first-child {
  padding-left: 0px;
}
@media (max-width: 991px) {
  .ws-full-list.container .list-item {
    padding: 0px;
  }
}
@media (max-width: 480px) {
  .ws-full-list.container .list-item {
    padding: 0 0px;
  }
}
@media screen and (max-width: 1023px) {
  .list-full .list-item:nth-child(2n+1) .list-container {
    padding-right: 0px !important;
  }
}
.water-list-container.list-full h5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .water-list-container.list-full h5 {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .water-list-container.list-full h5 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  .water-list-container.list-full h5 {
    margin-bottom: 24px;
  }
}
.water-list-container.list-full .list-item {
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .water-list-container.list-full .list-item:nth-child(2n) .list-container {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .water-list-container.list-full .list-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .water-list-container.list-full .list-item {
    margin-bottom: 32px;
  }
  .water-list-container.list-full .list-item:nth-child(n + 2)::before {
    float: none;
    background-color: transparent;
  }
}
.water-list-container.list-full .list-item .list-container {
  padding: 0px;
  margin-bottom: 0px;
}
.water-list-container.list-full .list-item .list-container .list-body {
  display: block;
}
.water-list-container.list-full .list-item .list-container .list-body p {
  font-size: 14px;
  font-family: Noto Sans Regular;
}
@media (max-width: 768px) {
  .water-list-container.list-full .list-item .list-container .list-body p {
    margin-bottom: 12px;
  }
}
@media (max-width: 576px) {
  .water-list-container.list-full .list-item .list-container .list-body p {
    font-size: 12px;
  }
}
.water-list-container.list-full .list-item .list-container .event-data-time {
  font-family: Noto Sans Regular;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: 0.5px;
  color: #606060;
  margin: 0px 0px 12px 0px;
}
.water-list-container.list-full .list-item .list-container h4 {
  color: #e4001c;
  margin: 0px 0px 12px 0px;
}
@media (max-width: 991px) {
  .water-list-container.list-full .list-item .list-container h4 {
    font-size: 20px !important;
  }
}
.water-list-container.list-full .list-item .list-container .action {
  bottom: -16px !important;
  position: unset !important;
  display: block;
}
.water-list-container.list-full .list-item .list-container .action a {
  font-family: Diodrum Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.5px;
}
.water-list-container.list-full .list-item .list-container .action a img {
  margin: 0px 0px 0px 13px;
}
.water-list-container.list-full .pagination {
  margin-top: 8px;
}
.water-list-container.list-full .pagination .page-item:first-child .page-link,
.water-list-container.list-full .pagination .page-item:last-child .page-link {
  width: 32px;
  height: 32px;
  border: solid 1px #000000;
  border-radius: 0px;
  color: #000000;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Diodrum Medium;
  font-size: 14px;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}
.water-list-container.list-full .pagination #event-prev {
  display: none;
}
.water-list-container.list-full .pagination #divPages {
  display: flex;
}
.water-list-container.list-full .pagination #divPages .page-link {
  width: 32px;
  height: 32px;
  border: solid 1px #000000;
  border-radius: 0px;
  color: #000000;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Diodrum Medium;
  font-size: 14px;
}
.water-list-container.list-full .pagination #divPages .page-link.active {
  background-color: #000000;
  color: #ffffff;
}
.water-list-container.list-full .pagination #divPages .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}

.contact-Gridlist .contactGrid-header {
  padding: 30px 0;
  font-size: 18px;
  font-family: Diodrum Regular;
}
.contact-Gridlist .contactGrid-list {
  text-align: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .contact-Gridlist .contactGrid-list {
    padding-top: 20px;
  }
}
.contact-Gridlist .contactGrid-list .contactGrid {
  border-right: 1px solid #212529;
  margin: 25px 0;
}
@media (max-width: 991px) {
  .contact-Gridlist .contactGrid-list .contactGrid {
    border-right: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.contact-Gridlist .contactGrid-list .contactGrid:nth-child(3n) {
  border-right: 0;
}
.contact-Gridlist .contactGrid-list .contactGrid:last-child {
  border-right: 0;
}
.contact-Gridlist .contactGrid-list .contactGrid .profiledata {
  padding-bottom: 20px;
}
.contact-Gridlist .contactGrid-list .contactGrid .profiledata h4,
.contact-Gridlist .contactGrid-list .contactGrid .profiledata p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.1px;
  font-family: "Noto Sans Regular";
  margin: 0;
  padding: 0;
}
.contact-Gridlist .contactGrid-list .contactGrid .profiledata h4 a,
.contact-Gridlist .contactGrid-list .contactGrid .profiledata p a {
  font-size: 16px;
}
.contact-Gridlist .contactGrid-list .contactGrid .profiledata h4 a:hover,
.contact-Gridlist .contactGrid-list .contactGrid .profiledata p a:hover {
  color: #e4001c;
  text-decoration: none;
}
.contact-Gridlist .contactGrid-list .contactGrid .profiledata:after {
  border-bottom: 2px solid #c2c2c2;
}
@media (max-width: 991px) {
  .contact-Gridlist .contactGrid-list .contactGrid #profileContent:after {
    border-bottom: 1px solid #000;
    content: '';
    width: 80px;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
  }
}
.contact-Gridlist .contactGrid-list .contactGrid:last-child #profileContent:after {
  border-bottom: 0;
}
.contactlist.contact-list_view2 .contactGrid-header {
  padding: 30px 0 0;
}
.contactlist.contact-list_view2 .contactGrid-list .contactGrid {
  border-right: 0;
}
@media (max-width: 767px) {
  .contactlist.contact-list_view2 .contactGrid-list .contactGrid {
    margin-bottom: 0;
  }
}
.contactlist.contact-list_view2 .contactGrid-list .contactGrid .profiledata {
  padding-bottom: 40px;
}
.contactlist.contact-list_view2 .contactGrid-list .contactGrid .profiledata h4 {
  font-size: 26px;
  font-family: Diodrum regular;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .contactlist.contact-list_view2 .contactGrid-list .contactGrid .profiledata h4 {
    margin-bottom: 14px;
    font-size: 20px;
    font-family: Diodrum Regular;
  }
}
.contactlist.contact-list_view2 .contactGrid-list .contactGrid .profiledata {
  padding-top: 47px;
}
@media (max-width: 991px) {
  .contactlist.contact-list_view2 .contactGrid-list .contactGrid .profiledata {
    padding-bottom: 40px;
    padding-top: 0;
  }
}
.contactlist.contact-list_view2 .contactGrid-list .contactGrid .profiledata p,
.contactlist.contact-list_view2 .contactGrid-list .contactGrid .profiledata a {
  font-size: 14px;
}
@media (max-width: 991px) {
  .contactlist.contact-list_view2 .contactGrid-list .contactGrid #profileContent:after {
    border-bottom: 0;
    padding: 0;
  }
}
.contactlist.contact-LeftAlign .contact-Gridlist .contactGrid-list {
  text-align: left;
}
.contactlist.contact_CenterAlign .contact-Gridlist .contactGrid-list {
  text-align: center;
}
.contactlist.contact_RightAlign .contact-Gridlist .contactGrid-list {
  text-align: right;
}
.contactlist.contact_GridRight .contactGrid-list {
  justify-content: flex-end;
}
.contactlist.contact_GridCenter .contactGrid-list {
  justify-content: center;
}
.contactlist.contact_GridLeft .contactGrid-list {
  justify-content: flex-start;
}
/*brush styles end*/

.cmp_category.category_bgrepeat .category-bgImage {
  background-repeat: repeat;
}
.cmp_category.category_fullscreen .category-bgImage {
  background-repeat: no-repeat;
  background-size: cover;
}
.cmp_category.category_fixedsize .category-bgImage {
  background-repeat: no-repeat;
  background-size: contain;
}
.cmp_category.box-shadow .category-bgColor,
.cmp_category.box-shadow category-bgImage {
  box-shadow: rgba(0, 0, 0, 0.16) 0 0 6px;
}

.building-view a.clickable-card {
  display: inline;
  height: 100%;
}
.building-view .cardContent a {
  color: #e4001c;
}
.building-view .seeallLink {
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #212121;
}
.building-view .seeallLink:hover * {
  color: #e4001c;
}
@media screen and (max-width: 768px) {
  .building-view .buildingCardsRow {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 768px) {
  .building-view .component-cards--card.cardImage {
    background-size: unset;
  }
  .building-view .cardContent-date.eyebrow {
    font-size: 16px !important;
  }
  .building-view .body1.cardContent-body p {
    font-size: 18px !important;
    color: #212121 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .cardContent {
    padding-left: 4em;
    padding-right: 4em;
  }
}
.pbs-viewResidential .cardDescription {
  height: 14em;
}
@media screen and (max-width: 768px) {
  .pbs-viewResidential .cardDescription {
    height: 18em;
  }
}

@media screen and (max-width: 768px) {
  .pbs-viewResidential {
    padding-right: 3em !important;
    padding-left: 3em !important;
  }
}
.pbs-viewResidential a {
  color: black;
}
.pbs-viewResidential a:hover * {
  color: #e4001c !important;
}
.pbs-viewResidential span.glyphicon.glyphicon-arrow-right,
.pbs-viewResidential span.fa-long-arrow-alt-right {
  float: right !important;
  color: black;
  font-size: 20px;
}
.pbs-viewResidential.pbs-cards .pbs-card {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pbs-viewResidential.pbs-cards .pbs-card {
    display: flex;
  }
}
.pbs-viewResidential.pbs-cards .pbs-card .pbsbox-shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.pbs-viewResidential.pbs-cards .pbs-card img {
  width: 100%;
}
.pbs-viewResidential.pbs-cards .pbs-card .card-description {
  height: 45%;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0;
  width: 100%;
  padding: 3%;
}
.pbs-viewResidential.pbs-cards .pbs-card .card-description h5 {
  color: #e4001c;
}
.pbs-viewResidential.pbs-cards .pbs-card .card-description .heading-underline {
  width: 10%;
  border-color: #e4001c;
  display: inline-block;
  margin-top: 2px;
}
.pbs-viewResidential.pbs-cards .pbs-card .card-description.card-padding {
  padding: 6.6%;
}
.pbs-viewResidential.pbs-cards .pbs-card .card-description a.pbs-card-link {
  text-decoration: none;
  font-size: 11px;
  bottom: 0;
  position: absolute;
  width: 81%;
}
.pbs-viewResidential.pbs-cards .pbs-card .card-description a.pbs-card-link i {
  color: #000;
  font-size: 1rem;
}
.pbs-viewResidential.pbs-cards .pbs-card .card-description a.pbs-card-link .card-link-description {
  font-size: 14px;
  font-family: "Diodrum Regular";
}
@media screen and (max-width: 76px) {
  .pbs-viewResidential.pbs-cards .pbs-card .card-description {
    height: 65%;
  }
}
@media screen and (max-width: 768px) {
  .pbs-viewResidential.pbs-cards .pbs-card {
    margin-bottom: 2em;
  }
}
.pbs-viewResidential .pbsbox-shadow {
  width: 100%;
}
.pbs-multicol h5.cardTitle {
  color: black !important;
  margin-bottom: 2em;
}
.pbs-multicol h5.cardTitle + p {
  font-size: 14px;
}
.pbs-multicol a.pbs-card-link {
  float: right;
  margin-bottom: 2em;
}
/*Dynamic CSS*/
/*Multicolumn view height fix*/
.pbs-viewResidential.dynamic-comp-list.pbs-cards .pbs-card img.dynamic-comp-list-img {
  max-height: 200px;
  object-fit: cover;
  object-position: center center;
}
.pbs-viewResidential.dynamic-comp-list.pbs-cards .pbs-card .card-description {
  height: unset;
}
.pbs-viewResidential.dynamic-comp-list.pbs-cards .cardDescription {
  height: unset;
  margin-bottom: 70px;
}
/*Dynamic Building view, Default view bg opacity*/
.component-cards--card.dynamic-comp-list-bg .cardContent {
  background-color: rgba(255, 255, 255, 0.7);
}
/*Image center for all views*/
.dynamic-comp-list .dynamic-comp-list-img {
  object-fit: cover !important;
  object-position: center center !important;
}
.dynamic-comp-list .dynamic-comp-list-bg {
  background-size: cover !important;
  background-position: center center !important;
}
/*End dynamic CSS*/

@media screen and (min-width: 400px) {
  .component-cards .container.cards-text-view {
    max-width: 1440px;
  }
}
@media screen and (max-width: 1023px) {
  .component-cards .container.cards-text-view {
    padding-right: 33px;
    padding-left: 33px;
  }
}
.component-cards .container.cards-text-view .cards-text-body {
  background-color: #fefefe;
  height: calc(90%);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  color: #323232;
  padding: 20px 5px 20px 15px;
  margin-bottom: 10px;
  border-left-width: 12px;
  border-left-style: solid;
}
.component-cards .container.cards-text-view .cards-text-body.cards-text-danger {
  border-left-color: #d0021b;
}
.component-cards .container.cards-text-view .cards-text-body.cards-text-warning {
  border-left-color: #f5a623;
}
.component-cards .container.cards-text-view .cards-text-body.cards-text-safe {
  border-left-color: #417505;
}

@media screen and (min-width: 400px) {
  .component-cards .container.cards-title-text-view {
    max-width: 1440px;
  }
}
@media screen and (max-width: 1023px) {
  .component-cards .container.cards-title-text-view {
    padding-right: 33px;
    padding-left: 33px;
  }
}
.component-cards .container.cards-title-text-view [class*="col-"] {
  margin-bottom: 25px;
}
.component-cards .container.cards-title-text-view .titletext-cards-container {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  background-color: #fefefe;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}
.component-cards .container.cards-title-text-view .titletext-cards-container .titletext-cards-title {
  background-color: #f56500;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
}
.component-cards .container.cards-title-text-view .titletext-cards-container .titletext-cards-title h5 {
  padding: 16px 20px;
  line-height: 1em;
  color: white;
}
.card_Center.component-cards .container.cards-title-text-view .titletext-cards-container .titletext-cards-title h5 {
  text-align: center;
}
.component-cards .container.cards-title-text-view .titletext-cards-container .titletext-cards-body {
  padding: 20px;
  font-size: 14px;
}
.card_Center.component-cards .container.cards-title-text-view .titletext-cards-container .titletext-cards-body {
  text-align: center;
}

.bodycopy {
  word-wrap: break-word;
}

.asset-content_data {
  padding: 20px;
  width: 100%;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .asset-content_data {
    display: contents;
    flex-direction: column;
  }
}
.asset-content_data .zero-padding {
  padding: 0px !important;
}
.asset-content_data .right-data .right-data_container {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .asset-content_data .right-data .right-data_container {
    padding: 20px;
    font-size: 14px;
  }
}
.asset-content_data .left-data img {
  width: 100%;
  display: block;
}

.asset.asset-position_right .right-data {
  order: -1;
}
.asset.asset_Vertical .asset-content_data {
  flex-direction: column;
}
.asset.margin_left .asset-content_data .right-data {
  margin-left: 10px;
}
.asset.margin_left .asset-content_data .left-data {
  margin-left: 10px;
}
.asset.Full_Width_Content .asset-content_data .right-data {
  flex: 0 0 100%;
  max-width: 100%;
}
.asset.Full_Width_Asset .asset-content_data .left-data {
  flex: 0 0 100%;
  max-width: 100%;
}
.asset.img_rounded img {
  border-radius: 8px;
}
.asset.img_circle img {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
}
.asset.img_circle .left-data {
  width: 25%;
}
.asset.img_thumbnail img {
  border: 1px solid #ddd;
  /* Gray border */
  border-radius: 4px;
  /* Rounded border */
  padding: 5px;
  /* Some padding */
}
.asset.img_thumbnail img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
.asset.asset_width_25 .asset-content_data .left-data {
  width: 25%;
}
.asset.asset_width_25 .asset-content_data .left-data img {
  width: 25%;
}
.asset.asset_width_25 .asset-content_data .right-data {
  width: 75%;
}
.asset.asset_width_50 .asset-content_data .left-data img {
  width: 50%;
}
.asset.asset_width_75 .asset-content_data .left-data img {
  width: 75%;
}
.asset.content_left .right-data .right-data_container {
  text-align: left;
}
.asset.content_right .right-data .right-data_container {
  text-align: right;
}
.asset.content_center .right-data .right-data_container {
  text-align: center;
}

.anchorlist .anchorlist {
  background-color: #7f9ac6;
}
.anchorlist .anchorlist .ancholist_items {
  display: inline-flex;
  list-style-type: none;
}
.anchorlist .anchorlist .ancholist_items li {
  display: inline-block;
  padding: 10px;
}
@media (max-width: 576px) {
  .anchorlist-responsive.anchorlist .anchorlist .ancholist_items {
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .anchorlist-responsive.anchorlist .anchorlist .ancholist_items li {
    flex-basis: 100%;
    border-bottom: 1px solid #f0f0f0;
  }
  .anchorlist-responsive.anchorlist .anchorlist .ancholist_items li:last-child {
    border: none;
  }
}
.anchorlist a {
  color: #ffffff;
  text-decoration: none !important;
}
.anchorlist .anchorlist_names a {
  font-size: 14px;
  margin-right: 2.5rem;
  text-decoration: none;
}

.accordion {
  margin-bottom: 2rem;
  padding-left: 0;
  list-style-type: none;
}
.accordion .accordion__item {
  padding-left: 1rem;
  padding-right: 1rem;
}
.accordion .accordion__item:not(:first-child) {
  border-top: 0;
}
.accordion .accordion__item .accordion__title {
  position: relative;
  display: block;
  color: #102537;
  font-size: 1.375rem;
  font-family: "Diodrum Regular";
  font-weight: 600;
  border: 0;
  border-bottom: 2px solid #E7EBEE;
  padding: 1.5rem 2.5rem 1.5rem 0;
  line-height: 1;
  top: -13px;
}
.accordion .accordion__item .accordion__title:before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  font-size: .75rem;
  font-weight: normal;
  color: #3495E8;
  content: url("data:image/svg+xml, %3Csvg%20width%3D%2216%22%20height%3D%223%22%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201h14%22%20stroke%3D%22%23217AC6%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22square%22%2F%3E%3C%2Fsvg%3E");
}
.accordion .accordion__item .accordion__title.collapsed {
  border-bottom: 0;
}
.accordion .accordion__item .accordion__title.collapsed:before {
  content: url("data:image/svg+xml, %3Csvg%20width%3D%2216%22%20height%3D%2217%22%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23217AC6%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22square%22%3E%3Cpath%20d%3D%22M1%208h14M8%2015V2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.accordion .accordion__item .accordion__title:hover,
.accordion .accordion__item .accordion__title:focus {
  color: #102537;
}
.accordion .accordion__content {
  padding: 1rem;
}
.accordion .accordion__content p {
  color: blue;
  padding-left: 0;
}
:last-child:not(.is-active) > .accordion__title {
  border-bottom: 2px solid #E7EBEE;
}
@media screen and (max-width: 575px) {
  .accordion__title {
    padding-right: 2.5rem;
  }
}

.accordion_border.outline_border_accordion .accordion {
  border: 2px solid #E7EBEE;
}
.accordion_border.outline_border_accordion .accordion .accordion__title {
  border-bottom: 2px solid #E7EBEE;
}
.accordion_border.border_accord_item .accordion__item {
  border: 2px solid #E7EBEE;
}
.accordion_border.border_top .accordion .accordion__item .accordion__title {
  border-top: 2px solid #E7EBEE;
  border-bottom: none;
}
.accordion_border.without_border .accordion {
  border: 0;
}
.accordion_border.without_border .accordion .accordion__item .accordion__title {
  border-bottom: 2px solid #E7EBEE;
}

@font-face {
  font-family: "Diodrum Extralight";
  src: url('clientlib-global/source/resources/fonts/DiodrumCyrillic/DiodrumCyrillic-Extralight.woff2') format('woff2'), url('clientlib-global/source/resources/fonts/DiodrumCyrillic/DiodrumCyrillic-Extralight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Extralight Italic";
  src: url('clientlib-global/source/resources/fonts/DiodrumCyrillic/DiodrumCyrillic-ExtralightItalic.woff2') format('woff2'), url('clientlib-global/source/resources/fonts/DiodrumCyrillic/DiodrumCyrillic-ExtralightItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Light";
  src: url('clientlib-global/source/resources/fonts/DiodrumCyrillic/DiodrumCyrillic-Light.woff2') format('woff2'), url('clientlib-global/source/resources/fonts/DiodrumCyrillic/DiodrumCyrillic-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Light Italic";
  src: url('clientlib-global/source/resources/fonts/DiodrumCyrillic/DiodrumCyrillic-LightItalic.woff2') format('woff2'), url('clientlib-global/source/resources/fonts/DiodrumCyrillic/DiodrumCyrillic-LightItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Regular";
  src: url('clientlib-global/source/resources/fonts/DiodrumCyrillic/DiodrumCyrillic-Regular.woff2') format('woff2'), url('clientlib-global/source/resources/fonts/DiodrumCyrillic/DiodrumCyrillic-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Regular Italic";
  src: url('clientlib-global/source/resources/fonts/DiodrumCyrillic/DiodrumCyrillic-RegularItalic.woff2') format('woff2'), url('clientlib-global/source/resources/fonts/DiodrumCyrillic/DiodrumCyrillic-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Medium";
  src: url('clientlib-global/source/resources/fonts/DiodrumCyrillic/DiodrumCyrillic-Medium.woff2') format('woff2'), url('clientlib-global/source/resources/fonts/DiodrumCyrillic/DiodrumCyrillic-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Medium Italic";
  src: url('clientlib-global/source/resources/fonts/DiodrumCyrillic/DiodrumCyrillic-MediumItalic.woff2') format('woff2'), url('clientlib-global/source/resources/fonts/DiodrumCyrillic/DiodrumCyrillic-MediumItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Semibold";
  src: url('clientlib-global/source/resources/fonts/DiodrumCyrillic/DiodrumCyrillic-Semibold.woff2') format('woff2'), url('clientlib-global/source/resources/fonts/DiodrumCyrillic/DiodrumCyrillic-Semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Semibold Italic";
  src: url('clientlib-global/source/resources/fonts/DiodrumCyrillic/DiodrumCyrillic-SemiboldItalic.woff2') format('woff2'), url('clientlib-global/source/resources/fonts/DiodrumCyrillic/DiodrumCyrillic-SemiboldItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Bold";
  src: url('clientlib-global/source/resources/fonts/DiodrumCyrillic/DiodrumCyrillic-Bold.woff2') format('woff2'), url('clientlib-global/source/resources/fonts/DiodrumCyrillic/DiodrumCyrillic-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Bold Italic";
  src: url('clientlib-global/source/resources/fonts/DiodrumCyrillic/DiodrumCyrillic-BoldItalic.woff2') format('woff2'), url('clientlib-global/source/resources/fonts/DiodrumCyrillic/DiodrumCyrillic-BoldItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Condensed Semibold";
  src: url('../../../resources/fonts/DiodrumCyrillic/DiodrumCyrillicCondensed-SemiBold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
/* noto-sans-regular - latin */
@font-face {
  font-family: 'Noto Sans Regular';
  font-style: normal;
  font-weight: 400;
  src: url('clientlib-global/source/resources/fonts/Noto_Sans_Cyrillic/NotoSans-Regular.eot');
  src: local('Noto Sans'), local('NotoSans'), url('clientlib-global/source/resources/fonts/Noto_Sans_Cyrillic/NotoSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('clientlib-global/source/resources/fonts/Noto_Sans_Cyrillic/NotoSans-Regular.woff2') format('woff2'), /* Super Modern Browsers */ url('clientlib-global/source/resources/fonts/Noto_Sans_Cyrillic/NotoSans-Regular.woff') format('woff'), /* Modern Browsers */ url('clientlib-global/source/resources/fonts/Noto_Sans_Cyrillic/NotoSans-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('clientlib-global/source/resources/fonts/Noto_Sans_Cyrillic/NotoSans-Regular.svg#NotoSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Noto Sans Bold';
  font-style: normal;
  font-weight: 400;
  src: url('clientlib-global/source/resources/fonts/Noto_Sans_Cyrillic/NotoSans-Bold.eot');
  src: local('Noto Sans'), local('NotoSans'), url('clientlib-global/source/resources/fonts/Noto_Sans_Cyrillic/NotoSans-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('clientlib-global/source/resources/fonts/Noto_Sans_Cyrillic/NotoSans-Bold.woff2') format('woff2'), /* Super Modern Browsers */ url('clientlib-global/source/resources/fonts/Noto_Sans_Cyrillic/NotoSans-Bold.woff') format('woff'), /* Modern Browsers */ url('clientlib-global/source/resources/fonts/Noto_Sans_Cyrillic/NotoSans-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('clientlib-global/source/resources/fonts/Noto_Sans_Cyrillic/NotoSans-Bold.svg#NotoSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: "Diodrum Extralight";
  src: url('clientlib-global/source/resources/fonts/Diodrum-Extralight.woff2') format('woff2'), url('clientlib-global/source/resources/fonts/Diodrum-Extralight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Extralight Italic";
  src: url('clientlib-global/source/resources/fonts/Diodrum-ExtralightItalic.woff2') format('woff2'), url('clientlib-global/source/resources/fonts/Diodrum-ExtralightItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Light";
  src: url('clientlib-global/source/resources/fonts/Diodrum-Light.woff2') format('woff2'), url('clientlib-global/source/resources/fonts/Diodrum-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Light Italic";
  src: url('clientlib-global/source/resources/fonts/Diodrum-LightItalic.woff2') format('woff2'), url('clientlib-global/source/resources/fonts/Diodrum-LightItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Regular";
  src: url('clientlib-global/source/resources/fonts/Diodrum-Regular.woff2') format('woff2'), url('clientlib-global/source/resources/fonts/Diodrum-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Regular Italic";
  src: url('clientlib-global/source/resources/fonts/Diodrum-RegularItalic.woff2') format('woff2'), url('clientlib-global/source/resources/fonts/Diodrum-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Medium";
  src: url('clientlib-global/source/resources/fonts/Diodrum-Medium.woff2') format('woff2'), url('clientlib-global/source/resources/fonts/Diodrum-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Medium Italic";
  src: url('clientlib-global/source/resources/fonts/Diodrum-MediumItalic.woff2') format('woff2'), url('clientlib-global/source/resources/fonts/Diodrum-MediumItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Semibold";
  src: url('clientlib-global/source/resources/fonts/Diodrum-Semibold.woff2') format('woff2'), url('clientlib-global/source/resources/fonts/Diodrum-Semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Semibold Italic";
  src: url('clientlib-global/source/resources/fonts/Diodrum-SemiboldItalic.woff2') format('woff2'), url('clientlib-global/source/resources/fonts/Diodrum-SemiboldItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Bold";
  src: url('clientlib-global/source/resources/fonts/Diodrum-Bold.woff2') format('woff2'), url('clientlib-global/source/resources/fonts/Diodrum-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Bold Italic";
  src: url('clientlib-global/source/resources/fonts/Diodrum-BoldItalic.woff2') format('woff2'), url('clientlib-global/source/resources/fonts/Diodrum-BoldItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Condensed Semibold";
  src: url('../../../resources/fonts/DiodrumCondensed-SemiBold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
/* noto-sans-regular - latin */
@font-face {
  font-family: 'Noto Sans Regular';
  font-style: normal;
  font-weight: 400;
  src: url('clientlib-global/source/resources/fonts/noto-sans-v8-latin-regular.eot');
  src: local('Noto Sans'), local('NotoSans'), url('clientlib-global/source/resources/fonts/noto-sans-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('clientlib-global/source/resources/fonts/noto-sans-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('clientlib-global/source/resources/fonts/noto-sans-v8-latin-regular.woff') format('woff'), /* Modern Browsers */ url('clientlib-global/source/resources/fonts/noto-sans-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('clientlib-global/source/resources/fonts/noto-sans-v8-latin-regular.svg#NotoSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: "Noto Sans Bold";
  src: url('clientlib-global/source/resources/fonts/noto-sans-v8-latin-700.woff2') format('woff2'), url('clientlib-global/source/resources/fonts/noto-sans-v8-latin-700.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(clientlib-global/source/resources/fonts/glyphicons-halflings-regular.eot);
  src: url(clientlib-global/source/resources/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(clientlib-global/source/resources/fonts/glyphicons-halflings-regular.woff) format("woff"), url(clientlib-global/source/resources/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(clientlib-global/source/resources/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
@font-face {
  font-family: 'MetricSemibold';
  src: url('clientlib-global/source/resources/fonts/metric-semibold.eot');
  src: local('MetricSemibold'), local('MetricSemibold'), url('clientlib-global/source/resources/fonts/metric-semibold.eot') format('embedded-opentype'), url('clientlib-global/source/resources/fonts/metric-semibold.woff2') format('woff2'), url('clientlib-global/source/resources/fonts/metric-semibold.woff') format('woff'), url('clientlib-global/source/resources/fonts/metric-semibold.ttf') format('truetype'), url('clientlib-global/source/resources/fonts/metric-semibold.svg#MetricSemibold') format('svg');
}
h1 {
  font-family: "Diodrum Regular";
  font-size: 42px;
  line-height: 46px;
  letter-spacing: 0;
  color: #e4001c;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 60px;
    line-height: 64px;
  }
}
h2 {
  font-family: "Diodrum Medium";
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.5px;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 42px;
    line-height: 48px;
  }
}
.campaign-heading {
  font-family: "Diodrum Semibold";
}
h3 {
  font-family: "Diodrum Regular";
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 32px;
    line-height: 38px;
  }
}
h3.medium {
  font-family: "Diodrum Medium";
}
h4 {
  font-family: "Diodrum Regular";
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #000000;
}
h4.medium {
  font-family: "Diodrum Medium";
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 26px;
    line-height: 32px;
  }
}
h5 {
  font-family: "Diodrum Regular";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
a {
  font-family: "Noto Sans Regular";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5;
  color: #000000;
}
.eyebrow {
  font-family: "Noto Sans Regular";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #e4001c;
}
.credits {
  font-family: "Noto Sans Regular";
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.5px;
  color: #e1e1e1;
}
.body1 {
  font-family: "Noto Sans Regular";
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #212121;
}
@media only screen and (min-width: 768px) {
  .body1 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.1px;
  }
}
.body2 {
  font-family: "Noto Sans Regular", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  color: #212121;
}
.body2 p {
  font-family: "Noto Sans Regular", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
}
.body2-bold {
  font-family: "Noto Sans Bold";
}
.body3 {
  font-family: "Noto Sans Regular", sans-serif;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0;
  color: #212121;
}
.body3 p {
  font-family: "Noto Sans Regular", sans-serif;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0;
}
.body3-bold {
  font-family: "Noto Sans Bold";
}
a.cta {
  border: 1px solid #000;
  border-radius: 25px;
  font-size: 16px;
  line-height: 1;
  padding: 1.0625em 3em .9375em;
  font-family: "Diodrum Regular", sans-serif;
  letter-spacing: -0.5px;
  text-decoration: none;
  cursor: pointer;
  color: #000000;
  display: inline-block;
}
a.cta:hover {
  border-color: #e4001c;
  color: #e4001c;
}
a.cta:active {
  color: #ffffff;
  background: #e4001c;
  border-color: #e4001c;
}
a.cta.white {
  color: #ffffff;
  border-color: #ffffff;
}
a.cta.white:hover {
  border-color: #e4001c;
  color: #e4001c;
}
a.cta.white:active {
  color: #ffffff;
}
a.cta.black {
  color: #ffffff;
  background-color: #000000;
}
a.cta.black:hover {
  background-color: #e4001c;
}
a.arrow {
  font-size: 14px;
  margin-top: 1.5em;
  display: inline-block;
  color: #212121;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  a.arrow {
    font-size: 16px;
  }
}
a.arrow:hover {
  color: #e4001c;
}
a.arrow:after {
  content: '→';
  position: relative;
  top: .125em;
  margin-left: .5em;
}
label.checkbox {
  display: block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}
label.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
label.checkbox.disabled {
  color: #e1e1e1;
  cursor: not-allowed;
}
label.checkbox.disabled input {
  cursor: not-allowed;
}
label.checkbox.disabled span.checkmark {
  border: solid 1px #e1e1e1;
}
label.checkbox.disabled:hover input ~ span.checkmark {
  background-color: #ffffff;
  border: solid 1px #e1e1e1;
}
label.checkbox span.checkmark {
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  background-color: #ffffff;
  border: solid 1px #e1e1e1;
}
label.checkbox span.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
label.checkbox:hover input ~ span.checkmark {
  background-color: #e1e1e1;
  border: none;
}
label.checkbox input:checked ~ span.checkmark {
  background-color: #e4001c;
}
label.checkbox input:checked ~ span.checkmark:after {
  display: block;
}
label.checkbox span.checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
section:not(:first-child) {
  margin-top: 3em;
}
h2 {
  margin-top: 0;
}
.grid-container {
  padding-left: 3px;
  padding-right: 3px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .grid-container {
    padding: 0 9px;
    min-width: 768px;
  }
}
@media only screen and (min-width: 1024px) {
  .grid-container {
    padding: 0 94px;
    min-width: 1024px;
    max-width: 1440px;
  }
}
.grid-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 0px;
}
@media only screen and (min-width: 768px) {
  .grid-row {
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 18px;
    grid-row-gap: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .grid-row {
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 0px;
  }
}
.grid-item {
  padding: 1em;
  text-align: center;
}
.col-item-1 {
  grid-column: span 1;
}
.col-item-2 {
  grid-column: span 2;
}
.col-item-3 {
  grid-column: span 3;
}
.col-item-4 {
  grid-column: span 4;
}
.col-item-5 {
  grid-column: span 5;
}
.col-item-6 {
  grid-column: span 6;
}
.col-item-7 {
  grid-column: span 7;
}
.col-item-8 {
  grid-column: span 8;
}
.col-item-9 {
  grid-column: span 9;
}
.col-item-10 {
  grid-column: span 10;
}
.col-item-11 {
  grid-column: span 11;
}
.col-item-12 {
  grid-column: span 12;
}
.color-1 {
  background-color: #112F41;
  color: white;
}
.color-2 {
  background-color: #0894A1;
}
.color-3 {
  background-color: #47AB6C;
}
.color-4 {
  background-color: #F2B134;
}
.color-5 {
  background-color: #ED553B;
}
/* 
 * This is the Global less file that give access 
 * to all basics styles that are need it. Just import
 * this file in the less file of  your component or page.
 * 
 * @import "path_to_file/global.less";
 */
ol,
ul {
  margin: 0;
  padding: 0;
}
.bodycopy ul,
.bodycopy ol,
.newsbody-copy ul,
.newsbody-copy ol {
  margin: 0 0 1rem 2rem;
}
a:hover {
  text-decoration: none;
}
body {
  font-family: "Noto Sans Regular";
}
.dupont-container {
  max-width: 1170px;
  margin: 0 auto;
}
.aem-GridColumn {
  padding: 0;
}
.aem-GridColumn.dupont-container,
.aem-GridColumn.dupont-container-fluid {
  float: none !important;
}
.dupont-article-container {
  margin: 0 auto;
  float: none !important;
  padding: 0 33px !important;
}
@media (min-width: 576px) {
  .dupont-article-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .dupont-article-container {
    max-width: 743px;
  }
}
.aem-GridColumn.esl-fixed-container {
  clear: both !important;
  float: none !important;
  padding: 0 94px !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
@media screen and (max-width: 1023px) {
  .aem-GridColumn.esl-fixed-container {
    padding: 0 33px !important;
  }
}
.responsivegrid .black {
  background-color: #444;
}
.responsivegrid .grey {
  background-color: #f2f2f2;
}
.responsivegrid .lightYellow {
  background-color: #f3f7e4;
}
.responsivegrid .aliceBlue {
  background-color: #eef6fc;
}
.responsivegrid .red {
  background-color: #e4001c;
}
.equal-height .aem-Grid {
  display: flex;
  flex-wrap: wrap;
}
.fontsize10 {
  font-size: 10px;
}
.fontsize12 {
  font-size: 12px;
}
.fontsize14 {
  font-size: 14px;
}
.fontsize16 {
  font-size: 16px;
}
.fontsize18 {
  font-size: 18px;
}
.fontsize20 {
  font-size: 20px;
}
.fontsize22 {
  font-size: 22px;
}
.fontsize24 {
  font-size: 24px;
}
.fontsize26 {
  font-size: 26px;
}
.fontsize28 {
  font-size: 28px;
}
.fontsize30 {
  font-size: 30px;
}
.fontsize32 {
  font-size: 32px;
}
.fontsize34 {
  font-size: 34px;
}
.fontsize36 {
  font-size: 36px;
}
.fontsize38 {
  font-size: 38px;
}
.fontsize40 {
  font-size: 40px;
}
.fontsize42 {
  font-size: 42px;
}
.fontsize44 {
  font-size: 44px;
}
@media (max-width: 767px) {
  .fontsize10 {
    font-size: 10px;
  }
  .fontsize12 {
    font-size: 12px;
  }
  .fontsize14 {
    font-size: 12px;
  }
  .fontsize16 {
    font-size: 12px;
  }
  .fontsize18 {
    font-size: 14px;
  }
  .fontsize20 {
    font-size: 16px;
  }
  .fontsize22 {
    font-size: 16px;
  }
  .fontsize24 {
    font-size: 18px;
  }
  .fontsize26 {
    font-size: 18px;
  }
  .fontsize28 {
    font-size: 18px;
  }
  .fontsize30 {
    font-size: 20px;
  }
  .fontsize32 {
    font-size: 20px;
  }
  .fontsize34 {
    font-size: 24px;
  }
  .fontsize36 {
    font-size: 24px;
  }
}
.global-padding-left {
  padding-left: 15px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .global-padding-left {
    padding-left: 30px;
  }
}
.global-padding-right {
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .global-padding-right {
    padding-right: 30px;
  }
}
.global-padding-top {
  padding-top: 15px;
}
.global-padding-bottom {
  padding-bottom: 15px;
}
/* Custom Styles as per Dupont Guidelines 2019 Apr*/
h3 .medium {
  font-family: "Diodrum Medium";
}
@keyframes fromTop {
  0% {
    top: -100px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
@keyframes fromBottom {
  0% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: -100px;
    opacity: 0;
  }
}
.component-navigation--logo .navigationShare {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.component-navigation--logo .navigationShare a {
  display: inline-block;
  position: relative;
  width: auto;
  left: 0;
  top: 0;
  transform: none;
  padding-left: 20px;
}
.component-navigation--logo .navigationShare a img {
  display: inline-block;
  height: 30px;
  opacity: 1;
}
.component-navigation--logo .navigationShare a:first-child {
  padding-left: 0;
}
.component-navigation--logo.showShare .navigationShare {
  display: block;
}
.component-navigation--logo.showShare .navigation-logo {
  display: none;
}
.component-actionbar {
  width: 100%;
  z-index: 95;
  margin-bottom: 30px;
  transition: top 700ms ease-out 200ms;
}
@media screen and (min-width: 1024px) {
  .component-actionbar {
    margin-bottom: 0px;
  }
}
.component-actionbar--pageinfo {
  display: none;
}
@media screen and (min-width: 1024px) {
  .component-actionbar .container {
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    height: 100%;
    position: relative;
  }
}
.component-actionbar--contain {
  color: #212121;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .component-actionbar--contain {
    width: 150px;
    position: absolute;
    right: 0;
  }
}
.component-actionbar--contain .divider {
  display: none;
}
.component-actionbar--contain-overview {
  position: relative;
  display: none;
}
@media screen and (min-width: 1024px) {
  .component-actionbar--contain-overview {
    display: block;
  }
}
.component-actionbar--contain-overview a {
  position: relative;
  display: inline-block;
  height: 15px;
  padding-left: 25px;
  line-height: 16px;
  vertical-align: middle;
  text-decoration: none;
}
.component-actionbar--contain-overview a img {
  height: 15px;
  position: absolute;
  left: 0;
}
.component-actionbar--contain-overview a:hover {
  color: #e4001c;
}
.component-actionbar--contain-brands {
  font-family: "Diodrum Regular";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 33px;
}
.component-actionbar--contain-brands i {
  display: inline-block;
  margin-left: 10px;
}
.component-actionbar--contain-brands.open ul {
  position: absolute;
  display: block;
  background-color: #ffffff;
  padding: 20px 30px 30px;
  width: calc(130%);
  margin: 0 0 0;
  margin-left: -30px;
}
@media screen and (min-width: 1024px) {
  .component-actionbar--contain-brands {
    display: block;
    position: relative;
    line-height: 1.43;
    right: auto;
    top: auto;
    transform: none;
  }
  .component-actionbar--contain-brands i {
    display: none;
  }
}
.component-actionbar--contain-brands ul {
  display: none;
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .component-actionbar--contain-brands ul {
    display: block;
  }
}
.component-actionbar--contain-brands ul li a {
  font-size: 12px;
  line-height: 1.92;
  text-decoration: none;
}
.component-actionbar--contain-brands ul li a:hover {
  color: #e4001c;
}
.component-actionbar--contain-share {
  padding: 0 0 0 33px;
  margin: 0 0;
  position: relative;
  display: inline-block;
}
.component-actionbar--contain-share .share-off {
  display: none;
}
.component-actionbar--contain-share .share-on {
  display: block;
  visibility: visible;
  background-color: #ffffff;
  height: 30px;
  margin: 18px 0;
}
.component-actionbar--contain-share .share-on a {
  display: inline-block;
  margin-left: 20px;
}
.component-actionbar--contain-share .share-on a img {
  display: inline-block;
  height: 30px;
  opacity: 1;
}
.component-actionbar--contain-share .share-on a:first-child {
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .component-actionbar--contain-share {
    border: solid 0.2px #979797;
    border-style: solid none;
    display: block;
    padding: 18px 0;
    margin: 20px 0;
  }
  .component-actionbar--contain-share .share-off {
    display: block;
    position: relative;
    height: 30px;
    opacity: 1;
    transition-property: opacity;
    transition-delay: 0ms;
    transition-duration: 500ms;
    transition-timing-function: ease-in-out;
  }
  .component-actionbar--contain-share .share-off a {
    position: relative;
    display: inline-block;
    height: 16px;
    padding-left: 25px;
    line-height: 16px;
    vertical-align: middle;
    margin: 7px 0;
  }
  .component-actionbar--contain-share .share-off a img {
    height: 15px;
    position: absolute;
    left: 0;
  }
  .component-actionbar--contain-share .share-on {
    visibility: hidden;
    position: absolute;
    top: 0;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 500ms;
    transition-timing-function: ease-in;
  }
  .component-actionbar--contain-share .share-on a {
    margin-left: 25px;
  }
  .component-actionbar--contain-share .share-on a:hover img {
    opacity: 0.3;
  }
}
.component-actionbar--contain-share:hover .share-off {
  opacity: 0;
}
.component-actionbar--contain-share:hover .share-on {
  opacity: 1;
  visibility: visible;
}
.component-actionbar.scroll-postop {
  z-index: 222;
  display: none;
  height: 88px;
  position: fixed;
  top: -100px;
  left: 0;
}
.component-actionbar.scroll-postop.scroll-postop-in {
  top: 0;
  animation: fromTop 600ms ease;
}
.component-actionbar.scroll-postop.scroll-postop-out {
  top: 0;
  animation: fromBottom 600ms ease 200ms;
}
@media screen and (min-width: 1024px) {
  .component-actionbar.scroll-postop {
    display: block;
  }
  .component-actionbar.scroll-postop .container {
    height: 88px;
    position: relative;
  }
  .component-actionbar.scroll-postop .component-actionbar--pageinfo {
    display: block;
    position: absolute;
    top: 46px;
    transform: translateY(-50%);
    left: 10px;
  }
  .component-actionbar.scroll-postop .component-actionbar--pageinfo .divider {
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #000000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .component-actionbar.scroll-postop .component-actionbar--pageinfo .category,
  .component-actionbar.scroll-postop .component-actionbar--pageinfo .title {
    font-family: "Diodrum Regular";
    font-size: calc(15px  - ( 2  * (1px - ((100vw -  1024px ) / 416 ))));
    display: inline-block;
    padding-left: 0;
    padding-right: 22px;
    color: #A2A2A2;
  }
  .component-actionbar.scroll-postop .component-actionbar--pageinfo .title {
    padding-right: 0;
    padding-left: 25px;
    color: #000000;
  }
  .component-actionbar.scroll-postop .component-actionbar--contain {
    position: absolute;
    right: 10px;
    width: auto;
    top: 46px;
    transform: translateY(-50%);
  }
  .component-actionbar.scroll-postop .component-actionbar--contain .divider {
    width: 1px;
    background-color: #000000;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .component-actionbar.scroll-postop .component-actionbar--contain-overview,
  .component-actionbar.scroll-postop .component-actionbar--contain-share,
  .component-actionbar.scroll-postop .component-actionbar--contain-brands {
    display: inline-block;
    font-size: calc(14px  - ( 2  * (1px - ((100vw -  1024px ) / 416 ))));
  }
  .component-actionbar.scroll-postop .component-actionbar--contain-overview a,
  .component-actionbar.scroll-postop .component-actionbar--contain-share a,
  .component-actionbar.scroll-postop .component-actionbar--contain-brands a {
    font-size: calc(14px  - ( 2  * (1px - ((100vw -  1024px ) / 416 ))));
  }
  .component-actionbar.scroll-postop .component-actionbar--contain-overview {
    padding-right: 18px;
  }
  .component-actionbar.scroll-postop .component-actionbar--contain-share {
    border-style: none none;
    padding: 0 15px 0 20px;
    margin: 0 0;
  }
  .component-actionbar.scroll-postop .component-actionbar--contain-share .share-off {
    display: none;
  }
  .component-actionbar.scroll-postop .component-actionbar--contain-share .share-on {
    position: relative;
    display: block;
    visibility: visible;
    opacity: 1;
    margin: 0 0;
  }
  .component-actionbar.scroll-postop .component-actionbar--contain-brands {
    cursor: pointer;
    padding-left: 21px;
  }
  .component-actionbar.scroll-postop .component-actionbar--contain-brands i {
    display: none;
  }
  .component-actionbar.scroll-postop .component-actionbar--contain-brands ul {
    display: none;
  }
  .component-actionbar.scroll-postop .component-actionbar--contain-brands:hover ul {
    position: absolute;
    display: block;
    background-color: #ffffff;
    padding: 20px 30px 30px;
    width: calc(130%);
    margin: 0 0 0;
    margin-left: -30px;
  }
}
@media screen and (min-width: 1440px) {
  .component-actionbar.scroll-postop .component-actionbar--pageinfo .category,
  .component-actionbar.scroll-postop .component-actionbar--pageinfo .title {
    font-size: 15px;
  }
  .component-actionbar.scroll-postop .component-actionbar--contain-overview,
  .component-actionbar.scroll-postop .component-actionbar--contain-share,
  .component-actionbar.scroll-postop .component-actionbar--contain-brands {
    font-size: 14px;
  }
  .component-actionbar.scroll-postop .component-actionbar--contain-overview a,
  .component-actionbar.scroll-postop .component-actionbar--contain-share a,
  .component-actionbar.scroll-postop .component-actionbar--contain-brands a {
    font-size: 14px;
  }
}
.component-cards {
  /*
    .no-gutters {
        margin-right: 0;
        margin-left: 0;
        >.col,
        >[class*="col-"] {
            padding-right: 0;
            padding-left: 0;
            margin-bottom: 15px;
        }
        @media screen and (min-width: 992px) {
            margin-right: -15px;
            margin-left: -15px;
            >.col,
            >[class*="col-"] {
                padding-right: 15px;
                padding-left: 15px;
               
            }
        }
    }*/
}
.component-cards .container {
  padding-right: 33px;
  padding-left: 33px;
}
@media screen and (min-width: 1024px) {
  .component-cards .container {
    padding-right: 94px;
    padding-left: 94px;
  }
}
@media screen and (min-width: 400px) {
  .component-cards .container {
    max-width: 576px;
  }
}
@media screen and (min-width: 992px) {
  .component-cards .container {
    max-width: 1440px;
  }
}
.component-cards .row > .col,
.component-cards .row > [class*="col-"] {
  margin-bottom: 15px;
}
.component-cards--card {
  background-color: white;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  min-height: 520px;
}
.component-cards--card:hover .cardContent-body {
  color: #e4001c;
}
.component-cards--card:hover .fa-long-arrow-alt-right {
  color: #e4001c;
}
.component-cards--card .cardContent {
  background-color: rgba(255, 255, 255, 0.9);
  min-height: 40%;
  width: 100%;
  flex-direction: column;
  align-self: flex-end;
  display: flex;
  justify-content: space-between;
}
.component-cards--card .cardContent:hover .cardContent-body {
  color: #e4001c;
}
.component-cards--card .cardContent:hover .fa-long-arrow-alt-right {
  color: #e4001c;
}
@media screen and (min-width: 400px) {
  .component-cards--card .cardContent {
    min-height: 30%;
  }
}
@media screen and (min-width: 991px) {
  .component-cards--card .cardContent {
    min-height: 38%;
  }
}
.component-cards--card .cardContent.shortImage {
  border: 1px solid #F8F6F4;
  border-top: 0;
}
.component-cards--card .cardContent-date {
  margin: 0 0 20px 0;
  padding: 20px 20px 0;
  position: relative;
  top: 0;
  width: 100%;
  left: 0;
}
.component-cards--card .cardContent .divider {
  background-color: #e4001c;
  height: 1px;
  margin-top: 10px;
  width: 32px;
  position: absolute;
  top: 32px;
}
.component-cards--card .cardContent-tag {
  bottom: 0;
  color: #9B9B9B;
  margin: 0;
  padding: 20px 20px;
  position: relative;
  width: 100%;
  left: 0;
}
.component-cards--card .cardContent-tag span {
  position: absolute;
  right: 20px;
  transform: translateY(-50%);
  top: 50%;
  color: #000000;
}
.component-cards--card .cardContent-body {
  font-family: "Diodrum Regular";
  padding: 0px 20px;
}
.component-cards--card .cardContent-body.body1 {
  padding: 0 20px;
}
@media screen and (min-width: 400px) {
  .component-cards--card .cardContent-body.body1 {
    font-size: 14px !important;
    line-height: 24px;
  }
  .component-cards--card .cardContent-body.body1 p {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .component-cards--card .cardContent-body.body1 {
    font-size: 13px !important;
    line-height: 1.5;
    padding: 10px 20px;
  }
}
.component-cards--card .cardContent.noImage {
  height: 100%;
  border: 1px solid #e4001c;
}
.component-cards--card .cardContent.noImage h4 {
  font-family: "Diodrum Regular";
  font-size: 30px;
  line-height: 1.2;
  width: 90%;
  word-break: break-word;
  margin-left: 0.8em;
}
@media screen and (min-width: 400px) {
  .component-cards--card .cardContent.noImage h4 {
    margin-left: 0;
  }
}
@media screen and (min-width: 576px) {
  .component-cards--card .cardContent.noImage h4 {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .component-cards--card .cardContent.noImage h4 {
    width: 90%;
    font-size: 28px;
  }
}
.component-cards--card.cardImage {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  min-width: 270px;
}
.component-carousel.container-fluid {
  padding: 0;
}
.component-carousel .row {
  margin: 0;
}
.component-carousel .row h5 {
  margin-bottom: 35px;
}
.component-carousel.small-carousel .simple-carousel-slick .slick-slide {
  margin-right: 68px;
}
.component-carousel .simple-carousel-slick .slick-slide {
  margin-right: 30px;
}
.component-carousel.image-hover-carousel .caroufredsel_wrapper {
  height: 220px !important;
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .component-carousel.image-hover-carousel .caroufredsel_wrapper {
    height: 420px !important;
  }
}
.component-carousel.image-hover-carousel #carousel {
  padding-top: 10px;
}
.component-carousel.image-hover-carousel #carousel div {
  float: left;
  position: relative;
  width: 300px;
  height: 200px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-left: 30px;
}
@media only screen and (min-width: 768px) {
  .component-carousel.image-hover-carousel #carousel div {
    width: 600px;
    height: 400px;
  }
}
.component-carousel.image-hover-carousel #carousel div.card-descrip {
  -webkit-box-shadow: 0px 0px 5px 0px #a6a6a6;
  -moz-box-shadow: 0px 0px 5px 0px #a6a6a6;
  box-shadow: 0px 0px 5px 0px #a6a6a6;
}
.component-carousel.image-hover-carousel #carousel div.card-descrip .card-text {
  top: 0px;
}
.component-carousel.image-hover-carousel #carousel div.card-descrip .card-text-element {
  opacity: 1;
}
.component-carousel.image-hover-carousel #carousel div .card-text {
  background-color: white;
  padding: 20px;
  position: absolute;
  top: 201px;
  -webkit-transition: top 1s;
  /* Safari */
  transition: top 1s;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .component-carousel.image-hover-carousel #carousel div .card-text {
    padding: 60px;
    top: 401px;
  }
}
.component-carousel.image-hover-carousel #carousel div .card-text p.body2-bold {
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .component-carousel.image-hover-carousel #carousel div .card-text p.body2-bold {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 24px;
  }
}
.component-carousel.image-hover-carousel #carousel div .card-text p.body2 {
  font-size: 11px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .component-carousel.image-hover-carousel #carousel div .card-text p.body2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.component-carousel.image-hover-carousel #carousel div .card-text-element {
  opacity: 0;
  transition: opacity 0.4s 0.9s;
}
.component-carousel.brands-carousel #carousel div {
  float: left;
  position: relative;
  width: 300px;
  height: 100px;
  margin-left: 85px;
  text-align: center;
}
.component-carousel.brands-carousel #carousel div img {
  border: none;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.component-carousel.brands-carousel #carousel div img.no-filter {
  filter: none;
  -webkit-filter: none;
}
.component-carousel.brands-carousel #carousel div h3#brandDescription {
  padding-left: 24px;
  display: inline-block;
  font-family: "Diodrum Medium";
  line-height: 42px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .component-carousel.brands-carousel #carousel div h3#brandDescription {
    font-size: 24px;
    font-style: normal;
    line-height: 1.75;
  }
}
.component-carousel.brands-carousel #carousel div span {
  display: none;
}
.corporate-action-bar.Auto_Width_Carousel_Item .brands-carousel #carousel div {
  width: auto;
}
.cmp-featuredBlock.link-type a.cta {
  border: none;
  padding: 0 !important;
  background-image: url(../../../content/dam/dupont/amer/us/en/corporate/general/icons/cta-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 3px;
  padding-right: 30px !important;
  display: inline-block;
}
.cmp-featuredBlock.link-type a.cta:active,
.cmp-featuredBlock.link-type a.cta:hover {
  background-color: unset;
  color: #e4001c;
  background-image: url(../../../content/dam/dupont/amer/us/en/corporate/general/icons/cta-arrow-red.svg);
}
.featuredBlock {
  background: #ffffff;
}
@media screen and (max-width: 1023px) {
  .featuredBlock.container-fluid.mobilePadding {
    padding-right: 33px;
    padding-left: 33px;
  }
}
@media only screen and (min-width: 1024px) {
  .featuredBlock.container-fluid.mobilePadding {
    padding-right: 0;
    padding-left: 0;
  }
}
.featuredBlock.container-fluid .row .body2 ul {
  list-style-position: inside;
}
.featuredBlock.container-fluid .row .subheadline {
  margin-bottom: 40px;
}
.featuredBlock.container-fluid .row .subheadline .divider {
  background-color: #e4001c;
  height: 1px;
  width: 42px;
  margin-top: 11px;
}
.featuredBlock.container-fluid .row .subheadline .eyebrow {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.38px;
}
@media only screen and (min-width: 1024px) {
  .featuredBlock.container-fluid .row .subheadline .eyebrow {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
}
.featuredBlock.container-fluid .row .subheadline.simple {
  margin-bottom: 48px;
}
.featuredBlock.container-fluid .row .subheadline.simple h4 {
  font-weight: 700;
}
.featuredBlock.container-fluid .row .featuredBlock-col {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .featuredBlock.container-fluid .row .featuredBlock-col {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .featuredBlock.container-fluid .row .featuredBlock-col h3 {
    width: 80%;
  }
}
@media only screen and (min-width: 1024px) {
  .img-at-left .featuredBlock.container-fluid .row .featuredBlock-col h3 {
    width: 100%;
  }
}
.featuredBlock.container-fluid .row .featuredBlock-col span.fa.fa-long-arrow-alt-right {
  margin-left: 20px;
}
.featuredBlock.container-fluid .row .featuredBlock-col a.simple {
  text-decoration: none;
}
.featuredBlock.container-fluid .row .featuredBlock-col.image {
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .featuredBlock.container-fluid .row .featuredBlock-col.image {
    min-height: 650px;
    background-repeat: no-repeat;
  }
}
.full-image .featuredBlock.container-fluid .row .featuredBlock-col.image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 992px) {
  .img-at-left .featuredBlock.container-fluid .row .featuredBlock-col.image {
    order: -1;
  }
}
.featuredBlock.container-fluid .row .featuredBlock-col.text-col-single {
  padding: 0 33px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .featuredBlock.container-fluid .row .featuredBlock-col.text-col-single {
    padding: 0;
    padding-right: 130px;
  }
}
@media screen and (min-width: 992px) {
  .img-at-left .featuredBlock.container-fluid .row .featuredBlock-col.text-col-single {
    padding: 0 0 0 130px;
  }
}
.featuredBlock.container-fluid .row .featuredBlock-col .center-text-box {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.featuredBlock.container-fluid .row .featuredBlock-col .center-text-box h3 {
  padding-bottom: 10px;
}
.featuredBlock.container-fluid .row .featuredBlock-col .center-text-box .number-block {
  font-size: 5em;
}
.featuredBlock.container-fluid a.cta {
  margin-top: 34px;
  display: inline-block;
  padding: 14px 57px 14px;
}
.featuredBlock.container-fluid a.cta:hover {
  text-decoration: none;
}
.featuredBlock.container-fluid a.cta i.fas.fa-long-arrow-alt-right:before {
  content: "\f30b";
  padding-left: 10px;
}
.featuredBlock.container-fluid a.cta i {
  display: none;
}
.featuredBlock.container-fluid .test {
  min-height: 500px;
}
@media only screen and (min-width: 768px) {
  .featuredBlock.container-fluid .test {
    min-height: 400px;
  }
}
.featuredBlock.container-fluid #bigParagraph {
  margin-top: 30px;
}
.featuredBlock.container-fluid.noPaddings {
  padding: 0 15px;
  min-height: 500px;
  max-width: 1440px;
  background-position: 0 -1% !important;
}
@media only screen and (min-width: 1024px) {
  .featuredBlock.container-fluid.noPaddings {
    min-height: 700px;
    background-size: cover !important;
  }
}
.featuredBlock.container-fluid.noPaddings .row .no-se .subheadline {
  margin-bottom: 50px;
}
.featuredBlock.container-fluid.noPaddings h2 {
  margin-bottom: 26px;
  line-height: normal;
}
@media screen and (min-width: 11em) {
  .featuredBlock.container-fluid.noPaddings h2 {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(1em  +  1.1  * ((100vw -  11em ) / 61 ));
  }
}
@media screen and (min-width: 1440px) {
  .featuredBlock.container-fluid.noPaddings h2 {
    font-size: 2.1em;
  }
}
.featuredBlock.container-fluid.noPaddings h3 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 576px) {
  .featuredBlock.container-fluid.noPaddings .row.float {
    padding-left: 33px;
    padding-right: 33px;
  }
  .featuredBlock.container-fluid.noPaddings .row.float .no-se {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.featuredBlock.container-fluid .float {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .featuredBlock.container-fluid .float {
    display: flex;
    justify-content: flex-start;
  }
}
.featuredBlock.container-fluid .no-se {
  background: white;
  padding: 30px 32px 50px 32px;
  max-height: auto;
}
@media only screen and (min-width: 1024px) {
  .featuredBlock.container-fluid .no-se {
    margin-top: -1px;
  }
}
.featuredBlock.container-fluid .no-se #bigParagraph {
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .featuredBlock.container-fluid .no-se {
    padding: 100px 75px 100px 75px;
    max-height: auto;
  }
}
.featuredBlock.container-fluid .no-se .noPaddings {
  padding: 0;
  min-height: 500px;
  background-position: 0 -150% !important;
}
@media only screen and (min-width: 768px) {
  .featuredBlock.container-fluid .no-se .noPaddings {
    background-position: 0 -130% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .featuredBlock.container-fluid .no-se .noPaddings {
    background-position: 0 0 !important;
  }
}
@media only screen and (min-width: 1440px) {
  .featuredBlock.container-fluid .no-se .noPaddings {
    background-size: cover !important;
  }
}
.featuredBlock.container-fluid .no-se .float {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .featuredBlock.container-fluid .no-se .float {
    display: flex;
    justify-content: flex-start;
  }
}
.featuredBlock.container-fluid .no-se .no-se {
  background: white;
  padding: 30px 30px 30px 30px;
}
.featuredBlock.container-fluid .no-se .no-se .body2 p {
  color: #969696;
}
.featuredBlock.container-fluid .no-se .no-se > a.cta.red {
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .featuredBlock.container-fluid .no-se .no-se {
    padding: 30px 45px 30px 45px;
  }
}
@media only screen and (min-width: 1024px) {
  .featuredBlock.container-fluid .no-se .no-se {
    padding: 50px 65px 30px 65px;
  }
}
.featured-block-expanded {
  position: relative;
}
.featured-block-expanded.container {
  padding-right: 33px;
  padding-left: 33px;
}
@media screen and (min-width: 1024px) {
  .featured-block-expanded.container {
    padding-right: 94px;
    padding-left: 94px;
  }
}
.featured-block-expanded .eyebrow {
  margin-bottom: 2em;
}
.featured-block-expanded--content-wrapper {
  position: relative;
}
.featured-block-expanded--clamped-content {
  top: 0;
  right: 0;
  left: 0;
  background: white;
  transition-duration: 0.333s;
  transition-property: opacity, visibility;
}
.featured-block-expanded--full-content {
  overflow: hidden;
}
.featured-block-expanded--full-content p:last-child {
  margin-bottom: 0;
}
.featured-block-expanded--read-more {
  background: none;
  border: 0;
  display: inline;
  margin: 0;
  padding: 0;
  font: inherit;
  color: #e4001c;
  cursor: pointer;
}
.featured-block-expanded--full-content {
  transition: 0.333s height;
}
.featured-block-expanded--intro-column {
  padding: 0;
}
.featured-block-expanded--intro-column h3 {
  margin-bottom: 50px;
}
.featured-block-expanded--intro-column h4 {
  margin: 0;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .featured-block-expanded--intro-column h3 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .featured-block-expanded--intro {
    position: -webkit-sticky;
    position: sticky;
    top: 138px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .featured-block-expanded--intro {
    top: 188px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-block-expanded--content-column {
    padding: 0;
  }
}
.featured-block-expanded--content-column a.cta {
  margin-top: 50px;
}
.featured-block-expanded--close-positioner {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.333s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .featured-block-expanded--close-positioner {
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .featured-block-expanded--close-positioner {
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .featured-block-expanded--close-positioner {
    top: 20px;
    right: 20px;
    bottom: 107px;
  }
}
.featured-block-expanded--close-container {
  position: -webkit-sticky;
  position: sticky;
  pointer-events: all;
}
@media screen and (max-width: 1023px) {
  .featured-block-expanded--close-container {
    top: 72px;
    bottom: 90px;
    background: white;
    height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .featured-block-expanded--close-container {
    top: 108px;
  }
}
.featured-block-expanded--close {
  width: 36px;
  height: 36px;
  background: none;
  padding: 0;
  border: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .featured-block-expanded--close {
    position: absolute;
    top: 7px;
    right: -10px;
  }
}
.featured-block-expanded--close > svg {
  display: block;
  width: 16px;
  height: 16px;
}
.featuredBlock.featuredBlock-centered {
  background: #ffffff;
}
@media screen and (max-width: 1023px) {
  .featuredBlock.featuredBlock-centered.container {
    padding-right: 33px;
    padding-left: 33px;
  }
}
.featuredBlock.featuredBlock-centered.container .row .feat-cent-eye {
  font-size: 22px;
  font-family: "Diodrum Medium";
  letter-spacing: 0px;
}
.featuredBlock.featuredBlock-centered.container .row .subheadline-cent {
  margin-bottom: 20px;
  text-align: center;
}
.featuredBlock.featuredBlock-centered.container .row .divider {
  width: 60px;
  margin: 40px auto 0 auto;
}
.featuredBlock.featuredBlock-centered.container .row .featuredBlock-col-cent {
  margin-bottom: 40px;
  text-align: center;
}
.featuredBlock.featuredBlock-centered.container .row .featuredBlock-col-cent:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .featuredBlock.featuredBlock-centered.container .row .featuredBlock-col-cent h2 {
    padding: 0 10%;
  }
}
.featuredBlock.featuredBlock-centered.container .row .featuredBlock-col-cent .body2 p {
  font-size: 12px;
  padding: 0 15%;
}
@media only screen and (min-width: 1024px) {
  .featuredBlock.featuredBlock-centered.container .row .featuredBlock-col-cent .body2 h5 {
    padding: 0 127px;
  }
}
.featuredBlock.featuredBlock-centered.container .row .featuredBlock-col-cent.divide-false {
  margin-bottom: 60px;
}
.featuredBlock.featuredBlock-centered .divider {
  background-color: #e4001c;
  height: 2px;
  margin-top: 10px;
  width: 32px;
  display: none;
}
.centered-divider .featuredBlock.featuredBlock-centered .divider {
  display: block;
}
.cmp-numberBlock.link-type .cta {
  display: inline-block !important;
  border: none;
  padding: 0;
}
.cmp-numberBlock.link-type .cta:active {
  background-color: transparent;
  color: #e4001c;
}
.cmp-numberBlock.link-type .cta .fas.fa-long-arrow-alt-right {
  display: inline-block;
}
.component-numberblock {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  padding-top: 24px;
}
.component-numberblock-black {
  color: #212121;
}
.component-numberblock-white {
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  .component-numberblock h4 {
    font-size: calc(20px + (26 - 20) * ((100vw - 320px) / (1440 - 320)));
  }
}
@media screen and (min-width: 1440px) {
  .component-numberblock h4 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  .component-numberblock {
    padding-top: 60px;
  }
}
.component-numberblock .section-name {
  margin: 0;
  padding: 0 50px 35px 33px;
}
@media only screen and (min-width: 1024px) {
  .component-numberblock .section-name {
    padding: 0 0px 40px;
  }
}
.component-numberblock .text-left-hero {
  font-family: "Diodrum Semibold";
  line-height: 1.1;
  padding: 0 33px 0 33px;
}
@media screen and (max-width: 991px) {
  .component-numberblock .text-left-hero-sm {
    font-size: calc(70px + (180 - 70) * ((100vw - 320px) / (991 - 320)));
  }
}
@media screen and (min-width: 992px) and (max-width: 1439px) {
  .component-numberblock .text-left-hero-sm {
    font-size: calc(145px + (210 - 145) * ((100vw - 992px) / (1440 - 992)));
  }
}
@media screen and (min-width: 1440px) {
  .component-numberblock .text-left-hero-sm {
    font-size: 210px;
  }
}
@media screen and (max-width: 991px) {
  .component-numberblock .text-left-hero-md {
    font-size: calc(90px + (250 - 90) * ((100vw - 320px) / (991 - 320)));
  }
}
@media screen and (min-width: 992px) and (max-width: 1439px) {
  .component-numberblock .text-left-hero-md {
    font-size: calc(190px + (280 - 190) * ((100vw - 992px) / (1440 - 992)));
  }
}
@media screen and (min-width: 1440px) {
  .component-numberblock .text-left-hero-md {
    font-size: 270px;
  }
}
@media screen and (max-width: 991px) {
  .component-numberblock .text-left-hero-lg {
    font-size: calc(100px + (300 - 100) * ((100vw - 320px) / (991 - 320)));
  }
}
@media screen and (min-width: 992px) and (max-width: 1439px) {
  .component-numberblock .text-left-hero-lg {
    font-size: calc(220px + (310 - 220) * ((100vw - 992px) / (1440 - 992)));
  }
}
@media screen and (min-width: 1440px) {
  .component-numberblock .text-left-hero-lg {
    font-size: 300px;
  }
}
@media screen and (max-width: 991px) {
  .component-numberblock .text-left-hero-xl {
    font-size: calc(115px + (345 - 115) * ((100vw - 320px) / (991 - 320)));
  }
}
@media screen and (min-width: 992px) and (max-width: 1439px) {
  .component-numberblock .text-left-hero-xl {
    font-size: calc(230px + (345 - 230) * ((100vw - 992px) / (1440 - 992)));
  }
}
@media screen and (min-width: 1440px) {
  .component-numberblock .text-left-hero-xl {
    font-size: 335px;
  }
}
@media only screen and (min-width: 1024px) {
  .component-numberblock .text-left-hero {
    padding: 0 0 0 0;
  }
}
.component-numberblock .text-right-title {
  color: #e4001c;
  font-size: 12px;
  margin-bottom: 23px;
  padding: 0 50px 0 33px;
}
@media only screen and (min-width: 1440px) {
  .component-numberblock .text-right-title {
    padding: 0px 50px 0 65px;
    margin-bottom: 23px;
  }
}
.component-numberblock .text-right-title .divider {
  background-color: #e4001c;
  height: 2px;
  margin-top: 10px;
  width: 32px;
}
.component-numberblock .text-right-body {
  font-family: "Diodrum Regular";
  padding: 0 33px 45px 33px;
}
@media screen and (max-width: 991px) {
  .component-numberblock .text-right-body {
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (991 - 320)));
  }
}
@media screen and (min-width: 992px) and (max-width: 1439px) {
  .component-numberblock .text-right-body {
    font-size: calc(16px + (24 - 16) * ((100vw - 992px) / (1440 - 992)));
  }
}
@media screen and (min-width: 1440px) {
  .component-numberblock .text-right-body {
    font-size: 24px;
    padding: 0 33px 45px 65px;
  }
}
.component-numberblock .text-right-body p {
  font-size: inherit;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .component-numberblock .text-right-body p {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .component-numberblock .text-right-body p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1439px) {
  .component-numberblock .text-right-body a {
    font-size: calc(13px + (16 - 13) * ((100vw - 0px) / (1440 - 0)));
  }
}
@media screen and (min-width: 1440px) {
  .component-numberblock .text-right-body a {
    font-size: 16px;
  }
}
.component-numberblock .text-right-body a i.fas.fa-long-arrow-alt-right:before {
  content: "\f30b";
  padding-left: 10px;
}
.component-numberblock .text-right-body a i {
  display: none;
}
@media only screen and (min-width: 992px) {
  .cmp-QuoteBlock.img-to-right #col-right {
    order: 2;
  }
}
@media (min-width: 1024px) {
  .cmp-QuoteBlock.txt-to-right .row-withPersonImage .turn-background {
    order: 1;
  }
}
@media (max-width: 1023px) {
  .cmp-QuoteBlock .comp-title {
    padding: 0 33px;
  }
}
.component-quoteBlock {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .component-quoteBlock .row-withImage #col-left {
    padding: 0;
  }
}
.component-quoteBlock.q-bg-height {
  min-height: 600px;
}
@media screen and (min-width: 1024px) {
  .component-quoteBlock.container-withImage {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .component-quoteBlock.container-withoutAuthor {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .component-quoteBlock .row-withImage {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .component-quoteBlock.container-withAuthor {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .component-quoteBlock.container-fluid {
    padding-right: 33px;
    padding-left: 33px;
  }
}
.component-quoteBlock.container-withPersonImage {
  padding: 0;
}
.component-quoteBlock.centered-view {
  min-height: auto;
}
@media screen and (min-width: 64em) {
  .component-quoteBlock h4 {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(1.25em  +  0.375  * ((100vw -  64em ) / 26 ));
  }
}
@media screen and (min-width: 1440px) {
  .component-quoteBlock h4 {
    font-size: 1.625em;
  }
}
@media screen and (max-width: 991px) {
  .component-quoteBlock #col-left.turn-background {
    background-color: #ffffff;
    padding: 0;
  }
  .component-quoteBlock #col-left.turn-background #sectionTitle {
    color: #000000;
  }
}
.component-quoteBlock #col-right {
  margin-top: 0;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .component-quoteBlock #col-right {
    margin-top: 50px;
    padding: 0 !important;
  }
}
.component-quoteBlock #col-right > img {
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .component-quoteBlock #col-left {
    order: 2;
    display: flex;
    align-items: center;
  }
  .component-quoteBlock #col-right {
    order: 1;
  }
}
.component-quoteBlock--withAuthor {
  border-left: 2px solid #e4001c;
  padding: 0 30px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.component-quoteBlock--withAuthor > h2:first-child {
  display: none;
}
@media screen and (min-width: 23.4375em) {
  .component-quoteBlock--withAuthor > h2 {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(1.625em  +  1  * ((100vw -  23.4375em ) / 66.5625 ));
  }
}
@media screen and (min-width: 1440px) {
  .component-quoteBlock--withAuthor > h2 {
    font-size: 2.625em;
  }
}
.component-quoteBlock--withAuthor > p {
  font-family: "Noto Sans Regular";
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.5px;
  color: #e1e1e1;
  margin-top: 48px;
}
.component-quoteBlock--withAuthor #sectionTitle {
  display: none;
}
.component-quoteBlock--withAuthor #image {
  display: none;
}
.component-quoteBlock--withCentered {
  text-align: center;
  margin-bottom: 30px;
}
.component-quoteBlock--withCentered #sectionTitle {
  color: #e4001c;
  font-size: 1em;
  margin: 40px 0;
  padding: 0;
}
.component-quoteBlock--withCentered h2 {
  font-family: 'Diodrum Regular';
  font-size: 1.5em;
  line-height: 1.4;
  padding: 0 10px;
}
.component-quoteBlock--withCentered h2 p {
  color: inherit;
}
.component-quoteBlock--withCentered p {
  font-size: .7em;
  color: #757575;
  padding: 30px 10px 0 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 576px) {
  .component-quoteBlock--withCentered h2 {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 768px) {
  .component-quoteBlock--withCentered h2 {
    font-size: 2.5em;
  }
  .component-quoteBlock--withCentered p {
    font-size: .9em;
    margin-bottom: 20px;
  }
  .component-quoteBlock--withCentered #sectionTitle {
    margin: 100px 0 40px 0;
  }
}
.component-quoteBlock .row-withCentered {
  margin: 0 !important;
}
.component-quoteBlock .row-withCentered #col-left {
  order: 0;
}
.component-quoteBlock .row-withCentered #col-left .row {
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .component-quoteBlock .row-withCentered #col-left {
    flex: 0 0 100%;
    max-width: 90%;
  }
}
.component-quoteBlock .row {
  margin: 0 !important;
}
.component-quoteBlock .center-cta {
  margin-bottom: 80px;
}
.component-quoteBlock .center-cta:hover {
  color: #e4001c !important;
  border-color: #e4001c !important;
}
.component-quoteBlock .center-cta:active {
  color: #fff !important;
}
.component-quoteBlock--withoutAuthor {
  padding: 100px 0;
}
.component-quoteBlock--withoutAuthor > h2:first-child {
  display: none;
}
@media screen and (min-width: 23.4375em) {
  .component-quoteBlock--withoutAuthor > h2 {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(1.625em  +  1  * ((100vw -  23.4375em ) / 66.5625 ));
  }
}
@media screen and (min-width: 1440px) {
  .component-quoteBlock--withoutAuthor > h2 {
    font-size: 2.625em;
  }
}
.component-quoteBlock--withoutAuthor > p {
  display: none;
}
.component-quoteBlock--withoutAuthor > .topDivider {
  width: 50%;
  height: 2px;
  background: #e4001c;
  margin-right: auto;
  margin-bottom: 38px;
}
.component-quoteBlock--withoutAuthor > .bottomDivider {
  height: 2px;
  width: 50%;
  background: #e4001c;
  margin-left: 50%;
  margin-top: 38px;
}
.component-quoteBlock--withoutAuthor #sectionTitle {
  display: none;
}
.component-quoteBlock--withoutAuthor #image {
  display: none;
}
.component-quoteBlock--withoutDoubleQuotes {
  padding: 100px 0;
}
.component-quoteBlock--withoutDoubleQuotes h3 {
  text-align: center;
}
.component-quoteBlock--withoutDoubleQuotes > h2 {
  text-align: center;
}
@media screen and (min-width: 23.4375em) {
  .component-quoteBlock--withoutDoubleQuotes > h2 {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(1.625em  +  1  * ((100vw -  23.4375em ) / 66.5625 ));
  }
}
@media screen and (min-width: 1440px) {
  .component-quoteBlock--withoutDoubleQuotes > h2 {
    font-size: 2.625em;
  }
}
.component-quoteBlock--withoutDoubleQuotes > p {
  display: none;
}
.component-quoteBlock--withoutDoubleQuotes > .topDivider {
  width: 20%;
  height: 2px;
  background: #e4001c;
  margin: 0 auto 38px auto;
}
.component-quoteBlock--withoutDoubleQuotes > .bottomDivider {
  display: none;
}
.component-quoteBlock--withoutDoubleQuotes #sectionTitle {
  display: none;
}
.component-quoteBlock--withoutDoubleQuotes #image {
  display: none;
}
.component-quoteBlock--withBackground {
  padding: 100px 0;
}
@media screen and (min-width: 23.4375em) {
  .component-quoteBlock--withBackground > h2 {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(1.625em  +  1  * ((100vw -  23.4375em ) / 66.5625 ));
  }
}
@media screen and (min-width: 1440px) {
  .component-quoteBlock--withBackground > h2 {
    font-size: 2.625em;
  }
}
.component-quoteBlock--withBackground > p {
  display: none;
}
.component-quoteBlock--withBackground > .topDivider {
  width: 50%;
  height: 2px;
  background: #e4001c;
  margin-right: auto;
  margin-bottom: 38px;
}
.component-quoteBlock--withBackground > .bottomDivider {
  height: 2px;
  width: 50%;
  background: #e4001c;
  margin-left: 50%;
  margin-top: 38px;
}
.component-quoteBlock--withBackground #sectionTitle {
  display: none;
}
.component-quoteBlock--withBackground #image {
  display: none;
}
.component-quoteBlock--withImage .turn-background {
  padding: 0 15px 0 0;
}
@media only screen and (min-width: 1024px) {
  .component-quoteBlock--withImage {
    padding: 100px 0;
  }
}
.component-quoteBlock--withImage > h2 {
  margin-bottom: 38px;
}
@media screen and (min-width: 23.4375em) {
  .component-quoteBlock--withImage > h2 {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(1.625em  +  1  * ((100vw -  23.4375em ) / 66.5625 ));
  }
}
@media screen and (min-width: 1440px) {
  .component-quoteBlock--withImage > h2 {
    font-size: 2.625em;
  }
}
.component-quoteBlock--withImage > p {
  font-family: "Noto Sans Regular";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #e4001c;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1024px) {
  .component-quoteBlock--withImage > p {
    margin-bottom: 1rem;
  }
}
.component-quoteBlock--withImage #image {
  width: 300px;
}
.component-quoteBlock--withPersonImage {
  padding: 30px 33px;
}
@media only screen and (min-width: 1024px) {
  .component-quoteBlock--withPersonImage {
    padding: 100px 20px 100px 20px;
  }
}
.component-quoteBlock--withPersonImage > h2 {
  margin-bottom: 38px;
}
@media screen and (min-width: 23.4375em) {
  .component-quoteBlock--withPersonImage > h2 {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(1.625em  +  1  * ((100vw -  23.4375em ) / 66.5625 ));
  }
}
@media screen and (min-width: 1440px) {
  .component-quoteBlock--withPersonImage > h2 {
    font-size: 2.625em;
  }
}
.component-quoteBlock--withPersonImage > p {
  font-family: "Noto Sans Regular";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #e4001c;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1024px) {
  .component-quoteBlock--withPersonImage > p {
    margin-bottom: 1rem;
  }
}
.component-quoteBlock--withPersonImage #image {
  width: 300px;
}
.component-quoteBlock .row-withPersonImage {
  min-height: 600px;
}
@media (min-width: 1024px) {
  .component-quoteBlock .row-withPersonImage .turn-background {
    order: 0;
  }
}
.component-quoteBlock .row-withPersonImage .no-padding {
  padding: 0;
}
.component-quoteBlock .row-withPersonImage .no-padding img {
  width: 100%;
}
.component-quoteBlock .row-withPersonImage .turn-background {
  padding: 0;
}
@media (max-width: 1024px) {
  .component-quoteBlock .row-withPersonImage .turn-background {
    background-color: #fff;
  }
}
@media only screen and (max-width: 991px) {
  .component-quoteBlock .row-withPersonImage #col-right {
    max-height: 800px;
    overflow: hidden;
    margin-top: 0;
  }
}
@media only screen and (max-width: calc(575px)) {
  .component-quoteBlock .row-withPersonImage #col-right {
    max-height: 400px;
    overflow: hidden;
  }
}
.component-quoteBlock--withPersonImage a {
  text-decoration: none;
}
.component-quoteBlock--withPersonImage a:hover {
  color: #e4001c;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .component-quoteBlock--withPersonImage {
    padding: 100px 0;
  }
}
.component-quoteBlock--withPersonImage .arrow {
  background-image: url("../../../content/dam/dupont/amer/us/en/corporate/general/icons/black-arrow.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  background-position: center;
  vertical-align: middle;
  margin-left: 8px;
}
.component-quoteBlock--withPersonImage > p {
  font-family: "Noto Sans Regular";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #e4001c;
  margin-bottom: 3rem;
  color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .component-quoteBlock--withPersonImage > p {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: calc(575px)) {
  .component-quoteBlock--withPersonImage > p {
    color: #000000;
  }
}
.component-quoteBlock--withPersonImage a:hover .arrow {
  background-image: url("../../../content/dam/dupont/amer/us/en/corporate/general/icons/red-arrow.svg");
}
.component-quoteBlock--withPersonImage a {
  display: block;
  margin-bottom: 50px;
}
.quote-container {
  max-width: 100%;
  padding: 15px;
  margin: 0 auto;
  color: #fff;
}
.quote-container .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  content: none;
  outline: none;
  background: red;
  content: none !important;
  border-radius: 50%;
}
.quote-container .slick-dots li button:before {
  content: '';
}
.quote-container .slick-dots li.slick-active button {
  background: green;
}
.quote-container .quote-sub-container {
  font-size: 26px;
}
.quote-container .quote-sub-container .quote-left {
  font-size: 150px;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 80px;
  height: 100%;
  color: #fff;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .quote-container .quote-sub-container .quote-left {
    background-size: 100%;
    width: 30px;
    font-size: 50px;
  }
}
.quote-container .quote-sub-container .quote-right {
  font-size: 150px;
  position: absolute;
  bottom: 10px;
  right: 0px;
  width: 80px;
  height: 65px;
  color: #fff;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .quote-container .quote-sub-container .quote-right {
    background-size: 100%;
    width: 30px;
    bottom: -20px;
    font-size: 50px;
  }
}
.quote-container .quote-sub-container .quote-caption {
  padding: 50px 100px 10px 100px;
  position: relative;
}
@media (max-width: 575px) {
  .quote-container .quote-sub-container .quote-caption {
    padding: 50px 30px 10px 30px;
    font-size: 20px;
  }
}
.quote-container .quote-Author {
  padding: 0px 100px 50px 100px;
  font-style: italic;
  font-size: 15px;
}
@media (max-width: 575px) {
  .quote-container .quote-Author {
    padding: 50px 30px 10px 30px;
    font-size: 15px;
  }
}
/*areeb*/
.component-download-share img.dl-share-icon {
  width: 22px;
  margin-right: 10px;
}
.component-download-share .component-actionbar--contain-share {
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
}
.component-download-share .component-actionbar--contain-share .share-on {
  visibility: hidden;
  position: absolute;
  top: 0;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: ease-in;
  width: 100%;
  margin: 0;
  background: none;
}
.component-download-share .component-actionbar--contain-share .share-on:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: width .2s;
}
.component-download-share .component-actionbar--contain-share:hover .share-on {
  opacity: 1;
  visibility: visible;
}
.component-download-share .component-actionbar--contain-share:hover .share-on:after {
  width: 0px !important;
}
.component-download-share .component-actionbar--contain-share .share-off {
  display: block;
  transition-property: opacity;
  transition-delay: 0ms;
  transition-duration: 500ms;
  transition-timing-function: ease-in-out;
}
.component-download-share .component-actionbar--contain-share .share-off a {
  margin: 0;
}
.component-download-share .component-actionbar--contain-share .share-off a img {
  height: auto;
  position: static;
}
.component-download-share {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}
.component-download-share .container {
  padding-right: 33px;
  padding-left: 33px;
}
@media screen and (min-width: 1024px) {
  .component-download-share .container {
    padding-right: 94px;
    padding-left: 94px;
  }
}
.component-download-share .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.component-download-share .no-gutters > .col,
.component-download-share .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 992px) {
  .component-download-share .no-gutters {
    margin-right: -15px;
    margin-left: -15px;
  }
  .component-download-share .no-gutters > .col,
  .component-download-share .no-gutters > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.component-download-share [class*="col-"] {
  position: relative;
  padding: 16px 0;
}
.component-download-share [class*="col-"]:after {
  content: '';
  width: 40px;
  height: 2px;
  display: block;
  background: #969696;
  position: absolute;
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 992px) {
  .component-download-share [class*="col-"] {
    position: relative;
    padding: 30px 15px;
  }
  .component-download-share [class*="col-"]:after {
    left: 0px;
  }
}
.component-download-share [class*="col-"]:last-child:after {
  content: none;
}
@media only screen and (min-width: 992px) {
  .component-download-share [class*="col-"] {
    padding: 0;
  }
  .component-download-share [class*="col-"]:after {
    width: 2px;
    height: 40px;
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
}
.dupont-article-container .corporateTags .container {
  padding: 0;
}
.dupont-article-container .corporateTags .container .corporateTags {
  padding: 0;
}
@media (max-width: 768px) {
  .corporateTags {
    padding: 0 33px;
  }
}
.corporateTags ul li {
  border-radius: 25px;
  border: 1px solid black;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}
.corporateTags ul li a.corporateLink {
  color: #000000 ;
  padding: 30px 20px;
  font-size: 10px;
  line-height: 3;
}
.component-videoBlock.container-fluid {
  /*padding-left: 15px;
        padding-right: 15px;*/
}
.component-videoBlock .video-wrapper {
  width: 100%;
  position: relative;
  background: black;
}
.component-videoBlock .plyr {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.component-videoBlock .plyr__control--overlaid {
  background: rgba(255, 255, 255, 0.8);
  color: #e4001c;
}
.component-videoBlock .plyr__control:first-child {
  background-color: transparent;
}
.component-videoBlock .plyr__control:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 50%;
}
.component-videoBlock .plyr__control.plyr__tab-focus {
  box-shadow: none;
  outline: 0;
}
@supports (-ms-ime-align: auto) {
  .plyr__volume,
  .plyr__progress {
    width: 0px;
  }
  .plyr__volume input[type=range] {
    width: 60%;
  }
}
.component-videoBlock .plyr__progress input[type=range]::-webkit-slider-thumb {
  background: #e4001c;
}
.component-videoBlock .plyr__volume input[type=range]::-webkit-slider-thumb {
  background: #e4001c;
}
.component-videoBlock .plyr__tab-focus {
  box-shadow: none;
  color: transparent;
  outline: 0;
}
.component-videoBlock .plyr--full-ui input[type=range] {
  color: #e4001c;
}
.component-videoBlock .plyr__controls .plyr__time--current {
  position: absolute;
  left: 47px;
  bottom: 37px;
  font-size: 9px;
}
@media only screen and (min-width: 768px) {
  .component-videoBlock .plyr__controls .plyr__time--current {
    left: 55px;
    font-size: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .component-videoBlock .plyr__controls .plyr__time--current {
    left: 55px;
    font-size: 11px;
  }
}
.component-videoBlock .plyr__controls .plyr__time--duration {
  position: absolute;
  left: 78px;
  bottom: 37px;
  display: initial;
  font-size: 9px;
}
@media only screen and (min-width: 768px) {
  .component-videoBlock .plyr__controls .plyr__time--duration {
    left: 87px;
    font-size: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .component-videoBlock .plyr__controls .plyr__time--duration {
    left: 96px;
    font-size: 11px;
  }
}
.articleHeader.est-time .article-header-bottom-text {
  display: block !important;
}
.component-article-header {
  width: 100%;
  display: block;
  position: relative;
  height: calc(100vh - 72px);
}
.component-article-header.editmode {
  height: 500px;
}
@media screen and (min-width: 1024px) {
  .component-article-header {
    height: calc(100vh - 88px);
  }
}
.component-article-header .article-header-bottom-text {
  display: none;
}
.component-article-header h1.title-type-full,
.component-article-header h5.title-type-full {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .component-article-header h1.title-type-full,
  .component-article-header h5.title-type-full {
    padding: 0 33px;
  }
}
.component-article-header h1.title-type-half-horizontal,
.component-article-header h5.title-type-half-horizontal {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .component-article-header h1.title-type-half-horizontal,
  .component-article-header h5.title-type-half-horizontal {
    padding: 0 33px;
  }
}
.component-article-header h1.title-type-half-vertical,
.component-article-header h5.title-type-half-vertical {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .component-article-header h1.title-type-half-vertical,
  .component-article-header h5.title-type-half-vertical {
    padding: 0 33px;
  }
}
@media screen and (min-width: 768px) {
  .component-article-header h1.title-type-half-vertical,
  .component-article-header h5.title-type-half-vertical {
    text-align: left;
  }
}
.component-article-header h1 {
  margin-bottom: 24px;
}
.component-article-header h5 {
  font-size: 14px;
  font-family: "Noto Sans Regular";
}
.component-article-header .article-header-background {
  position: absolute;
  background-size: cover;
}
.component-article-header .article-header-background-full {
  width: 100%;
  height: 100%;
}
.component-article-header .article-header-background-half-horizontal,
.component-article-header .article-header-background-half-vertical {
  width: 100%;
  height: 50%;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .component-article-header .article-header-background-half-vertical {
    width: 50%;
    height: 100%;
    top: auto;
    float: right;
    position: relative;
  }
}
.component-article-header .article-header-background .article-header-bottom-text {
  display: none;
  font-family: "Noto Sans Regular";
  font-size: 14px;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 20px;
}
.component-article-header .article-header-background .article-header-bottom-text .text-line {
  display: block;
  height: 2px;
  margin: 20px auto 0 auto;
  width: 40px;
}
.component-article-header .article-header-container {
  width: 100%;
  height: 100%;
  max-height: 1440px;
  padding-top: 94px;
}
.component-article-header .article-header-container-full {
  max-width: 60vw;
}
@media screen and (max-width: 767px) {
  .component-article-header .article-header-container-full {
    max-width: none;
  }
}
.component-article-header .article-header-container-half-horizontal {
  padding-top: calc(66px);
}
@media screen and (min-width: 576px) {
  .component-article-header .article-header-container-half-horizontal {
    padding-top: 94px;
  }
}
@media screen and (min-width: 768px) {
  .component-article-header .article-header-container .text-container-type-half-vertical {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
.component-article-header .article-header-container-half-vertical {
  padding-top: calc(66px);
}
@media screen and (min-width: 768px) {
  .component-article-header .article-header-container-half-vertical {
    width: 50%;
    padding-left: calc(66px);
    padding-right: calc(66px);
    float: left;
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .component-article-header .article-header-container-half-vertical {
    width: 50%;
    padding-left: 94px;
    padding-right: calc(66px);
    padding-top: 0;
    float: left;
  }
}
.component-article-header .text-super {
  vertical-align: super;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .component-article-header .text-super {
    font-size: 30px;
  }
}
.component-article-header-default {
  height: auto;
  padding: 78px 0;
  padding-bottom: 0;
}
.component-people .credits {
  color: #969696;
}
@media screen and (max-width: calc(576px - 1px)) {
  .component-people h5 {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.component-people.container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  /* .responsive(1440px, {
          padding: 0 94px;
        })*/
}
.component-people .col-carousel {
  overflow: hidden;
}
.component-people.container-fluid {
  padding: 0;
}
.component-people .row {
  margin: 0;
}
.component-people .slick-list {
  padding: 0 7% 0 0;
}
.component-people .image-container {
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .component-people .image-container.line2 {
    order: 2;
    text-align: right;
  }
}
.component-people .image-container > .image {
  width: 100%;
  filter: grayscale(100%);
}
.component-people .image-container > .image:hover {
  filter: none;
}
.component-people .copyText > h3 {
  font-size: 20px;
  line-height: 25px;
}
.component-people .copyText > span {
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .component-people .copyText > h3 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 2rem;
  }
  .component-people .copyText > span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .component-people .copyText {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 0 40px;
  }
  .component-people .copyText > h3 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 2rem;
  }
  .component-people .copyText > span {
    font-size: 15px;
  }
}
.component-people.v2,
.component-people.v3 {
  max-width: 1440px;
}
.component-people.v2 a,
.component-people.v3 a {
  text-decoration: none;
}
.component-people.v2 a:hover,
.component-people.v3 a:hover {
  color: #e4001c;
  text-decoration: none;
}
.component-people.v2 h2,
.component-people.v3 h2 {
  margin-bottom: 27px;
}
.component-people.v2 .divider,
.component-people.v3 .divider {
  width: 45px;
  height: 2px;
  background: #e4001c;
  margin-bottom: 31px;
}
.component-people.v2 h4,
.component-people.v3 h4 {
  margin-bottom: 10px;
}
@media only screen and (max-width: calc(575px)) {
  .component-people.v2 h4,
  .component-people.v3 h4 {
    margin-bottom: 10px;
  }
}
.component-people.v2 .title,
.component-people.v3 .title {
  padding-bottom: 33px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .component-people.v2 .title,
  .component-people.v3 .title {
    padding-bottom: 10px;
  }
}
.component-people.v2 .credits,
.component-people.v3 .credits {
  padding-bottom: 64px;
  display: block;
  color: #828282;
}
@media only screen and (max-width: calc(767px)) {
  .component-people.v2 .credits,
  .component-people.v3 .credits {
    padding: 0;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: calc(575px)) {
  .component-people.v2 .credits,
  .component-people.v3 .credits {
    padding: 0;
    margin-bottom: 10px;
  }
}
.component-people.v2 .slick-active,
.component-people.v3 .slick-active {
  outline: none;
}
.component-people.v2 .read-more-arrow,
.component-people.v3 .read-more-arrow {
  background-image: url("../../../content/dam/dupont/amer/us/en/corporate/general/icons/black-arrow.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  background-position: center;
  vertical-align: middle;
  margin-left: 8px;
}
.component-people.v2 a:hover .read-more-arrow,
.component-people.v3 a:hover .read-more-arrow {
  background-image: url("../../../content/dam/dupont/amer/us/en/corporate/general/icons/red-arrow.svg");
}
.component-people.v2 .image,
.component-people.v3 .image {
  max-width: 270px;
}
.component-people.v3 .credits {
  color: #000000;
}
.component-people.v3 .image {
  filter: none;
}
.component-people.v3 h4 {
  margin-top: 30px;
  margin-bottom: 2rem;
}
@media only screen and (max-width: calc(575px)) {
  .component-people.v3 h4 {
    margin-bottom: 5px;
    margin-top: 10px;
  }
}
.component-people.v3 h5.eyebrow {
  position: relative;
  padding-bottom: 10px;
}
.component-people.v3 h5.eyebrow::after {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background-color: #e4001c;
  position: absolute;
  bottom: 0;
}
.component-people .leadership-copyText {
  padding: 0 40px 0 80px;
}
.component-people .leadership-name {
  color: #212121;
}
.component-people .leadership-title {
  color: #969696;
  margin-bottom: 40px;
}
#desktopContainer {
  display: none;
}
@media only screen and (min-width: 768px) {
  #desktopContainer {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #desktopContainer {
    display: initial;
  }
}
@media only screen and (min-width: 1024px) {
  #carouselContainer {
    display: none;
  }
}
.dupont-list.grid-center .row {
  justify-content: center;
}
.list-showmore {
  text-align: center;
  margin-top: 20px;
}
.list-basic-hover.container-fluid {
  padding-right: 33px;
  padding-left: 33px;
}
@media screen and (min-width: 1024px) {
  .list-basic-hover.container-fluid {
    padding-right: 94px;
    padding-left: 94px;
  }
}
.list-basic-hover > h5 {
  font-size: 18px;
  margin-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .list-basic-hover > h5 {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.list-basic-hover > h4 {
  margin-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .list-basic-hover > h4 {
    margin-bottom: 25px;
  }
}
.list-basic-hover .list-item .hide-text {
  text-decoration: none;
  font-family: "Noto Sans Regular";
  font-size: 14px;
  line-height: 18px;
}
.list-basic-hover .list-item.hover-click {
  -webkit-box-shadow: 0px 0px 5px 0px #a6a6a6;
  -moz-box-shadow: 0px 0px 5px 0px #a6a6a6;
  box-shadow: 0px 0px 5px 0px #a6a6a6;
}
.list-basic-hover .list-item.hover-click .card-title {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.list-basic-hover .list-item.hover-click .card-title h5 {
  opacity: 0;
}
.list-basic-hover .list-item.hover-click .card-title h5.hide-text {
  opacity: 1;
}
.list-basic-hover .list-item.hover-click .card-title h5.hide-text:hover {
  color: #e4001c;
  text-decoration: none;
}
.list-basic-hover .list-item.hover-click .card-image .card-text {
  top: 0px;
}
.list-basic-hover .card-image {
  width: 100%;
  height: 130px;
  display: block;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 576px) {
  .list-basic-hover .card-image {
    height: 230px;
  }
}
@media screen and (min-width: 768px) {
  .list-basic-hover .card-image {
    height: 150px;
  }
}
@media screen and (min-width: 992px) {
  .list-basic-hover .card-image {
    height: 250px;
  }
}
.list-basic-hover .card-image .card-text {
  padding: 15px;
  background-color: #ffffff;
  top: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: top 1s;
  transition: top 1s;
}
@media screen and (min-width: 20em) {
  .list-basic-hover .card-image .card-text p {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(0.6em  +  0.1  * ((100vw -  20em ) / 16 ));
  }
}
@media screen and (min-width: 576px) {
  .list-basic-hover .card-image .card-text p {
    font-size: 0.7em;
  }
}
@media screen and (min-width: 48em) {
  .list-basic-hover .card-image .card-text p {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(0.6em  +  0.2  * ((100vw -  48em ) / 14 ));
  }
}
@media screen and (min-width: 992px) {
  .list-basic-hover .card-image .card-text p {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 62em) {
  .list-basic-hover .card-image .card-text p {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(0.8em  +  0.2  * ((100vw -  62em ) / 13 ));
  }
}
@media screen and (min-width: 1200px) {
  .list-basic-hover .card-image .card-text p {
    font-size: 1em;
  }
}
.list-basic-hover .card-title {
  height: 56px;
  display: flex;
  align-items: center;
  padding: 0px 14px;
  -webkit-box-shadow: 0px 0px 5px 0px #a6a6a6;
  -moz-box-shadow: 0px 0px 5px 0px #a6a6a6;
  box-shadow: 0px 0px 5px 0px #a6a6a6;
}
.list-basic-hover .card-title h5 {
  float: left;
  display: block;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
  max-width: calc(100% - 16px);
  min-width: calc(100% - 16px);
  margin: 0px;
}
.list-basic-hover .card-title h5.hide-text {
  position: absolute;
  opacity: 0;
}
.list-basic-hover .card-title span {
  float: right;
}
.list-basic-hover .card-title:hover span {
  color: #000000;
}
.list-full.container {
  padding-right: 33px;
  padding-left: 33px;
}
@media screen and (min-width: 1024px) {
  .list-full.container {
    padding-right: 94px;
    padding-left: 94px;
  }
}
.list-full > h5 {
  font-size: 18px;
  margin-bottom: 50px;
}
.list-full > h5:after {
  display: none !important;
}
@media screen and (max-width: 576px) {
  .list-full > h5 {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.list-full > h4 {
  margin-bottom: 50px  !important;
}
.list-full > h4:after {
  display: none !important;
}
@media screen and (max-width: 576px) {
  .list-full > h4 {
    margin-bottom: 25px  !important;
  }
}
.list-full .list-item {
  display: inline-block;
}
.list-full .list-item .list-container {
  padding: 20px 0;
  margin-bottom: 20px;
  position: relative;
}
.list-CTA .list-full .list-item .list-container {
  padding-bottom: 35px;
}
@media screen and (min-width: 576px) {
  .list-CTA .list-full .list-item .list-container {
    height: 100%;
  }
}
.list-full .list-item .list-container .list-body,
.list-full .list-item .list-container .action {
  display: none;
}
.list-descriptiontext .list-full .list-item .list-container .list-body {
  display: block;
  margin-bottom: 1rem;
}
.list-CTA .list-full .list-item .list-container .action {
  display: block;
  position: absolute;
  bottom: 15px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .list-full .list-item:nth-child(n + 2)::before {
    content: '';
    height: 60%;
    top: 20%;
    position: relative;
    width: 2px;
    float: left;
    display: inline-block;
  }
}
@media screen and (min-width: 576px) and (max-width: calc(992px - 1px)) {
  .list-full .list-item:nth-child(2n) .list-container {
    padding-left: 20px;
  }
  .list-full .list-item:nth-child(2n)::before {
    content: none;
    height: 60%;
    top: 20%;
    position: relative;
    width: 2px;
    float: left;
    display: inline-block;
    background-color: #e1e1e1;
  }
  .list-full .list-item:nth-child(odd) .list-container {
    padding-right: 20px;
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .list-full .list-item:nth-child(n + 2)::before {
    content: '';
    width: 80%;
    left: 10%;
    position: relative;
    height: 2px;
    float: left;
    display: block;
    background-color: #e1e1e1;
  }
}
.list-full .card-image {
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media screen and (min-width: 576px) {
  .list-full .card-image {
    height: 120px;
  }
}
.list-full .card-image img {
  max-width: 100%;
  max-height: 120px;
}
.full-center .list-full .card-image {
  justify-content: center;
}
.list-circle .list-full .card-image img {
  border-radius: 100px;
}
.list-icon .list-full .card-image img {
  height: 80px;
  width: 80px;
}
.list-full h5 {
  text-align: left;
  margin-bottom: 20px;
}
.hide-fulllist-line .list-full h5 {
  margin-bottom: 0;
}
.list-full h5::after {
  margin-top: 20px;
  content: '';
  display: block;
  height: 2px;
  width: 30px;
  background-color: #e4001c;
}
.hide-fulllist-line .list-full h5::after {
  display: none;
}
.full-center .list-full h5 {
  text-align: center;
}
.full-center .list-full h5::after {
  margin-left: auto;
  margin-right: auto;
}
.list-full .list-body {
  /* &::before{
      margin-bottom: 20px;
      content:'';
      display:block;
      height: 2px;
      width: 30px;
      background-color: @red;
    }*/
}
.full-center .list-full .list-body {
  text-align: center;
}
.full-center .list-full .list-body::before {
  margin-left: auto;
  margin-right: auto;
}
.list-full .action a {
  text-decoration: none;
}
.list-full .action a:hover {
  color: #e4001c;
  text-decoration: none;
}
.list-full .action span {
  margin-left: 10px;
}
.full-center .list-full .action {
  text-align: center;
}
.dupont-list .list-basic-hover .hover-list-item {
  display: none;
}
.dupont-list .list-basic-hover .hover-list-item:nth-child(-n+8) {
  display: inline-block;
}
.dupont-list .list-full .list-item {
  display: none;
}
.dupont-list .list-full .list-item:nth-child(-n+8) {
  display: inline-block;
}
.dupont-list.list-show-all .list-basic-hover .hover-list-item {
  display: inline-block;
}
.dupont-list.list-show-all .list-full .list-item {
  display: inline-block;
}
.list-icon .list-full .card-image {
  height: 80px;
}
.list-icon .list-full .card-image img {
  max-height: 80px;
}
.container.carousel-container {
  padding-right: 33px;
  padding-left: 33px;
}
@media screen and (min-width: 1024px) {
  .container.carousel-container {
    padding-right: 94px;
    padding-left: 94px;
  }
}
.featured-carousel-one .play_icon {
  height: 56px;
  width: 56px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .featured-carousel-one .play_icon {
    height: 50px
            width: 50px;
  }
}
.featured-carousel-one--slider {
  overflow: hidden;
  transition: 0.333s;
}
.featured-carousel-one--slider .slick-list {
  overflow: visible;
  width: calc(100vw - (33px * 2));
  max-width: calc(1252px);
  margin: 0 auto;
  width: calc(100vw - (10px * 2));
}
@media screen and (min-width: 1024px) {
  .featured-carousel-one--slider .slick-list {
    width: calc(100vw - (94px * 2));
  }
}
@media screen and (min-width: 768px) {
  .featured-carousel-one--slider .slick-list {
    width: calc(100vw - (15px * 2));
  }
}
@media screen and (min-width: 1024px) {
  .featured-carousel-one--slider .slick-list {
    width: calc(100vw - (94px * 2));
  }
}
.featured-carousel-one--slide {
  margin: 0 20px 0 0;
  height: 570px;
  max-height: 75vh;
  display: flex !important;
  flex-direction: column;
  transition: 0.333s;
  background: white;
  position: relative;
}
.featured-carousel-one--slide .ancSpc {
  margin-top: 20px;
  font-size: 14px !important;
  line-height: 24px;
  color: #ba313b;
}
@media screen and (min-width: 768px) {
  .featured-carousel-one--slide {
    height: 445px;
    margin: 0 30px 0 0;
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .featured-carousel-one--slide_expanded {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
  }
}
@media screen and (min-width: 768px) {
  .featured-carousel-one--slide_expanded {
    width: 100%;
  }
}
.featured-carousel-one--slide_expanded .featured-carousel-one--slide-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 30px 60px 30px 30px;
}
@media screen and (min-width: 768px) {
  .featured-carousel-one--slide_expanded .featured-carousel-one--slide-content {
    padding: 30px 60px 30px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .featured-carousel-one--slide_expanded .featured-carousel-one--slide-content {
    padding: 30px 90px 30px 45px;
  }
}
.featured-carousel-one--slide_expanded .featured-carousel-one--slide-content:after {
  opacity: 0;
}
.featured-carousel-one--slide-image {
  flex: 1 1 50%;
  overflow: hidden;
  transition: 0.333s;
  position: relative;
}
@media screen and (min-width: 768px) {
  .featured-carousel-one--slide-image {
    flex: 0 0 55%;
  }
}
.featured-carousel-one--slide-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@supports (-ms-ime-align: auto) {
  .featured-carousel-one--slide-image img {
    width: 58vw;
    height: 69vh;
    left: -43%;
    position: relative;
  }
}
.featured-carousel-one--slide-content {
  flex: 1 1 50%;
  border-color: #e4001c;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  transition: 0.333s;
}
@media screen and (min-width: 768px) {
  .featured-carousel-one--slide-content {
    flex: 1 1 45%;
    border-width: 1px 1px 1px 0;
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .featured-carousel-one--slide-content {
    padding: 30px 45px;
  }
}
.featured-carousel-one--slide-content img {
  display: block;
  width: 40px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .featured-carousel-one--slide-content img {
    width: 60px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .featured-carousel-one--slide-content img {
    width: 80px;
    margin-bottom: 30px;
  }
}
.featured-carousel-one--slide_expandable .featured-carousel-one--slide-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 125px;
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff 75%);
  pointer-events: none;
  transition: 0.333s;
}
.featured-carousel-one .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  margin: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.333s;
  width: auto;
  height: auto;
}
.featured-carousel-one .slick-arrow:before {
  content: '';
}
.featured-carousel-one .slick-prev {
  left: 0;
}
.featured-carousel-one .slick-next {
  right: 0;
}
@media screen and (min-width: 1024px) {
  .featured-carousel-one:hover .slick-arrow:not(.slick-disabled) {
    opacity: 1;
    visibility: visible;
  }
}
.featured-carousel-one--track {
  width: calc(100vw - (33px * 2));
  max-width: calc(1252px);
  margin: 0 auto;
  width: calc(100vw - (10px * 2));
  background: #e1e1e1;
  height: 2px;
  margin-top: 30px;
  position: relative;
  transition: 0.333s;
}
@media screen and (min-width: 1024px) {
  .featured-carousel-one--track {
    width: calc(100vw - (94px * 2));
  }
}
@media screen and (min-width: 768px) {
  .featured-carousel-one--track {
    width: calc(100vw - (15px * 2));
  }
}
@media screen and (min-width: 1024px) {
  .featured-carousel-one--track {
    width: calc(100vw - (94px * 2));
  }
}
.featured-carousel-one--thumb {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transform-origin: left;
  transition: 0.333s;
  background: #e4001c;
}
.featured-carousel-one--modal-container {
  width: calc(100vw - (33px * 2));
  max-width: calc(1252px);
  margin: 0 auto;
  width: calc(100vw - (10px * 2));
  position: relative;
  height: 0;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .featured-carousel-one--modal-container {
    width: calc(100vw - (94px * 2));
  }
}
@media screen and (min-width: 768px) {
  .featured-carousel-one--modal-container {
    width: calc(100vw - (15px * 2));
  }
}
@media screen and (min-width: 1024px) {
  .featured-carousel-one--modal-container {
    width: calc(100vw - (94px * 2));
  }
}
@media screen and (max-width: 768px - 1) {
  .featured-carousel-one--modal-container > div {
    position: fixed;
  }
}
@media screen and (min-width: 768px) {
  .featured-carousel-one--modal-container > div {
    position: absolute;
  }
}
.featured-carousel-one--open-button {
  display: flex;
  width: 30px;
  height: 30px;
  background: none;
  margin: 0;
  border: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  right: 30px;
  transition: 0.333s;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.slick-current.featured-carousel-one--slide_expandable .featured-carousel-one--open-button {
  opacity: 1;
  visibility: visible;
}
.featured-carousel-one--close-button {
  display: flex;
  width: 30px;
  height: 30px;
  background: none;
  margin: 0;
  border: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% + 20px);
  right: 20px;
  transition: 0.333s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .featured-carousel-one--close-button {
    top: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .featured-carousel-one--close-button {
    top: 30px;
    right: 45px;
  }
}
.featured-carousel-one--hidden {
  opacity: 0 !important;
  visibility: hidden !important;
}
.component-featured-carousel-v2.container-fluid {
  padding: 0;
}
.component-featured-carousel-v2 .row {
  margin: 0;
}
.component-featured-carousel-v2 .row h5 {
  margin-bottom: 50px;
}
.component-featured-carousel-v2 .featured-carousel-slick .play_icon {
  height: 56px;
  width: 56px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .component-featured-carousel-v2 .featured-carousel-slick .play_icon {
    height: 50px
            width: 50px;
  }
}
.component-featured-carousel-v2 .featured-carousel-slick:hover .c-arrow {
  opacity: 1;
  z-index: 98;
}
.component-featured-carousel-v2 .featured-carousel-slick.slick-slider {
  overflow: hidden;
  transition: 0.333s;
}
.component-featured-carousel-v2 .featured-carousel-slick.slick-slider .slick-list {
  overflow: visible;
  padding: 10px 0;
  max-width: calc(1252px);
  margin: 0 auto;
  width: calc(100vw - (33px * 2));
}
@media screen and (min-width: 1024px) {
  .component-featured-carousel-v2 .featured-carousel-slick.slick-slider .slick-list {
    width: calc(100vw - (94px * 2));
  }
}
@media screen and (max-width: 959px) {
  .component-featured-carousel-v2 .featured-carousel-slick.slick-slider .slick-list {
    margin: 0 0 0 33px;
    width: calc(100vw - 33px);
  }
}
.component-featured-carousel-v2 .featured-carousel-slick .c-container {
  height: 307px;
}
@media screen and (min-width: 960px) {
  .component-featured-carousel-v2 .featured-carousel-slick .c-container {
    height: 428px;
  }
}
.component-featured-carousel-v2 .featured-carousel-slick .c-container:focus {
  outline: none;
}
.component-featured-carousel-v2 .featured-carousel-slick .main-item {
  box-shadow: 0 0 15px 0 rgba(201, 201, 201, 0.5);
  height: inherit;
}
.component-featured-carousel-v2 .featured-carousel-slick .main-item .top-half {
  width: 100%;
  height: 60%;
  box-shadow: rgba(225, 225, 225, 0.5) 2px -1px 5px 0px;
}
.component-featured-carousel-v2 .featured-carousel-slick .main-item .top-half .anchorOverlay {
  height: 100%;
  width: calc(100% + 30px);
  float: left;
  margin-left: -15px;
}
.component-featured-carousel-v2 .featured-carousel-slick .main-item .top-half .image {
  height: 100%;
  background-size: cover;
}
.component-featured-carousel-v2 .featured-carousel-slick .main-item .top-half .image-title {
  padding: 5% 5% 0 5%;
  font-family: "Diodrum Regular";
  line-height: 150%;
}
@media screen and (min-width: 18.33333333em) {
  .component-featured-carousel-v2 .featured-carousel-slick .main-item .top-half .image-title {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(1em  +  0.8  * ((100vw -  18.33333333em ) / 101.66666667 ));
  }
}
@media screen and (min-width: 1440px) {
  .component-featured-carousel-v2 .featured-carousel-slick .main-item .top-half .image-title {
    font-size: 1.8em;
  }
}
.component-featured-carousel-v2 .featured-carousel-slick .main-item .bottom-half {
  height: 40%;
  position: relative;
  color: #ffffff;
}
.component-featured-carousel-v2 .featured-carousel-slick .main-item .bottom-half .description {
  font-family: "Noto Sans Regular";
  user-select: text;
  font-weight: 100;
  position: absolute;
  top: 50%;
  left: 23px;
  width: calc(59% - 23px);
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .component-featured-carousel-v2 .featured-carousel-slick .main-item .bottom-half .description {
    width: calc(59% - 30px);
    left: 30px;
  }
}
@media screen and (max-width: 959px) {
  .component-featured-carousel-v2 .featured-carousel-slick .main-item .bottom-half .description {
    font-size: calc(10px + (12 - 10) * ((100vw - 320px) / (959 - 320)));
  }
}
@media screen and (min-width: 960px) and (max-width: 1439px) {
  .component-featured-carousel-v2 .featured-carousel-slick .main-item .bottom-half .description {
    font-size: calc(12px + (15 - 12) * ((100vw - 960px) / (1440 - 960)));
  }
}
@media screen and (min-width: 1440px) {
  .component-featured-carousel-v2 .featured-carousel-slick .main-item .bottom-half .description {
    font-size: 15px;
  }
}
.component-featured-carousel-v2 .featured-carousel-slick .main-item .bottom-half .description.full-width {
  width: calc(100% - 60px);
}
.component-featured-carousel-v2 .featured-carousel-slick .main-item .bottom-half .read-more {
  font-family: "Diodrum Regular";
  /*white-space: nowrap;*/
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  text-align: right;
  width: calc(40% - 50px);
  color: #ffffff;
  cursor: pointer;
  outline: none;
}
@media screen and (min-width: 960px) {
  .component-featured-carousel-v2 .featured-carousel-slick .main-item .bottom-half .read-more {
    width: calc(40% - 50px);
  }
}
@media screen and (max-width: 959px) {
  .component-featured-carousel-v2 .featured-carousel-slick .main-item .bottom-half .read-more {
    font-size: calc(11px + (13 - 11) * ((100vw - 320px) / (959 - 320)));
  }
}
@media screen and (min-width: 960px) and (max-width: 1439px) {
  .component-featured-carousel-v2 .featured-carousel-slick .main-item .bottom-half .read-more {
    font-size: calc(13px + (16 - 13) * ((100vw - 960px) / (1440 - 960)));
  }
}
@media screen and (min-width: 1440px) {
  .component-featured-carousel-v2 .featured-carousel-slick .main-item .bottom-half .read-more {
    font-size: 16px;
  }
}
.component-featured-carousel-v2 .featured-carousel-slick .main-item .bottom-half .read-more:hover {
  text-decoration: none;
  color: #e4001c;
}
.component-featured-carousel-v2 .featured-carousel-slick .main-item .bottom-half .fas {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.component-featured-carousel-v2 .featured-carousel-slick .hide {
  visibility: hidden !important;
}
.component-featured-carousel-v2 .featured-carousel-slick .c-arrow {
  position: absolute;
  height: 50px;
  width: 50px;
  background-color: rgba(225, 225, 225, 0.85);
  color: #ffffff;
  z-index: 999;
  align-items: center;
  cursor: pointer;
  transition: opacity .35s;
  opacity: 0;
}
.component-featured-carousel-v2 .featured-carousel-slick .c-prev {
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMzEuMTA2IDE1aC0yNy44MjhsOC4zMjUtOC4yOTNjLjM5MS0uMzkxLjM5MS0xLjAyNCAwLTEuNDE0LS4zOTEtLjM5MS0xLjAyNC0uMzkxLTEuNDE0IDBsLTkuOSA5Ljg5OWMtLjM4NS4zODUtLjM4NSAxLjAyOSAwIDEuNDE0bDkuOSA5LjljLjM5MS4zOTEgMS4wMjQuMzkxIDEuNDE0IDAgLjM5MS0uMzkxLjM5MS0xLjAyNCAwLTEuNDE0bC04LjMyNS04LjA5MmgyNy44MjhjLjU1MiAwIDEtLjQ0OCAxLTFzLS40NDgtMS0xLTF6IiBmaWxsPSIjMTIxMzEzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.component-featured-carousel-v2 .featured-carousel-slick .c-next {
  bottom: 50%;
  right: 0;
  transform: translate(0%, 50%);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiBoZWlnaHQ9IjMycHgiIGlkPSLQodC70L7QuV8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMyLDE2LjAwOWMwLTAuMjY3LTAuMTEtMC41MjItMC4yOTMtMC43MTQgIGwtOS44OTktOS45OTljLTAuMzkxLTAuMzk1LTEuMDI0LTAuMzk0LTEuNDE0LDBjLTAuMzkxLDAuMzk0LTAuMzkxLDEuMDM0LDAsMS40MjhsOC4xOTMsOC4yNzVIMWMtMC41NTIsMC0xLDAuNDUyLTEsMS4wMSAgczAuNDQ4LDEuMDEsMSwxLjAxaDI3LjU4NmwtOC4xOTIsOC4yNzVjLTAuMzkxLDAuMzk0LTAuMzksMS4wMzQsMCwxLjQyOGMwLjM5MSwwLjM5NCwxLjAyNCwwLjM5NCwxLjQxNCwwbDkuODk5LTkuOTk5ICBDMzEuODk0LDE2LjUzNCwzMS45OTcsMTYuMjc0LDMyLDE2LjAwOXoiIGZpbGw9IiMxMjEzMTMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IkFycm93X0ZvcndhcmQiLz48Zy8+PGcvPjxnLz48Zy8+PGcvPjxnLz48L3N2Zz4=");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.component-featured-carousel-v2 .featured-carousel-slick .slick-slide {
  margin: 0 30px 0 0;
}
.component-featured-carousel-v2 .featured-carousel-slick .slick-slide:last-child {
  margin: 0 0 0 0;
}
.component-featured-carousel-v2 .carousel-progress {
  height: 2px;
  max-width: calc(1252px);
  margin: 0 auto;
  width: calc(100vw - (33px * 2));
  background-color: #e1e1e1;
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .component-featured-carousel-v2 .carousel-progress {
    width: calc(100vw - (94px * 2));
  }
}
@media screen and (max-width: 959px) {
  .component-featured-carousel-v2 .carousel-progress {
    width: calc(100vw - (33px * 2));
    margin: 0 auto;
  }
}
.component-featured-carousel-v2 .carousel-progress .completed {
  background-color: #e4001c;
  width: 0%;
  left: 0%;
  height: 2px;
  position: absolute;
  overflow: hidden;
  transition: left 0.5s;
}
.component-featured-carousel-v2 .static-carousel .play_icon {
  height: 56px;
  width: 56px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .component-featured-carousel-v2 .static-carousel .play_icon {
    height: 50px
            width: 50px;
  }
}
.component-featured-carousel-v2 .static-carousel .col-lg-6 {
  margin-bottom: 0;
  padding-right: 15px;
  padding-left: 0;
}
.component-featured-carousel-v2 .static-carousel .col-lg-6:last-child {
  padding-right: 0;
  padding-left: 15px;
}
@media screen and (max-width: 959px) {
  .component-featured-carousel-v2 .static-carousel .col-lg-6 {
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
  }
  .component-featured-carousel-v2 .static-carousel .col-lg-6:last-child {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 993px) and (max-width: 1023px) {
  .component-featured-carousel-v2 .static-carousel .col-lg-6 {
    padding-right: 15px;
    padding-left: 28px;
  }
  .component-featured-carousel-v2 .static-carousel .col-lg-6:last-child {
    padding-right: 28px;
    padding-left: 15px;
  }
}
.component-featured-carousel-v2 .static-carousel .c-container {
  height: 307px;
  box-shadow: 0 0 15px 0 rgba(201, 201, 201, 0.5);
  padding-left: 0;
  padding-right: 0;
  margin: 0 33px;
}
@media screen and (min-width: 600px) {
  .component-featured-carousel-v2 .static-carousel .c-container {
    height: 400px;
    margin: 0 33px;
  }
}
@media screen and (min-width: 780px) {
  .component-featured-carousel-v2 .static-carousel .c-container {
    height: 500px;
    margin: 0 33px;
  }
}
@media screen and (min-width: 993px) {
  .component-featured-carousel-v2 .static-carousel .c-container {
    height: 428px;
    margin: 0 0;
  }
}
.component-featured-carousel-v2 .static-carousel .main-item {
  height: inherit;
  position: relative;
}
.component-featured-carousel-v2 .static-carousel .main-item .top-half {
  width: 100%;
  height: 60%;
}
.component-featured-carousel-v2 .static-carousel .main-item .top-half .anchorOverlay {
  height: 100%;
  width: calc(100% + 30px);
  float: left;
  margin-left: -15px;
}
.component-featured-carousel-v2 .static-carousel .main-item .top-half .image {
  height: 100%;
  background-size: cover;
}
.component-featured-carousel-v2 .static-carousel .main-item .top-half .image-title {
  padding: 5% 5% 0 5%;
  font-family: "Diodrum Regular";
  line-height: 150%;
}
@media screen and (min-width: 18.33333333em) {
  .component-featured-carousel-v2 .static-carousel .main-item .top-half .image-title {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(1em  +  0.8  * ((100vw -  18.33333333em ) / 115 ));
  }
}
@media screen and (min-width: 1600px) {
  .component-featured-carousel-v2 .static-carousel .main-item .top-half .image-title {
    font-size: 1.8em;
  }
}
.component-featured-carousel-v2 .static-carousel .main-item .bottom-half {
  height: 40%;
  width: 100%;
  color: #ffffff;
  position: relative;
}
.component-featured-carousel-v2 .static-carousel .main-item .bottom-half .description {
  font-family: "Noto Sans Regular";
  user-select: text;
  font-weight: 100;
  position: absolute;
  width: calc(59% - 23px);
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
}
@media screen and (min-width: 960px) {
  .component-featured-carousel-v2 .static-carousel .main-item .bottom-half .description {
    width: calc(59% - 30px);
    left: 30px;
  }
}
@media screen and (max-width: 959px) {
  .component-featured-carousel-v2 .static-carousel .main-item .bottom-half .description {
    font-size: calc(10px + (12 - 10) * ((100vw - 320px) / (959 - 320)));
  }
}
@media screen and (min-width: 960px) and (max-width: 1439px) {
  .component-featured-carousel-v2 .static-carousel .main-item .bottom-half .description {
    font-size: calc(12px + (15 - 12) * ((100vw - 960px) / (1440 - 960)));
  }
}
@media screen and (min-width: 1440px) {
  .component-featured-carousel-v2 .static-carousel .main-item .bottom-half .description {
    font-size: 15px;
  }
}
.component-featured-carousel-v2 .static-carousel .main-item .bottom-half .description.full-width {
  width: calc(100% - 60px);
}
.component-featured-carousel-v2 .static-carousel .main-item .bottom-half .read-more {
  font-family: "Diodrum Regular";
  /*white-space: nowrap;*/
  align-self: center;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  cursor: pointer;
  outline: none;
  text-align: right;
  width: calc(40% - 50px);
}
@media screen and (min-width: 960px) {
  .component-featured-carousel-v2 .static-carousel .main-item .bottom-half .read-more {
    width: calc(40% - 50px);
  }
}
.component-featured-carousel-v2 .static-carousel .main-item .bottom-half .read-more:hover {
  text-decoration: none;
  color: #e4001c;
}
@media screen and (max-width: 1439px) {
  .component-featured-carousel-v2 .static-carousel .main-item .bottom-half .read-more {
    font-size: calc(13px + (16 - 13) * ((100vw - 320px) / (1440 - 320)));
  }
}
@media screen and (min-width: 1440px) {
  .component-featured-carousel-v2 .static-carousel .main-item .bottom-half .read-more {
    font-size: 16px;
  }
}
.component-featured-carousel-v2 .static-carousel .main-item .bottom-half .fas {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.component-detailed-list {
  position: relative;
}
@media screen and (min-width: 768px) {
  .component-detailed-list {
    padding-top: 416px !important;
  }
}
.component-detailed-list--header {
  margin: 0 10% 2.5em;
}
@media screen and (min-width: 768px) {
  .component-detailed-list--header {
    margin: 0 0 2.5em;
  }
}
.component-detailed-list--image-container {
  width: 100%;
  height: 0;
  z-index: 1;
}
@media screen and (max-width: calc(768px - 1px)) {
  .component-detailed-list--image-container {
    position: -webkit-sticky;
    position: sticky;
    top: 72px;
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 768px) {
  .component-detailed-list--image-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 626px;
  }
}
.component-detailed-list--image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.component-detailed-list--content-group {
  width: 80%;
  margin: 0 auto;
  background: white;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: calc(768px - 1px)) {
  .component-detailed-list--content-group {
    margin: -50vw auto 0;
    min-height: 50vw;
  }
}
@media screen and (min-width: 768px) {
  .component-detailed-list--content-group {
    margin: 0 auto;
    min-height: 208px;
    display: flex;
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .component-detailed-list--content-group {
    margin-left: 33px;
    margin-right: 33px;
    width: initial;
  }
}
.component-detailed-list--content-item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .component-detailed-list--content-item:last-child {
    padding-bottom: 0;
  }
}
.component-detailed-list--content-item .body3 p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .component-detailed-list--content-item a.arrow {
    position: absolute;
    bottom: 0;
  }
}
.component-detailed-list--content-item a.arrow:after {
  top: 0;
}
@media screen and (max-width: calc(768px - 1px)) {
  .component-detailed-list--content-item {
    padding: 15%;
  }
  .component-detailed-list--content-item:not(:last-child):after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 15%;
    right: 60%;
    height: 1px;
    background: #969696;
  }
}
@media screen and (min-width: 768px) {
  .component-detailed-list--content-item {
    padding: 5%;
    flex: 1;
  }
  .component-detailed-list--content-item:not(:last-child):after {
    position: absolute;
    content: '';
    top: 33.333%;
    bottom: 33.333%;
    right: 0;
    width: 1px;
    background: #969696;
  }
}
.component-detailed-list--content-item h5 {
  position: relative;
  padding-bottom: 1.4em;
  margin-bottom: .75em;
}
.component-detailed-list--content-item h5:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 1px;
  background: #e4001c;
}
/*home header v1*/
.component-header {
  max-height: 700px;
  width: 100%;
  display: block;
  background-size: cover;
  height: calc(100vh -  72px );
  /*padding: 0 94px;*/
}
.component-header.editmode {
  height: 500px;
}
@media screen and (min-width: 1024px) {
  .component-header {
    height: calc(100vh -  88px );
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .component-header {
    padding: 0 33px;
  }
}
.component-header .header-title {
  height: calc(100% - 44px);
}
@media screen and (max-width: 1024px) {
  .component-header .header-title {
    height: calc(100% - 68px);
  }
}
.component-header-light h1,
.component-header-light h5,
.component-header-light .header-text {
  color: #ffffff;
}
.component-header-dark h1,
.component-header-dark h5,
.component-header-dark .header-text {
  color: #fc2d72;
}
.component-header .header-container {
  height: 100%;
  position: relative;
  max-height: 1440px;
  /* @media screen and (min-width: @desktop-breakpoint){
          padding: 0 94px;
        }*/
}
.component-header h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.component-header h1 span {
  padding-bottom: 23px;
  position: relative;
}
.component-header h1 span::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: "";
}
.component-header h1 span .text-line-header-home {
  position: absolute;
}
.component-header h1 span .text-line-header-home.light {
  border-bottom: 2px solid #ffffff;
}
.component-header h1 span .text-line-header-home.dark {
  border-bottom: 2px solid #fc2d72;
}
.hide-hero-line .component-header h1 span .text-line-header-home {
  display: none;
}
.component-header h1 a {
  position: relative;
  top: 30px;
}
.component-header h1 a:not(.cta) {
  color: white;
}
.component-header h1 a:not(.cta):hover {
  color: red;
}
.component-header h1 a img {
  filter: brightness(0) invert(1);
  margin-left: 10px;
}
.component-header .header-text {
  margin-bottom: 20px;
  max-width: 1140px;
}
.component-header .header-text .header-text-right {
  text-align: right;
}
/*inner  header v2*/
.component-header-v2 {
  width: 100%;
  display: block;
  background-size: cover;
  height: calc(100vh -  72px );
  /*padding: 0 @desktop-padding;*/
}
.component-header-v2.editmode {
  height: 500px;
}
@media screen and (min-width: 1024px) {
  .component-header-v2 {
    height: calc(100vh -  88px );
  }
}
@media screen and (max-width: 1023px) {
  .component-header-v2 {
    padding-right: 33px;
    padding-left: 33px;
  }
}
.component-header-v2 .header-title {
  height: calc(100% - 44px);
}
@media screen and (max-width: 1024px) {
  .component-header-v2 .header-title {
    height: calc(100% - 68px);
  }
}
.component-header-v2-light h1,
.component-header-v2-light h5,
.component-header-v2-light .header-text {
  color: #ffffff;
}
.component-header-v2-light h1 a,
.component-header-v2-light h5 a,
.component-header-v2-light .header-text a {
  color: #ffffff;
}
.component-header-v2-dark h1,
.component-header-v2-dark h5,
.component-header-v2-dark .header-text {
  color: #fc2d72;
}
.component-header-v2-dark h1 a,
.component-header-v2-dark h5 a,
.component-header-v2-dark .header-text a {
  color: #fc2d72;
}
.component-header-v2 .container-fluid {
  height: 100%;
  position: relative;
  max-height: 1440px;
  /* @media screen and (min-width: @desktop-breakpoint){
          padding: 0 94px;
        }*/
}
.component-header-v2 .header-container {
  height: 100%;
  position: relative;
  max-height: 1440px;
}
.component-header-v2 .title-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: left;
}
.component-header-v2 h1 span {
  padding-bottom: 16px;
  position: relative;
}
.component-header-v2 h1 span::after {
  position: absolute;
  background: #ffffff;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: "";
}
@media screen and (max-width: 1024px) {
  .component-header-v2 h1 span {
    left: calc(20px - ( 20 * (1px - ((100vw - 320px ) / 703 ))));
  }
}
.component-header-v2 h5,
.component-header-v2 h5 a {
  font-size: 16px;
  font-family: "Noto Sans Regular";
}
.component-header-v2 .header-text {
  margin-bottom: 20px;
  max-width: 1140px;
}
.component-header-v2 .header-text .header-text-right {
  text-align: right;
}
.component-header-v2 .foundation-breadcrumb {
  padding: 0;
}
.component-header-v2 .foundation-breadcrumb li a {
  font-size: 16px;
}
.component-header-v2 .foundation-breadcrumb li:after {
  padding: 8px;
  content: '|';
}
.component-header-v2 .foundation-breadcrumb li:last-child a {
  color: #fff;
  pointer-events: auto;
  cursor: pointer;
  text-decoration: initial;
}
.component-header-v2 .foundation-breadcrumb li:last-child:after {
  content: '';
}
/*bio header*/
.bio-header {
  min-height: 500px;
  position: relative;
  background-size: cover;
  background-position: right center;
  max-width: 1440px;
  margin: auto;
  font-family: "Diodrum Regular";
}
@media screen and (max-width: 1023px) {
  .bio-header {
    background-position: right -60px center;
  }
}
.bio-header .container {
  /*padding: 0 15px;
    @media screen and (min-width: @desktop-breakpoint) {
      padding: 0 @desktop-padding;
    }*/
  padding-right: 33px;
  padding-left: 33px;
}
@media screen and (min-width: 1024px) {
  .bio-header .container {
    padding-right: 94px;
    padding-left: 94px;
  }
}
.bio-header .bio-row {
  min-height: 500px;
}
.bio-header .bio-title h1 {
  color: #000000;
}
.bio-header .bio-title p {
  color: #000000;
}
@media screen and (max-width: calc(576px - 1px)) {
  .bio-header .bio-title {
    position: absolute;
    padding: 10px 33px 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .bio-header .bio-title h1,
  .bio-header .bio-title p {
    text-align: center;
  }
}
.bio-header .bio-img {
  max-height: 500px;
  right: 0;
  top: 0;
}
@media screen and (max-width: calc(576px - 1px)) {
  .bio-header .bio-img {
    max-height: 250px;
  }
}
/*news room header*/
.news-room-header {
  position: relative;
  background-size: cover;
  height: calc(100vh - 72px);
  max-height: 700px;
}
.news-room-header.editmode {
  height: 500px;
}
.news-room-header .col-md-9 {
  padding: 0 15px;
}
.news-room-header a {
  text-decoration: none;
}
.news-room-header a:hover {
  color: #e4001c;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .news-room-header {
    height: calc(100vh - 88px);
    padding: 0;
  }
}
.news-room-header .container {
  padding: 0 33px;
}
@media screen and (min-width: 1024px) {
  .news-room-header .container {
    /*padding: 0 @desktop-padding;*/
    padding: 0 94px;
  }
}
.news-room-header a {
  color: #ffffff;
}
.news-room-header a:hover {
  color: #e4001c;
}
.news-room-header .header-container {
  height: 100%;
}
.news-room-header .header-title {
  position: relative;
  height: 100%;
}
.news-room-header .title-container h1 {
  color: #ffffff;
  font-size: 32px;
}
@media only screen and (min-width: 768px) {
  .news-room-header .title-container h1 {
    font-size: 42px;
  }
}
.news-room-header .title-container a {
  font-family: "Diodrum Regular";
}
.news-room-header .title-container a img {
  filter: brightness(0) invert(1);
  margin-left: 10px;
}
.news-room-header .header-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 21px;
  font-family: "Noto Sans Regular";
}
.news-room-header .header-bottom .item:nth-child(2) a {
  font-family: "Diodrum Regular";
}
.title-centered .component-contact-title {
  text-align: center;
  padding-bottom: 30px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .title-centered .component-contact-title {
    max-width: 41.66%;
  }
}
.title-centered .component-contact-title p {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .title-centered .component-contact-title p {
    font-size: 24px;
  }
}
.component-contact {
  padding-right: 33px;
  padding-left: 33px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  display: flex;
  flex-flow: column wrap;
}
@media screen and (min-width: 1024px) {
  .component-contact {
    padding-right: 94px;
    padding-left: 94px;
  }
}
.component-contact.without-image .divider {
  margin: 30px -2px 25px;
}
.component-contact.without-image img {
  margin-bottom: 0px;
}
@media screen and (max-width: 1023px) {
  .component-contact.without-image .component-contact-contact-container {
    height: 107px;
  }
}
.component-contact-title {
  margin-top: 35px;
  margin-left: 0px;
}
.component-contact-title p {
  font-family: "Diodrum Regular";
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0;
  color: #000000;
}
.component-contact-title .contact-title {
  padding: 0 33px;
}
@media only screen and (min-width: 1024px) {
  .component-contact-title .contact-title {
    padding: 0;
  }
}
.component-contact-v2 {
  padding-bottom: 10px;
}
.component-contact-v2 p {
  white-space: nowrap;
}
.component-contact .contact-title-v2 {
  padding-top: 40px;
}
.component-contact-contact-container {
  height: 207px;
  width: 210px;
  margin: 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}
.component-contact-contact-container > img {
  width: 100px;
  border-radius: 50%;
  margin-bottom: 37px;
}
.component-contact-contact-container > .profile-data {
  text-align: center;
}
.component-contact-contact-container > .profile-data > p {
  font-family: "Noto Sans Regular";
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #212121;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .component-contact-contact-container > .profile-data > p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.1px;
  }
}
.component-contact-contact-container > .profile-data > p a {
  font-size: inherit;
}
.component-contact-contact-container > .profile-data > p a:hover {
  color: #e4001c;
  text-decoration: none;
}
.component-contact .divider {
  padding: 0;
  width: fit-content;
  margin: 15px 0px;
  display: flex;
  justify-content: center;
  background: none;
}
.component-contact .divider > span {
  background: #969696;
  height: 2px;
  width: 80px;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .component-contact .divider {
    padding: 0;
    max-width: 2px;
    margin: 25px -2px;
    display: flex;
    align-items: flex-start;
    margin-top: 137px;
  }
  .component-contact .divider > span {
    background: #969696;
    height: 80px;
    width: 2px;
    display: block;
  }
}
.contact-list-sub_left_container_img_hide .contact-list-page-container .contact-list .contact-list-sub .contact-list-sub_left_container_img_show {
  display: none;
}
.contact-list-page-container {
  max-width: 46rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .contact-list-page-container {
    max-width: none;
    padding: 0px;
  }
}
.contact-list-page-container .contact-list {
  padding: 15px 15px 1px 15px;
}
.contact-list-page-container .contact-list h2 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-bottom: 20px;
}
.contact-list-page-container .contact-list .contact-list-sub {
  margin-bottom: 20px;
  margin-top: 20px;
}
.contact-list-page-container .contact-list .contact-list-sub .contact-list-sub_left_container_img_show {
  display: block;
}
.contact-list-page-container .contact-list .contact-list-sub .contact-list-sub_left_container_img_show .contact_list_img {
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .contact-list-page-container .contact-list .contact-list-sub .contact-list-sub_right_container {
    padding-top: 20px;
  }
}
.contact-list-page-container .contact-list .contact-list-sub p {
  margin-bottom: 5px;
}
.contact-list-page-container .contact-list .contact-list-sub p a {
  color: #e4001c;
}
.contact-list-page-container .contact-list .contact-list-sub p a:hover {
  text-decoration: underline;
}
@keyframes fromTop {
  0% {
    top: -100px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
@keyframes fromBottom {
  0% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: -100px;
    opacity: 0;
  }
}
.component-navigation--logo .navigationShare {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.component-navigation--logo .navigationShare div:first-child span {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  font-family: "Diodrum Regular";
  text-align: center;
  font-size: calc(8.55769231px);
  color: #a2a2a2;
}
.component-navigation--logo .navigationShare div:last-child {
  display: flex;
  justify-content: center;
}
.component-navigation--logo .navigationShare a {
  display: inline-block;
  position: relative;
  width: auto;
  left: 0;
  top: 0;
  transform: none;
}
.component-navigation--logo .navigationShare a img {
  display: inline-block;
  height: 30px;
  opacity: 1;
}
.component-navigation--logo .navigationShare a:first-child {
  padding-left: 0;
}
.component-navigation--logo .icon-aligner a {
  padding-left: 0;
}
.component-navigation--logo .icon-aligner a:nth-child(3) {
  padding: 0 20px;
}
.component-navigation--logo.showShare .navigationShare {
  display: block;
}
.component-navigation--logo.showShare .navigation-logo {
  display: none;
}
.component-biobar {
  width: 100%;
  z-index: 95;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .component-biobar {
    margin-bottom: 0px;
  }
}
.component-biobar--pageinfo {
  display: none;
}
@media screen and (min-width: 1024px) {
  .component-biobar .container {
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    height: 100%;
    position: relative;
  }
}
.component-biobar--contain {
  color: #212121;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .component-biobar--contain {
    width: 140px;
    position: absolute;
    right: 0;
  }
}
.component-biobar--contain .divider {
  display: none;
}
.component-biobar--contain .action {
  font-family: "Diodrum Regular";
  font-size: calc(15px  - ( 2  * (1px - ((100vw -  1024px ) / 416 ))));
  display: inline-block;
  padding-left: 0;
  padding-right: 22px;
  color: #A2A2A2;
}
.component-biobar--contain-share {
  padding: 0 0 0 calc(16.87055477px);
  margin: 0 0;
  position: relative;
  display: block;
}
.component-biobar--contain-share .share-on {
  display: none;
}
.component-biobar--contain-share .share-on a {
  display: inline-block;
  margin-left: 20px;
}
.component-biobar--contain-share .share-on a img {
  display: inline-block;
  height: 30px;
  opacity: 1;
}
.component-biobar--contain-share .share-on a:first-child {
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .component-biobar--contain-share .share-off {
    display: block;
    position: relative;
    height: 30px;
    opacity: 1;
    transition-property: opacity;
    transition-delay: 0ms;
    transition-duration: 500ms;
    transition-timing-function: ease-in-out;
  }
  .component-biobar--contain-share .share-off a {
    position: relative;
    display: inline-block;
    height: 16px;
    padding-left: 25px;
    line-height: 16px;
    vertical-align: middle;
    margin: 7px 0;
  }
  .component-biobar--contain-share .share-off a img {
    height: 15px;
    position: absolute;
    left: 0;
  }
  .component-biobar--contain-share .share-on {
    visibility: hidden;
    position: absolute;
    top: 0;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 500ms;
    transition-timing-function: ease-in;
  }
  .component-biobar--contain-share .share-on a {
    margin-left: 25px;
  }
  .component-biobar--contain-share .share-on a:hover img {
    opacity: 0.3;
  }
}
.component-biobar--contain-share:hover .share-off {
  opacity: 0;
}
.component-biobar--contain-share:hover .share-on {
  opacity: 1;
  visibility: visible;
}
.component-biobar.scroll-postop {
  z-index: 222;
  display: none;
  height: 88px;
  position: fixed;
  top: -100px;
  left: 0;
}
.component-biobar.scroll-postop.scroll-postop-in {
  top: 0;
  animation: fromTop 600ms ease;
}
.component-biobar.scroll-postop.scroll-postop-out {
  top: 0;
  animation: fromBottom 600ms ease 200ms;
}
@media screen and (min-width: 1024px) {
  .component-biobar.scroll-postop {
    display: block;
  }
  .component-biobar.scroll-postop .component--contain {
    height: 88px;
    position: relative;
    padding-left: 94px;
    padding-right: 94px;
  }
  .component-biobar.scroll-postop .component-biobar--pageinfo {
    display: block;
    position: absolute;
    top: 46px;
    transform: translateY(-50%);
    left: 10px;
  }
  .component-biobar.scroll-postop .component-biobar--pageinfo .divider {
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #000000;
    position: absolute;
    top: 4px;
  }
  .component-biobar.scroll-postop .component-biobar--pageinfo .category,
  .component-biobar.scroll-postop .component-biobar--pageinfo .title {
    font-family: "Diodrum Regular";
    font-size: calc(15px  - ( 2  * (1px - ((100vw -  1024px ) / 416 ))));
    display: inline-block;
    padding-left: 0;
    padding-right: 22px;
    color: #A2A2A2;
  }
  .component-biobar.scroll-postop .component-biobar--pageinfo .title {
    padding-right: 0;
    padding-left: 25px;
    color: #000000;
  }
  .component-biobar.scroll-postop .component-biobar--pageinfo .bioPicture {
    display: inline-block;
    padding-right: 0;
    padding-left: 25px;
    width: 50px;
  }
  .component-biobar.scroll-postop .component-biobar--pageinfo .bioPicture img {
    max-width: 30px;
  }
  .component-biobar.scroll-postop .component-biobar--contain {
    position: absolute;
    right: 10px;
    width: auto;
    top: 46px;
    transform: translateY(-50%);
  }
  .component-biobar.scroll-postop .component-biobar--contain-share {
    display: inline-block;
    font-size: calc(14px  - ( 2  * (1px - ((100vw -  1024px ) / 416 ))));
    border-style: none none;
    padding: 0 15px 0 20px;
    margin: 0 0;
  }
  .component-biobar.scroll-postop .component-biobar--contain-share a {
    font-size: calc(14px  - ( 2  * (1px - ((100vw -  1024px ) / 416 ))));
  }
  .component-biobar.scroll-postop .component-biobar--contain-share .share-off {
    display: none;
  }
  .component-biobar.scroll-postop .component-biobar--contain-share .share-on {
    position: relative;
    display: block;
    visibility: visible;
    opacity: 1;
    margin: 0 0;
  }
  .component-biobar.scroll-postop .component-biobar--contain .action {
    font-family: "Diodrum Regular";
    font-size: calc(15px  - ( 2  * (1px - ((100vw -  1024px ) / 416 ))));
    display: inline-block;
    padding-left: 0;
    padding-right: 22px;
    color: #A2A2A2;
  }
}
@media screen and (min-width: 1440px) {
  .component-biobar.scroll-postop .component-biobar--pageinfo .category,
  .component-biobar.scroll-postop .component-biobar--pageinfo .title {
    font-size: 15px;
  }
  .component-biobar.scroll-postop .component-biobar--contain-share {
    font-size: 14px;
  }
  .component-biobar.scroll-postop .component-biobar--contain-share a {
    font-size: 14px;
  }
}
.component-steps {
  font-family: "Diodrum Regular";
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .component-steps {
    padding: 0 33px;
  }
}
.component-steps-black {
  color: #212121;
}
.component-steps-white {
  color: #ffffff;
}
.component-steps .headline {
  margin: 0;
  padding: 0 50px 35px 33px;
}
@media only screen and (min-width: 1024px) {
  .component-steps .headline {
    padding: 0 0px 40px;
  }
}
.component-steps .steps-cards {
  position: relative;
  overflow-x: hidden;
  height: 120px;
  min-height: 80px;
}
@media only screen and (min-width: 576px) {
  .component-steps .steps-cards {
    overflow-x: visible;
    height: 100%;
  }
}
.component-steps .highlights-corporate,
.component-steps .highlights-extra {
  margin-bottom: 0px;
}
.component-steps .highlights-corporate h1:not(.number) {
  font-size: 2.5rem;
}
@media only screen and (min-width: 576px) {
  .component-steps .highlights-corporate {
    margin-bottom: 80px;
  }
}
.component-steps .highlights-extra {
  display: flex;
}
@media only screen and (min-width: 576px) {
  .component-steps .highlights-extra {
    margin-bottom: 80px;
  }
}
.component-steps .headline h3 {
  font-size: 18px;
}
.component-steps .steps-title.body2 {
  margin: 5px 0 0 0;
  padding: 10px 0 0 15px;
  width: 250px;
  border-left: 1px solid #000000;
  min-height: 100px;
}
.component-steps .steps-title.body2 > p {
  font-family: "Diodrum Regular";
  font-size: 24px;
  line-height: 1;
}
@media only screen and (min-width: 576px) {
  .component-steps .steps-title.body2 {
    padding: 5px 0 0 15px;
    margin: 0 0 0 5px;
  }
  .component-steps .steps-title.body2 > p {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .component-steps .steps-title.body2 {
    padding: 8px 0 0 15px;
  }
  .component-steps .steps-title.body2 > p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .component-steps .steps-title.body2 {
    padding: 15px 0 0 15px;
  }
  .component-steps .steps-title.body2 > p {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .component-steps .steps-title.body2 > p {
    font-size: 30px;
    line-height: 1.0;
  }
}
.component-steps .bodycopy.body2 {
  margin: 0 0 0 23px;
  padding-left: 23px;
  border-left: 1px solid #000000;
}
.component-steps .bodycopy.body2 > p {
  font-size: 12px;
}
.component-steps .content {
  position: absolute;
  display: flex;
  flex-direction: row;
  min-height: 80px;
  transition: .5s linear;
  transition-property: all;
}
@media only screen and (min-width: 768px) {
  .component-steps .content {
    transition: none;
    position: relative;
    top: 0;
  }
}
.component-steps .content-v2 {
  display: flex;
  flex-direction: row;
}
.component-steps .content-v2 h1 {
  font-family: "Diodrum Medium";
  width: 40px;
  min-width: 40px;
}
.component-steps .past {
  left: -30vw;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .component-steps .past {
    left: auto;
    transform: none;
    opacity: 1;
  }
}
.component-steps .future {
  left: 30vw;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .component-steps .future {
    left: 0px;
    transform: none;
    opacity: 1;
  }
}
.component-steps .active {
  left: 0;
  visibility: visible;
}
.component-steps .number {
  font-family: "Diodrum Medium";
  font-size: 60px;
  width: 80px;
  line-height: 72px;
  margin-right: 10px;
}
@media only screen and (min-width: 576px) {
  .component-steps .number {
    font-size: 70px;
    width: 80px;
    margin-right: 10px;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 768px) {
  .component-steps .number {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .component-steps .number {
    font-size: 80px;
    margin-right: 15px;
  }
}
.component-steps .show-button,
.component-steps .hide-button {
  display: none;
}
@media only screen and (min-width: 576px) {
  .component-steps .show-button,
  .component-steps .hide-button {
    margin-top: 60px;
    justify-content: center;
    display: flex;
  }
}
.component-steps .link-button {
  justify-content: center;
  margin-top: 20px;
}
@media only screen and (min-width: 576px) {
  .component-steps .link-button {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .component-steps .link-button {
    margin-top: 0px;
  }
}
.component-steps .cta:hover {
  text-decoration: none;
}
.component-steps .display-hidden {
  display: none;
}
.component-steps .display-visable {
  display: flex !important;
}
.component-steps-v3 {
  font-family: 'Diodrum Regular';
  padding-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .component-steps-v3 .container {
    padding-right: 33px;
    padding-left: 33px;
  }
}
.component-steps-v3 .top-headline {
  margin: 0;
  padding-bottom: 50px;
}
.component-steps-v3 .bottom-headline {
  padding-bottom: 100px;
}
.component-steps-v3 .steps-cards {
  position: relative;
  overflow-x: hidden;
  min-height: 80px;
}
@media only screen and (min-width: 576px) {
  .component-steps-v3 .steps-cards {
    overflow-x: visible;
  }
}
.component-steps-v3 .highlights-corporate-v3 {
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) {
  .component-steps-v3 .highlights-corporate-v3 {
    margin-bottom: 80px;
  }
}
.component-steps-v3 .steps-title {
  min-height: 100px;
  margin: 5px 0 0;
  padding-top: 10px;
}
.component-steps-v3 .steps-title p {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .component-steps-v3 .steps-title {
    width: 250px;
    border-left: 1px solid #000000;
    padding-left: 15px;
  }
}
.component-steps-v3 .bodycopy {
  font-size: 12px;
  margin: 0 0 0 23px;
  padding-left: 23px;
  border-left: 1px solid #000000;
}
.component-steps-v3 .content {
  display: flex;
  flex-direction: column;
  min-height: 80px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) {
  .component-steps-v3 .content {
    flex-direction: row;
    padding-bottom: 0;
  }
}
.component-steps-v3 .number {
  font-family: 'Diodrum Medium';
  font-size: 60px;
  width: 80px;
  margin-right: 10px;
  border-bottom: 1px solid #000000;
  line-height: 1.2;
}
@media only screen and (min-width: 576px) {
  .component-steps-v3 .number {
    font-size: 70px;
    width: 80px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .component-steps-v3 .number {
    font-size: 60px;
    border-bottom: none;
  }
}
@media only screen and (min-width: 992px) {
  .component-steps-v3 .number {
    font-size: 80px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .cmp-2-up .comp-title {
    padding-right: 33px;
    padding-left: 33px;
  }
}
.cmp-2-up .comp-title > h4,
.cmp-2-up .comp-title > h5 {
  margin-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .cmp-2-up .comp-title > h4,
  .cmp-2-up .comp-title > h5 {
    margin-bottom: 25px;
  }
}
.component-twoup--items-item {
  background-color: #ffffff;
  margin-bottom: 30px;
  position: relative;
}
.component-twoup--items-item img {
  width: 100%;
  display: block;
  max-width: 609px;
  max-height: 773px;
}
.component-twoup--items-item--content {
  padding: 30px 33px 25px;
}
.component-twoup--items-item--content h3 {
  margin: 0;
  padding: 0;
}
.component-twoup--items-item--content .body1 {
  padding: 56px 0px 35px;
}
.component-twoup--items-item--content a {
  position: absolute;
  bottom: 30px;
  left: 33px;
  background-image: url('../../../content/dam/dupont/amer/us/en/corporate/general/icons/cta-arrow.svg');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
}
.component-twoup--items-item--content a:hover {
  color: #e4001c;
  text-decoration: none;
  background-image: url('../../../content/dam/dupont/amer/us/en/corporate/general/icons/cta-arrow-red.svg');
}
.component-twoup--items-item--content a i {
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .component-twoup--items-item--content {
    padding: 30px 20px 25px 0;
  }
  .component-twoup--items-item--content p.body1 {
    padding: 40px 0 35px;
  }
  .component-twoup--items-item--content a {
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .component-twoup--items-item--content p.body1 {
    padding: 56px 0 35px;
  }
}
@media screen and (min-width: 768px) {
  .component-twoup--items-item {
    flex-grow: 1;
    width: 50%;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .component-twoup--items-item {
    margin-right: 0;
    margin-left: 0;
  }
  .component-twoup--items-item:first-child {
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .component-twoup--items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.component-alphabeticalsubnav {
  position: relative;
}
.component-alphabeticalsubnav a.disabled {
  color: #969696;
  pointer-events: none;
}
@media (max-width: 991px) {
  .component-alphabeticalsubnav .no-gutters > [class^="col-"],
  .component-alphabeticalsubnav .no-gutters > [class*=" col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.component-alphabeticalsubnav .alphabet-search {
  width: 85%;
}
@media screen and (min-width: 768px) {
  .component-alphabeticalsubnav .alphabet-search {
    width: 100%;
  }
}
@media (orientation: landscape) and (max-width: 961px) {
  .component-alphabeticalsubnav .alphabet-search {
    width: 100%;
  }
}
.component-alphabeticalsubnav .alphabet-search input[type="text"] {
  display: block;
  border: 1px solid #212121;
  border-style: none none solid;
  width: 100%;
  padding: 10px 0 10px 50px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgc3R5bGU9ImJhY2tncm91bmQ6I2ZmZiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9IiM3NTc1NzUiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgPHBhdGggZD0iTTEwLjUwNSAxOS4xMzFhOC43NSA4Ljc1IDAgMSAxIDAtMTcuNTAxIDguNzUgOC43NSAwIDAgMSAwIDE3LjUwMXptMC0xOC41QzUuMTIuNjMuNzU0IDQuOTk1Ljc1NCAxMC4zOHM0LjM2NiA5Ljc1IDkuNzUgOS43NWM1LjM4NiAwIDkuNzUxLTQuMzY1IDkuNzUxLTkuNzVTMTUuODkuNjMgMTAuNTA1LjYzeiIvPgogICAgICAgIDxwYXRoIGQ9Ik0yMi40MTYgMjMuMjYyYS41LjUgMCAxIDAgLjcwOC0uNzA4bC01LjgyOC01LjgyN2EuNS41IDAgMCAwLS43MDcuNzA3bDUuODI3IDUuODI4eiIvPgogICAgPC9nPgo8L3N2Zz4K');
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: center;
  background-size: 25px 25px;
  font-family: "Diodrum Regular";
  font-size: 18px;
  color: #000000;
}
@media (orientation: landscape) and (max-width: 961px) {
  .component-alphabeticalsubnav .alphabet-search input[type="text"] {
    font-size: 18px;
    padding: 10px 0 10px 50px;
    background-size: 25px 25px;
  }
}
@media screen and (min-width: 962px) {
  .component-alphabeticalsubnav .alphabet-search input[type="text"] {
    background-size: 35px 35px;
    font-size: 26px;
    padding: 15px 0 15px 70px;
  }
}
.component-alphabeticalsubnav .alphabet-search input[type="text"]:focus {
  outline: none;
}
.component-alphabeticalsubnav .alphabet-search input[type="text"]:focus::placeholder {
  color: transparent;
}
.component-alphabeticalsubnav .alphabet-list {
  position: fixed;
  top: 50%;
  right: 33px;
  transform: translateY(-50%);
  z-index: 10;
  display: hidden;
}
@media (min-width: 768px) {
  .component-alphabeticalsubnav .alphabet-list {
    margin: 100px 0;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
  }
}
@media (orientation: landscape) and (max-width: 961px) {
  .component-alphabeticalsubnav .alphabet-list {
    margin: 40px 0;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
  }
}
.component-alphabeticalsubnav .alphabet-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .component-alphabeticalsubnav .alphabet-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (orientation: landscape) and (max-width: 961px) {
  .component-alphabeticalsubnav .alphabet-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.component-alphabeticalsubnav .alphabet-list ul li {
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .component-alphabeticalsubnav .alphabet-list ul li {
    line-height: 16px;
  }
}
.component-alphabeticalsubnav .alphabet-list ul li a {
  font-family: "Diodrum Regular";
  font-size: 13px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .component-alphabeticalsubnav .alphabet-list ul li a {
    font-size: 18px;
  }
}
.component-alphabeticalsubnav .alphabet-list ul li a.disabled {
  color: #ffffff;
  pointer-events: none;
}
.component-alphabeticalsubnav .alphabet-items {
  margin-top: 50px;
  width: 85%;
}
@media screen and (min-width: 768px) {
  .component-alphabeticalsubnav .alphabet-items {
    width: 100%;
    margin-top: 0;
  }
}
@media (orientation: landscape) and (max-width: 961px) {
  .component-alphabeticalsubnav .alphabet-items {
    margin-top: 0;
  }
}
.component-alphabeticalsubnav .alphabet-items .alphabet-item_title {
  font-family: "Diodrum Regular";
  font-size: 32px;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .component-alphabeticalsubnav .alphabet-items .alphabet-item_title {
    font-size: 42px;
    padding-bottom: 50px;
  }
}
@media (orientation: landscape) and (max-width: 961px) {
  .component-alphabeticalsubnav .alphabet-items .alphabet-item_title {
    font-size: 37px;
    padding-bottom: 40px;
  }
}
.component-alphabeticalsubnav .alphabet-items .alphabet-item_list ul {
  list-style: none;
  padding: 0 0 47px 0;
  margin: 0;
  column-count: 1;
  position: relative;
  vertical-align: top;
  break-inside: avoid-column;
  width: 100%;
}
@media (min-width: 768px) {
  .component-alphabeticalsubnav .alphabet-items .alphabet-item_list ul {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .component-alphabeticalsubnav .alphabet-items .alphabet-item_list ul {
    column-count: 3;
  }
}
.component-alphabeticalsubnav .alphabet-items .alphabet-item_list ul li a {
  font-family: "Diodrum Regular";
  font-size: 15px;
  color: #000000;
  text-decoration: none;
  margin-top: 37px;
  display: block;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .component-alphabeticalsubnav .alphabet-items .alphabet-item_list ul li a {
    font-size: 18px;
    margin-top: 47px;
  }
}
@media (orientation: landscape) and (max-width: 961px) {
  .component-alphabeticalsubnav .alphabet-items .alphabet-item_list ul li a {
    font-size: 17px;
    margin-top: 42px;
  }
}
.component-alphabeticalsubnav .alphabet-items .alphabet-item_list ul li:first-child a {
  margin-top: 0;
}
.component-alphabeticalsubnav .disabled {
  color: #e1e1e1 !important;
}
.container-fluid.story-package {
  padding-right: 33px;
  padding-left: 33px;
}
@media screen and (min-width: 1024px) {
  .container-fluid.story-package {
    padding-right: 94px;
    padding-left: 94px;
  }
}
.story-package {
  text-align: center;
}
.story-package a {
  text-decoration: none;
}
.story-package a:hover {
  color: #e4001c;
  text-decoration: none;
}
.story-package .story-title {
  margin-bottom: 40px;
  width: 100%;
}
.story-package .story-title h5,
.story-package .story-title a {
  color: #044b72;
}
.story-package .story-title h5 {
  float: left;
}
.story-package .story-title a {
  float: right;
  cursor: pointer;
}
.story-package .story-title::after {
  height: 2px;
  width: calc(100% - 30px);
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #044b72;
}
@media screen and (min-width: 576px) {
  .story-package .line-before:nth-child(n + 2)::before {
    content: '';
    height: 35%;
    top: 10%;
    position: absolute;
    width: 2px;
    left: 0;
    display: inline-block;
    background-color: #e1e1e1;
  }
}
.story-package .card-item {
  margin-bottom: 40px;
}
.story-package .card-item-simple {
  height: 250px;
  padding: 30px 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 576px) {
  .story-package .card-item-simple {
    height: calc(160px);
    padding: 0;
  }
}
.story-package .card-item-simple .card-simple-body {
  height: 100%;
  padding-bottom: 10px;
}
.story-package .card-item-simple.line-bottom-sm {
  padding: 20px 20px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .story-package .card-item-simple.line-bottom-sm {
    padding: 30px 10px;
  }
  .story-package .card-item-simple.line-bottom-sm::after {
    content: '';
    width: 80%;
    margin: 0 auto;
    height: 2px;
    background-color: #e1e1e1;
    display: block;
    bottom: 0;
    position: relative;
  }
}
.story-package .card-item-simple.line-bottom::after {
  content: '';
  width: 80%;
  margin: 0 auto;
  height: 2px;
  background-color: #e1e1e1;
  display: block;
  bottom: 0;
  position: relative;
}
.story-package .card-item-simple h5 {
  margin-bottom: 25px;
}
@media screen and (min-width: 20.83333333em) {
  .story-package .card-item-simple h5 {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(0.8em  +  0.55  * ((100vw -  20.83333333em ) / 59.16666667 ));
  }
}
@media screen and (min-width: 1440px) {
  .story-package .card-item-simple h5 {
    font-size: 1.35em;
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .story-package .card-item-simple h5 {
    font-size: 18px;
  }
}
.story-package .card-item .card-image {
  width: 100%;
  background-size: cover;
  height: 250px;
}
@media screen and (min-width: 576px) {
  .story-package .card-item .card-image {
    height: 126.66666667px;
  }
}
@media screen and (min-width: 576px) {
  .story-package .card-item .card-image.big {
    height: 660px;
  }
}
@media screen and (min-width: 576px) {
  .story-package .card-item .card-image.big-v2 {
    height: 393.33333333px;
  }
}
.story-package .card-item .card-body {
  min-height: 100px;
  padding: 10px 24px;
  -webkit-box-shadow: 0px 0px 5px 0px #a6a6a6;
  -moz-box-shadow: 0px 0px 5px 0px #a6a6a6;
  box-shadow: 0px 0px 5px 0px #a6a6a6;
}
.story-package .card-item .card-body.big {
  padding: 20px 26px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .story-package .card-item .card-body {
    padding-top: 20px;
  }
}
@media screen and (min-width: 20.83333333em) {
  .story-package .card-item .card-body h5.big {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(0.6em  +  0.7  * ((100vw -  20.83333333em ) / 59.16666667 ));
  }
}
@media screen and (min-width: 1440px) {
  .story-package .card-item .card-body h5.big {
    font-size: 1.3em;
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .story-package .card-item .card-body h5.big {
    font-size: 18px;
  }
}
@media screen and (min-width: 31.25em) {
  .story-package .card-item .card-body .card-action a {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(0.7em  +  0.3  * ((100vw -  31.25em ) / 88.75 ));
  }
}
@media screen and (min-width: 1440px) {
  .story-package .card-item .card-body .card-action a {
    font-size: 1em;
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .story-package .card-item .card-body .card-action a {
    font-size: 14px;
  }
}
.story-package .card-item .card-action {
  width: 100%;
}
.story-package .card-item .card-action span {
  margin-left: 10px;
}
@media screen and (min-width: 31.25em) {
  .story-package .card-item .card-action a {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(0.7em  +  0.3  * ((100vw -  31.25em ) / 88.75 ));
  }
}
@media screen and (min-width: 1440px) {
  .story-package .card-item .card-action a {
    font-size: 1em;
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .story-package .card-item .card-action a {
    font-size: 14px;
  }
}
@media screen and (min-width: 26.78571429em) {
  .story-package .card-item.small h5 {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(0.6em  +  0.6  * ((100vw -  26.78571429em ) / 76.07142857 ));
  }
}
@media screen and (min-width: 1440px) {
  .story-package .card-item.small h5 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .story-package .card-item.small h5 {
    font-size: 18px;
  }
}
.story-package.title-border .story-title::after {
  height: 0px;
}
.component-map {
  padding: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: column nowrap;
}
.component-map .map-container {
  width: 100%;
  min-height: 600px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-image: url("https://maps.googleapis.com/maps/api/staticmap?center=Q94V+5X,West+Park,Delaware&zoom=15&size=600x600&maptype=roadmap&markers=size:mid%7Ccolor:red%7C974,Centre+Rd,Wilmington,DE+19805,USAe%&key=AIzaSyDXOm9jqsndQsoYVIXIMrCKIG-8l9WzJ7k");*/
}
.component-map .floating-container {
  background: transparent;
  display: none;
  margin-left: 40px;
}
.component-map .floating-container > .container {
  padding: 0;
}
.component-map .floating-container .credits > p {
  color: #000000;
  margin-bottom: .5rem;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
@media only screen and (min-width: 768px) {
  .component-map .floating-container {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .component-map .floating-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.component-map .floating-container > .floating-content {
  width: 100%;
  background: #ffffff;
  padding: 60px 33px 60px 33px;
}
.component-map .info-container {
  width: 100%;
  padding: 60px 33px;
  padding-bottom: 0;
}
.component-map .info-container .credits > p {
  color: #000000;
  margin-bottom: .5rem;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
@media only screen and (min-width: 1024px) {
  .component-map .info-container {
    display: none;
  }
}
.component-map .modifier {
  margin: 30px 0 30px 0px;
  background: #969696;
  height: 1px;
}
.history-jump-links {
  display: flex;
  color: white;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .history-jump-links {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
}
.history-jump-links--timeline {
  position: -webkit-sticky;
  position: sticky;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: -100vh;
  opacity: 0;
}
.history-jump-links--timeline.editmode {
  margin-top: 0px;
  display: none;
}
@media screen and (max-width: 1023px) {
  .history-jump-links--timeline {
    height: calc(100vh - 72px);
    top: 72px;
  }
  .history-jump-links--timeline.editmode {
    height: calc(100% - 72px);
  }
}
@media screen and (min-width: 1024px) {
  .history-jump-links--timeline {
    height: calc(100vh - 88px);
    top: 88px;
  }
  .history-jump-links--timeline.editmode {
    height: calc(100% - 88px);
  }
}
.history-jump-links--timeline-spacer {
  flex: 1;
  width: 1px;
  background: white;
}
.history-jump-links--timeline-spacer:first-child,
.history-jump-links--timeline-spacer:last-child {
  flex: 0 0 112px;
}
.history-jump-links--timeline-dot {
  background: none;
  padding: 0;
  border: 0;
  margin: 0;
  color: white;
  cursor: pointer;
  height: 9px;
  position: relative;
}
.history-jump-links--timeline-dot:before {
  content: "";
  width: 9px;
  height: 9px;
  border: 1px solid white;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: -4px;
  transition: 0.333s;
}
.history-jump-links--timeline-dot:after {
  content: "";
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .history-jump-links--timeline-dot:after {
    width: 15px;
    height: 56px;
    top: -22px;
    right: -15px;
  }
}
@media screen and (min-width: 1024px) {
  .history-jump-links--timeline-dot:after {
    width: 39px;
    height: 39px;
    top: -15px;
    right: -18px;
  }
}
.history-jump-links--timeline-dot:hover:before {
  box-shadow: 0 0 9px white;
}
.history-jump-links--timeline-dot div {
  position: relative;
  font-family: "Diodrum Medium";
  visibility: hidden;
  opacity: 0;
  transition: 0.333s;
}
@media screen and (max-width: 1023px) {
  .history-jump-links--timeline-dot div {
    top: -22px;
    padding: 0 7.5px 0 22.5px;
    font-size: 14px;
    line-height: 2;
  }
  .history-jump-links--timeline-dot div span {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .history-jump-links--timeline-dot div {
    top: -15px;
    padding: 4px 36px 0;
    font-size: 26px;
    line-height: 35px;
  }
  .history-jump-links--timeline-dot div span:first-child:after {
    content: "–";
  }
}
.history-jump-links--timeline-dot div:after {
  content: "";
  position: absolute;
  top: 19px;
  right: 5px;
  width: 24px;
  height: 1px;
  background: white;
}
@media screen and (max-width: 1023px) {
  .history-jump-links--timeline-dot div:after {
    top: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .history-jump-links--timeline-dot div:after {
    top: 19px;
  }
}
.history-jump-links--timeline-dot.active:before {
  background: white;
}
.history-jump-links--timeline-dot.active div {
  visibility: visible;
  opacity: 1;
}
.history-jump-links--history {
  display: flex;
}
.history-jump-links--history.editmode {
  display: none;
}
.history-jump-links--eras {
  flex: 1;
  position: relative;
}
.history-jump-links--era {
  padding: 100px 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .history-jump-links--era:not(:last-child) {
    margin-bottom: 100px;
  }
}
.history-jump-links--title {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .history-jump-links--title {
    height: calc(100vh - 72px);
  }
  .history-jump-links--title.editmode {
    height: calc(100% - 72px);
  }
}
@media screen and (min-width: 1024px) {
  .history-jump-links--title {
    height: calc(100vh - 88px);
  }
  .history-jump-links--title.editmode {
    height: calc(100% - 88px);
  }
}
.history-jump-links--title h1 {
  font-size: 80px;
  line-height: 1;
  color: white;
  margin: 0;
  padding: 0.2em 0;
  border-bottom: 2px solid;
}
@media screen and (max-width: 1023px) {
  .history-jump-links--title h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .history-jump-links--title h1 {
    font-size: 80px;
  }
}
.history-jump-links--intro {
  padding-bottom: 33.333vh;
  text-align: center;
  color: white;
  opacity: 0;
  max-width: 25em;
  width: 80%;
  margin: 0 auto;
  will-change: opacity, transform;
}
.history-jump-links--intro.editmode {
  padding-bottom: 33.333px;
}
@media screen and (max-width: 1023px) {
  .history-jump-links--intro {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .history-jump-links--intro {
    font-size: 32px;
    line-height: 38px;
  }
}
.history-jump-links--intro h3 {
  color: white;
  margin: 0;
  padding: 2.5em 0;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .history-jump-links--intro h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .history-jump-links--intro h3 {
    font-size: 32px;
    line-height: 38px;
  }
}
.history-jump-links--intro h3:after {
  content: "";
  width: 50px;
  height: 1px;
  background: currentColor;
  position: absolute;
  bottom: 1.25em;
  left: calc(50% - 25px);
}
.history-jump-links--intro h3 p {
  color: white;
  margin: 0;
  position: relative;
  font-family: "Diodrum Regular";
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1023px) {
  .history-jump-links--intro h3 p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .history-jump-links--intro h3 p {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1023px) {
  .history-jump-links--intro p {
    font-family: "Noto Sans Regular", sans-serif;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) {
  .history-jump-links--intro p {
    font-family: "Noto Sans Regular", sans-serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) {
  .history-jump-links--era-intro {
    position: absolute;
    top: 0;
    left: 0;
    right: 60%;
    bottom: 0;
  }
}
.history-jump-links--era-intro > * {
  padding: 100px 0;
}
@media screen and (min-width: 1024px) {
  .history-jump-links--era-intro > * {
    position: -webkit-sticky;
    position: sticky;
    top: 88px;
  }
}
.history-jump-links--era-intro > * h2 {
  color: white;
  margin-bottom: 1.5em;
  position: relative;
}
.history-jump-links--era-intro > * h2:after {
  content: "";
  background: white;
  height: 1px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: -0.5em;
}
.history-jump-links--era-intro > * h5 {
  color: white;
  margin: 0;
}
.history-jump-links--era-content {
  margin: 0;
  display: grid;
}
@media screen and (max-width: 1023px) {
  .history-jump-links--era-content {
    grid-gap: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .history-jump-links--era-content {
    grid-gap: 72px;
    margin-left: 50%;
  }
}
.history-jump-links--era-content button {
  display: flex;
  align-items: center;
  text-align: left;
  color: white;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.history-jump-links--era-content button dt {
  font-family: "Diodrum Medium", sans-serif;
  line-height: 1;
  margin: 0;
  flex: 0 0 3.25em;
}
@media screen and (max-width: 1023px) {
  .history-jump-links--era-content button dt {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .history-jump-links--era-content button dt {
    font-size: 32px;
  }
}
.history-jump-links--era-content button dd {
  font-family: "Diodrum Regular", sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
.history-jump-links--era-content button dd p {
  margin: 0px;
}
@media screen and (max-width: 1023px) {
  .history-jump-links--era-content button dd {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .history-jump-links--era-content button dd {
    font-size: 18px;
    line-height: 24px;
  }
}
.history-jump-links--background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.history-jump-links--background img {
  position: -webkit-sticky;
  position: sticky;
  display: block;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .history-jump-links--background img {
    height: calc(100vh - 72px);
    top: 72px;
  }
  .history-jump-links--background img.editmode {
    height: calc(100% - 72px);
  }
}
@media screen and (min-width: 1024px) {
  .history-jump-links--background img {
    height: calc(100vh - 88px);
    top: 88px;
  }
  .history-jump-links--background img.editmode {
    height: calc(100% - 88px);
  }
}
.history-jump-links button:focus {
  outline: none;
}
@keyframes fromTop {
  0% {
    top: -100px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
@keyframes fromBottom {
  0% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: -100px;
    opacity: 0;
  }
}
.component-navigation--logo .navigationShare {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.component-navigation--logo .navigationShare a {
  display: inline-block;
  position: relative;
  width: auto;
  left: 0;
  top: 0;
  transform: none;
}
.component-navigation--logo .navigationShare a img {
  display: inline-block;
  height: 30px;
  opacity: 1;
}
.component-navigation--logo .navigationShare a:first-child {
  padding-left: 0;
}
.component-navigation--logo.showShare .navigationShare {
  display: block;
}
.component-navigation--logo.showShare .career-cta a {
  border: 1px solid #000000;
  border-radius: 25px;
  font-size: 14px;
  line-height: 1;
  padding: .8em;
  font-family: "Diodrum Regular", sans-serif;
  letter-spacing: -0.5px;
  text-decoration: none;
  cursor: pointer;
  color: #000;
  display: inline-block;
}
.component-navigation--logo.showShare .career-cta a:hover {
  border: 1px solid #e4001c;
  color: #e4001c;
}
.component-navigation--logo.showShare .career-cta a:active {
  border: 1px solid #e4001c;
  background: #e4001c;
  color: #ffffff;
}
.component-navigation--logo.showShare .navigation-logo {
  display: none;
}
.component-careerbar {
  width: 100%;
  z-index: 95;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .component-careerbar {
    margin-bottom: 0px;
  }
}
.component-careerbar--pageinfo {
  display: none;
}
@media screen and (min-width: 1024px) {
  .component-careerbar .container {
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    height: 100%;
    position: relative;
  }
}
.component-careerbar--contain {
  color: #212121;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .component-careerbar--contain {
    width: 140px;
    position: absolute;
    right: 0;
  }
}
.component-careerbar--contain-share {
  padding: 0 0 0 calc(16.87055477px);
  margin: 0 0;
  position: relative;
  display: inline-block;
}
.component-careerbar--contain-share .share-on {
  display: none;
}
.component-careerbar--contain-share .share-on a {
  border: 1px solid #000;
  border-radius: 25px;
  font-size: 16px;
  line-height: 1;
  padding: 1.0625em 3em .9375em;
  font-family: "Diodrum Regular", sans-serif;
  letter-spacing: -0.5px;
  text-decoration: none;
  cursor: pointer;
  color: #000;
  display: inline-block;
}
.component-careerbar--contain-share .share-on a:hover {
  border: 1px solid #e4001c;
  color: #e4001c;
}
.component-careerbar--contain-share .share-on a:active {
  border: 1px solid #e4001c;
  background: #e4001c;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .component-careerbar--contain-share .share-on {
    visibility: hidden;
    position: absolute;
    top: 0;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 500ms;
    transition-timing-function: ease-in;
  }
  .component-careerbar--contain-share .share-on a {
    margin-left: 25px;
  }
  .component-careerbar--contain-share .share-on a:hover img {
    opacity: 0.3;
  }
}
.component-careerbar--contain-share:hover .share-off {
  opacity: 0;
}
.component-careerbar--contain-share:hover .share-on {
  opacity: 1;
  visibility: visible;
}
.component-careerbar.scroll-postop {
  z-index: 222;
  display: none;
  height: 88px;
  position: fixed;
  top: -100px;
  left: 0;
}
.component-careerbar.scroll-postop.scroll-postop-in {
  top: 0;
  animation: fromTop 600ms ease;
}
.component-careerbar.scroll-postop.scroll-postop-out {
  top: 0;
  animation: fromBottom 600ms ease 200ms;
}
@media screen and (min-width: 1024px) {
  .component-careerbar.scroll-postop {
    display: block;
  }
  .component-careerbar.scroll-postop .component--contain {
    height: 88px;
    position: relative;
    padding-left: 94px;
    padding-right: 94px;
  }
  .component-careerbar.scroll-postop .component-careerbar--pageinfo {
    display: block;
    position: absolute;
    top: 46px;
    transform: translateY(-50%);
    left: 10px;
  }
  .component-careerbar.scroll-postop .component-careerbar--pageinfo .title {
    font-family: "Diodrum Regular";
    font-size: calc(15px  - ( 2  * (1px - ((100vw -  1024px ) / 416 ))));
    display: inline-block;
    padding-left: 0;
    padding-right: 22px;
    color: #A2A2A2;
  }
  .component-careerbar.scroll-postop .component-careerbar--pageinfo .title {
    padding-right: 0;
    padding-left: 25px;
    color: #000000;
  }
  .component-careerbar.scroll-postop .component-careerbar--contain {
    position: absolute;
    right: 10px;
    width: auto;
    top: 46px;
    transform: translateY(-50%);
  }
  .component-careerbar.scroll-postop .component-careerbar--contain-overview,
  .component-careerbar.scroll-postop .component-careerbar--contain-share {
    display: inline-block;
    font-size: calc(14px  - ( 2  * (1px - ((100vw -  1024px ) / 416 ))));
  }
  .component-careerbar.scroll-postop .component-careerbar--contain-overview a,
  .component-careerbar.scroll-postop .component-careerbar--contain-share a {
    font-size: calc(14px  - ( 2  * (1px - ((100vw -  1024px ) / 416 ))));
  }
  .component-careerbar.scroll-postop .component-careerbar--contain-overview {
    padding-right: 18px;
  }
  .component-careerbar.scroll-postop .component-careerbar--contain-share {
    border-style: none none;
    padding: 0 15px 0 20px;
    margin: 0 0;
  }
  .component-careerbar.scroll-postop .component-careerbar--contain-share .share-on {
    position: relative;
    display: block;
    visibility: visible;
    opacity: 1;
    margin: 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .component-careerbar.scroll-postop .component-careerbar--pageinfo .category,
  .component-careerbar.scroll-postop .component-careerbar--pageinfo .title {
    font-size: 15px;
  }
  .component-careerbar.scroll-postop .component-careerbar--contain-overview,
  .component-careerbar.scroll-postop .component-careerbar--contain-share {
    font-size: 14px;
  }
  .component-careerbar.scroll-postop .component-careerbar--contain-overview a,
  .component-careerbar.scroll-postop .component-careerbar--contain-share a {
    font-size: 14px;
  }
}
.featured-brands .container {
  padding-right: 33px;
  padding-left: 33px;
}
@media screen and (min-width: 1024px) {
  .featured-brands .container {
    padding-right: 94px;
    padding-left: 94px;
  }
}
.featured-brands h5.image-title {
  padding-bottom: 28px;
}
.featured-brands img.img-brand {
  padding-top: 28px;
  height: 54px;
}
@media only screen and (min-width: 576px) {
  .featured-brands img.img-brand {
    height: 60px;
  }
}
.featured-brands img.img-brand.offset-y {
  transform: translateY(-10%);
  height: 50px;
}
@media only screen and (min-width: 576px) {
  .featured-brands img.img-brand.offset-y {
    height: 53px;
  }
}
.featured-partners .brands-items {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .featured-partners .brands-items {
    margin-bottom: 0;
  }
}
.featured-partners .container {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 1024px) {
  .featured-partners .container {
    padding: 0 94px;
  }
}
.featured-partners .container .row.d-flex {
  justify-content: space-between;
  align-items: baseline;
}
.featured-partners h5.image-title {
  padding-bottom: 28px;
}
.featured-partners img.img-brand {
  padding-top: 28px;
  max-width: 90%;
  height: auto;
}
.featured-partners .brand-margin-top {
  margin-top: 6%;
}
.featured-brand-partners .container {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 1024px) {
  .featured-brand-partners .container {
    padding: 0 94px;
  }
}
.custom-list {
  font-family: "Diodrum Regular";
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}
.custom-list .container {
  padding-right: 33px;
  padding-left: 33px;
}
@media screen and (min-width: 1024px) {
  .custom-list .container {
    padding-right: 94px;
    padding-left: 94px;
  }
}
.custom-list-black {
  color: #212121;
}
.custom-list-white {
  color: #ffffff;
}
.custom-list h3 {
  font-size: 1.3rem;
  max-width: 90%;
}
.custom-list .custom-list-cards {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .custom-list .custom-list-cards {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 992px) {
  .custom-list .custom-list-cards {
    justify-content: center;
  }
}
.custom-list .list-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: start;
  max-width: 160px;
  padding: 20px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .custom-list .list-card {
    max-width: 180px;
  }
}
@media only screen and (min-width: 1200px) {
  .custom-list .list-card {
    max-width: 220px;
  }
}
.custom-list .card-image {
  width: 150px;
  height: 130px;
}
.custom-list .card-description {
  font-family: "Diodrum Medium";
  margin-top: 30px;
  align-self: start;
  font-size: 13px;
  line-height: 18px;
  padding: 0 0 0 20px;
  width: 90%;
}
.custom-list .card-description p {
  font-family: "Diodrum Medium";
  font-size: 13px;
  line-height: 18px;
}
.custom-list p {
  margin-top: -8px;
}
@media screen and (min-width: 480px) and (max-width: 575px) {
  .custom-list-cards {
    justify-content: start !important;
  }
}
.history-popup {
  color: #ffffff;
  visibility: visible;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  z-index: 1000;
  left: 0;
  top: 0;
  padding: 100px 70px 0 33px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity .5s;
  /*p {
    margin-bottom: @padding-top-text;
    font-family: "Diodrum Regular";
    color: @white;
    font-size: 0.75em;
    margin: 0 0 3em 0;
    line-height: 200%;
  }*/
}
.history-popup a {
  text-decoration: none;
}
.history-popup a:hover {
  color: #e4001c;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .history-popup {
    padding: 120px 94px 0 94px;
  }
}
.history-popup.hidden {
  visibility: hidden;
}
.history-popup.open {
  opacity: 1;
  transition: opacity .5s;
  visibility: visible;
}
.history-popup h3 {
  color: #ffffff;
  font-size: 1.2em;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .history-popup h3 {
    font-size: 1.8em;
  }
}
.history-popup .stick {
  position: relative;
}
@media screen and (min-width: 768px) {
  .history-popup .stick {
    position: fixed;
  }
}
.history-popup .year-container {
  margin-bottom: 2.5em;
  width: 66%;
}
@media screen and (min-width: 768px) {
  .history-popup .year-container {
    width: 100%;
  }
}
.history-popup .year-container .year {
  font-size: 50px;
  font-family: "Diodrum Condensed Semibold";
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 768px) {
  .history-popup .year-container .year {
    font-size: 68px;
  }
}
.history-popup .year-container .description {
  color: #ffffff;
  width: 8em;
  line-height: 24px;
}
.history-popup .img-container {
  background-size: cover;
  height: 200px;
  max-width: 350px;
  position: relative;
  margin: 0 0 3em 0;
}
@media screen and (min-width: 768px) {
  .history-popup .img-container {
    margin: 0 0 4em 0;
  }
}
.history-popup h5 {
  color: #ffffff;
  margin-bottom: 2em;
  line-height: 28px;
}
.history-popup h5 p {
  color: #ffffff;
  margin-bottom: 2em;
  line-height: 28px;
}
.history-popup .limit-container {
  max-width: 1440px;
  width: calc(100vw - 20px);
  position: fixed;
}
@media screen and (min-width: 768px) {
  .history-popup .limit-container {
    width: calc(100vw - 10%);
  }
}
@media screen and (min-width: 992px) {
  .history-popup .limit-container {
    width: calc(100vw - 20%);
  }
}
.history-popup .close-modal-btn {
  right: 33px;
  position: absolute;
  top: 0px;
  transform: translate(0%, -4em);
  width: 26px;
  user-select: none;
  cursor: pointer;
}
.history-popup .close-modal-btn span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-5px, 13px);
}
@media screen and (min-width: 768px) {
  .history-popup .close-modal-btn {
    transform: translate(-50%, -5em);
  }
}
.history-popup .close-modal-btn span {
  display: block;
  width: 20px;
  height: 1px;
  margin-bottom: 15px;
  position: relative;
  background: #000000;
  border-radius: 3px;
  transform-origin: 4px 0;
  transform: rotate(45deg) translate(-7px, -13px);
  background: #ffffff;
}
.history-popup .close-modal-btn span:first-child {
  transform-origin: 0 0;
}
.history-popup .close-modal-btn span:last-child {
  margin-bottom: 0;
}
.modal-window-open {
  /*> div:not(.history-popup) {
    -webkit-filter: blur(8px);
    -ms-filter: blur(8px);
    -o-filter: blur(8px);
    filter: blur(8px);
  }*/
  overflow: overlay !important;
  overflow: hidden;
}
.open-modal {
  width: 6em;
  height: 2em;
  position: absolute;
  top: 6em;
  background-color: rgba(0, 0, 0, 0.5);
  right: 1em;
  color: white;
  cursor: pointer;
  padding: 4px;
  text-align: center;
}
.history {
  display: flex;
  color: white;
  position: relative;
  overflow: hidden;
  height: calc(100vh - 71px);
  max-height: 655px;
  min-height: 500px;
  min-width: 250px;
}
@media screen and (min-width: 576px) {
  .history {
    height: 655px;
  }
}
.history .history-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: inherit;
  min-height: inherit;
  max-height: inherit;
  max-width: 1440px;
  z-index: -1;
}
.history .container {
  padding: 0;
  height: inherit;
  max-height: inherit;
  min-height: inherit;
  position: relative;
}
.history .container > div {
  height: inherit;
  max-height: inherit;
  min-height: inherit;
  margin: 0;
}
.history .container .history-left {
  margin: 50px 0 0 33px;
}
@media screen and (min-width: 576px) {
  .history .container .history-left {
    margin: 100px 0 0 94px;
  }
}
.history .container .history-left .mobile-year {
  color: #ffffff;
  display: block;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .history .container .history-left .mobile-year {
    display: none;
  }
}
.history .container .history-left .history-title h2 {
  color: #ffffff;
}
.history .container .history-left .history-title::after {
  content: " ";
  position: relative;
  top: 0;
  display: inline-block;
  width: 50px;
  border-bottom: 1px #d8d8d8 solid;
}
.history .container .history-left .history-body {
  margin: 50px 0 4em 0;
}
@media screen and (min-width: 576px) {
  .history .container .history-left .history-body {
    margin: 50px 0 100px 0;
  }
}
.history .container .history-left .history-body h5 {
  color: #d8d8d8;
  width: 80%;
}
@media screen and (min-width: 576px) {
  .history .container .history-left .history-body h5 {
    width: 70%;
  }
}
.history .container .history-left .history-btn a.h-cta h5 {
  border: 1px solid #d8d8d8;
  border-radius: 25px;
  font-size: 16px;
  line-height: 1;
  padding: 0.8em 2em .6375em;
  font-family: "Diodrum Regular", sans-serif;
  letter-spacing: -0.5px;
  text-decoration: none;
  cursor: pointer;
  color: #d8d8d8;
  display: inline-block;
  white-space: nowrap;
}
.history .container .history-left .history-btn a.h-cta h5:hover {
  color: #e4001c;
  border: 1px solid #e4001c;
}
.history .container .history-left .history-btn a.h-cta h5:active {
  color: #ffffff;
  border: 1px solid #e4001c;
  background-color: #e4001c;
}
@media screen and (min-width: 576px) {
  .history .container .history-left .history-btn a.h-cta h5 {
    padding: 1.0625em 3em .9375em;
    font-size: 16px;
  }
}
.history .container .history-right {
  height: 100%;
}
@media screen and (min-width: 576px) {
  .history .container .history-right {
    height: 655px;
  }
}
.history .container .history-right h2 {
  color: #ffffff;
  position: absolute;
  visibility: hidden;
  font-size: 5em;
  transform: translate(-130%, -30%);
}
.history .container .history-right h2::after {
  content: "";
  position: absolute;
  top: 18.5px;
  right: -47px;
  width: 25px;
  height: 1px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .history .container .history-right h2 {
    visibility: visible;
  }
}
.history .container .history-right .dots-container {
  height: 100%;
}
.history .container .history-right .dots-container .dots {
  height: 75%;
  position: absolute;
  width: 11px;
  right: 31px;
}
@media screen and (min-width: 768px) {
  .history .container .history-right .dots-container .dots {
    right: 94px;
  }
}
.history .container .history-right .dots-container .dots .top-line {
  content: "";
  width: 1px;
  background-color: #ffffff;
  height: 18.1%;
  transform: translate(3.9px, -100%);
  position: absolute;
}
@media screen and (min-width: 576px) {
  .history .container .history-right .dots-container .dots .top-line {
    height: 89px;
    transform: translate(3.5px, -89px);
  }
}
.history .container .history-right .dots-container .dots span::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid #ffffff;
  border-radius: 100%;
}
.history .container .history-right .dots-container .dots span.active::before {
  background-color: #ffffff;
}
.history .container .history-right .dots-container .dots span::after {
  content: "";
  width: 1px;
  background-color: #ffffff;
  height: 18.1%;
  transform: translate(3.6px, 9px);
  position: absolute;
}
@media screen and (min-width: 576px) {
  .history .container .history-right .dots-container .dots span::after {
    height: 89px;
    transform: translate(3.5px, 9px);
  }
}
.component-minimal-header {
  width: 100%;
  display: block;
  position: relative;
}
.component-minimal-header .minimal-title {
  padding: 80px 94px;
}
.component-minimal-header h1 {
  padding: 0 0 10px 0;
  margin: 0px;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .component-minimal-header .minimal-title {
    padding: 40px 33px;
  }
  .component-minimal-header h1 {
    font-size: 40px;
  }
}
/* Font Families Code variables */
.hero-video {
  width: 100%;
  position: relative;
  /** hero Video Styles **/
  /** hero Video Styles ENDS **/
}
.hero-video video {
  width: 100%;
  object-fit: contain;
  opacity: 0.6;
}
@media (min-width: 768px) and (max-width: 900px) {
  .hero-video video {
    height: 600px;
    object-fit: cover;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero-video video {
    object-fit: cover;
    height: 403px;
  }
}
.hero-video .hero-video-content {
  position: absolute;
  z-index: 2;
  bottom: 50%;
}
@media (max-width: 1024px) {
  .hero-video .hero-video-content {
    padding: 0 15px;
  }
}
.hero-video .hero-video-content h1 {
  font-family: Diodrum Medium;
  font-size: 2.625rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #fffefe ;
}
@media (min-width: 320px) and (max-width: 768px) {
  .hero-video .hero-video-content h1 {
    font-size: 2rem;
    line-height: 1.21;
  }
}
.hero-video .video-content-overlay {
  overflow: hidden;
  position: absolute;
  z-index: 2;
  width: 29.63rem;
  max-height: 21rem;
  min-height: 18rem;
  padding: 1.56rem;
  color: #000000;
  background: #ffffff;
  bottom: -27%;
  right: 6.8%;
  font-family: Noto Sans Regular;
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #212121;
  box-shadow: 0px 5px 2.375rem 0 rgba(0, 0, 0, 0.17);
  z-index: 999999;
  display: none;
  /*hero video less override*/
  /* hero video less override ends here */
}
@media (max-width: 767px) {
  .hero-video .video-content-overlay {
    bottom: -18%;
  }
}
@media (min-width: 1440px) {
  .hero-video .video-content-overlay {
    bottom: -21%;
  }
}
.hero-video .video-content-overlay h4 {
  font-family: Diodrum Medium;
  font-size: 1.625rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 1.25rem;
}
.hero-video .video-content-overlay p {
  font-family: Noto Sans Regular;
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #212121;
  /* three lines*/
  display: block;
  display: -webkit-box;
  max-width: 100%;
  min-height: 3rem;
  max-height: 6rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* three lines*/
}
.hero-video .video-content-overlay ul {
  list-style-type: none;
}
.hero-video .video-content-overlay ul li {
  padding-bottom: 1.25rem;
}
.hero-video .video-content-overlay ul li:last-child {
  padding-bottom: 0;
}
.hero-video .video-content-overlay ul li a {
  font-family: Diodrum Regular;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.hero-video .video-content-overlay ul li a:hover {
  color: #e4001c;
}
.hero-video .video-content-overlay ul li a:after {
  content: "→";
  float: right;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .hero-video .video-content-overlay {
    padding: 1.125rem;
    bottom: -37%;
    right: 4%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hero-video .video-content-overlay {
    /*width: 28rem;
height: 26.31rem;
padding:2rem 2.5rem; 

right: 7%;*/
    bottom: -38%;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .hero-video .video-content-overlay {
    bottom: -30%;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .hero-video .video-content-overlay {
    bottom: -1%;
    min-height: 14rem;
    padding: 1.5rem;
    max-height: 17rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero-video .video-content-overlay {
    z-index: 999999;
    padding: 1.5rem;
    left: 0;
    right: 0;
    transform: translateY(55%);
    margin: auto;
    width: 95%;
  }
  .hero-video .video-content-overlay video {
    height: 28.19rem;
    object-fit: contain;
  }
  .hero-video .video-content-overlay h4 {
    font-size: 1.25rem;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    margin-bottom: 0.875rem;
    color: black;
  }
  .hero-video .video-content-overlay p {
    font-size: 14px;
    line-height: 1.71;
    text-align: left;
    color: #212121;
    margin-bottom: 1.1875rem;
  }
}
@media (min-width: 320px) and (max-width: 359px) {
  .hero-video .video-content-overlay {
    width: 18rem;
    height: 22rem;
    padding: 0.9375rem;
  }
}
.hero-video .video-content-overlay #myBtn {
  width: 90px;
  font-size: 1.125rem;
  padding: 10px;
  border: none;
  background: #000000;
  color: #ffffff;
  cursor: pointer;
}
.hero-video .video-content-overlay #myBtn :hover {
  background: #ddd ;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .hero-video .video-content-overlay.hero_Left,
  .hero-video .hero-video-content.hero_Left {
    left: 4%;
  }
  .hero-video .video-content-overlay.hero_Right,
  .hero-video .hero-video-content.hero_Right {
    right: 7%;
  }
  .hero-video .video-content-overlay.hero_Top,
  .hero-video .hero-video-content.hero_Top {
    top: 5.5%;
  }
  .hero-video .video-content-overlay.hero_Bottom,
  .hero-video .hero-video-content.hero_Bottom {
    bottom: 5.5%;
  }
  .hero-video .video-content-overlay.hero_Center,
  .hero-video .hero-video-content.hero_Center {
    top: 50%;
    /*left: 50%;
                            margin-right: -50%;
                            transform: translate(-50%, -50%)*/
  }
  .hero-video .video-content-overlay.herotext_Left,
  .hero-video .hero-video-content.herotext_Left {
    text-align: left;
  }
  .hero-video .video-content-overlay.herotext_Right,
  .hero-video .hero-video-content.herotext_Right {
    text-align: right;
  }
  .hero-video .video-content-overlay.herotext_Center,
  .hero-video .hero-video-content.herotext_Center {
    text-align: center;
  }
  .hero-video .video-content-overlay.heroImage_HalfText,
  .hero-video .hero-video-content.heroImage_HalfText {
    max-width: 50%;
  }
}
.hero-video .hero-video-content h1 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.accordion-component .container {
  padding-right: 33px;
  padding-left: 33px;
}
@media screen and (min-width: 1024px) {
  .accordion-component .container {
    padding-right: 94px;
    padding-left: 94px;
  }
}
.accordion-component.editmode .panel {
  max-height: initial;
  overflow: initial;
}
.accordion-component .accordion-title {
  padding-bottom: 80px;
}
.accordion-component .accordion {
  cursor: pointer;
  padding: 25px 33px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  border-top: 1px solid #e1e1e1;
  font-size: 16px;
  font-weight: bold;
  font-family: "Diodrum Regular";
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: calc(992px - 1px)) {
  .accordion-component .accordion {
    padding: 25px 10px;
  }
}
.accordion-component .accordion .icon {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../../../content/dam/dupont/amer/us/en/corporate/general/icons/plus.svg");
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
}
@media screen and (max-width: calc(992px - 1px)) {
  .accordion-component .accordion .icon {
    right: 10px;
  }
}
.accordion-component .accordion h5 {
  margin: 0;
  padding-right: 20px;
}
.accordion-component .accordion.active .icon {
  background-image: url("../../../content/dam/dupont/amer/us/en/corporate/general/icons/minus.svg");
}
.accordion-component .accordion:nth-last-child(2) {
  border-bottom: 1px solid #e1e1e1;
}
.accordion-component .accordion:nth-last-child(2).active {
  border-bottom: none;
}
.accordion-component .panel {
  padding: 0 33px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-component .panel .panel-content {
  padding: 50px 0;
}
.accordion-component .panel .panel-content p {
  font-family: "Noto Sans Regular";
  font-size: 14px;
  padding-bottom: 20px;
}
.accordion-component .panel .panel-content h5 {
  padding-top: 50px;
  padding-bottom: 30px;
}
.accordion-component .panel .panel-content ul {
  list-style-position: inside;
  padding-top: 0 20px;
}
.accordion-component .panel .panel-content ul li {
  font-family: "Noto Sans Regular";
  padding-bottom: 20px;
  font-size: 14px;
}
.side-scroll-component .comp-title {
  margin-bottom: 25px;
}
@media screen and (max-width: 1023px) {
  .side-scroll-component .comp-title {
    padding-right: 33px;
    padding-left: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .side-scroll-component .comp-title {
    margin-bottom: 50px;
  }
}
.side-scroll {
  overflow-x: hidden;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .side-scroll {
    margin: 0;
  }
}
.side-scroll .container {
  max-width: 1440px;
  margin: 0 auto;
  width: calc(100vw - (33px * 2));
}
@media screen and (min-width: 768px) {
  .side-scroll .container {
    width: calc(100vw - (33px * 2));
  }
}
@media screen and (min-width: 1024px) {
  .side-scroll .container {
    width: 100%;
  }
}
.side-scroll .left-side {
  margin-bottom: 100px;
}
.side-scroll .left-side .side-image {
  width: calc(100vw - 2*34px);
  height: calc(100vw - 2*34px);
  max-height: 640px;
  max-width: 640px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .side-scroll .left-side .side-image {
    width: 45vw;
    height: 45vw;
    margin-bottom: 0;
  }
}
.side-scroll .right-side {
  height: min-content;
}
.side-scroll .right-side a {
  cursor: pointer;
}
.side-scroll .right-side a:hover {
  text-decoration: none;
}
.side-scroll .right-side .title {
  font-family: "Diodrum Medium";
  margin-bottom: 25px;
}
.side-scroll .right-side .description {
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}
.side-scroll .right-side .description::after {
  content: "";
  position: absolute;
  width: 75px;
  height: 1px;
  background-color: #e4001c;
  bottom: 0;
  left: 0;
}
.component-video-stat {
  max-width: 1440px;
}
.component-video-stat #vsPlayer {
  position: relative;
  width: 100%;
  /* height: ~"calc(100vh - 88px)";*/
  object-fit: cover;
  left: 0px;
  top: 0px;
}
@media screen and (max-aspect-ratio: 5/4) {
  .component-video-stat #vsPlayer {
    height: 100%;
  }
}
.TandAPlist {
  color: #ffffff;
  width: auto;
  /* ----------- mobile view less starts here ---------- */
}
@media (max-width: 768px) {
  .TandAPlist {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.TandAPlist .TandAplistHeading p {
  font-family: Diodrum Medium;
  font-size: 42px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: 0px;
  text-align: left;
  color: #ffffff;
}
@media (max-width: 768px) {
  .TandAPlist .TandAplistHeading p {
    margin-top: 41px;
    font-size: 32px;
  }
}
.TandAPlist .TandAplistHeading .TandAplistDescription p {
  padding-bottom: 48px;
  font-family: Diodrum Regular;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
@media (max-width: 768px) {
  .TandAPlist .TandAplistHeading .TandAplistDescription p {
    font-size: 20px;
    margin-right: auto;
    padding: 0px;
    margin-top: 19px;
  }
}
.TandAPlist .TiInd {
  margin: 0px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.TandAPlist .TiInd a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.TandAPlist .TiInd .col-lg-4 {
  height: 332px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.TandAPlist .TiInd .col-lg-4:nth-child(-n+3) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.TandAPlist .TiInd .col-lg-4:nth-child(3n + 1) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.TandAPlist .TiInd .col-lg-6 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.TandAPlist .TiInd .col-lg-6:nth-child(-n+2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.TandAPlist .TiInd .col-lg-3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.TandAPlist .TiInd .col-lg-3:nth-child(-n+2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.TandAPlist .cardimage {
  margin-top: 90px;
}
.TandAPlist .cardimage img {
  max-width: 11.25rem;
}
.TandAPlist .cardimage img.center {
  display: block;
  margin-top: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 11.25rem;
  height: 6.25rem;
}
.TandAPlist .cardimage .cardName {
  font-family: Diodrum Regular;
  font-size: 1.625rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  padding-bottom: 1.75rem;
  margin-top: 15px;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 5.625rem;
}
.TandAPlist .cardimage .descript {
  font-size: 16px;
  font-family: Diodrum;
  padding-left: 1.875rem;
  display: none;
}
.TandAPlist .cardimage.withdescription .descript {
  display: block;
}
.TandAPlist .verticalbar-accordion .DiscoverMore {
  font-family: Diodrum Regular;
  display: inline-grid;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.TandAPlist .verticalbar-accordion .DiscoverMore:hover {
  color: #e4001c;
}
.TandAPlist .verticalbar-accordion .DiscoverMore:after {
  content: '\279D';
  float: right;
  font-weight: bold;
  font-size: 1.25rem;
  position: absolute;
  right: 0px;
}
.TandAPlist .verticalbar-accordion .DiscoverMore:hover {
  color: #e4001c;
}
.TandAPlist .verticalbar-accordion .accordion > .card:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 0px !important;
}
.TandAPlist .verticalbar-accordion #mbleverticle {
  margin: 0px;
}
.TandAPlist .verticalbar-accordion .card {
  background: transparent;
  border: 0px;
}
.TandAPlist .verticalbar-accordion .card .card-header {
  padding: 0px !important;
  padding-bottom: 0px;
  border-bottom: 0px;
  background-color: inherit;
  padding-left: 0px;
  padding-right: 0px;
}
.TandAPlist .verticalbar-accordion .card .card-header button {
  width: 100%;
  padding: 0;
  float: left;
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0px;
}
.TandAPlist .verticalbar-accordion .card .card-header img {
  width: 2.25rem;
  height: 2.46875rem;
  margin-top: 5px;
  margin-bottom: 5px;
}
.TandAPlist .verticalbar-accordion .card .card-header .next {
  padding-left: 20px;
  line-height: 24px;
  font-family: Diodrum Medium;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  position: absolute;
  top: 16px;
}
.TandAPlist .verticalbar-accordion .card .card-header .card-body {
  padding: 0px;
  padding-left: 25px;
}
/* Our Products desktop view less file starts Here */
.ourProduct .SeeAll {
  text-align: center;
  margin-top: 1.875rem;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 6.875rem;
  font-family: Diodrum Regular;
  /** color for anchor tag in show all button **/
  /** color for anchor tag in show all button ends **/
}
.ourProduct .SeeAll a {
  color: #ffffff;
  font-family: Diodrum Regular !important;
  font-size: 14px;
  line-height: 1.5;
}
.ourProduct .SeeAll a:hover {
  color: #e4001c;
}
.ourProduct .SeeAll a:after {
  content: '\279D';
  margin-left: 2.1875rem;
  font-weight: bold;
  font-size: 1.25rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .ourProduct .SeeAll a {
    font-size: 14px;
    font-family: Diodrum Regular;
  }
}
.ourProduct .SeeAll:hover {
  color: #e4001c;
}
.ourProduct .ourProductHeading {
  margin-bottom: 64px;
  font-family: Diodrum Regular;
  font-size: 2rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  padding: 0px;
}
@media (max-width: 768px) {
  .ourProduct .ourProductHeading {
    margin: auto;
    font-size: 24px;
    font-family: Diodrum Regular;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
  }
}
.ourProduct .ourProductDescription {
  font-family: Diodrum Regular;
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: 0px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 0.625rem;
}
@media (max-width: 768px) {
  .ourProduct .ourProductDescription {
    font-size: 14px;
    font-family: Diodrum Regular;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
  }
}
.ourProductdetails .cards .col-lg-4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  height: 333px !important;
}
.ourProductdetails .cards .col-lg-4 img {
  display: none;
}
.ourProductdetails .cards .col-lg-4:hover {
  z-index: 9999;
  /* this is for hover on col-lg-4 */
  background-color: #ffffff;
  border: none;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  border-bottom: none;
}
.ourProductdetails .cards .col-lg-4:hover .circleimage {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 2.5625rem;
  width: 5rem;
  height: 5rem;
  margin-top: 0.875rem;
}
.ourProductdetails .cards .col-lg-4:hover .cardheader {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #000000;
  margin-top: 1.25rem;
  font-family: Diodrum Regular;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  display: block;
}
.ourProductdetails .cards .col-lg-4:hover .description {
  margin-left: auto !important;
  margin-right: auto !important;
  color: #000000;
  display: block;
  margin-top: -10px;
  width: 12.875rem;
  font-family: Noto Sans Regular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: center;
}
.ourProductdetails .cards .col-lg-4:hover .learnMore {
  font-family: Diodrum Regular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  position: static;
  text-align: left;
  color: black;
}
.ourProductdetails .cards .col-lg-4:hover .learnMore:hover {
  color: #e4001c;
}
.ourProductdetails .cards .col-lg-4:hover .learnMore:after {
  content: '\279D';
  margin-left: 2.1875rem;
  font-weight: bold;
  font-size: 1.25rem;
  vertical-align: middle;
}
.ourProductdetails .cards .col-lg-4:nth-child(-n+3) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.ourProductdetails .cards .col-lg-4:nth-child(3n + 1) {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.ourProductdetails .cards .col-lg-6 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.ourProductdetails .cards .col-lg-6:nth-child(-n+2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.ourProductdetails .cards .col-lg-3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.ourProductdetails .cards .col-lg-3:nth-child(-n+2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.ourProductdetails .cards .cardheader {
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 11.875rem;
  margin-top: 3.64375rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Diodrum Regular;
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.ourProductdetails .cards .description {
  margin-top: 0.9625rem;
  margin-right: auto;
  margin-left: auto;
  width: 16.875rem;
  font-family: Noto Sans Regular;
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 2.8125rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ourProductdetails .cards .description {
    margin-top: 0.9625rem;
    margin-left: auto !important;
    margin-right: auto !important;
    margin: 0px;
    width: 16.875rem;
    font-family: Noto Sans Regular;
    font-size: 0.875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 2.8125rem;
  }
}
.ourProductdetails .cards .description P {
  overflow: hidden;
  display: -webkit-box;
  height: 90px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}
.ourProductdetails .cards .learnMore {
  margin-top: 2.25rem;
  font-family: Diodrum Regular;
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.ourProductdetails .cards .learnMore:after {
  content: '\279D';
  margin-left: 2.1875rem;
  font-weight: bold;
  font-size: 1.25rem;
  vertical-align: middle;
}
.ourProductdetails .cards .learnMore:hover {
  color: #e4001c;
  /* text-transform: capitalize; */
}
.ourProductdetails .cards .SeeAll {
  text-align: center;
  margin-top: 1.875rem;
  color: #ffffff;
  margin-bottom: 6.875rem;
  font-family: Diodrum Regular;
}
.ourProductdetails .cards .SeeAll p {
  text-align: center !important;
  font-size: 14px !important;
  color: #ffffff !important;
  margin-top: 30px !important;
}
.ourProductdetails .cards .SeeAll:after {
  border: none;
  padding: 0 !important;
  background-image: url(../../../content/dam/dupont/amer/us/en/corporate/general/icons/cta-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 3px;
  padding-right: 30px !important;
  display: inline-block;
}
/* Our Product desktop view  less ends here */
.ourProduct .ourProductHeading p {
  margin-left: 0px;
  margin-right: auto;
}
@media (max-width: 767px) {
  .ourProduct .ourProductHeading p {
    margin-top: 15px;
  }
}
.ourProduct .ourProductHeading .ourProductDescription {
  margin-top: 19px;
}
.ourProduct .ourProductHeading .verticalbar-accordion .accordion > .card:last-of-type {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px !important;
  padding-bottom: 12px;
}
.ourProduct .ourProductHeading .verticalbar-accordion #mbleverticle .card {
  background-color: #000000;
  margin-top: 15px;
}
.ourProduct .ourProductHeading .verticalbar-accordion #mbleverticle .card .card-header {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.ourProduct .ourProductHeading .verticalbar-accordion #mbleverticle .card .card-header button {
  padding: 0px;
  border-radius: 0px;
  border-top: 1px solid #ffffff;
  width: 100%;
}
.ourProduct .ourProductHeading .verticalbar-accordion #mbleverticle .card .card-header button:hover {
  text-decoration: none;
}
.ourProduct .ourProductHeading .verticalbar-accordion #mbleverticle .card .card-header button .fa-plus {
  margin-top: 19px;
  float: right !important;
  margin-left: 5rem;
  color: #ffffff;
}
.ourProduct .ourProductHeading .verticalbar-accordion #mbleverticle .card .card-header button .fa-minus {
  margin-top: 19px;
  float: right !important;
  margin-left: 5rem;
  color: #ffffff;
}
.ourProduct .ourProductHeading .verticalbar-accordion #mbleverticle .card .card-header .title {
  margin-top: 19px;
  width: 100%;
  color: #ffffff;
  font-family: Diodrum Regular;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
}
.ourProduct .ourProductHeading .verticalbar-accordion #mbleverticle .card .card-body {
  padding: 0px;
}
.ourProduct .ourProductHeading .verticalbar-accordion #mbleverticle .card .card-body .descript {
  font-family: Noto Sans Regular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.ourProduct .ourProductHeading .verticalbar-accordion #mbleverticle .card .card-body a {
  font-family: Diodrum Regular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.ourProduct .ourProductHeading .verticalbar-accordion #mbleverticle .card .card-body a:hover {
  color: red;
}
.ourProduct .ourProductHeading .verticalbar-accordion #mbleverticle .card .card-body .fa-arrow-right {
  float: right;
  margin-top: 5px;
}
.ourProduct .ourProductHeading .verticalbar-accordion #mbleverticle .card .card-body .fa-arrow-right:before {
  content: '\279D';
  margin-left: 2.1875rem;
  font-weight: bold;
  font-size: 1.25rem;
  vertical-align: middle;
}
.ProductItem {
  cursor: pointer;
}
.ProductItem:hover .ProdHoverImage {
  height: 3rem;
}
.ProductItem a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ourProductdetails .cards .learnMore {
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  html {
    scroll-padding-top: 72px;
  }
}
@media screen and (min-width: 1024px) {
  html {
    scroll-padding-top: 88px;
  }
}
.scroll-interaction {
  position: relative;
}
.scroll-interaction--callout {
  z-index: 1;
  /*padding: 24px;*/
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  color: #212121;
  font-family: "Diodrum Regular", sans-serif;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
  will-change: opacity, transform, visibility;
}
.scroll-interaction--callout[data-align="right"] {
  left: auto;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .scroll-interaction--callout {
    width: 215px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .scroll-interaction--callout {
    width: 263px;
    font-size: 20px;
  }
}
.scroll-interaction--callout img {
  display: block;
  width: 130px;
  margin-bottom: 40px;
}
.scroll-interaction--callout-title {
  font-family: "Diodrum SemiBold", sans-serif;
}
@media screen and (max-width: 1023px) {
  .scroll-interaction--callout-title {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1024px) {
  .scroll-interaction--callout-title {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 1023px) {
  .scroll-interaction--callouts-outer {
    padding: calc(calc(100vh - 54px)) 0;
  }
}
@media screen and (min-width: 1024px) {
  .scroll-interaction--callouts-outer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.scroll-interaction--callouts-outer .container {
  height: 100%;
}
.scroll-interaction--callouts-inner {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .scroll-interaction--callout-positioner {
    height: calc(100vh - 72px);
    margin: calc(calc(100vh - 18px)) 0;
    transform: none !important;
    top: 0 !important;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .scroll-interaction--callout-positioner {
    position: absolute;
    width: 100%;
    height: calc(100vh - 88px);
  }
}
@media screen and (max-width: 1023px) {
  .scroll-interaction--images {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .scroll-interaction--images {
    position: relative;
  }
}
.scroll-interaction--images img,
.scroll-interaction--images video {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .scroll-interaction--images img,
  .scroll-interaction--images video {
    position: -webkit-sticky;
    position: sticky;
    top: 72px;
    height: calc(100vh - 72px);
  }
}
@media screen and (max-width: 1023px) {
  .scroll-interaction--image {
    position: absolute;
    top: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .scroll-interaction--image {
    position: relative;
  }
}
.scroll-interaction--image:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.333s;
}
.scroll-interaction--image:not(:first-child).visible {
  opacity: 1;
  visibility: inherit;
}
.component-immersivearticleheader {
  position: relative;
}
.component-immersivearticleheader.editmode {
  height: 500px;
}
.component-immersivearticleheader--images {
  position: relative;
  width: 100%;
  height: calc(100vh - 71px);
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .component-immersivearticleheader--images {
    height: calc(100vh - 88px);
  }
}
.component-immersivearticleheader--images-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.component-immersivearticleheader--images-item img {
  min-width: 100vw;
  height: calc(100vh - 71px);
  display: block;
}
@media screen and (min-width: 1024px) {
  .component-immersivearticleheader--images-item img {
    height: calc(100vh - 88px);
  }
}
.component-immersivearticleheader--images-item:first-child {
  z-index: 2;
}
.component-immersivearticleheader--images.editmode {
  height: 500px;
}
.component-immersivearticleheader--sections {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.component-immersivearticleheader--sections-item {
  position: absolute;
  width: 75%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Diodrum Regular";
  font-size: 14px;
  color: #ffffff;
  line-height: 1.3;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .component-immersivearticleheader--sections-item {
    width: 65%;
    font-size: 17px;
  }
}
@media screen and (min-width: 963px) {
  .component-immersivearticleheader--sections-item {
    width: 45%;
    font-size: 20px;
  }
}
.component-immersivearticleheader--sections-item:first-child {
  opacity: 1;
}
.component-immersivearticleheader--sections-item .subtitle {
  font-size: 1.2em;
}
.component-immersivearticleheader--sections-item .title {
  font-family: "Diodrum Medium";
  font-size: 3.5em;
  line-height: 1;
}
.component-immersivearticleheader--sections.editmode {
  height: 500px;
}
.component-immersive-accordion {
  overflow: hidden;
  margin: 100px 0;
}
.component-immersive-accordion .accordion-title {
  font-family: "Diodrum Medium";
  font-size: 1.8em;
  margin: 20px 0;
  display: none;
}
@media screen and (min-width: 1024px) {
  .component-immersive-accordion .accordion-title {
    display: block;
  }
}
.component-immersive-accordion .accordion-container {
  height: 630px;
  width: 100%;
  margin: 0;
  flex-wrap: nowrap;
  display: none;
}
@media screen and (min-width: 1024px) {
  .component-immersive-accordion .accordion-container {
    display: flex;
  }
}
.component-immersive-accordion .accordion-container .active {
  width: 33.5% !important;
}
.component-immersive-accordion .accordion-container .active a img {
  transform: scale(1.05) translateX(0%) !important;
  transition: transform 0.4s ease-in-out;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.component-immersive-accordion .accordion-container .active a div {
  opacity: 1 !important;
}
.component-immersive-accordion .accordion-container .accordion-item {
  height: inherit;
  width: 16.66%;
  overflow: hidden;
  z-index: 1;
  transition: width 0.4s ease-in-out;
}
.component-immersive-accordion .accordion-container .accordion-item .accordion-content {
  height: inherit;
  overflow: hidden;
}
.component-immersive-accordion .accordion-container .accordion-item .accordion-content .slide-wrapper {
  position: relative;
  height: inherit;
}
.component-immersive-accordion .accordion-container .accordion-item .accordion-content .slide-wrapper .text {
  opacity: 0;
  transition: opacity 0.3s linear 0.4s;
  position: absolute;
  width: 80%;
  bottom: 3em;
  left: 2em;
  z-index: 99;
}
.component-immersive-accordion .accordion-container .accordion-item .accordion-content .slide-wrapper .text .pulsing-dots {
  animation-name: pulseDot;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  margin-bottom: 52px;
}
.component-immersive-accordion .accordion-container .accordion-item .accordion-content .slide-wrapper .text .pulsing-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #ffffff;
  position: relative;
  z-index: 999;
  margin-bottom: 8px;
}
.component-immersive-accordion .accordion-container .accordion-item .accordion-content .slide-wrapper .text h2 {
  color: #d8d8d8;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.component-immersive-accordion .accordion-container .accordion-item .accordion-content .slide-wrapper .text .slide-title {
  font-family: "Diodrum Semibold";
  line-height: 2em;
}
@media screen and (min-width: 18.33333333em) {
  .component-immersive-accordion .accordion-container .accordion-item .accordion-content .slide-wrapper .text .slide-title {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(1em  +  0.3  * ((100vw -  18.33333333em ) / 115 ));
  }
}
@media screen and (min-width: 1600px) {
  .component-immersive-accordion .accordion-container .accordion-item .accordion-content .slide-wrapper .text .slide-title {
    font-size: 1.3em;
  }
}
.component-immersive-accordion .accordion-container .accordion-item .accordion-content .slide-wrapper .text .slide-description {
  font-family: "Diodrum Medium";
  line-height: 2em;
}
@media screen and (min-width: 18.33333333em) {
  .component-immersive-accordion .accordion-container .accordion-item .accordion-content .slide-wrapper .text .slide-description {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(0.85em  +  0.15  * ((100vw -  18.33333333em ) / 115 ));
  }
}
@media screen and (min-width: 1600px) {
  .component-immersive-accordion .accordion-container .accordion-item .accordion-content .slide-wrapper .text .slide-description {
    font-size: 1em;
  }
}
.component-immersive-accordion .accordion-container .accordion-item .accordion-content img {
  transform: translateX(-50%);
  transition: transform 0.4s ease-in-out;
  will-change: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
}
.component-immersive-accordion .accordion-immersive-carousel {
  display: block;
}
@media screen and (min-width: 576px) {
  .component-immersive-accordion .accordion-immersive-carousel {
    width: calc(67vw);
    margin-left: 33px !important;
  }
}
@media screen and (min-width: 1024px) {
  .component-immersive-accordion .accordion-immersive-carousel {
    display: none;
  }
}
.component-immersive-accordion .accordion-immersive-carousel .accordion-carousel-item {
  margin: 0;
  height: 110vw;
  display: flex;
  justify-content: center;
  max-height: 640px;
}
@media screen and (min-width: 576px) {
  .component-immersive-accordion .accordion-immersive-carousel .accordion-carousel-item {
    height: 70vw;
  }
}
.component-immersive-accordion .accordion-immersive-carousel.slick-slider {
  margin-left: 0;
  overflow: hidden;
}
.component-immersive-accordion .accordion-immersive-carousel.slick-slider .slick-list {
  margin: 0 0px;
  width: 100vw;
}
@media screen and (min-width: 576px) {
  .component-immersive-accordion .accordion-immersive-carousel.slick-slider .slick-list {
    margin: 0 0px;
    overflow: visible;
  }
}
.component-immersive-accordion .accordion-immersive-carousel.slick-slider .slick-list .slick-track {
  padding-left: 4.4vw;
}
@media screen and (min-width: 576px) {
  .component-immersive-accordion .accordion-immersive-carousel.slick-slider .slick-list .slick-track {
    padding-left: 0;
  }
}
.component-immersive-accordion .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide {
  margin: 0 0px;
}
@media screen and (min-width: 576px) {
  .component-immersive-accordion .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide {
    margin: 0 0px;
  }
}
.component-immersive-accordion .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide .accordion-carousel-content {
  position: relative;
}
.component-immersive-accordion .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide .accordion-carousel-content .slide-wrapper {
  position: relative;
  height: 100%;
  width: 85%;
}
.component-immersive-accordion .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide .accordion-carousel-content .slide-wrapper .text {
  transition: opacity .3s linear .4s;
  position: absolute;
  width: 80%;
  bottom: 3em;
  left: 3em;
  z-index: 99;
}
.component-immersive-accordion .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide .accordion-carousel-content .slide-wrapper .text .pulsing-dots {
  animation-name: pulseDot;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  margin-bottom: 52px;
}
.component-immersive-accordion .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide .accordion-carousel-content .slide-wrapper .text .pulsing-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #ffffff;
  position: relative;
  z-index: 999;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .component-immersive-accordion .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide .accordion-carousel-content .slide-wrapper .text .pulsing-dots .dot {
    width: 12px;
    height: 12px;
  }
}
.component-immersive-accordion .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide .accordion-carousel-content .slide-wrapper .text h2 {
  color: #d8d8d8;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.component-immersive-accordion .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide .accordion-carousel-content .slide-wrapper .text .slide-title {
  font-family: "Diodrum Semibold";
  line-height: 2em;
}
@media screen and (min-width: 18.33333333em) {
  .component-immersive-accordion .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide .accordion-carousel-content .slide-wrapper .text .slide-title {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(1em  +  0.6  * ((100vw -  18.33333333em ) / 115 ));
  }
}
@media screen and (min-width: 1600px) {
  .component-immersive-accordion .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide .accordion-carousel-content .slide-wrapper .text .slide-title {
    font-size: 1.6em;
  }
}
.component-immersive-accordion .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide .accordion-carousel-content .slide-wrapper .text .slide-description {
  font-family: "Diodrum Medium";
  line-height: 2em;
}
@media screen and (min-width: 18.33333333em) {
  .component-immersive-accordion .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide .accordion-carousel-content .slide-wrapper .text .slide-description {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(0.8em  +  0.4  * ((100vw -  18.33333333em ) / 115 ));
  }
}
@media screen and (min-width: 1600px) {
  .component-immersive-accordion .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide .accordion-carousel-content .slide-wrapper .text .slide-description {
    font-size: 1.2em;
  }
}
.component-immersive-accordion .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide .accordion-carousel-content img {
  width: 89vw;
}
@media screen and (min-width: 576px) {
  .component-immersive-accordion .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide .accordion-carousel-content img {
    width: 60vw;
  }
}
@keyframes pulseDot {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.component-immersive-accordion-v2 {
  overflow: hidden;
  margin: 0 0;
}
.component-immersive-accordion-v2 .accordion-title {
  font-family: "Diodrum Semibold";
  font-size: 24px;
  margin: 0px 0 0px 0;
  padding-left: 33px;
}
@media screen and (min-width: 768px) {
  .component-immersive-accordion-v2 .accordion-title {
    font-size: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .component-immersive-accordion-v2 .accordion-title {
    padding-left: 0;
    font-size: 30px;
  }
}
.component-immersive-accordion-v2 .accordion-description {
  margin-top: 5px;
  padding-left: 33px;
}
@media screen and (min-width: 576px) {
  .component-immersive-accordion-v2 .accordion-description {
    padding-left: 43px;
  }
}
@media screen and (min-width: 1024px) {
  .component-immersive-accordion-v2 .accordion-description {
    padding-left: 0;
  }
}
.component-immersive-accordion-v2 .accordion-container {
  height: 630px;
  width: 100%;
  margin: 40px 0 0;
  flex-wrap: nowrap;
  display: none;
}
@media screen and (min-width: 1024px) {
  .component-immersive-accordion-v2 .accordion-container {
    display: flex;
  }
}
.component-immersive-accordion-v2 .accordion-container .active {
  width: 34% !important;
}
.component-immersive-accordion-v2 .accordion-container .active .item-cover {
  opacity: 0 !important;
}
.component-immersive-accordion-v2 .accordion-container .active a div.text {
  opacity: 1 !important;
}
.component-immersive-accordion-v2 .accordion-container .accordion-item {
  height: inherit;
  width: 16.66%;
  overflow: hidden;
  z-index: 1;
  transition: width 0.3s ease-out;
  position: relative;
}
.component-immersive-accordion-v2 .accordion-container .accordion-item .item-cover {
  position: absolute;
  width: 110%;
  height: 110%;
  top: -2px;
  left: -2px;
  background-color: #000000;
  opacity: 0.6;
  transition: opacity 0.3s ease-out;
}
.component-immersive-accordion-v2 .accordion-container .accordion-item .accordion-content {
  height: inherit;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.component-immersive-accordion-v2 .accordion-container .accordion-item .accordion-content .slide-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.component-immersive-accordion-v2 .accordion-container .accordion-item .accordion-content .slide-wrapper .text {
  opacity: 0;
  transition: opacity .3s linear 1s;
  position: absolute;
  width: 80%;
  bottom: 3em;
  left: 2em;
  z-index: 99;
}
.component-immersive-accordion-v2 .accordion-container .accordion-item .accordion-content .slide-wrapper .text .pulsing-dots {
  animation-name: pulseDot;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  margin-bottom: 52px;
}
.component-immersive-accordion-v2 .accordion-container .accordion-item .accordion-content .slide-wrapper .text .pulsing-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #ffffff;
  position: relative;
  z-index: 999;
  margin-bottom: 8px;
}
.component-immersive-accordion-v2 .accordion-container .accordion-item .accordion-content .slide-wrapper .text h2 {
  color: #ffffff;
  overflow: hidden;
  letter-spacing: 0.8px;
}
.component-immersive-accordion-v2 .accordion-container .accordion-item .accordion-content .slide-wrapper .text .slide-title {
  font-family: "Diodrum Semibold";
  line-height: 1.2em;
  letter-spacing: 0.8px;
  margin-bottom: 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .component-immersive-accordion-v2 .accordion-container .accordion-item .accordion-content .slide-wrapper .text .slide-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .component-immersive-accordion-v2 .accordion-container .accordion-item .accordion-content .slide-wrapper .text .slide-title {
    font-size: calc(15.57314149px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .component-immersive-accordion-v2 .accordion-container .accordion-item .accordion-content .slide-wrapper .text .slide-title {
    font-size: calc(17.55769231px);
  }
}
@media screen and (min-width: 1440px) {
  .component-immersive-accordion-v2 .accordion-container .accordion-item .accordion-content .slide-wrapper .text .slide-title {
    font-size: 24px;
  }
}
.component-immersive-accordion-v2 .accordion-container .accordion-item .accordion-content .slide-wrapper .text .slide-description {
  font-family: "Diodrum Medium";
  line-height: 1.2;
  letter-spacing: 0.8px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .component-immersive-accordion-v2 .accordion-container .accordion-item .accordion-content .slide-wrapper .text .slide-description {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .component-immersive-accordion-v2 .accordion-container .accordion-item .accordion-content .slide-wrapper .text .slide-description {
    font-size: calc(13.57314149px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .component-immersive-accordion-v2 .accordion-container .accordion-item .accordion-content .slide-wrapper .text .slide-description {
    font-size: calc(13.55769231px);
  }
}
@media screen and (min-width: 1440px) {
  .component-immersive-accordion-v2 .accordion-container .accordion-item .accordion-content .slide-wrapper .text .slide-description {
    font-size: 20px;
  }
}
.component-immersive-accordion-v2 .accordion-container .accordion-item .accordion-content img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-out;
}
.component-immersive-accordion-v2 .accordion-immersive-carousel {
  display: none;
  margin-top: 40px;
}
@media screen and (min-width: 576px) {
  .component-immersive-accordion-v2 .accordion-immersive-carousel {
    width: calc(100vw - 33px);
    margin-left: 10px !important;
  }
}
@media screen and (min-width: 576px) {
  .component-immersive-accordion-v2 .accordion-immersive-carousel {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .component-immersive-accordion-v2 .accordion-immersive-carousel {
    display: none;
  }
}
.component-immersive-accordion-v2 .accordion-immersive-carousel .accordion-carousel-item {
  margin: 0;
  height: 110vw;
  display: flex;
  justify-content: center;
  max-height: 640px;
}
@media screen and (min-width: 576px) {
  .component-immersive-accordion-v2 .accordion-immersive-carousel .accordion-carousel-item {
    height: 70vw;
  }
}
.component-immersive-accordion-v2 .accordion-immersive-carousel.slick-slider {
  margin-left: 0;
  overflow: hidden;
}
.component-immersive-accordion-v2 .accordion-immersive-carousel.slick-slider .slick-list {
  margin: 0 0px;
  width: 100vw;
}
@media screen and (min-width: 576px) {
  .component-immersive-accordion-v2 .accordion-immersive-carousel.slick-slider .slick-list {
    margin: 0 0px;
    overflow: visible;
  }
}
.component-immersive-accordion-v2 .accordion-immersive-carousel.slick-slider .slick-list .slick-track {
  padding-left: 4.4vw;
}
@media screen and (min-width: 576px) {
  .component-immersive-accordion-v2 .accordion-immersive-carousel.slick-slider .slick-list .slick-track {
    padding-left: 0;
  }
}
.component-immersive-accordion-v2 .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide {
  margin: 0 0px;
}
@media screen and (min-width: 576px) {
  .component-immersive-accordion-v2 .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide {
    margin: 0 0px;
  }
}
.component-immersive-accordion-v2 .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide .accordion-carousel-content {
  position: relative;
}
.component-immersive-accordion-v2 .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide .accordion-carousel-content .slide-wrapper {
  position: relative;
  height: 100%;
  width: 85%;
}
.component-immersive-accordion-v2 .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide .accordion-carousel-content .slide-wrapper .text {
  transition: opacity .3s linear .4s;
  position: absolute;
  width: 80%;
  bottom: 3em;
  left: 3em;
  z-index: 99;
}
.component-immersive-accordion-v2 .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide .accordion-carousel-content .slide-wrapper .text .pulsing-dots {
  animation-name: pulseDot;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  margin-bottom: 52px;
}
.component-immersive-accordion-v2 .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide .accordion-carousel-content .slide-wrapper .text .pulsing-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #ffffff;
  position: relative;
  z-index: 999;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .component-immersive-accordion-v2 .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide .accordion-carousel-content .slide-wrapper .text .pulsing-dots .dot {
    width: 12px;
    height: 12px;
  }
}
.component-immersive-accordion-v2 .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide .accordion-carousel-content .slide-wrapper .text h2 {
  color: #ffffff;
  overflow: hidden;
}
.component-immersive-accordion-v2 .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide .accordion-carousel-content .slide-wrapper .text .slide-title {
  font-family: "Diodrum Semibold";
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.8px;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.component-immersive-accordion-v2 .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide .accordion-carousel-content .slide-wrapper .text .slide-description {
  font-family: "Diodrum Medium";
  line-height: 1.2;
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-bottom: 0;
}
.component-immersive-accordion-v2 .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide .accordion-carousel-content img {
  width: 89vw;
}
@media screen and (min-width: 576px) {
  .component-immersive-accordion-v2 .accordion-immersive-carousel.slick-slider .slick-list .slick-track .slick-slide .accordion-carousel-content img {
    width: 60vw;
  }
}
.component-immersive-accordion-v2 .accordion-immersive-list {
  display: flex;
  margin-top: 30px;
}
@media screen and (min-width: 576px) {
  .component-immersive-accordion-v2 .accordion-immersive-list {
    width: calc(100vw - 33px);
    margin-left: 33px !important;
  }
}
@media screen and (min-width: 576px) {
  .component-immersive-accordion-v2 .accordion-immersive-list {
    display: none;
  }
}
.component-immersive-accordion-v2 .accordion-immersive-list .accordion-list-item {
  margin: 0 0 30px 0;
  height: 110vw;
  width: 100%;
  display: flex;
  justify-content: center;
  max-height: 640px;
}
@media screen and (min-width: 576px) {
  .component-immersive-accordion-v2 .accordion-immersive-list .accordion-list-item {
    height: 70vw;
  }
}
.component-immersive-accordion-v2 .accordion-immersive-list .accordion-list-item .accordion-list-content {
  position: relative;
}
.component-immersive-accordion-v2 .accordion-immersive-list .accordion-list-item .accordion-list-content .slide-wrapper {
  position: relative;
  height: 100%;
  width: 85%;
}
.component-immersive-accordion-v2 .accordion-immersive-list .accordion-list-item .accordion-list-content .slide-wrapper .text {
  transition: opacity .3s linear .4s;
  position: absolute;
  width: 80%;
  bottom: 3em;
  left: 3em;
  z-index: 99;
}
.component-immersive-accordion-v2 .accordion-immersive-list .accordion-list-item .accordion-list-content .slide-wrapper .text .pulsing-dots {
  animation-name: pulseDot;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  margin-bottom: 52px;
}
.component-immersive-accordion-v2 .accordion-immersive-list .accordion-list-item .accordion-list-content .slide-wrapper .text .pulsing-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #ffffff;
  position: relative;
  z-index: 999;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .component-immersive-accordion-v2 .accordion-immersive-list .accordion-list-item .accordion-list-content .slide-wrapper .text .pulsing-dots .dot {
    width: 12px;
    height: 12px;
  }
}
.component-immersive-accordion-v2 .accordion-immersive-list .accordion-list-item .accordion-list-content .slide-wrapper .text h2 {
  color: #ffffff;
  overflow: hidden;
}
.component-immersive-accordion-v2 .accordion-immersive-list .accordion-list-item .accordion-list-content .slide-wrapper .text .slide-title {
  font-family: "Diodrum Semibold";
  line-height: 1.2;
  font-size: 22px;
  letter-spacing: 0.8px;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.component-immersive-accordion-v2 .accordion-immersive-list .accordion-list-item .accordion-list-content .slide-wrapper .text .slide-description {
  font-family: "Diodrum Medium";
  line-height: 1.2;
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-bottom: 0;
}
.component-immersive-accordion-v2 .accordion-immersive-list .accordion-list-item .accordion-list-content img {
  width: calc(100vw - 66px);
  height: 110vw;
  max-height: 640px;
}
@keyframes pulseDot {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.component-listing.container-fluid {
  padding: 0;
}
.component-listing .row {
  margin: 0;
}
.component-listing .filters {
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  margin-bottom: 2em;
  display: none;
  /*added to hide filter section*/
}
.component-listing .filters div {
  height: 1.5em;
}
.component-listing .filters .filter-btn {
  margin-left: 5em;
  font-family: "Diodrum Regular";
  position: relative;
}
@media screen and (max-width: 768px) {
  .component-listing .filters .filter-btn {
    margin-left: 0em;
  }
}
.component-listing .filters .filter-btn > span {
  font-family: "Diodrum Regular";
}
@media screen and (min-width: 18.33333333em) {
  .component-listing .filters .filter-btn > span {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(0.8em  +  0.4  * ((100vw -  18.33333333em ) / 115 ));
  }
}
@media screen and (min-width: 1600px) {
  .component-listing .filters .filter-btn > span {
    font-size: 1.2em;
  }
}
.component-listing .filters .filter-btn .mobile-filter {
  display: flex;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .component-listing .filters .filter-btn .mobile-filter {
    display: none;
  }
}
.component-listing .filters .filter-btn .mobile-filter:hover {
  color: #e4001c;
}
.component-listing .filters .filter-btn .full-filter {
  display: none;
}
@media screen and (min-width: 768px) {
  .component-listing .filters .filter-btn .full-filter {
    display: flex;
    align-items: center;
  }
}
.component-listing .filters .filter-btn .plus {
  margin-left: 0.6em;
}
@media screen and (min-width: 18.33333333em) {
  .component-listing .filters .filter-btn .plus {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(1em  +  0.5  * ((100vw -  18.33333333em ) / 115 ));
  }
}
@media screen and (min-width: 1600px) {
  .component-listing .filters .filter-btn .plus {
    font-size: 1.5em;
  }
}
.component-listing .filters .filter-btn .f-button {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.component-listing .filters .filter-btn .f-button:hover {
  color: #e4001c;
}
.component-listing .filters .arrange {
  margin-right: 5em;
  display: flex;
  width: 4em;
  justify-content: space-between;
}
.component-listing .filters .arrange button {
  background-color: transparent;
  border: transparent;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 768px) {
  .component-listing .filters .arrange {
    margin-right: 0em;
    padding-right: 15px;
  }
}
.component-listing .filters .arrange span {
  transform: translate(0, 18%);
}
.component-listing .filters .fas {
  color: #e1e1e1;
}
.component-listing .filters .active {
  color: #000000;
}
.component-listing .location {
  font-family: 'monaco';
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (min-width: 18.33333333em) {
  .component-listing .location {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(0.5em  +  0.3  * ((100vw -  18.33333333em ) / 115 ));
  }
}
@media screen and (min-width: 1600px) {
  .component-listing .location {
    font-size: 0.8em;
  }
}
.component-listing .location .bold {
  font-weight: bold;
  font-family: monospace, monospace;
}
.component-listing .date-carousel {
  margin-bottom: 3em;
}
.component-listing .date-carousel .slick-list {
  padding: 0 !important;
}
.component-listing .date-carousel .month {
  font-family: "Diodrum Bold";
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #e9e9e9;
  text-transform: uppercase;
}
@media screen and (min-width: 18.33333333em) {
  .component-listing .date-carousel .month {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(2em  +  1  * ((100vw -  18.33333333em ) / 115 ));
  }
}
@media screen and (min-width: 1600px) {
  .component-listing .date-carousel .month {
    font-size: 3em;
  }
}
.component-listing .date-carousel .slick-current .month {
  color: #000000;
}
.component-listing .date-carousel .c-container {
  height: 307px;
}
@media screen and (min-width: 960px) {
  .component-listing .date-carousel .c-container {
    height: 428px;
  }
}
.component-listing .date-carousel .c-container:focus {
  outline: none;
}
.component-listing .date-carousel .hide {
  visibility: hidden;
}
.component-listing .date-carousel .c-arrow {
  position: absolute;
  height: 50px;
  width: 50px;
  background-color: transparent;
  color: #ffffff;
  z-index: 999;
  align-items: center;
  cursor: pointer;
}
.component-listing .date-carousel .c-prev {
  top: 50%;
  left: calc(50% - 10em);
  transform: translate(-50%, -60%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMzEuMTA2IDE1aC0yNy44MjhsOC4zMjUtOC4yOTNjLjM5MS0uMzkxLjM5MS0xLjAyNCAwLTEuNDE0LS4zOTEtLjM5MS0xLjAyNC0uMzkxLTEuNDE0IDBsLTkuOSA5Ljg5OWMtLjM4NS4zODUtLjM4NSAxLjAyOSAwIDEuNDE0bDkuOSA5LjljLjM5MS4zOTEgMS4wMjQuMzkxIDEuNDE0IDAgLjM5MS0uMzkxLjM5MS0xLjAyNCAwLTEuNDE0bC04LjMyNS04LjA5MmgyNy44MjhjLjU1MiAwIDEtLjQ0OCAxLTFzLS40NDgtMS0xLTF6IiBmaWxsPSIjMTIxMzEzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .component-listing .date-carousel .c-prev {
    transform: translate(0, -60%);
    left: 0;
  }
}
.component-listing .date-carousel .c-next {
  bottom: 50%;
  right: calc(50% - 10em);
  transform: translate(50%, 40%);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiBoZWlnaHQ9IjMycHgiIGlkPSLQodC70L7QuV8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMyLDE2LjAwOWMwLTAuMjY3LTAuMTEtMC41MjItMC4yOTMtMC43MTQgIGwtOS44OTktOS45OTljLTAuMzkxLTAuMzk1LTEuMDI0LTAuMzk0LTEuNDE0LDBjLTAuMzkxLDAuMzk0LTAuMzkxLDEuMDM0LDAsMS40MjhsOC4xOTMsOC4yNzVIMWMtMC41NTIsMC0xLDAuNDUyLTEsMS4wMSAgczAuNDQ4LDEuMDEsMSwxLjAxaDI3LjU4NmwtOC4xOTIsOC4yNzVjLTAuMzkxLDAuMzk0LTAuMzksMS4wMzQsMCwxLjQyOGMwLjM5MSwwLjM5NCwxLjAyNCwwLjM5NCwxLjQxNCwwbDkuODk5LTkuOTk5ICBDMzEuODk0LDE2LjUzNCwzMS45OTcsMTYuMjc0LDMyLDE2LjAwOXoiIGZpbGw9IiMxMjEzMTMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IkFycm93X0ZvcndhcmQiLz48Zy8+PGcvPjxnLz48Zy8+PGcvPjxnLz48L3N2Zz4=");
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .component-listing .date-carousel .c-next {
    transform: translate(0, 40%);
    right: 0;
  }
}
.component-listing .date-carousel .slick-slide {
  margin: 0 0px 0 0;
  outline: none;
}
.component-listing .date-carousel .slick-slide:last-child {
  margin: 0 0 0 0;
}
.component-listing .main-content .grid-sizer {
  width: 1%;
}
.component-listing .main-content .max-width-3 {
  width: 98%;
}
@media screen and (min-width: 576px) {
  .component-listing .main-content .max-width-3 {
    width: 46%;
  }
}
@media screen and (min-width: 992px) {
  .component-listing .main-content .max-width-3 {
    width: 29%;
  }
}
.component-listing .main-content .max-width-2 {
  width: 98%;
}
@media screen and (min-width: 576px) {
  .component-listing .main-content .max-width-2 {
    width: 96%;
  }
}
@media screen and (min-width: 992px) {
  .component-listing .main-content .max-width-2 {
    width: 46%;
  }
}
.component-listing .main-content .height1 {
  height: 200px;
  min-height: calc(232px);
}
.component-listing .main-content .height2 {
  height: calc(400px);
  min-height: calc(464px);
}
.component-listing .main-content .height3 {
  height: calc(600px);
  min-height: calc(632px);
}
.component-listing .more-news {
  margin: 1em 0 1em 0;
}
.component-listing .more-news button {
  background-color: transparent;
  border: transparent;
  cursor: pointer;
  outline: none;
}
.component-listing .main-content-list .row {
  transition: max-height 0.5s;
}
.component-listing .main-content-list .limit-list {
  overflow: hidden;
  max-height: 500px;
}
@media screen and (min-width: 576px) {
  .component-listing .main-content-list .limit-list {
    max-height: 500px;
  }
}
@media screen and (min-width: 992px) {
  .component-listing .main-content-list .limit-list {
    max-height: 280px;
  }
}
.component-listing .hide {
  opacity: 0;
  transition: opacity .5s;
}
.news-container-grid {
  padding-left: 0;
  padding-right: 0;
  margin: 0 2%;
}
.medium .main-item,
.large .main-item {
  height: inherit;
  position: relative;
}
.medium .main-item .top-half,
.large .main-item .top-half {
  width: 100%;
  height: 80%;
}
.medium .main-item .top-half .image,
.large .main-item .top-half .image {
  height: 100%;
  background-size: cover;
}
.medium .main-item .bottom-half,
.large .main-item .bottom-half {
  width: 100%;
  color: #000000;
  position: relative;
  border: 1px solid #eeeeee;
}
.medium .main-item .bottom-half .image-title,
.large .main-item .bottom-half .image-title {
  padding: 0;
  font-family: "Diodrum Medium";
  line-height: 150%;
  position: absolute;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 80%;
  margin: 1em 0 0 1.2em;
}
@media screen and (min-width: 18.33333333em) {
  .medium .main-item .bottom-half .image-title,
  .large .main-item .bottom-half .image-title {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(0.9em  +  0.3  * ((100vw -  18.33333333em ) / 115 ));
  }
}
@media screen and (min-width: 1600px) {
  .medium .main-item .bottom-half .image-title,
  .large .main-item .bottom-half .image-title {
    font-size: 1.2em;
  }
}
.medium .main-item .bottom-half .details,
.large .main-item .bottom-half .details {
  width: inherit;
  margin: 40px 0 0 0;
}
.medium .main-item .bottom-half .info,
.large .main-item .bottom-half .info {
  margin: 5px 0 1em 0;
  width: 100%;
  position: relative;
}
.medium .main-item .bottom-half .date,
.large .main-item .bottom-half .date {
  font-family: "Noto Sans Regular";
  user-select: text;
  font-weight: 100;
  margin: 1em 0 0 1.5em;
  padding: 0;
}
@media screen and (max-width: 959px) {
  .medium .main-item .bottom-half .date,
  .large .main-item .bottom-half .date {
    font-size: calc(10px + (12 - 10) * ((100vw - 320px) / (959 - 320)));
  }
}
@media screen and (min-width: 960px) and (max-width: 1439px) {
  .medium .main-item .bottom-half .date,
  .large .main-item .bottom-half .date {
    font-size: calc(12px + (15 - 12) * ((100vw - 960px) / (1440 - 960)));
  }
}
@media screen and (min-width: 1440px) {
  .medium .main-item .bottom-half .date,
  .large .main-item .bottom-half .date {
    font-size: 15px;
  }
}
.medium .main-item .bottom-half .description,
.large .main-item .bottom-half .description {
  font-family: "Noto Sans Regular";
  user-select: text;
  font-weight: 100;
  max-width: 70%;
  margin: 0 0 0 1.5em;
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 90%;
}
@media screen and (max-width: 959px) {
  .medium .main-item .bottom-half .description,
  .large .main-item .bottom-half .description {
    font-size: "calc(10px + (12 - 10) * ((100vw - 320px) / (959 - 320)))";
  }
}
@media screen and (min-width: 960px) and (max-width: 1439px) {
  .medium .main-item .bottom-half .description,
  .large .main-item .bottom-half .description {
    font-size: "calc(12px + (15 - 12) * ((100vw - 960px) / (1440 - 960)))";
  }
}
@media screen and (min-width: 1440px) {
  .medium .main-item .bottom-half .description,
  .large .main-item .bottom-half .description {
    font-size: 15px;
  }
}
.medium .main-item .bottom-half .read-more,
.large .main-item .bottom-half .read-more {
  position: absolute;
  top: 0;
  right: 2em;
  width: 16px;
  font-family: "Diodrum Regular";
  white-space: nowrap;
  align-self: center;
  color: #000000;
  cursor: pointer;
  outline: none;
}
.medium .main-item .bottom-half .read-more:hover,
.large .main-item .bottom-half .read-more:hover {
  text-decoration: none;
  color: #e4001c;
}
@media screen and (max-width: 1439px) {
  .medium .main-item .bottom-half .read-more,
  .large .main-item .bottom-half .read-more {
    font-size: "calc(13px + (16 - 13) * ((100vw - 320px) / (1440 - 320)))";
  }
}
@media screen and (min-width: 1440px) {
  .medium .main-item .bottom-half .read-more,
  .large .main-item .bottom-half .read-more {
    font-size: 16px;
  }
}
.medium .main-item .bottom-half .read-more-arrow,
.large .main-item .bottom-half .read-more-arrow {
  background-image: url('../../../content/dam/dupont/amer/us/en/corporate/general/icons/black-arrow.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  background-position: center;
  right: 0;
  top: 0;
  transform: translate(50%, -10%);
}
.small .main-item {
  height: inherit;
  position: relative;
}
.small .main-item .top-half {
  width: 100%;
  height: 80%;
}
.small .main-item .top-half .image {
  height: 100%;
  background-size: cover;
}
.small .main-item .bottom-half {
  width: 100%;
  color: #000000;
  position: relative;
  border: 1px solid #eeeeee;
}
.small .main-item .bottom-half .image-title {
  padding: 0;
  font-family: "Diodrum Medium";
  line-height: 150%;
  position: absolute;
  top: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 80%;
  transform: translate(0, -50%);
  margin: 0 0 0 1.5em;
}
@media screen and (min-width: 18.33333333em) {
  .small .main-item .bottom-half .image-title {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(0.9em  +  0.1  * ((100vw -  18.33333333em ) / 115 ));
  }
}
@media screen and (min-width: 1600px) {
  .small .main-item .bottom-half .image-title {
    font-size: 1em;
  }
}
.small .main-item .bottom-half .info {
  min-height: 3em;
  width: 100%;
  position: relative;
}
.small .main-item .bottom-half .date {
  font-family: "Noto Sans Regular";
  user-select: text;
  font-weight: 100;
  margin-left: 1em;
  margin-bottom: 5px;
}
@media screen and (max-width: 959px) {
  .small .main-item .bottom-half .date {
    font-size: calc(10px + (12 - 10) * ((100vw - 320px) / (959 - 320)));
  }
}
@media screen and (min-width: 960px) and (max-width: 1439px) {
  .small .main-item .bottom-half .date {
    font-size: calc(12px + (15 - 12) * ((100vw - 960px) / (1440 - 960)));
  }
}
@media screen and (min-width: 1440px) {
  .small .main-item .bottom-half .date {
    font-size: 15px;
  }
}
.small .main-item .bottom-half .description {
  font-family: "Noto Sans Regular";
  user-select: text;
  font-weight: 100;
  max-width: 70%;
  margin-left: 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 90%;
}
@media screen and (max-width: 959px) {
  .small .main-item .bottom-half .description {
    font-size: calc(10px + (12 - 10) * ((100vw - 320px) / (959 - 320)));
  }
}
@media screen and (min-width: 960px) and (max-width: 1439px) {
  .small .main-item .bottom-half .description {
    font-size: calc(12px + (15 - 12) * ((100vw - 960px) / (1440 - 960)));
  }
}
@media screen and (min-width: 1440px) {
  .small .main-item .bottom-half .description {
    font-size: 15px;
  }
}
.small .main-item .bottom-half .read-more {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 16px;
  font-family: "Diodrum Regular";
  white-space: nowrap;
  align-self: center;
  transform: translate(0, -50%);
  color: #000000;
  cursor: pointer;
  outline: none;
}
.small .main-item .bottom-half .read-more:hover {
  text-decoration: none;
  color: #e4001c;
}
@media screen and (max-width: 1439px) {
  .small .main-item .bottom-half .read-more {
    font-size: calc(13px + (16 - 13) * ((100vw - 320px) / (1440 - 320)));
  }
}
@media screen and (min-width: 1440px) {
  .small .main-item .bottom-half .read-more {
    font-size: 16px;
  }
}
.small .main-item .bottom-half .read-more-arrow {
  background-image: url('../../../content/dam/dupont/amer/us/en/corporate/general/icons/black-arrow.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  background-position: center;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}
.no-image .main-item {
  height: inherit;
  width: 100%;
  color: #000000;
  position: relative;
}
.no-image .main-item .title {
  padding: 0;
  font-family: "Diodrum Medium";
  line-height: 150%;
  top: 0%;
  max-width: 90%;
  margin: 0 0 1em 0;
}
@media screen and (min-width: 18.33333333em) {
  .no-image .main-item .title {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(0.9em  +  0.1  * ((100vw -  18.33333333em ) / 115 ));
  }
}
@media screen and (min-width: 1600px) {
  .no-image .main-item .title {
    font-size: 1em;
  }
}
.no-image .main-item .details {
  margin: 1em 0 0 5px;
}
.no-image .main-item .info {
  width: 100%;
  position: relative;
}
.no-image .main-item .date {
  font-family: "Noto Sans Regular";
  user-select: text;
  font-weight: 100;
  padding: 0;
  margin-left: 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 959px) {
  .no-image .main-item .date {
    font-size: calc(10px + (12 - 10) * ((100vw - 320px) / (959 - 320)));
  }
}
@media screen and (min-width: 960px) and (max-width: 1439px) {
  .no-image .main-item .date {
    font-size: calc(12px + (15 - 12) * ((100vw - 960px) / (1440 - 960)));
  }
}
@media screen and (min-width: 1440px) {
  .no-image .main-item .date {
    font-size: 15px;
  }
}
.no-image .main-item .description {
  font-family: "Noto Sans Regular";
  user-select: text;
  font-weight: 100;
  max-width: 80%;
  margin-left: 0;
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 90%;
}
@media screen and (max-width: 959px) {
  .no-image .main-item .description {
    font-size: calc(10px + (12 - 10) * ((100vw - 320px) / (959 - 320)));
  }
}
@media screen and (min-width: 960px) and (max-width: 1439px) {
  .no-image .main-item .description {
    font-size: calc(12px + (15 - 12) * ((100vw - 960px) / (1440 - 960)));
  }
}
@media screen and (min-width: 1440px) {
  .no-image .main-item .description {
    font-size: 15px;
  }
}
.no-image .main-item .read-more {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 16px;
  font-family: "Diodrum Regular";
  white-space: nowrap;
  align-self: center;
  transform: translate(0, -90%);
  color: #000000;
  cursor: pointer;
  outline: none;
}
.no-image .main-item .read-more:hover {
  text-decoration: none;
  color: #e4001c;
}
@media screen and (max-width: 1439px) {
  .no-image .main-item .read-more {
    font-size: calc(13px + (16 - 13) * ((100vw - 320px) / (1440 - 320)));
  }
}
@media screen and (min-width: 1440px) {
  .no-image .main-item .read-more {
    font-size: 16px;
  }
}
.no-image .main-item .read-more-arrow {
  background-image: url('../../../content/dam/dupont/amer/us/en/corporate/general/icons/black-arrow.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  background-position: center;
  right: 0;
  top: 0;
  transform: translate(50%, -90%);
}
.news-container-list {
  font-size: unset;
  height: inherit;
  width: 100%;
  color: #000000;
  position: relative;
  padding: 1em 0 0.8em 5px;
}
.news-container-list a {
  font-size: unset;
}
.news-container-list a:hover {
  text-decoration: none;
  font-size: inherit;
}
@media screen and (min-width: 576px) {
  .news-container-list {
    padding: 1em 2em 1.5em 5px;
  }
}
.news-container-list .title {
  padding: 0;
  font-family: "Diodrum Medium";
  line-height: 150%;
  top: 0%;
  max-width: 90%;
  margin: 0 0 1em 0;
}
@media screen and (min-width: 18.33333333em) {
  .news-container-list .title {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(1em  +  0.1  * ((100vw -  18.33333333em ) / 115 ));
  }
}
@media screen and (min-width: 1600px) {
  .news-container-list .title {
    font-size: 1.1em;
  }
}
.news-container-list .info {
  width: 100%;
  position: relative;
}
.news-container-list .date {
  font-family: "Noto Sans Regular";
  user-select: text;
  font-weight: 100;
  padding: 0;
  margin-left: 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 959px) {
  .news-container-list .date {
    font-size: calc(10px + (12 - 10) * ((100vw - 320px) / (959 - 320)));
  }
}
@media screen and (min-width: 960px) and (max-width: 1439px) {
  .news-container-list .date {
    font-size: calc(12px + (15 - 12) * ((100vw - 960px) / (1440 - 960)));
  }
}
@media screen and (min-width: 1440px) {
  .news-container-list .date {
    font-size: 15px;
  }
}
.news-container-list .description {
  font-family: "Noto Sans Regular";
  user-select: text;
  font-weight: 100;
  max-width: 80%;
  margin-left: 0;
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 90%;
}
@media screen and (max-width: 959px) {
  .news-container-list .description {
    font-size: calc(10px + (12 - 10) * ((100vw - 320px) / (959 - 320)));
  }
}
@media screen and (min-width: 960px) and (max-width: 1439px) {
  .news-container-list .description {
    font-size: calc(12px + (15 - 12) * ((100vw - 960px) / (1440 - 960)));
  }
}
@media screen and (min-width: 1440px) {
  .news-container-list .description {
    font-size: 15px;
  }
}
.news-container-list .read-more {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 16px;
  font-family: "Diodrum Regular";
  white-space: nowrap;
  align-self: center;
  transform: translate(0, -90%);
  color: #000000;
  cursor: pointer;
  outline: none;
}
.news-container-list .read-more:hover {
  text-decoration: none;
  color: #e4001c;
}
@media screen and (max-width: 1439px) {
  .news-container-list .read-more {
    font-size: calc(13px + (16 - 13) * ((100vw - 320px) / (1440 - 320)));
  }
}
@media screen and (min-width: 1440px) {
  .news-container-list .read-more {
    font-size: 16px;
  }
}
.news-container-list .read-more-arrow {
  background-image: url('../../../content/dam/dupont/amer/us/en/corporate/general/icons/black-arrow.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  background-position: center;
  right: 0;
  top: 0;
  transform: translate(50%, -90%);
}
.filter-box {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  z-index: 100;
  -webkit-box-shadow: 0 3px 5px 0 #a6a6a6;
  -moz-box-shadow: 0 3px 5px 0 #a6a6a6;
  box-shadow: 0 3px 5px 0 #a6a6a6;
}
.filter-box a {
  text-decoration: none;
}
.filter-box a:hover {
  color: #e4001c;
  text-decoration: none;
}
@media screen and (max-width: calc(576px - 1px)) {
  .filter-box {
    padding: 0 33px;
    height: 100vh;
    top: 0;
    position: fixed;
  }
}
.filter-box.filter-open {
  display: block;
  overflow-x: hidden;
}
.filter-box .container {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 1024px) {
  .filter-box .container {
    padding: 0 94px;
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .filter-box .container {
    padding: 0;
  }
}
.filter-box .mobile-nav {
  padding: 24px 0;
  position: relative;
}
.filter-box .mobile-nav .close-btn {
  right: 0;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  user-select: none;
}
.filter-box .mobile-nav .close-btn span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-5px, 14px);
}
.filter-box .mobile-nav .close-btn span {
  display: block;
  width: 20px;
  height: 1px;
  margin-bottom: 15px;
  position: relative;
  background: #000000;
  border-radius: 3px;
  transform-origin: 4px 0;
  transform: rotate(45deg) translate(-7px, -13px);
  background: #232323;
}
.filter-box .mobile-nav .close-btn span:first-child {
  transform-origin: 0 0;
}
.filter-box .mobile-nav .close-btn span:last-child {
  margin-bottom: 0;
}
.filter-box .filter-header {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  position: relative;
}
.filter-box .filter-header::after {
  content: '';
  width: 100vw;
  height: 1px;
  background-color: #969696;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: calc(576px - 1px)) {
  .filter-box .filter-header::after {
    z-index: -1;
    width: 100%;
    background-color: #e1e1e1;
  }
}
.filter-box .filter-header .filter-left {
  font-size: 18px;
  left: 0;
}
.filter-box .filter-header .filter-right {
  float: right;
  padding: 0 calc(15px - (5 * (1px - ((100vw - 1024px)/ 416))));
}
.filter-box .filter-header .filter-right a {
  font-size: 18px;
}
.filter-box .filter-header nav {
  position: relative;
  min-width: 450px;
}
.filter-box .filter-header nav .filter-nav-items {
  overflow: visible;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.filter-box .filter-header .filter-nav {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: none;
}
@media screen and (max-width: calc(576px - 1px)) {
  .filter-box .filter-header .filter-nav {
    position: relative;
  }
}
.filter-box .filter-header .filter-nav ul.nav {
  position: relative;
}
.filter-box .filter-header .filter-nav .nav li.nav-tab:first-child {
  padding-left: 80px;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .filter-box .filter-header .filter-nav .nav li.nav-tab:first-child {
    padding-left: calc(175px - (60 * (1px - ((100vw - 1024px)/ 416))));
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .filter-box .filter-header .filter-nav .nav li.nav-tab:first-child {
    padding-left: 0;
  }
}
.filter-box .filter-header .filter-nav .nav-tab {
  margin-left: 2px;
  display: inline-block;
}
@media screen and (max-width: calc(576px - 1px)) {
  .filter-box .filter-header .filter-nav .nav-tab {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .filter-box .filter-header .filter-nav .nav-tab {
    margin-left: 18px;
  }
}
.filter-box .filter-header .filter-nav .nav-tab a {
  font-size: 18px;
}
.filter-box .filter-header .filter-nav .nav-tab a .icon {
  vertical-align: middle;
  margin-left: 10px;
  content: '';
  margin-right: 10px;
  height: 2px;
  width: 14px;
  background-color: #000000;
  display: none;
}
@media screen and (min-width: 576px) {
  .filter-box .filter-header .filter-nav .nav-tab a .icon {
    display: inline-block;
  }
}
@media screen and (min-width: 576px) {
  .filter-box .filter-header .filter-nav .nav-tab a .icon::after {
    content: '';
    height: 2px;
    width: 14px;
    position: absolute;
    background-color: #000000;
    display: inline-block;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .filter-box .filter-header .filter-nav .nav-tab a {
    color: #e1e1e1;
  }
}
.filter-box .filter-header .filter-nav .nav-tab a.active {
  color: #000000;
}
.filter-box .filter-header .filter-nav .nav-tab a.active::after {
  content: '';
  height: 4px;
  width: 100%;
  bottom: -20px;
  z-index: 10;
  position: relative;
  display: block;
  background-color: #e4001c;
}
@media screen and (min-width: 576px) {
  .filter-box .filter-header .filter-nav .nav-tab a.active .icon::after {
    display: none;
  }
}
.filter-box .filter-body {
  margin-top: 40px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .filter-box .filter-body {
    margin-top: 0;
  }
}
.filter-box .filter-body .tab-pane {
  margin-left: calc( calc(175px - (60 * (1px - ((100vw - 1024px)/ 416))))  - 40px );
}
@media screen and (max-width: calc(576px - 1px)) {
  .filter-box .filter-body .tab-pane {
    padding-top: 20px;
    padding-left: 33px;
    padding-right: 0;
    position: relative;
    padding-bottom: 72px;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.filter-box .filter-body .actions {
  margin: 20px 0;
  display: inline-block;
}
@media screen and (max-width: calc(576px - 1px)) {
  .filter-box .filter-body .actions {
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100vw;
    background: white;
    padding: 16px 0 16px 33px;
    -webkit-box-shadow: 0 5px 5px 0 #a6a6a6;
    -moz-box-shadow: 0 5px 5px 0 #a6a6a6;
    box-shadow: 0 0 5px 0 #a6a6a6;
  }
}
.filter-box .filter-body .actions a.cta {
  display: inline-block;
}
@media screen and (max-width: calc(576px - 1px)) {
  .filter-box .filter-body .actions a.cta {
    padding: 13px 20px;
  }
}
.filter-box .filter-body .actions a.cta:first-child {
  margin-left: calc(175px - (60 * (1px - ((100vw - 1024px)/ 416))));
  margin-right: 30px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .filter-box .filter-body .actions a.cta:first-child {
    margin: 0 5px;
    padding-right: 32px;
    border: none;
  }
}
.filter-box .filter-body label.checkbox {
  padding-bottom: 18px;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}
.component-locations .container .divider {
  width: 100%;
  background: #000000;
  height: 1px;
}
@media only screen and (max-width: calc(575px)) {
  .component-locations .container {
    padding-left: 33px;
    padding-right: 33px;
  }
}
.component-locations nav {
  overflow-x: auto;
  width: 100%;
  height: 85px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: calc(576px - 1px)) {
  .component-locations nav {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 999;
  }
}
@media only screen and (min-width: 768px) {
  .component-locations nav {
    justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .component-locations nav {
    justify-content: center;
  }
}
.component-locations nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
}
.component-locations nav ul li {
  padding: 0 28px;
}
.component-locations nav ul li a {
  color: #212121;
  font-family: 'Diodrum Regular';
  font-size: 18px;
  line-height: 1.3;
  text-decoration: none;
  display: block;
  width: max-content;
  padding: 5px 0;
}
.component-locations nav ul li:hover a,
.component-locations nav ul li:active a {
  color: #e4001c;
}
.component-locations .scroll-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
}
.component-locations .header a {
  text-decoration: none;
}
.component-locations .header a:hover {
  color: #e4001c;
  text-decoration: none;
}
.component-locations .header-title {
  padding-bottom: 0.5em;
  padding-top: 100px;
  margin-bottom: 10px;
}
.component-locations .header span {
  color: #000000;
  font-family: "Diodrum Regular";
  font-size: 14px;
}
.component-locations .header a {
  color: #000000;
  font-family: "Diodrum Regular";
  font-size: 14px;
  line-height: 1.5;
  margin-right: 15px;
}
@media only screen and (min-width: 992px) {
  .component-locations .header a {
    margin-right: 0;
  }
}
.component-locations .header .row.d-flex.justify-content-between {
  margin-top: 15px;
}
.component-locations .header .row.d-flex.justify-content-between:last-child {
  font-weight: 900;
}
.component-locations .header .row.d-flex.justify-content-between.main-line a {
  display: none;
}
@media only screen and (min-width: 992px) {
  .component-locations .header .row.d-flex.justify-content-between.main-line a {
    display: unset;
    margin-left: 8px;
    font-weight: 900;
  }
  .component-locations .header .row.d-flex.justify-content-between.main-line .col-5 {
    display: flex;
  }
  .component-locations .header .row.d-flex.justify-content-between.main-line .col-5:last-child {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 992px) {
  .component-locations .header .row.d-flex.justify-content-between.secondary-line a {
    display: none;
  }
}
.component-locations .content {
  /*margin-top: 50px;*/
}
.component-locations .content .content-info {
  margin-bottom: 25px;
}
.component-locations .content .content-info .info-header {
  margin-bottom: 50px;
}
.component-locations .content .content-info .info-header ul {
  margin: 0;
}
.component-locations .content .content-info .info-header .title,
.component-locations .content .content-info .info-header .subtitle {
  font-family: "Noto Sans Regular";
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #212121;
  font-size: 16px;
  margin-bottom: 7px;
}
@media only screen and (min-width: 768px) {
  .component-locations .content .content-info .info-header .title,
  .component-locations .content .content-info .info-header .subtitle {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.1px;
  }
}
.component-locations .content .content-info .info-header .title {
  color: #e4001c;
}
.component-locations .content .content-info .info-header .subtitle {
  color: #D8D8D8;
}
.component-locations .content .content-info .address-section {
  padding: 25px 32px;
  border: 1px solid #D8D8D8;
  min-height: 140px;
}
@media only screen and (min-width: 992px) {
  .component-locations .content .content-info .address-section {
    max-width: 640px;
    padding: 10px;
  }
}
.component-locations .content .content-info .address-section .address {
  margin-bottom: 30px;
}
@media screen and (min-width: 23.4375em) {
  .component-locations .content .content-info .address-section .address {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(0.75em  +  0.25  * ((100vw -  23.4375em ) / 66.5625 ));
  }
}
@media screen and (min-width: 1440px) {
  .component-locations .content .content-info .address-section .address {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1024px) {
  .component-locations .content .content-info .address-section .address {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 42px;
  }
}
.component-locations .content .content-info .address-section .phone {
  margin: 0;
}
@media screen and (min-width: 23.4375em) {
  .component-locations .content .content-info .address-section .phone {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(0.75em  +  0.25  * ((100vw -  23.4375em ) / 66.5625 ));
  }
}
@media screen and (min-width: 1440px) {
  .component-locations .content .content-info .address-section .phone {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1024px) {
  .component-locations .content .content-info .address-section .phone {
    margin-top: 25px;
    margin-right: 36px;
  }
}
.component-locations .content .content-info .cta-container {
  margin-top: 15px;
  display: flex;
  margin-bottom: 50px;
}
.component-locations .content .content-info .cta-container a {
  color: #000000;
  margin-left: auto;
  text-decoration: none;
}
.component-locations .content .content-info .cta-container a span {
  margin-left: 15px;
}
@media only screen and (min-width: 1024px) {
  .component-locations .content .content-info .cta-container a span {
    display: none;
  }
}
.component-locations .content .content-info .cta-container a:hover {
  color: #e4001c;
  text-decoration: none;
  border: 1px solid #e4001c;
}
@media only screen and (min-width: 992px) {
  .component-locations .content .content-info .cta-container a {
    border: 1px solid #000;
    border-radius: 25px;
    font-size: 13px;
    line-height: 1;
    padding: 1.0625em 3em .9375em;
    font-family: "Diodrum Regular";
    letter-spacing: -0.5px;
    text-decoration: none;
    cursor: pointer;
    color: #000;
  }
}
@media only screen and (min-width: 992px) {
  .component-locations .content .content-info .cta-container {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: start;
  }
}
.component-locations .content ul {
  list-style: none;
}
@media only screen and (min-width: 1024px) {
  .component-locations .content ul {
    margin-top: 1rem;
  }
}
.component-locations .content ul li {
  color: #000000;
  font-family: "Diodrum Regular";
  padding-bottom: 0px;
}
.component-locations .margin-top {
  margin-top: 50px;
}
.component-locations .margin-top__half {
  margin-top: 25px;
}
.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.immersive-images-component .col-12 {
  padding-left: 6px;
  padding-right: 6px;
}
@media only screen and (min-width: 992px) {
  .immersive-images-component .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .immersive-images-component .container {
    max-width: none;
    margin: 0;
    padding: 0;
  }
}
.immersive-images-component .container-fluid {
  padding: 0;
}
.immersive-images-component .item.left-image {
  padding-top: 56px;
  padding-right: 10px;
}
@media screen and (max-width: calc(992px - 1px)) {
  .immersive-images-component .item.left-image {
    padding: 0;
  }
}
.immersive-images-component .item.right-image {
  padding-top: 56px;
  padding-left: 10px;
}
@media screen and (max-width: calc(992px - 1px)) {
  .immersive-images-component .item.right-image {
    padding: 0;
  }
}
.immersive-images-component img {
  width: 100%;
  object-fit: cover;
  height: 350px;
}
@media only screen and (min-width: 768px) {
  .immersive-images-component img {
    height: 444px;
  }
}
.immersive-images-component .slick-active,
.immersive-images-component .slick-current,
.immersive-images-component .slick-slide {
  outline: none;
}
.immersive-images-component .slick-list {
  padding: 0 5% 0 0;
}
.featured-partners .brands-items {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .featured-partners .brands-items {
    margin-bottom: 0;
  }
}
.featured-partners .container {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 1024px) {
  .featured-partners .container {
    padding: 0 94px;
  }
}
.featured-partners .container .row.d-flex {
  justify-content: space-between;
  align-items: baseline;
}
.featured-partners h5.image-title {
  padding-bottom: 28px;
}
.featured-partners img.img-brand {
  padding-top: 28px;
  max-width: 90%;
  height: auto;
}
.featured-partners .brand-margin-top {
  margin-top: 6%;
}
.featured-brand-partners .container {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 1024px) {
  .featured-brand-partners .container {
    padding: 0 94px;
  }
}
.article-header-static-component {
  background-size: cover;
  background-position: center;
  height: calc(100vh - 72px);
  max-height: 710px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .article-header-static-component {
    height: calc(100vh - 88px);
  }
}
.article-header-static-component .container {
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .article-header-static-component .container {
    padding: 0 24px;
  }
}
.article-header-static-component h2 {
  color: #ffffff;
  font-family: "Diodrum Semibold";
  font-size: 42px;
  line-height: 48px;
}
@media only screen and (min-width: 576px) {
  .article-header-static-component h2 {
    font-size: 72px;
    line-height: 80px;
  }
}
.article-header-static-component h5 {
  color: #ffffff;
  font-family: "Diodrum SemiBold";
  margin-bottom: 15px;
}
.article-header-static-component .background-mobile {
  position: absolute;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.article-header-static-component .article-text {
  margin-left: 8.5vw;
  height: 75%;
}
@media only screen and (min-width: 576px) {
  .article-header-static-component .article-text {
    height: 100%;
  }
}
.article-header-static-component .article-text h2 {
  margin-bottom: 60px;
}
@keyframes fromTop {
  0% {
    top: -100px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
@keyframes fromBottom {
  0% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: -100px;
    opacity: 0;
  }
}
.component-navigation--logo .navigationShare.immersiveShare {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.component-navigation--logo.showShare .navigationShare.immersiveShare {
  display: block;
  width: 100%;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
}
.component-navigation--logo.showShare .navigationShare.immersiveShare #title {
  font-size: 15px;
}
.component-navigation--logo.showShare .navigationShare.immersiveShare #title:hover,
.component-navigation--logo.showShare .navigationShare.immersiveShare #title:active {
  text-decoration: none;
  color: #000000;
  box-shadow: 0 1px 0 #e4001c, inset 0 -7px 0 #ffffff;
}
.component-navigation--logo.showShare .navigationShare.immersiveShare .share-on a:active {
  opacity: .3;
}
.component-navigation--logo.showShare .hamburger,
.component-navigation--logo.showShare .search-icon,
.component-navigation--logo.showShare .navigation-logo {
  display: none;
}
.component-immersive-article-navigation {
  width: 100%;
  z-index: 95;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .component-immersive-article-navigation {
    margin-bottom: 0px;
  }
}
.component-immersive-article-navigation--pageinfo {
  display: none;
}
@media screen and (min-width: 1024px) {
  .component-immersive-article-navigation .container {
    display: block;
    height: 100%;
    position: relative;
  }
}
.component-immersive-article-navigation--contain {
  color: #212121;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .component-immersive-article-navigation--contain {
    width: 140px;
    position: absolute;
    right: 0;
  }
}
.component-immersive-article-navigation--contain-share {
  padding: 0 0 0 calc(16.87055477px);
  margin: 0 0;
  position: relative;
  display: inline-block;
}
.component-immersive-article-navigation--contain-share .share-on {
  display: none;
}
.component-immersive-article-navigation--contain-share .share-on a {
  font-size: 16px;
  line-height: 1;
  font-family: "Diodrum Regular", sans-serif;
  letter-spacing: -0.5px;
  text-decoration: none;
  cursor: pointer;
  color: #000;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .component-immersive-article-navigation--contain-share .share-on {
    visibility: hidden;
    position: absolute;
    top: 0;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 500ms;
    transition-timing-function: ease-in;
  }
  .component-immersive-article-navigation--contain-share .share-on a {
    margin-left: 25px;
  }
  .component-immersive-article-navigation--contain-share .share-on a i {
    font-size: 14px;
  }
  .component-immersive-article-navigation--contain-share .share-on a:hover i {
    opacity: 0.3;
  }
}
.component-immersive-article-navigation--contain-share:hover .share-off {
  opacity: 0;
}
.component-immersive-article-navigation--contain-share:hover .share-on {
  opacity: 1;
  visibility: visible;
}
.component-immersive-article-navigation.scroll-postop {
  z-index: 100;
  display: none;
  height: 88px;
  position: fixed;
  top: -100px;
  left: 0;
}
.component-immersive-article-navigation.scroll-postop.scroll-postop-in {
  top: 0;
  animation: fromTop 600ms ease;
}
.component-immersive-article-navigation.scroll-postop.scroll-postop-out {
  top: 0;
  animation: fromBottom 600ms ease 200ms;
}
@media screen and (min-width: 1024px) {
  .component-immersive-article-navigation.scroll-postop {
    display: block;
  }
  .component-immersive-article-navigation.scroll-postop .component--contain {
    height: 88px;
    position: relative;
    padding-left: 94px;
    padding-right: 94px;
  }
  .component-immersive-article-navigation.scroll-postop .component-immersive-article-navigation--pageinfo {
    display: block;
    position: absolute;
    top: 46px;
    transform: translateY(-50%);
    left: 94px;
  }
  .component-immersive-article-navigation.scroll-postop .component-immersive-article-navigation--pageinfo .title {
    font-family: "Diodrum Regular";
    font-size: calc(15px  - ( 2  * (1px - ((100vw -  1024px ) / 416 ))));
    display: inline-block;
    cursor: pointer;
  }
  .component-immersive-article-navigation.scroll-postop .component-immersive-article-navigation--pageinfo .title:hover,
  .component-immersive-article-navigation.scroll-postop .component-immersive-article-navigation--pageinfo .title:active {
    box-shadow: 0 1px 0 #e4001c, inset 0 -7px 0 #ffffff;
  }
  .component-immersive-article-navigation.scroll-postop .component-immersive-article-navigation--pageinfo .title > a {
    font-family: "Diodrum Medium";
    color: #000000;
    text-decoration: none;
  }
  .component-immersive-article-navigation.scroll-postop .component-immersive-article-navigation--pageinfo .title > a span {
    display: inline-block;
    padding-right: 30px;
  }
  .component-immersive-article-navigation.scroll-postop .component-immersive-article-navigation--pageinfo .title > a span:last-child {
    color: #8E8E8E;
    padding-right: 0px;
  }
  .component-immersive-article-navigation.scroll-postop .component-immersive-article-navigation--contain {
    position: absolute;
    right: 94px;
    width: auto;
    top: 46px;
    transform: translateY(-50%);
  }
  .component-immersive-article-navigation.scroll-postop .component-immersive-article-navigation--contain-overview,
  .component-immersive-article-navigation.scroll-postop .component-immersive-article-navigation--contain-share {
    display: inline-block;
    font-size: calc(14px  - ( 2  * (1px - ((100vw -  1024px ) / 416 ))));
  }
  .component-immersive-article-navigation.scroll-postop .component-immersive-article-navigation--contain-overview a,
  .component-immersive-article-navigation.scroll-postop .component-immersive-article-navigation--contain-share a {
    font-size: calc(14px  - ( 2  * (1px - ((100vw -  1024px ) / 416 ))));
  }
  .component-immersive-article-navigation.scroll-postop .component-immersive-article-navigation--contain-overview {
    padding-right: 18px;
  }
  .component-immersive-article-navigation.scroll-postop .component-immersive-article-navigation--contain-share {
    border-style: none none;
    padding: 0 15px 0 20px;
    margin: 0 0;
  }
  .component-immersive-article-navigation.scroll-postop .component-immersive-article-navigation--contain-share .share-on {
    position: relative;
    display: block;
    visibility: visible;
    opacity: 1;
    margin: 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .component-immersive-article-navigation.scroll-postop .component-immersive-article-navigation--pageinfo .title {
    font-size: 15px;
  }
  .component-immersive-article-navigation.scroll-postop .component-immersive-article-navigation--pageinfo .title:hover {
    box-shadow: 0 1px 0 #e4001c, inset 0 -7px 0 #ffffff;
  }
  .component-immersive-article-navigation.scroll-postop .component-immersive-article-navigation--contain-overview,
  .component-immersive-article-navigation.scroll-postop .component-immersive-article-navigation--contain-share {
    font-size: 14px;
  }
  .component-immersive-article-navigation.scroll-postop .component-immersive-article-navigation--contain-overview a,
  .component-immersive-article-navigation.scroll-postop .component-immersive-article-navigation--contain-share a {
    font-size: 14px;
  }
}
.immersive-brands-component .container {
  padding-right: 33px;
  padding-left: 33px;
}
@media screen and (min-width: 1024px) {
  .immersive-brands-component .container {
    padding-right: 94px;
    padding-left: 94px;
  }
}
.immersive-brands-component .imersive-brands-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}
.immersive-brands-component .imersive-brands-list li {
  margin: 0px 0px 31px;
  padding: 0 20px;
}
.immersive-brands-component .imersive-brands-list li a {
  display: block;
}
.immersive-brands-component .imersive-brands-list li img {
  max-width: 160px;
  height: 27px;
}
@media (max-width: 767px) {
  .immersive-brands-component .imersive-brands-list li img {
    max-width: 100%;
  }
}
.immersive-brands-component .imersive-brands-list li.break {
  padding: 0;
  margin: 0;
  display: none;
}
@media (min-width: 1200px) {
  .immersive-brands-component .imersive-brands-list li.break {
    flex-basis: 100%;
    display: block;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .immersive-brands-component .imersive-brands-list li {
    flex-basis: 33.33%;
  }
  .immersive-brands-component .imersive-brands-list li:nth-child(3),
  .immersive-brands-component .imersive-brands-list li:nth-child(3n + 1) {
    padding-right: 0;
  }
  .immersive-brands-component .imersive-brands-list li:nth-child(4),
  .immersive-brands-component .imersive-brands-list li:first-child,
  .immersive-brands-component .imersive-brands-list li:nth-child(3n + 2) {
    padding-left: 0;
  }
  .immersive-brands-component .imersive-brands-list li:nth-child(2),
  .immersive-brands-component .imersive-brands-list li:nth-child(5) {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .immersive-brands-component .imersive-brands-list li {
    flex-basis: 50%;
    padding: 0 20px 0 0px;
  }
  .immersive-brands-component .imersive-brands-list li:nth-child(2n+1),
  .immersive-brands-component .imersive-brands-list li:nth-child(2),
  .immersive-brands-component .imersive-brands-list li:nth-child(4) {
    padding: 0 0px 0 20px;
  }
  .immersive-brands-component .imersive-brands-list li:first-child,
  .immersive-brands-component .imersive-brands-list li:nth-child(3),
  .immersive-brands-component .imersive-brands-list li:nth-child(5) {
    padding: 0 20px 0 0px;
  }
}
@media (max-width: 767px) {
  .immersive-brands-component .imersive-brands-list {
    justify-content: left;
  }
}
/************************************************

   Image Carousel Component

************************************************/
/*Fix for slide peek, as decimal numbers broke the dots.*/
/*Card Carousel---------------------------------*/
/* Arrows ------------------------------------*/
/*WHITE/GREY CAROUSELS---------------------*/
/*LIGHT BLUE CAROUSELS------------------*/
/*MEDIUM BLUE CAROUSELS------------------*/
/*DARK BLUE CAROUSELS------------------*/
/*************************************
  Owl overwrite's
*************************************/
.dupont-water-card-carousal .carousal-title {
  font-family: "Diodrum Medium";
  margin: 0 !important;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -0.5px;
}
.dupont-water-card-carousal .owl-stage-outer {
  padding-left: 0!important;
}
.dupont-water-card-carousal .row {
  margin: 0;
}
.dupont-water-card-carousal .carousel-background {
  padding: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dupont-water-card-carousal .carousal-title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .dupont-water-card-carousal .carousal-title {
    font-size: 18px;
    line-height: 28px;
  }
}
.dupont-water-card-carousal .water-card-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 2rem;
}
.dupont-water-card-carousal .water-card-carousel .owl-stage-outer {
  max-width: 1440px;
  margin: 0 auto;
  overflow: visible;
}
.dupont-water-card-carousal .water-card-carousel .owl-dot:focus {
  outline: none;
}
.dupont-water-card-carousal .water-card-carousel .owl-dot.active span,
.dupont-water-card-carousal .water-card-carousel .owl-dot.active:hover span {
  background-color: #e4001c !important;
}
.dupont-water-card-carousal .water-card-carousel .owl-dot:hover span {
  background-color: #D6D6D6 !important;
}
.dupont-water-card-carousal .water-card-carousel .owl-dots {
  display: block !important;
}
.dupont-water-card-carousal .water-card-carousel .dashed-timeline,
.dupont-water-card-carousal .water-card-carousel .carousel-dots,
.dupont-water-card-carousal .water-card-carousel .owl-nav {
  display: none !important;
}
.dupont-water-card-carousal .water-card-carousel .card-image {
  z-index: 1;
}
.dupont-water-card-carousal .water-card-carousel .dashed-timeline {
  width: 778px;
  border: 1px dashed #e4001c;
  margin-top: 52px;
  float: left;
}
.dupont-water-card-carousal .water-card-carousel .carousel-dots {
  height: 12px;
  width: 12px;
  border: 3px solid #e4001c;
  position: relative;
  float: left;
  left: 369px;
  border-radius: 6px;
  background: #fff;
  top: -7px;
  cursor: pointer;
}
.dupont-water-card-carousal .water-card-carousel .card-view {
  width: 750px !important;
  float: left;
}
.dupont-water-card-carousal .water-card-carousel .owl-item {
  width: 750px !important;
}
.dupont-water-card-carousal .water-card-carousel .carousal-item-data {
  padding: 48px;
  border: 1px solid #e4001c;
}
.dupont-water-card-carousal .water-card-carousel .carousal-item-data h3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dupont-water-card-carousal .water-card-carousel .carousal-item-data,
.dupont-water-card-carousal .water-card-carousel .card-image {
  height: 498px;
  width: 375px;
  float: left;
  position: relative;
}
.dupont-water-card-carousal .water-card-carousel .headline {
  font-family: "Diodrum Medium";
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: -0.5px;
}
.dupont-water-card-carousal .water-card-carousel .red-separator {
  width: 40px;
  height: 1px;
  margin-top: 24px;
  background-color: #e4001c;
}
.dupont-water-card-carousal .water-card-carousel .carousal-text {
  height: 156px;
  font-family: "Noto Sans Regular";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  text-align: left;
  margin-top: 40px;
  letter-spacing: -0.1px;
}
.dupont-water-card-carousal .water-card-carousel .card-image {
  left: 1px;
}
.dupont-water-card-carousal .water-card-carousel .read-outer {
  display: table;
  bottom: 48px;
  position: absolute;
}
.dupont-water-card-carousal .water-card-carousel .read {
  font-family: "Diodrum Regular";
  letter-spacing: -0.5px;
  float: left;
  font-size: 16px;
  margin-right: 13px;
}
.dupont-water-card-carousal .water-card-carousel .small-arrow {
  font-size: 16px;
  line-height: 0;
}
.dupont-water-card-carousal .water-card-carousel .play_button {
  position: absolute;
  z-index: 1;
  height: 56px;
  width: 56px !important;
  top: 221px;
  left: 159.5px;
}
.dupont-water-card-carousal .water-card-carousel .card-image-bg {
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dupont-water-card-carousal .water-card-carousel .dashed-timeline {
    width: 643.16px;
    margin-top: 56px;
  }
  .dupont-water-card-carousal .water-card-carousel .carousel-dots {
    left: 300px;
  }
  .dupont-water-card-carousal .water-card-carousel .owl-item {
    width: 615.16px !important;
  }
  .dupont-water-card-carousal .water-card-carousel .carousal-item-data,
  .dupont-water-card-carousal .water-card-carousel .card-image {
    height: 553px;
    width: 306px;
    float: left;
  }
  .dupont-water-card-carousal .water-card-carousel .play_button {
    top: 248.5px;
    left: 125px;
  }
  .dupont-water-card-carousal .water-card-carousel .carousal-text {
    height: 208px;
    margin-top: 32px;
  }
  .dupont-water-card-carousal .water-card-carousel .read-outer {
    bottom: 40px;
  }
  .dupont-water-card-carousal .water-card-carousel .carousal-item-data {
    padding: 40px;
  }
  .dupont-water-card-carousal .water-card-carousel .red-separator {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dupont-water-card-carousal .water-card-carousel .dashed-timeline {
    width: 498px;
    margin-top: 47px;
  }
  .dupont-water-card-carousal .water-card-carousel .carousel-dots {
    left: 227px;
  }
  .dupont-water-card-carousal .water-card-carousel .owl-item {
    width: 470px !important;
  }
  .dupont-water-card-carousal .water-card-carousel .carousal-item-data,
  .dupont-water-card-carousal .water-card-carousel .card-image {
    height: 473px;
    width: 233px;
    float: left;
  }
  .dupont-water-card-carousal .water-card-carousel .play_button {
    top: 208.5px;
    left: 88.5px;
  }
  .dupont-water-card-carousal .water-card-carousel .carousal-item-data {
    padding: 32px;
  }
  .dupont-water-card-carousal .water-card-carousel .carousal-text {
    height: 216px;
    font-size: 14px;
    margin-top: 16px;
  }
  .dupont-water-card-carousal .water-card-carousel .read-outer {
    bottom: 32px;
  }
  .dupont-water-card-carousal .water-card-carousel .headline {
    font-size: 24px;
  }
  .dupont-water-card-carousal .water-card-carousel .red-separator {
    width: 24px;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .dupont-water-card-carousal .water-card-carousel .dashed-timeline {
    width: 283px;
  }
  .dupont-water-card-carousal .water-card-carousel .carousel-dots {
    left: 127.5px;
  }
  .dupont-water-card-carousal .water-card-carousel .owl-item {
    width: 255px !important;
  }
  .dupont-water-card-carousal .water-card-carousel .card-image {
    height: 240px;
    width: 255px;
    float: left;
  }
  .dupont-water-card-carousal .water-card-carousel .play_button {
    top: 92px;
    left: 99.5px;
  }
  .dupont-water-card-carousal .water-card-carousel .carousal-item-data {
    height: 360px;
    width: 255px;
    float: left;
  }
  .dupont-water-card-carousal .water-card-carousel .carousal-item-data {
    padding: 24px;
  }
  .dupont-water-card-carousal .water-card-carousel .carousal-text {
    height: 192px;
    font-size: 14px;
    margin-top: 12px;
  }
  .dupont-water-card-carousal .water-card-carousel .headline {
    font-size: 24px;
    overflow: hidden;
  }
  .dupont-water-card-carousal .water-card-carousel .red-separator {
    width: 16px;
    margin-top: 12px;
  }
  .dupont-water-card-carousal .water-card-carousel .read-outer {
    bottom: 24px;
  }
  .dupont-water-card-carousal .water-card-carousel .card-image {
    top: 1px;
    left: 0;
  }
}
.dupont-water-card-carousal .water-card-carousel .owl-stage {
  left: 0px !important;
  display: flex;
}
.dupont-water-card-carousal .water-card-carousel .owl-item {
  display: flex;
}
.dupont-water-card-carousal .water-card-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
}
.dupont-water-card-carousal .water-card-carousel .owl-nav button {
  margin: 0;
  padding: 0;
  line-height: 100% !important;
  height: 24px;
}
.dupont-water-card-carousal .water-card-carousel .owl-nav button:active {
  border: 0;
}
.dupont-water-card-carousal .water-card-carousel .owl-nav button:visited {
  border: 0;
}
.dupont-water-card-carousal .water-card-carousel .owl-nav button:link {
  border: 0;
}
.dupont-water-card-carousal .water-card-carousel .owl-nav button:focus {
  border: 0;
}
.dupont-water-card-carousal .water-card-carousel .owl-next {
  width: 16px;
  text-align: left;
  margin: 0;
}
.dupont-water-card-carousal .water-card-carousel .owl-prev {
  width: 16px;
  text-align: right;
  margin: 0;
}
.dupont-water-card-carousal .water-card-carousel .owl-dots {
  margin-top: -26px;
  pointer-events: none;
}
.dupont-water-card-carousal .water-card-carousel .owl-dots .owl-dot {
  pointer-events: auto;
}
.dupont-water-card-carousal .owl-carousel .owl-item img {
  width: 101%;
}
.dupont-water-card-carousal .owl-carousel .owl-item img.arrow-red {
  width: 16.5px;
  height: 7px;
  margin: 5px 0px 0px 0px;
}
.dupont-water-card-carousal .background-white svg {
  fill: #3495E8 !important;
}
.dupont-water-card-carousal .background-white .st0 {
  fill: #3495E8 !important;
}
.dupont-water-card-carousal .background-white .st1 {
  fill: #3495E8 !important;
}
.dupont-water-card-carousal .background-white .disabled svg {
  fill: #CCCFD3 !important;
}
.dupont-water-card-carousal .background-white .disabled .st1 {
  fill: #CCCFD3 !important;
}
.dupont-water-card-carousal .background-white .disabled .st0 {
  fill: #CCCFD3 !important;
}
.dupont-water-card-carousal .background-white .water-card-carousel .owl-dot.active span,
.dupont-water-card-carousal .background-white .card-carousel .owl-dot.active span {
  background: #3495E8 !important;
}
.dupont-water-card-carousal .background-white .water-card-carousel .owl-dot span,
.dupont-water-card-carousal .background-white .card-carousel .owl-dot span {
  background: #CCCFD3 !important;
}
.dupont-water-card-carousal .background-white .water-card-carousel .owl-dot:hover span,
.dupont-water-card-carousal .background-white .card-carousel .owl-dot:hover span {
  background: #3495E8 !important;
}
.dupont-water-card-carousal .background-grey svg {
  fill: #3495E8 !important;
}
.dupont-water-card-carousal .background-grey .st0 {
  fill: #3495E8 !important;
}
.dupont-water-card-carousal .background-grey .st1 {
  fill: #3495E8 !important;
}
.dupont-water-card-carousal .background-grey .water-card-carousel .owl-dot.active span {
  background: #3495E8 !important;
}
.dupont-water-card-carousal .background-grey .water-card-carousel .owl-dot span {
  background: #CCCFD3 !important;
}
.dupont-water-card-carousal .background-grey .water-card-carousel .owl-dot:hover span {
  background: #3495E8 !important;
}
.dupont-water-card-carousal .background-transparent svg {
  fill: #3495E8 !important;
}
.dupont-water-card-carousal .background-transparent .st0 {
  fill: #3495E8 !important;
}
.dupont-water-card-carousal .background-transparent .st1 {
  fill: #3495E8 !important;
}
.dupont-water-card-carousal .background-light-blue svg {
  fill: #fff !important;
}
.dupont-water-card-carousal .background-light-blue .st0 {
  fill: #fff !important;
}
.dupont-water-card-carousal .background-light-blue .st1 {
  fill: #fff !important;
}
.dupont-water-card-carousal .background-light-blue button.disabled svg {
  fill: #2b598c !important;
}
.dupont-water-card-carousal .background-light-blue button.disabled .st1 {
  fill: #2b598c !important;
}
.dupont-water-card-carousal .background-light-blue button.disabled .st0 {
  fill: #2b598c !important;
}
.dupont-water-card-carousal .background-light-blue .water-card-carousel .owl-dot.active span,
.dupont-water-card-carousal .background-light-blue .card-carousel .owl-dot.active span {
  background: #2b598c !important;
}
.dupont-water-card-carousal .background-light-blue .water-card-carousel .owl-dot span,
.dupont-water-card-carousal .background-light-blue .card-carousel .owl-dot span {
  background: #FFF !important;
}
.dupont-water-card-carousal .background-light-blue .water-card-carousel .owl-dot:hover span,
.dupont-water-card-carousal .background-light-blue .card-carousel .owl-dot:hover span {
  background: #2b598c !important;
}
.dupont-water-card-carousal .dark svg {
  fill: #fff !important;
}
.dupont-water-card-carousal .dark .st0 {
  fill: #fff !important;
}
.dupont-water-card-carousal .dark .st1 {
  fill: #fff !important;
}
.dupont-water-card-carousal .dark button.disabled svg {
  fill: #2b598c !important;
}
.dupont-water-card-carousal .dark button.disabled .st1 {
  fill: #2b598c !important;
}
.dupont-water-card-carousal .dark button.disabled .st0 {
  fill: #2b598c !important;
}
.dupont-water-card-carousal .dark .water-card-carousel .owl-dot.active span,
.dupont-water-card-carousal .dark .card-carousel .owl-dot.active span {
  background: #2b598c !important;
}
.dupont-water-card-carousal .dark .water-card-carousel .owl-dot span,
.dupont-water-card-carousal .dark .card-carousel .owl-dot span {
  background: #FFF !important;
}
.dupont-water-card-carousal .dark .water-card-carousel .owl-dot:hover span,
.dupont-water-card-carousal .dark .card-carousel .owl-dot:hover span {
  background: #2b598c !important;
}
.dupont-water-card-carousal .background-medium-blue svg {
  fill: #FFF !important;
}
.dupont-water-card-carousal .background-medium-blue .st0 {
  fill: #FFF !important;
}
.dupont-water-card-carousal .background-medium-blue .st1 {
  fill: #FFF !important;
}
.dupont-water-card-carousal .background-medium-blue button.disabled svg {
  fill: #102537 !important;
}
.dupont-water-card-carousal .background-medium-blue button.disabled .st1 {
  fill: #102537 !important;
}
.dupont-water-card-carousal .background-medium-blue button.disabled .st0 {
  fill: #102537 !important;
}
.dupont-water-card-carousal .background-medium-blue .water-card-carousel .owl-dot.active span,
.dupont-water-card-carousal .background-medium-blue .card-carousel .owl-dot.active span {
  background: #102537 !important;
}
.dupont-water-card-carousal .background-medium-blue .water-card-carousel .owl-dot span,
.dupont-water-card-carousal .background-medium-blue .card-carousel .owl-dot span {
  background: #FFF !important;
}
.dupont-water-card-carousal .background-medium-blue .water-card-carousel .owl-dot:hover span,
.dupont-water-card-carousal .background-medium-blue .card-carousel .owl-dot:hover span {
  background: #102537 !important;
}
.dupont-water-card-carousal .background-dark-blue svg {
  fill: #FFF !important;
}
.dupont-water-card-carousal .background-dark-blue .st0 {
  fill: #FFF !important;
}
.dupont-water-card-carousal .background-dark-blue .st1 {
  fill: #FFF !important;
}
.dupont-water-card-carousal .background-dark-blue button.disabled svg {
  fill: #2b598c !important;
}
.dupont-water-card-carousal .background-dark-blue button.disabled .st1 {
  fill: #2b598c !important;
}
.dupont-water-card-carousal .background-dark-blue button.disabled .st0 {
  fill: #2b598c !important;
}
.dupont-water-card-carousal .background-dark-blue .water-card-carousel .owl-dot.active span,
.dupont-water-card-carousal .background-dark-blue .card-carousel .owl-dot.active span {
  background: #2b598c !important;
}
.dupont-water-card-carousal .background-dark-blue .water-card-carousel .owl-dot span,
.dupont-water-card-carousal .background-dark-blue .card-carousel .owl-dot span {
  background: #FFF !important;
}
.dupont-water-card-carousal .background-dark-blue .water-card-carousel .owl-dot:hover span,
.dupont-water-card-carousal .background-dark-blue .card-carousel .owl-dot:hover span {
  background: #2b598c !important;
}
.dupont-water-card-carousal .light svg {
  fill: #FFF !important;
}
.dupont-water-card-carousal .light .st0 {
  fill: #FFF !important;
}
.dupont-water-card-carousal .light .st1 {
  fill: #FFF !important;
}
.dupont-water-card-carousal .light button.disabled svg {
  fill: #2b598c !important;
}
.dupont-water-card-carousal .light button.disabled .st1 {
  fill: #2b598c !important;
}
.dupont-water-card-carousal .light button.disabled .st0 {
  fill: #2b598c !important;
}
.dupont-water-card-carousal .light .water-card-carousel .owl-dot.active span,
.dupont-water-card-carousal .light .card-carousel .owl-dot.active span {
  background: #2b598c !important;
}
.dupont-water-card-carousal .light .water-card-carousel .owl-dot span,
.dupont-water-card-carousal .light .card-carousel .owl-dot span {
  background: #FFF !important;
}
.dupont-water-card-carousal .light .water-card-carousel .owl-dot:hover span,
.dupont-water-card-carousal .light .card-carousel .owl-dot:hover span {
  background: #2b598c !important;
}
.dupont-water-card-carousal .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}
.dupont-water-card-carousal .owl-item .card {
  width: 100%;
}
@media (min-width: 801px) {
  .dupont-water-card-carousal .owl-item .card {
    flex-basis: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 601px) {
  .dupont-water-card-carousal .water-card-carousel .owl-next,
  .dupont-water-card-carousal .card-carousel .owl-next {
    width: 33%;
    width: 35%;
  }
  .dupont-water-card-carousal .water-card-carousel .owl-prev,
  .dupont-water-card-carousal .card-carousel .owl-prev {
    width: 33%;
    width: 35%;
  }
  .dupont-water-card-carousal .owl-item .card {
    flex-basis: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.dupont-water-card-carousal .owl-stage-outer {
  padding-left: 94px!important;
}
@media screen and (max-width: 1023px) {
  .dupont-water-card-carousal .owl-stage-outer {
    padding-left: 33px!important;
  }
}
@supports (-ms-ime-align:auto) {
  .owl-stage {
    width: 2340px;
    transform: translate3d(-1560px, 0px, 0px);
  }
  @media (max-width: 1023px) {
    .owl-stage .carousal-item-data .carousal-text {
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
  }
}
/* new css */
:focus {
  outline: none;
}
.NewsCTitle .see_text a:hover {
  color: #e4001c;
}
.NewsCTitle .see_text a:after {
  content: "\279D";
  float: right;
  padding-left: 28px;
  font-size: 23px;
  position: relative;
  bottom: 10px;
}
.NewsCTitle:hover {
  color: #e4001c;
}
.NewsCTitle span.see_text a {
  font-family: Diodrum Regular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.NewsCTitle span.see_text a:hover,
.NewsCTitle span.red_link:hover {
  color: #e4001c;
  /* text-transform: capitalize; */
}
.NewsCTitle .news_title {
  padding-left: 25px;
}
#mixedSlider i.prev-slider {
  color: #212121;
  font-size: 25px;
  cursor: pointer;
}
#mixedSlider i.prev-slider:hover,
#mixedSlider i.prev-slider:focus,
#mixedSlider i.next-slider:hover,
#mixedSlider i.next-slider:focus {
  color: #e4001c;
}
#mixedSlider i.next-slider {
  color: #212121;
  padding-left: 56px;
  font-size: 25px;
  cursor: pointer;
}
.NewsCarcousal.small_text {
  font-family: Noto Sans Regular;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.55;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  padding-bottom: 5px;
}
.NewsCarcousal.heading_title h5 {
  font-family: Diodrum Regular;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: 0px;
  text-align: left;
  color: black;
  padding-bottom: 5px;
}
.NewsCarcousal .content_text {
  max-height: 100px;
  overflow: hidden;
  font-family: Noto Sans Regular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0px;
  text-align: left;
  color: #212121;
}
.NewsCarcousal .small_text {
  font-family: Noto Sans Regular;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.55;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
/*new css */
.parent-slide {
  padding: 15px;
}
.NewsCarcousal img {
  display: block;
  margin: auto;
}
.NewsCarcousal .dupont-card-carousal.aem-GridColumn.aem-GridColumn--default--12 {
  padding-bottom: 50px;
}
.NewsCarcousal .slick-slide > div {
  padding: 0px 51px;
}
.NewsCarcousal .MS-controls {
  text-align: center;
}
.NewsCarcousal .slick-prev:before {
  content: "←";
  color: gray;
  font-size: 25px;
}
.NewsCarcousal .slick-next:before {
  content: "→";
  color: gray;
  font-size: 25px;
}
.NewsCarcousal button.slick-next.slick-arrow {
  position: absolute;
  right: 51%;
  bottom: 0%;
  margin-bottom: 56px;
}
.NewsCarcousal .slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.NewsCarcousal .slick-prev:hover:before,
.NewsCarcousal .slick-prev:focus:before,
.NewsCarcousal .slick-next:hover:before,
.NewsCarcousal .slick-next:focus:before {
  color: #e4001c;
}
.NewsCarcousal button.slick-prev.slick-arrow {
  position: absolute;
  left: 42%;
  bottom: 0%;
  margin-bottm: 56px;
}
div .NewsCarcousal {
  padding-bottom: 65px;
}
.NewsCTitle h3.news_title {
  font-family: Diodrum Medium;
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: 0px;
  text-align: left;
  color: #000;
  display: inline-block;
  margin-bottom: 70px;
}
.NewsCarcousal .heading_title a h5 {
  font-family: Diodrum Regular;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: 0px;
  text-align: left;
  color: #000000;
  padding-bottom: 5px;
}
.main_news_title span.see_text a.red_link {
  padding-left: 16px;
  font-size: 20px;
  cursor: pointer;
}
.NewsCTitle span.see_text {
  display: inline;
  float: right;
  font-family: Diodrum Regular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
}
.container1 .main_news_title {
  margin-bottom: 56px;
  margin-top: 107px;
}
/*media queries started */
@media only screen and (min-width: 1200px) {
  .NewsCarcousal .heading_title a h5 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 85px;
    display: -webkit-box !important;
    overflow: hidden;
  }
  .NewsCarcousal .content_text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 75px;
    display: -webkit-box !important;
    overflow: hidden;
  }
  /*.NewsCTitle span.see_text { padding-right: 136px;}

.NewsCTitle .news_TItitle{padding-left: 117px;}
.NewsCarcousal .slick-slide:first-child{padding-left:0;}
.NewsCarcousal .slick-slide:last-child{padding-right: 0;border: none;}*/
}
@media (min-width: 599px) and (max-width: 1999px) {
  .NewsCarcousal .heading_title a h5 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 95px;
    display: -webkit-box !important;
    overflow: hidden;
  }
  .NewsCarcousal .content_text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 75px;
    display: -webkit-box !important;
    overflow: hidden;
  }
  .NewsCarcousal .slick-slide {
    border-right: 1px solid #dadada;
  }
}
@media only screen and (max-width: 600px) {
  /*.NewsCarcousal .slick-slide:first-child{padding-left:11px;}
.NewsCarcousal .slick-slide:last-child{padding-right: 11px;border: none;}
    .NewsCTitle .news_title{padding-left: 11px;}



.NewsCarcousal .slick-slide
{
    padding: 0px 11px;
    }*/
  div .NewsCarcousal {
    padding-bottom: 47px;
  }
  .NewsCarcousal .content_text {
    font-family: Noto Sans Regular;
    line-height: 1.36;
    letter-spacing: normal;
    color: #212121;
  }
  .NewsCarcousal .heading_title h5 {
    font-family: Diodrum Regular;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: black;
  }
  .NewsCarcousal .slick-slide:last-child {
    border: none;
  }
  .NewsCarcousal .slick-slide {
    border: none;
  }
  span.see_text {
    display: inline;
    float: right;
    font-family: Diodrum Medium;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.55;
    letter-spacing: normal;
    text-align: left;
  }
  .main_news_title h3.news_title {
    padding-bottom: 15px;
    font-family: Diodrum Medium;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: 0px;
    text-align: left;
    color: #000;
    display: inline-block;
    margin-bottom: 35px;
  }
  .NewsCarcousal .heading_title a h5 {
    font-family: Diodrum Regular;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: 0px;
    text-align: left;
    color: #000000;
    padding-bottom: 5px;
  }
  .NewsCarcousal button.slick-prev.slick-arrow {
    position: absolute;
    left: 30%;
    bottom: 0%;
    padding-bottom: 85px;
  }
  .MS-content.slider.slick-initialized.slick-slider {
    padding-left: 0px;
  }
  .NewsCarcousal button.slick-next.slick-arrow {
    position: absolute;
    right: 40%;
    bottom: 0%;
    padding-bottom: 85px;
  }
}
@media only screen and (max-width: 600px) and (max-width: 768px) {
  .main_news_title h3.news_title {
    padding-bottom: 0;
  }
}
.NewsCarcousal .item.slide.slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.NewsCarcousal {
  overflow: hidden;
}
.NewsCarcousal .slick-list {
  max-width: calc(1252px);
  margin: 0 auto;
  width: calc(100vw - (33px * 2));
  overflow: visible;
  padding: 10px 0px;
  margin: 0px auto;
}
@media screen and (min-width: 1024px) {
  .NewsCarcousal .slick-list {
    width: calc(100vw - (102.5px * 2));
  }
}
@media screen and (max-width: 959px) {
  .NewsCarcousal .slick-list {
    margin: 0 0 0 33px;
    width: calc(100vw - 33px);
  }
}
.NewsCarcousal .slick-list .slick-slide {
  padding-top: 10px;
}
.NewsCarcousal .slick-list .slick-slide:first-child > div {
  padding-left: 0px;
}
.NewsCarcousal .slick-list .slick-slide:last-child {
  border: 0;
}
.NewsCarcousal .slick-list .slick-slide:last-child > div {
  padding-right: 0px;
  border: 0;
}
.NewsCarousel_Title {
  max-width: calc(1252px);
  width: calc(100vw - (33px * 2));
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .NewsCarousel_Title {
    width: calc(100vw - (102.5px * 2));
  }
}
.NewsCarousel_Title .news_TItitle {
  padding-left: 0;
}
@media (max-width: 768px) {
  #mixedSlider {
    margin: 0 33px;
  }
  .NewsCarcousal .slick-list {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .NewsCarcousal .slick-list .slick-slide {
    border: 0;
    padding: 0;
  }
  .NewsCarcousal .slick-list .slick-slide > div {
    padding: 0;
    border: 0;
  }
}
.relatedVideos .list-block,
.relatedVideos .list-text,
.relatedVideos .list-image,
.relatedVideos .list-image img {
  height: 186px !important;
}
.relatedVideos .list-text {
  word-break: break-word;
  padding: 30px;
}
@media only screen and (max-width: 991px) {
  .relatedVideos .list-text {
    padding: 20px;
  }
}
.relatedVideos .play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px !important;
}
.list-image-text-container .container {
  padding-right: 33px;
  padding-left: 33px;
}
@media screen and (min-width: 1024px) {
  .list-image-text-container .container {
    padding-right: 94px;
    padding-left: 94px;
  }
}
.list-image-text-container .list-image-text-hdng h2 {
  padding: 0px 0px 55px 0px;
}
.list-image-text-container .list-image-text-hdng h3 {
  margin-bottom: 56px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .list-image-text-container .list-image-text-hdng h3 {
    margin-bottom: 48px;
  }
}
@media (max-width: 576px) {
  .list-image-text-container .list-image-text-hdng h3 {
    margin-bottom: 32px;
  }
}
.list-image-text-container .list-text-hdng h5 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-image-text-container .list-text-hdng h5 a:hover {
  color: #000;
}
.list-image-text-container .list-block,
.list-image-text-container .list-text,
.list-image-text-container .list-image {
  float: left;
}
.list-image-text-container .list-block {
  margin-bottom: 30px;
}
.list-image-text-container .list-block .list-image {
  padding: 0;
  height: 246px;
}
.list-image-text-container .list-block .list-image img {
  width: 100%;
  height: 246px;
}
.list-image-text-container .list-block .list-text {
  margin: 0;
  padding: 25px 30px 25px 30px;
  height: 246px;
  border: 1px solid #e1e1e1;
}
.list-image-text-container .list-block .list-text .divider {
  width: 24px;
  border-bottom: solid 1px #e4001c;
  margin: 0px;
}
.list-image-text-container .list-block .list-text .list-text-description {
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Noto Sans Regular;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  margin-top: 8px;
  letter-spacing: 0.5px;
  color: #606060;
}
.list-image-text-container .tertiery-CTA {
  text-align: left;
  position: absolute;
  margin-bottom: 0px;
  bottom: 10px;
}
.list-image-text-container .tertiery-CTA a {
  color: #000000;
  text-decoration: none;
  font-family: "Diodrum Regular";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.5px;
}
.list-image-text-container .tertiery-CTA a:hover {
  color: #e4001c;
}
.list-image-text-container .tertiery-CTA a:after {
  content: '→';
  margin-left: 8px;
}
.list-image-text-container .tertiery-CTA a span {
  padding: 0px 0px 0px 15px;
  color: #e4001c;
  font-size: 18px;
}
.list-image-text-container .tertiery-CTA a img {
  margin: -2px 0px 0px 13px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .list-image-text-container .list-image-text-hdng h1 {
    padding: 0;
    margin: 0px 0px 50px 0px;
    font-size: 32px;
  }
  .list-image-text-container .list-image-text-content .list-block {
    height: auto;
  }
  .list-image-text-container .list-image-text-content .list-block img {
    width: 343px;
    height: 193px;
  }
  .list-image-text-container .list-image-text-content .list-image {
    height: 193px !important;
  }
  .list-image-text-container .list-image-text-content .list-image img {
    height: 193px !important;
  }
  .list-image-text-container .list-image-text-content .list-text {
    height: 214px;
  }
  .list-image-text-container .list-image-text-content .tertiery-CTA {
    margin-top: 27.5px;
  }
}
@media only screen and (max-width: 767px) {
  .list-image-text-container .list-image-text-hdng h1 {
    padding: 0;
    margin: 0px 0px 30px 0px;
  }
  .list-image-text-container .list-image-text-content .list-block {
    display: block;
    margin: 0px 0px 30px 0px;
  }
  .list-image-text-container .list-image-text-content .list-block img {
    height: 172px;
  }
  .list-image-text-container .tertiery-CTA a img {
    margin: 0px 0px 0px 13px;
  }
}
/**  Actual  **/
/************************************************

   Image Carousel Component

************************************************/
/*Fix for slide peek, as decimal numbers broke the dots.*/
/*Card Carousel---------------------------------*/
/* Arrows ------------------------------------*/
/*WHITE/GREY CAROUSELS---------------------*/
/*LIGHT BLUE CAROUSELS------------------*/
/*MEDIUM BLUE CAROUSELS------------------*/
/*DARK BLUE CAROUSELS------------------*/
/*************************************
  Owl overwrite's
*************************************/
.dupont-water-rt-card-carousal {
  overflow: hidden;
}
.dupont-water-rt-card-carousal .container {
  padding-right: 33px;
  padding-left: 33px;
}
@media screen and (min-width: 1024px) {
  .dupont-water-rt-card-carousal .container {
    padding-right: 94px;
    padding-left: 94px;
  }
}
.dupont-water-rt-card-carousal h2,
.dupont-water-rt-card-carousal .carousal-desc {
  margin-bottom: 56px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dupont-water-rt-card-carousal h2,
  .dupont-water-rt-card-carousal .carousal-desc {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .dupont-water-rt-card-carousal h2,
  .dupont-water-rt-card-carousal .carousal-desc {
    margin-bottom: 32px;
  }
}
.dupont-water-rt-card-carousal .carousal-title {
  font-family: "Diodrum Medium";
  margin-bottom: 24px;
  padding-left: 0px;
  padding-right: 0px;
}
.dupont-water-rt-card-carousal .carousal-desc {
  font-family: "Noto Sans Regular";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: -0.1px;
}
.dupont-water-rt-card-carousal .row {
  margin: 0;
}
.dupont-water-rt-card-carousal .owl-dots,
.dupont-water-rt-card-carousal .owl-nav {
  display: none !important;
}
.dupont-water-rt-card-carousal .carousal-title-main {
  font-size: 42px;
  font-family: "Diodrum Medium" !important;
  margin-bottom: 56px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dupont-water-rt-card-carousal .carousal-title {
    font-size: 24px;
    margin-bottom: 16px;
    margin-left: 0px !important;
  }
  .dupont-water-rt-card-carousal .carousal-title-main {
    font-size: 32px;
    margin-bottom: 48px;
  }
  .dupont-water-rt-card-carousal .carousal-desc {
    font-size: 14px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .dupont-water-rt-card-carousal .carousal-title {
    margin-left: 0px !important;
    font-size: 24px;
  }
  .dupont-water-rt-card-carousal .carousal-title-main {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .dupont-water-rt-card-carousal .carousal-desc {
    margin-left: 0px;
    font-size: 14px;
  }
}
.dupont-water-rt-card-carousal .slider-nav {
  width: 100%;
  padding-right: 171.7px;
  margin: 25px auto;
  max-width: 1440px;
}
.dupont-water-rt-card-carousal .slider-nav button {
  background: transparent;
  border: 0;
}
.dupont-water-rt-card-carousal .slider-nav span {
  font-size: 36px;
}
.dupont-water-rt-card-carousal .slider-nav .slider-next,
.dupont-water-rt-card-carousal .slider-nav .slider-prev {
  width: 36px;
  float: right;
  cursor: pointer;
}
.dupont-water-rt-card-carousal .slider-nav .slider-next:focus,
.dupont-water-rt-card-carousal .slider-nav .slider-prev:focus {
  outline: none;
}
.dupont-water-rt-card-carousal .slider-nav .slider-next.disabled,
.dupont-water-rt-card-carousal .slider-nav .slider-prev.disabled {
  cursor: default;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dupont-water-rt-card-carousal .slider-nav {
    padding-right: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dupont-water-rt-card-carousal .slider-nav {
    padding-right: 114px;
  }
}
@media only screen and (max-width: 767px) {
  .dupont-water-rt-card-carousal .slider-nav {
    padding-right: 48px;
  }
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel {
  margin: 0 auto;
  max-width: 1440px;
  overflow: visible;
  position: relative;
  width: 100%;
  margin-top: 0px;
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .owl-stage-outer {
  max-width: 1440px !important;
  overflow: visible;
  margin: 0 94px;
}
@media only screen and (max-width: 1023px) {
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .owl-stage-outer {
    margin: 0 33px;
  }
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .dashed-timeline {
  width: 778px;
  border: 1px dashed #e4001c;
  margin-top: 52px;
  float: left;
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .carousel-dots {
  height: 12px;
  width: 12px;
  border: 3px solid #e4001c;
  position: relative;
  float: left;
  left: 369px;
  border-radius: 6px;
  background: #fff;
  top: -7px;
  cursor: pointer;
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .card-view {
  border: 0.9px solid #e1e1e1;
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .card-view,
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .owl-item {
  width: 360px;
  height: 468px;
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .carousal-item-data {
  padding: 18.8px 32px;
  float: left;
  height: 268px;
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .card-image {
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  transform: rotate(-360deg);
  border: 0.9px solid #e1e1e1;
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .card-image-bg,
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .card-image,
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .card-image img {
  height: 200px;
  width: 357.7px;
  float: left;
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .headline {
  font-family: "Diodrum Regular";
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: -0.5px;
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .red-separator {
  width: 30px;
  height: 1px;
  margin-top: 8px;
  background-color: #e4001c;
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .carousal-text {
  font-family: "Noto Sans Regular";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  margin-top: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: -0.1px;
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .read-outer {
  position: absolute;
  bottom: 29.5px;
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel a.cust-arrow::after {
  content: '→';
  margin-left: 8px;
  position: relative;
  top: -1px;
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel a.cust-arrow:hover {
  color: #e4001c;
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .read {
  font-size: 16px;
  font-family: "Diodrum Regular";
  letter-spacing: -0.5px;
  float: left;
  margin-right: 13px;
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .small-arrow {
  width: 16.5px !important;
  height: auto;
  vertical-align: middle;
  float: left;
  line-height: 0;
  margin: 4px 0;
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .video__preview-play {
  position: relative;
  z-index: 1;
  height: 56px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .dashed-timeline {
    width: 643.16px;
    margin-top: 56px;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .carousel-dots {
    left: 300px;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .card-view,
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .owl-item {
    width: 293.2px;
    height: 447px;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .card-image-bg {
    height: 163.5px;
    width: 291.2px;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .card-image,
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .card-image img {
    height: 163.5px;
    width: 291.2px;
    float: left;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .carousal-text {
    line-height: 2;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .carousal-item-data {
    padding: 15px 26.1px 24px 26.1px;
    height: 283.5px;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .red-separator {
    margin-top: 4.1px;
    width: 24.4px;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .read-outer {
    bottom: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .carousal-title {
    margin-left: 0px !important;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .dashed-timeline {
    width: 498px;
    margin-top: 47px;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .carousel-dots {
    left: 227px;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .card-view,
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .owl-item {
    width: 219.8px;
    height: 411px;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .card-image-bg {
    height: 122.2px;
    width: 218.3px;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .card-image,
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .card-image img {
    height: 122.2px;
    width: 218.3px;
    float: left;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .carousal-item-data {
    padding: 11.5px 19.5px 18px 19.5px;
    height: 288.8px;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .carousal-text {
    font-size: 12px;
    margin-top: 6px;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .headline {
    line-height: 1.4;
    font-size: 20px;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .red-separator {
    width: 18.3px;
    margin-top: 20px;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .read-outer {
    bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .carousal-title {
    margin-left: 0px !important;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .dashed-timeline {
    width: 283px;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .carousel-dots {
    left: 127.5px;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .card-view,
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .owl-item {
    width: 219.8px;
    height: 411px;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .card-image-bg {
    height: 122.2px;
    width: 218.3px;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .card-image,
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .card-image img {
    height: 122.2px;
    width: 218.3px;
    float: left;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .carousal-item-data {
    padding: 11.7px 19.5px 18px 19.5px;
    height: 288.8px;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .carousal-text {
    font-size: 12px;
    margin-top: 6px;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .headline {
    font-size: 20px;
    line-height: 1.4;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .red-separator {
    width: 18.3px;
    margin-top: 1.2px;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .read-outer {
    bottom: 18px;
  }
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .owl-stage {
  left: 0px;
  display: flex;
  padding-left: 0px !important;
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .owl-item {
  display: flex;
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .owl-nav button {
  margin: 0;
  padding: 0;
  line-height: 100% !important;
  height: 24px;
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .owl-nav button:active {
  border: 0;
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .owl-nav button:visited {
  border: 0;
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .owl-nav button:link {
  border: 0;
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .owl-nav button:focus {
  border: 0;
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .owl-next {
  width: 16px;
  text-align: left;
  margin: 0;
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .owl-prev {
  width: 16px;
  text-align: right;
  margin: 0;
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .owl-dots {
  margin-top: -26px;
  pointer-events: none;
}
.dupont-water-rt-card-carousal .water-card-rt-view-carousel .owl-dots .owl-dot {
  pointer-events: auto;
}
.dupont-water-rt-card-carousal .background-white svg {
  fill: #3495E8 !important;
}
.dupont-water-rt-card-carousal .background-white .st0 {
  fill: #3495E8 !important;
}
.dupont-water-rt-card-carousal .background-white .st1 {
  fill: #3495E8 !important;
}
.dupont-water-rt-card-carousal .background-white .disabled svg {
  fill: #CCCFD3 !important;
}
.dupont-water-rt-card-carousal .background-white .disabled .st1 {
  fill: #CCCFD3 !important;
}
.dupont-water-rt-card-carousal .background-white .disabled .st0 {
  fill: #CCCFD3 !important;
}
.dupont-water-rt-card-carousal .background-white .water-card-rt-view-carousel .owl-dot.active span,
.dupont-water-rt-card-carousal .background-white .water-card-carousel .owl-dot.active span,
.dupont-water-rt-card-carousal .background-white .card-carousel .owl-dot.active span {
  background: #3495E8 !important;
}
.dupont-water-rt-card-carousal .background-white .water-card-rt-view-carousel .owl-dot span,
.dupont-water-rt-card-carousal .background-white .water-card-carousel .owl-dot span,
.dupont-water-rt-card-carousal .background-white .card-carousel .owl-dot span {
  background: #CCCFD3 !important;
}
.dupont-water-rt-card-carousal .background-white .water-card-rt-view-carousel .owl-dot:hover span,
.dupont-water-rt-card-carousal .background-white .water-card-carousel .owl-dot:hover span,
.dupont-water-rt-card-carousal .background-white .card-carousel .owl-dot:hover span {
  background: #3495E8 !important;
}
.dupont-water-rt-card-carousal .background-grey svg {
  fill: #3495E8 !important;
}
.dupont-water-rt-card-carousal .background-grey .st0 {
  fill: #3495E8 !important;
}
.dupont-water-rt-card-carousal .background-grey .st1 {
  fill: #3495E8 !important;
}
.dupont-water-rt-card-carousal .background-grey .water-card-rt-view-carousel .owl-dot.active span,
.dupont-water-rt-card-carousal .background-grey .water-card-carousel .owl-dot.active span {
  background: #3495E8 !important;
}
.dupont-water-rt-card-carousal .background-grey .water-card-rt-view-carousel .owl-dot span,
.dupont-water-rt-card-carousal .background-grey .water-card-carousel .owl-dot span {
  background: #CCCFD3 !important;
}
.dupont-water-rt-card-carousal .background-grey .water-card-rt-view-carousel .owl-dot:hover span,
.dupont-water-rt-card-carousal .background-grey .water-card-carousel .owl-dot:hover span {
  background: #3495E8 !important;
}
.dupont-water-rt-card-carousal .background-transparent svg {
  fill: #3495E8 !important;
}
.dupont-water-rt-card-carousal .background-transparent .st0 {
  fill: #3495E8 !important;
}
.dupont-water-rt-card-carousal .background-transparent .st1 {
  fill: #3495E8 !important;
}
.dupont-water-rt-card-carousal .background-light-blue svg {
  fill: #fff !important;
}
.dupont-water-rt-card-carousal .background-light-blue .st0 {
  fill: #fff !important;
}
.dupont-water-rt-card-carousal .background-light-blue .st1 {
  fill: #fff !important;
}
.dupont-water-rt-card-carousal .background-light-blue button.disabled svg {
  fill: #2b598c !important;
}
.dupont-water-rt-card-carousal .background-light-blue button.disabled .st1 {
  fill: #2b598c !important;
}
.dupont-water-rt-card-carousal .background-light-blue button.disabled .st0 {
  fill: #2b598c !important;
}
.dupont-water-rt-card-carousal .background-light-blue .water-card-rt-view-carousel .owl-dot.active span,
.dupont-water-rt-card-carousal .background-light-blue .water-card-carousel .owl-dot.active span,
.dupont-water-rt-card-carousal .background-light-blue .card-carousel .owl-dot.active span {
  background: #2b598c !important;
}
.dupont-water-rt-card-carousal .background-light-blue .water-card-rt-view-carousel .owl-dot span,
.dupont-water-rt-card-carousal .background-light-blue .water-card-carousel .owl-dot span,
.dupont-water-rt-card-carousal .background-light-blue .card-carousel .owl-dot span {
  background: #FFF !important;
}
.dupont-water-rt-card-carousal .background-light-blue .water-card-rt-view-carousel .owl-dot:hover span,
.dupont-water-rt-card-carousal .background-light-blue .water-card-carousel .owl-dot:hover span,
.dupont-water-rt-card-carousal .background-light-blue .card-carousel .owl-dot:hover span {
  background: #2b598c !important;
}
.dupont-water-rt-card-carousal .dark svg {
  fill: #fff !important;
}
.dupont-water-rt-card-carousal .dark .st0 {
  fill: #fff !important;
}
.dupont-water-rt-card-carousal .dark .st1 {
  fill: #fff !important;
}
.dupont-water-rt-card-carousal .dark button.disabled svg {
  fill: #2b598c !important;
}
.dupont-water-rt-card-carousal .dark button.disabled .st1 {
  fill: #2b598c !important;
}
.dupont-water-rt-card-carousal .dark button.disabled .st0 {
  fill: #2b598c !important;
}
.dupont-water-rt-card-carousal .dark .water-card-rt-view-carousel .owl-dot.active span,
.dupont-water-rt-card-carousal .dark .water-card-carousel .owl-dot.active span,
.dupont-water-rt-card-carousal .dark .card-carousel .owl-dot.active span {
  background: #2b598c !important;
}
.dupont-water-rt-card-carousal .dark .water-card-rt-view-carousel .owl-dot span,
.dupont-water-rt-card-carousal .dark .water-card-carousel .owl-dot span,
.dupont-water-rt-card-carousal .dark .card-carousel .owl-dot span {
  background: #FFF !important;
}
.dupont-water-rt-card-carousal .dark .water-card-rt-view-carousel .owl-dot:hover span,
.dupont-water-rt-card-carousal .dark .water-card-carousel .owl-dot:hover span,
.dupont-water-rt-card-carousal .dark .card-carousel .owl-dot:hover span {
  background: #2b598c !important;
}
.dupont-water-rt-card-carousal .background-medium-blue svg {
  fill: #FFF !important;
}
.dupont-water-rt-card-carousal .background-medium-blue .st0 {
  fill: #FFF !important;
}
.dupont-water-rt-card-carousal .background-medium-blue .st1 {
  fill: #FFF !important;
}
.dupont-water-rt-card-carousal .background-medium-blue button.disabled svg {
  fill: #102537 !important;
}
.dupont-water-rt-card-carousal .background-medium-blue button.disabled .st1 {
  fill: #102537 !important;
}
.dupont-water-rt-card-carousal .background-medium-blue button.disabled .st0 {
  fill: #102537 !important;
}
.dupont-water-rt-card-carousal .background-medium-blue .water-card-rt-view-carousel .owl-dot.active span,
.dupont-water-rt-card-carousal .background-medium-blue .water-card-carousel .owl-dot.active span,
.dupont-water-rt-card-carousal .background-medium-blue .card-carousel .owl-dot.active span {
  background: #102537 !important;
}
.dupont-water-rt-card-carousal .background-medium-blue .water-card-rt-view-carousel .owl-dot span,
.dupont-water-rt-card-carousal .background-medium-blue .water-card-carousel .owl-dot span,
.dupont-water-rt-card-carousal .background-medium-blue .card-carousel .owl-dot span {
  background: #FFF !important;
}
.dupont-water-rt-card-carousal .background-medium-blue .water-card-rt-view-carousel .owl-dot:hover span,
.dupont-water-rt-card-carousal .background-medium-blue .water-card-carousel .owl-dot:hover span,
.dupont-water-rt-card-carousal .background-medium-blue .card-carousel .owl-dot:hover span {
  background: #102537 !important;
}
.dupont-water-rt-card-carousal .background-dark-blue svg {
  fill: #FFF !important;
}
.dupont-water-rt-card-carousal .background-dark-blue .st0 {
  fill: #FFF !important;
}
.dupont-water-rt-card-carousal .background-dark-blue .st1 {
  fill: #FFF !important;
}
.dupont-water-rt-card-carousal .background-dark-blue button.disabled svg {
  fill: #2b598c !important;
}
.dupont-water-rt-card-carousal .background-dark-blue button.disabled .st1 {
  fill: #2b598c !important;
}
.dupont-water-rt-card-carousal .background-dark-blue button.disabled .st0 {
  fill: #2b598c !important;
}
.dupont-water-rt-card-carousal .background-dark-blue .water-card-rt-view-carousel .owl-dot.active span,
.dupont-water-rt-card-carousal .background-dark-blue .water-card-carousel .owl-dot.active span,
.dupont-water-rt-card-carousal .background-dark-blue .card-carousel .owl-dot.active span {
  background: #2b598c !important;
}
.dupont-water-rt-card-carousal .background-dark-blue .water-card-rt-view-carousel .owl-dot span,
.dupont-water-rt-card-carousal .background-dark-blue .water-card-carousel .owl-dot span,
.dupont-water-rt-card-carousal .background-dark-blue .card-carousel .owl-dot span {
  background: #FFF !important;
}
.dupont-water-rt-card-carousal .background-dark-blue .water-card-rt-view-carousel .owl-dot:hover span,
.dupont-water-rt-card-carousal .background-dark-blue .water-card-carousel .owl-dot:hover span,
.dupont-water-rt-card-carousal .background-dark-blue .card-carousel .owl-dot:hover span {
  background: #2b598c !important;
}
.dupont-water-rt-card-carousal .light svg {
  fill: #FFF !important;
}
.dupont-water-rt-card-carousal .light .st0 {
  fill: #FFF !important;
}
.dupont-water-rt-card-carousal .light .st1 {
  fill: #FFF !important;
}
.dupont-water-rt-card-carousal .light button.disabled svg {
  fill: #2b598c !important;
}
.dupont-water-rt-card-carousal .light button.disabled .st1 {
  fill: #2b598c !important;
}
.dupont-water-rt-card-carousal .light button.disabled .st0 {
  fill: #2b598c !important;
}
.dupont-water-rt-card-carousal .light .water-card-rt-view-carousel .owl-dot.active span,
.dupont-water-rt-card-carousal .light .water-card-carousel .owl-dot.active span,
.dupont-water-rt-card-carousal .light .card-carousel .owl-dot.active span {
  background: #2b598c !important;
}
.dupont-water-rt-card-carousal .light .water-card-rt-view-carousel .owl-dot span,
.dupont-water-rt-card-carousal .light .water-card-carousel .owl-dot span,
.dupont-water-rt-card-carousal .light .card-carousel .owl-dot span {
  background: #FFF !important;
}
.dupont-water-rt-card-carousal .light .water-card-rt-view-carousel .owl-dot:hover span,
.dupont-water-rt-card-carousal .light .water-card-carousel .owl-dot:hover span,
.dupont-water-rt-card-carousal .light .card-carousel .owl-dot:hover span {
  background: #2b598c !important;
}
.dupont-water-rt-card-carousal .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}
.dupont-water-rt-card-carousal .owl-item .card {
  width: 100%;
}
@media (min-width: 351px) {
  .dupont-water-rt-card-carousal .carousel-background {
    padding: 20px 0px;
  }
}
@media (min-width: 801px) {
  .dupont-water-rt-card-carousal .water-card-carousel .owl-stage,
  .dupont-water-rt-card-carousal .card-carousel .owl-stage {
    left: -20px;
  }
  .dupont-water-rt-card-carousal .owl-item .card {
    flex-basis: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 601px) {
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .owl-next,
  .dupont-water-rt-card-carousal .water-card-carousel .owl-next,
  .dupont-water-rt-card-carousal .card-carousel .owl-next {
    width: 33%;
    width: 35%;
  }
  .dupont-water-rt-card-carousal .water-card-rt-view-carousel .owl-prev,
  .dupont-water-rt-card-carousal .water-card-carousel .owl-prev,
  .dupont-water-rt-card-carousal .card-carousel .owl-prev {
    width: 33%;
    width: 35%;
  }
  .dupont-water-rt-card-carousal .owl-item .card {
    flex-basis: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.water-download-share.container {
  padding-right: 33px;
  padding-left: 33px;
}
@media screen and (min-width: 1024px) {
  .water-download-share.container {
    padding-right: 94px;
    padding-left: 94px;
  }
}
@media (max-width: 767px) {
  .water-download-share .share-component {
    margin-left: 0;
    margin-right: 0;
  }
}
.water-download-share .share-component .ds-item {
  padding: 0 15px;
}
.water-download-share .share-component .head {
  line-height: 24px;
  font-size: 18px;
  font-family: "Diodrum Semibold";
  display: block;
}
.water-download-share .share-component .actionimg a:hover svg * {
  stroke: #6dd8cd;
}
.water-download-share .share-component .actionimg a:hover .head {
  color: #6dd8cd !important;
}
.water-download-share .share-component .actionimg img,
.water-download-share .share-component .actionimg svg {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent !important;
  border-radius: 50px;
  position: absolute;
  top: 0;
}
.water-download-share .share-component .action-content {
  margin-left: 40px;
  padding-left: 15px;
}
.water-download-share .share-component > .ds-item {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .water-download-share .share-component .actionimg img,
  .water-download-share .share-component .actionimg svg {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .water-download-share .share-component .ds-item {
    padding: 0px !important;
  }
  .water-download-share .share-component .ds-item:not(:first-child) {
    margin-top: 24px !important;
  }
  .water-download-share .share-component .body2 {
    font-size: 12px !important;
    line-height: 24px !important;
  }
  .water-download-share .share-component .action-content {
    margin-left: 32px;
  }
}
.downloadshare.default_hover_effect .water-download-share .actionimg a:hover svg * {
  stroke: #0C5B4E;
}
.downloadshare.default_hover_effect .water-download-share .actionimg a:hover .head {
  color: #0C5B4E !important;
}
.component-link-description {
  font-family: "Noto Sans Regular";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}
.component-link-description:hover svg * {
  stroke: #0C5B4E;
}
.component-link-description:hover .ldLink p,
.component-link-description:hover .ldLink p span,
.component-link-description:hover .ldLink span {
  color: #0C5B4E !important;
}
.component-link-description .ldIcon {
  width: 40px;
  float: left;
  margin-right: 17px;
  margin-left: 17px;
}
.component-link-description .ldParent {
  float: left;
}
.component-link-description .ldLink {
  width: 100%;
  float: left;
  font-size: 18px;
  line-height: 1.33;
  font-family: "Diodrum Semibold";
}
.component-link-description .ldLink p {
  margin-bottom: 7.5px;
  padding: 0;
}
.component-link-description .ldLink p span {
  font-family: "Diodrum Semibold";
}
.component-link-description .ldParent {
  width: calc(100% - 74px);
}
.component-link-description .ldDesc,
.component-link-description .ldDesc p {
  font-family: "Noto Sans Regular";
  font-size: 14.53px;
  line-height: 1.71;
}
.component-link-description .ldLink,
.component-link-description .ldDesc {
  width: auto;
  margin-right: 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .component-link-description .ldLink,
  .component-link-description .ldDesc {
    width: auto;
  }
}
@media (max-width: 991px) {
  .component-link-description .ldLink,
  .component-link-description .ldDesc {
    width: 100%;
  }
  .component-link-description .ldIcon {
    width: 32px;
    margin-top: 0 !important;
  }
  .component-link-description .ldLink,
  .component-link-description a {
    font-size: 14px;
    line-height: 1.43;
  }
  .component-link-description .ldDesc {
    font-size: 12px;
    line-height: 2;
  }
}
@media only screen and (min-width: 651px) and (max-width: 767px) {
  .component-link-description .ldIcon {
    width: 32px;
    margin-top: 0px !important;
  }
  .component-link-description .ldParent {
    width: calc(100% - 66px);
  }
}
@media only screen and (max-width: 650px) {
  .component-link-description .ldIcon {
    margin-top: 0 !important;
    margin-left: 0px !important;
  }
  .component-link-description .ldLink {
    float: left;
    width: 100%;
  }
  .component-link-description .ldParent {
    width: calc(100% - 49px);
  }
}
@media only screen and (max-width: 650px) {
  .ldContainer {
    padding-left: 0 !important;
  }
}
.red-border .component-link-description {
  width: 100%;
  float: left;
  border: 1px solid #e4001c;
  border-radius: 3px;
  padding: 12px;
  position: relative;
}
@media (min-width: 481px) and (max-width: 767px) {
  .red-border .component-link-description {
    max-width: 220px;
  }
}
.red-border .component-link-description a {
  font-weight: normal;
}
.red-border .component-link-description .ldIcon {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .red-border .component-link-description .ldIcon {
    width: 32px;
  }
}
.red-border .component-link-description .ldParent {
  position: absolute;
  top: 50%;
  left: 52px;
  padding: 0 12px;
  transform: translate(0, -50%);
  width: calc(66%);
}
@media (min-width: 1023px) {
  .red-border .component-link-description .ldParent {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 650px) {
  .red-border .component-link-description .ldParent {
    left: 44px;
  }
}
.red-border .component-link-description p {
  margin: 0;
}
.red-border .component-link-description .body1 {
  line-height: 20px;
}
.grey-background .component-link-description {
  float: left;
  background-color: rgba(225, 225, 225, 0.2);
  padding: 12px;
}
.grey-background .component-link-description .ldParent {
  padding: 0;
  left: 64px;
}
@media (max-width: 991px) {
  .grey-background .component-link-description .ldParent {
    left: 48px;
  }
}
.grey-background .component-link-description .ldIcon {
  margin-right: 12px;
}
@media (max-width: 991px) {
  .grey-background .component-link-description .ldIcon {
    width: 24px;
  }
}
.grey-background .component-link-description .ldLink,
.grey-background .component-link-description a {
  margin: 0 !important;
}
.grey-background .component-link-description .ldLink p,
.grey-background .component-link-description a p,
.grey-background .component-link-description .ldLink p span,
.grey-background .component-link-description a p span {
  font-family: "Noto Sans Regular" !important;
  font-size: 16px !important;
  line-height: 20px;
  letter-spacing: -0.1px;
}
@media (max-width: 991px) {
  .grey-background .component-link-description .ldLink p,
  .grey-background .component-link-description a p,
  .grey-background .component-link-description .ldLink p span,
  .grey-background .component-link-description a p span {
    font-size: 14px !important;
    line-height: 18px;
  }
}
.grey-background .component-link-description:hover {
  background-color: #ffffff;
}
.grey-background .component-link-description:hover svg * {
  stroke: #e4001c;
}
.grey-background .component-link-description:hover .ldLink {
  width: 100%;
  margin: 0 !important;
}
.grey-background .component-link-description:hover .ldLink p,
.grey-background .component-link-description:hover .ldLink p span,
.grey-background .component-link-description:hover .ldLink span {
  color: #000 !important;
}
@media (max-width: 650px) {
  .show-in-desktop-tablet {
    display: none !important;
  }
}
@media (min-width: 651px) {
  .show-in-desktop-tablet {
    display: block !important;
  }
}
.show-in-mobile-only .component-link-description {
  max-width: 263px;
}
@media (max-width: 650px) {
  .show-in-mobile-only {
    display: block !important;
  }
}
@media (min-width: 651px) {
  .show-in-mobile-only {
    display: none !important;
  }
}
.component-link-description:hover a svg *,
.component-link-description:hover a span {
  color: #0C5B4E !important;
  stroke: #0C5B4E;
}
.heroVideo .container {
  padding-right: 33px;
  padding-left: 33px;
}
@media screen and (min-width: 1024px) {
  .heroVideo .container {
    padding-right: 94px;
    padding-left: 94px;
  }
}
.heroVideo video {
  margin: 0 auto;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 520px;
  object-fit: cover;
  transition: 1s opacity;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heroVideo video {
    height: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .heroVideo video {
    height: 440px;
  }
}
@media only screen and (max-width: 767px) {
  .heroVideo video {
    height: 320px;
  }
}
.heroVideo .heroImage-Text h1 {
  font-size: 42px !important;
  line-height: 46px !important;
}
@media only screen and (max-width: 767px) {
  .heroVideo .heroImage-Text h1 {
    font-size: 32px !important;
    line-height: 36px !important;
  }
}
@supports (-ms-ime-align: auto) {
  .heroVideo video {
    height: auto;
  }
}
.component-locations .container .divider {
  width: 100%;
  background: #000000;
  height: 1px;
}
@media only screen and (max-width: calc(575px)) {
  .component-locations .container {
    padding-left: 33px;
    padding-right: 33px;
  }
}
.component-locations nav {
  overflow-x: auto;
  width: 100%;
  height: 85px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: calc(576px - 1px)) {
  .component-locations nav {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 999;
  }
}
@media only screen and (min-width: 768px) {
  .component-locations nav {
    justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .component-locations nav {
    justify-content: center;
  }
}
.component-locations nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
}
.component-locations nav ul li {
  padding: 0 28px;
}
.component-locations nav ul li a {
  color: #212121;
  font-family: 'Diodrum Regular';
  font-size: 18px;
  line-height: 1.3;
  text-decoration: none;
  display: block;
  width: max-content;
  padding: 5px 0;
}
.component-locations nav ul li:hover a,
.component-locations nav ul li:active a {
  color: #e4001c;
}
.component-locations .scroll-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
}
.component-locations .header a {
  text-decoration: none;
}
.component-locations .header a:hover {
  color: #e4001c;
  text-decoration: none;
}
.component-locations .header-title {
  padding-bottom: 0.5em;
  padding-top: 100px;
  margin-bottom: 10px;
}
.component-locations .header span {
  color: #000000;
  font-family: "Diodrum Regular";
  font-size: 14px;
}
.component-locations .header a {
  color: #000000;
  font-family: "Diodrum Regular";
  font-size: 14px;
  line-height: 1.5;
  margin-right: 15px;
}
@media only screen and (min-width: 992px) {
  .component-locations .header a {
    margin-right: 0;
  }
}
.component-locations .header .row.d-flex.justify-content-between {
  margin-top: 15px;
}
.component-locations .header .row.d-flex.justify-content-between:last-child {
  font-weight: 900;
}
.component-locations .header .row.d-flex.justify-content-between.main-line a {
  display: none;
}
@media only screen and (min-width: 992px) {
  .component-locations .header .row.d-flex.justify-content-between.main-line a {
    display: unset;
    margin-left: 8px;
    font-weight: 900;
  }
  .component-locations .header .row.d-flex.justify-content-between.main-line .col-5 {
    display: flex;
  }
  .component-locations .header .row.d-flex.justify-content-between.main-line .col-5:last-child {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 992px) {
  .component-locations .header .row.d-flex.justify-content-between.secondary-line a {
    display: none;
  }
}
.component-locations .content {
  /*margin-top: 50px;*/
}
.component-locations .content .content-info {
  margin-bottom: 25px;
}
.component-locations .content .content-info .info-header {
  margin-bottom: 50px;
}
.component-locations .content .content-info .info-header ul {
  margin: 0;
}
.component-locations .content .content-info .info-header .title,
.component-locations .content .content-info .info-header .subtitle {
  font-family: "Noto Sans Regular";
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #212121;
  font-size: 16px;
  margin-bottom: 7px;
}
@media only screen and (min-width: 768px) {
  .component-locations .content .content-info .info-header .title,
  .component-locations .content .content-info .info-header .subtitle {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.1px;
  }
}
.component-locations .content .content-info .info-header .title {
  color: #e4001c;
}
.component-locations .content .content-info .info-header .subtitle {
  color: #D8D8D8;
}
.component-locations .content .content-info .address-section {
  padding: 25px 32px;
  border: 1px solid #D8D8D8;
  min-height: 140px;
}
@media only screen and (min-width: 992px) {
  .component-locations .content .content-info .address-section {
    max-width: 640px;
    padding: 10px;
  }
}
.component-locations .content .content-info .address-section .address {
  margin-bottom: 30px;
}
@media screen and (min-width: 23.4375em) {
  .component-locations .content .content-info .address-section .address {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(0.75em  +  0.25  * ((100vw -  23.4375em ) / 66.5625 ));
  }
}
@media screen and (min-width: 1440px) {
  .component-locations .content .content-info .address-section .address {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1024px) {
  .component-locations .content .content-info .address-section .address {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 42px;
  }
}
.component-locations .content .content-info .address-section .phone {
  margin: 0;
}
@media screen and (min-width: 23.4375em) {
  .component-locations .content .content-info .address-section .phone {
    /**
		 * The fluid font sizing calculation happens here (below)...
		 * The viewport’s size is variable. 100vw is the variable in this equation because the resolved value of 100vw - ie. the value returned by getComputedStyle() - changes as the viewport’s size changes.
		*/
    font-size: calc(0.75em  +  0.25  * ((100vw -  23.4375em ) / 66.5625 ));
  }
}
@media screen and (min-width: 1440px) {
  .component-locations .content .content-info .address-section .phone {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1024px) {
  .component-locations .content .content-info .address-section .phone {
    margin-top: 25px;
    margin-right: 36px;
  }
}
.component-locations .content .content-info .cta-container {
  margin-top: 15px;
  display: flex;
  margin-bottom: 50px;
}
.component-locations .content .content-info .cta-container a {
  color: #000000;
  margin-left: auto;
  text-decoration: none;
}
.component-locations .content .content-info .cta-container a span {
  margin-left: 15px;
}
@media only screen and (min-width: 1024px) {
  .component-locations .content .content-info .cta-container a span {
    display: none;
  }
}
.component-locations .content .content-info .cta-container a:hover {
  color: #e4001c;
  text-decoration: none;
  border: 1px solid #e4001c;
}
@media only screen and (min-width: 992px) {
  .component-locations .content .content-info .cta-container a {
    border: 1px solid #000;
    border-radius: 25px;
    font-size: 13px;
    line-height: 1;
    padding: 1.0625em 3em .9375em;
    font-family: "Diodrum Regular";
    letter-spacing: -0.5px;
    text-decoration: none;
    cursor: pointer;
    color: #000;
  }
}
@media only screen and (min-width: 992px) {
  .component-locations .content .content-info .cta-container {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: start;
  }
}
.component-locations .content ul {
  list-style: none;
}
@media only screen and (min-width: 1024px) {
  .component-locations .content ul {
    margin-top: 1rem;
  }
}
.component-locations .content ul li {
  color: #000000;
  font-family: "Diodrum Regular";
  padding-bottom: 0px;
}
.component-locations .margin-top {
  margin-top: 50px;
}
.component-locations .margin-top__half {
  margin-top: 25px;
}
.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cstm-check {
  padding-left: 30px;
}
.cstm-check input[type="checkbox"] {
  display: none;
}
.cstm-check input[type="checkbox"] + label {
  padding-left: 33px;
  background: url('../../../content/dam/dupont/amer/us/en/corporate/general/icons/checkbox-unchecked.png') no-repeat left 2px;
  background-size: 21px 21px;
  margin-bottom: 28px;
  color: #212121;
  cursor: pointer;
  margin-bottom: 0px;
}
.cstm-check input[type="checkbox"]:checked + label,
.cstm-check input[type="checkbox"]:disabled:checked + label {
  background: url('../../../content/dam/dupont/amer/us/en/corporate/general/icons/checkbox-checked.png') no-repeat left 2px;
  background-size: 21px 21px;
}
.cstm-check input[type="checkbox"]:disabled + label {
  background: url('../../../content/dam/dupont/amer/us/en/corporate/general/icons/checkbox-nonedit.png') no-repeat left 2px;
  background-size: 21px 21px;
  cursor: not-allowed;
}
.cstm-check span {
  padding-left: 33px;
  margin-bottom: 28px;
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 1023px) {
  .container.signUpForm {
    padding: 0 33px;
  }
}
.signupbtns {
  display: none;
}
.signupbtns .btn-default:last-child {
  margin-left: 30px;
}
@media screen and (max-width: 575px) {
  .signupbtns .btn-default:last-child {
    margin-left: 0px;
    margin-top: 30px;
    display: block;
  }
}
.signUpForm .form-footnote.credits {
  max-width: 580.5px;
  color: #606060;
  margin-top: 15px;
}
.signUpForm .form-footnote.credits a {
  font-size: 11px;
  font-family: "Noto Sans Bold";
}
.signupEditIcon {
  background: url('../../../content/dam/dupont/amer/us/en/corporate/general/icons/editSignup.png') no-repeat center;
  background-size: 100%;
  width: 42px;
  height: 42px;
  position: relative;
  bottom: 10px;
}
@media screen and (max-width: 575px) {
  .signupEditIcon {
    width: 30px;
    height: 30px;
    bottom: 4px;
  }
}
.container .required a {
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
  font-family: "Noto Sans Bold";
}
.selectize-input {
  padding: 8px 18px;
}
.emailLoaderContainer {
  position: relative;
  width: 50%;
}
@media (max-width: 1024px) {
  .emailLoaderContainer {
    width: 100%;
  }
}
.emailLoaderContainer #emailsignup {
  padding-right: 60px !important;
}
.emailLoaderContainer .emailLoader {
  position: absolute;
  display: none;
  right: 3px;
  top: 5px;
  width: 50px;
  height: 50px;
  background: url('../../../content/dam/dupont/amer/us/en/corporate/general/icons/DuPont_Loader.gif') no-repeat center;
  background-size: 100%;
}
.emailLoaderContainer .emailLoader.tickMark {
  background: url('../../../content/dam/dupont/amer/us/en/corporate/general/icons/Right_TickFull.png') no-repeat center;
  background-size: 50%;
}
.accountPop-holder {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  margin: 0 !important;
  padding: 33px;
  overflow: auto;
  display: none;
}
.accountPop-modal {
  max-width: 550px;
  width: calc(100% - 66px);
  background: #fafafa;
  border: 5px solid #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.accountPop-modal > article {
  padding: 0px 22px 20px;
}
.accountPop-modal-title h5 {
  margin: 30px 0 0;
  padding: 0;
}
.accountPop-modal-footer .btn {
  border: 1px solid #222;
  border-radius: 100px;
  padding: 10px 60px;
  margin: 0 15px 0 0;
  background: #fff;
}
@media (max-width: 575px) {
  .accountPop-modal-footer .btn {
    display: block;
    margin: 0 0 15px;
    width: 100%;
  }
}
.business-unit-main-header {
  font-family: "Noto Sans Bold";
  font-size: 14px;
  line-height: 28px;
}
.cmp-resFinder {
  overflow-x: hidden;
  padding-bottom: 20px;
}
.cmp-resFinder .search-component .container {
  padding: 0 15px;
}
@media screen and (min-width: 1024px) {
  .cmp-resFinder .search-component .container {
    padding: 0 94px;
  }
}
.cmp-resFinder .search-component .search-container {
  font-family: "Diodrum regular";
}
.cmp-resFinder .search-component .search-container a {
  text-decoration: none;
}
.cmp-resFinder .search-component .search-container a:hover {
  color: #e4001c;
  text-decoration: none;
}
.cmp-resFinder .search-component .search-container #rf-sds-links {
  float: right;
  margin-top: 5px;
  display: none;
}
.cmp-resFinder .search-component .search-container #rf-sds-links a {
  color: #e4001c;
  font-size: 1rem;
  margin: 0 5px 0 0;
}
.cmp-resFinder .search-component .search-container #rf-sds-links a::before {
  float: left;
  margin-top: -5px;
  content: " ";
  width: 35px;
  height: 35px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0OSA0OSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDkgNDk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRTQwMDFDO3N0cm9rZS13aWR0aDoxLjA2Njc7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQoJLnN0MXtmaWxsOm5vbmU7c3Ryb2tlOiNFNDAwMUM7c3Ryb2tlLXdpZHRoOjEuMDY2NztzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQo8L3N0eWxlPgo8Zz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNi45LDUuM0w2LjQsOS44YzAsMCwwLDEwLjcsMCwxNC43YzAsOC40LDcuOSwxNy4zLDE3LjQsMjIuMiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yNS41LDMuMWwxNS44LDYuN2MwLDAsMCwxMC43LDAsMTQuN2MwLDYuMS00LjEsMTIuNC0xMC4xLDE3LjMiLz4KCQk8Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSIxOS4zIiBjeT0iNC4yIiByPSIyLjUiLz4KCQk8Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSIyOS4yIiBjeT0iNDMuMyIgcj0iMi41Ii8+Cgk8L2c+Cgk8cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIyMC41LDIxIDI0LDI0LjYgMzIuOSwxNS44IAkiLz4KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0zMS44LDIwLjZjMC4yLDAuNywwLjMsMS41LDAuMywyLjRjMCw0LjUtMy42LDguMS04LjEsOC4xcy04LjEtMy42LTguMS04LjFzMy42LTguMSw4LjEtOC4xCgkJYzEuNywwLDMuMywwLjUsNC41LDEuNCIvPgo8L2c+Cjwvc3ZnPgo=');
}
.cmp-resFinder .search-component .search-container #rf-sds-links .fa {
  color: #e4001c;
}
.cmp-resFinder .search-component .search-container .res-tabs-block {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 10px 9px 0px;
  float: right;
}
@media screen and (max-width: 768px) {
  .cmp-resFinder .search-component .search-container .res-tabs-block {
    max-width: 100%;
    line-height: 50px;
  }
}
.cmp-resFinder .search-component .search-container .res-tabs-block .res-tabs {
  padding: 10px 15px;
  white-space: nowrap;
  cursor: pointer;
  margin-right: 15px;
  font-size: calc(0.8em + (0.4 * ((100vw - 18.3333em) / 115)));
}
@media screen and (max-width: 1024px) {
  .cmp-resFinder .search-component .search-container .res-tabs-block .res-tabs {
    padding: 10px 8px;
  }
}
@media screen and (max-width: 768px) {
  .cmp-resFinder .search-component .search-container .res-tabs-block .res-tabs {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .cmp-resFinder .search-component .search-container .res-tabs-block .res-tabs {
    min-width: 125px;
    display: inline-block;
    padding: 0px 8px;
  }
}
.cmp-resFinder .search-component .search-container .res-tabs-block .res-tabs:first-child {
  padding-left: 0px;
}
@media screen and (max-width: 768px) {
  .cmp-resFinder .search-component .search-container .res-tabs-block .res-tabs:first-child {
    padding-left: 10px;
  }
}
.cmp-resFinder .search-component .search-container .res-tabs-block .res-tabs.last-tab {
  margin-right: 0px;
}
.cmp-resFinder .search-component .search-container .res-tabs-block .res-tabs.selected {
  font-family: "Diodrum Semibold";
  border-bottom: 2px solid #e4001c;
}
@media screen and (max-width: 768px) {
  .cmp-resFinder .search-component .search-container .res-tabs-block .res-tabs.selected {
    background: #e1e1e1;
    border-bottom: 0px;
  }
}
.cmp-resFinder .search-component .search-container .res-tabs-block .res-tabs .res-icon {
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  display: inline-block;
  position: relative;
  top: 5px;
}
.cmp-resFinder .search-component .search-container .res-tabs-block .res-tabs .res-icon.resource {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTQgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjIgKDc4MTgxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJDb21wbGV0ZWQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJSZXNvdXJjZUZpbmRlcl9SZXNvdXJjZXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00ODAuMDAwMDAwLCAtMjgwLjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM3LjAwMDAwMCwgMjc5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMzMuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJUYWJzIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJtYWduaWZ5aW5nLWdsYXNzIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTMuODc3MzgzNiwxMy4yODYwMzEgTDEwLjQ3NTE2NjMsOS44ODM4MTM3NSBDMTEuMzg3ODA0OSw4LjgzNDU4OTggMTEuOTQwMzU0OCw3LjQ2NTYzMTkzIDExLjk0MDM1NDgsNS45Njk0MDEzMyBDMTEuOTQwMzU0OCwyLjY3NTgzMTQ5IDkuMjYxNDE5MDcsMCA1Ljk3MDk1MzQ0LDAgQzIuNjc3MzgzNTksMCAwLjAwMTU1MjEwNjQzLDIuNjc4OTM1NyAwLjAwMTU1MjEwNjQzLDUuOTY5NDAxMzMgQzAuMDAxNTUyMTA2NDMsOS4yNTk4NjY5NiAyLjY4MDQ4NzgsMTEuOTM4ODAyNyA1Ljk3MDk1MzQ0LDExLjkzODgwMjcgQzcuNDY3MTg0MDQsMTEuOTM4ODAyNyA4LjgzNjE0MTkxLDExLjM4NjI1MjggOS44ODUzNjU4NSwxMC40NzM2MTQyIEwxMy4yODc1ODMxLDEzLjg3NTgzMTUgQzEzLjM2ODI5MjcsMTMuOTU2NTQxIDEzLjQ3Njk0MDEsMTQgMTMuNTgyNDgzNCwxNCBDMTMuNjg4MDI2NiwxNCAxMy43OTY2NzQxLDEzLjk1OTY0NTIgMTMuODc3MzgzNiwxMy44NzU4MzE1IEMxNC4wMzg4MDI3LDEzLjcxNDQxMjQgMTQuMDM4ODAyNywxMy40NDc0NTAxIDEzLjg3NzM4MzYsMTMuMjg2MDMxIFogTTAuODM2NTg1MzY2LDUuOTY5NDAxMzMgQzAuODM2NTg1MzY2LDMuMTM4MzU5MiAzLjEzOTkxMTMxLDAuODM4MTM3NDcyIDUuOTY3ODQ5MjIsMC44MzgxMzc0NzIgQzguNzk4ODkxMzUsMC44MzgxMzc0NzIgMTEuMDk5MTEzMSwzLjE0MTQ2MzQxIDExLjA5OTExMzEsNS45Njk0MDEzMyBDMTEuMDk5MTEzMSw4Ljc5NzMzOTI1IDguNzk4ODkxMzUsMTEuMTAzNzY5NCA1Ljk2Nzg0OTIyLDExLjEwMzc2OTQgQzMuMTM5OTExMzEsMTEuMTAzNzY5NCAwLjgzNjU4NTM2Niw4LjgwMDQ0MzQ2IDAuODM2NTg1MzY2LDUuOTY5NDAxMzMgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
}
.cmp-resFinder .search-component .search-container .res-tabs-block .res-tabs .res-icon.k-article {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTlweCIgaGVpZ2h0PSIyNXB4IiB2aWV3Qm94PSIwIDAgMTkgMjUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjIgKDc4MTgxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5maWxlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkNvbXBsZXRlZCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlJlc291cmNlRmluZGVyX1Jlc291cmNlcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyNjQuMDAwMDAwLCAtNDI2LjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM3LjAwMDAwMCwgMjc5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMzMuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMTQ3LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iZmlsZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzk0LjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNC40NDc5MTY3LDguODY2NjY2NjcgTDQuNTUyMDgzMzMsOC44NjY2NjY2NyBDNC4zMzM1ODMzMyw4Ljg2NjY2NjY3IDQuMTU2MjUsOS4wNDY4MjEyMSA0LjE1NjI1LDkuMjY5Njk2OTcgQzQuMTU2MjUsOS40OTI1NzI3MyA0LjMzMzU4MzMzLDkuNjcyNzI3MjcgNC41NTIwODMzMyw5LjY3MjcyNzI3IEwxNC40NDc5MTY3LDkuNjcyNzI3MjcgQzE0LjY2NjQxNjcsOS42NzI3MjcyNyAxNC44NDM3NSw5LjQ5MjU3MjczIDE0Ljg0Mzc1LDkuMjY5Njk2OTcgQzE0Ljg0Mzc1LDkuMDQ2ODIxMjEgMTQuNjY2NDE2Nyw4Ljg2NjY2NjY3IDE0LjQ0NzkxNjcsOC44NjY2NjY2NyBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTQuNTUyMDgzMzMsNi40NDg0ODQ4NSBMOC41MTA0MTY2Nyw2LjQ0ODQ4NDg1IEM4LjcyODkxNjY3LDYuNDQ4NDg0ODUgOC45MDYyNSw2LjI2ODMzMDMgOC45MDYyNSw2LjA0NTQ1NDU1IEM4LjkwNjI1LDUuODIyNTc4NzkgOC43Mjg5MTY2Nyw1LjY0MjQyNDI0IDguNTEwNDE2NjcsNS42NDI0MjQyNCBMNC41NTIwODMzMyw1LjY0MjQyNDI0IEM0LjMzMzU4MzMzLDUuNjQyNDI0MjQgNC4xNTYyNSw1LjgyMjU3ODc5IDQuMTU2MjUsNi4wNDU0NTQ1NSBDNC4xNTYyNSw2LjI2ODMzMDMgNC4zMzM1ODMzMyw2LjQ0ODQ4NDg1IDQuNTUyMDgzMzMsNi40NDg0ODQ4NSBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE0LjQ0NzkxNjcsMTIuMDkwOTA5MSBMNC41NTIwODMzMywxMi4wOTA5MDkxIEM0LjMzMzU4MzMzLDEyLjA5MDkwOTEgNC4xNTYyNSwxMi4yNzEwNjM2IDQuMTU2MjUsMTIuNDkzOTM5NCBDNC4xNTYyNSwxMi43MTY4MTUyIDQuMzMzNTgzMzMsMTIuODk2OTY5NyA0LjU1MjA4MzMzLDEyLjg5Njk2OTcgTDE0LjQ0NzkxNjcsMTIuODk2OTY5NyBDMTQuNjY2NDE2NywxMi44OTY5Njk3IDE0Ljg0Mzc1LDEyLjcxNjgxNTIgMTQuODQzNzUsMTIuNDkzOTM5NCBDMTQuODQzNzUsMTIuMjcxMDYzNiAxNC42NjY0MTY3LDEyLjA5MDkwOTEgMTQuNDQ3OTE2NywxMi4wOTA5MDkxIFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTQuNDQ3OTE2NywxNS4zMTUxNTE1IEw0LjU1MjA4MzMzLDE1LjMxNTE1MTUgQzQuMzMzNTgzMzMsMTUuMzE1MTUxNSA0LjE1NjI1LDE1LjQ5NTMwNjEgNC4xNTYyNSwxNS43MTgxODE4IEM0LjE1NjI1LDE1Ljk0MTA1NzYgNC4zMzM1ODMzMywxNi4xMjEyMTIxIDQuNTUyMDgzMzMsMTYuMTIxMjEyMSBMMTQuNDQ3OTE2NywxNi4xMjEyMTIxIEMxNC42NjY0MTY3LDE2LjEyMTIxMjEgMTQuODQzNzUsMTUuOTQxMDU3NiAxNC44NDM3NSwxNS43MTgxODE4IEMxNC44NDM3NSwxNS40OTUzMDYxIDE0LjY2NjQxNjcsMTUuMzE1MTUxNSAxNC40NDc5MTY3LDE1LjMxNTE1MTUgWiIgaWQ9IlBhdGgiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNC40NDc5MTY3LDE4LjUzOTM5MzkgTDQuNTUyMDgzMzMsMTguNTM5MzkzOSBDNC4zMzM1ODMzMywxOC41MzkzOTM5IDQuMTU2MjUsMTguNzE5NTQ4NSA0LjE1NjI1LDE4Ljk0MjQyNDIgQzQuMTU2MjUsMTkuMTY1MyA0LjMzMzU4MzMzLDE5LjM0NTQ1NDUgNC41NTIwODMzMywxOS4zNDU0NTQ1IEwxNC40NDc5MTY3LDE5LjM0NTQ1NDUgQzE0LjY2NjQxNjcsMTkuMzQ1NDU0NSAxNC44NDM3NSwxOS4xNjUzIDE0Ljg0Mzc1LDE4Ljk0MjQyNDIgQzE0Ljg0Mzc1LDE4LjcxOTU0ODUgMTQuNjY2NDE2NywxOC41MzkzOTM5IDE0LjQ0NzkxNjcsMTguNTM5MzkzOSBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTEyLjgzMDU0MTcsMCBMMCwwIEwwLDI0LjE4MTgxODIgTDE4LjYwNDE2NjcsMjQuMTgxODE4MiBMMTguNjA0MTY2Nyw1Ljg3ODYgTDEyLjgzMDU0MTcsMCBaIE0xMy4wNjI1LDEuMzc1OTQ1NDUgTDE3LjI1Mjc5MTcsNS42NDI0MjQyNCBMMTMuMDYyNSw1LjY0MjQyNDI0IEwxMy4wNjI1LDEuMzc1OTQ1NDUgWiBNMC43OTE2NjY2NjcsMjMuMzc1NzU3NiBMMC43OTE2NjY2NjcsMC44MDYwNjA2MDYgTDEyLjI3MDgzMzMsMC44MDYwNjA2MDYgTDEyLjI3MDgzMzMsNi40NDg0ODQ4NSBMMTcuODEyNSw2LjQ0ODQ4NDg1IEwxNy44MTI1LDIzLjM3NTc1NzYgTDAuNzkxNjY2NjY3LDIzLjM3NTc1NzYgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
}
.cmp-resFinder .search-component .search-container .res-tabs-block .res-tabs .res-icon.k-doc {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTlweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMTkgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjIgKDc4MTgxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5wZGY8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iQ29tcGxldGVkIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iUmVzb3VyY2VGaW5kZXJfUmVzb3VyY2VzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI2NC4wMDAwMDAsIC01MjYuMDAwMDAwKSIgZmlsbD0iIzIxMjEyMSIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTExIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMzcuMDAwMDAwLCAyNzkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMzMy4wMDAwMDAsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAyNDcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJwZGYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc5NC4wMDAwMDAsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTguNTE0NzU2OSw1LjE0NjUgTDEzLjMyOTU1NTYsMC4xNDY0ODQzNzUgQzEzLjIzMjMzMzMsMC4wNTI3MzQzNzUgMTMuMTAwNjk0NCwwIDEyLjk2MjkzMDYsMCBMMi4wNzQwNDE2NywwIEMwLjkzMDE3MzYxMSwwIDAsMC44OTY5NTMxMjUgMCwyLjAwMDAxNTYzIEwwLDIyLjAwMDAzMTIgQzAsMjMuMTAzMDQ2OSAwLjkzMDE3MzYxMSwyNCAyLjA3NDA5MDI4LDI0IEwxNi41OTI2MjUsMjQgQzE3LjczNjQ5MzEsMjQgMTguNjY2NjY2NywyMy4xMDMwNDY5IDE4LjY2NjY2NjcsMjEuOTk5OTg0NCBMMTguNjY2NjY2Nyw1LjQ5OTk4NDM4IEMxOC42NjY2NjY3LDUuMzY3MTg3NSAxOC42MTE5NzkyLDUuMjQwMjUgMTguNTE0NzU2OSw1LjE0NjUgWiBNMTMuNDgxNDY1MywxLjcwNzA0Njg4IEwxNi44OTYzOTU4LDUuMDAwMDE1NjIgTDE0LjUxODQ4NjEsNS4wMDAwMTU2MiBDMTMuOTQ2ODE5NCw1LjAwMDAxNTYyIDEzLjQ4MTQ2NTMsNC41NTEyODEyNSAxMy40ODE0NjUzLDQuMDAwMDMxMjUgTDEzLjQ4MTQ2NTMsMS43MDcwNDY4OCBMMTMuNDgxNDY1MywxLjcwNzA0Njg4IFogTTE3LjYyOTY0NTgsMjEuOTk5OTg0NCBDMTcuNjI5NjQ1OCwyMi41NTEyMzQ0IDE3LjE2NDI5MTcsMjIuOTk5OTY4OCAxNi41OTI2MjUsMjIuOTk5OTY4OCBMMi4wNzQwOTAyOCwyMi45OTk5Njg4IEMxLjUwMjQyMzYxLDIyLjk5OTk2ODggMS4wMzcwNjk0NCwyMi41NTEyMzQ0IDEuMDM3MDY5NDQsMjEuOTk5OTg0NCBMMS4wMzcwNjk0NCwyLjAwMDAxNTYyIEMxLjAzNzA2OTQ0LDEuNDQ4NzY1NjIgMS41MDI0MjM2MSwxLjAwMDAzMTI1IDIuMDc0MDkwMjgsMS4wMDAwMzEyNSBMMTIuNDQ0NDQ0NCwxLjAwMDAzMTI1IEwxMi40NDQ0NDQ0LDQuMDAwMDMxMjUgQzEyLjQ0NDQ0NDQsNS4xMDMwNDY4NyAxMy4zNzQ2MTgxLDYgMTQuNTE4NTM0Nyw2IEwxNy42Mjk2NDU4LDYgTDE3LjYyOTY0NTgsMjEuOTk5OTg0NCBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMS45NzcwNDg2LDE0LjY3ODIwMzEgQzExLjQ5NzAxMzksMTQuMzEzOTM3NSAxMS4wNDA3OTg2LDEzLjkzOTQ1MzEgMTAuNzM2OTc5MiwxMy42NDY0ODQ0IEMxMC4zNDIwMTM5LDEzLjI2NTYyNSA5Ljk5MDA2OTQ0LDEyLjg5NjQ4NDQgOS42ODQyNTY5NCwxMi41NDQ5MjE5IEMxMC4xNjEyNzc4LDExLjEyMzUzMTIgMTAuMzcwNDAyOCwxMC4zOTA2NDA2IDEwLjM3MDQwMjgsOS45OTk5ODQzNyBDMTAuMzcwNDAyOCw4LjM0MDMyODEyIDkuNzQ4NTY5NDQsNy45OTk5Njg3NSA4LjgxNDg0NzIyLDcuOTk5OTY4NzUgQzguMTA1NDE2NjcsNy45OTk5Njg3NSA3LjI1OTI5MTY3LDguMzU1NDIxODcgNy4yNTkyOTE2NywxMC4wNDc4NDM3IEM3LjI1OTI5MTY3LDEwLjc5Mzk1MzEgNy42ODMxMzE5NCwxMS42OTk3MTg3IDguNTIzMTgwNTYsMTIuNzUyNDM3NSBDOC4zMTc2MDQxNywxMy4zNTc0MDYyIDguMDc2MDU1NTYsMTQuMDU1MTg3NSA3LjgwNDY1OTcyLDE0Ljg0MTc5NjkgQzcuNjczOTkzMDYsMTUuMjE5MjM0NCA3LjUzMjI0MzA2LDE1LjU2ODgyODEgNy4zODIzMjYzOSwxNS44OTIwNzgxIEM3LjI2MDMxMjUsMTUuOTQ0MzQzNyA3LjE0MTc5ODYxLDE1Ljk5NzU0NjkgNy4wMjczNjgwNiwxNi4wNTI3MTg3IEM2LjYxNTE5NDQ0LDE2LjI1MTQ2ODggNi4yMjM3Nzc3OCwxNi40MzAxNTYyIDUuODYwNzAxMzksMTYuNTk2MTg3NSBDNC4yMDQ4NjExMSwxNy4zNTIwNDY5IDMuMTExMTExMTEsMTcuODUyMDYyNSAzLjExMTExMTExLDE4LjgzOTM0MzcgQzMuMTExMTExMTEsMTkuNTU2MTU2MyAzLjkxODc4NDcyLDE5Ljk5OTk2ODggNC42NjY2NjY2NywxOS45OTk5Njg4IEM1LjYzMDc3MDgzLDE5Ljk5OTk2ODggNy4wODY1NzYzOSwxOC43NTgyNSA4LjE0OTk0NDQ0LDE2LjY2NjQ1MzEgQzkuMjUzODA1NTYsMTYuMjQ2NTQ2OSAxMC42MjYwOTcyLDE1LjkzNTQ4NDQgMTEuNzA5MjAxNCwxNS43NDA2NzE5IEMxMi41NzcxMDQyLDE2LjM4NDIxODcgMTMuNTM1NjY2NywxNi45OTk5Njg4IDE0LDE2Ljk5OTk2ODggQzE1LjI4NTY2NjcsMTYuOTk5OTY4OCAxNS41NTU1NTU2LDE2LjI4MzE1NjIgMTUuNTU1NTU1NiwxNS42ODIwNzgxIEMxNS41NTU1NTU2LDE0LjQ5OTkzNzUgMTQuMTU0OTIzNiwxNC40OTk5Mzc1IDEzLjQ4MTQ2NTMsMTQuNDk5OTM3NSBDMTMuMjcyMzQwMywxNC40OTk5ODQ0IDEyLjcxMTMxOTQsMTQuNTU5NTYyNSAxMS45NzcwNDg2LDE0LjY3ODIwMzEgWiBNNC42NjY2NjY2NywxOC45OTk5ODQ0IEM0LjM3MDQzMDU2LDE4Ljk5OTk4NDQgNC4xNjk5MDk3MiwxOC44NjUyMTg4IDQuMTQ4MTMxOTQsMTguODM5MzQzNyBDNC4xNDgxMzE5NCwxOC40ODQ4MjgxIDUuMjQ0NDA5NzIsMTcuOTgzODc1IDYuMzA0NzYzODksMTcuNDk5NTE1NiBDNi4zNzIwOTAyOCwxNy40Njg3NjU2IDYuNDQwNDg2MTEsMTcuNDM3OTY4NyA2LjUwOTg1NDE3LDE3LjQwNjIzNDQgQzUuNzMxMDU1NTYsMTguNDk1MTQwNiA0Ljk2MDg2MTExLDE4Ljk5OTk4NDQgNC42NjY2NjY2NywxOC45OTk5ODQ0IFogTTguMjk2MzEyNSwxMC4wNDc4NDM4IEM4LjI5NjMxMjUsOSA4LjYzMzU3NjM5LDkgOC44MTQ4NDcyMiw5IEM5LjE4MTQ3MjIyLDkgOS4zMzMzODE5NCw5IDkuMzMzMzgxOTQsOS45OTk5ODQzNyBDOS4zMzMzODE5NCwxMC4yMTA5MjE5IDkuMTg3NTQ4NjEsMTAuNzM4MjY1NiA4LjkyMDY3MzYxLDExLjU2MTUzMTIgQzguNTEzNTA2OTQsMTAuOTU3MDMxMiA4LjI5NjMxMjUsMTAuNDM4OTY4NyA4LjI5NjMxMjUsMTAuMDQ3ODQzOCBaIE04LjY5MzgwNTU2LDE1LjQyMTg3NSBDOC43MjYyMjkxNywxNS4zMzQ5Njg3IDguNzU3NjMxOTQsMTUuMjQ3MDc4MSA4Ljc4ODAxMzg5LDE1LjE1ODIwMzEgQzguOTgwNDE2NjcsMTQuNjAxNTYyNSA5LjE1MzYxODA2LDE0LjEwMTU0NjkgOS4zMDgwNTU1NiwxMy42NTEzNTk0IEM5LjUyMzI1Njk0LDEzLjg3OTg3NSA5Ljc1NTE4MDU2LDE0LjExMzc4MTIgMTAuMDAzODI2NCwxNC4zNTM1IEMxMC4xMDEwNDg2LDE0LjQ0NzI1IDEwLjM0MjA2MjUsMTQuNjU4MTg3NSAxMC42NjMxMzg5LDE0LjkyMjMyODEgQzEwLjAyNCwxNS4wNTY2MjUgOS4zNDM5NzkxNywxNS4yMjMxMjUgOC42OTM4MDU1NiwxNS40MjE4NzUgWiBNMTQuNTE4NTM0NywxNS42ODIxMjUgQzE0LjUxODUzNDcsMTUuOTA2NzUgMTQuNTE4NTM0NywxNS45OTk5ODQ0IDE0LjAzNzQ3OTIsMTYuMDAyOTM3NSBDMTMuODk2MjE1MywxNS45NzM2NDA2IDEzLjU2OTU5NzIsMTUuNzg4MTA5NCAxMy4xNjY1MTM5LDE1LjUyMzQ1MzEgQzEzLjMxMjgzMzMsMTUuNTA3ODQzNyAxMy40MjA3MDE0LDE1LjUwMDAxNTYgMTMuNDgxNDY1MywxNS41MDAwMTU2IEMxNC4yNDc2MjUsMTUuNTAwMDE1NiAxNC40NjQ4NjgxLDE1LjU3MjI1IDE0LjUxODUzNDcsMTUuNjgyMTI1IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=');
}
.cmp-resFinder .search-component .search-container .res-tabs-block .res-tabs .res-icon.k-img {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgMjAgMTciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjIgKDc4MTgxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5waWN0dXJlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkNvbXBsZXRlZCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlJlc291cmNlRmluZGVyX1Jlc291cmNlcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyNjMuMDAwMDAwLCAtNDc5LjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlPSIjMDAwMDAwIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTExIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMzcuMDAwMDAwLCAyNzkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMzMy4wMDAwMDAsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxOTcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJwaWN0dXJlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3OTQuMDAwMDAwLCA0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE4LjMzMjkxNTQsMCBMMC4zMjE2MzAwOTQsMCBDMC4xNDQwOTAyODIsMCAwLDAuMTQ3Mjg0NzMzIDAsMC4zMjk0OTYwNDcgTDAsMTQuODI3MzIyMSBDMCwxNS4wMDk1MzM0IDAuMTQ0MDkwMjgyLDE1LjE1NjgxODIgMC4zMjE2MzAwOTQsMTUuMTU2ODE4MiBMMTguMzMyOTE1NCwxNS4xNTY4MTgyIEMxOC41MTA0NTUyLDE1LjE1NjgxODIgMTguNjU0NTQ1NSwxNS4wMDk1MzM0IDE4LjY1NDU0NTUsMTQuODI3MzIyMSBMMTguNjU0NTQ1NSwwLjMyOTQ5NjA0NyBDMTguNjU0NTQ1NSwwLjE0NzI4NDczMyAxOC41MTA0NTUyLDAgMTguMzMyOTE1NCwwIFogTTE4LjAxMTI4NTMsMTQuNDk3ODI2MSBMMC42NDMyNjAxODgsMTQuNDk3ODI2MSBMMC42NDMyNjAxODgsMC42NTg5OTIwOTUgTDE4LjAxMTI4NTMsMC42NTg5OTIwOTUgTDE4LjAxMTI4NTMsMTQuNDk3ODI2MSBaIiBpZD0iU2hhcGUiIHN0cm9rZS13aWR0aD0iMC4xNSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTUuMTQ2MDgxNSw3LjI5NDM4MzUgQzYuMTMzODA3NTIsNy4yOTQzODM1IDYuOTM3MjM5NSw2LjQ3MTMwMjM3IDYuOTM3MjM5NSw1LjQ1OTc0OTUxIEM2LjkzNzIzOTUsNC40NDc1Mzc2NSA2LjEzMzgwNzUyLDMuNjI0NDU2NTIgNS4xNDYwODE1LDMuNjI0NDU2NTIgQzQuMTU4MzU1NDksMy42MjQ0NTY1MiAzLjM1NDkyMzUxLDQuNDQ3NTM3NjUgMy4zNTQ5MjM1MSw1LjQ1OTQyMDAxIEMzLjM1NDkyMzUxLDYuNDcxMzAyMzcgNC4xNTgzNTU0OSw3LjI5NDM4MzUgNS4xNDYwODE1LDcuMjk0MzgzNSBaIE01LjE0NjA4MTUsNC4yODM0NDg2MiBDNS43NzkwNDk1Myw0LjI4MzQ0ODYyIDYuMjkzOTc5MzEsNC44MTEzMDEyOCA2LjI5Mzk3OTMxLDUuNDU5NDIwMDEgQzYuMjkzOTc5MzEsNi4xMDc1Mzg3NCA1Ljc3OTA0OTUzLDYuNjM1MzkxNCA1LjE0NjA4MTUsNi42MzUzOTE0IEM0LjUxMzExMzQ4LDYuNjM1MzkxNCAzLjk5ODE4MzcsNi4xMDc4NjgyMyAzLjk5ODE4MzcsNS40NTk3NDk1MSBDMy45OTgxODM3LDQuODExNjMwNzggNC41MTMxMTM0OCw0LjI4MzQ0ODYyIDUuMTQ2MDgxNSw0LjI4MzQ0ODYyIFoiIGlkPSJTaGFwZSIgc3Ryb2tlLXdpZHRoPSIwLjA1Ij48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMi4yNTE0MTA2NiwxMy4xNzk4NDE5IEMyLjMyNjY3MjEsMTMuMTc5ODQxOSAyLjQwMjU3NjgsMTMuMTUyODIzMiAyLjQ2MzY4NjUyLDEzLjA5Nzc5NzQgTDcuNzEwNDM4MjQsOC4zNjU1NzUxNSBMMTEuMDIzODcxNSwxMS43NTk3MTM5IEMxMS4xNDk2Mjg4LDExLjg4ODU0NjkgMTEuMzUyODk5MSwxMS44ODg1NDY5IDExLjQ3ODY1NjQsMTEuNzU5NzEzOSBDMTEuNjA0NDEzOCwxMS42MzA4ODEgMTEuNjA0NDEzOCwxMS40MjI2Mzk1IDExLjQ3ODY1NjQsMTEuMjkzODA2NSBMOS45MzI1ODA1Niw5LjcwOTkxOTAyIEwxMi44ODU0NjY1LDYuMzk3MTY1NzYgTDE2LjUwNzM0MjksOS43OTg1NTM0NiBDMTYuNjM4MjQ2NCw5LjkyMTQ1NTQ4IDE2Ljg0MTgzODIsOS45MTIyMjk1OSAxNi45NjE4MDYzLDkuNzc4MTI0NyBDMTcuMDgxNzc0Myw5LjY0NDAxOTgxIDE3LjA3MzA5MDMsOS40MzU0NDg4MSAxNi45NDE4NjUyLDkuMzEyNTQ2NzkgTDEzLjA4MjMwNDEsNS42ODgwOTAyNyBDMTMuMDE5MjY0Niw1LjYyOTExMDQ3IDEyLjkzNTMxOTEsNS41OTk3ODUzMyAxMi44NTA3MzA0LDUuNjAxNzYyMyBDMTIuNzY1NDk4NCw1LjYwNTcxNjI1IDEyLjY4NTA5MDksNS42NDQyNjcyOSAxMi42Mjc1MTkxLDUuNzA4ODQ4NTIgTDkuNDc3NDczOTgsOS4yNDMzNTI2MiBMNy45NTE5ODI0NSw3LjY4MDU1Mjg3IEM3LjgzMTY5Mjc5LDcuNTU3NjUwODQgNy42MzkzNTc5OSw3LjU1MTM5MDQyIDcuNTExOTkyNDgsNy42NjYwNTUwNCBMMi4wMzg4MTMxNywxMi42MDI4OTQzIEMxLjkwNTMzNjY4LDEyLjcyMzE2MDQgMS44OTI0NzE0NywxMi45MzE0MDE5IDIuMDA5ODY2NDYsMTMuMDY4MTQyNyBDMi4wNzM1NDkyMiwxMy4xNDIyNzkzIDIuMTYyMzE5MTIsMTMuMTc5ODQxOSAyLjI1MTQxMDY2LDEzLjE3OTg0MTkgWiIgaWQ9IlBhdGgiIHN0cm9rZS13aWR0aD0iMC4xNSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=');
}
.cmp-resFinder .search-component .search-container .res-tabs-block .res-tabs .res-icon.k-vid {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjIgKDc4MTgxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5wbGF5LWJ1dHRvbjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJDb21wbGV0ZWQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJSZXNvdXJjZUZpbmRlcl9SZXNvdXJjZXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjYzLjAwMDAwMCwgLTU3OC4wMDAwMDApIiBmaWxsPSIjMDAwMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzNy4wMDAwMDAsIDI3OS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzMzLjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDI5Ny4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9InBsYXktYnV0dG9uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3OTMuMDAwMDAwLCAyLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTEwLDAgQzQuNDg1NjY0MDYsMCAwLDQuNDg2MDkzNzUgMCwxMCBDMCwxNS41MTM5MDYyIDQuNDg1NjY0MDYsMjAgMTAsMjAgQzE1LjUxNDMzNTksMjAgMjAsMTUuNTEzOTA2MiAyMCwxMCBDMjAsNC40ODYwOTM3NSAxNS41MTQzMzU5LDAgMTAsMCBaIE0xMCwxOS4xNjY2Nzk3IEM0Ljk0NTQ2ODc1LDE5LjE2NjY3OTcgMC44MzMzMjAzMTIsMTUuMDU0NTMxMyAwLjgzMzMyMDMxMiwxMCBDMC44MzMzMjAzMTIsNC45NDU0Njg3NSA0Ljk0NTQ2ODc1LDAuODMzMzIwMzEyIDEwLDAuODMzMzIwMzEyIEMxNS4wNTQ1MzEzLDAuODMzMzIwMzEyIDE5LjE2NjY3OTcsNC45NDU0Njg3NSAxOS4xNjY2Nzk3LDEwIEMxOS4xNjY2Nzk3LDE1LjA1NDUzMTMgMTUuMDU0NTMxMywxOS4xNjY2Nzk3IDEwLDE5LjE2NjY3OTcgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTMuOTc1NDI5Nyw5LjY0OTY0ODQ0IEw4LjE0MjEwOTM4LDUuODk5NjQ4NDQgQzguMDE0MzM1OTQsNS44MTYyNSA3Ljg0OTE0MDYyLDUuODExNzU3ODEgNy43MTczMDQ2OSw1Ljg4NDE3OTY5IEM3LjU4MzAwNzgxLDUuOTU3NDIxODggNy41LDYuMDk3NDIxODggNy41LDYuMjUgTDcuNSwxMy43NSBDNy41LDEzLjkwMjU3ODEgNy41ODMwMDc4MSwxNC4wNDI1NzgxIDcuNzE3MzA0NjksMTQuMTE1ODIwMyBDNy43NzkxNDA2MiwxNC4xNDk2MDk0IDcuODQ4MzIwMzEsMTQuMTY2Njc5NyA3LjkxNjY3OTY5LDE0LjE2NjY3OTcgQzcuOTk0ODA0NjksMTQuMTY2Njc5NyA4LjA3Mzc1LDE0LjE0NDY4NzUgOC4xNDIxMDkzNywxNC4xMDAzNTE2IEwxMy45NzU0Mjk3LDEwLjM1MDM1MTYgQzE0LjA5NDI1NzgsMTAuMjczODY3MiAxNC4xNjY2Nzk3LDEwLjE0MTYwMTYgMTQuMTY2Njc5NywxMCBDMTQuMTY2Njc5Nyw5Ljg1ODM5ODQ0IDE0LjA5NDI1NzgsOS43MjYxNzE4OCAxMy45NzU0Mjk3LDkuNjQ5NjQ4NDQgWiBNOC4zMzMzMjAzMSwxMi45ODY2NDA2IEw4LjMzMzMyMDMxLDcuMDEzMzU5MzggTDEyLjk3OTMzNTksMTAgTDguMzMzMzIwMzEsMTIuOTg2NjQwNiBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+');
}
.cmp-resFinder .search-component .search-container .tool-tip {
  font-family: "Diodrum Regular";
  float: right;
  width: 100%;
  font-size: 13px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .cmp-resFinder .search-component .search-container .tool-tip {
    max-width: 100%;
  }
}
.cmp-resFinder .search-component .search-container .tool-tip div {
  border-radius: 15px;
  border: 1px solid #000;
  width: 15px;
  height: 15px;
  text-align: center;
  float: left;
  margin-right: 5px;
  font-size: 12px;
}
.cmp-resFinder .search-component .search-container .sel-facets-block {
  float: right;
  display: none;
  margin-top: 30px;
  padding-left: 0px;
}
@media screen and (max-width: 768px) {
  .cmp-resFinder .search-component .search-container .sel-facets-block {
    max-width: 100% !important;
  }
}
.cmp-resFinder .search-component .search-container .sel-facets-block .facet-name {
  background: rgba(228, 0, 28, 0.08);
  padding: 5px 10px;
  border-radius: 30px;
  margin-right: 15px;
  margin-bottom: 10px;
  float: left;
  font-size: 14px;
}
.cmp-resFinder .search-component .search-container .sel-facets-block .facet-name .deselect-facet {
  cursor: pointer;
  margin: 5px;
  font-size: 17px;
  font-family: monospace;
  margin-right: 0px;
}
.cmp-resFinder .search-component .search-container .sel-facets-block .facet-name .deselect-facet:hover {
  color: #e4001c;
}
.cmp-resFinder .search-component .search-container .sel-facets-block .clear-facets {
  float: right;
  margin-top: 10px;
  font-size: 13px;
  cursor: pointer;
  font-family: "Diodrum Regular";
}
.cmp-resFinder .search-component .search-container .facets-container {
  float: left;
  display: block;
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  .cmp-resFinder .search-component .search-container .facets-container {
    display: block !important;
  }
}
.cmp-resFinder .search-component .search-container .facets-container.showFacets {
  display: block;
}
@media screen and (max-width: 768px) {
  .cmp-resFinder .search-component .search-container .facets-container.showFacets {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cmp-resFinder .search-component .search-container .facets-container {
    width: 100%;
    height: 100%;
    background: #ffffff;
    max-width: 100%;
    z-index: 100;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 80px;
  }
}
.cmp-resFinder .search-component .search-container .facets-container .mv-facet-header {
  width: auto;
  overflow: auto;
  display: none;
}
@media screen and (max-width: 768px) {
  .cmp-resFinder .search-component .search-container .facets-container .mv-facet-header {
    display: block;
  }
}
.cmp-resFinder .search-component .search-container .facets-container .mv-facet-header nav {
  overflow: auto;
  white-space: nowrap;
  height: 35px;
  vertical-align: bottom;
  margin-top: 25px;
}
.cmp-resFinder .search-component .search-container .facets-container .mv-facet-header nav .mv-facet-category {
  min-width: 100px;
  padding: 10px 20px;
  font-size: 14px;
  font-family: "Diodrum Semibold";
  color: #969696;
  text-transform: uppercase;
}
.cmp-resFinder .search-component .search-container .facets-container .mv-facet-header nav .mv-facet-category.active {
  color: #000000;
  border-bottom: 2px solid #e4001c;
}
.cmp-resFinder .search-component .search-container .facets-container .mv-facets-footer {
  position: fixed;
  left: 0px;
  bottom: 0px;
  background: #e4001c;
  font-family: "Diodrum Regular";
  height: 80px;
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  .cmp-resFinder .search-component .search-container .facets-container .mv-facets-footer {
    display: block;
  }
}
.cmp-resFinder .search-component .search-container .facets-container .mv-facets-footer .close-facets {
  font-size: 14px;
  color: #ffffff;
  float: left;
  margin: 30px;
}
.cmp-resFinder .search-component .search-container .facets-container .mv-facets-footer .apply-filters {
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 20px;
  background: #ffffff;
  color: #e4001c;
  float: right;
  margin: 20px;
}
.cmp-resFinder .search-component .search-container .facets-container .facet-head {
  color: #969696;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .cmp-resFinder .search-component .search-container .facets-container .facet-head {
    display: none;
  }
}
.cmp-resFinder .search-component .search-container .facets-container .facets-wrapper {
  margin-bottom: 10px;
}
.cmp-resFinder .search-component .search-container .facets-container .facets-wrapper .facet-category {
  font-size: 16px;
  font-family: "Diodrum Semibold";
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .cmp-resFinder .search-component .search-container .facets-container .facets-wrapper .facet-category {
    display: none;
  }
}
.cmp-resFinder .search-component .search-container .facets-container .facets-wrapper .facet-category.open {
  border-bottom: 0px;
}
.cmp-resFinder .search-component .search-container .facets-container .facets-wrapper .facet-category.open span:after {
  content: '-';
}
.cmp-resFinder .search-component .search-container .facets-container .facets-wrapper .facet-category span:after {
  content: '+';
  font-size: 20px;
  margin-top: -5px;
  float: right;
  color: #e4001c;
}
.cmp-resFinder .search-component .search-container .facets-container .facets-wrapper .facet-content {
  cursor: pointer;
}
.cmp-resFinder .search-component .search-container .facets-container .facets-wrapper .facet-content .facet-option {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .cmp-resFinder .search-component .search-container .facets-container .facets-wrapper .facet-content .facet-option {
    margin-left: 20px;
  }
}
.cmp-resFinder .search-component .search-container .facets-container .facets-wrapper .facet-content .facet-option.hide-option {
  display: none;
}
@media screen and (max-width: 768px) {
  .cmp-resFinder .search-component .search-container .facets-container .facets-wrapper .facet-content .facet-option.hide-option {
    display: block;
  }
}
.cmp-resFinder .search-component .search-container .facets-container .facets-wrapper .facet-content .facet-option.show-option {
  display: block;
}
.cmp-resFinder .search-component .search-container .facets-container .facets-wrapper .facet-content .facet-option.facet-disabled {
  display: none;
}
.cmp-resFinder .search-component .search-container .facets-container .facets-wrapper .facet-content .facet-option input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cmp-resFinder .search-component .search-container .facets-container .facets-wrapper .facet-content .facet-option input:checked ~ .checkmark {
  background-color: #e4001c;
}
.cmp-resFinder .search-component .search-container .facets-container .facets-wrapper .facet-content .facet-option input:checked ~ .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmp-resFinder .search-component .search-container .facets-container .facets-wrapper .facet-content .facet-option input:checked ~ .checkmark::after {
  display: block;
}
.cmp-resFinder .search-component .search-container .facets-container .facets-wrapper .facet-content .facet-option .checkmark {
  position: relative;
  left: 0;
  top: 7px;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  background-color: #ffffff;
  border: solid 1px #e1e1e1;
  display: inline-block;
  margin-right: 10px;
}
.cmp-resFinder .search-component .search-container .facets-container .facets-wrapper .facet-content .facet-option .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cmp-resFinder .search-component .search-container .facets-container .facets-wrapper .facet-content .facet-option:hover input ~ .checkmark {
  background-color: #e1e1e1;
  border: none;
}
.cmp-resFinder .search-component .search-container .facets-container .facets-wrapper .facet-content .facet-option:hover input:checked ~ .checkmark {
  background-color: #e4001c;
  border: 0px;
}
.cmp-resFinder .search-component .search-container .facets-container .facets-wrapper .facet-content .facet-option label {
  width: calc(100% - 50px);
  font-size: 14px;
  color: #000000;
}
.cmp-resFinder .search-component .search-container .facets-container .facets-wrapper .view-all {
  font-size: 14px;
  font-family: "Diodrum Regular";
  float: right;
  display: none;
}
@media screen and (max-width: 768px) {
  .cmp-resFinder .search-component .search-container .facets-container .facets-wrapper .view-all {
    display: none !important;
  }
}
.cmp-resFinder .search-component .search-container .mv-facets-link {
  font-family: "Diodrum Regular";
  font-size: 14px;
  margin-left: 15px;
  margin-bottom: 10px;
  display: none;
}
@media screen and (max-width: 768px) {
  .cmp-resFinder .search-component .search-container .mv-facets-link.show {
    display: block;
  }
}
.cmp-resFinder .search-component .search-container .sort-by {
  float: right;
  margin-top: -33px;
  margin-right: 140px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .cmp-resFinder .search-component .search-container .sort-by {
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .cmp-resFinder .search-component .search-container .sort-by span {
    font-size: 14px;
  }
}
.cmp-resFinder .search-component .search-container .sort-by div {
  display: inline-block;
  padding: 2px 3px;
  border: 1px solid black;
  border-radius: 15px;
  font-size: 14px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .cmp-resFinder .search-component .search-container .sort-by div {
    font-size: 12px;
  }
}
.cmp-resFinder .search-component .search-container .sort-by div button {
  background: white;
  border: none;
  outline: none;
  border-radius: 15px;
  padding: 0 10px;
}
.cmp-resFinder .search-component .search-container .sort-by div button.active {
  color: white;
  background: black;
}
.cmp-resFinder .search-component .search-container .view-icons {
  float: right;
  margin-top: -33px;
  margin-right: -10px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .cmp-resFinder .search-component .search-container .view-icons {
    margin-top: -65px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .cmp-resFinder .search-component .search-container .view-icons span {
    font-size: 14px;
  }
}
.cmp-resFinder .search-component .search-container .view-icons .fas {
  color: #e1e1e1;
  background: white;
  border: none;
  outline: none;
}
.cmp-resFinder .search-component .search-container .view-icons .fas.active {
  color: #000000;
}
.cmp-resFinder .search-component .search-container .view-icons .fas.fa-th:before {
  content: "\f00a";
}
.cmp-resFinder .search-component .search-container .view-icons .fas.fa-th-list:before {
  content: "\f00b";
}
.cmp-resFinder .search-component .search-container .search-header {
  width: 100%;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 50px;
}
@media screen and (max-width: calc(1024px - 1px)) {
  .cmp-resFinder .search-component .search-container .search-header {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .cmp-resFinder .search-component .search-container .search-header {
    margin-top: 25px;
    margin-bottom: 60px;
  }
}
.cmp-resFinder .search-component .search-container .search-header .mobile-search-box.focused {
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: calc(576px - 1px)) {
  .cmp-resFinder .search-component .search-container .search-header .mobile-search-box.focused {
    -webkit-box-shadow: 0 3px 5px 0 #a6a6a6;
    -moz-box-shadow: 0 3px 5px 0 #a6a6a6;
    box-shadow: 0 3px 5px 0 #a6a6a6;
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .cmp-resFinder .search-component .search-container .search-header .mobile-search-box {
    -webkit-box-shadow: 0 3px 5px 0 #a6a6a6;
    -moz-box-shadow: 0 3px 5px 0 #a6a6a6;
    box-shadow: 0 3px 5px 0 #a6a6a6;
    padding: 10px;
  }
}
.cmp-resFinder .search-component .search-container .search-header .mobile-search-box label {
  padding-left: 0px;
}
.cmp-resFinder .search-component .search-container .search-header .cancel-btn {
  display: none;
  font-size: 16px;
  cursor: pointer;
  float: left;
  top: 23px;
  position: relative;
  left: 15px;
}
.cmp-resFinder .search-component .search-container .search-header .search-icon {
  display: inline-block;
}
.cmp-resFinder .search-component .search-container .search-header .search-icon img {
  height: 48px;
  width: 48px;
  margin-left: 10px;
  margin: 25px 0px 25px 10px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .cmp-resFinder .search-component .search-container .search-header .search-icon img {
    height: 30px;
    width: 30px;
    margin: 0px;
  }
}
.cmp-resFinder .search-component .search-container .search-header input {
  display: inline-block;
  position: relative;
  font-family: "Diodrum Regular";
  vertical-align: middle;
  font-size: 34px;
  margin-left: 32px;
  border: none;
  width: calc(100% - 32px - 48px - 40px - 32px);
}
@media screen and (max-width: calc(576px - 1px)) {
  .cmp-resFinder .search-component .search-container .search-header input {
    width: calc(100% - 42px - 42px );
    font-size: 16px;
    margin-left: 0px;
    height: 40px;
  }
}
.cmp-resFinder .search-component .search-container .search-header input[type="text"]:focus {
  outline: none;
}
.cmp-resFinder .search-component .search-container .search-header .close-btn {
  padding: 13px;
  padding-bottom: 5px;
  margin-right: calc(@item-padding - 10px);
  position: relative;
  display: inline-block;
  width: 40px;
  user-select: none;
  cursor: pointer;
  vertical-align: middle;
  visibility: hidden;
}
.cmp-resFinder .search-component .search-container .search-header .close-btn span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-5px, 16px);
}
.cmp-resFinder .search-component .search-container .search-header .close-btn span {
  display: block;
  width: 25px;
  height: 2px;
  margin-bottom: 15px;
  position: relative;
  background: #000000;
  border-radius: 3px;
  transform-origin: 4px 0;
  transform: rotate(45deg) translate(-7px, -16px);
  background: #232323;
}
.cmp-resFinder .search-component .search-container .search-header .close-btn span:first-child {
  transform-origin: 0 0;
}
.cmp-resFinder .search-component .search-container .search-header .close-btn span:last-child {
  margin-bottom: 0;
}
.cmp-resFinder .search-component .search-container .search-header.mobile-view {
  padding-left: 18px;
}
.cmp-resFinder .search-component .search-container .search-header.mobile-view .mobile-search-box {
  float: left;
  width: 80%;
}
.cmp-resFinder .search-component .search-container .search-header.mobile-view .cancel-btn {
  display: block;
}
.cmp-resFinder .search-component .search-container .divider-line {
  border-bottom: 1px solid #e1e1e1;
  position: absolute;
  width: 100%;
  left: 0;
}
.cmp-resFinder .search-component .search-container .search-result {
  float: right;
}
@media screen and (max-width: 768px) {
  .cmp-resFinder .search-component .search-container .search-result {
    max-width: 100% !important;
  }
}
.cmp-resFinder .search-component .search-container .search-result .result-header {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 25px;
  padding-top: 30px;
  margin-bottom: 25px;
}
.cmp-resFinder .search-component .search-container .search-result .result-header a {
  float: right;
}
.cmp-resFinder .search-component .search-container .search-result .result-header .top-title {
  font-family: "Diodrum Medium";
}
.cmp-resFinder .search-component .search-container .search-result .result-header.pf-view {
  margin-right: -15px;
  margin-top: 20px;
  border-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: -25px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .cmp-resFinder .search-component .search-container .search-result .result-header.pf-view {
    margin-bottom: 0px;
    text-align: left;
    margin-left: -15px;
  }
}
.cmp-resFinder .search-component .search-container .search-result .result-header.pf-view h5 {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .cmp-resFinder .search-component .search-container .search-result .result-header.pf-view h5 {
    font-size: 14px;
  }
}
.cmp-resFinder .search-component .search-container .search-result .res-list {
  margin-top: 25px;
  position: relative;
}
.cmp-resFinder .search-component .search-container .search-result .res-list .bg-img {
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30% 30%;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
}
.cmp-resFinder .search-component .search-container .search-result .res-list .bg-img.page {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTlweCIgaGVpZ2h0PSIyNXB4IiB2aWV3Qm94PSIwIDAgMTkgMjUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjIgKDc4MTgxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5maWxlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkNvbXBsZXRlZCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlJlc291cmNlRmluZGVyX1Jlc291cmNlcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyNjQuMDAwMDAwLCAtNDI2LjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM3LjAwMDAwMCwgMjc5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMzMuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMTQ3LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iZmlsZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzk0LjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNC40NDc5MTY3LDguODY2NjY2NjcgTDQuNTUyMDgzMzMsOC44NjY2NjY2NyBDNC4zMzM1ODMzMyw4Ljg2NjY2NjY3IDQuMTU2MjUsOS4wNDY4MjEyMSA0LjE1NjI1LDkuMjY5Njk2OTcgQzQuMTU2MjUsOS40OTI1NzI3MyA0LjMzMzU4MzMzLDkuNjcyNzI3MjcgNC41NTIwODMzMyw5LjY3MjcyNzI3IEwxNC40NDc5MTY3LDkuNjcyNzI3MjcgQzE0LjY2NjQxNjcsOS42NzI3MjcyNyAxNC44NDM3NSw5LjQ5MjU3MjczIDE0Ljg0Mzc1LDkuMjY5Njk2OTcgQzE0Ljg0Mzc1LDkuMDQ2ODIxMjEgMTQuNjY2NDE2Nyw4Ljg2NjY2NjY3IDE0LjQ0NzkxNjcsOC44NjY2NjY2NyBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTQuNTUyMDgzMzMsNi40NDg0ODQ4NSBMOC41MTA0MTY2Nyw2LjQ0ODQ4NDg1IEM4LjcyODkxNjY3LDYuNDQ4NDg0ODUgOC45MDYyNSw2LjI2ODMzMDMgOC45MDYyNSw2LjA0NTQ1NDU1IEM4LjkwNjI1LDUuODIyNTc4NzkgOC43Mjg5MTY2Nyw1LjY0MjQyNDI0IDguNTEwNDE2NjcsNS42NDI0MjQyNCBMNC41NTIwODMzMyw1LjY0MjQyNDI0IEM0LjMzMzU4MzMzLDUuNjQyNDI0MjQgNC4xNTYyNSw1LjgyMjU3ODc5IDQuMTU2MjUsNi4wNDU0NTQ1NSBDNC4xNTYyNSw2LjI2ODMzMDMgNC4zMzM1ODMzMyw2LjQ0ODQ4NDg1IDQuNTUyMDgzMzMsNi40NDg0ODQ4NSBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE0LjQ0NzkxNjcsMTIuMDkwOTA5MSBMNC41NTIwODMzMywxMi4wOTA5MDkxIEM0LjMzMzU4MzMzLDEyLjA5MDkwOTEgNC4xNTYyNSwxMi4yNzEwNjM2IDQuMTU2MjUsMTIuNDkzOTM5NCBDNC4xNTYyNSwxMi43MTY4MTUyIDQuMzMzNTgzMzMsMTIuODk2OTY5NyA0LjU1MjA4MzMzLDEyLjg5Njk2OTcgTDE0LjQ0NzkxNjcsMTIuODk2OTY5NyBDMTQuNjY2NDE2NywxMi44OTY5Njk3IDE0Ljg0Mzc1LDEyLjcxNjgxNTIgMTQuODQzNzUsMTIuNDkzOTM5NCBDMTQuODQzNzUsMTIuMjcxMDYzNiAxNC42NjY0MTY3LDEyLjA5MDkwOTEgMTQuNDQ3OTE2NywxMi4wOTA5MDkxIFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTQuNDQ3OTE2NywxNS4zMTUxNTE1IEw0LjU1MjA4MzMzLDE1LjMxNTE1MTUgQzQuMzMzNTgzMzMsMTUuMzE1MTUxNSA0LjE1NjI1LDE1LjQ5NTMwNjEgNC4xNTYyNSwxNS43MTgxODE4IEM0LjE1NjI1LDE1Ljk0MTA1NzYgNC4zMzM1ODMzMywxNi4xMjEyMTIxIDQuNTUyMDgzMzMsMTYuMTIxMjEyMSBMMTQuNDQ3OTE2NywxNi4xMjEyMTIxIEMxNC42NjY0MTY3LDE2LjEyMTIxMjEgMTQuODQzNzUsMTUuOTQxMDU3NiAxNC44NDM3NSwxNS43MTgxODE4IEMxNC44NDM3NSwxNS40OTUzMDYxIDE0LjY2NjQxNjcsMTUuMzE1MTUxNSAxNC40NDc5MTY3LDE1LjMxNTE1MTUgWiIgaWQ9IlBhdGgiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNC40NDc5MTY3LDE4LjUzOTM5MzkgTDQuNTUyMDgzMzMsMTguNTM5MzkzOSBDNC4zMzM1ODMzMywxOC41MzkzOTM5IDQuMTU2MjUsMTguNzE5NTQ4NSA0LjE1NjI1LDE4Ljk0MjQyNDIgQzQuMTU2MjUsMTkuMTY1MyA0LjMzMzU4MzMzLDE5LjM0NTQ1NDUgNC41NTIwODMzMywxOS4zNDU0NTQ1IEwxNC40NDc5MTY3LDE5LjM0NTQ1NDUgQzE0LjY2NjQxNjcsMTkuMzQ1NDU0NSAxNC44NDM3NSwxOS4xNjUzIDE0Ljg0Mzc1LDE4Ljk0MjQyNDIgQzE0Ljg0Mzc1LDE4LjcxOTU0ODUgMTQuNjY2NDE2NywxOC41MzkzOTM5IDE0LjQ0NzkxNjcsMTguNTM5MzkzOSBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTEyLjgzMDU0MTcsMCBMMCwwIEwwLDI0LjE4MTgxODIgTDE4LjYwNDE2NjcsMjQuMTgxODE4MiBMMTguNjA0MTY2Nyw1Ljg3ODYgTDEyLjgzMDU0MTcsMCBaIE0xMy4wNjI1LDEuMzc1OTQ1NDUgTDE3LjI1Mjc5MTcsNS42NDI0MjQyNCBMMTMuMDYyNSw1LjY0MjQyNDI0IEwxMy4wNjI1LDEuMzc1OTQ1NDUgWiBNMC43OTE2NjY2NjcsMjMuMzc1NzU3NiBMMC43OTE2NjY2NjcsMC44MDYwNjA2MDYgTDEyLjI3MDgzMzMsMC44MDYwNjA2MDYgTDEyLjI3MDgzMzMsNi40NDg0ODQ4NSBMMTcuODEyNSw2LjQ0ODQ4NDg1IEwxNy44MTI1LDIzLjM3NTc1NzYgTDAuNzkxNjY2NjY3LDIzLjM3NTc1NzYgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
}
.cmp-resFinder .search-component .search-container .search-result .res-list .bg-img.pdf {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjFweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjEgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjIgKDc4MTgxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5wZGY8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0icGRmIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8cGF0aCBkPSJNMS41MjMzMTM2NSwwIEwxNC4yNDk2MjM2LDAgTDIwLjk5NTExODEsNi43MTMxMDk2OCBMMjAuOTk1MTE4MSwyMi40NDY4MTI5IEMyMC45OTUxMTgxLDIzLjI3MzU3NDIgMjAuMzI0MTI1NSwyMy45NDMyNTE2IDE5LjQ5NzI5ODksMjMuOTQzMjUxNiBMMS41MjMzMTM2NSwyMy45NDMyNTE2IEMwLjY5NjQ4NzA4NSwyMy45NDMyNTE2IDAuMDI1NDk0NDY0OSwyMy4yNzM1NzQyIDAuMDI1NDk0NDY0OSwyMi40NDY4MTI5IEwwLjAyNTQ5NDQ2NDksMS40OTY0Mzg3MSBDMC4wMjU0OTQ0NjQ5LDAuNjY5Njc3NDE5IDAuNjk2NTY0NTc2LDAgMS41MjMzMTM2NSwwIFoiIGlkPSJQYXRoIiBmaWxsPSIjRTI1NzRDIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMC45NzM0OTgyLDYuNzM0MDEyOSBMMTUuNzUyNzg5Nyw2LjczNDAxMjkgQzE0LjkyNTk2MzEsNi43MzQwMTI5IDE0LjI1NDk3MDUsNi4wNjM2Mzg3MSAxNC4yNTQ5NzA1LDUuMjM3NTc0MTkgTDE0LjI1NDk3MDUsMC4wMTQ5NDE5MzU1IEwyMC45NzM0OTgyLDYuNzM0MDEyOSBaIiBpZD0iUGF0aCIgZmlsbD0iI0I1MzYyOSI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMTUuMzc2ODA0NCwxMS4zNDUzNDE5IEMxNS42Mjc3MTk2LDExLjM0NTM0MTkgMTUuNzUwNTQyNCwxMS4xMjY4NjQ1IDE1Ljc1MDU0MjQsMTAuOTE1MTIyNiBDMTUuNzUwNTQyNCwxMC42OTU4NzEgMTUuNjIyNDUwMiwxMC40ODQxMjkgMTUuMzc2ODA0NCwxMC40ODQxMjkgTDEzLjk0Nzg3NDUsMTAuNDg0MTI5IEMxMy42Njg1MjAzLDEwLjQ4NDEyOSAxMy41MTI3NjM4LDEwLjcxNTMwMzIgMTMuNTEyNzYzOCwxMC45NzA0Nzc0IEwxMy41MTI3NjM4LDE0LjQ3ODg5MDMgQzEzLjUxMjc2MzgsMTQuNzkxNjY0NSAxMy42OTA5OTI2LDE0Ljk2NTIzODcgMTMuOTMyMTQzOSwxNC45NjUyMzg3IEMxNC4xNzE4MjI5LDE0Ljk2NTIzODcgMTQuMzUwODI2NiwxNC43OTE2NjQ1IDE0LjM1MDgyNjYsMTQuNDc4ODkwMyBMMTQuMzUwODI2NiwxMy41MTU5NDg0IEwxNS4yMTUwODEyLDEzLjUxNTk0ODQgQzE1LjQ4MzE5OTMsMTMuNTE1OTQ4NCAxNS42MTcyNTgzLDEzLjI5NjY5NjggMTUuNjE3MjU4MywxMy4wNzg5OTM1IEMxNS42MTcyNTgzLDEyLjg2NTc4MDYgMTUuNDgzMTk5MywxMi42NTM5NjEzIDE1LjIxNTA4MTIsMTIuNjUzOTYxMyBMMTQuMzUwODI2NiwxMi42NTM5NjEzIEwxNC4zNTA4MjY2LDExLjM0NTM0MTkgQzE0LjM1MDgyNjYsMTEuMzQ1MzQxOSAxNS4zNzY4MDQ0LDExLjM0NTM0MTkgMTUuMzc2ODA0NCwxMS4zNDUzNDE5IFogTTEwLjU0NzAzNjksMTAuNDg0MTI5IEw5LjUwMTUzMTM3LDEwLjQ4NDEyOSBDOS4yMTc2ODI2NiwxMC40ODQxMjkgOS4wMTYyMDY2NCwxMC42Nzg2ODM5IDkuMDE2MjA2NjQsMTAuOTY3NDU4MSBMOS4wMTYyMDY2NCwxNC40ODE5MDk3IEM5LjAxNjIwNjY0LDE0Ljg0MDI4MzkgOS4zMDYwMjIxNCwxNC45NTI1NDE5IDkuNTEzNDY0OTQsMTQuOTUyNTQxOSBMMTAuNjEwNjU2OCwxNC45NTI1NDE5IEMxMS45MDkyNDcyLDE0Ljk1MjU0MTkgMTIuNzY2NzYwMSwxNC4wOTg4Mzg3IDEyLjc2Njc2MDEsMTIuNzgxMTYxMyBDMTIuNzY2MDYyNywxMS4zODggMTEuOTU4NzYzOCwxMC40ODQxMjkgMTAuNTQ3MDM2OSwxMC40ODQxMjkgWiBNMTAuNTk3MjUwOSwxNC4wODYxNDE5IEw5Ljk1OTg4OTMsMTQuMDg2MTQxOSBMOS45NTk4ODkzLDExLjM1MDYwNjUgTDEwLjUzNDMyODQsMTEuMzUwNjA2NSBDMTEuNDAzODUyNCwxMS4zNTA2MDY1IDExLjc4MjAwNzQsMTEuOTMzNDk2OCAxMS43ODIwMDc0LDEyLjczNzgwNjUgQzExLjc4MjAwNzQsMTMuNDkwNTU0OCAxMS40MTA1MTY2LDE0LjA4NjE0MTkgMTAuNTk3MjUwOSwxNC4wODYxNDE5IFogTTYuNzY3MjY5MzcsMTAuNDg0MTI5IEw1LjczMTUyNzY4LDEwLjQ4NDEyOSBDNS40Mzg2OTAwNCwxMC40ODQxMjkgNS4yNzU0MTY5NywxMC42NzcxMzU1IDUuMjc1NDE2OTcsMTAuOTcwNDc3NCBMNS4yNzU0MTY5NywxNC40Nzg4OTAzIEM1LjI3NTQxNjk3LDE0Ljc5MTY2NDUgNS40NjI2MzQ2OSwxNC45NjUyMzg3IDUuNzE0MjQ3MjMsMTQuOTY1MjM4NyBDNS45NjU4NTk3OCwxNC45NjUyMzg3IDYuMTUzMDc3NDksMTQuNzkxNjY0NSA2LjE1MzA3NzQ5LDE0LjQ3ODg5MDMgTDYuMTUzMDc3NDksMTMuNDU0NTU0OCBMNi44MDIzNzI2OSwxMy40NTQ1NTQ4IEM3LjYwMzcwNDgsMTMuNDU0NTU0OCA4LjI2NTAxMTA3LDEyLjg4NzM4MDYgOC4yNjUwMTEwNywxMS45NzUzMDMyIEM4LjI2NTA4ODU2LDExLjA4MjczNTUgNy42MjcwMjk1MiwxMC40ODQxMjkgNi43NjcyNjkzNywxMC40ODQxMjkgWiBNNi43NTAwNjY0MiwxMi42MzE1ODcxIEw2LjE1MzE1NDk4LDEyLjYzMTU4NzEgTDYuMTUzMTU0OTgsMTEuMzA3OTQ4NCBMNi43NTAwNjY0MiwxMS4zMDc5NDg0IEM3LjExODUzNTA2LDExLjMwNzk0ODQgNy4zNTI5NDQ2NSwxMS41OTUyNTE2IDcuMzUyOTQ0NjUsMTEuOTcwMTE2MSBDNy4zNTIxNjk3NCwxMi4zNDQyODM5IDcuMTE4NTM1MDYsMTIuNjMxNTg3MSA2Ljc1MDA2NjQyLDEyLjYzMTU4NzEgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=');
}
.cmp-resFinder .search-component .search-container .search-result .res-list .bg-img.ppt {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjVweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjUgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjIgKDc4MTgxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5wb3dlcnBvaW50PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9InBvd2VycG9pbnQiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgZmlsbD0iI0VCNjM0NCI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTguMjI5MTk5Miw1LjIzNzkwMjQ0IEMxNy45NDE1NTI3LDUuMjM3OTAyNDQgMTcuNzA4MzQ5Niw1LjQ3MDg3ODA1IDE3LjcwODM0OTYsNS43NTgyNDM5IEwxNy43MDgzNDk2LDguODgwMTk1MTIgQzE3LjcwODM0OTYsOS4xNjc1NjA5OCAxNy45NDE1NTI3LDkuNDAwNTM2NTkgMTguMjI5MTk5Miw5LjQwMDUzNjU5IEwyMS4zNTQxOTkyLDkuNDAwNTM2NTkgQzIxLjY0MTg0NTcsOS40MDA1MzY1OSAyMS44NzUwNDg4LDkuMTY3NTYwOTggMjEuODc1MDQ4OCw4Ljg4MDE5NTEyIEMyMS44NzUsNi44Njg2MzQxNSAyMC4yNDI3MjQ2LDUuMjM3OTAyNDQgMTguMjI5MTk5Miw1LjIzNzkwMjQ0IFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTguMjI5MTk5MiwxMC40NDExNzA3IEMxNy4zNjYyNTk4LDEwLjQ0MTE3MDcgMTYuNjY2Njk5Miw5Ljc0MjI5MjY4IDE2LjY2NjY5OTIsOC44ODAxOTUxMiBMMTYuNjY2Njk5Miw2LjMzMTY1ODU0IEMxNC42Nzc3ODMyLDYuNjE0MjkyNjggMTMuMjk0ODI0Miw4LjQ1NDE5NTEyIDEzLjU3NzczNDQsMTAuNDQxMTcwNyBDMTMuODYwNjQ0NSwxMi40MjgxNDYzIDE1LjcwMjM0MzgsMTMuODA5NzU2MSAxNy42OTEyNTk4LDEzLjUyNzEyMiBDMTkuMjkzNDA4MiwxMy4yOTk0MTQ2IDIwLjU1MjI5NDksMTIuMDQxNzU2MSAyMC43ODAyMjQ2LDEwLjQ0MTE3MDcgTDE4LjIyOTE5OTIsMTAuNDQxMTcwNyBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTE0LjM4NzUsMC4xNDcwMjQzOSBDMTQuMjYzOTE2LDAuMDQ2NzMxNzA3MyAxNC4xMDEyMjA3LDAuMDA4MzkwMjQzOSAxMy45NDU4NDk2LDAuMDQyOTc1NjA5OCBMMC40MDQxOTkyMTksMy4xNjQ5MjY4MyBDMC4xNjU4NjkxNDEsMy4yMTk2NTg1NCAtMC4wMDIyOTQ5MjE4OCwzLjQzMjYzNDE1IC0yLjMyMDM0MTMyZS0wNSwzLjY3NjkyNjgzIEwtMi4zMjAzNDEzMmUtMDUsMjEuMzY4IEMtMi4zMjAzNDEzMmUtMDUsMjEuNjI0NzMxNyAwLjE4NzY0NjQ4NCwyMS44NDMwNzMyIDAuNDQxNjUwMzkxLDIxLjg4MjA5NzYgTDEzLjk4MzMwMDgsMjMuOTYzNDE0NiBDMTQuMjY3NjI3LDI0LjAwNzA3MzIgMTQuNTMzNTQ0OSwyMy44MTIyNDM5IDE0LjU3NzI0NjEsMjMuNTI4MjQzOSBDMTQuNTgxMjUsMjMuNTAyMTQ2MyAxNC41ODMzMDMyLDIzLjQ3NTc1NjEgMTQuNTgzMzAzMiwyMy40NDkzNjU5IEwxNC41ODMzMDMyLDAuNTU0OTc1NjEgQzE0LjU4Mzc4OTEsMC4zOTYyOTI2ODMgMTQuNTExNjY5OSwwLjI0NjA5NzU2MSAxNC4zODc1LDAuMTQ3MDI0MzkgWiIgaWQ9IlBhdGgiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yNC40NzkxOTkyLDIxLjg4ODI5MjcgTDE0LjA2MjUsMjEuODg4MjkyNyBDMTMuNzc0ODUzNSwyMS44ODgyOTI3IDEzLjU0MTY1MDQsMjEuNjU1MzE3MSAxMy41NDE2NTA0LDIxLjM2Nzk1MTIgQzEzLjU0MTY1MDQsMjEuMDgwNTg1NCAxMy43NzQ4NTM1LDIwLjg0NzYwOTggMTQuMDYyNSwyMC44NDc2MDk4IEwyMy45NTgzNDk2LDIwLjg0NzYwOTggTDIzLjk1ODM0OTYsMy4xNTY1ODUzNyBMMTQuMDYyNSwzLjE1NjU4NTM3IEMxMy43NzQ4NTM1LDMuMTU2NTg1MzcgMTMuNTQxNjUwNCwyLjkyMzYwOTc2IDEzLjU0MTY1MDQsMi42MzYyNDM5IEMxMy41NDE2NTA0LDIuMzQ4ODc4MDUgMTMuNzc0ODUzNSwyLjExNTk1MTIyIDE0LjA2MjUsMi4xMTU5NTEyMiBMMjQuNDc5MTUwNCwyLjExNTk1MTIyIEMyNC43NjY3OTY5LDIuMTE1OTUxMjIgMjUsMi4zNDg5MjY4MyAyNSwyLjYzNjI5MjY4IEwyNSwyMS4zNjggQzI1LDIxLjY1NTM2NTkgMjQuNzY2ODQ1NywyMS44ODgyOTI3IDI0LjQ3OTE5OTIsMjEuODg4MjkyNyBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTIxLjM1NDE5OTIsMTguNzY2MzQxNSBMMTQuMDYyNSwxOC43NjYzNDE1IEMxMy43NzQ4NTM1LDE4Ljc2NjM0MTUgMTMuNTQxNjUwNCwxOC41MzMzNjU5IDEzLjU0MTY1MDQsMTguMjQ2IEMxMy41NDE2NTA0LDE3Ljk1ODYzNDEgMTMuNzc0ODUzNSwxNy43MjU2NTg1IDE0LjA2MjUsMTcuNzI1NjU4NSBMMjEuMzU0MTUwNCwxNy43MjU2NTg1IEMyMS42NDE3OTY5LDE3LjcyNTY1ODUgMjEuODc1LDE3Ljk1ODYzNDEgMjEuODc1LDE4LjI0NiBDMjEuODc1LDE4LjUzMzQxNDYgMjEuNjQxODQ1NywxOC43NjYzNDE1IDIxLjM1NDE5OTIsMTguNzY2MzQxNSBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTIxLjM1NDE5OTIsMTUuNjQ0MzkwMiBMMTQuMDYyNSwxNS42NDQzOTAyIEMxMy43NzQ4NTM1LDE1LjY0NDM5MDIgMTMuNTQxNjUwNCwxNS40MTE0MTQ2IDEzLjU0MTY1MDQsMTUuMTI0MDQ4OCBDMTMuNTQxNjUwNCwxNC44MzY2ODI5IDEzLjc3NDg1MzUsMTQuNjAzNzA3MyAxNC4wNjI1LDE0LjYwMzcwNzMgTDIxLjM1NDE1MDQsMTQuNjAzNzA3MyBDMjEuNjQxNzk2OSwxNC42MDM3MDczIDIxLjg3NSwxNC44MzY2ODI5IDIxLjg3NSwxNS4xMjQwNDg4IEMyMS44NzUsMTUuNDExNDYzNCAyMS42NDE4NDU3LDE1LjY0NDM5MDIgMjEuMzU0MTk5MiwxNS42NDQzOTAyIFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPHBhdGggZD0iTTQuNjg3NSwxNi42ODUwNzMyIEM0LjM5OTg1MzUyLDE2LjY4NTA3MzIgNC4xNjY2NTAzOSwxNi40NTIwOTc2IDQuMTY2NjUwMzksMTYuMTY0NzMxNyBMNC4xNjY2NTAzOSw3LjgzOTUxMjIgQzQuMTY2NjUwMzksNy41NTIxNDYzNCA0LjM5OTg1MzUyLDcuMzE5MTcwNzMgNC42ODc1LDcuMzE5MTcwNzMgTDYuNzcwODQ5NjEsNy4zMTkxNzA3MyBDOC4yMDkwODIwMyw3LjMxOTE3MDczIDkuMzc1LDguNDgzOTUxMjIgOS4zNzUsOS45MjA3ODA0OSBMOS4zNzUsMTAuOTYxNDE0NiBDOS4zNzUsMTIuMzk4MjQzOSA4LjIwOTA4MjAzLDEzLjU2MzAyNDQgNi43NzA4NDk2MSwxMy41NjMwMjQ0IEw1LjIwODM0OTYxLDEzLjU2MzAyNDQgTDUuMjA4MzQ5NjEsMTYuMTY0NjM0MSBDNS4yMDgzNDk2MSwxNi40NTIwOTc2IDQuOTc1MTk1MzEsMTYuNjg1MDczMiA0LjY4NzUsMTYuNjg1MDczMiBaIE01LjIwODM0OTYxLDEyLjUyMjQzOSBMNi43NzA4NDk2MSwxMi41MjI0MzkgQzcuNjMzNzg5MDYsMTIuNTIyNDM5IDguMzMzMzQ5NjEsMTEuODIzNTYxIDguMzMzMzQ5NjEsMTAuOTYxNDYzNCBMOC4zMzMzNDk2MSw5LjkyMDgyOTI3IEM4LjMzMzM0OTYxLDkuMDU4NzMxNzEgNy42MzM3ODkwNiw4LjM1OTg1MzY2IDYuNzcwODQ5NjEsOC4zNTk4NTM2NiBMNS4yMDgzNDk2MSw4LjM1OTg1MzY2IEw1LjIwODM0OTYxLDEyLjUyMjQzOSBaIiBpZD0iU2hhcGUiIGZpbGw9IiNGQUZBRkEiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
}
.cmp-resFinder .search-component .search-container .search-result .res-list .bg-img.doc {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjVweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjUgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjIgKDc4MTgxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT53b3JkPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IndvcmQiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgZmlsbD0iIzE1NjVDMCI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTQuMzg3NSwwLjE0NzAyNDM5IEMxNC4yNjM5MTYsMC4wNDY3MzE3MDczIDE0LjEwMTIyMDcsMC4wMDgzOTAyNDM5IDEzLjk0NTg0OTYsMC4wNDI5NzU2MDk4IEwwLjQwNDE5OTIxOSwzLjE2NDkyNjgzIEMwLjE2NTg2OTE0MSwzLjIxOTY1ODU0IC0wLjAwMjI5NDkyMTg4LDMuNDMyNjM0MTUgLTIuMzIwMzQxMzJlLTA1LDMuNjc2OTI2ODMgTC0yLjMyMDM0MTMyZS0wNSwyMS4zNjggQy0yLjMyMDM0MTMyZS0wNSwyMS42MjQ3MzE3IDAuMTg3NjQ2NDg0LDIxLjg0MzA3MzIgMC40NDE2NTAzOTEsMjEuODgyMDk3NiBMMTMuOTgzMzAwOCwyMy45NjM0MTQ2IEMxNC4yNjc2MjcsMjQuMDA3MDczMiAxNC41MzM1NDQ5LDIzLjgxMjI0MzkgMTQuNTc3MjQ2MSwyMy41MjgyNDM5IEMxNC41ODEyNSwyMy41MDIxNDYzIDE0LjU4MzMwMzIsMjMuNDc1NzU2MSAxNC41ODMzMDMyLDIzLjQ0OTM2NTkgTDE0LjU4MzMwMzIsMC41NTQ5NzU2MSBDMTQuNTgzNzg5MSwwLjM5NjI5MjY4MyAxNC41MTE2Njk5LDAuMjQ2MDk3NTYxIDE0LjM4NzUsMC4xNDcwMjQzOSBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTI0LjQ3OTE5OTIsMjEuODg4MjkyNyBMMTQuMDYyNSwyMS44ODgyOTI3IEMxMy43NzQ4NTM1LDIxLjg4ODI5MjcgMTMuNTQxNjUwNCwyMS42NTUzMTcxIDEzLjU0MTY1MDQsMjEuMzY3OTUxMiBDMTMuNTQxNjUwNCwyMS4wODA1ODU0IDEzLjc3NDg1MzUsMjAuODQ3NjA5OCAxNC4wNjI1LDIwLjg0NzYwOTggTDIzLjk1ODM0OTYsMjAuODQ3NjA5OCBMMjMuOTU4MzQ5NiwzLjE1NjU4NTM3IEwxNC4wNjI1LDMuMTU2NTg1MzcgQzEzLjc3NDg1MzUsMy4xNTY1ODUzNyAxMy41NDE2NTA0LDIuOTIzNjA5NzYgMTMuNTQxNjUwNCwyLjYzNjI0MzkgQzEzLjU0MTY1MDQsMi4zNDg4NzgwNSAxMy43NzQ4NTM1LDIuMTE1OTUxMjIgMTQuMDYyNSwyLjExNTk1MTIyIEwyNC40NzkxNTA0LDIuMTE1OTUxMjIgQzI0Ljc2Njc5NjksMi4xMTU5NTEyMiAyNSwyLjM0ODkyNjgzIDI1LDIuNjM2MjkyNjggTDI1LDIxLjM2OCBDMjUsMjEuNjU1MzY1OSAyNC43NjY4NDU3LDIxLjg4ODI5MjcgMjQuNDc5MTk5MiwyMS44ODgyOTI3IFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPHBhdGggZD0iTTguODU0MTk5MjIsMTYuNjg1MDczNCBDOC42MjIxMTkxNCwxNi42ODQ4MjkzIDguNDE4MjYxNzIsMTYuNTMxMTcwNyA4LjM1NDE5OTIyLDE2LjMwODM0MTUgTDYuNzcwODQ5NjEsMTAuNzc0MTQ2MyBMNS4xODc1LDE2LjMwODM0MTUgQzUuMDczMTQ0NTMsMTYuNTg0NDg3OCA0Ljc1NjM0NzY2LDE2LjcxNTc1NjEgNC40Nzk4ODI4MSwxNi42MDE1MTIyIEM0LjM0Njk3MjY2LDE2LjU0NjU4NTQgNC4yNDE0MDYyNSwxNi40NDExMjIgNC4xODY0MjU3OCwxNi4zMDgzNDE1IEwyLjEwMzEyNSw5LjAyMzgwNDg4IEMyLjAxNTkxNzk3LDguNzQ5OTUxMjIgMi4xNjc0ODA0Nyw4LjQ1NzM2NTg1IDIuNDQxNjAxNTYsOC4zNzAyNDM5IEMyLjcxNTcyMjY2LDguMjgzMTIxOTUgMy4wMDg1OTM3NSw4LjQzNDUzNjU5IDMuMDk1ODAwNzgsOC43MDgzOTAyNCBDMy4wOTg4NzY5NSw4LjcxODA0ODc4IDMuMTAxNjYwMTYsOC43Mjc4MDQ4OCAzLjEwNDE5OTIyLDguNzM3NjA5NzYgTDQuNjg3NSwxNC4yNzA3MzE3IEw2LjI3MDg0OTYxLDguNzM2NTg1MzcgQzYuMzg1MjA1MDgsOC40NjA0MzkwMiA2LjcwMjAwMTk1LDguMzI5MTcwNzMgNi45Nzg0NjY4LDguNDQzNDE0NjMgQzcuMTExMzc2OTUsOC40OTgzNDE0NiA3LjIxNjk0MzM2LDguNjAzODA0ODggNy4yNzE5MjM4Myw4LjczNjU4NTM3IEw4Ljg1NDE5OTIyLDE0LjI3MDc4MDUgTDEwLjQzNzU0ODgsOC43Mzc2NTg1NCBDMTAuNTEyNSw4LjQ2MzgwNDg4IDEwLjc5NTUwNzgsOC4zMDI0ODc4IDExLjA2OTYyODksOC4zNzczNjU4NSBDMTEuMDczNTM1Miw4LjM3ODQzOTAyIDExLjA3NzM5MjYsOC4zNzk1NjA5OCAxMS4wODEyOTg4LDguMzgwNjgyOTMgQzExLjM1NzY2Niw4LjQ1OTgwNDg4IDExLjUxNzU3ODEsOC43NDc2NTg1NCAxMS40Mzg1NzQyLDkuMDIzODA0ODggTDkuMzU1MjI0NjEsMTYuMzA4MzQxNSBDOS4yOTEwNjQ0NSwxNi41MzE1NjEgOS4wODY2MjEwOSwxNi42ODUyNjgzIDguODU0MTk5MjIsMTYuNjg1MDczNCBaIiBpZD0iUGF0aCIgZmlsbD0iI0ZBRkFGQSI+PC9wYXRoPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzLjUyNTM5MSwgNS4yMTk1MTIpIiBmaWxsPSIjMTU2NUMwIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04Ljg3MDQ1ODk4LDEuMDU5MDI0MzkgTDAuNTM3MTA5Mzc1LDEuMDU5MDI0MzkgQzAuMjQ5NDYyODkxLDEuMDU5MDI0MzkgMC4wMTYyNTk3NjU2LDAuODI2MDQ4NzggMC4wMTYyNTk3NjU2LDAuNTM4NjgyOTI3IEMwLjAxNjI1OTc2NTYsMC4yNTEzMTcwNzMgMC4yNDk0NjI4OTEsMC4wMTgzNDE0NjM0IDAuNTM3MTA5Mzc1LDAuMDE4MzQxNDYzNCBMOC44NzA0NTg5OCwwLjAxODM0MTQ2MzQgQzkuMTU4MTA1NDcsMC4wMTgzNDE0NjM0IDkuMzkxMzA4NTksMC4yNTEzMTcwNzMgOS4zOTEzMDg1OSwwLjUzODY4MjkyNyBDOS4zOTEzMDg1OSwwLjgyNjA5NzU2MSA5LjE1ODEwNTQ3LDEuMDU5MDI0MzkgOC44NzA0NTg5OCwxLjA1OTAyNDM5IFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOC44NzA0NTg5OCw0LjE4MDk3NTYxIEwwLjUzNzEwOTM3NSw0LjE4MDk3NTYxIEMwLjI0OTQ2Mjg5MSw0LjE4MDk3NTYxIDAuMDE2MjU5NzY1NiwzLjk0OCAwLjAxNjI1OTc2NTYsMy42NjA2MzQxNSBDMC4wMTYyNTk3NjU2LDMuMzczMjY4MjkgMC4yNDk0NjI4OTEsMy4xNDAyOTI2OCAwLjUzNzEwOTM3NSwzLjE0MDI5MjY4IEw4Ljg3MDQ1ODk4LDMuMTQwMjkyNjggQzkuMTU4MTA1NDcsMy4xNDAyOTI2OCA5LjM5MTMwODU5LDMuMzczMjY4MjkgOS4zOTEzMDg1OSwzLjY2MDYzNDE1IEM5LjM5MTMwODU5LDMuOTQ4IDkuMTU4MTA1NDcsNC4xODA5NzU2MSA4Ljg3MDQ1ODk4LDQuMTgwOTc1NjEgWiIgaWQ9IlBhdGgiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04Ljg3MDQ1ODk4LDcuMzAyOTI2ODMgTDAuNTM3MTA5Mzc1LDcuMzAyOTI2ODMgQzAuMjQ5NDYyODkxLDcuMzAyOTI2ODMgMC4wMTYyNTk3NjU2LDcuMDY5OTUxMjIgMC4wMTYyNTk3NjU2LDYuNzgyNTg1MzcgQzAuMDE2MjU5NzY1Niw2LjQ5NTIxOTUxIDAuMjQ5NDYyODkxLDYuMjYyMjQzOSAwLjUzNzEwOTM3NSw2LjI2MjI0MzkgTDguODcwNDU4OTgsNi4yNjIyNDM5IEM5LjE1ODEwNTQ3LDYuMjYyMjQzOSA5LjM5MTMwODU5LDYuNDk1MjE5NTEgOS4zOTEzMDg1OSw2Ljc4MjU4NTM3IEM5LjM5MTMwODU5LDcuMDcgOS4xNTgxMDU0Nyw3LjMwMjkyNjgzIDguODcwNDU4OTgsNy4zMDI5MjY4MyBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTguODcwNDU4OTgsMTAuNDI0ODc4IEwwLjUzNzEwOTM3NSwxMC40MjQ4NzggQzAuMjQ5NDYyODkxLDEwLjQyNDg3OCAwLjAxNjI1OTc2NTYsMTAuMTkxOTAyNCAwLjAxNjI1OTc2NTYsOS45MDQ1MzY1OSBDMC4wMTYyNTk3NjU2LDkuNjE3MTcwNzMgMC4yNDk0NjI4OTEsOS4zODQxOTUxMiAwLjUzNzEwOTM3NSw5LjM4NDE5NTEyIEw4Ljg3MDQ1ODk4LDkuMzg0MTk1MTIgQzkuMTU4MTA1NDcsOS4zODQxOTUxMiA5LjM5MTMwODU5LDkuNjE3MTcwNzMgOS4zOTEzMDg1OSw5LjkwNDUzNjU5IEM5LjM5MTMwODU5LDEwLjE5MTk1MTIgOS4xNTgxMDU0NywxMC40MjQ4NzggOC44NzA0NTg5OCwxMC40MjQ4NzggWiIgaWQ9IlBhdGgiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04Ljg3MDQ1ODk4LDEzLjU0NjgyOTMgTDAuNTM3MTA5Mzc1LDEzLjU0NjgyOTMgQzAuMjQ5NDYyODkxLDEzLjU0NjgyOTMgMC4wMTYyNTk3NjU2LDEzLjMxMzg1MzcgMC4wMTYyNTk3NjU2LDEzLjAyNjQ4NzggQzAuMDE2MjU5NzY1NiwxMi43MzkxMjIgMC4yNDk0NjI4OTEsMTIuNTA2MTQ2MyAwLjUzNzEwOTM3NSwxMi41MDYxNDYzIEw4Ljg3MDQ1ODk4LDEyLjUwNjE0NjMgQzkuMTU4MTA1NDcsMTIuNTA2MTQ2MyA5LjM5MTMwODU5LDEyLjczOTEyMiA5LjM5MTMwODU5LDEzLjAyNjQ4NzggQzkuMzkxMzA4NTksMTMuMzEzOTAyNCA5LjE1ODEwNTQ3LDEzLjU0NjgyOTMgOC44NzA0NTg5OCwxMy41NDY4MjkzIFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
}
.cmp-resFinder .search-component .search-container .search-result .res-list .bg-img.sheet {
  background-image: url('data:image/png+xml;base64,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');
}
.cmp-resFinder .search-component .search-container .search-result .res-list .bg-img .res-img {
  width: 100%;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cmp-resFinder .search-component .search-container .search-result .res-list .res-name,
.cmp-resFinder .search-component .search-container .search-result .res-list .page-name {
  margin: 10px 0px 25px 0px;
  max-height: 100px;
  overflow: hidden;
}
.cmp-resFinder .search-component .search-container .search-result .res-list .res-name a,
.cmp-resFinder .search-component .search-container .search-result .res-list .page-name a {
  font-family: "Diodrum Regular";
  font-size: 1rem;
}
.cmp-resFinder .search-component .search-container .search-result .res-list .res-name .text-search,
.cmp-resFinder .search-component .search-container .search-result .res-list .page-name .text-search {
  background-color: rgba(228, 0, 29, 0.15);
}
.cmp-resFinder .search-component .search-container .search-result .res-list .res-name .text-search .text-search,
.cmp-resFinder .search-component .search-container .search-result .res-list .page-name .text-search .text-search {
  background-color: rgba(255, 255, 255, 0);
}
.cmp-resFinder .search-component .search-container .search-result .res-list .res-download {
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  width: calc(100% - 30px);
  cursor: pointer;
}
.cmp-resFinder .search-component .search-container .search-result .res-list .res-download a > div {
  width: 25px;
  height: 20px;
  display: inline-block;
  background-size: 100% 100%;
  position: relative;
  top: 2px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAZCAYAAADAHFVeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAI/SURBVEhL5ZS7amJRFIbnWXwJQcXCC5hOEUklIihaGBC0EHwE0wQLE4iFoERFG0kMFiqKgkJiJySFWGoSQYyKF6L/sLbnHJzjBY1kYJgf/mKvs/f61tqX8wt/Uf8WbLlcMh+io2CdTgfxeJz58/OTix6uo2Cvr6/weDzwer14f3/noofrKFiz2YTdbmfudrtc9HD9R7B9N+tHOxODj4FtK/robbTZbN/qjOB7YW9vb+j3+5jP52zMd0ZAHjadTtHr9ZjXtbczeqS0gE9MisViCAQCKJfLmEwmG9s4Ho/x8PCAy8tLZDIZbhUwm83YOxyNRlxkJQFWLBYRiUTQarW4CJBOp2E2m9lDLpVKaDQaAqzdbiObzcLhcMDpdCKXy7E11NHLywtCoRCen59ZjJcAo+pMJhMKhYKwBYPBADc3Nzg/P4fb7UY4HIbFYmGmX5bVamXFJBIJDIdDtmaxWOD+/h5arRZ3d3csxmsDRh2ui4C3t7cwGAxQq9U4OztjVqlUMBqNrHseRDoJRiJgNBqFTCaDRCJhViqVeHx83DgXHqbRaL4HowR0eZLJJORyOXM+n2dFiG/dyTDS19cXPj4+UK1WmQlEicU6GKbT6XB9fY16vb7VtVoNlUqFedt3Ms25urqCQqHYDQsGg+xM6NDpKp9ivV4PqVSKVCrFZV9JgNEZ+Hw+uFwu5ouLC+Zd4/WY2PTN7/fj6emJy74Sg4kPmcZib9N6fNfc9bHQ2U+KB27AxJWRtlW8T/zcP9cBvwHowYGFuF5+PQAAAABJRU5ErkJggg==');
}
.cmp-resFinder .search-component .search-container .search-result .res-list .res-download:hover a {
  color: #e4001c;
}
.cmp-resFinder .search-component .search-container .search-result .res-list .res-download:hover a div {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAZCAYAAAAv3j5gAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAMqSURBVEhLrZXbTxNBFMb9q3xRn0z0BR5MMMSACYk3CMR4ARSERhTwrsQolWBCQnzQSORBojHGPqCGqCiXIhAE0Ra627Itvdju9rL7eWZmNy3trqmErzk7Zy47vzlnTttdsJVhmqkCd7tyANlJ58/tMktBhTuRvwPBcNlH5LB70vMR8dHXSC+tmCPl6z9SB0QGhhHquoXkh0/mSPmyATknS7nrhnTehT/vxs2R8uUAsocJUOdOgZjsYfmI3psj5esfd1QKKwYZhn3kdiq/GGhPp4g4zmKy1oZPIIcZJn5ia04nUD8CzS4kPEWps5Y4bMPEI7KbzyUSyCoKDFU1Rwwod9yQz1lVR2/lcjDYOjkII5sVyxwkQJksLQ7B0DTqCGxqchrhR0OIPhuFnkjy+2AglrqEZxx6JsO/uOEHg4g8foLcZpS/ZxA8F48jF4nwviUOygY3oNwfhDbzHUZKRKCSH+rtw9rxs4iNjEGPxaHcfihAbzzQ5peg9A3AV1OP6PBz6NE4vWXwA8dpPvZijO9jiYO0xR/4ua8SsaejdJJNPmGoGlITk5BauvhmiVdvEezohdTUhkj/EMJ0MP/RRoK7kQvT6XX2o2tA8y4g2HkDgdPtfB9LjiAmI61BnZ5FoKEVv6vq4Ks+Af+Rk/AdPgZ/bQM2KEI9KlLGxNKrzRHIdd0ZtLK3FMRksLtYXsVabSOtqcDy7oNYPVAN5d4Arc1DLGneeYroWimIXf1WELvEgjqkUxppcfHr9S34VVmLsHsIWUk202XKfCVNqQt1biMiIYJl0lBpk+TnKWT867y6isVY6blFhFxOd7RAoD0VCFPOk+MTUL95yWahTs2QsVZY8ss0B6W+snEvNGZsLbWWxanapKaL9iCWltX9VVirOQXpTAdkqjS55TKkVmFyaxe1zK6YLc2bxqqSm9kP1DfDd6gO8oWrHGCJg1jtb9x8APlSD+T2Hkht3ZDbCnzWkrFWbmf9bhoXc5aJOTLyg/TnGBt5yQGWOMhSQQlwn/fpYY3bzpcpDip+qcSnR36MCoN/yDN/rsqRiMhmPd9IuEJ6vsdBBRDubVlcLOAv0Ih8v3+NBkkAAAAASUVORK5CYII=');
}
.cmp-resFinder .search-component .search-container .search-result .image-list {
  margin-top: 25px;
  position: relative;
}
.cmp-resFinder .search-component .search-container .search-result .image-list .bg-img {
  background-image: url('data:image/png;base64,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');
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40% 40%;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
}
.cmp-resFinder .search-component .search-container .search-result .image-list .bg-img .thumb-img {
  width: 100%;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cmp-resFinder .search-component .search-container .search-result .image-list .img-name {
  margin: 10px 0px 25px 0px;
  max-height: 100px;
  overflow: hidden;
}
.cmp-resFinder .search-component .search-container .search-result .image-list .img-name .text-search {
  background-color: rgba(228, 0, 29, 0.15);
}
.cmp-resFinder .search-component .search-container .search-result .image-list .img-name .text-search .text-search {
  background-color: rgba(255, 255, 255, 0);
}
.cmp-resFinder .search-component .search-container .search-result .image-list .img-download {
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  width: calc(100% - 30px);
  cursor: pointer;
}
.cmp-resFinder .search-component .search-container .search-result .image-list .img-download a > div {
  width: 25px;
  height: 20px;
  display: inline-block;
  background-size: 100% 100%;
  position: relative;
  top: 2px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAZCAYAAADAHFVeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAI/SURBVEhL5ZS7amJRFIbnWXwJQcXCC5hOEUklIihaGBC0EHwE0wQLE4iFoERFG0kMFiqKgkJiJySFWGoSQYyKF6L/sLbnHJzjBY1kYJgf/mKvs/f61tqX8wt/Uf8WbLlcMh+io2CdTgfxeJz58/OTix6uo2Cvr6/weDzwer14f3/noofrKFiz2YTdbmfudrtc9HD9R7B9N+tHOxODj4FtK/robbTZbN/qjOB7YW9vb+j3+5jP52zMd0ZAHjadTtHr9ZjXtbczeqS0gE9MisViCAQCKJfLmEwmG9s4Ho/x8PCAy8tLZDIZbhUwm83YOxyNRlxkJQFWLBYRiUTQarW4CJBOp2E2m9lDLpVKaDQaAqzdbiObzcLhcMDpdCKXy7E11NHLywtCoRCen59ZjJcAo+pMJhMKhYKwBYPBADc3Nzg/P4fb7UY4HIbFYmGmX5bVamXFJBIJDIdDtmaxWOD+/h5arRZ3d3csxmsDRh2ui4C3t7cwGAxQq9U4OztjVqlUMBqNrHseRDoJRiJgNBqFTCaDRCJhViqVeHx83DgXHqbRaL4HowR0eZLJJORyOXM+n2dFiG/dyTDS19cXPj4+UK1WmQlEicU6GKbT6XB9fY16vb7VtVoNlUqFedt3Ms25urqCQqHYDQsGg+xM6NDpKp9ivV4PqVSKVCrFZV9JgNEZ+Hw+uFwu5ouLC+Zd4/WY2PTN7/fj6emJy74Sg4kPmcZib9N6fNfc9bHQ2U+KB27AxJWRtlW8T/zcP9cBvwHowYGFuF5+PQAAAABJRU5ErkJggg==');
}
.cmp-resFinder .search-component .search-container .search-result .image-list .img-download:hover a {
  color: #e4001c;
}
.cmp-resFinder .search-component .search-container .search-result .image-list .img-download:hover a div {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAZCAYAAAAv3j5gAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAMqSURBVEhLrZXbTxNBFMb9q3xRn0z0BR5MMMSACYk3CMR4ARSERhTwrsQolWBCQnzQSORBojHGPqCGqCiXIhAE0Ra627Itvdju9rL7eWZmNy3trqmErzk7Zy47vzlnTttdsJVhmqkCd7tyANlJ58/tMktBhTuRvwPBcNlH5LB70vMR8dHXSC+tmCPl6z9SB0QGhhHquoXkh0/mSPmyATknS7nrhnTehT/vxs2R8uUAsocJUOdOgZjsYfmI3psj5esfd1QKKwYZhn3kdiq/GGhPp4g4zmKy1oZPIIcZJn5ia04nUD8CzS4kPEWps5Y4bMPEI7KbzyUSyCoKDFU1Rwwod9yQz1lVR2/lcjDYOjkII5sVyxwkQJksLQ7B0DTqCGxqchrhR0OIPhuFnkjy+2AglrqEZxx6JsO/uOEHg4g8foLcZpS/ZxA8F48jF4nwviUOygY3oNwfhDbzHUZKRKCSH+rtw9rxs4iNjEGPxaHcfihAbzzQ5peg9A3AV1OP6PBz6NE4vWXwA8dpPvZijO9jiYO0xR/4ua8SsaejdJJNPmGoGlITk5BauvhmiVdvEezohdTUhkj/EMJ0MP/RRoK7kQvT6XX2o2tA8y4g2HkDgdPtfB9LjiAmI61BnZ5FoKEVv6vq4Ks+Af+Rk/AdPgZ/bQM2KEI9KlLGxNKrzRHIdd0ZtLK3FMRksLtYXsVabSOtqcDy7oNYPVAN5d4Arc1DLGneeYroWimIXf1WELvEgjqkUxppcfHr9S34VVmLsHsIWUk202XKfCVNqQt1biMiIYJl0lBpk+TnKWT867y6isVY6blFhFxOd7RAoD0VCFPOk+MTUL95yWahTs2QsVZY8ss0B6W+snEvNGZsLbWWxanapKaL9iCWltX9VVirOQXpTAdkqjS55TKkVmFyaxe1zK6YLc2bxqqSm9kP1DfDd6gO8oWrHGCJg1jtb9x8APlSD+T2Hkht3ZDbCnzWkrFWbmf9bhoXc5aJOTLyg/TnGBt5yQGWOMhSQQlwn/fpYY3bzpcpDip+qcSnR36MCoN/yDN/rsqRiMhmPd9IuEJ6vsdBBRDubVlcLOAv0Ih8v3+NBkkAAAAASUVORK5CYII=');
}
.cmp-resFinder .search-component .search-container .search-result .video-list {
  margin-top: 25px;
  position: relative;
}
.cmp-resFinder .search-component .search-container .search-result .video-list video {
  width: 100%;
  height: 180px;
  object-fit: fill;
  background: black;
}
.cmp-resFinder .search-component .search-container .search-result .video-list .play-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  top: 80px;
  left: 45%;
  background-size: 100% 100%;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NiIgaGVpZ2h0PSI1NiIgdmlld0JveD0iMCAwIDU2IDU2Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJyb3RhdGUoLTE4MCAyOCAyOCkiPgogICAgICAgIDxjaXJjbGUgY3g9IjI4IiBjeT0iMjgiIHI9IjI4IiBmaWxsPSIjRkZGIiBmaWxsLW9wYWNpdHk9Ii44MDMiLz4KICAgICAgICA8cGF0aCBmaWxsPSIjRTQwMDFDIiBkPSJNMTUuNCAyOEwzNSAxNS40djI1LjJ6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=');
}
.cmp-resFinder .search-component .search-container .search-result .video-list .vid-name-container {
  width: 100%;
  -webkit-box-shadow: 0 3px 5px 0 #a6a6a6;
  -moz-box-shadow: 0 3px 5px 0 #a6a6a6;
  box-shadow: 0 3px 5px 0 #a6a6a6;
  padding: 8px;
  position: relative;
  top: -5px;
  overflow: hidden;
  height: 60px;
}
.cmp-resFinder .search-component .search-container .search-result .video-list .vid-name-container .vid-name {
  margin: 10px 0px 25px 0px;
  max-height: 100px;
  overflow: hidden;
}
.cmp-resFinder .search-component .search-container .search-result .video-list .vid-name-container .vid-name .text-search {
  background-color: rgba(228, 0, 29, 0.15);
}
.cmp-resFinder .search-component .search-container .search-result .video-list .vid-name-container .vid-name .text-search .text-search {
  background-color: rgba(255, 255, 255, 0);
}
.cmp-resFinder .search-component .search-container .search-result .list-view,
.cmp-resFinder .search-component .search-container .search-result .block-view {
  display: none;
}
.cmp-resFinder .search-component .search-container .search-result .item-result {
  padding: 18px 0px 10px 0px;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}
.cmp-resFinder .search-component .search-container .search-result .item-result.article {
  /*h5 {
							color: @red;
						}*/
}
.cmp-resFinder .search-component .search-container .search-result .item-result.article .publish-date {
  font-size: 12px;
}
.cmp-resFinder .search-component .search-container .search-result .item-result.article .publish-date span {
  font-family: "Diodrum Semibold";
}
.cmp-resFinder .search-component .search-container .search-result .item-result .text-search {
  background-color: rgba(228, 0, 29, 0.15);
}
.cmp-resFinder .search-component .search-container .search-result .item-result .text-search .text-search {
  background-color: rgba(255, 255, 255, 0);
}
.cmp-resFinder .search-component .search-container .search-result .item-result a .fa {
  display: none;
}
.cmp-resFinder .search-component .search-container .search-result .item-result a h5:hover {
  color: #e4001c;
}
.cmp-resFinder .search-component .search-container .search-result .item-result div {
  width: calc(100% - 35px);
}
.cmp-resFinder .search-component .search-container .search-result .item-result div h5 {
  float: left;
}
.cmp-resFinder .search-component .search-container .search-result .item-result .res-icon {
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  float: right;
}
.cmp-resFinder .search-component .search-container .search-result .item-result .res-icon.pdf {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjFweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjEgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjIgKDc4MTgxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5wZGY8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0icGRmIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8cGF0aCBkPSJNMS41MjMzMTM2NSwwIEwxNC4yNDk2MjM2LDAgTDIwLjk5NTExODEsNi43MTMxMDk2OCBMMjAuOTk1MTE4MSwyMi40NDY4MTI5IEMyMC45OTUxMTgxLDIzLjI3MzU3NDIgMjAuMzI0MTI1NSwyMy45NDMyNTE2IDE5LjQ5NzI5ODksMjMuOTQzMjUxNiBMMS41MjMzMTM2NSwyMy45NDMyNTE2IEMwLjY5NjQ4NzA4NSwyMy45NDMyNTE2IDAuMDI1NDk0NDY0OSwyMy4yNzM1NzQyIDAuMDI1NDk0NDY0OSwyMi40NDY4MTI5IEwwLjAyNTQ5NDQ2NDksMS40OTY0Mzg3MSBDMC4wMjU0OTQ0NjQ5LDAuNjY5Njc3NDE5IDAuNjk2NTY0NTc2LDAgMS41MjMzMTM2NSwwIFoiIGlkPSJQYXRoIiBmaWxsPSIjRTI1NzRDIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMC45NzM0OTgyLDYuNzM0MDEyOSBMMTUuNzUyNzg5Nyw2LjczNDAxMjkgQzE0LjkyNTk2MzEsNi43MzQwMTI5IDE0LjI1NDk3MDUsNi4wNjM2Mzg3MSAxNC4yNTQ5NzA1LDUuMjM3NTc0MTkgTDE0LjI1NDk3MDUsMC4wMTQ5NDE5MzU1IEwyMC45NzM0OTgyLDYuNzM0MDEyOSBaIiBpZD0iUGF0aCIgZmlsbD0iI0I1MzYyOSI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMTUuMzc2ODA0NCwxMS4zNDUzNDE5IEMxNS42Mjc3MTk2LDExLjM0NTM0MTkgMTUuNzUwNTQyNCwxMS4xMjY4NjQ1IDE1Ljc1MDU0MjQsMTAuOTE1MTIyNiBDMTUuNzUwNTQyNCwxMC42OTU4NzEgMTUuNjIyNDUwMiwxMC40ODQxMjkgMTUuMzc2ODA0NCwxMC40ODQxMjkgTDEzLjk0Nzg3NDUsMTAuNDg0MTI5IEMxMy42Njg1MjAzLDEwLjQ4NDEyOSAxMy41MTI3NjM4LDEwLjcxNTMwMzIgMTMuNTEyNzYzOCwxMC45NzA0Nzc0IEwxMy41MTI3NjM4LDE0LjQ3ODg5MDMgQzEzLjUxMjc2MzgsMTQuNzkxNjY0NSAxMy42OTA5OTI2LDE0Ljk2NTIzODcgMTMuOTMyMTQzOSwxNC45NjUyMzg3IEMxNC4xNzE4MjI5LDE0Ljk2NTIzODcgMTQuMzUwODI2NiwxNC43OTE2NjQ1IDE0LjM1MDgyNjYsMTQuNDc4ODkwMyBMMTQuMzUwODI2NiwxMy41MTU5NDg0IEwxNS4yMTUwODEyLDEzLjUxNTk0ODQgQzE1LjQ4MzE5OTMsMTMuNTE1OTQ4NCAxNS42MTcyNTgzLDEzLjI5NjY5NjggMTUuNjE3MjU4MywxMy4wNzg5OTM1IEMxNS42MTcyNTgzLDEyLjg2NTc4MDYgMTUuNDgzMTk5MywxMi42NTM5NjEzIDE1LjIxNTA4MTIsMTIuNjUzOTYxMyBMMTQuMzUwODI2NiwxMi42NTM5NjEzIEwxNC4zNTA4MjY2LDExLjM0NTM0MTkgQzE0LjM1MDgyNjYsMTEuMzQ1MzQxOSAxNS4zNzY4MDQ0LDExLjM0NTM0MTkgMTUuMzc2ODA0NCwxMS4zNDUzNDE5IFogTTEwLjU0NzAzNjksMTAuNDg0MTI5IEw5LjUwMTUzMTM3LDEwLjQ4NDEyOSBDOS4yMTc2ODI2NiwxMC40ODQxMjkgOS4wMTYyMDY2NCwxMC42Nzg2ODM5IDkuMDE2MjA2NjQsMTAuOTY3NDU4MSBMOS4wMTYyMDY2NCwxNC40ODE5MDk3IEM5LjAxNjIwNjY0LDE0Ljg0MDI4MzkgOS4zMDYwMjIxNCwxNC45NTI1NDE5IDkuNTEzNDY0OTQsMTQuOTUyNTQxOSBMMTAuNjEwNjU2OCwxNC45NTI1NDE5IEMxMS45MDkyNDcyLDE0Ljk1MjU0MTkgMTIuNzY2NzYwMSwxNC4wOTg4Mzg3IDEyLjc2Njc2MDEsMTIuNzgxMTYxMyBDMTIuNzY2MDYyNywxMS4zODggMTEuOTU4NzYzOCwxMC40ODQxMjkgMTAuNTQ3MDM2OSwxMC40ODQxMjkgWiBNMTAuNTk3MjUwOSwxNC4wODYxNDE5IEw5Ljk1OTg4OTMsMTQuMDg2MTQxOSBMOS45NTk4ODkzLDExLjM1MDYwNjUgTDEwLjUzNDMyODQsMTEuMzUwNjA2NSBDMTEuNDAzODUyNCwxMS4zNTA2MDY1IDExLjc4MjAwNzQsMTEuOTMzNDk2OCAxMS43ODIwMDc0LDEyLjczNzgwNjUgQzExLjc4MjAwNzQsMTMuNDkwNTU0OCAxMS40MTA1MTY2LDE0LjA4NjE0MTkgMTAuNTk3MjUwOSwxNC4wODYxNDE5IFogTTYuNzY3MjY5MzcsMTAuNDg0MTI5IEw1LjczMTUyNzY4LDEwLjQ4NDEyOSBDNS40Mzg2OTAwNCwxMC40ODQxMjkgNS4yNzU0MTY5NywxMC42NzcxMzU1IDUuMjc1NDE2OTcsMTAuOTcwNDc3NCBMNS4yNzU0MTY5NywxNC40Nzg4OTAzIEM1LjI3NTQxNjk3LDE0Ljc5MTY2NDUgNS40NjI2MzQ2OSwxNC45NjUyMzg3IDUuNzE0MjQ3MjMsMTQuOTY1MjM4NyBDNS45NjU4NTk3OCwxNC45NjUyMzg3IDYuMTUzMDc3NDksMTQuNzkxNjY0NSA2LjE1MzA3NzQ5LDE0LjQ3ODg5MDMgTDYuMTUzMDc3NDksMTMuNDU0NTU0OCBMNi44MDIzNzI2OSwxMy40NTQ1NTQ4IEM3LjYwMzcwNDgsMTMuNDU0NTU0OCA4LjI2NTAxMTA3LDEyLjg4NzM4MDYgOC4yNjUwMTEwNywxMS45NzUzMDMyIEM4LjI2NTA4ODU2LDExLjA4MjczNTUgNy42MjcwMjk1MiwxMC40ODQxMjkgNi43NjcyNjkzNywxMC40ODQxMjkgWiBNNi43NTAwNjY0MiwxMi42MzE1ODcxIEw2LjE1MzE1NDk4LDEyLjYzMTU4NzEgTDYuMTUzMTU0OTgsMTEuMzA3OTQ4NCBMNi43NTAwNjY0MiwxMS4zMDc5NDg0IEM3LjExODUzNTA2LDExLjMwNzk0ODQgNy4zNTI5NDQ2NSwxMS41OTUyNTE2IDcuMzUyOTQ0NjUsMTEuOTcwMTE2MSBDNy4zNTIxNjk3NCwxMi4zNDQyODM5IDcuMTE4NTM1MDYsMTIuNjMxNTg3MSA2Ljc1MDA2NjQyLDEyLjYzMTU4NzEgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=');
}
.cmp-resFinder .search-component .search-container .search-result .item-result .res-icon.doc {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjVweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjUgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjIgKDc4MTgxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT53b3JkPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IndvcmQiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgZmlsbD0iIzE1NjVDMCI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTQuMzg3NSwwLjE0NzAyNDM5IEMxNC4yNjM5MTYsMC4wNDY3MzE3MDczIDE0LjEwMTIyMDcsMC4wMDgzOTAyNDM5IDEzLjk0NTg0OTYsMC4wNDI5NzU2MDk4IEwwLjQwNDE5OTIxOSwzLjE2NDkyNjgzIEMwLjE2NTg2OTE0MSwzLjIxOTY1ODU0IC0wLjAwMjI5NDkyMTg4LDMuNDMyNjM0MTUgLTIuMzIwMzQxMzJlLTA1LDMuNjc2OTI2ODMgTC0yLjMyMDM0MTMyZS0wNSwyMS4zNjggQy0yLjMyMDM0MTMyZS0wNSwyMS42MjQ3MzE3IDAuMTg3NjQ2NDg0LDIxLjg0MzA3MzIgMC40NDE2NTAzOTEsMjEuODgyMDk3NiBMMTMuOTgzMzAwOCwyMy45NjM0MTQ2IEMxNC4yNjc2MjcsMjQuMDA3MDczMiAxNC41MzM1NDQ5LDIzLjgxMjI0MzkgMTQuNTc3MjQ2MSwyMy41MjgyNDM5IEMxNC41ODEyNSwyMy41MDIxNDYzIDE0LjU4MzMwMzIsMjMuNDc1NzU2MSAxNC41ODMzMDMyLDIzLjQ0OTM2NTkgTDE0LjU4MzMwMzIsMC41NTQ5NzU2MSBDMTQuNTgzNzg5MSwwLjM5NjI5MjY4MyAxNC41MTE2Njk5LDAuMjQ2MDk3NTYxIDE0LjM4NzUsMC4xNDcwMjQzOSBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTI0LjQ3OTE5OTIsMjEuODg4MjkyNyBMMTQuMDYyNSwyMS44ODgyOTI3IEMxMy43NzQ4NTM1LDIxLjg4ODI5MjcgMTMuNTQxNjUwNCwyMS42NTUzMTcxIDEzLjU0MTY1MDQsMjEuMzY3OTUxMiBDMTMuNTQxNjUwNCwyMS4wODA1ODU0IDEzLjc3NDg1MzUsMjAuODQ3NjA5OCAxNC4wNjI1LDIwLjg0NzYwOTggTDIzLjk1ODM0OTYsMjAuODQ3NjA5OCBMMjMuOTU4MzQ5NiwzLjE1NjU4NTM3IEwxNC4wNjI1LDMuMTU2NTg1MzcgQzEzLjc3NDg1MzUsMy4xNTY1ODUzNyAxMy41NDE2NTA0LDIuOTIzNjA5NzYgMTMuNTQxNjUwNCwyLjYzNjI0MzkgQzEzLjU0MTY1MDQsMi4zNDg4NzgwNSAxMy43NzQ4NTM1LDIuMTE1OTUxMjIgMTQuMDYyNSwyLjExNTk1MTIyIEwyNC40NzkxNTA0LDIuMTE1OTUxMjIgQzI0Ljc2Njc5NjksMi4xMTU5NTEyMiAyNSwyLjM0ODkyNjgzIDI1LDIuNjM2MjkyNjggTDI1LDIxLjM2OCBDMjUsMjEuNjU1MzY1OSAyNC43NjY4NDU3LDIxLjg4ODI5MjcgMjQuNDc5MTk5MiwyMS44ODgyOTI3IFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPHBhdGggZD0iTTguODU0MTk5MjIsMTYuNjg1MDczNCBDOC42MjIxMTkxNCwxNi42ODQ4MjkzIDguNDE4MjYxNzIsMTYuNTMxMTcwNyA4LjM1NDE5OTIyLDE2LjMwODM0MTUgTDYuNzcwODQ5NjEsMTAuNzc0MTQ2MyBMNS4xODc1LDE2LjMwODM0MTUgQzUuMDczMTQ0NTMsMTYuNTg0NDg3OCA0Ljc1NjM0NzY2LDE2LjcxNTc1NjEgNC40Nzk4ODI4MSwxNi42MDE1MTIyIEM0LjM0Njk3MjY2LDE2LjU0NjU4NTQgNC4yNDE0MDYyNSwxNi40NDExMjIgNC4xODY0MjU3OCwxNi4zMDgzNDE1IEwyLjEwMzEyNSw5LjAyMzgwNDg4IEMyLjAxNTkxNzk3LDguNzQ5OTUxMjIgMi4xNjc0ODA0Nyw4LjQ1NzM2NTg1IDIuNDQxNjAxNTYsOC4zNzAyNDM5IEMyLjcxNTcyMjY2LDguMjgzMTIxOTUgMy4wMDg1OTM3NSw4LjQzNDUzNjU5IDMuMDk1ODAwNzgsOC43MDgzOTAyNCBDMy4wOTg4NzY5NSw4LjcxODA0ODc4IDMuMTAxNjYwMTYsOC43Mjc4MDQ4OCAzLjEwNDE5OTIyLDguNzM3NjA5NzYgTDQuNjg3NSwxNC4yNzA3MzE3IEw2LjI3MDg0OTYxLDguNzM2NTg1MzcgQzYuMzg1MjA1MDgsOC40NjA0MzkwMiA2LjcwMjAwMTk1LDguMzI5MTcwNzMgNi45Nzg0NjY4LDguNDQzNDE0NjMgQzcuMTExMzc2OTUsOC40OTgzNDE0NiA3LjIxNjk0MzM2LDguNjAzODA0ODggNy4yNzE5MjM4Myw4LjczNjU4NTM3IEw4Ljg1NDE5OTIyLDE0LjI3MDc4MDUgTDEwLjQzNzU0ODgsOC43Mzc2NTg1NCBDMTAuNTEyNSw4LjQ2MzgwNDg4IDEwLjc5NTUwNzgsOC4zMDI0ODc4IDExLjA2OTYyODksOC4zNzczNjU4NSBDMTEuMDczNTM1Miw4LjM3ODQzOTAyIDExLjA3NzM5MjYsOC4zNzk1NjA5OCAxMS4wODEyOTg4LDguMzgwNjgyOTMgQzExLjM1NzY2Niw4LjQ1OTgwNDg4IDExLjUxNzU3ODEsOC43NDc2NTg1NCAxMS40Mzg1NzQyLDkuMDIzODA0ODggTDkuMzU1MjI0NjEsMTYuMzA4MzQxNSBDOS4yOTEwNjQ0NSwxNi41MzE1NjEgOS4wODY2MjEwOSwxNi42ODUyNjgzIDguODU0MTk5MjIsMTYuNjg1MDczNCBaIiBpZD0iUGF0aCIgZmlsbD0iI0ZBRkFGQSI+PC9wYXRoPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzLjUyNTM5MSwgNS4yMTk1MTIpIiBmaWxsPSIjMTU2NUMwIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04Ljg3MDQ1ODk4LDEuMDU5MDI0MzkgTDAuNTM3MTA5Mzc1LDEuMDU5MDI0MzkgQzAuMjQ5NDYyODkxLDEuMDU5MDI0MzkgMC4wMTYyNTk3NjU2LDAuODI2MDQ4NzggMC4wMTYyNTk3NjU2LDAuNTM4NjgyOTI3IEMwLjAxNjI1OTc2NTYsMC4yNTEzMTcwNzMgMC4yNDk0NjI4OTEsMC4wMTgzNDE0NjM0IDAuNTM3MTA5Mzc1LDAuMDE4MzQxNDYzNCBMOC44NzA0NTg5OCwwLjAxODM0MTQ2MzQgQzkuMTU4MTA1NDcsMC4wMTgzNDE0NjM0IDkuMzkxMzA4NTksMC4yNTEzMTcwNzMgOS4zOTEzMDg1OSwwLjUzODY4MjkyNyBDOS4zOTEzMDg1OSwwLjgyNjA5NzU2MSA5LjE1ODEwNTQ3LDEuMDU5MDI0MzkgOC44NzA0NTg5OCwxLjA1OTAyNDM5IFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOC44NzA0NTg5OCw0LjE4MDk3NTYxIEwwLjUzNzEwOTM3NSw0LjE4MDk3NTYxIEMwLjI0OTQ2Mjg5MSw0LjE4MDk3NTYxIDAuMDE2MjU5NzY1NiwzLjk0OCAwLjAxNjI1OTc2NTYsMy42NjA2MzQxNSBDMC4wMTYyNTk3NjU2LDMuMzczMjY4MjkgMC4yNDk0NjI4OTEsMy4xNDAyOTI2OCAwLjUzNzEwOTM3NSwzLjE0MDI5MjY4IEw4Ljg3MDQ1ODk4LDMuMTQwMjkyNjggQzkuMTU4MTA1NDcsMy4xNDAyOTI2OCA5LjM5MTMwODU5LDMuMzczMjY4MjkgOS4zOTEzMDg1OSwzLjY2MDYzNDE1IEM5LjM5MTMwODU5LDMuOTQ4IDkuMTU4MTA1NDcsNC4xODA5NzU2MSA4Ljg3MDQ1ODk4LDQuMTgwOTc1NjEgWiIgaWQ9IlBhdGgiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04Ljg3MDQ1ODk4LDcuMzAyOTI2ODMgTDAuNTM3MTA5Mzc1LDcuMzAyOTI2ODMgQzAuMjQ5NDYyODkxLDcuMzAyOTI2ODMgMC4wMTYyNTk3NjU2LDcuMDY5OTUxMjIgMC4wMTYyNTk3NjU2LDYuNzgyNTg1MzcgQzAuMDE2MjU5NzY1Niw2LjQ5NTIxOTUxIDAuMjQ5NDYyODkxLDYuMjYyMjQzOSAwLjUzNzEwOTM3NSw2LjI2MjI0MzkgTDguODcwNDU4OTgsNi4yNjIyNDM5IEM5LjE1ODEwNTQ3LDYuMjYyMjQzOSA5LjM5MTMwODU5LDYuNDk1MjE5NTEgOS4zOTEzMDg1OSw2Ljc4MjU4NTM3IEM5LjM5MTMwODU5LDcuMDcgOS4xNTgxMDU0Nyw3LjMwMjkyNjgzIDguODcwNDU4OTgsNy4zMDI5MjY4MyBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTguODcwNDU4OTgsMTAuNDI0ODc4IEwwLjUzNzEwOTM3NSwxMC40MjQ4NzggQzAuMjQ5NDYyODkxLDEwLjQyNDg3OCAwLjAxNjI1OTc2NTYsMTAuMTkxOTAyNCAwLjAxNjI1OTc2NTYsOS45MDQ1MzY1OSBDMC4wMTYyNTk3NjU2LDkuNjE3MTcwNzMgMC4yNDk0NjI4OTEsOS4zODQxOTUxMiAwLjUzNzEwOTM3NSw5LjM4NDE5NTEyIEw4Ljg3MDQ1ODk4LDkuMzg0MTk1MTIgQzkuMTU4MTA1NDcsOS4zODQxOTUxMiA5LjM5MTMwODU5LDkuNjE3MTcwNzMgOS4zOTEzMDg1OSw5LjkwNDUzNjU5IEM5LjM5MTMwODU5LDEwLjE5MTk1MTIgOS4xNTgxMDU0NywxMC40MjQ4NzggOC44NzA0NTg5OCwxMC40MjQ4NzggWiIgaWQ9IlBhdGgiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04Ljg3MDQ1ODk4LDEzLjU0NjgyOTMgTDAuNTM3MTA5Mzc1LDEzLjU0NjgyOTMgQzAuMjQ5NDYyODkxLDEzLjU0NjgyOTMgMC4wMTYyNTk3NjU2LDEzLjMxMzg1MzcgMC4wMTYyNTk3NjU2LDEzLjAyNjQ4NzggQzAuMDE2MjU5NzY1NiwxMi43MzkxMjIgMC4yNDk0NjI4OTEsMTIuNTA2MTQ2MyAwLjUzNzEwOTM3NSwxMi41MDYxNDYzIEw4Ljg3MDQ1ODk4LDEyLjUwNjE0NjMgQzkuMTU4MTA1NDcsMTIuNTA2MTQ2MyA5LjM5MTMwODU5LDEyLjczOTEyMiA5LjM5MTMwODU5LDEzLjAyNjQ4NzggQzkuMzkxMzA4NTksMTMuMzEzOTAyNCA5LjE1ODEwNTQ3LDEzLjU0NjgyOTMgOC44NzA0NTg5OCwxMy41NDY4MjkzIFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
}
.cmp-resFinder .search-component .search-container .search-result .item-result .res-icon.sheet {
  background-image: url('data:image/png+xml;base64,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');
}
.cmp-resFinder .search-component .search-container .search-result .item-result .res-icon.ppt {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjVweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjUgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjIgKDc4MTgxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5wb3dlcnBvaW50PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9InBvd2VycG9pbnQiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgZmlsbD0iI0VCNjM0NCI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTguMjI5MTk5Miw1LjIzNzkwMjQ0IEMxNy45NDE1NTI3LDUuMjM3OTAyNDQgMTcuNzA4MzQ5Niw1LjQ3MDg3ODA1IDE3LjcwODM0OTYsNS43NTgyNDM5IEwxNy43MDgzNDk2LDguODgwMTk1MTIgQzE3LjcwODM0OTYsOS4xNjc1NjA5OCAxNy45NDE1NTI3LDkuNDAwNTM2NTkgMTguMjI5MTk5Miw5LjQwMDUzNjU5IEwyMS4zNTQxOTkyLDkuNDAwNTM2NTkgQzIxLjY0MTg0NTcsOS40MDA1MzY1OSAyMS44NzUwNDg4LDkuMTY3NTYwOTggMjEuODc1MDQ4OCw4Ljg4MDE5NTEyIEMyMS44NzUsNi44Njg2MzQxNSAyMC4yNDI3MjQ2LDUuMjM3OTAyNDQgMTguMjI5MTk5Miw1LjIzNzkwMjQ0IFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTguMjI5MTk5MiwxMC40NDExNzA3IEMxNy4zNjYyNTk4LDEwLjQ0MTE3MDcgMTYuNjY2Njk5Miw5Ljc0MjI5MjY4IDE2LjY2NjY5OTIsOC44ODAxOTUxMiBMMTYuNjY2Njk5Miw2LjMzMTY1ODU0IEMxNC42Nzc3ODMyLDYuNjE0MjkyNjggMTMuMjk0ODI0Miw4LjQ1NDE5NTEyIDEzLjU3NzczNDQsMTAuNDQxMTcwNyBDMTMuODYwNjQ0NSwxMi40MjgxNDYzIDE1LjcwMjM0MzgsMTMuODA5NzU2MSAxNy42OTEyNTk4LDEzLjUyNzEyMiBDMTkuMjkzNDA4MiwxMy4yOTk0MTQ2IDIwLjU1MjI5NDksMTIuMDQxNzU2MSAyMC43ODAyMjQ2LDEwLjQ0MTE3MDcgTDE4LjIyOTE5OTIsMTAuNDQxMTcwNyBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTE0LjM4NzUsMC4xNDcwMjQzOSBDMTQuMjYzOTE2LDAuMDQ2NzMxNzA3MyAxNC4xMDEyMjA3LDAuMDA4MzkwMjQzOSAxMy45NDU4NDk2LDAuMDQyOTc1NjA5OCBMMC40MDQxOTkyMTksMy4xNjQ5MjY4MyBDMC4xNjU4NjkxNDEsMy4yMTk2NTg1NCAtMC4wMDIyOTQ5MjE4OCwzLjQzMjYzNDE1IC0yLjMyMDM0MTMyZS0wNSwzLjY3NjkyNjgzIEwtMi4zMjAzNDEzMmUtMDUsMjEuMzY4IEMtMi4zMjAzNDEzMmUtMDUsMjEuNjI0NzMxNyAwLjE4NzY0NjQ4NCwyMS44NDMwNzMyIDAuNDQxNjUwMzkxLDIxLjg4MjA5NzYgTDEzLjk4MzMwMDgsMjMuOTYzNDE0NiBDMTQuMjY3NjI3LDI0LjAwNzA3MzIgMTQuNTMzNTQ0OSwyMy44MTIyNDM5IDE0LjU3NzI0NjEsMjMuNTI4MjQzOSBDMTQuNTgxMjUsMjMuNTAyMTQ2MyAxNC41ODMzMDMyLDIzLjQ3NTc1NjEgMTQuNTgzMzAzMiwyMy40NDkzNjU5IEwxNC41ODMzMDMyLDAuNTU0OTc1NjEgQzE0LjU4Mzc4OTEsMC4zOTYyOTI2ODMgMTQuNTExNjY5OSwwLjI0NjA5NzU2MSAxNC4zODc1LDAuMTQ3MDI0MzkgWiIgaWQ9IlBhdGgiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yNC40NzkxOTkyLDIxLjg4ODI5MjcgTDE0LjA2MjUsMjEuODg4MjkyNyBDMTMuNzc0ODUzNSwyMS44ODgyOTI3IDEzLjU0MTY1MDQsMjEuNjU1MzE3MSAxMy41NDE2NTA0LDIxLjM2Nzk1MTIgQzEzLjU0MTY1MDQsMjEuMDgwNTg1NCAxMy43NzQ4NTM1LDIwLjg0NzYwOTggMTQuMDYyNSwyMC44NDc2MDk4IEwyMy45NTgzNDk2LDIwLjg0NzYwOTggTDIzLjk1ODM0OTYsMy4xNTY1ODUzNyBMMTQuMDYyNSwzLjE1NjU4NTM3IEMxMy43NzQ4NTM1LDMuMTU2NTg1MzcgMTMuNTQxNjUwNCwyLjkyMzYwOTc2IDEzLjU0MTY1MDQsMi42MzYyNDM5IEMxMy41NDE2NTA0LDIuMzQ4ODc4MDUgMTMuNzc0ODUzNSwyLjExNTk1MTIyIDE0LjA2MjUsMi4xMTU5NTEyMiBMMjQuNDc5MTUwNCwyLjExNTk1MTIyIEMyNC43NjY3OTY5LDIuMTE1OTUxMjIgMjUsMi4zNDg5MjY4MyAyNSwyLjYzNjI5MjY4IEwyNSwyMS4zNjggQzI1LDIxLjY1NTM2NTkgMjQuNzY2ODQ1NywyMS44ODgyOTI3IDI0LjQ3OTE5OTIsMjEuODg4MjkyNyBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTIxLjM1NDE5OTIsMTguNzY2MzQxNSBMMTQuMDYyNSwxOC43NjYzNDE1IEMxMy43NzQ4NTM1LDE4Ljc2NjM0MTUgMTMuNTQxNjUwNCwxOC41MzMzNjU5IDEzLjU0MTY1MDQsMTguMjQ2IEMxMy41NDE2NTA0LDE3Ljk1ODYzNDEgMTMuNzc0ODUzNSwxNy43MjU2NTg1IDE0LjA2MjUsMTcuNzI1NjU4NSBMMjEuMzU0MTUwNCwxNy43MjU2NTg1IEMyMS42NDE3OTY5LDE3LjcyNTY1ODUgMjEuODc1LDE3Ljk1ODYzNDEgMjEuODc1LDE4LjI0NiBDMjEuODc1LDE4LjUzMzQxNDYgMjEuNjQxODQ1NywxOC43NjYzNDE1IDIxLjM1NDE5OTIsMTguNzY2MzQxNSBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTIxLjM1NDE5OTIsMTUuNjQ0MzkwMiBMMTQuMDYyNSwxNS42NDQzOTAyIEMxMy43NzQ4NTM1LDE1LjY0NDM5MDIgMTMuNTQxNjUwNCwxNS40MTE0MTQ2IDEzLjU0MTY1MDQsMTUuMTI0MDQ4OCBDMTMuNTQxNjUwNCwxNC44MzY2ODI5IDEzLjc3NDg1MzUsMTQuNjAzNzA3MyAxNC4wNjI1LDE0LjYwMzcwNzMgTDIxLjM1NDE1MDQsMTQuNjAzNzA3MyBDMjEuNjQxNzk2OSwxNC42MDM3MDczIDIxLjg3NSwxNC44MzY2ODI5IDIxLjg3NSwxNS4xMjQwNDg4IEMyMS44NzUsMTUuNDExNDYzNCAyMS42NDE4NDU3LDE1LjY0NDM5MDIgMjEuMzU0MTk5MiwxNS42NDQzOTAyIFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPHBhdGggZD0iTTQuNjg3NSwxNi42ODUwNzMyIEM0LjM5OTg1MzUyLDE2LjY4NTA3MzIgNC4xNjY2NTAzOSwxNi40NTIwOTc2IDQuMTY2NjUwMzksMTYuMTY0NzMxNyBMNC4xNjY2NTAzOSw3LjgzOTUxMjIgQzQuMTY2NjUwMzksNy41NTIxNDYzNCA0LjM5OTg1MzUyLDcuMzE5MTcwNzMgNC42ODc1LDcuMzE5MTcwNzMgTDYuNzcwODQ5NjEsNy4zMTkxNzA3MyBDOC4yMDkwODIwMyw3LjMxOTE3MDczIDkuMzc1LDguNDgzOTUxMjIgOS4zNzUsOS45MjA3ODA0OSBMOS4zNzUsMTAuOTYxNDE0NiBDOS4zNzUsMTIuMzk4MjQzOSA4LjIwOTA4MjAzLDEzLjU2MzAyNDQgNi43NzA4NDk2MSwxMy41NjMwMjQ0IEw1LjIwODM0OTYxLDEzLjU2MzAyNDQgTDUuMjA4MzQ5NjEsMTYuMTY0NjM0MSBDNS4yMDgzNDk2MSwxNi40NTIwOTc2IDQuOTc1MTk1MzEsMTYuNjg1MDczMiA0LjY4NzUsMTYuNjg1MDczMiBaIE01LjIwODM0OTYxLDEyLjUyMjQzOSBMNi43NzA4NDk2MSwxMi41MjI0MzkgQzcuNjMzNzg5MDYsMTIuNTIyNDM5IDguMzMzMzQ5NjEsMTEuODIzNTYxIDguMzMzMzQ5NjEsMTAuOTYxNDYzNCBMOC4zMzMzNDk2MSw5LjkyMDgyOTI3IEM4LjMzMzM0OTYxLDkuMDU4NzMxNzEgNy42MzM3ODkwNiw4LjM1OTg1MzY2IDYuNzcwODQ5NjEsOC4zNTk4NTM2NiBMNS4yMDgzNDk2MSw4LjM1OTg1MzY2IEw1LjIwODM0OTYxLDEyLjUyMjQzOSBaIiBpZD0iU2hhcGUiIGZpbGw9IiNGQUZBRkEiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
}
.cmp-resFinder .search-component .search-container .search-result .item-result .res-icon.images {
  background-image: url('data:image/png;base64,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');
}
.cmp-resFinder .search-component .search-container .search-result .item-result .res-icon.videos {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NiIgaGVpZ2h0PSI1NiIgdmlld0JveD0iMCAwIDU2IDU2Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJyb3RhdGUoLTE4MCAyOCAyOCkiPgogICAgICAgIDxjaXJjbGUgY3g9IjI4IiBjeT0iMjgiIHI9IjI4IiBmaWxsPSIjRkZGIiBmaWxsLW9wYWNpdHk9Ii44MDMiLz4KICAgICAgICA8cGF0aCBmaWxsPSIjRTQwMDFDIiBkPSJNMTUuNCAyOEwzNSAxNS40djI1LjJ6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=');
  border: 2px solid #e1e1e1;
  border-radius: 20px;
}
.cmp-resFinder .search-component .search-container .search-result .item-result .res-icon.pages {
  background-image: url('data:image/png;base64,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');
}
.cmp-resFinder .search-component .search-container .search-result .item-result p {
  font-size: 14px;
  height: 64px;
  overflow: hidden;
  font-family: "Noto Sans Regular";
}
@media screen and (max-width: calc(576px - 1px)) {
  .cmp-resFinder .search-component .search-container .search-result .item-result {
    margin-bottom: 15px;
  }
}
.cmp-resFinder .search-component .search-container .search-result .result-view-more {
  margin-top: 15px;
  display: none;
  padding-bottom: 10px;
}
.cmp-resFinder .search-component .search-container .search-result .result-view-more a.cta:active {
  color: #ffffff;
}
.cmp-resFinder .search-component .search-container .search-result .result-view-more span {
  display: block;
  padding-bottom: 10px;
}
.cmp-resFinder .search-component .search-container .search-result .result-view-more span span {
  display: inline-block;
}
.cmp-resFinder .search-component .search-container .search-result .no-result-text {
  font-size: 20px;
  margin: 20px;
  font-weight: 500;
  display: none;
}
.cmp-resFinder #video-model {
  position: fixed;
  display: none;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
}
.cmp-resFinder #video-model #model-close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #fff;
  font-size: xx-large;
  position: absolute;
  right: 20px;
  top: 20px;
}
.cmp-resFinder #video-model #vid-container {
  position: relative;
  width: 80%;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.cmp-resFinder #video-model #vid-container video {
  width: 100%;
}
.rf-autoComp {
  font-family: "Diodrum Regular";
  z-index: 98;
}
.rf-autoComp.ui-widget {
  font-family: "Diodrum Regular";
}
.rf-autoComp.ui-widget a {
  font-family: "Diodrum Regular";
  font-size: 18px;
  color: #000000 !important;
}
@media screen and (max-width: calc(576px - 1px)) {
  .rf-autoComp.ui-widget a {
    font-size: 16px;
  }
}
.rf-autoComp.ui-widget-content {
  border: 0px;
  border-top: 1px solid #e1e1e1;
  background: #fdfdfd;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
  padding: 20px !important;
}
@media screen and (max-width: calc(576px - 1px)) {
  .rf-autoComp.ui-widget-content {
    border: 0px;
    box-shadow: 6px 2px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 2px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 6px 2px 0px rgba(0, 0, 0, 0.25);
    padding: 0px 35px 20px 35px !important;
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .rf-autoComp {
    width: 100% !important;
    left: 0px !important;
    border: 0px !important;
    box-shadow: none;
    max-height: none !important;
    background: #ffffff !important;
    z-index: 98;
  }
}
.rf-autoComp .ui-menu-item {
  padding: 2px !important;
  font-size: 18px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .rf-autoComp .ui-menu-item {
    font-size: 14px !important;
  }
}
.rf-autoComp .ui-menu-item:hover {
  background: #eee;
}
.rf-autoComp .ui-menu-item span {
  background: none !important;
  border: none !important;
  color: #000 !important;
  padding: 0px !important;
}
.rf-autoComp .ui-menu-item.option-type {
  font-size: 12px;
  cursor: default !important;
  padding: 10px 2px !important;
}
.rf-autoComp .ui-menu-item.option-type:hover {
  background: #fdfdfd;
}
@media screen and (max-width: calc(576px - 1px)) {
  .rf-autoComp .ui-menu-item.option-type {
    font-family: "Diodrum Bold";
  }
}
.cmp-resFinder-Preview {
  overflow-x: hidden;
  padding-bottom: 20px;
  padding-top: 20px;
}
.cmp-resFinder-Preview .search-component .container {
  padding: 0 15px;
}
@media screen and (min-width: 1024px) {
  .cmp-resFinder-Preview .search-component .container {
    padding: 0 94px;
  }
}
.cmp-resFinder-Preview .search-component .search-container {
  font-family: "Diodrum regular";
}
.cmp-resFinder-Preview .search-component .search-container a {
  text-decoration: none;
}
.cmp-resFinder-Preview .search-component .search-container a:hover {
  color: #e4001c;
  text-decoration: none;
}
.cmp-resFinder-Preview .search-component .search-container .headline {
  float: left;
  max-width: calc(100% - 125px);
}
.cmp-resFinder-Preview .search-component .search-container .view-icons {
  float: right;
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  .cmp-resFinder-Preview .search-component .search-container .view-icons span {
    font-size: 14px;
  }
}
.cmp-resFinder-Preview .search-component .search-container .view-icons .fas {
  color: #e1e1e1;
  background: white;
  border: none;
  outline: none;
}
.cmp-resFinder-Preview .search-component .search-container .view-icons .fas.active {
  color: #000000;
}
.cmp-resFinder-Preview .search-component .search-container .view-icons .fas.fa-th:before {
  content: "\f00a";
}
.cmp-resFinder-Preview .search-component .search-container .view-icons .fas.fa-th-list:before {
  content: "\f00b";
}
.cmp-resFinder-Preview .search-component .search-container .divider-line {
  border-bottom: 1px solid #e1e1e1;
  position: absolute;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .cmp-resFinder-Preview .search-component .search-container .search-result {
    max-width: 100% !important;
  }
}
.cmp-resFinder-Preview .search-component .search-container .search-result .result-header {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 25px;
  padding-top: 30px;
  margin-bottom: 25px;
}
.cmp-resFinder-Preview .search-component .search-container .search-result .result-header.pf-view {
  margin-top: 20px;
  border-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: -25px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .cmp-resFinder-Preview .search-component .search-container .search-result .result-header.pf-view {
    margin-bottom: 0px;
    text-align: left;
  }
}
.cmp-resFinder-Preview .search-component .search-container .search-result .result-header.pf-view h5 {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .cmp-resFinder-Preview .search-component .search-container .search-result .result-header.pf-view h5 {
    font-size: 14px;
  }
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body {
  width: 100%;
  margin: 0px !important;
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .res-list {
  margin-top: 25px;
  position: relative;
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .res-list .bg-img {
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30% 30%;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .res-list .bg-img.page {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTlweCIgaGVpZ2h0PSIyNXB4IiB2aWV3Qm94PSIwIDAgMTkgMjUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjIgKDc4MTgxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5maWxlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkNvbXBsZXRlZCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlJlc291cmNlRmluZGVyX1Jlc291cmNlcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyNjQuMDAwMDAwLCAtNDI2LjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM3LjAwMDAwMCwgMjc5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMzMuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMTQ3LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iZmlsZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzk0LjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNC40NDc5MTY3LDguODY2NjY2NjcgTDQuNTUyMDgzMzMsOC44NjY2NjY2NyBDNC4zMzM1ODMzMyw4Ljg2NjY2NjY3IDQuMTU2MjUsOS4wNDY4MjEyMSA0LjE1NjI1LDkuMjY5Njk2OTcgQzQuMTU2MjUsOS40OTI1NzI3MyA0LjMzMzU4MzMzLDkuNjcyNzI3MjcgNC41NTIwODMzMyw5LjY3MjcyNzI3IEwxNC40NDc5MTY3LDkuNjcyNzI3MjcgQzE0LjY2NjQxNjcsOS42NzI3MjcyNyAxNC44NDM3NSw5LjQ5MjU3MjczIDE0Ljg0Mzc1LDkuMjY5Njk2OTcgQzE0Ljg0Mzc1LDkuMDQ2ODIxMjEgMTQuNjY2NDE2Nyw4Ljg2NjY2NjY3IDE0LjQ0NzkxNjcsOC44NjY2NjY2NyBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTQuNTUyMDgzMzMsNi40NDg0ODQ4NSBMOC41MTA0MTY2Nyw2LjQ0ODQ4NDg1IEM4LjcyODkxNjY3LDYuNDQ4NDg0ODUgOC45MDYyNSw2LjI2ODMzMDMgOC45MDYyNSw2LjA0NTQ1NDU1IEM4LjkwNjI1LDUuODIyNTc4NzkgOC43Mjg5MTY2Nyw1LjY0MjQyNDI0IDguNTEwNDE2NjcsNS42NDI0MjQyNCBMNC41NTIwODMzMyw1LjY0MjQyNDI0IEM0LjMzMzU4MzMzLDUuNjQyNDI0MjQgNC4xNTYyNSw1LjgyMjU3ODc5IDQuMTU2MjUsNi4wNDU0NTQ1NSBDNC4xNTYyNSw2LjI2ODMzMDMgNC4zMzM1ODMzMyw2LjQ0ODQ4NDg1IDQuNTUyMDgzMzMsNi40NDg0ODQ4NSBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE0LjQ0NzkxNjcsMTIuMDkwOTA5MSBMNC41NTIwODMzMywxMi4wOTA5MDkxIEM0LjMzMzU4MzMzLDEyLjA5MDkwOTEgNC4xNTYyNSwxMi4yNzEwNjM2IDQuMTU2MjUsMTIuNDkzOTM5NCBDNC4xNTYyNSwxMi43MTY4MTUyIDQuMzMzNTgzMzMsMTIuODk2OTY5NyA0LjU1MjA4MzMzLDEyLjg5Njk2OTcgTDE0LjQ0NzkxNjcsMTIuODk2OTY5NyBDMTQuNjY2NDE2NywxMi44OTY5Njk3IDE0Ljg0Mzc1LDEyLjcxNjgxNTIgMTQuODQzNzUsMTIuNDkzOTM5NCBDMTQuODQzNzUsMTIuMjcxMDYzNiAxNC42NjY0MTY3LDEyLjA5MDkwOTEgMTQuNDQ3OTE2NywxMi4wOTA5MDkxIFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTQuNDQ3OTE2NywxNS4zMTUxNTE1IEw0LjU1MjA4MzMzLDE1LjMxNTE1MTUgQzQuMzMzNTgzMzMsMTUuMzE1MTUxNSA0LjE1NjI1LDE1LjQ5NTMwNjEgNC4xNTYyNSwxNS43MTgxODE4IEM0LjE1NjI1LDE1Ljk0MTA1NzYgNC4zMzM1ODMzMywxNi4xMjEyMTIxIDQuNTUyMDgzMzMsMTYuMTIxMjEyMSBMMTQuNDQ3OTE2NywxNi4xMjEyMTIxIEMxNC42NjY0MTY3LDE2LjEyMTIxMjEgMTQuODQzNzUsMTUuOTQxMDU3NiAxNC44NDM3NSwxNS43MTgxODE4IEMxNC44NDM3NSwxNS40OTUzMDYxIDE0LjY2NjQxNjcsMTUuMzE1MTUxNSAxNC40NDc5MTY3LDE1LjMxNTE1MTUgWiIgaWQ9IlBhdGgiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNC40NDc5MTY3LDE4LjUzOTM5MzkgTDQuNTUyMDgzMzMsMTguNTM5MzkzOSBDNC4zMzM1ODMzMywxOC41MzkzOTM5IDQuMTU2MjUsMTguNzE5NTQ4NSA0LjE1NjI1LDE4Ljk0MjQyNDIgQzQuMTU2MjUsMTkuMTY1MyA0LjMzMzU4MzMzLDE5LjM0NTQ1NDUgNC41NTIwODMzMywxOS4zNDU0NTQ1IEwxNC40NDc5MTY3LDE5LjM0NTQ1NDUgQzE0LjY2NjQxNjcsMTkuMzQ1NDU0NSAxNC44NDM3NSwxOS4xNjUzIDE0Ljg0Mzc1LDE4Ljk0MjQyNDIgQzE0Ljg0Mzc1LDE4LjcxOTU0ODUgMTQuNjY2NDE2NywxOC41MzkzOTM5IDE0LjQ0NzkxNjcsMTguNTM5MzkzOSBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTEyLjgzMDU0MTcsMCBMMCwwIEwwLDI0LjE4MTgxODIgTDE4LjYwNDE2NjcsMjQuMTgxODE4MiBMMTguNjA0MTY2Nyw1Ljg3ODYgTDEyLjgzMDU0MTcsMCBaIE0xMy4wNjI1LDEuMzc1OTQ1NDUgTDE3LjI1Mjc5MTcsNS42NDI0MjQyNCBMMTMuMDYyNSw1LjY0MjQyNDI0IEwxMy4wNjI1LDEuMzc1OTQ1NDUgWiBNMC43OTE2NjY2NjcsMjMuMzc1NzU3NiBMMC43OTE2NjY2NjcsMC44MDYwNjA2MDYgTDEyLjI3MDgzMzMsMC44MDYwNjA2MDYgTDEyLjI3MDgzMzMsNi40NDg0ODQ4NSBMMTcuODEyNSw2LjQ0ODQ4NDg1IEwxNy44MTI1LDIzLjM3NTc1NzYgTDAuNzkxNjY2NjY3LDIzLjM3NTc1NzYgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .res-list .bg-img.pdf {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjFweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjEgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjIgKDc4MTgxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5wZGY8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0icGRmIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8cGF0aCBkPSJNMS41MjMzMTM2NSwwIEwxNC4yNDk2MjM2LDAgTDIwLjk5NTExODEsNi43MTMxMDk2OCBMMjAuOTk1MTE4MSwyMi40NDY4MTI5IEMyMC45OTUxMTgxLDIzLjI3MzU3NDIgMjAuMzI0MTI1NSwyMy45NDMyNTE2IDE5LjQ5NzI5ODksMjMuOTQzMjUxNiBMMS41MjMzMTM2NSwyMy45NDMyNTE2IEMwLjY5NjQ4NzA4NSwyMy45NDMyNTE2IDAuMDI1NDk0NDY0OSwyMy4yNzM1NzQyIDAuMDI1NDk0NDY0OSwyMi40NDY4MTI5IEwwLjAyNTQ5NDQ2NDksMS40OTY0Mzg3MSBDMC4wMjU0OTQ0NjQ5LDAuNjY5Njc3NDE5IDAuNjk2NTY0NTc2LDAgMS41MjMzMTM2NSwwIFoiIGlkPSJQYXRoIiBmaWxsPSIjRTI1NzRDIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMC45NzM0OTgyLDYuNzM0MDEyOSBMMTUuNzUyNzg5Nyw2LjczNDAxMjkgQzE0LjkyNTk2MzEsNi43MzQwMTI5IDE0LjI1NDk3MDUsNi4wNjM2Mzg3MSAxNC4yNTQ5NzA1LDUuMjM3NTc0MTkgTDE0LjI1NDk3MDUsMC4wMTQ5NDE5MzU1IEwyMC45NzM0OTgyLDYuNzM0MDEyOSBaIiBpZD0iUGF0aCIgZmlsbD0iI0I1MzYyOSI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMTUuMzc2ODA0NCwxMS4zNDUzNDE5IEMxNS42Mjc3MTk2LDExLjM0NTM0MTkgMTUuNzUwNTQyNCwxMS4xMjY4NjQ1IDE1Ljc1MDU0MjQsMTAuOTE1MTIyNiBDMTUuNzUwNTQyNCwxMC42OTU4NzEgMTUuNjIyNDUwMiwxMC40ODQxMjkgMTUuMzc2ODA0NCwxMC40ODQxMjkgTDEzLjk0Nzg3NDUsMTAuNDg0MTI5IEMxMy42Njg1MjAzLDEwLjQ4NDEyOSAxMy41MTI3NjM4LDEwLjcxNTMwMzIgMTMuNTEyNzYzOCwxMC45NzA0Nzc0IEwxMy41MTI3NjM4LDE0LjQ3ODg5MDMgQzEzLjUxMjc2MzgsMTQuNzkxNjY0NSAxMy42OTA5OTI2LDE0Ljk2NTIzODcgMTMuOTMyMTQzOSwxNC45NjUyMzg3IEMxNC4xNzE4MjI5LDE0Ljk2NTIzODcgMTQuMzUwODI2NiwxNC43OTE2NjQ1IDE0LjM1MDgyNjYsMTQuNDc4ODkwMyBMMTQuMzUwODI2NiwxMy41MTU5NDg0IEwxNS4yMTUwODEyLDEzLjUxNTk0ODQgQzE1LjQ4MzE5OTMsMTMuNTE1OTQ4NCAxNS42MTcyNTgzLDEzLjI5NjY5NjggMTUuNjE3MjU4MywxMy4wNzg5OTM1IEMxNS42MTcyNTgzLDEyLjg2NTc4MDYgMTUuNDgzMTk5MywxMi42NTM5NjEzIDE1LjIxNTA4MTIsMTIuNjUzOTYxMyBMMTQuMzUwODI2NiwxMi42NTM5NjEzIEwxNC4zNTA4MjY2LDExLjM0NTM0MTkgQzE0LjM1MDgyNjYsMTEuMzQ1MzQxOSAxNS4zNzY4MDQ0LDExLjM0NTM0MTkgMTUuMzc2ODA0NCwxMS4zNDUzNDE5IFogTTEwLjU0NzAzNjksMTAuNDg0MTI5IEw5LjUwMTUzMTM3LDEwLjQ4NDEyOSBDOS4yMTc2ODI2NiwxMC40ODQxMjkgOS4wMTYyMDY2NCwxMC42Nzg2ODM5IDkuMDE2MjA2NjQsMTAuOTY3NDU4MSBMOS4wMTYyMDY2NCwxNC40ODE5MDk3IEM5LjAxNjIwNjY0LDE0Ljg0MDI4MzkgOS4zMDYwMjIxNCwxNC45NTI1NDE5IDkuNTEzNDY0OTQsMTQuOTUyNTQxOSBMMTAuNjEwNjU2OCwxNC45NTI1NDE5IEMxMS45MDkyNDcyLDE0Ljk1MjU0MTkgMTIuNzY2NzYwMSwxNC4wOTg4Mzg3IDEyLjc2Njc2MDEsMTIuNzgxMTYxMyBDMTIuNzY2MDYyNywxMS4zODggMTEuOTU4NzYzOCwxMC40ODQxMjkgMTAuNTQ3MDM2OSwxMC40ODQxMjkgWiBNMTAuNTk3MjUwOSwxNC4wODYxNDE5IEw5Ljk1OTg4OTMsMTQuMDg2MTQxOSBMOS45NTk4ODkzLDExLjM1MDYwNjUgTDEwLjUzNDMyODQsMTEuMzUwNjA2NSBDMTEuNDAzODUyNCwxMS4zNTA2MDY1IDExLjc4MjAwNzQsMTEuOTMzNDk2OCAxMS43ODIwMDc0LDEyLjczNzgwNjUgQzExLjc4MjAwNzQsMTMuNDkwNTU0OCAxMS40MTA1MTY2LDE0LjA4NjE0MTkgMTAuNTk3MjUwOSwxNC4wODYxNDE5IFogTTYuNzY3MjY5MzcsMTAuNDg0MTI5IEw1LjczMTUyNzY4LDEwLjQ4NDEyOSBDNS40Mzg2OTAwNCwxMC40ODQxMjkgNS4yNzU0MTY5NywxMC42NzcxMzU1IDUuMjc1NDE2OTcsMTAuOTcwNDc3NCBMNS4yNzU0MTY5NywxNC40Nzg4OTAzIEM1LjI3NTQxNjk3LDE0Ljc5MTY2NDUgNS40NjI2MzQ2OSwxNC45NjUyMzg3IDUuNzE0MjQ3MjMsMTQuOTY1MjM4NyBDNS45NjU4NTk3OCwxNC45NjUyMzg3IDYuMTUzMDc3NDksMTQuNzkxNjY0NSA2LjE1MzA3NzQ5LDE0LjQ3ODg5MDMgTDYuMTUzMDc3NDksMTMuNDU0NTU0OCBMNi44MDIzNzI2OSwxMy40NTQ1NTQ4IEM3LjYwMzcwNDgsMTMuNDU0NTU0OCA4LjI2NTAxMTA3LDEyLjg4NzM4MDYgOC4yNjUwMTEwNywxMS45NzUzMDMyIEM4LjI2NTA4ODU2LDExLjA4MjczNTUgNy42MjcwMjk1MiwxMC40ODQxMjkgNi43NjcyNjkzNywxMC40ODQxMjkgWiBNNi43NTAwNjY0MiwxMi42MzE1ODcxIEw2LjE1MzE1NDk4LDEyLjYzMTU4NzEgTDYuMTUzMTU0OTgsMTEuMzA3OTQ4NCBMNi43NTAwNjY0MiwxMS4zMDc5NDg0IEM3LjExODUzNTA2LDExLjMwNzk0ODQgNy4zNTI5NDQ2NSwxMS41OTUyNTE2IDcuMzUyOTQ0NjUsMTEuOTcwMTE2MSBDNy4zNTIxNjk3NCwxMi4zNDQyODM5IDcuMTE4NTM1MDYsMTIuNjMxNTg3MSA2Ljc1MDA2NjQyLDEyLjYzMTU4NzEgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=');
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .res-list .bg-img.ppt {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjVweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjUgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjIgKDc4MTgxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5wb3dlcnBvaW50PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9InBvd2VycG9pbnQiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgZmlsbD0iI0VCNjM0NCI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTguMjI5MTk5Miw1LjIzNzkwMjQ0IEMxNy45NDE1NTI3LDUuMjM3OTAyNDQgMTcuNzA4MzQ5Niw1LjQ3MDg3ODA1IDE3LjcwODM0OTYsNS43NTgyNDM5IEwxNy43MDgzNDk2LDguODgwMTk1MTIgQzE3LjcwODM0OTYsOS4xNjc1NjA5OCAxNy45NDE1NTI3LDkuNDAwNTM2NTkgMTguMjI5MTk5Miw5LjQwMDUzNjU5IEwyMS4zNTQxOTkyLDkuNDAwNTM2NTkgQzIxLjY0MTg0NTcsOS40MDA1MzY1OSAyMS44NzUwNDg4LDkuMTY3NTYwOTggMjEuODc1MDQ4OCw4Ljg4MDE5NTEyIEMyMS44NzUsNi44Njg2MzQxNSAyMC4yNDI3MjQ2LDUuMjM3OTAyNDQgMTguMjI5MTk5Miw1LjIzNzkwMjQ0IFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTguMjI5MTk5MiwxMC40NDExNzA3IEMxNy4zNjYyNTk4LDEwLjQ0MTE3MDcgMTYuNjY2Njk5Miw5Ljc0MjI5MjY4IDE2LjY2NjY5OTIsOC44ODAxOTUxMiBMMTYuNjY2Njk5Miw2LjMzMTY1ODU0IEMxNC42Nzc3ODMyLDYuNjE0MjkyNjggMTMuMjk0ODI0Miw4LjQ1NDE5NTEyIDEzLjU3NzczNDQsMTAuNDQxMTcwNyBDMTMuODYwNjQ0NSwxMi40MjgxNDYzIDE1LjcwMjM0MzgsMTMuODA5NzU2MSAxNy42OTEyNTk4LDEzLjUyNzEyMiBDMTkuMjkzNDA4MiwxMy4yOTk0MTQ2IDIwLjU1MjI5NDksMTIuMDQxNzU2MSAyMC43ODAyMjQ2LDEwLjQ0MTE3MDcgTDE4LjIyOTE5OTIsMTAuNDQxMTcwNyBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTE0LjM4NzUsMC4xNDcwMjQzOSBDMTQuMjYzOTE2LDAuMDQ2NzMxNzA3MyAxNC4xMDEyMjA3LDAuMDA4MzkwMjQzOSAxMy45NDU4NDk2LDAuMDQyOTc1NjA5OCBMMC40MDQxOTkyMTksMy4xNjQ5MjY4MyBDMC4xNjU4NjkxNDEsMy4yMTk2NTg1NCAtMC4wMDIyOTQ5MjE4OCwzLjQzMjYzNDE1IC0yLjMyMDM0MTMyZS0wNSwzLjY3NjkyNjgzIEwtMi4zMjAzNDEzMmUtMDUsMjEuMzY4IEMtMi4zMjAzNDEzMmUtMDUsMjEuNjI0NzMxNyAwLjE4NzY0NjQ4NCwyMS44NDMwNzMyIDAuNDQxNjUwMzkxLDIxLjg4MjA5NzYgTDEzLjk4MzMwMDgsMjMuOTYzNDE0NiBDMTQuMjY3NjI3LDI0LjAwNzA3MzIgMTQuNTMzNTQ0OSwyMy44MTIyNDM5IDE0LjU3NzI0NjEsMjMuNTI4MjQzOSBDMTQuNTgxMjUsMjMuNTAyMTQ2MyAxNC41ODMzMDMyLDIzLjQ3NTc1NjEgMTQuNTgzMzAzMiwyMy40NDkzNjU5IEwxNC41ODMzMDMyLDAuNTU0OTc1NjEgQzE0LjU4Mzc4OTEsMC4zOTYyOTI2ODMgMTQuNTExNjY5OSwwLjI0NjA5NzU2MSAxNC4zODc1LDAuMTQ3MDI0MzkgWiIgaWQ9IlBhdGgiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yNC40NzkxOTkyLDIxLjg4ODI5MjcgTDE0LjA2MjUsMjEuODg4MjkyNyBDMTMuNzc0ODUzNSwyMS44ODgyOTI3IDEzLjU0MTY1MDQsMjEuNjU1MzE3MSAxMy41NDE2NTA0LDIxLjM2Nzk1MTIgQzEzLjU0MTY1MDQsMjEuMDgwNTg1NCAxMy43NzQ4NTM1LDIwLjg0NzYwOTggMTQuMDYyNSwyMC44NDc2MDk4IEwyMy45NTgzNDk2LDIwLjg0NzYwOTggTDIzLjk1ODM0OTYsMy4xNTY1ODUzNyBMMTQuMDYyNSwzLjE1NjU4NTM3IEMxMy43NzQ4NTM1LDMuMTU2NTg1MzcgMTMuNTQxNjUwNCwyLjkyMzYwOTc2IDEzLjU0MTY1MDQsMi42MzYyNDM5IEMxMy41NDE2NTA0LDIuMzQ4ODc4MDUgMTMuNzc0ODUzNSwyLjExNTk1MTIyIDE0LjA2MjUsMi4xMTU5NTEyMiBMMjQuNDc5MTUwNCwyLjExNTk1MTIyIEMyNC43NjY3OTY5LDIuMTE1OTUxMjIgMjUsMi4zNDg5MjY4MyAyNSwyLjYzNjI5MjY4IEwyNSwyMS4zNjggQzI1LDIxLjY1NTM2NTkgMjQuNzY2ODQ1NywyMS44ODgyOTI3IDI0LjQ3OTE5OTIsMjEuODg4MjkyNyBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTIxLjM1NDE5OTIsMTguNzY2MzQxNSBMMTQuMDYyNSwxOC43NjYzNDE1IEMxMy43NzQ4NTM1LDE4Ljc2NjM0MTUgMTMuNTQxNjUwNCwxOC41MzMzNjU5IDEzLjU0MTY1MDQsMTguMjQ2IEMxMy41NDE2NTA0LDE3Ljk1ODYzNDEgMTMuNzc0ODUzNSwxNy43MjU2NTg1IDE0LjA2MjUsMTcuNzI1NjU4NSBMMjEuMzU0MTUwNCwxNy43MjU2NTg1IEMyMS42NDE3OTY5LDE3LjcyNTY1ODUgMjEuODc1LDE3Ljk1ODYzNDEgMjEuODc1LDE4LjI0NiBDMjEuODc1LDE4LjUzMzQxNDYgMjEuNjQxODQ1NywxOC43NjYzNDE1IDIxLjM1NDE5OTIsMTguNzY2MzQxNSBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTIxLjM1NDE5OTIsMTUuNjQ0MzkwMiBMMTQuMDYyNSwxNS42NDQzOTAyIEMxMy43NzQ4NTM1LDE1LjY0NDM5MDIgMTMuNTQxNjUwNCwxNS40MTE0MTQ2IDEzLjU0MTY1MDQsMTUuMTI0MDQ4OCBDMTMuNTQxNjUwNCwxNC44MzY2ODI5IDEzLjc3NDg1MzUsMTQuNjAzNzA3MyAxNC4wNjI1LDE0LjYwMzcwNzMgTDIxLjM1NDE1MDQsMTQuNjAzNzA3MyBDMjEuNjQxNzk2OSwxNC42MDM3MDczIDIxLjg3NSwxNC44MzY2ODI5IDIxLjg3NSwxNS4xMjQwNDg4IEMyMS44NzUsMTUuNDExNDYzNCAyMS42NDE4NDU3LDE1LjY0NDM5MDIgMjEuMzU0MTk5MiwxNS42NDQzOTAyIFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPHBhdGggZD0iTTQuNjg3NSwxNi42ODUwNzMyIEM0LjM5OTg1MzUyLDE2LjY4NTA3MzIgNC4xNjY2NTAzOSwxNi40NTIwOTc2IDQuMTY2NjUwMzksMTYuMTY0NzMxNyBMNC4xNjY2NTAzOSw3LjgzOTUxMjIgQzQuMTY2NjUwMzksNy41NTIxNDYzNCA0LjM5OTg1MzUyLDcuMzE5MTcwNzMgNC42ODc1LDcuMzE5MTcwNzMgTDYuNzcwODQ5NjEsNy4zMTkxNzA3MyBDOC4yMDkwODIwMyw3LjMxOTE3MDczIDkuMzc1LDguNDgzOTUxMjIgOS4zNzUsOS45MjA3ODA0OSBMOS4zNzUsMTAuOTYxNDE0NiBDOS4zNzUsMTIuMzk4MjQzOSA4LjIwOTA4MjAzLDEzLjU2MzAyNDQgNi43NzA4NDk2MSwxMy41NjMwMjQ0IEw1LjIwODM0OTYxLDEzLjU2MzAyNDQgTDUuMjA4MzQ5NjEsMTYuMTY0NjM0MSBDNS4yMDgzNDk2MSwxNi40NTIwOTc2IDQuOTc1MTk1MzEsMTYuNjg1MDczMiA0LjY4NzUsMTYuNjg1MDczMiBaIE01LjIwODM0OTYxLDEyLjUyMjQzOSBMNi43NzA4NDk2MSwxMi41MjI0MzkgQzcuNjMzNzg5MDYsMTIuNTIyNDM5IDguMzMzMzQ5NjEsMTEuODIzNTYxIDguMzMzMzQ5NjEsMTAuOTYxNDYzNCBMOC4zMzMzNDk2MSw5LjkyMDgyOTI3IEM4LjMzMzM0OTYxLDkuMDU4NzMxNzEgNy42MzM3ODkwNiw4LjM1OTg1MzY2IDYuNzcwODQ5NjEsOC4zNTk4NTM2NiBMNS4yMDgzNDk2MSw4LjM1OTg1MzY2IEw1LjIwODM0OTYxLDEyLjUyMjQzOSBaIiBpZD0iU2hhcGUiIGZpbGw9IiNGQUZBRkEiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .res-list .bg-img.doc {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjVweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjUgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjIgKDc4MTgxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT53b3JkPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IndvcmQiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgZmlsbD0iIzE1NjVDMCI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTQuMzg3NSwwLjE0NzAyNDM5IEMxNC4yNjM5MTYsMC4wNDY3MzE3MDczIDE0LjEwMTIyMDcsMC4wMDgzOTAyNDM5IDEzLjk0NTg0OTYsMC4wNDI5NzU2MDk4IEwwLjQwNDE5OTIxOSwzLjE2NDkyNjgzIEMwLjE2NTg2OTE0MSwzLjIxOTY1ODU0IC0wLjAwMjI5NDkyMTg4LDMuNDMyNjM0MTUgLTIuMzIwMzQxMzJlLTA1LDMuNjc2OTI2ODMgTC0yLjMyMDM0MTMyZS0wNSwyMS4zNjggQy0yLjMyMDM0MTMyZS0wNSwyMS42MjQ3MzE3IDAuMTg3NjQ2NDg0LDIxLjg0MzA3MzIgMC40NDE2NTAzOTEsMjEuODgyMDk3NiBMMTMuOTgzMzAwOCwyMy45NjM0MTQ2IEMxNC4yNjc2MjcsMjQuMDA3MDczMiAxNC41MzM1NDQ5LDIzLjgxMjI0MzkgMTQuNTc3MjQ2MSwyMy41MjgyNDM5IEMxNC41ODEyNSwyMy41MDIxNDYzIDE0LjU4MzMwMzIsMjMuNDc1NzU2MSAxNC41ODMzMDMyLDIzLjQ0OTM2NTkgTDE0LjU4MzMwMzIsMC41NTQ5NzU2MSBDMTQuNTgzNzg5MSwwLjM5NjI5MjY4MyAxNC41MTE2Njk5LDAuMjQ2MDk3NTYxIDE0LjM4NzUsMC4xNDcwMjQzOSBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTI0LjQ3OTE5OTIsMjEuODg4MjkyNyBMMTQuMDYyNSwyMS44ODgyOTI3IEMxMy43NzQ4NTM1LDIxLjg4ODI5MjcgMTMuNTQxNjUwNCwyMS42NTUzMTcxIDEzLjU0MTY1MDQsMjEuMzY3OTUxMiBDMTMuNTQxNjUwNCwyMS4wODA1ODU0IDEzLjc3NDg1MzUsMjAuODQ3NjA5OCAxNC4wNjI1LDIwLjg0NzYwOTggTDIzLjk1ODM0OTYsMjAuODQ3NjA5OCBMMjMuOTU4MzQ5NiwzLjE1NjU4NTM3IEwxNC4wNjI1LDMuMTU2NTg1MzcgQzEzLjc3NDg1MzUsMy4xNTY1ODUzNyAxMy41NDE2NTA0LDIuOTIzNjA5NzYgMTMuNTQxNjUwNCwyLjYzNjI0MzkgQzEzLjU0MTY1MDQsMi4zNDg4NzgwNSAxMy43NzQ4NTM1LDIuMTE1OTUxMjIgMTQuMDYyNSwyLjExNTk1MTIyIEwyNC40NzkxNTA0LDIuMTE1OTUxMjIgQzI0Ljc2Njc5NjksMi4xMTU5NTEyMiAyNSwyLjM0ODkyNjgzIDI1LDIuNjM2MjkyNjggTDI1LDIxLjM2OCBDMjUsMjEuNjU1MzY1OSAyNC43NjY4NDU3LDIxLjg4ODI5MjcgMjQuNDc5MTk5MiwyMS44ODgyOTI3IFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPHBhdGggZD0iTTguODU0MTk5MjIsMTYuNjg1MDczNCBDOC42MjIxMTkxNCwxNi42ODQ4MjkzIDguNDE4MjYxNzIsMTYuNTMxMTcwNyA4LjM1NDE5OTIyLDE2LjMwODM0MTUgTDYuNzcwODQ5NjEsMTAuNzc0MTQ2MyBMNS4xODc1LDE2LjMwODM0MTUgQzUuMDczMTQ0NTMsMTYuNTg0NDg3OCA0Ljc1NjM0NzY2LDE2LjcxNTc1NjEgNC40Nzk4ODI4MSwxNi42MDE1MTIyIEM0LjM0Njk3MjY2LDE2LjU0NjU4NTQgNC4yNDE0MDYyNSwxNi40NDExMjIgNC4xODY0MjU3OCwxNi4zMDgzNDE1IEwyLjEwMzEyNSw5LjAyMzgwNDg4IEMyLjAxNTkxNzk3LDguNzQ5OTUxMjIgMi4xNjc0ODA0Nyw4LjQ1NzM2NTg1IDIuNDQxNjAxNTYsOC4zNzAyNDM5IEMyLjcxNTcyMjY2LDguMjgzMTIxOTUgMy4wMDg1OTM3NSw4LjQzNDUzNjU5IDMuMDk1ODAwNzgsOC43MDgzOTAyNCBDMy4wOTg4NzY5NSw4LjcxODA0ODc4IDMuMTAxNjYwMTYsOC43Mjc4MDQ4OCAzLjEwNDE5OTIyLDguNzM3NjA5NzYgTDQuNjg3NSwxNC4yNzA3MzE3IEw2LjI3MDg0OTYxLDguNzM2NTg1MzcgQzYuMzg1MjA1MDgsOC40NjA0MzkwMiA2LjcwMjAwMTk1LDguMzI5MTcwNzMgNi45Nzg0NjY4LDguNDQzNDE0NjMgQzcuMTExMzc2OTUsOC40OTgzNDE0NiA3LjIxNjk0MzM2LDguNjAzODA0ODggNy4yNzE5MjM4Myw4LjczNjU4NTM3IEw4Ljg1NDE5OTIyLDE0LjI3MDc4MDUgTDEwLjQzNzU0ODgsOC43Mzc2NTg1NCBDMTAuNTEyNSw4LjQ2MzgwNDg4IDEwLjc5NTUwNzgsOC4zMDI0ODc4IDExLjA2OTYyODksOC4zNzczNjU4NSBDMTEuMDczNTM1Miw4LjM3ODQzOTAyIDExLjA3NzM5MjYsOC4zNzk1NjA5OCAxMS4wODEyOTg4LDguMzgwNjgyOTMgQzExLjM1NzY2Niw4LjQ1OTgwNDg4IDExLjUxNzU3ODEsOC43NDc2NTg1NCAxMS40Mzg1NzQyLDkuMDIzODA0ODggTDkuMzU1MjI0NjEsMTYuMzA4MzQxNSBDOS4yOTEwNjQ0NSwxNi41MzE1NjEgOS4wODY2MjEwOSwxNi42ODUyNjgzIDguODU0MTk5MjIsMTYuNjg1MDczNCBaIiBpZD0iUGF0aCIgZmlsbD0iI0ZBRkFGQSI+PC9wYXRoPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzLjUyNTM5MSwgNS4yMTk1MTIpIiBmaWxsPSIjMTU2NUMwIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04Ljg3MDQ1ODk4LDEuMDU5MDI0MzkgTDAuNTM3MTA5Mzc1LDEuMDU5MDI0MzkgQzAuMjQ5NDYyODkxLDEuMDU5MDI0MzkgMC4wMTYyNTk3NjU2LDAuODI2MDQ4NzggMC4wMTYyNTk3NjU2LDAuNTM4NjgyOTI3IEMwLjAxNjI1OTc2NTYsMC4yNTEzMTcwNzMgMC4yNDk0NjI4OTEsMC4wMTgzNDE0NjM0IDAuNTM3MTA5Mzc1LDAuMDE4MzQxNDYzNCBMOC44NzA0NTg5OCwwLjAxODM0MTQ2MzQgQzkuMTU4MTA1NDcsMC4wMTgzNDE0NjM0IDkuMzkxMzA4NTksMC4yNTEzMTcwNzMgOS4zOTEzMDg1OSwwLjUzODY4MjkyNyBDOS4zOTEzMDg1OSwwLjgyNjA5NzU2MSA5LjE1ODEwNTQ3LDEuMDU5MDI0MzkgOC44NzA0NTg5OCwxLjA1OTAyNDM5IFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOC44NzA0NTg5OCw0LjE4MDk3NTYxIEwwLjUzNzEwOTM3NSw0LjE4MDk3NTYxIEMwLjI0OTQ2Mjg5MSw0LjE4MDk3NTYxIDAuMDE2MjU5NzY1NiwzLjk0OCAwLjAxNjI1OTc2NTYsMy42NjA2MzQxNSBDMC4wMTYyNTk3NjU2LDMuMzczMjY4MjkgMC4yNDk0NjI4OTEsMy4xNDAyOTI2OCAwLjUzNzEwOTM3NSwzLjE0MDI5MjY4IEw4Ljg3MDQ1ODk4LDMuMTQwMjkyNjggQzkuMTU4MTA1NDcsMy4xNDAyOTI2OCA5LjM5MTMwODU5LDMuMzczMjY4MjkgOS4zOTEzMDg1OSwzLjY2MDYzNDE1IEM5LjM5MTMwODU5LDMuOTQ4IDkuMTU4MTA1NDcsNC4xODA5NzU2MSA4Ljg3MDQ1ODk4LDQuMTgwOTc1NjEgWiIgaWQ9IlBhdGgiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04Ljg3MDQ1ODk4LDcuMzAyOTI2ODMgTDAuNTM3MTA5Mzc1LDcuMzAyOTI2ODMgQzAuMjQ5NDYyODkxLDcuMzAyOTI2ODMgMC4wMTYyNTk3NjU2LDcuMDY5OTUxMjIgMC4wMTYyNTk3NjU2LDYuNzgyNTg1MzcgQzAuMDE2MjU5NzY1Niw2LjQ5NTIxOTUxIDAuMjQ5NDYyODkxLDYuMjYyMjQzOSAwLjUzNzEwOTM3NSw2LjI2MjI0MzkgTDguODcwNDU4OTgsNi4yNjIyNDM5IEM5LjE1ODEwNTQ3LDYuMjYyMjQzOSA5LjM5MTMwODU5LDYuNDk1MjE5NTEgOS4zOTEzMDg1OSw2Ljc4MjU4NTM3IEM5LjM5MTMwODU5LDcuMDcgOS4xNTgxMDU0Nyw3LjMwMjkyNjgzIDguODcwNDU4OTgsNy4zMDI5MjY4MyBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTguODcwNDU4OTgsMTAuNDI0ODc4IEwwLjUzNzEwOTM3NSwxMC40MjQ4NzggQzAuMjQ5NDYyODkxLDEwLjQyNDg3OCAwLjAxNjI1OTc2NTYsMTAuMTkxOTAyNCAwLjAxNjI1OTc2NTYsOS45MDQ1MzY1OSBDMC4wMTYyNTk3NjU2LDkuNjE3MTcwNzMgMC4yNDk0NjI4OTEsOS4zODQxOTUxMiAwLjUzNzEwOTM3NSw5LjM4NDE5NTEyIEw4Ljg3MDQ1ODk4LDkuMzg0MTk1MTIgQzkuMTU4MTA1NDcsOS4zODQxOTUxMiA5LjM5MTMwODU5LDkuNjE3MTcwNzMgOS4zOTEzMDg1OSw5LjkwNDUzNjU5IEM5LjM5MTMwODU5LDEwLjE5MTk1MTIgOS4xNTgxMDU0NywxMC40MjQ4NzggOC44NzA0NTg5OCwxMC40MjQ4NzggWiIgaWQ9IlBhdGgiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04Ljg3MDQ1ODk4LDEzLjU0NjgyOTMgTDAuNTM3MTA5Mzc1LDEzLjU0NjgyOTMgQzAuMjQ5NDYyODkxLDEzLjU0NjgyOTMgMC4wMTYyNTk3NjU2LDEzLjMxMzg1MzcgMC4wMTYyNTk3NjU2LDEzLjAyNjQ4NzggQzAuMDE2MjU5NzY1NiwxMi43MzkxMjIgMC4yNDk0NjI4OTEsMTIuNTA2MTQ2MyAwLjUzNzEwOTM3NSwxMi41MDYxNDYzIEw4Ljg3MDQ1ODk4LDEyLjUwNjE0NjMgQzkuMTU4MTA1NDcsMTIuNTA2MTQ2MyA5LjM5MTMwODU5LDEyLjczOTEyMiA5LjM5MTMwODU5LDEzLjAyNjQ4NzggQzkuMzkxMzA4NTksMTMuMzEzOTAyNCA5LjE1ODEwNTQ3LDEzLjU0NjgyOTMgOC44NzA0NTg5OCwxMy41NDY4MjkzIFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .res-list .bg-img.sheet {
  background-image: url('data:image/png+xml;base64,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');
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .res-list .bg-img .res-img {
  width: 100%;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .res-list .res-name,
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .res-list .page-name {
  margin: 10px 0px 25px 0px;
  max-height: 100px;
  overflow: hidden;
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .res-list .res-name a,
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .res-list .page-name a {
  font-family: "Diodrum Regular";
  font-size: 1rem;
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .res-list .res-name .text-search,
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .res-list .page-name .text-search {
  background-color: rgba(228, 0, 29, 0.15);
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .res-list .res-name .text-search .text-search,
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .res-list .page-name .text-search .text-search {
  background-color: rgba(255, 255, 255, 0);
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .res-list .res-download {
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  width: calc(100% - 30px);
  cursor: pointer;
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .res-list .res-download a > div {
  width: 25px;
  height: 20px;
  display: inline-block;
  background-size: 100% 100%;
  position: relative;
  top: 2px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAZCAYAAADAHFVeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAI/SURBVEhL5ZS7amJRFIbnWXwJQcXCC5hOEUklIihaGBC0EHwE0wQLE4iFoERFG0kMFiqKgkJiJySFWGoSQYyKF6L/sLbnHJzjBY1kYJgf/mKvs/f61tqX8wt/Uf8WbLlcMh+io2CdTgfxeJz58/OTix6uo2Cvr6/weDzwer14f3/noofrKFiz2YTdbmfudrtc9HD9R7B9N+tHOxODj4FtK/robbTZbN/qjOB7YW9vb+j3+5jP52zMd0ZAHjadTtHr9ZjXtbczeqS0gE9MisViCAQCKJfLmEwmG9s4Ho/x8PCAy8tLZDIZbhUwm83YOxyNRlxkJQFWLBYRiUTQarW4CJBOp2E2m9lDLpVKaDQaAqzdbiObzcLhcMDpdCKXy7E11NHLywtCoRCen59ZjJcAo+pMJhMKhYKwBYPBADc3Nzg/P4fb7UY4HIbFYmGmX5bVamXFJBIJDIdDtmaxWOD+/h5arRZ3d3csxmsDRh2ui4C3t7cwGAxQq9U4OztjVqlUMBqNrHseRDoJRiJgNBqFTCaDRCJhViqVeHx83DgXHqbRaL4HowR0eZLJJORyOXM+n2dFiG/dyTDS19cXPj4+UK1WmQlEicU6GKbT6XB9fY16vb7VtVoNlUqFedt3Ms25urqCQqHYDQsGg+xM6NDpKp9ivV4PqVSKVCrFZV9JgNEZ+Hw+uFwu5ouLC+Zd4/WY2PTN7/fj6emJy74Sg4kPmcZib9N6fNfc9bHQ2U+KB27AxJWRtlW8T/zcP9cBvwHowYGFuF5+PQAAAABJRU5ErkJggg==');
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .res-list .res-download:hover a {
  color: #e4001c;
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .res-list .res-download:hover a div {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAZCAYAAAAv3j5gAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAMqSURBVEhLrZXbTxNBFMb9q3xRn0z0BR5MMMSACYk3CMR4ARSERhTwrsQolWBCQnzQSORBojHGPqCGqCiXIhAE0Ra627Itvdju9rL7eWZmNy3trqmErzk7Zy47vzlnTttdsJVhmqkCd7tyANlJ58/tMktBhTuRvwPBcNlH5LB70vMR8dHXSC+tmCPl6z9SB0QGhhHquoXkh0/mSPmyATknS7nrhnTehT/vxs2R8uUAsocJUOdOgZjsYfmI3psj5esfd1QKKwYZhn3kdiq/GGhPp4g4zmKy1oZPIIcZJn5ia04nUD8CzS4kPEWps5Y4bMPEI7KbzyUSyCoKDFU1Rwwod9yQz1lVR2/lcjDYOjkII5sVyxwkQJksLQ7B0DTqCGxqchrhR0OIPhuFnkjy+2AglrqEZxx6JsO/uOEHg4g8foLcZpS/ZxA8F48jF4nwviUOygY3oNwfhDbzHUZKRKCSH+rtw9rxs4iNjEGPxaHcfihAbzzQ5peg9A3AV1OP6PBz6NE4vWXwA8dpPvZijO9jiYO0xR/4ua8SsaejdJJNPmGoGlITk5BauvhmiVdvEezohdTUhkj/EMJ0MP/RRoK7kQvT6XX2o2tA8y4g2HkDgdPtfB9LjiAmI61BnZ5FoKEVv6vq4Ks+Af+Rk/AdPgZ/bQM2KEI9KlLGxNKrzRHIdd0ZtLK3FMRksLtYXsVabSOtqcDy7oNYPVAN5d4Arc1DLGneeYroWimIXf1WELvEgjqkUxppcfHr9S34VVmLsHsIWUk202XKfCVNqQt1biMiIYJl0lBpk+TnKWT867y6isVY6blFhFxOd7RAoD0VCFPOk+MTUL95yWahTs2QsVZY8ss0B6W+snEvNGZsLbWWxanapKaL9iCWltX9VVirOQXpTAdkqjS55TKkVmFyaxe1zK6YLc2bxqqSm9kP1DfDd6gO8oWrHGCJg1jtb9x8APlSD+T2Hkht3ZDbCnzWkrFWbmf9bhoXc5aJOTLyg/TnGBt5yQGWOMhSQQlwn/fpYY3bzpcpDip+qcSnR36MCoN/yDN/rsqRiMhmPd9IuEJ6vsdBBRDubVlcLOAv0Ih8v3+NBkkAAAAASUVORK5CYII=');
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .image-list {
  margin-top: 25px;
  position: relative;
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .image-list .bg-img {
  background-image: url('data:image/png;base64,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');
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40% 40%;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .image-list .bg-img .thumb-img {
  width: 100%;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .image-list .img-name {
  margin: 10px 0px 25px 0px;
  max-height: 100px;
  overflow: hidden;
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .image-list .img-name .text-search {
  background-color: rgba(228, 0, 29, 0.15);
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .image-list .img-name .text-search .text-search {
  background-color: rgba(255, 255, 255, 0);
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .image-list .img-download {
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  width: calc(100% - 30px);
  cursor: pointer;
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .image-list .img-download a > div {
  width: 25px;
  height: 20px;
  display: inline-block;
  background-size: 100% 100%;
  position: relative;
  top: 2px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAZCAYAAADAHFVeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAI/SURBVEhL5ZS7amJRFIbnWXwJQcXCC5hOEUklIihaGBC0EHwE0wQLE4iFoERFG0kMFiqKgkJiJySFWGoSQYyKF6L/sLbnHJzjBY1kYJgf/mKvs/f61tqX8wt/Uf8WbLlcMh+io2CdTgfxeJz58/OTix6uo2Cvr6/weDzwer14f3/noofrKFiz2YTdbmfudrtc9HD9R7B9N+tHOxODj4FtK/robbTZbN/qjOB7YW9vb+j3+5jP52zMd0ZAHjadTtHr9ZjXtbczeqS0gE9MisViCAQCKJfLmEwmG9s4Ho/x8PCAy8tLZDIZbhUwm83YOxyNRlxkJQFWLBYRiUTQarW4CJBOp2E2m9lDLpVKaDQaAqzdbiObzcLhcMDpdCKXy7E11NHLywtCoRCen59ZjJcAo+pMJhMKhYKwBYPBADc3Nzg/P4fb7UY4HIbFYmGmX5bVamXFJBIJDIdDtmaxWOD+/h5arRZ3d3csxmsDRh2ui4C3t7cwGAxQq9U4OztjVqlUMBqNrHseRDoJRiJgNBqFTCaDRCJhViqVeHx83DgXHqbRaL4HowR0eZLJJORyOXM+n2dFiG/dyTDS19cXPj4+UK1WmQlEicU6GKbT6XB9fY16vb7VtVoNlUqFedt3Ms25urqCQqHYDQsGg+xM6NDpKp9ivV4PqVSKVCrFZV9JgNEZ+Hw+uFwu5ouLC+Zd4/WY2PTN7/fj6emJy74Sg4kPmcZib9N6fNfc9bHQ2U+KB27AxJWRtlW8T/zcP9cBvwHowYGFuF5+PQAAAABJRU5ErkJggg==');
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .image-list .img-download:hover a {
  color: #e4001c;
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .image-list .img-download:hover a div {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAZCAYAAAAv3j5gAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAMqSURBVEhLrZXbTxNBFMb9q3xRn0z0BR5MMMSACYk3CMR4ARSERhTwrsQolWBCQnzQSORBojHGPqCGqCiXIhAE0Ra627Itvdju9rL7eWZmNy3trqmErzk7Zy47vzlnTttdsJVhmqkCd7tyANlJ58/tMktBhTuRvwPBcNlH5LB70vMR8dHXSC+tmCPl6z9SB0QGhhHquoXkh0/mSPmyATknS7nrhnTehT/vxs2R8uUAsocJUOdOgZjsYfmI3psj5esfd1QKKwYZhn3kdiq/GGhPp4g4zmKy1oZPIIcZJn5ia04nUD8CzS4kPEWps5Y4bMPEI7KbzyUSyCoKDFU1Rwwod9yQz1lVR2/lcjDYOjkII5sVyxwkQJksLQ7B0DTqCGxqchrhR0OIPhuFnkjy+2AglrqEZxx6JsO/uOEHg4g8foLcZpS/ZxA8F48jF4nwviUOygY3oNwfhDbzHUZKRKCSH+rtw9rxs4iNjEGPxaHcfihAbzzQ5peg9A3AV1OP6PBz6NE4vWXwA8dpPvZijO9jiYO0xR/4ua8SsaejdJJNPmGoGlITk5BauvhmiVdvEezohdTUhkj/EMJ0MP/RRoK7kQvT6XX2o2tA8y4g2HkDgdPtfB9LjiAmI61BnZ5FoKEVv6vq4Ks+Af+Rk/AdPgZ/bQM2KEI9KlLGxNKrzRHIdd0ZtLK3FMRksLtYXsVabSOtqcDy7oNYPVAN5d4Arc1DLGneeYroWimIXf1WELvEgjqkUxppcfHr9S34VVmLsHsIWUk202XKfCVNqQt1biMiIYJl0lBpk+TnKWT867y6isVY6blFhFxOd7RAoD0VCFPOk+MTUL95yWahTs2QsVZY8ss0B6W+snEvNGZsLbWWxanapKaL9iCWltX9VVirOQXpTAdkqjS55TKkVmFyaxe1zK6YLc2bxqqSm9kP1DfDd6gO8oWrHGCJg1jtb9x8APlSD+T2Hkht3ZDbCnzWkrFWbmf9bhoXc5aJOTLyg/TnGBt5yQGWOMhSQQlwn/fpYY3bzpcpDip+qcSnR36MCoN/yDN/rsqRiMhmPd9IuEJ6vsdBBRDubVlcLOAv0Ih8v3+NBkkAAAAASUVORK5CYII=');
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .video-list {
  margin-top: 25px;
  position: relative;
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .video-list video {
  width: 100%;
  height: 180px;
  object-fit: fill;
  background: black;
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .video-list .play-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  top: 80px;
  left: 45%;
  background-size: 100% 100%;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NiIgaGVpZ2h0PSI1NiIgdmlld0JveD0iMCAwIDU2IDU2Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJyb3RhdGUoLTE4MCAyOCAyOCkiPgogICAgICAgIDxjaXJjbGUgY3g9IjI4IiBjeT0iMjgiIHI9IjI4IiBmaWxsPSIjRkZGIiBmaWxsLW9wYWNpdHk9Ii44MDMiLz4KICAgICAgICA8cGF0aCBmaWxsPSIjRTQwMDFDIiBkPSJNMTUuNCAyOEwzNSAxNS40djI1LjJ6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=');
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .video-list .vid-name-container {
  width: 100%;
  -webkit-box-shadow: 0 3px 5px 0 #a6a6a6;
  -moz-box-shadow: 0 3px 5px 0 #a6a6a6;
  box-shadow: 0 3px 5px 0 #a6a6a6;
  padding: 8px;
  position: relative;
  top: -5px;
  overflow: hidden;
  height: 60px;
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .video-list .vid-name-container .vid-name {
  margin: 10px 0px 25px 0px;
  max-height: 100px;
  overflow: hidden;
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .video-list .vid-name-container .vid-name .text-search {
  background-color: rgba(228, 0, 29, 0.15);
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .video-list .vid-name-container .vid-name .text-search .text-search {
  background-color: rgba(255, 255, 255, 0);
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .list-view,
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .block-view {
  display: none;
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .item-result {
  padding: 18px 0px 10px 0px;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .item-result a .fa {
  display: none;
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .item-result a h5:hover {
  color: #e4001c;
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .item-result div {
  width: calc(100% - 35px);
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .item-result div h5 {
  float: left;
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .item-result .res-icon {
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  float: right;
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .item-result .res-icon.pdf {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjFweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjEgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjIgKDc4MTgxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5wZGY8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0icGRmIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8cGF0aCBkPSJNMS41MjMzMTM2NSwwIEwxNC4yNDk2MjM2LDAgTDIwLjk5NTExODEsNi43MTMxMDk2OCBMMjAuOTk1MTE4MSwyMi40NDY4MTI5IEMyMC45OTUxMTgxLDIzLjI3MzU3NDIgMjAuMzI0MTI1NSwyMy45NDMyNTE2IDE5LjQ5NzI5ODksMjMuOTQzMjUxNiBMMS41MjMzMTM2NSwyMy45NDMyNTE2IEMwLjY5NjQ4NzA4NSwyMy45NDMyNTE2IDAuMDI1NDk0NDY0OSwyMy4yNzM1NzQyIDAuMDI1NDk0NDY0OSwyMi40NDY4MTI5IEwwLjAyNTQ5NDQ2NDksMS40OTY0Mzg3MSBDMC4wMjU0OTQ0NjQ5LDAuNjY5Njc3NDE5IDAuNjk2NTY0NTc2LDAgMS41MjMzMTM2NSwwIFoiIGlkPSJQYXRoIiBmaWxsPSIjRTI1NzRDIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMC45NzM0OTgyLDYuNzM0MDEyOSBMMTUuNzUyNzg5Nyw2LjczNDAxMjkgQzE0LjkyNTk2MzEsNi43MzQwMTI5IDE0LjI1NDk3MDUsNi4wNjM2Mzg3MSAxNC4yNTQ5NzA1LDUuMjM3NTc0MTkgTDE0LjI1NDk3MDUsMC4wMTQ5NDE5MzU1IEwyMC45NzM0OTgyLDYuNzM0MDEyOSBaIiBpZD0iUGF0aCIgZmlsbD0iI0I1MzYyOSI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMTUuMzc2ODA0NCwxMS4zNDUzNDE5IEMxNS42Mjc3MTk2LDExLjM0NTM0MTkgMTUuNzUwNTQyNCwxMS4xMjY4NjQ1IDE1Ljc1MDU0MjQsMTAuOTE1MTIyNiBDMTUuNzUwNTQyNCwxMC42OTU4NzEgMTUuNjIyNDUwMiwxMC40ODQxMjkgMTUuMzc2ODA0NCwxMC40ODQxMjkgTDEzLjk0Nzg3NDUsMTAuNDg0MTI5IEMxMy42Njg1MjAzLDEwLjQ4NDEyOSAxMy41MTI3NjM4LDEwLjcxNTMwMzIgMTMuNTEyNzYzOCwxMC45NzA0Nzc0IEwxMy41MTI3NjM4LDE0LjQ3ODg5MDMgQzEzLjUxMjc2MzgsMTQuNzkxNjY0NSAxMy42OTA5OTI2LDE0Ljk2NTIzODcgMTMuOTMyMTQzOSwxNC45NjUyMzg3IEMxNC4xNzE4MjI5LDE0Ljk2NTIzODcgMTQuMzUwODI2NiwxNC43OTE2NjQ1IDE0LjM1MDgyNjYsMTQuNDc4ODkwMyBMMTQuMzUwODI2NiwxMy41MTU5NDg0IEwxNS4yMTUwODEyLDEzLjUxNTk0ODQgQzE1LjQ4MzE5OTMsMTMuNTE1OTQ4NCAxNS42MTcyNTgzLDEzLjI5NjY5NjggMTUuNjE3MjU4MywxMy4wNzg5OTM1IEMxNS42MTcyNTgzLDEyLjg2NTc4MDYgMTUuNDgzMTk5MywxMi42NTM5NjEzIDE1LjIxNTA4MTIsMTIuNjUzOTYxMyBMMTQuMzUwODI2NiwxMi42NTM5NjEzIEwxNC4zNTA4MjY2LDExLjM0NTM0MTkgQzE0LjM1MDgyNjYsMTEuMzQ1MzQxOSAxNS4zNzY4MDQ0LDExLjM0NTM0MTkgMTUuMzc2ODA0NCwxMS4zNDUzNDE5IFogTTEwLjU0NzAzNjksMTAuNDg0MTI5IEw5LjUwMTUzMTM3LDEwLjQ4NDEyOSBDOS4yMTc2ODI2NiwxMC40ODQxMjkgOS4wMTYyMDY2NCwxMC42Nzg2ODM5IDkuMDE2MjA2NjQsMTAuOTY3NDU4MSBMOS4wMTYyMDY2NCwxNC40ODE5MDk3IEM5LjAxNjIwNjY0LDE0Ljg0MDI4MzkgOS4zMDYwMjIxNCwxNC45NTI1NDE5IDkuNTEzNDY0OTQsMTQuOTUyNTQxOSBMMTAuNjEwNjU2OCwxNC45NTI1NDE5IEMxMS45MDkyNDcyLDE0Ljk1MjU0MTkgMTIuNzY2NzYwMSwxNC4wOTg4Mzg3IDEyLjc2Njc2MDEsMTIuNzgxMTYxMyBDMTIuNzY2MDYyNywxMS4zODggMTEuOTU4NzYzOCwxMC40ODQxMjkgMTAuNTQ3MDM2OSwxMC40ODQxMjkgWiBNMTAuNTk3MjUwOSwxNC4wODYxNDE5IEw5Ljk1OTg4OTMsMTQuMDg2MTQxOSBMOS45NTk4ODkzLDExLjM1MDYwNjUgTDEwLjUzNDMyODQsMTEuMzUwNjA2NSBDMTEuNDAzODUyNCwxMS4zNTA2MDY1IDExLjc4MjAwNzQsMTEuOTMzNDk2OCAxMS43ODIwMDc0LDEyLjczNzgwNjUgQzExLjc4MjAwNzQsMTMuNDkwNTU0OCAxMS40MTA1MTY2LDE0LjA4NjE0MTkgMTAuNTk3MjUwOSwxNC4wODYxNDE5IFogTTYuNzY3MjY5MzcsMTAuNDg0MTI5IEw1LjczMTUyNzY4LDEwLjQ4NDEyOSBDNS40Mzg2OTAwNCwxMC40ODQxMjkgNS4yNzU0MTY5NywxMC42NzcxMzU1IDUuMjc1NDE2OTcsMTAuOTcwNDc3NCBMNS4yNzU0MTY5NywxNC40Nzg4OTAzIEM1LjI3NTQxNjk3LDE0Ljc5MTY2NDUgNS40NjI2MzQ2OSwxNC45NjUyMzg3IDUuNzE0MjQ3MjMsMTQuOTY1MjM4NyBDNS45NjU4NTk3OCwxNC45NjUyMzg3IDYuMTUzMDc3NDksMTQuNzkxNjY0NSA2LjE1MzA3NzQ5LDE0LjQ3ODg5MDMgTDYuMTUzMDc3NDksMTMuNDU0NTU0OCBMNi44MDIzNzI2OSwxMy40NTQ1NTQ4IEM3LjYwMzcwNDgsMTMuNDU0NTU0OCA4LjI2NTAxMTA3LDEyLjg4NzM4MDYgOC4yNjUwMTEwNywxMS45NzUzMDMyIEM4LjI2NTA4ODU2LDExLjA4MjczNTUgNy42MjcwMjk1MiwxMC40ODQxMjkgNi43NjcyNjkzNywxMC40ODQxMjkgWiBNNi43NTAwNjY0MiwxMi42MzE1ODcxIEw2LjE1MzE1NDk4LDEyLjYzMTU4NzEgTDYuMTUzMTU0OTgsMTEuMzA3OTQ4NCBMNi43NTAwNjY0MiwxMS4zMDc5NDg0IEM3LjExODUzNTA2LDExLjMwNzk0ODQgNy4zNTI5NDQ2NSwxMS41OTUyNTE2IDcuMzUyOTQ0NjUsMTEuOTcwMTE2MSBDNy4zNTIxNjk3NCwxMi4zNDQyODM5IDcuMTE4NTM1MDYsMTIuNjMxNTg3MSA2Ljc1MDA2NjQyLDEyLjYzMTU4NzEgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=');
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .item-result .res-icon.doc {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjVweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjUgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjIgKDc4MTgxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT53b3JkPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IndvcmQiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgZmlsbD0iIzE1NjVDMCI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTQuMzg3NSwwLjE0NzAyNDM5IEMxNC4yNjM5MTYsMC4wNDY3MzE3MDczIDE0LjEwMTIyMDcsMC4wMDgzOTAyNDM5IDEzLjk0NTg0OTYsMC4wNDI5NzU2MDk4IEwwLjQwNDE5OTIxOSwzLjE2NDkyNjgzIEMwLjE2NTg2OTE0MSwzLjIxOTY1ODU0IC0wLjAwMjI5NDkyMTg4LDMuNDMyNjM0MTUgLTIuMzIwMzQxMzJlLTA1LDMuNjc2OTI2ODMgTC0yLjMyMDM0MTMyZS0wNSwyMS4zNjggQy0yLjMyMDM0MTMyZS0wNSwyMS42MjQ3MzE3IDAuMTg3NjQ2NDg0LDIxLjg0MzA3MzIgMC40NDE2NTAzOTEsMjEuODgyMDk3NiBMMTMuOTgzMzAwOCwyMy45NjM0MTQ2IEMxNC4yNjc2MjcsMjQuMDA3MDczMiAxNC41MzM1NDQ5LDIzLjgxMjI0MzkgMTQuNTc3MjQ2MSwyMy41MjgyNDM5IEMxNC41ODEyNSwyMy41MDIxNDYzIDE0LjU4MzMwMzIsMjMuNDc1NzU2MSAxNC41ODMzMDMyLDIzLjQ0OTM2NTkgTDE0LjU4MzMwMzIsMC41NTQ5NzU2MSBDMTQuNTgzNzg5MSwwLjM5NjI5MjY4MyAxNC41MTE2Njk5LDAuMjQ2MDk3NTYxIDE0LjM4NzUsMC4xNDcwMjQzOSBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTI0LjQ3OTE5OTIsMjEuODg4MjkyNyBMMTQuMDYyNSwyMS44ODgyOTI3IEMxMy43NzQ4NTM1LDIxLjg4ODI5MjcgMTMuNTQxNjUwNCwyMS42NTUzMTcxIDEzLjU0MTY1MDQsMjEuMzY3OTUxMiBDMTMuNTQxNjUwNCwyMS4wODA1ODU0IDEzLjc3NDg1MzUsMjAuODQ3NjA5OCAxNC4wNjI1LDIwLjg0NzYwOTggTDIzLjk1ODM0OTYsMjAuODQ3NjA5OCBMMjMuOTU4MzQ5NiwzLjE1NjU4NTM3IEwxNC4wNjI1LDMuMTU2NTg1MzcgQzEzLjc3NDg1MzUsMy4xNTY1ODUzNyAxMy41NDE2NTA0LDIuOTIzNjA5NzYgMTMuNTQxNjUwNCwyLjYzNjI0MzkgQzEzLjU0MTY1MDQsMi4zNDg4NzgwNSAxMy43NzQ4NTM1LDIuMTE1OTUxMjIgMTQuMDYyNSwyLjExNTk1MTIyIEwyNC40NzkxNTA0LDIuMTE1OTUxMjIgQzI0Ljc2Njc5NjksMi4xMTU5NTEyMiAyNSwyLjM0ODkyNjgzIDI1LDIuNjM2MjkyNjggTDI1LDIxLjM2OCBDMjUsMjEuNjU1MzY1OSAyNC43NjY4NDU3LDIxLjg4ODI5MjcgMjQuNDc5MTk5MiwyMS44ODgyOTI3IFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPHBhdGggZD0iTTguODU0MTk5MjIsMTYuNjg1MDczNCBDOC42MjIxMTkxNCwxNi42ODQ4MjkzIDguNDE4MjYxNzIsMTYuNTMxMTcwNyA4LjM1NDE5OTIyLDE2LjMwODM0MTUgTDYuNzcwODQ5NjEsMTAuNzc0MTQ2MyBMNS4xODc1LDE2LjMwODM0MTUgQzUuMDczMTQ0NTMsMTYuNTg0NDg3OCA0Ljc1NjM0NzY2LDE2LjcxNTc1NjEgNC40Nzk4ODI4MSwxNi42MDE1MTIyIEM0LjM0Njk3MjY2LDE2LjU0NjU4NTQgNC4yNDE0MDYyNSwxNi40NDExMjIgNC4xODY0MjU3OCwxNi4zMDgzNDE1IEwyLjEwMzEyNSw5LjAyMzgwNDg4IEMyLjAxNTkxNzk3LDguNzQ5OTUxMjIgMi4xNjc0ODA0Nyw4LjQ1NzM2NTg1IDIuNDQxNjAxNTYsOC4zNzAyNDM5IEMyLjcxNTcyMjY2LDguMjgzMTIxOTUgMy4wMDg1OTM3NSw4LjQzNDUzNjU5IDMuMDk1ODAwNzgsOC43MDgzOTAyNCBDMy4wOTg4NzY5NSw4LjcxODA0ODc4IDMuMTAxNjYwMTYsOC43Mjc4MDQ4OCAzLjEwNDE5OTIyLDguNzM3NjA5NzYgTDQuNjg3NSwxNC4yNzA3MzE3IEw2LjI3MDg0OTYxLDguNzM2NTg1MzcgQzYuMzg1MjA1MDgsOC40NjA0MzkwMiA2LjcwMjAwMTk1LDguMzI5MTcwNzMgNi45Nzg0NjY4LDguNDQzNDE0NjMgQzcuMTExMzc2OTUsOC40OTgzNDE0NiA3LjIxNjk0MzM2LDguNjAzODA0ODggNy4yNzE5MjM4Myw4LjczNjU4NTM3IEw4Ljg1NDE5OTIyLDE0LjI3MDc4MDUgTDEwLjQzNzU0ODgsOC43Mzc2NTg1NCBDMTAuNTEyNSw4LjQ2MzgwNDg4IDEwLjc5NTUwNzgsOC4zMDI0ODc4IDExLjA2OTYyODksOC4zNzczNjU4NSBDMTEuMDczNTM1Miw4LjM3ODQzOTAyIDExLjA3NzM5MjYsOC4zNzk1NjA5OCAxMS4wODEyOTg4LDguMzgwNjgyOTMgQzExLjM1NzY2Niw4LjQ1OTgwNDg4IDExLjUxNzU3ODEsOC43NDc2NTg1NCAxMS40Mzg1NzQyLDkuMDIzODA0ODggTDkuMzU1MjI0NjEsMTYuMzA4MzQxNSBDOS4yOTEwNjQ0NSwxNi41MzE1NjEgOS4wODY2MjEwOSwxNi42ODUyNjgzIDguODU0MTk5MjIsMTYuNjg1MDczNCBaIiBpZD0iUGF0aCIgZmlsbD0iI0ZBRkFGQSI+PC9wYXRoPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzLjUyNTM5MSwgNS4yMTk1MTIpIiBmaWxsPSIjMTU2NUMwIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04Ljg3MDQ1ODk4LDEuMDU5MDI0MzkgTDAuNTM3MTA5Mzc1LDEuMDU5MDI0MzkgQzAuMjQ5NDYyODkxLDEuMDU5MDI0MzkgMC4wMTYyNTk3NjU2LDAuODI2MDQ4NzggMC4wMTYyNTk3NjU2LDAuNTM4NjgyOTI3IEMwLjAxNjI1OTc2NTYsMC4yNTEzMTcwNzMgMC4yNDk0NjI4OTEsMC4wMTgzNDE0NjM0IDAuNTM3MTA5Mzc1LDAuMDE4MzQxNDYzNCBMOC44NzA0NTg5OCwwLjAxODM0MTQ2MzQgQzkuMTU4MTA1NDcsMC4wMTgzNDE0NjM0IDkuMzkxMzA4NTksMC4yNTEzMTcwNzMgOS4zOTEzMDg1OSwwLjUzODY4MjkyNyBDOS4zOTEzMDg1OSwwLjgyNjA5NzU2MSA5LjE1ODEwNTQ3LDEuMDU5MDI0MzkgOC44NzA0NTg5OCwxLjA1OTAyNDM5IFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOC44NzA0NTg5OCw0LjE4MDk3NTYxIEwwLjUzNzEwOTM3NSw0LjE4MDk3NTYxIEMwLjI0OTQ2Mjg5MSw0LjE4MDk3NTYxIDAuMDE2MjU5NzY1NiwzLjk0OCAwLjAxNjI1OTc2NTYsMy42NjA2MzQxNSBDMC4wMTYyNTk3NjU2LDMuMzczMjY4MjkgMC4yNDk0NjI4OTEsMy4xNDAyOTI2OCAwLjUzNzEwOTM3NSwzLjE0MDI5MjY4IEw4Ljg3MDQ1ODk4LDMuMTQwMjkyNjggQzkuMTU4MTA1NDcsMy4xNDAyOTI2OCA5LjM5MTMwODU5LDMuMzczMjY4MjkgOS4zOTEzMDg1OSwzLjY2MDYzNDE1IEM5LjM5MTMwODU5LDMuOTQ4IDkuMTU4MTA1NDcsNC4xODA5NzU2MSA4Ljg3MDQ1ODk4LDQuMTgwOTc1NjEgWiIgaWQ9IlBhdGgiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04Ljg3MDQ1ODk4LDcuMzAyOTI2ODMgTDAuNTM3MTA5Mzc1LDcuMzAyOTI2ODMgQzAuMjQ5NDYyODkxLDcuMzAyOTI2ODMgMC4wMTYyNTk3NjU2LDcuMDY5OTUxMjIgMC4wMTYyNTk3NjU2LDYuNzgyNTg1MzcgQzAuMDE2MjU5NzY1Niw2LjQ5NTIxOTUxIDAuMjQ5NDYyODkxLDYuMjYyMjQzOSAwLjUzNzEwOTM3NSw2LjI2MjI0MzkgTDguODcwNDU4OTgsNi4yNjIyNDM5IEM5LjE1ODEwNTQ3LDYuMjYyMjQzOSA5LjM5MTMwODU5LDYuNDk1MjE5NTEgOS4zOTEzMDg1OSw2Ljc4MjU4NTM3IEM5LjM5MTMwODU5LDcuMDcgOS4xNTgxMDU0Nyw3LjMwMjkyNjgzIDguODcwNDU4OTgsNy4zMDI5MjY4MyBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTguODcwNDU4OTgsMTAuNDI0ODc4IEwwLjUzNzEwOTM3NSwxMC40MjQ4NzggQzAuMjQ5NDYyODkxLDEwLjQyNDg3OCAwLjAxNjI1OTc2NTYsMTAuMTkxOTAyNCAwLjAxNjI1OTc2NTYsOS45MDQ1MzY1OSBDMC4wMTYyNTk3NjU2LDkuNjE3MTcwNzMgMC4yNDk0NjI4OTEsOS4zODQxOTUxMiAwLjUzNzEwOTM3NSw5LjM4NDE5NTEyIEw4Ljg3MDQ1ODk4LDkuMzg0MTk1MTIgQzkuMTU4MTA1NDcsOS4zODQxOTUxMiA5LjM5MTMwODU5LDkuNjE3MTcwNzMgOS4zOTEzMDg1OSw5LjkwNDUzNjU5IEM5LjM5MTMwODU5LDEwLjE5MTk1MTIgOS4xNTgxMDU0NywxMC40MjQ4NzggOC44NzA0NTg5OCwxMC40MjQ4NzggWiIgaWQ9IlBhdGgiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04Ljg3MDQ1ODk4LDEzLjU0NjgyOTMgTDAuNTM3MTA5Mzc1LDEzLjU0NjgyOTMgQzAuMjQ5NDYyODkxLDEzLjU0NjgyOTMgMC4wMTYyNTk3NjU2LDEzLjMxMzg1MzcgMC4wMTYyNTk3NjU2LDEzLjAyNjQ4NzggQzAuMDE2MjU5NzY1NiwxMi43MzkxMjIgMC4yNDk0NjI4OTEsMTIuNTA2MTQ2MyAwLjUzNzEwOTM3NSwxMi41MDYxNDYzIEw4Ljg3MDQ1ODk4LDEyLjUwNjE0NjMgQzkuMTU4MTA1NDcsMTIuNTA2MTQ2MyA5LjM5MTMwODU5LDEyLjczOTEyMiA5LjM5MTMwODU5LDEzLjAyNjQ4NzggQzkuMzkxMzA4NTksMTMuMzEzOTAyNCA5LjE1ODEwNTQ3LDEzLjU0NjgyOTMgOC44NzA0NTg5OCwxMy41NDY4MjkzIFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .item-result .res-icon.sheet {
  background-image: url('data:image/png+xml;base64,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');
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .item-result .res-icon.ppt {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjVweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjUgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjIgKDc4MTgxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5wb3dlcnBvaW50PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9InBvd2VycG9pbnQiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgZmlsbD0iI0VCNjM0NCI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTguMjI5MTk5Miw1LjIzNzkwMjQ0IEMxNy45NDE1NTI3LDUuMjM3OTAyNDQgMTcuNzA4MzQ5Niw1LjQ3MDg3ODA1IDE3LjcwODM0OTYsNS43NTgyNDM5IEwxNy43MDgzNDk2LDguODgwMTk1MTIgQzE3LjcwODM0OTYsOS4xNjc1NjA5OCAxNy45NDE1NTI3LDkuNDAwNTM2NTkgMTguMjI5MTk5Miw5LjQwMDUzNjU5IEwyMS4zNTQxOTkyLDkuNDAwNTM2NTkgQzIxLjY0MTg0NTcsOS40MDA1MzY1OSAyMS44NzUwNDg4LDkuMTY3NTYwOTggMjEuODc1MDQ4OCw4Ljg4MDE5NTEyIEMyMS44NzUsNi44Njg2MzQxNSAyMC4yNDI3MjQ2LDUuMjM3OTAyNDQgMTguMjI5MTk5Miw1LjIzNzkwMjQ0IFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTguMjI5MTk5MiwxMC40NDExNzA3IEMxNy4zNjYyNTk4LDEwLjQ0MTE3MDcgMTYuNjY2Njk5Miw5Ljc0MjI5MjY4IDE2LjY2NjY5OTIsOC44ODAxOTUxMiBMMTYuNjY2Njk5Miw2LjMzMTY1ODU0IEMxNC42Nzc3ODMyLDYuNjE0MjkyNjggMTMuMjk0ODI0Miw4LjQ1NDE5NTEyIDEzLjU3NzczNDQsMTAuNDQxMTcwNyBDMTMuODYwNjQ0NSwxMi40MjgxNDYzIDE1LjcwMjM0MzgsMTMuODA5NzU2MSAxNy42OTEyNTk4LDEzLjUyNzEyMiBDMTkuMjkzNDA4MiwxMy4yOTk0MTQ2IDIwLjU1MjI5NDksMTIuMDQxNzU2MSAyMC43ODAyMjQ2LDEwLjQ0MTE3MDcgTDE4LjIyOTE5OTIsMTAuNDQxMTcwNyBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTE0LjM4NzUsMC4xNDcwMjQzOSBDMTQuMjYzOTE2LDAuMDQ2NzMxNzA3MyAxNC4xMDEyMjA3LDAuMDA4MzkwMjQzOSAxMy45NDU4NDk2LDAuMDQyOTc1NjA5OCBMMC40MDQxOTkyMTksMy4xNjQ5MjY4MyBDMC4xNjU4NjkxNDEsMy4yMTk2NTg1NCAtMC4wMDIyOTQ5MjE4OCwzLjQzMjYzNDE1IC0yLjMyMDM0MTMyZS0wNSwzLjY3NjkyNjgzIEwtMi4zMjAzNDEzMmUtMDUsMjEuMzY4IEMtMi4zMjAzNDEzMmUtMDUsMjEuNjI0NzMxNyAwLjE4NzY0NjQ4NCwyMS44NDMwNzMyIDAuNDQxNjUwMzkxLDIxLjg4MjA5NzYgTDEzLjk4MzMwMDgsMjMuOTYzNDE0NiBDMTQuMjY3NjI3LDI0LjAwNzA3MzIgMTQuNTMzNTQ0OSwyMy44MTIyNDM5IDE0LjU3NzI0NjEsMjMuNTI4MjQzOSBDMTQuNTgxMjUsMjMuNTAyMTQ2MyAxNC41ODMzMDMyLDIzLjQ3NTc1NjEgMTQuNTgzMzAzMiwyMy40NDkzNjU5IEwxNC41ODMzMDMyLDAuNTU0OTc1NjEgQzE0LjU4Mzc4OTEsMC4zOTYyOTI2ODMgMTQuNTExNjY5OSwwLjI0NjA5NzU2MSAxNC4zODc1LDAuMTQ3MDI0MzkgWiIgaWQ9IlBhdGgiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yNC40NzkxOTkyLDIxLjg4ODI5MjcgTDE0LjA2MjUsMjEuODg4MjkyNyBDMTMuNzc0ODUzNSwyMS44ODgyOTI3IDEzLjU0MTY1MDQsMjEuNjU1MzE3MSAxMy41NDE2NTA0LDIxLjM2Nzk1MTIgQzEzLjU0MTY1MDQsMjEuMDgwNTg1NCAxMy43NzQ4NTM1LDIwLjg0NzYwOTggMTQuMDYyNSwyMC44NDc2MDk4IEwyMy45NTgzNDk2LDIwLjg0NzYwOTggTDIzLjk1ODM0OTYsMy4xNTY1ODUzNyBMMTQuMDYyNSwzLjE1NjU4NTM3IEMxMy43NzQ4NTM1LDMuMTU2NTg1MzcgMTMuNTQxNjUwNCwyLjkyMzYwOTc2IDEzLjU0MTY1MDQsMi42MzYyNDM5IEMxMy41NDE2NTA0LDIuMzQ4ODc4MDUgMTMuNzc0ODUzNSwyLjExNTk1MTIyIDE0LjA2MjUsMi4xMTU5NTEyMiBMMjQuNDc5MTUwNCwyLjExNTk1MTIyIEMyNC43NjY3OTY5LDIuMTE1OTUxMjIgMjUsMi4zNDg5MjY4MyAyNSwyLjYzNjI5MjY4IEwyNSwyMS4zNjggQzI1LDIxLjY1NTM2NTkgMjQuNzY2ODQ1NywyMS44ODgyOTI3IDI0LjQ3OTE5OTIsMjEuODg4MjkyNyBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTIxLjM1NDE5OTIsMTguNzY2MzQxNSBMMTQuMDYyNSwxOC43NjYzNDE1IEMxMy43NzQ4NTM1LDE4Ljc2NjM0MTUgMTMuNTQxNjUwNCwxOC41MzMzNjU5IDEzLjU0MTY1MDQsMTguMjQ2IEMxMy41NDE2NTA0LDE3Ljk1ODYzNDEgMTMuNzc0ODUzNSwxNy43MjU2NTg1IDE0LjA2MjUsMTcuNzI1NjU4NSBMMjEuMzU0MTUwNCwxNy43MjU2NTg1IEMyMS42NDE3OTY5LDE3LjcyNTY1ODUgMjEuODc1LDE3Ljk1ODYzNDEgMjEuODc1LDE4LjI0NiBDMjEuODc1LDE4LjUzMzQxNDYgMjEuNjQxODQ1NywxOC43NjYzNDE1IDIxLjM1NDE5OTIsMTguNzY2MzQxNSBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTIxLjM1NDE5OTIsMTUuNjQ0MzkwMiBMMTQuMDYyNSwxNS42NDQzOTAyIEMxMy43NzQ4NTM1LDE1LjY0NDM5MDIgMTMuNTQxNjUwNCwxNS40MTE0MTQ2IDEzLjU0MTY1MDQsMTUuMTI0MDQ4OCBDMTMuNTQxNjUwNCwxNC44MzY2ODI5IDEzLjc3NDg1MzUsMTQuNjAzNzA3MyAxNC4wNjI1LDE0LjYwMzcwNzMgTDIxLjM1NDE1MDQsMTQuNjAzNzA3MyBDMjEuNjQxNzk2OSwxNC42MDM3MDczIDIxLjg3NSwxNC44MzY2ODI5IDIxLjg3NSwxNS4xMjQwNDg4IEMyMS44NzUsMTUuNDExNDYzNCAyMS42NDE4NDU3LDE1LjY0NDM5MDIgMjEuMzU0MTk5MiwxNS42NDQzOTAyIFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPHBhdGggZD0iTTQuNjg3NSwxNi42ODUwNzMyIEM0LjM5OTg1MzUyLDE2LjY4NTA3MzIgNC4xNjY2NTAzOSwxNi40NTIwOTc2IDQuMTY2NjUwMzksMTYuMTY0NzMxNyBMNC4xNjY2NTAzOSw3LjgzOTUxMjIgQzQuMTY2NjUwMzksNy41NTIxNDYzNCA0LjM5OTg1MzUyLDcuMzE5MTcwNzMgNC42ODc1LDcuMzE5MTcwNzMgTDYuNzcwODQ5NjEsNy4zMTkxNzA3MyBDOC4yMDkwODIwMyw3LjMxOTE3MDczIDkuMzc1LDguNDgzOTUxMjIgOS4zNzUsOS45MjA3ODA0OSBMOS4zNzUsMTAuOTYxNDE0NiBDOS4zNzUsMTIuMzk4MjQzOSA4LjIwOTA4MjAzLDEzLjU2MzAyNDQgNi43NzA4NDk2MSwxMy41NjMwMjQ0IEw1LjIwODM0OTYxLDEzLjU2MzAyNDQgTDUuMjA4MzQ5NjEsMTYuMTY0NjM0MSBDNS4yMDgzNDk2MSwxNi40NTIwOTc2IDQuOTc1MTk1MzEsMTYuNjg1MDczMiA0LjY4NzUsMTYuNjg1MDczMiBaIE01LjIwODM0OTYxLDEyLjUyMjQzOSBMNi43NzA4NDk2MSwxMi41MjI0MzkgQzcuNjMzNzg5MDYsMTIuNTIyNDM5IDguMzMzMzQ5NjEsMTEuODIzNTYxIDguMzMzMzQ5NjEsMTAuOTYxNDYzNCBMOC4zMzMzNDk2MSw5LjkyMDgyOTI3IEM4LjMzMzM0OTYxLDkuMDU4NzMxNzEgNy42MzM3ODkwNiw4LjM1OTg1MzY2IDYuNzcwODQ5NjEsOC4zNTk4NTM2NiBMNS4yMDgzNDk2MSw4LjM1OTg1MzY2IEw1LjIwODM0OTYxLDEyLjUyMjQzOSBaIiBpZD0iU2hhcGUiIGZpbGw9IiNGQUZBRkEiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .item-result .res-icon.images {
  background-image: url('data:image/png;base64,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');
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .item-result .res-icon.videos {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NiIgaGVpZ2h0PSI1NiIgdmlld0JveD0iMCAwIDU2IDU2Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJyb3RhdGUoLTE4MCAyOCAyOCkiPgogICAgICAgIDxjaXJjbGUgY3g9IjI4IiBjeT0iMjgiIHI9IjI4IiBmaWxsPSIjRkZGIiBmaWxsLW9wYWNpdHk9Ii44MDMiLz4KICAgICAgICA8cGF0aCBmaWxsPSIjRTQwMDFDIiBkPSJNMTUuNCAyOEwzNSAxNS40djI1LjJ6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=');
  border: 2px solid #e1e1e1;
  border-radius: 20px;
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .item-result .res-icon.pages {
  background-image: url('data:image/png;base64,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');
}
.cmp-resFinder-Preview .search-component .search-container .search-result .results-body .item-result p {
  font-size: 14px;
  height: 64px;
  overflow: hidden;
  font-family: "Noto Sans Regular";
}
@media screen and (max-width: calc(576px - 1px)) {
  .cmp-resFinder-Preview .search-component .search-container .search-result .results-body .item-result {
    margin-bottom: 15px;
  }
}
.cmp-resFinder-Preview .search-component .search-container .search-result .result-view-more {
  margin-top: 15px;
  padding-bottom: 10px;
}
.cmp-resFinder-Preview .search-component .search-container .search-result .result-view-more a.cta:active {
  color: #ffffff;
}
.cmp-resFinder-Preview .search-component .search-container .search-result .no-result-text {
  font-size: 20px;
  margin: 20px;
  font-weight: 500;
  display: none;
}
.cmp-resFinder-Preview #video-model {
  position: fixed;
  display: none;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
}
.cmp-resFinder-Preview #video-model #model-close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #fff;
  font-size: xx-large;
  position: absolute;
  right: 20px;
  top: 20px;
}
.cmp-resFinder-Preview #video-model #vid-container {
  position: relative;
  width: 80%;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.cmp-resFinder-Preview #video-model #vid-container video {
  width: 100%;
}
.businessUnitList,
.nav-user-icon ul.businessUnitList {
  position: static;
  padding: 0;
  margin: 0;
  max-height: none;
}
.businessUnitList .letterBadge {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #386768;
  line-height: 34px;
  text-align: center;
  border-radius: 50px;
  margin-right: 5px;
  color: white;
  font-family: 'Diodrum Medium';
}
.businessUnitList .greyout {
  opacity: 0.3;
}
.nav-user-icon {
  padding-right: 0px !important;
}
.nav-user-icon img {
  max-width: 24px;
}
.nav-user-icon ul {
  position: absolute;
  width: max-content;
  top: 35px;
  background-color: #ffffff;
  margin-left: -30px;
  right: 0;
  padding: 35px 30px 15px 30px;
  max-height: calc(100vh - 100px);
  overflow: auto;
}
.nav-user-icon ul li {
  border: none  !important;
  display: block;
  padding: 10px 0px !important;
}
.nav-user-icon ul li a {
  opacity: 1;
  margin-left: 0;
  color: #212121;
  font-family: 'Diodrum Regular';
  line-height: 18px;
  font-size: calc(14px  - ( 2  * (1px - ((100vw -  1024px ) / 416 ))));
  transition-property: none;
  padding: 0 0;
  text-decoration: none;
}
.nav-user-icon ul li h5 {
  margin: 0;
}
.nav-user-icon ul li#businessUnit {
  padding: 0 !important;
}
.nav-user-icon:hover ul {
  display: block;
}
@media screen and (max-width: 1023px) {
  .nav-user-icon {
    display: none !important;
  }
}
.profileClose {
  display: none;
  left: auto !important;
  right: 18px;
}
.signOutPop-holder {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  margin: 0 !important;
  padding: 33px;
  overflow: auto;
  display: none;
}
.signOutPop-modal {
  max-width: 550px;
  width: calc(100% - 66px);
  background: #fafafa;
  border: 5px solid #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.signOutPop-modal > article {
  padding: 0px 22px 20px;
}
.signOutPop-modal-title h5 {
  margin: 30px 0 0;
  padding: 0;
}
.signOutPop-modal-footer .btn {
  border: 1px solid #222;
  border-radius: 100px;
  padding: 10px 60px;
  margin: 0 15px 0 0;
  background: #fff;
}
@media (max-width: 575px) {
  .signOutPop-modal-footer .btn {
    display: block;
    margin: 0 0 15px;
    width: 100%;
  }
}

