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

.hero-message-section {
  padding: 40px 80px 40px 80px;
  text-align: center;
  background: var(--secondary-color-200);
  position: relative;
}
.hero-message-section::before {
  position: absolute;
  content: "";
  width: 13.5714rem;
  height: 100%;
  left: 0;
  top: 0;
  background: url("clientlib-base-global/resources/images/bg-image.svg") no-repeat center center/cover;
}
@media screen and (max-width: 70.7857rem) {
  .hero-message-section::before {
    width: 7.3571rem;
    height: 60%;
  }
}
@media screen and (max-width: 70.7857rem) {
  .hero-message-section {
    padding: 2.8571rem 0rem;
  }
}
@media screen and (max-width: 479px) {
  .hero-message-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.hero-message-section .largeheading {
  margin-bottom: 1.7143rem;
}
@charset "UTF-8";/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{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,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.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:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:first-child){border-top:2px solid currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:.2rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.3rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;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='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{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='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;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")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .75rem}.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0d6efd;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#198754;border-color:#198754}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#212529;border-color:#212529}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin: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,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.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:#0d6efd;border-color:#0d6efd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 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}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentColor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{-webkit-animation:placeholder-glow 2s ease-in-out infinite;animation:placeholder-glow 2s ease-in-out infinite}@-webkit-keyframes placeholder-glow{50%{opacity:.2}}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;-webkit-animation:placeholder-wave 2s linear infinite;animation:placeholder-wave 2s linear infinite}@-webkit-keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.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}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}.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}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!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}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!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}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!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}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background:#eee;cursor:pointer}.datepicker table tr td.new,.datepicker table tr td.old{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#fde19a;background-image:-moz-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-o-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled]{background-color:#fdf59a}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active{background-color:#fbf069\9}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#eee;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover{background-color:#f3d17a;background-image:-moz-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-ms-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));background-image:-webkit-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-o-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:linear-gradient(to bottom,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active{background-color:#efe24b\9}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{background-color:#9e9e9e;background-image:-moz-linear-gradient(to bottom,#b3b3b3,grey);background-image:-ms-linear-gradient(to bottom,#b3b3b3,grey);background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(grey));background-image:-webkit-linear-gradient(to bottom,#b3b3b3,grey);background-image:-o-linear-gradient(to bottom,#b3b3b3,grey);background-image:linear-gradient(to bottom,#b3b3b3,grey);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:grey grey #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled]{background-color:grey}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active{background-color:#666\9}.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled]{background-color:#04c}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active{background-color:#039\9}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled]{background-color:#04c}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{background-color:#039\9}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-daterange input:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:18px;padding:4px 5px;font-weight:400;line-height:18px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}
/*!
 * Bootstrap-select v1.14.0-beta3 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2022 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */@-webkit-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@-o-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;text-align:right;white-space:nowrap;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:rgba(255,255,255,.5)}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none;z-index:0!important}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2!important}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select select:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select select:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none;height:auto}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{float:none;z-index:auto}.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]){width:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:0!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;left:0;float:left;height:100%;width:100%;text-align:left;overflow:hidden;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.bs3.bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option{position:absolute;padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{width:0!important;float:left;opacity:0!important;overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select .dropdown-toggle .bs-select-clear-selected{position:relative;display:block;margin-right:5px;text-align:center}.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected{padding-right:inherit}.bootstrap-select .dropdown-toggle .bs-select-clear-selected span{position:relative;top:-webkit-calc(((-1em / 1.5) + 1ex)/ 2);top:calc(((-1em / 1.5) + 1ex)/ 2);pointer-events:none}.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected span{top:auto}.bootstrap-select .dropdown-toggle.bs-placeholder .bs-select-clear-selected{display:none}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,.5)!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu .notify.fadeOut{-webkit-animation:.3s linear 750ms forwards bs-notify-fadeOut;-o-animation:.3s linear 750ms forwards bs-notify-fadeOut;animation:.3s linear 750ms forwards bs-notify-fadeOut}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:'\00a0'}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:'';display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group{display:block}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group{display:block}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}
@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/* fonts
variables
base
typography

components/icons
components/buttons
components/form-control
components/form-check
components/bootstrap-select
components/modal
components/dropdown
responsive */


/* fonts */
@font-face {
  font-family: "T-Star-Pro-RegularItalic";
  src: url("clientlib-base-global/resources/fonts/t-starpro-regular/T-StarPro-RegularItalic.eot");
  src: local("T-Star Pro Regular Italic"), local("T-StarPro-RegularItalic"), url("clientlib-base-global/resources/fonts/t-starpro-regular/T-StarPro-RegularItalic.eot?#iefix") format("embedded-opentype"), url("clientlib-base-global/resources/fonts/t-starpro-regular/T-StarPro-RegularItalic.woff2") format("woff2"), url("clientlib-base-global/resources/fonts/t-starpro-regular/T-StarPro-RegularItalic.woff") format("woff"), url("clientlib-base-global/resources/fonts/t-starpro-regular/T-StarPro-RegularItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "T-Star-Pro-Medium";
  src: url("clientlib-base-global/resources/fonts/t-starpro-medium/T-StarPro-Medium.eot");
  src: local("T-Star Pro Medium"), local("T-StarPro-Medium"), url("clientlib-base-global/resources/fonts/t-starpro-medium/T-StarPro-Medium.eot?#iefix") format("embedded-opentype"), url("clientlib-base-global/resources/fonts/t-starpro-medium/T-StarPro-Medium.woff2") format("woff2"), url("clientlib-base-global/resources/fonts/t-starpro-medium/T-StarPro-Medium.woff") format("woff"), url("clientlib-base-global/resources/fonts/t-starpro-medium/T-StarPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "T-Star-Pro-BoldItalic";
  src: url("clientlib-base-global/resources/fonts/t-starpro-bold/T-StarPro-BoldItalic.eot");
  src: local("T-Star Pro Bold Italic"), local("T-StarPro-BoldItalic"), url("clientlib-base-global/resources/fonts/t-starpro-bold/T-StarPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("clientlib-base-global/resources/fonts/t-starpro-bold/T-StarPro-BoldItalic.woff2") format("woff2"), url("clientlib-base-global/resources/fonts/t-starpro-bold/T-StarPro-BoldItalic.woff") format("woff"), url("clientlib-base-global/resources/fonts/t-starpro-bold/T-StarPro-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "T-Star-Pro-HeavyItalic";
  src: url("clientlib-base-global/resources/fonts/t-starpro-heavy/T-StarPro-HeavyItalic.eot");
  src: local("T-Star Pro Heavy Italic"), local("T-StarPro-HeavyItalic"), url("clientlib-base-global/resources/fonts/t-starpro-heavy/T-StarPro-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("clientlib-base-global/resources/fonts/t-starpro-heavy/T-StarPro-HeavyItalic.woff2") format("woff2"), url("clientlib-base-global/resources/fonts/t-starpro-heavy/T-StarPro-HeavyItalic.woff") format("woff"), url("clientlib-base-global/resources/fonts/t-starpro-heavy/T-StarPro-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "T-Star-Pro-Regular";
  src: url("clientlib-base-global/resources/fonts/t-starpro-regular/T-StarPro-Regular.eot");
  src: local("T-Star Pro Regular"), local("T-StarPro-Regular"), url("clientlib-base-global/resources/fonts/t-starpro-regular/T-StarPro-Regular.eot?#iefix") format("embedded-opentype"), url("clientlib-base-global/resources/fonts/t-starpro-regular/T-StarPro-Regular.woff2") format("woff2"), url("clientlib-base-global/resources/fonts/t-starpro-regular/T-StarPro-Regular.woff") format("woff"), url("clientlib-base-global/resources/fonts/t-starpro-regular/T-StarPro-Regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "T-Star-Pro-Bold";
  src: url("clientlib-base-global/resources/fonts/t-starpro-bold/T-StarPro-Bold.eot");
  src: local("T-Star Pro Bold"), local("T-StarPro-Bold"), url("clientlib-base-global/resources/fonts/t-starpro-bold/T-StarPro-Bold.eot?#iefix") format("embedded-opentype"), url("clientlib-base-global/resources/fonts/t-starpro-bold/T-StarPro-Bold.woff2") format("woff2"), url("clientlib-base-global/resources/fonts/t-starpro-bold/T-StarPro-Bold.woff") format("woff"), url("clientlib-base-global/resources/fonts/t-starpro-bold/T-StarPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "T-Star-Pro-MediumItalic";
  src: url("clientlib-base-global/resources/fonts/t-starpro-medium/T-StarPro-MediumItalic.eot");
  src: local("T-Star Pro Medium Italic"), local("T-StarPro-MediumItalic"), url("clientlib-base-global/resources/fonts/t-starpro-medium/T-StarPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("clientlib-base-global/resources/fonts/t-starpro-medium/T-StarPro-MediumItalic.woff2") format("woff2"), url("clientlib-base-global/resources/fonts/t-starpro-medium/T-StarPro-MediumItalic.woff") format("woff"), url("clientlib-base-global/resources/fonts/t-starpro-medium/T-StarPro-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "T-Star-Pro-Heavy";
  src: url("clientlib-base-global/resources/fonts/t-starpro-heavy/T-StarPro-Heavy.eot");
  src: local("T-Star Pro Heavy"), local("T-StarPro-Heavy"), url("clientlib-base-global/resources/fonts/t-starpro-heavy/T-StarPro-Heavy.eot?#iefix") format("embedded-opentype"), url("clientlib-base-global/resources/fonts/t-starpro-heavy/T-StarPro-Heavy.woff2") format("woff2"), url("clientlib-base-global/resources/fonts/t-starpro-heavy/T-StarPro-Heavy.woff") format("woff"), url("clientlib-base-global/resources/fonts/t-starpro-heavy/T-StarPro-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "T-Star-Pro-LightItalic";
  src: url("clientlib-base-global/resources/fonts/t-starpro-light/T-StarPro-LightItalic.eot");
  src: local("T-Star Pro Light Italic"), local("T-StarPro-LightItalic"), url("clientlib-base-global/resources/fonts/t-starpro-light/T-StarPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("clientlib-base-global/resources/fonts/t-starpro-light/T-StarPro-LightItalic.woff2") format("woff2"), url("clientlib-base-global/resources/fonts/t-starpro-light/T-StarPro-LightItalic.woff") format("woff"), url("clientlib-base-global/resources/fonts/t-starpro-light/T-StarPro-LightItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "T-Star-Pro-Light";
  src: url("clientlib-base-global/resources/fonts/t-starpro-light/T-StarPro-Light.eot");
  src: local("T-Star Pro Light"), local("T-StarPro-Light"), url("clientlib-base-global/resources/fonts/t-starpro-light/T-StarPro-Light.eot?#iefix") format("embedded-opentype"), url("clientlib-base-global/resources/fonts/t-starpro-light/T-StarPro-Light.woff2") format("woff2"), url("clientlib-base-global/resources/fonts/t-starpro-light/T-StarPro-Light.woff") format("woff"), url("clientlib-base-global/resources/fonts/t-starpro-light/T-StarPro-Light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* fonts - PP Neue Montreal */
@font-face {
	font-display: swap;
	font-family: "PP Neue Montreal";
	font-style: normal;
	font-weight: bold;
	src: url("clientlib-base-global/resources/fonts/PPNeueMontreal/PPNeueMontreal-Bold.woff2") format("woff2"),
	  url("clientlib-base-global/resources/fonts/PPNeueMontreal/PPNeueMontreal-Bold.woff") format("woff");
  }
  
  @font-face {
	font-display: swap;
	font-family: "PP Neue Montreal";
	font-style: italic;
	font-weight: bold;
	src: url("clientlib-base-global/resources/fonts/PPNeueMontreal/PPNeueMontreal-BoldItalic.woff2") format("woff2"),
	  url("clientlib-base-global/resources/fonts/PPNeueMontreal/PPNeueMontreal-BoldItalic.woff") format("woff");
  }
  
  @font-face {
	font-display: swap;
	font-family: "PP Neue Montreal";
	font-style: italic;
	font-weight: normal;
	src: url("clientlib-base-global/resources/fonts/PPNeueMontreal/PPNeueMontreal-Italic.woff2") format("woff2"),
	  url("clientlib-base-global/resources/fonts/PPNeueMontreal/PPNeueMontreal-Italic.woff") format("woff");
  }
  
  @font-face {
	font-display: swap;
	font-family: "PP Neue Montreal";
	font-style: normal;
	font-weight: 300;
	src: url("clientlib-base-global/resources/fonts/PPNeueMontreal/PPNeueMontreal-Light.woff2") format("woff2"),
	  url("clientlib-base-global/resources/fonts/PPNeueMontreal/PPNeueMontreal-Light.woff") format("woff");
  }
  
  @font-face {
	font-display: swap;
	font-family: "PP Neue Montreal";
	font-style: italic;
	font-weight: 300;
	src: url("clientlib-base-global/resources/fonts/PPNeueMontreal/PPNeueMontreal-LightItalic.woff2") format("woff2"),
	  url("clientlib-base-global/resources/fonts/PPNeueMontreal/PPNeueMontreal-LightItalic.woff") format("woff");
  }
  
  @font-face {
	font-display: swap;
	font-family: "PP Neue Montreal";
	font-style: normal;
	font-weight: 500;
	src: url("clientlib-base-global/resources/fonts/PPNeueMontreal/PPNeueMontreal-Medium.woff2") format("woff2"),
	  url("clientlib-base-global/resources/fonts/PPNeueMontreal/PPNeueMontreal-Medium.woff") format("woff");
  }
  
  @font-face {
	font-display: swap;
	font-family: "PP Neue Montreal";
	font-style: italic;
	font-weight: 500;
	src: url("clientlib-base-global/resources/fonts/PPNeueMontreal/PPNeueMontreal-MediumItalic.woff2") format("woff2"),
	  url("clientlib-base-global/resources/fonts/PPNeueMontreal/PPNeueMontreal-MediumItalic.woff") format("woff");
  }
  
  @font-face {
	font-display: swap;
	font-family: "PP Neue Montreal";
	font-style: normal;
	font-weight: 600;
	src: url("clientlib-base-global/resources/fonts/PPNeueMontreal/PPNeueMontreal-SemiBold.woff2") format("woff2"),
	  url("clientlib-base-global/resources/fonts/PPNeueMontreal/PPNeueMontreal-SemiBold.woff") format("woff");
  }
  
  @font-face {
	font-display: swap;
	font-family: "PP Neue Montreal";
	font-style: normal;
	font-weight: normal;
	src: url("clientlib-base-global/resources/fonts/PPNeueMontreal/PPNeueMontreal-Regular.woff2") format("woff2"),
	  url("clientlib-base-global/resources/fonts/PPNeueMontreal/PPNeueMontreal-Regular.woff") format("woff");
  }
  
  @font-face {
	font-display: swap;
	font-family: "PP Neue Montreal";
	font-style: italic;
	font-weight: 600;
	src: url("clientlib-base-global/resources/fonts/PPNeueMontreal/PPNeueMontreal-SemiBolditalic.woff2") format("woff2"),
	  url("clientlib-base-global/resources/fonts/PPNeueMontreal/PPNeueMontreal-SemiBolditalic.woff") format("woff");
  }
  
  @font-face {
	font-display: swap;
	font-family: "PP Neue Montreal";
	font-style: normal;
	font-weight: 100;
	src: url("clientlib-base-global/resources/fonts/PPNeueMontreal/PPNeueMontreal-Thin.woff2") format("woff2"),
	  url("clientlib-base-global/resources/fonts/PPNeueMontreal/PPNeueMontreal-Thin.woff") format("woff");
  }
  
  @font-face {
	font-display: swap;
	font-family: "PP Neue Montreal";
	font-style: italic;
	font-weight: 100;
	src: url("clientlib-base-global/resources/fonts/PPNeueMontreal/PPNeueMontreal-ThinItalic.woff2") format("woff2"),
	  url("clientlib-base-global/resources/fonts/PPNeueMontreal/PPNeueMontreal-ThinItalic.woff") format("woff");
  }  

/* variables */
:root {
	 --primary-color-red: #ee2326;
	 --primary-color-black: #242424;
	 --primary-color-grey: #757575;
	 --secondary-color-100: #fff;
	 --secondary-color-200: #fef8f2;
	 --secondary-color-300: #ededed;
	 --secondary-color-400: #c0c0c0;
	 --secondary-color-500: #ccc;
	 --secondary-color-600: #a5a5a5;
	 --secondary-color-700: #303030;
	 --secondary-color-800: #4c4c4c;
	 --tritary-color: #7a7a7a;
	 --white: #fff;
	 --black: #000;
	 --gradient-red: linear-gradient(160.69deg, #b50000 22.35%, #f00 68.47%, #b50000 114.59%);
	 --gradient-black: linear-gradient(160.69deg, #201f1f 22.35%, #454141 68.47%, #000 114.59%);
	 --gradient-grey: linear-gradient(145.79deg, #eee 16.93%, #fff 55.1%, #f4f4f4 93.27%);
	 --gradient-dark-red: linear-gradient(160.69deg, #721818 22.35%, #a92020 68.47%, #7f1717 114.59%);
	 --gradient-bg: linear-gradient(105.34deg, #eee 11.08%, #fff 48.92%, #f4f4f4 90.93%);
	 --error-color: #d30000;
	 --success-color: #7cb52a;
	 --warning-color: #e5aa10;
	 --font-light: 'T-Star-Pro-Light';
	 --font-medium: 'T-Star-Pro-Medium';
	 --font-regular: 'T-Star-Pro-Regular';
	 --font-bold: 'T-Star-Pro-Bold';
	 --font-heavy: 'T-Star-Pro-Heavy';
	 --font-pp-neue-montreal: 'PP Neue Montreal';
	 --disabled-text-color: var(--secondary-color-600);
	 --footer-link-color: #dadada;
	 --footer-title-color: #fff;
	 --btn-text-color: var(--secondary-color-300);
	 --primary-btn-bg: linear-gradient(95.69deg, #ac0000 0%, #f00 26.35%, #ff3b3b 50.83%, #f00 72.71%, #f00 100%);
	 --disabled-btn-bg: var(--secondary-color-600);
	 --disabled-btn-text-color: var(--secondary-color-600);
	 --disabled-btn-border-color: var(--secondary-color-600);
	 --check-border-color: #d8d8d8;
	 --check-active-border-color: #b50000;
	 --check-bg-color: #f00;
	 --border-light: var(--secondary-color-300);
	 --border-color: var(--secondary-color-500);
	 --primary-border-color-red: var(--primary-color-red);
	 --input-text-color: var(--primary-color-black);
	 --input-border-color: rgba(36, 36, 36, 25);
	 --input-placeholder-color: var(--secondary-color-400);
	 --input-focus-border-color: var(--primary-color-black);
	 --pagination-bg-color: var(--primary-color-red);
	 --pagination-border-color: var(--secondary-color-500);
	 --tabs-text-color: var(--primary-color-grey);
	 --tabs-border-color: var(--secondary-color-500);
	 --tabs-active-border-color: var(--primary-color-red);
	 --disabled-tabs-text-color: var(--secondary-color-600);
	 --hashtag-color: #d9a113;
	 --state-completed-color: #7cb52a;
	 --state-due-color: #d9a113;
	 --state-scheduled-color: #0081c9;
	 --state-cancel-color: #d30000;
	 --state-inprogress-color: #757575;
	 --popup-primary-text-color: var(--secondary-color-700);
}

/* base */
* {
	 box-sizing: border-box;
}
 *::-webkit-scrollbar {
	 width: 5px;
	 height: 5px;
	 background-color: var(--bs-gray-100);
}
 *::-webkit-scrollbar-thumb {
	 background-color: var(--bs-gray-500);
	 border-radius: 5px;
}
 body, html {
	 font-size: 14px;
	 font-family: var(--font-regular);
	 color: var(--primary-color-black);
	 margin: 0;
	 padding: 0;
	 width: 100%;
	 scroll-behavior: smooth;
}
 @media screen and (max-width: 1200px) {
	 body, html {
		 font-size: 13px;
	}
}
 @media screen and (max-width: 991px) {
	 body, html {
		 font-size: 12px;
	}
}
 .main-container {
	 position: relative;
	 height: 100%;
	 overflow-x: hidden;
	 overflow-y: auto;
	 padding-top: 63px;
}
 .sticky-secondary-nav .main-container {
	 padding-top: 176px;
}
 dl, ol, ul, li {
	 margin: 0px;
	 padding: 0px;
	 list-style: none;
}
 img {
	 max-width: 100%;
	 max-height: 100%;
}
 .small, small {
	 font-size: 0.78em;
}
 input:focus, select:focus, .form-select:focus {
	 box-shadow: none;
}
 .container {
	 padding: 0;
	 max-width: 1440px;
}
 @media screen and (max-width: 991px) {
	 .container {
		 max-width: inherit;
	}
}
 .common-section {
	 padding-left: 80px;
	 padding-right: 80px;
}
 @media screen and (max-width: 1279px) {
	 .common-section {
		 padding-left: 40px;
		 padding-right: 40px;
	}
}
 @media screen and (max-width: 1200px) {
	 .common-section {
		 padding-left: 30px;
		 padding-right: 30px;
	}
}
 @media screen and (max-width: 991px) {
	 .common-section {
		 padding-left: 24px;
		 padding-right: 24px;
	}
}
 .flip-image {
	 -webkit-transform: scaleX(-1);
	 transform: scaleX(-1);
}
 .list-style-disc {
	 list-style: disc;
	 padding-left: 1.5rem;
}
 .list-style-disc li {
	 list-style: disc;
}
 .list-style-decimal {
	 list-style: decimal;
	 padding-left: 1.5rem;
}
 .list-style-decimal li {
	 list-style: decimal;
}
 .border-bottom {
	 border-color: var(--border-color) !important;
}
 .border-primary-red {
	 border-color: var(--primary-color-red) !important;
}
 .primary-color-red {
	 color: var(--primary-color-red) !important;
}
 .primary-color-black {
	 color: var(--primary-color-black) !important;
}
 .primary-color-grey {
	 color: var(--primary-color-grey) !important;
}
 .gradient-text-red {
	 background: var(--gradient-red);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	 background-clip: text;
	 color: transparent;
}
 .yellow-text {
	 color: var(--hashtag-color) !important;
}
 .bg-primary-red {
	 background-color: var(--primary-color-red) !important;
}
 .bg-primary-red .h-icon::before {
	 background-color: #fff !important;
}
 .bg-primary-black {
	 background-color: var(--primary-color-black) !important;
}
 .bg-primary-black .h-icon::before {
	 background-color: #fff !important;
}
 .bg-primary-grey {
	 background-color: var(--primary-color-grey) !important;
}
 .bg-primary-grey .h-icon::before {
	 background-color: #fff !important;
}
 .bg-gradient-black {
	 background: var(--gradient-black) !important;
}
 .bg-gradient-black * {
	 color: #fff;
}
 .bg-gradient-black .h-icon::before {
	 background-color: #fff !important;
}
 .heading-btm-border {
	 position: relative;
	 padding-bottom: 1px;
}
 .heading-btm-border::before {
	 position: absolute;
	 content: "";
	 width: 60px;
	 bottom: 0px;
	 left: 50%;
	 transform: translateX(-50%);
	 border-bottom: 2px solid var(--primary-color-red);
}
 @media screen and (max-width: 991px) {
	 .heading-btm-border::before {
		 width: 40px;
	}
}
 .heading-btm-border.left::before {
	 left: 0;
	 transform: none;
}
 .desk-hide {
	 display: none !important;
}
 .mob-hide {
	 display: block !important;
}
 @media screen and (max-width: 991px) {
	 .mob-hide {
		 display: none !important;
	}
	 .desk-hide {
		 display: block !important;
	}
}
 a {
	 text-decoration: none;
}
 a:hover {
	 text-decoration: underline;
}
 .button-container {
	 display: flex;
	 gap: 24px;
}
 @media screen and (max-width: 991px) {
	 .button-container {
		 gap: 12px;
	}
}
 .form-row {
	 --bs-gutter-x: 64px;
	 --bs-gutter-y: 0;
	 display: flex;
	 flex-wrap: wrap;
	 margin-top: calc(-1 * var(--bs-gutter-y));
	 margin-right: calc(-.5 * var(--bs-gutter-x));
	 margin-left: calc(-.5 * var(--bs-gutter-x));
}
 .form-row > * {
	 flex-shrink: 0;
	 max-width: 100%;
	 padding-right: calc(var(--bs-gutter-x) * .5);
	 padding-left: calc(var(--bs-gutter-x) * .5);
	 margin-top: var(--bs-gutter-y);
}
 .scrollbar-hidden {
	 overflow-x: auto;
	 overflow-y: hidden;
	 flex-wrap: nowrap;
}
 .scrollbar-hidden > * {
	 flex: none;
}
 @media screen and (max-width: 1024px) {
	 .scrollbar-hidden::-webkit-scrollbar {
		 height: 0;
		 width: 0;
	}
}
 .common-spacing {
	 margin: 64px 0px;
}
 @media screen and (max-width: 1024px) {
	 .common-spacing {
		 margin: 50px 0px;
	}
}
 @media screen and (max-width: 600px) {
	 .common-spacing {
		 margin: 40px 0px;
	}
}
 .backtoPage {
	 margin-top: 48px;
	 border-bottom: 1px solid #ccc;
	 padding-bottom: 10px;
	 color: var(--primary-color-grey);
	 position: relative;
	 display: flex;
	 align-items: center;
}
 .backtoPage:hover {
	 color: var(--primary-color-black);
	 text-decoration: none;
}
 .backtoPage .back-arrow-icon {
	 margin-right: 10px;
}
 @media screen and (max-width: 991px) {
	 .backtoPage {
		 margin-top: 20px;
	}
}
 @media screen and (max-width: 600px) {
	 .backtoPage h4 {
		 font-size: 1.5rem;
	}
}
 .section-heading {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 margin: 40px 0px;
}
 @media screen and (max-width: 1279px) {
	 .section-heading {
		 margin: 30px 0px;
	}
}
 @media screen and (max-width: 991px) {
	 .section-heading {
		 margin: 25px 0px 16px 0px;
	}
}
 @media screen and (max-width: 600px) {
	 .section-heading h1 {
		 font-size: 2rem;
	}
}
 .flip-img {
	 -webkit-transform: scaleX(-1);
	 transform: scaleX(-1);
}
 .dropdown-toggle {
	 display: inline-flex;
	 align-items: center;
	 justify-content: space-between;
	 cursor: pointer;
}
 .dropdown-toggle::after {
	 border: 0;
	 width: 20px;
	 height: 20px;
	 vertical-align: -0.255em;
	 background: url(clientlib-base-global/resources/images/icons/down-arrow-icon.svg) no-repeat center/contain;
}
 @media screen and (max-width: 991px) {
	 .dropdown-toggle::after {
		 width: 16px;
		 height: 16px;
	}
}
 .icon-container {
	 display: flex;
	 align-items: center;
}
 .quick-action-sec {
	 position: fixed;
	 right: 0px;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 transform: translateY(-50%);
	 z-index: 99;
	 width: 55px;
	 text-align: center;
	 -webkit-transition: height 5s, all 0.5s ease-in-out;
	 transition: height 5s, all 0.35s ease-in-out;
}
 .quick-action-sec ul {
	 position: relative;
	 padding: 10px;
	 box-shadow: 0px 2px 15px #000;
	 background: #fff;
}
 .quick-action-sec ul::before, .quick-action-sec ul::after {
	 position: absolute;
	 content: "";
	 width: 100%;
	 height: 50px;
	 background: #fff;
	 left: 0px;
	 display: block;
}

html[lang="fr-FR"]  .quick-action-sec ul::before, .quick-action-sec ul::after {
	height: 55px;
}

 .quick-action-sec ul::before {
	 top: -28px;
	 transform: skew(0deg, -30deg);
	 box-shadow: -2px -4px 8px -4px rgba(0, 0, 0, 0.2);
}
 .quick-action-sec ul::after {
	 bottom: -28px;
	 transform: skew(0deg, 30deg);
	 box-shadow: 2px 4px 8px -4px rgba(0, 0, 0, 0.2);
}
 .quick-action-sec ul li {
	 border-bottom: 1px solid #ccc;
	 padding-bottom: 10px;
	 margin-bottom: 10px;
	 position: relative;
	 z-index: 9;
	 cursor: pointer;
}
 .quick-action-sec ul li:last-child,
  .quick-action-sec ul li:nth-last-child(2) {
	 margin-bottom: 0px;
	 border-bottom: 0px;
	 padding-bottom: 0px;
} 
 .quick-action-sec ul .h-icon::before {
	 background-color: var(--primary-color-red);
}
 .quick-action-sec ul .h-icon.close-icon::before {
	 background-color: var(--primary-color-black);
}
 .quick-action-sec .action-item {
	 text-decoration: none;
	 color: var(--primary-color-black);
}
 .quick-action-sec .action-item:hover {
	 color: var(--primary-color-red);
}
 .quick-action-sec .action-text {
	 font-family: var(--font-medium);
	 font-size: 0px;
	 font-weight: 700;
	 display: block;
	 opacity: 0;
	 -webkit-transition: opacity 2s, all 0.5s ease-in-out;
	 transition: opacity 2s, all 0.5s ease-in-out;
}
 .quick-action-sec:hover {
	 width: 75px;
}
html[lang="fr-FR"]  .quick-action-sec:hover {
	width: 90px;
}

 .quick-action-sec:hover .action-text {
	 font-size: 12px;
	 opacity: 1;
}
 @media screen and (max-width: 991px) {
	 .quick-action-sec {
		 width: 75px;
		 top: auto;
		 bottom: 100px;
		 transform: none;
	}
	 .quick-action-sec .action-text {
		 font-size: 12px;
		 opacity: 1;
		 line-height: 14px;
	}
	 .quick-action-sec .close-action {
		 padding-top: 30px;
	}
	 .quick-action-sec .mob-quick-action {
		 margin-top: 0;
		 position: absolute;
		 bottom: -20px;
		 right: 0;
	}
}
 .mega-menu-common-section {
	 flex: 1;
	 overflow: auto;
	 display: flex;
	 flex-direction: column;
}
 .form-subtitle {
	 font-size: 24px;
	 font-family: var(--font-bold);
	 margin-bottom: 24px;
	 line-height: 28.8px;
}
 .form-subtype {
	 font-size: 18px;
	 font-family: var(--font-bold);
	 margin-bottom: 16px;
}
 .search-box {
	 position: relative;
}
 @media screen and (max-width: 991px) {
	 .search-box .form-control.form-control-lg, .search-box .form-select.form-control-lg {
		 padding: 9px 16px;
		 min-height: auto;
		 font-size: 14px;
		 line-height: 16px;
	}
	 .search-box .form-control.form-control-lg + .input-group-text, .search-box .form-select.form-control-lg + .input-group-text {
		 min-width: 36px;
	}
}
 .page-header {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 padding-bottom: 24px;
}
 .page-header .page-title {
	 font-size: 32px;
}
 .page-header .page-title .back-arrow-icon {
	 cursor: pointer;
}
 .page-header + .page-body {
	 padding-top: 40px;
}
 @media screen and (max-width: 991px) {
	 .page-header .page-title {
		 font-size: 18px;
	}
	 .page-header + .page-body {
		 padding-top: 16px;
	}
}
 .icon-with-text {
	 display: flex;
	 align-items: center;
	 font-size: 14px;
	 gap: 8px;
}
 .row.row-32 {
	 --bs-gutter-x: 32px;
}
 .row.row-col-8 {
	 --bs-gutter-x: 8px;
	 --bs-gutter-y: 8px;
}
 .row.row-col-16 {
	 --bs-gutter-x: 16px;
	 --bs-gutter-y: 16px;
}
 .row.row-col-32 {
	 --bs-gutter-x: 32px;
	 --bs-gutter-y: 32px;
}
 @media screen and (max-width: 991px) {
	 .row.row-32 {
		 --bs-gutter-x: 16px;
	}
	 .row.row-col-32 {
		 --bs-gutter-x: 16px;
		 --bs-gutter-y: 16px;
	}
}
 .action-btn-container {
	 display: flex;
	 gap: 16px;
}
 .btn-wrapper {
	 display: flex;
	 justify-content: center;
}
 .scroll-navigation-tab .nav {
	 flex-wrap: nowrap;
}
 .scroll-navigation-tab .nav-item {
	 flex: none;
	 border-bottom: 1px solid #ccc;
}
 .mb-12 {
	 margin-bottom: 12px;
}
 .mb-16 {
	 margin-bottom: 16px;
}
 .mb-24 {
	 margin-bottom: 24px;
}
 .mb-36 {
	 margin-bottom: 36px;
}
 .mb-48 {
	 margin-bottom: 48px;
}
 .link {
	 cursor: pointer;
	 font-family: var(--font-bold);
	 color: var(--primary-color-red);
}
 .link:hover {
	 color: var(--primary-color-red);
}
 .flex-content-middle {
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 .badge-item {
	 background: #d9a113;
	 padding: 8px 15px;
	 color: #fff;
	 font-family: var(--font-bold);
}
 @media screen and (max-width: 600px) {
	 .badge-item {
		 padding: 3px 10px;
	}
}
 .download-src {
	 position: absolute;
	 right: 10px;
	 top: 10px;
}
 @media screen and (max-width: 479px) {
	 .download-src {
		 right: 4px;
		 top: 4px;
	}
	 .download-src .download-circle-icon {
		 width: 30px;
		 height: 30px;
	}
}
 .grunge-bg {
	 position: relative;
}
 .grunge-bg::before {
	 position: absolute;
	 content: "";
	 width: 100%;
	 height: 100%;
	 top: 0px;
	 left: 0px;
	 background-image: url(clientlib-dependencies-global/images/product/grunge-background.png);
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-position: center center;
}
 .congrats-icon-container {
	 position: relative;
	 padding: 20px 0px 0px 0px;
	 width: 100%;
	 margin: 20px 0px 20px 0px;
}
 .congrats-icon-container .congrats-icon {
	 margin-top: 20px;
}
 @media screen and (max-width: 600px) {
	 .congrats-icon-container .congrats-icon {
		 max-width: 140px;
	}
}
 .congrats-icon-container .congrats-chip {
	 position: absolute;
	 top: 0px;
	 left: 20%;
	 margin: 0 auto;
	 width: 60%;
}
 .video-play-icon::before {
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 transform: translate(-50%, -50%);
	 content: "";
	 background: url("clientlib-base-global/resources/images/icons/play-circle.svg") no-repeat center center / cover;
	 width: 50px;
	 height: 50px;
	 z-index: 9;
	 background-color: transparent !important;
}
 @media screen and (max-width: 767px) {
	 .video-play-icon::before {
		 width: 30px;
		 height: 30px;
	}
}
 .article-date {
	 color: var(--secondary-color-800);
}
 .country-picker-col {
	 cursor: pointer;
}
 .bookaservice-section {
	 padding-top: 48px;
	 padding-bottom: 48px;
}
 @media screen and (max-width: 991px) {
	 .bookaservice-section {
		 padding-top: 32px;
		 padding-bottom: 32px;
	}
}

/* typography */
h1, h2, h3, h4, h5, h6 {
	 font-family: var(--font-medium);
	 margin: 0px;
}
 h1, .h1 {
	 font-size: 3.4286rem;
}
 h2, .h2 {
	 font-size: 2.2857rem;
}
 h3, .h3 {
	 font-size: 2rem;
}
 h4, .h4 {
	 font-size: 1.7143rem;
}
 h5, .h5 {
	 font-size: 1.4286rem;
}
 h6, .h6 {
	 font-size: 1.1429rem;
}
 p {
	 font-size: 1rem;
}
 .font-light {
	 font-family: var(--font-light);
}
 .font-regular {
	 font-family: var(--font-regular);
}
 .font-medium {
	 font-family: var(--font-medium);
}
 .font-bold {
	 font-family: var(--font-bold);
}
 .font-heavy {
	 font-family: var(--font-heavy);
}
 .font-italic {
	 font-style: italic;
}
 .fs-12 {
	 font-size: 12px !important;
}
 .fs-14 {
	 font-size: 14px !important;
	 line-height: 17px;
}
 .fs-16 {
	 font-size: 16px !important;
}
 .fs-18 {
	 font-size: 18px !important;
	 line-height: 22px;
}
 .fs-20 {
	 font-size: 20px !important;
}
 .largeheading {
	 font-size: 3.42rem;
	 line-height: 58px;
}
 @media screen and (max-width: 991px) {
	 .largeheading {
		 font-size: 24px;
		 line-height: 29px;
	}
}
 .section-sub-text {
	 font-size: 1.7143rem;
	 margin-left: auto;
	 margin-right: auto;
}
 @media screen and (max-width: 991px) {
	 .section-sub-text {
		 font-size: 14px;
	}
}

/* components/icons */
.h-icon {
	 position: relative;
	 width: 24px;
	 height: 24px;
	 display: inline-flex;
}
 .h-icon.icon-xl {
	 width: 32px;
	 height: 32px;
}
 .h-icon.icon-lg {
	 width: 28px;
	 height: 28px;
}
 .h-icon.icon-m {
	 width: 20px;
	 height: 20px;
}
 .h-icon.icon-s {
	 width: 16px;
	 height: 16px;
}
 .h-icon.icon-12 {
	 width: 12px;
	 height: 12px;
}
 .h-icon::before {
	 content: "";
	 width: 100%;
	 height: 100%;
	 display: flex;
	 mask-size: contain;
	 -webkit-mask-size: contain;
	 mask-position: center center;
	 -webkit-mask-position: center center;
	 mask-repeat: no-repeat;
	 -webkit-mask-repeat: no-repeat;
	 background-color: transparent;
}
 [class*='-icon']::before {
	 background-color: var(--secondary-color-500);
}
 .primary-black-icon::before {
	 background-color: var(--primary-color-black);
}
 .primary-red-icon::before {
	 background-color: var(--primary-color-red);
}
 .bangladesh-flag {
	 width: 24px;
	 height: 24px;
	 display: inline-block;
	 background: url(clientlib-dependencies-global/images/brand/bangladesh-flag.svg) no-repeat center/contain;
}
 .user-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/user-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/user-icon.svg);
}
 .menu-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/menu-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/menu-icon.svg);
}
 .close-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/close-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/close-icon.svg);
}
 .right-arrow-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/right-arrow-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/right-arrow-icon.svg);
}
 .left-arrow-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/left-arrow-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/left-arrow-icon.svg);
}
 .down-arrow-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/down-arrow-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/down-arrow-icon.svg);
}
 .bike-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/bike-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/bike-icon.svg);
}
 .location-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/location-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/location-icon.svg);
}
 .book-service-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/book-service-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/book-service-icon.svg);
}
 .copy-right-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/copy-right-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/copy-right-icon.svg);
}
 .facebook-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/facebook-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/facebook-icon.svg);
}
 .instagram-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/instagram-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/instagram-icon.svg);
}
 .twitter-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/twitter-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/twitter-icon.svg);
}
 .google-play-logo {
	 display: inline-block;
	 width: 150px;
	 height: 45px;
	 background: url(clientlib-dependencies-global/images/google-play-logo.svg) no-repeat center/contain;
}
 .power-icon {
	 display: inline-block;
	 width: 27px;
	 height: 27px;
	 background: url(clientlib-base-global/resources/images/icons/power-icon.svg) no-repeat center center /cover;
}
 .torque-icon {
	 display: inline-block;
	 width: 27px;
	 height: 27px;
	 background: url(clientlib-base-global/resources/images/icons/torque-icon.svg) no-repeat center center /cover;
}
 .engine-icon {
	 display: inline-block;
	 width: 27px;
	 height: 27px;
	 background: url(clientlib-base-global/resources/images/icons/engine-icon.svg) no-repeat center center /cover;
}
 .link-right-arrow::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/link-right-arrow.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/link-right-arrow.svg);
}
 .exclamation::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/exclamation.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/exclamation.svg);
}
 .calendar::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/calendar.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/calendar.svg);
}
 .charges::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/charges.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/charges.svg);
}
 .completed::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/completed.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/completed.svg);
}
 .schedule::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/schedule.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/schedule.svg);
}
 .arrow::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/arrow.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/arrow.svg);
}
 .marker-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/marker-pin.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/marker-pin.svg);
}
 .mail-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/mail-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/mail-icon.svg);
}
 .call-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/call-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/call-icon.svg);
}
 .wallet-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/wallet-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/wallet-icon.svg);
}
 .card-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/card-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/card-icon.svg);
}
 .clock-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/clock-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/clock-icon.svg);
}
 .partner-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/partner-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/partner-icon.svg);
}
 .search-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/search-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/search-icon.svg);
}
 .gmap-locate-icon {
	 width: 20px;
	 height: 30px;
	 background: url(clientlib-base-global/resources/images/icons/gmap-locate-icon.svg) no-repeat center /contain;
}
 .detect-mark-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/detect-mark-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/detect-mark-icon.svg);
}
 .back-arrow-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/back-arrow.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/back-arrow.svg);
	 background-color: var(--primary-color-black);
}
 .edit-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/edit-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/edit-icon.svg);
}
 .filter::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/filter.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/filter.svg);
}
 .add::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/add-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/add-icon.svg);
}
 .phone-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/phone-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/phone-icon.svg);
}
 .service-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/service-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/service-icon.svg);
}
 .maintenance-icon {
	 width: 56px;
	 height: 56px;
}
 .maintenance-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/maintenance-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/maintenance-icon.svg);
	 background-color: #000;
}
 .warranty-icon {
	 width: 56px;
	 height: 56px;
}
 .warranty-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/warranty-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/warranty-icon.svg);
	 background-color: #000;
}
 .owners-manual-icon {
	 width: 56px;
	 height: 56px;
}
 .owners-manual-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/owner-manual-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/owner-manual-icon.svg);
	 background-color: #000;
}
 .tips-icon {
	 width: 56px;
	 height: 56px;
}
 .tips-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/tips-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/tips-icon.svg);
	 background-color: #000;
}
 .highlight-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/highlight-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/highlight-icon.svg);
}
 .price-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/price-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/price-icon.svg);
}
 .variant-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/variants-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/variants-icon.svg);
}
 .setting-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/settings-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/settings-icon.svg);
}
 .play-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/play-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/play-icon.svg);
}
 .engines-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/engines-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/engines-icon.svg);
}
 .tyre-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/tyres-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/tyres-icon.svg);
}
 .suspension-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/suspension-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/suspension-icon.svg);
}
 .chasis-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/chasis-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/chasis-icon.svg);
}
 .brake-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/brake-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/brake-icon.svg);
}
 .electrical-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/electrical-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/electrical-icon.svg);
}
 .dimension-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/dimension-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/dimension-icon.svg);
}
 .camera-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/camera-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/camera-icon.svg);
	 background-color: #000;
}
 .folder-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/folder-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/folder-icon.svg);
	 background-color: var(--hashtag-color);
}
 .about-us-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/about-us-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/about-us-icon.svg);
	 background-color: #000;
}
 .reach-us-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/reach-us-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/reach-us-icon.svg);
	 background-color: #000;
}
 .channel-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/channel-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/channel-icon.svg);
	 background-color: #000;
}
 .investor-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/investor-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/investor-icon.svg);
	 background-color: #000;
}
 .csr-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/csr-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/csr-icon.svg);
	 background-color: #000;
}
 .career-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/career-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/career-icon.svg);
	 background-color: #000;
}
 .media-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/media-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/media-icon.svg);
	 background-color: #000;
}
 .arrow-top::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/arrows/arrow-top.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/arrows/arrow-top.svg);
}
 .arrow-right::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/arrows/arrow-right.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/arrows/arrow-right.svg);
}
 .arrow-down::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/arrows/arrow-down.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/arrows/arrow-down.svg);
}
 .arrow-left::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/arrows/arrow-left.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/arrows/arrow-left.svg);
}
 .chevron-top::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-top.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-top.svg);
}
 .chevron-right::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-right.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-right.svg);
}
 .chevron-down::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-down.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-down.svg);
}
 .chevron-left::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-left.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-left.svg);
}
 .chevron-top-double::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-top-double.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-top-double.svg);
}
 .chevron-right-double::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-right-double.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-right-double.svg);
}
 .chevron-down-double::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-down-double.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-down-double.svg);
}
 .chevron-left-double::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-left-double.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-left-double.svg);
}
 .download-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/download-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/download-icon.svg);
	 background-color: var(--primary-color-black);
}
 .download-icon:hover::before {
	 background-color: var(--primary-color-red);
}
 .tick-circle-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/tick-circle-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/tick-circle-icon.svg);
}
 .left-border-icon {
	 width: 8px;
	 height: 60px;
	 margin-right: 15px;
}
 .left-border-icon::before {
	 background-color: var(--primary-color-red);
	 mask-image: url(clientlib-dependencies-global/images/product/left-border.svg);
	 -webkit-mask-image: url(clientlib-dependencies-global/images/product/left-border.svg);
}
 @media screen and (max-width: 767px) {
	 .left-border-icon {
		 width: 5px;
		 height: 35px;
		 margin-right: 10px;
	}
}
 .download-circle-icon {
	 background: url(clientlib-base-global/resources/images/icons/download-circle-icon.svg) no-repeat center center / cover;
	 background: url(clientlib-base-global/resources/images/icons/download-circle-icon.svg) no-repeat center center / cover;
	 width: 42px;
	 height: 42px;
	 display: block;
}
 .spec-engine-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/specifications/spec-engine-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/specifications/spec-engine-icon.svg);
}
 .spec-tyre-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/specifications/spec-tyre-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/specifications/spec-tyre-icon.svg);
}
 .spec-suspension-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/specifications/spec-suspension-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/specifications/spec-suspension-icon.svg);
}
 .spec-chasis-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/specifications/spec-chasis-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/specifications/spec-chasis-icon.svg);
}
 .spec-brakes-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/specifications/spec-brakes-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/specifications/spec-brakes-icon.svg);
}
 .spec-electricals-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/specifications/spec-electricals-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/specifications/spec-electricals-icon.svg);
}
 .spec-dimensions-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/specifications/spec-dimensions-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/specifications/spec-dimensions-icon.svg);
}
 .right-arrow-bg-icon {
	 background: url(clientlib-base-global/resources/images/icons/right-arrow-active.svg) no-repeat center center / cover;
	 width: 36px;
	 height: 36px;
	 -webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	 -o-border-radius: 4px;
	 border-radius: 4px;
}

/* components/buttons */
.btn {
	 padding: 14px 32px;
	 font-size: 18px;
	 font-family: var(--font-heavy);
	 text-transform: uppercase;
	 color: var(--btn-text-color);
	 border: 1px solid transparent;
	 line-height: 22px;
	 border-radius: 4px;
	 min-width: 150px;
	 cursor: pointer;
}
 .btn:hover {
	 text-decoration: none;
}
 @media screen and (max-width: 1200px) {
	 .btn {
		 padding: 10px 20px;
	}
}
 @media screen and (max-width: 991px) {
	 .btn {
		 padding: 9px 22px;
		 min-width: auto;
		 font-size: 14px;
		 line-height: 16px;
	}
}
 .btn-check:focus + .btn, .btn:focus {
	 outline: 0;
	 box-shadow: 0px 0px 32px rgba(255, 0, 0, 0.25);
	 border-color: transparent;
}
 .btn:disabled, .btn.disabled, fieldset:disabled .btn {
	 pointer-events: none;
	 background: var(--disabled-btn-bg);
	 color: var(--btn-text-color);
	 border-color: transparent;
	 opacity: 1;
}
 .btn .h-icon {
	 width: 20px;
	 height: 20px;
}
 .btn-primary {
	 background: var(--primary-btn-bg);
	 color: var(--btn-text-color);
}
 .btn-primary:hover {
	 color: var(--btn-text-color);
	 box-shadow: 0px 0px 32px rgba(255, 0, 0, 0.25);
	 border-color: transparent;
}
 .btn-outline-primary {
	 border: 1px solid var(--primary-color-red);
	 background: var(--gradient-red);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	 background-clip: text;
	 color: transparent;
}
 .btn-outline-primary:hover, .btn-outline-primary:active {
	 border-color: var(--primary-color-red);
}
 .btn-outline-primary:disabled, .btn-outline-primary.disabled, fieldset:disabled .btn-outline-primary {
	 pointer-events: none;
	 color: var(--disabled-btn-text-color);
	 border-color: var(--disabled-btn-border-color);
	 background: transparent;
	 -webkit-background-clip: unset;
	 -webkit-text-fill-color: unset;
	 background-clip: unset;
}
 .btn-link {
	 background: var(--gradient-red);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	 background-clip: text;
	 color: transparent;
	 text-decoration: none;
	 font-size: 16px;
	 font-family: var(--font-bold);
	 cursor: pointer;
}
 .btn-link:hover {
	 background: var(--gradient-red);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	 background-clip: text;
	 color: transparent;
	 text-decoration: underline;
}
 .btn-link:focus {
	 background: var(--gradient-red);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	 background-clip: text;
	 color: transparent;
	 text-decoration: none;
}
 .btn-link:disabled, .btn-link.disabled {
	 color: var(--disabled-btn-text-color);
	 border-color: transparent;
}
 .btn-with-icon {
	 display: flex !important;
	 align-items: center;
	 justify-content: center;
	 gap: 10px;
}
 .btn-secondary {
	 border-color: var(--primary-color-red);
	 background: var(--secondary-color-100);
	 color: var(--primary-color-red);
}
 .btn-secondary:hover, .btn-secondary:focus {
	 background: var(--secondary-color-100);
	 color: var(--primary-color-red);
	 border-color: var(--primary-color-red);
}
 .btn-check-group {
	 background-color: #fff;
}
 .btn-check-group .btn-check + .btn {
	 min-width: auto;
	 width: 70px;
	 height: 54px;
	 font-size: 14px;
	 padding: 0;
	 color: var(--primary-color-grey);
	 font-family: var(--font-medium);
	 border-radius: 0;
	 position: relative;
}
 .btn-check-group .btn-check + .btn::after {
	 content: '';
	 height: 40%;
	 width: 0;
	 border-right: 1px solid var(--border-light);
	 position: absolute;
	 right: 0;
	 top: 50%;
	 transform: translateY(-50%);
}
 .btn-check-group .btn-check + .btn:last-child::after {
	 display: none;
}
 .btn-check-group .btn-check:checked + .btn {
	 color: #fff;
	 font-family: var(--font-heavy);
	 background-color: var(--primary-color-red);
}
 .btn-check-group .btn-check:checked + .btn::after {
	 display: none;
}
 @media screen and (max-width: 991px) {
	 .btn-check-group .btn-check + .btn {
		 width: 40px;
		 height: 36px;
	}
}
 @media screen and (max-width: 479px) {
	 .btn-check-group .btn-check + .btn {
		 width: 36px;
		 height: 36px;
	}
}

/* components/form-control */
.form-col {
	 margin-bottom: 32px;
}
 .form-label {
	 font-size: 18px;
}
 .form-select {
	 padding-right: 30px;
}
 .form-control-plaintext {
	 font-size: 18px;
	 line-height: 22px;
	 font-family: var(--font-medium);
	 color: var(--input-text-color);
}
 .form-control, .form-select {
	 padding: 5px 0;
	 font-size: 18px;
	 line-height: 23px;
	 font-family: var(--font-medium);
	 color: var(--input-text-color);
	 border: 0;
	 border-bottom: 2px solid var(--input-border-color);
	 border-radius: 0;
	 background-color: transparent;
}
 .form-control:focus, .form-select:focus {
	 border-color: var(--input-focus-border-color);
	 outline: 0;
	 box-shadow: none;
	 background-color: transparent;
}
 .form-control::placeholder, .form-select::placeholder {
	 color: var(--input-placeholder-color);
}
 .form-control:disabled, .form-select:disabled, .form-control[readonly], .form-select[readonly] {
	 color: var(--input-placeholder-color);
	 border-color: var(--input-border-color);
}
 .form-control.form-control-lg, .form-select.form-control-lg {
	 padding: 14px 20px;
	 min-height: 52px;
}
 .form-control.form-control-lg + .input-group-text, .form-select.form-control-lg + .input-group-text {
	 min-width: 52px;
}
 .form-control optgroup, .form-select optgroup, .form-control option, .form-select option {
	 font-size: 18px;
	 line-height: 22px;
	 font-family: var(--font-medium);
}
 .form-outline .form-control, .form-outline .form-select {
	 border: 1px solid var(--secondary-color-600) !important;
	 border-radius: 4px;
	 padding: 10px 16px;
}
 .form-outline .bootstrap-select.form-select > .dropdown-toggle {
	 padding: 10px 16px;
}
 .form-outline.input-group .form-control, .form-outline .input-group .form-control, .form-outline.input-group .form-select, .form-outline .input-group .form-select {
	 border-top-left-radius: 4px;
	 border-bottom-left-radius: 4px;
	 border-right: 0 !important;
}
 .form-outline.input-group [role*='button'], .form-outline .input-group [role*='button'], .form-outline.input-group button, .form-outline .input-group button {
	 border-top-right-radius: 4px;
	 border-bottom-right-radius: 4px;
}
 .form-white .form-label {
	 color: #fff;
}
 .form-white .form-select, .form-white .form-control {
	 color: #fff;
	 border-color: var(--border-color);
}
 .form-white .form-select:focus, .form-white .form-control:focus {
	 border-color: inherit;
	 background-color: transparent;
}
 .form-white .form-select {
	 background-image: url(clientlib-base-global/resources/images/icons/down-arrow-white-icon.svg);
}
 .form-white .form-select.bootstrap-select {
	 background-image: url(clientlib-base-global/resources/images/icons/down-arrow-white-icon.svg);
}
 .form-white .form-select.bootstrap-select > .dropdown-toggle {
	 color: #fff;
}
 .form-white .form-hint {
	 color: #fff;
}
 .calendar.form-control {
	 background: url(clientlib-base-global/resources/images/icons/form-calendar-icon.svg) no-repeat right center/ 20px 20px;
}
 .input-group .input-group-text {
	 justify-content: center;
}
 .form-hint {
	 margin-top: 5px;
}
 .form-textarea {
	 border: 2px solid var(--input-border-color);
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 -o-border-radius: 5px;
	 border-radius: 5px;
	 height: 150px;
	 resize: none;
	 padding: 15px;
}
 .form-val-label-box .label {
	 display: block;
	 font-size: 1.2857rem;
	 font-family: var(--font-bold);
}
 .form-val-label-box .val {
	 display: block;
	 font-size: 1.4286rem;
}
 @media screen and (max-width: 991px) {
	 .form-col {
		 margin-bottom: 16px;
	}
	 .form-label {
		 font-size: 16px;
	}
	 .form-control, .form-select {
		 font-size: 14px;
	}
}
 @media screen and (max-width: 600px) {
	 .form-label {
		 margin-bottom: 0px;
		 font-family: var(--font-medium);
	}
	 .form-val-label-box .label, .form-val-label-box .val {
		 font-size: 14px;
	}
}

.upload-card {
  border: 0;
	cursor: pointer;
  .upload-title {
    font-size: 16px;
    font-family: var(--font-medium);
    margin-bottom: 16px;
  }
  .upload-box {
    background: var(--secondary-color-200);
    border: 1px dashed var(--hashtag-color);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    position: relative;
    min-height: 344px;
    .upload-size {
      font-family: var(--font-medium);
      color: var(--primary-color-grey);
      position: absolute;
      top: 18px;
      right: 18px;
    }
    .darg-drop-icon {
      width: 40px;
      height: 40px;
      flex: none;
    }
    .darg-drop-text {
      font-family: var(--font-medium);
      font-size: 24px;
      margin-top: 16px;
      margin-bottom: 12px;
      cursor: pointer;
    }
    .file-type-note {
      font-size: 18px;
    }
  }
  @media screen and (max-width:991px) {
    .upload-title {
      margin-bottom: 8px;
    }
    .upload-box {
      min-height: 140px;
      padding: 8px;
      .upload-size {
        top: 8px;
        right: 8px;
      }
      .darg-drop-icon {
        width: 24px;
        height: 24px;
      }
      .file-type-note {
        font-size: 12px;
      }
      .darg-drop-text {
        font-size: 14px;
      }
    }
  }
}
/* components/form-check */
.form-check-input {
	 width: 20px;
	 height: 20px;
	 border: 1px solid var(--check-border-color);
	 margin-top: 0;
}
 .form-check-input:focus {
	 border-color: var(--check-active-border-color);
	 outline: 0;
	 box-shadow: none;
}
 .form-check-input:checked {
	 background-color: var(--check-bg-color);
	 border-color: var(--check-active-border-color);
}
 .form-check-input + .form-check-label {
	 margin-left: 10px;
}
 .form-check-label {
	 color: var(--primary-color-black);
	 font-family: var(--font-medium);
	 text-align: left;
	 cursor: pointer;
}

/* components/bootstrap-select */
.bootstrap-select.form-select {
	 padding: 0;
	 display: block;
}
 .bootstrap-select > .dropdown-toggle {
	 background: transparent;
	 padding: 5px 0;
	 font-size: 18px;
	 text-transform: none;
	 line-height: 24px;
	 border: 0;
	 font-family: var(--font-medium);
	 color: var(--input-text-color);
}
 .bootstrap-select > .dropdown-toggle:after {
	 content: none;
}
 .bootstrap-select .btn-light:hover, .bootstrap-select .btn-light:focus {
	 color: var(--input-text-color);
	 border: 0;
	 background: none;
}
 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	 width: 100%;
}
 .bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
	 outline: none !important;
	 box-shadow: none;
}

/* components/modal */
.modal-popup {
	 position: fixed;
	 z-index: 100;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 display: flex;
	 -webkit-align-items: center;
	 align-items: center;
	 -webkit-justify-content: center;
	 justify-content: center;
	 background: rgba(0, 0, 0, 0.6);
	 backdrop-filter: blur(5px);
}
 .modal-popup h5 {
	 font-size: 1.2857rem;
	 font-weight: 700;
	 color: var(--primary-color-grey);
}
 .modal-popup .close-icon {
	 position: absolute;
	 right: 30px;
	 top: 30px;
	 padding: 2px;
	 z-index: 99;
}
 @media screen and (max-width: 600px) {
	 .modal-popup .close-icon {
		 right: 8px;
		 top: 8px;
	}
}
 .modal-popup .popup-container {
	 height: 94%;
	 margin: 0 auto;
	 background: var(--secondary-color-100);
	 box-shadow: 0 0 10px #000;
	 display: flex;
	 width: calc(100% - 160px);
	 -webkit-border-radius: 0;
	 -moz-border-radius: 0;
	 -o-border-radius: 0;
	 border-radius: 0;
	 max-width: 1280px;
	 max-height: 650px;
	 position: relative;
}
 .modal-popup .popup-container .popup-body {
	 padding: 50px 0 30px 0;
	 overflow: hidden;
	 flex: 1;
}
 .modal-popup .popup-container .popup-body .popup-content {
	 padding: auto 16px;
	 overflow-y: auto;
	 overflow-x: hidden;
	 height: 100%;
}
 .modal-popup .popup-container .popup-body .close-icon::before {
	 background-color: var(--primary-color-black);
	 cursor: pointer;
}
 .modal-popup.modal-small .popup-container {
	 max-width: 520px;
	 max-height: 560px;
}
 .modal-popup.modal-medium .popup-container {
	 max-width: 750px;
	 max-height: 620px;
}
 .modal-popup .popup-footer {
	 padding: 24px 0;
}
 @media screen and (max-width: 767px) {
	 .modal-popup .popup-container {
		 width: calc(100% - 32px);
		 max-height: none;
	}
	 .modal-popup .popup-container .popup-body {
		 padding: 24px 0;
	}
} 

/* components/dropdown */
.dropdown-menu {
	 padding: 0;
	 border: 0;
	 min-width: 180px;
	 box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.23);
}
 .dropdown-menu.right-0 {
	 left: auto;
	 right: 0;
}
 .dropdown-menu .dropdown-item-text {
	 padding: 11px 16px;
	 border-bottom: 1px solid var(--border-color);
	 color: var(--primary-color-black);
}
 .dropdown-menu .dropdown-item {
	 padding: 11px 16px;
	 font-size: 16px;
	 font-family: var(--font-medium);
	 color: var(--primary-color-black);
	 border-bottom: 1px solid var(--border-color);
}
 .dropdown-menu .dropdown-item:hover {
	 text-decoration: none;
}
 .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item.active {
	 color: #fff;
	 background-color: var(--primary-color-red);
}
 .dropdown-menu li:last-child .dropdown-item {
	 border-bottom: 0;
}
 .logged-in-dropdown {
	 display: flex;
}
 .within-range-dropdown {
	 padding: 10px 16px;
	 font-size: 18px;
	 line-height: 22px;
	 background: #fff;
	 border: 1px solid #ccc;
	 box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	 position: absolute;
	 right: 24px;
	 top: 24px;
	 min-width: 200px;
}
 .within-range-dropdown + .dropdown-menu {
	 min-width: 200px;
}
 @media screen and (max-width: 991px) {
	 .within-range-dropdown {
		 padding: 7px 10px;
		 font-size: 14px;
		 min-width: 118px;
		 top: 12px;
	}
	 .within-range-dropdown + .dropdown-menu {
		 min-width: 118px;
	}
	 .within-range-dropdown + .dropdown-menu .dropdown-item {
		 font-size: 12px;
		 padding: 10px;
	}
}

/* responsive */
@media only screen and (max-width: 991px) {
	 .main-container {
		 padding-top: 102px;
	}
}
/* Landscape */
 @media all and (min-device-width: 768px) and (max-device-width: 1024px) {
	 .log-wrap .booking-wrap {
		 padding-left: 10px;
	}
	 .log-wrap .card-wrap .details {
		 width: 65%;
	}
	 .find-more .accordion-body {
		 padding: 0;
	}
}
 @media only screen and (max-width: 767px) {
	 .nav .nav-link {
		 font-size: 16px;
	}
	 header {
		 padding: 0 16px;
	}
	 .common-section {
		 padding-left: 16px;
		 padding-right: 16px;
	}
	 .service .card-wrap .img-sec {
		 width: 50%;
	}
	 .service .card-wrap .details {
		 width: 50%;
		 padding: 14px;
	}
	 .service .card-wrap .service-details {
		 padding: 14px;
	}
	 .service .card-wrap .service-details .seprator {
		 margin: 10px 0;
	}
	 .service .card-wrap .service-details .view-service-log {
		 margin-top: 20px;
	}
	 .service .card-wrap .service-details .close {
		 margin-bottom: 10px;
	}
	 .service .card-wrap .service-details h4 {
		 font-size: 16px;
	}
	 .service .card-wrap .service-details span {
		 font-size: 14px;
	}
	 .service .card-wrap .service-details .view-service-log {
		 font-size: 14px;
	}
	 .service .bottom-btn {
		 justify-content: center;
		 margin-top: 0;
	}
	 .service .bottom-btn .btn {
		 width: 100%;
		 justify-content: center;
	}
	 .service .tab-content {
		 padding: 20px 0 0 0;
	}
	 .filter-options {
		 width: auto;
		 display: block;
		 position: static;
	}
	 .filter-options .btn {
		 min-width: auto;
		 padding: 8px;
	}
	 .filter-options .btn .h-icon {
		 display: block;
		 width: 16px;
		 height: 16px;
	}
	 .filter-options .btn span {
		 display: none;
	}
	 .service .log-wrap .card {
		 padding: 16px;
	}
	 .service .log-wrap .booking-wrap {
		 padding: 10px;
		 border: none;
		 border-top: 1px solid var(--secondary-color-500);
		 border-bottom: 1px solid var(--secondary-color-500);
	}
	 .service .log-wrap .booking-wrap .booking-info {
		 padding: 10px 0;
	}
	 .service .log-wrap .view-details {
		 padding-top: 16px;
	}
	 .service .log-wrap .view-details .btn {
		 width: 100%;
	}
	 .service .log-wrap .card-wrap {
		 padding-bottom: 16px;
	}
	 .service .log-wrap .card-wrap .img-sec {
		 width: 35%;
	}
	 .service .log-wrap .card-wrap .img-sec .service-status {
		 margin-top: 0;
	}
	 .service .log-wrap .card-wrap .details {
		 width: 65%;
		 padding: 0;
		 padding-left: 16px;
	}
	 .service .log-wrap .total-service p {
		 font-size: 16px;
	}
	 .service .log-wrap .total-service .pagination {
		 flex-shrink: 0;
	}
	 .find-more .accordion-body {
		 padding: 0;
	}
	 .service.media-section {
		 padding-left: 0px;
		 padding-right: 0px;
	}
	 .service.media-section .tab-wrap {
		 padding: 0px 16px;
	}
	 .service.media-section .form-col {
		 margin-bottom: 25px;
	}
}
 @media only screen and (max-width: 600px) {
	 .mb-48 {
		 margin-bottom: 32px;
	}
}
.bootstrap-select {
  border-color: #999;
}
.bootstrap-select .dropdown-menu {
	z-index: 4;
}

/* bootstrap changes for genuine-oil */
.hero-global-container .hero-geniue-oil .bootstrap-select>select {
	position: relative !important;
	width: 220px !important;
	padding: 7px 10px !important;
	opacity: 1 !important;
	left: 12%;
}

.hero-global-container .hero-geniue-oil .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 240px;
}

.hero-global-container .hero-geniue-oil .bootstrap-select .dropdown-toggle .filter-option {
	opacity: 0;
}

.hero-global-container .hero-geniue-oil .geniue-oil-dropdown {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #303030;
	height: 45px;

	@media screen and (max-width: 500px) {
		display: block;
		height: auto;
	}
}

.hero-global-container .hero-geniue-oil .bootstrap-select {
	@media screen and (max-width: 500px) {
		height: 36px;
		margin-bottom: 12px;
	}
}

.hero-global-container .hero-geniue-oil {
    table, tbody, th, tr, td {
	   font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	   font-size: 13px;
	   color: #303030;
	   margin: 10px 0 20px 0 !important;
	   border: 1px solid #fff !important;
	   padding: 5px !important;

	   tr:first-child {
		background-color: #686868;
		text-transform: uppercase;
		text-align: left;

		th {
		  color: #ffffff;
		}
	}

	   tr {
		  background-color: #dfdfdf;
	   }
    }
}

/* vida premium page css */
.vida-premium-page.main-container, .vida-premium-page .main-container {
	padding-top: 138px;
	@media screen and (max-width: 991px) {
		padding-top: 128px;
	}
}
/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

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

/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.de
	Available for use under the MIT License
	Version 2.12.1
*/
body.hidden-scroll{overflow:hidden}.sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#000;display:none;z-index:1035}.sl-wrapper{z-index:1040;width:100%;height:100%;left:0;top:0;position:fixed}.sl-wrapper *{box-sizing:border-box}.sl-wrapper button{border:0 none;background:transparent;font-size:28px;padding:0;cursor:pointer}.sl-wrapper button:hover{opacity:0.7}.sl-wrapper .sl-close{display:none;position:fixed;right:30px;top:30px;z-index:10060;margin-top:-14px;margin-right:-14px;height:44px;width:44px;line-height:44px;font-family:Arial,Baskerville,monospace;color:#fff;font-size:3rem}.sl-wrapper .sl-counter{display:none;position:fixed;top:30px;left:30px;z-index:10060;color:#000;font-size:1rem}.sl-wrapper .sl-download{display:none;position:fixed;bottom:5px;width:100%;text-align:center;z-index:10060;color:#fff;font-size:1rem}.sl-wrapper .sl-download a{color:#fff}.sl-wrapper .sl-navigation{width:100%;display:none}.sl-wrapper .sl-navigation button{position:fixed;top:50%;margin-top:-22px;height:44px;width:22px;line-height:44px;text-align:center;display:block;z-index:10060;font-family:Arial,Baskerville,monospace;color:#fff}.sl-wrapper .sl-navigation button.sl-next{right:5px;font-size:2rem}.sl-wrapper .sl-navigation button.sl-prev{left:5px;font-size:2rem}@media (min-width: 35.5em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:10px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:10px;font-size:3rem}}@media (min-width: 50em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:20px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:20px;font-size:3rem}}.sl-wrapper.sl-dir-rtl .sl-navigation{direction:ltr}.sl-wrapper .sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:10000}.sl-wrapper .sl-image img{margin:0;padding:0;display:block;border:0 none;width:100%;height:auto}@media (min-width: 35.5em){.sl-wrapper .sl-image img{border:0 none}}@media (min-width: 50em){.sl-wrapper .sl-image img{border:0 none}}.sl-wrapper .sl-image iframe{background:#000;border:0 none}@media (min-width: 35.5em){.sl-wrapper .sl-image iframe{border:0 none}}@media (min-width: 50em){.sl-wrapper .sl-image iframe{border:0 none}}.sl-wrapper .sl-image .sl-caption{display:none;padding:10px;color:#fff;background:rgba(0,0,0,0.8);font-size:1rem;position:absolute;bottom:0;left:0;right:0}.sl-wrapper .sl-image .sl-caption.pos-top{bottom:auto;top:0}.sl-wrapper .sl-image .sl-caption.pos-outside{bottom:auto}.sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:1007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}.sl-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.sl-transition{transition:-moz-transform ease 200ms;transition:-ms-transform ease 200ms;transition:-o-transform ease 200ms;transition:-webkit-transform ease 200ms;transition:transform ease 200ms}@-webkit-keyframes pulsate{0%{transform:scale(0.1);opacity:0.0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes pulsate{0%{transform:scale(0.1);opacity:0.0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-moz-keyframes pulsate{0%{transform:scale(0.1);opacity:0.0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-o-keyframes pulsate{0%{transform:scale(0.1);opacity:0.0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-ms-keyframes pulsate{0%{transform:scale(0.1);opacity:0.0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}

.slbOverlay,.slbWrapOuter,.slbWrap{position:fixed;top:0;right:0;bottom:0;left:0}.slbOverlay{overflow:hidden;z-index:2000;background-color:#000;opacity:0.7;-webkit-animation:slbOverlay 0.5s;-moz-animation:slbOverlay 0.5s;animation:slbOverlay 0.5s}.slbWrapOuter{overflow-x:hidden;overflow-y:auto;z-index:2010}.slbWrap{position:absolute;text-align:center}.slbWrap:before{content:"";display:inline-block;height:100%;vertical-align:middle}.slbContentOuter{position:relative;display:inline-block;vertical-align:middle;margin:0px auto;padding:0 1em;box-sizing:border-box;z-index:2020;text-align:left;max-width:100%}.slbContentEl .slbContentOuter{padding:5em 1em}.slbContent{position:relative}.slbContentEl .slbContent{-webkit-animation:slbEnter 0.3s;-moz-animation:slbEnter 0.3s;animation:slbEnter 0.3s;background-color:#fff;box-shadow:0 0.2em 1em rgba(0,0,0,0.4)}.slbImageWrap{-webkit-animation:slbEnter 0.3s;-moz-animation:slbEnter 0.3s;animation:slbEnter 0.3s;position:relative}.slbImageWrap:after{content:"";position:absolute;left:0;right:0;top:5em;bottom:5em;display:block;z-index:-1;box-shadow:0 0.2em 1em rgba(0,0,0,0.6);background-color:#FFF}.slbDirectionNext .slbImageWrap{-webkit-animation:slbEnterNext 0.4s;-moz-animation:slbEnterNext 0.4s;animation:slbEnterNext 0.4s}.slbDirectionPrev .slbImageWrap{-webkit-animation:slbEnterPrev 0.4s;-moz-animation:slbEnterPrev 0.4s;animation:slbEnterPrev 0.4s}.slbImage{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:5em 0;margin:0 auto}.slbCaption{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;font-size:1.4em;position:absolute;left:0;right:0;bottom:0;padding:.71429em 0;color:#fff;color:rgba(255,255,255,0.7);text-align:center}.slbCloseBtn,.slbArrow{margin:0;padding:0;border:0;cursor:pointer;background:none}.slbCloseBtn::-moz-focus-inner,.slbArrow::-moz-focus-inner{padding:0;border:0}.slbCloseBtn:hover,.slbArrow:hover{opacity:0.5}.slbCloseBtn:active,.slbArrow:active{opacity:0.8}.slbCloseBtn{-webkit-animation:slbEnter 0.3s;-moz-animation:slbEnter 0.3s;animation:slbEnter 0.3s;font-size:3em;width:1.66667em;height:1.66667em;line-height:1.66667em;position:absolute;right:-.33333em;top:0;color:#fff;color:rgba(255,255,255,0.7);text-align:center}.slbLoading .slbCloseBtn{display:none}.slbLoadingText{font-size:1.4em;color:#fff;color:rgba(255,255,255,0.9)}.slbArrows{position:fixed;top:50%;left:0;right:0}.slbLoading .slbArrows{display:none}.slbArrow{position:absolute;top:50%;margin-top:-5em;width:5em;height:10em;opacity:0.7;text-indent:-999em;overflow:hidden}.slbArrow:before{content:"";position:absolute;top:50%;left:50%;margin:-.8em 0 0 -.8em;border:.8em solid transparent}.slbArrow.next{right:0}.slbArrow.next:before{border-left-color:#fff}.slbArrow.prev{left:0}.slbArrow.prev:before{border-right-color:#fff}.slbIframeCont{width:80em;height:0;overflow:hidden;padding-top:56.25%;margin:5em 0}.slbIframe{position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:0 0.2em 1em rgba(0,0,0,0.6);background:#000}@-webkit-keyframes slbOverlay{from{opacity:0}to{opacity:0.7}}@-moz-keyframes slbOverlay{from{opacity:0}to{opacity:0.7}}@keyframes slbOverlay{from{opacity:0}to{opacity:0.7}}@-webkit-keyframes slbEnter{from{opacity:0;-webkit-transform:translate3d(0, -1em, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@-moz-keyframes slbEnter{from{opacity:0;-moz-transform:translate3d(0, -1em, 0)}to{opacity:1;-moz-transform:translate3d(0, 0, 0)}}@keyframes slbEnter{from{opacity:0;-webkit-transform:translate3d(0, -1em, 0);-moz-transform:translate3d(0, -1em, 0);-ms-transform:translate3d(0, -1em, 0);-o-transform:translate3d(0, -1em, 0);transform:translate3d(0, -1em, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@-webkit-keyframes slbEnterNext{from{opacity:0;-webkit-transform:translate3d(4em, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@-moz-keyframes slbEnterNext{from{opacity:0;-moz-transform:translate3d(4em, 0, 0)}to{opacity:1;-moz-transform:translate3d(0, 0, 0)}}@keyframes slbEnterNext{from{opacity:0;-webkit-transform:translate3d(4em, 0, 0);-moz-transform:translate3d(4em, 0, 0);-ms-transform:translate3d(4em, 0, 0);-o-transform:translate3d(4em, 0, 0);transform:translate3d(4em, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@-webkit-keyframes slbEnterPrev{from{opacity:0;-webkit-transform:translate3d(-4em, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@-moz-keyframes slbEnterPrev{from{opacity:0;-moz-transform:translate3d(-4em, 0, 0)}to{opacity:1;-moz-transform:translate3d(0, 0, 0)}}@keyframes slbEnterPrev{from{opacity:0;-webkit-transform:translate3d(-4em, 0, 0);-moz-transform:translate3d(-4em, 0, 0);-ms-transform:translate3d(-4em, 0, 0);-o-transform:translate3d(-4em, 0, 0);transform:translate3d(-4em, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}

#custom-vg-popup .slbIframeCont {
    width: 66.75em;
    margin-top: 84px;
}

#custom-vg-popup .slbCloseBtn {
    margin-top: 64px;
    right: -75px !important;
}

#custom-vg-popup .slbArrows {
    display: none;
}

#custom-vg-popup .slbIframe {
    border: 2px solid var(--textcolor-white, #FFF);
    background: #FFF;
}

@media (max-width:1185px) {
    #custom-vg-popup .slbCloseBtn {
        margin-top: 22px;
        right: -36px !important;
    }

    #custom-vg-popup .slbCloseBtn img{
        width: 32px;
        height: 32px;
    }
}
    
.wallpaperCarousel-img-thumbnail {
    max-width: 120%;
    width: 25vw !important;
    padding: 1rem;
} 

.wallpaper-section {
    position: relative;
    width: 75%;
  }

.wallpapertext-container {
    
    padding-top: 1rem;  
    padding-bottom: 1rem;  
    padding-left: 1rem;  
}  
.wallpapertext-headingText {
    font-family: var(--font-pp-neue-montreal);
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    color: #222;
    padding-bottom: 6px;
}
.wallpapertext-subheadingText {
    font-family: var(--font-pp-neue-montreal);
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    color: #222;
}

@media (max-width: 2560px) {
    .wallpaper-section {
        width: 65%;
    }
    .wallpaperCarousel-img-thumbnail {
        width: 21.6vw !important;
    }      

}

@media (max-width: 2360px) {
    .wallpaper-section {
        width: 71%;
      }
      .wallpaperCarousel-img-thumbnail {
        width: 23.6vw !important;
    }   
}
@media (max-width: 2100px) {
    .wallpaper-section {
        width: 76%;
      }
      .wallpaperCarousel-img-thumbnail {
        width: 25.3vw !important;
    }   
}
@media (max-width: 1800px) {
    .wallpaper-section {
        width: 84%;
      }
      .wallpaperCarousel-img-thumbnail {
        width: 27.9vw !important;
    }   
}
@media (max-width: 1700px) {
    .wallpaper-section {
        width: 89%;
      }
      .wallpaperCarousel-img-thumbnail {
        width: 29.6vw !important;
    }   
}
@media (max-width: 1600px) {
    .wallpaper-section {
        width: 92%;
      }
      .wallpaperCarousel-img-thumbnail {
        width: 30.6vw !important;
    }   
}
@media (max-width: 1500px) {
    .wallpaper-section {
        width: 96%;
      }
      .wallpaperCarousel-img-thumbnail {
        width: 31.9vw !important;
    }   
}
@media (max-width: 1350px) {
    .wallpaper-section {
        width: 97%;
    }
    .wallpaperCarousel-img-thumbnail {
        width: 32.3vw !important;
    }
}

@media (max-width: 992px) {
    .wallpapertext-headingText {
        font-size: 12px;
        font-weight: 400;
        line-height: 14.4px;
        padding-bottom: 5px;
    }

    .wallpapertext-subheadingText {
        font-size: 24px;
        font-weight: 600;
        line-height: 28.8px;
    }
}

/*
 *  Copyright 2018 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.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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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;
}
/* xsmall breakpoint */
@media (max-width: 557.98) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xsmall--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--1 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--1 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--1 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--2 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--2 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--2 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--2 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--2 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--3 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--3 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--3 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--3 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--3 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--3 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--3 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--4 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--xsmall--4 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--4 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--xsmall--4 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--xsmall--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--xsmall--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--xsmall--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--xsmall--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--xsmall--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--xsmall--hide {
    /* hide behavior */
    display: none;
  }
}
/* xsmall breakpoint */
@media (min-width: 576px) and (max-width: 767.98px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--small--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--1 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--1 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--1 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--2 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--small--2 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--2 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--2 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--small--2 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--3 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--small--3 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--small--3 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--3 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--3 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--small--3 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--small--3 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--4 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--small--4 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--small--4 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--small--4 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--4 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--4 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--small--4 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--small--4 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--small--4 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--small--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--small--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--small--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--small--hide {
    /* hide behavior */
    display: none;
  }
}
/* medium breakpoint */
@media (min-width: 768px) and (max-width: 991.98px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--medium--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--1 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--1 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--1 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--2 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--medium--2 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--2 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--2 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--medium--2 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--3 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--medium--3 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--medium--3 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--3 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--3 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--medium--3 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--medium--3 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--4 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--medium--4 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--medium--4 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--medium--4 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--4 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--4 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--medium--4 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--medium--4 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--medium--4 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--medium--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--medium--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--medium--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--medium--hide {
    /* hide behavior */
    display: none;
  }
}
/* large breakpoint */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--large--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--1 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--1 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--1 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--2 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--large--2 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--2 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--2 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--large--2 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--3 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--large--3 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--large--3 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--3 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--3 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--large--3 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--large--3 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--4 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--large--4 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--large--4 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--large--4 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--4 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--4 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--large--4 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--large--4 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--large--4 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--large--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--large--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--large--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--large--hide {
    /* hide behavior */
    display: none;
  }
}
/* force showing hidden components in unhide mode */
.aem-GridShowHidden > .cmp-container > .aem-Grid > .aem-GridColumn {
  display: block !important;
}

.custom-specification-section {
	max-height: 100vh;
}
.specification-section .specification-nav {
	 width: 320px;
	 padding: 72px 0px 0px 0px;
	 height: 800px;
	 max-height: 100vh;
}
 .specification-section .specification-nav .nav-link {
	 font-size: 1.7143rem;
	 font-family: var(--font-regular);
	 cursor: pointer;
	 display: flex;
	 align-items: center;
	 text-transform: capitalize;
	 padding: 15px 15px 15px 37.5px;
}
 .specification-section .specification-nav .nav-link .h-icon {
	 margin-right: 15px;
}
 .specification-section .specification-nav .nav-link:before {
	 border-bottom: 0;
	 border-left: 5px solid #ededed;
	 height: 100%;
}
 .specification-section .specification-nav .nav-link:hover {
	 font-family: var(--font-heavy);
	 color: var(--primary-color-black);
}
 .specification-section .specification-nav .nav-link:hover .h-icon:before {
	 background-color: var(--primary-color-red);
}
 .specification-section .specification-nav .nav-link.active {
	 background: transparent;
	 color: var(--primary-color-black);
	 font-family: var(--font-heavy);
}
 .specification-section .specification-nav .nav-link.active:before {
	 border-color: var(--primary-color-red);
}
 .specification-section .specification-nav .nav-link.active .h-icon:before {
	 background-color: var(--primary-color-red);
}
.specification-section .specification-nav .nav-link.active .active-icon {
	 display:inline-block;
}
.specification-section .specification-nav .nav-link.active  .inactive-icon {
	 display:none;
}
.specification-section .specification-nav .nav-link  .active-icon {
	 display:none;
}
.specification-section .specification-nav .nav-link  .inactive-icon {
	 display:inline-block;
}

 .specification-section .tab-content {
	 width: 100%;
	 height: 100%;
}
 .specification-section .tab-content .tab-pane {
	 height: 100%;
}
 .specification-section .specification-image {
	 width: 100%;
	 height: 100%;
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-position: center center;
	 position: relative;
	 filter: grayscale(100%);
}
 .specification-section .specification-content {
	 flex: 1;
	 padding: 0px 0px 0px 0px;
	 position: relative;
}
 .specification-section .specification-content .product-page-title {
	 position: absolute;
	 color: #fff;
	 top: 72px;
	 left: 32px;
	 z-index: 2;
}
 .specification-section .specification-content .product-page-title::before {
	 transform: none;
	 left: 0px;
}
 @media screen and (max-width: 1200px) {
	 .specification-section .specification-content .product-page-title {
		 top: 50px;
		 left: 24px;
	}
}
 .specification-section .specification-content .detail-specification {
	 background: rgba(0, 0, 0, 0.9);
	 position: absolute;
	 bottom: 0px;
	 left: 0px;
	 width: 100%;
	 padding: 32px;
	 color: #fff;
	 max-height: 70%;
	 overflow-y: auto;
	 padding-bottom: 100px;
}
 @media screen and (max-width: 1200px) {
	 .specification-section .specification-content .detail-specification {
		 padding: 24px;
		 padding-bottom: 70px;
	}
}
 @media screen and (max-width: 479px) {
	 .specification-section .specification-content .detail-specification {
		 padding-bottom: 16px;
	}
}
 .specification-section .specification-content .spacified-detail-row {
	 display: flex;
	 flex-wrap: wrap;
}
 .specification-section .specification-content .spacified-detail-row .spacified-detail {
	 width: 25%;
	 margin-bottom: 24px;
	 padding-right: 10px;
}
 @media screen and (max-width: 1200px) {
	 .specification-section .specification-content .spacified-detail-row .spacified-detail {
		 width: 33%;
		 margin-bottom: 15px;
	}
}
 @media screen and (max-width: 1024px) {
	 .specification-section .specification-content .spacified-detail-row .spacified-detail {
		 width: 50%;
	}
}
 .specification-section .specification-content .specified-btn-wrapper {
	 position: absolute;
	 bottom: 36px;
	 left: 32px;
}
 @media screen and (max-width: 1200px) {
	 .specification-section .specification-content .specified-btn-wrapper {
		 bottom: 24px;
		 left: 24px;
	}
}
 @media screen and (max-width: 479px) {
	 .specification-section .specification-content .specified-btn-wrapper {
		 display: none;
	}
}
 @media screen and (max-width: 1200px) {
	 .specification-section .specification-nav {
		 height: 700px;
		 padding: 50px 0px;
		 width: 300px;
	}
}
 @media screen and (max-width: 767px) {
	 .specification-section .specification-nav {
		 width: 100px;
	}
	 .specification-section .specification-nav .nav-link {
		 flex-direction: column;
		 padding: 10px 10px 10px 10px;
		 font-size: 14px;
		 font-family: var(--font-medium);
	}
	 .specification-section .specification-nav .nav-link:before {
		 border-color: transparent;
	}
	 .specification-section .specification-nav .nav-link .h-icon {
		 margin-right: 0px;
	}
}
 @media screen and (max-width: 479px) {
	.custom-specification-section {
		max-height: none;
	}
	.specification-section .mob-btn-container {
		display: flex !important;
		margin-top: 20px;
		justify-content: center;
		margin-bottom: 20px;
	}
}

.premium-specific-section {
	 background: var(--gradient-black);
	 padding-top: 78px;
}
 .premium-specific-section .specification-nav {
	 width: 100%;
	 height: inherit;
	 border-top: 2px solid #4c4c4c;
	 padding: 0px 80px;
	 flex-wrap: nowrap;
	 justify-content: space-between;
}
 .premium-specific-section .specification-nav .nav-link {
	 color: var(--secondary-color-600);
	 padding: 40px 24px 30px 24px;
}
 .premium-specific-section .specification-nav .nav-link.active {
	 background: linear-gradient(180deg, rgba(238, 35, 38, 0.5) 0%, rgba(238, 35, 38, 0) 100%);
}
 .premium-specific-section .specification-nav .nav-link:hover, .premium-specific-section .specification-nav .nav-link.active {
	 color: #fff;
}
 .premium-specific-section .specification-nav .nav-link:hover .h-icon:before, .premium-specific-section .specification-nav .nav-link.active .h-icon:before {
	 background-color: #fff;
}
 .premium-specific-section .specification-nav .nav-link::before {
	 border: 0;
	 width: 2px;
	 height: 20px;
	 top: 0px;
	 left: 50%;
	 transform: translateX(-50%);
	 background: #4c4c4c;
}
 .premium-specific-section .specification-title {
	 color: #fff;
	 text-transform: uppercase;
	 margin-bottom: 15px;
}
 .premium-specific-section .specification-item-container {
	 display: flex;
	 margin-top: 50px;
	 height: 550px;
}
 .premium-specific-section .specification-item-container .specification-left-item {
	 width: 45%;
	 padding-left: 80px;
	 padding-right: 24px;
}
 .premium-specific-section .specification-item-container .spacified-detail-row {
	 position: relative;
	 padding-bottom: 60px;
}
 .premium-specific-section .specification-item-container .spacified-detail-row .spacified-detail {
	 width: 50%;
	 color: #fff;
}
 .premium-specific-section .specification-item-container .specified-btn-wrapper {
	 bottom: 0px;
	 left: 0px;
}
 .premium-specific-section .specification-image {
	 width: 55%; 
	 right: 0;
	 height: 100%;
}
 .premium-specific-section .specification-image img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
 @media screen and (max-width: 1279px) {
	 .premium-specific-section .specification-nav {
		 padding: 0px 40px;
	}
	 .premium-specific-section .specification-item-container .specification-left-item {
		 padding-left: 40px;
	}
}
 @media screen and (max-width: 1200px) {
	 .premium-specific-section {
		 padding-top: 50px;
	}
	 .premium-specific-section .specification-nav {
		 padding: 0px 30px;
	}
	 .premium-specific-section .specification-item-container {
		 margin-top: 35px;
		 height: 500px;
	}
	 .premium-specific-section .specification-item-container .specification-image {
		 width: 50%;
	}
	 .premium-specific-section .specification-item-container .specification-left-item {
		 width: 50%;
	}
}
 @media screen and (max-width: 991px) {
	 .premium-specific-section {
		 padding-top: 40px;
	}
	 .premium-specific-section .specification-nav {
		 padding: 0px;
	}
	 .premium-specific-section .specification-nav .nav-link {
		 flex-direction: column;
		 padding: 24px;
	}
	 .premium-specific-section .specification-nav .nav-link .h-icon {
		 margin-right: 0px;
	}
	 .premium-specific-section .specification-item-container {
		 height: 450px;
		 margin-top: 30px;
	}
}
 @media screen and (max-width: 767px) {
	 .premium-specific-section {
		 padding-top: 35px;
	}
	 .premium-specific-section .specification-content {
		 padding-bottom: 100px;
	}
	 .premium-specific-section .specification-item-container {
		 flex-direction: column;
		 height: inherit;
	}
	 .premium-specific-section .specification-item-container .specified-btn-wrapper {
		 bottom: 32px;
		 display: flex;
		 width: 100%;
		 padding: 0px 16px;
	}
	 .premium-specific-section .specification-item-container .specified-btn-wrapper .btn {
		 width: 100%;
	}
	 .premium-specific-section .specification-item-container .spacified-detail-row {
		 position: unset;
		 padding-bottom: 30px;
	}
	 .premium-specific-section .specification-item-container .specification-left-item {
		 width: 100%;
		 padding-left: 30px;
	}
	 .premium-specific-section .specification-item-container .specification-image {
		 position: relative;
		 width: 100%;
		 height: 300px;
	}
}
 @media screen and (max-width: 600px) {
	 .premium-specific-section .specification-nav .nav-link {
		 padding: 16px;
		 font-size: 0;
	}
	 .premium-specific-section .specification-item-container .spacified-detail-row {
		 padding-bottom: 24px;
	}
	 .premium-specific-section .specification-item-container .specification-image {
		 height: 250px;
	}
	 .premium-specific-section .specification-item-container .specification-left-item {
		 padding-left: 16px;
		 padding-right: 16px;
	}
}


.mob-specified-btn-wrapper {
	margin: 15px auto !important;
}

.isvidavariantpremiumproducts.specification-section {
	padding: 80px;
	background-color: rgba(255, 255, 255, 1);
}

.isvidavariantpremiumproducts.premium-specific-section {
	background: none;
}

.isvidavariantpremiumproducts.grunge-bg::before {
	display: none;
}

.isvidavariantpremiumproducts .common-section {
	padding: 0px;
}

.isvidavariantpremiumproducts .premium-page-subtitle {
	font-family: var(--font-pp-neue-montreal);
	margin-bottom: 6px;
	font-weight: 400;
	font-size: 18px;
	color: rgba(34, 34, 34, 1);
	@media screen and (max-width: 991px) {
		font-size: 14px;
		margin-bottom: 4px;
	}
}

.isvidavariantpremiumproducts .left-border-icon {
	display: none;
}

.isvidavariantpremiumproducts .premium-page-title {
	font-family: var(--font-pp-neue-montreal) !important;
	margin-bottom: 40px;
	font-size: 48px;
	font-weight: 600;
	color: rgba(34, 34, 34, 1);
	text-transform: uppercase;
	@media screen and (max-width: 991px) {
		font-size: 24px;
	}
}

.isvidavariantpremiumproducts .specification-nav {
	border-top: none !important;
	padding: 0;
}

.isvidavariantpremiumproducts .specification-nav .nav-link {
	border-bottom: 2px solid #E4EAF1;
	font-family: var(--font-pp-neue-montreal);
	color:rgba(36, 36, 36, 1);
	font-size: 24px;
}

.isvidavariantpremiumproducts .specification-nav .nav-link:hover, .isvidavariantpremiumproducts .specification-nav .nav-link.active {
	color: #242424;
	font-family: var(--font-pp-neue-montreal);
	font-weight: 600;
}

.isvidavariantpremiumproducts .specification-nav .nav-link::before {
	background-color: #4c4c4c00;
}

.isvidavariantpremiumproducts .specification-nav .nav-link.active::after{
	content: "";
	border-bottom: 3px solid rgba(255, 83, 16, 1);
	position: absolute;
	bottom: -2px;
	left: 0px;
	width: 100%;
	z-index: 2;
}

.isvidavariantpremiumproducts .specification-nav .nav-link.active {
	color:rgba(36, 36, 36, 1);
	font-weight: 600;
	background: none;
	font-family: var(--font-pp-neue-montreal);
}

.isvidavariantpremiumproducts .scrollbar-hidden::-webkit-scrollbar {
	display: none;
}

.isvidavariantpremiumproducts .specification-item-container {
	column-gap: 75px;
	margin-top: 55px;
}

.isvidavariantpremiumproducts .specification-item-container .specification-left-item {
	padding: 0px;
}

.isvidavariantpremiumproducts .specification-item-container .specification-left-item .spacified-detail-row .spacified-detail .label {
	font-family: var(--font-pp-neue-montreal);
	color: #222222;
	font-size: 18px;
	font-weight: 400;
} 

.isvidavariantpremiumproducts .specification-item-container .specification-left-item .spacified-detail-row .spacified-detail .val {
	font-family: var(--font-pp-neue-montreal);
	font-size: 28px;
	color: #242424;
	font-weight: 500;
}

.isvidavariantpremiumproducts .specification-item-container .specification-image img{
	border-radius: 24px;
}

.isvidavariantpremiumlighttheme.specification-section {
	padding: 80px 0;
	background-color: rgba(255, 255, 255, 1);
}

.isvidavariantpremiumlighttheme.premium-specific-section {
	background: none;
}

.isvidavariantpremiumlighttheme.grunge-bg::before {
	display: none;
}

.isvidavariantpremiumlighttheme .common-section {
	padding: 0px;
}

.isvidavariantpremiumlighttheme .premium-page-subtitle {
	font-family: var(--font-medium);
	margin-bottom: 6px;
	font-weight: 400;
	font-size: 18px;
	color: rgba(34, 34, 34, 1);
	padding: 0px 80px;
	@media screen and (max-width: 991px) {
		font-size: 14px;
		margin-bottom: 4px;
		padding: 0;
	}
}

.isvidavariantpremiumlighttheme .left-border-icon {
	display: none;
}

.isvidavariantpremiumlighttheme .premium-page-title {
	font-family: var(--font-heavy) !important;
	margin-bottom: 40px;
	font-size: 48px;
	font-weight: 900;
	color: rgba(34, 34, 34, 1);
	text-transform: uppercase;
	padding: 0px 80px;
	@media screen and (max-width: 991px) {
		font-size: 24px;
		font-weight: 900;
		margin-bottom: 16px;
		padding: 0;
	}
	@media (min-width: 600px) and (max-width: 991px) {
		padding: 0 20px;
	}
}

.isvidavariantpremiumlighttheme .specification-container {
	position: relative;
}

.isvidavariantpremiumlighttheme .specification-nav {
	border: none;
	@media (min-width: 600px) and (max-width: 991px) {
		padding: 0 20px;
	}
}

.isvidavariantpremiumlighttheme .specification-nav::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-top: 4px solid #EDEDED;
	margin: 0 -20px;
}

.isvidavariantpremiumlighttheme .specification-nav .nav-link {
	font-family: var(--font-medium);
	color:rgba(36, 36, 36, 1);
	font-size: 24px;
	font-weight: 400;
	@media screen and (max-width: 991px) {
		font-size: 0;
	}
}

.isvidavariantpremiumlighttheme .specification-nav .nav-link:hover, .isvidavariantpremiumlighttheme .specification-nav .nav-link.active {
	color: #242424;
	font-family: var(--font-heavy);
	font-weight: 900;
}

.isvidavariantpremiumlighttheme .specification-nav .nav-link::before {
	width: 4px;
	height: 20px;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	background: #EDEDED;
}

.isvidavariantpremiumlighttheme .specification-nav .nav-link.active::before {
	background: #da2022;
}

.isvidavariantpremiumlighttheme .specification-nav .nav-link.active {
	background: linear-gradient(180deg, rgba(238, 35, 38, 0.5) 0%, rgba(238, 35, 38, 0) 100%) !important;
	color:rgba(36, 36, 36, 1);
	font-weight: 900;
	background: none;
	font-family: var(--font-heavy);
}

.isvidavariantpremiumlighttheme .specification-nav .nav-link::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
  border-top: 4px solid #EDEDED;
}

.isvidavariantpremiumlighttheme .specification-nav .nav-link.active::after {
	border-color: #da2022;
}

.isvidavariantpremiumlighttheme .scrollbar-hidden::-webkit-scrollbar {
	display: none;
}

.isvidavariantpremiumlighttheme .specification-item-container {
	padding: 0 80px;
	column-gap: 75px;
	margin-top: 55px;
	@media screen and (max-width: 991px) {
		padding: 0;
	}
	@media (min-width: 600px) and (max-width: 991px) {
		padding: 0 20px;
	}
}

.isvidavariantpremiumlighttheme .specification-item-container .specification-left-item {
	padding: 0px;
}

.isvidavariantpremiumlighttheme .specification-item-container .specification-left-item .spacified-detail-row .spacified-detail .label {
	font-family: var(--font-medium);
	color: #222222;
	font-size: 18px;
	font-weight: 400;
	@media screen and (max-width: 991px) {
		font-family: var(--font-medium);
		font-size: 14px;
		font-weight: 400;
	}
} 

.isvidavariantpremiumlighttheme .specification-item-container .specification-left-item .spacified-detail-row .spacified-detail .val {
	font-family: var(--font-heavy);
	font-size: 28px;
	color: #242424;
	font-weight: 900;
	@media screen and (max-width: 991px) {
		font-family: var(--font-heavy);
		font-size: 18px;
		font-weight: 900;
	}
}

@media (max-width: 600px) {
	.isvidavariantpremiumproducts.premium-specific-section {
		padding: 32px 20px;
	}

	.isvidavariantpremiumproducts .specification-item-container {
		flex-direction: column-reverse;
		column-gap: 20px;
		margin-top: 40px;
	}

	.isvidavariantpremiumproducts .specification-item-container .specification-left-item .spacified-detail-row {
		display: block;
	}

	.isvidavariantpremiumproducts .specification-item-container .specification-left-item .spacified-detail-row .spacified-detail {
		width: 100%;
	}

	.isvidavariantpremiumproducts .specification-nav .nav-link {
		padding: 16px;
		font-size: 0;
 }

 .isvidavariantpremiumlighttheme.premium-specific-section {
		padding: 32px 20px;
	}

	.isvidavariantpremiumlighttheme .specification-item-container {
		column-gap: 20px;
		margin-top: 40px;
	}

	.isvidavariantpremiumlighttheme .specification-item-container .specification-left-item .spacified-detail-row {
		display: block;
	}

	.isvidavariantpremiumlighttheme .specification-item-container .specification-left-item .spacified-detail-row .spacified-detail {
		width: 100%;
	}

	.isvidavariantpremiumlighttheme .specification-nav .nav-link {
		padding: 16px;
		font-size: 0;
	}
}
.executive-specifications-section {
	 padding-top: 72px;
	 padding-bottom: 72px;
	 height: 100%;
	 position: relative;
}

.common-section.service.about-hero{
	padding-top: 10px;
}

 .executive-specifications-section .spec-container {
	 width: 100%;
	 background: rgba(0, 0, 0, 0.7);
	 padding: 24px 50px 50px;
}

.executive-specifications-section .largeheading {
	margin-bottom: 18px;
 }
 
 .executive-specifications-section .spec-tab-container .tab-content {
	 padding: 32px 0;
}
 .executive-specifications-section .spec-details-list {
	 font-size: 24px;
}
 .executive-specifications-section .spec-details-list .spec-label {
	 font-family: var(--font-medium);
	 color: var(--secondary-color-400);
	 display: block;
}
 .executive-specifications-section .spec-details-list .spec-value {
	 font-family: var(--font-bold);
	 color: #fff;
}
 @media screen and (max-width: 991px) {
	 .executive-specifications-section {
		 padding-top: 40px;
		 padding-bottom: 40px;
	}
	 .executive-specifications-section .spec-container {
		 padding: 24px 16px;
	}
	 .executive-specifications-section .spec-tab-container .tab-content {
		 padding: 16px 0;
	}
	 .executive-specifications-section .spec-details-list {
		 font-size: 14px;
	}
	 .executive-specifications-section .spec-details-list .spec-label {
		 font-size: 12px;
		 display: block;
	}
}

.pe-spec-nav.nav .nav-link {
	 display: flex;
	 align-items: center;
	 font-size: 24px;
	 color: var(--secondary-color-500);
	 gap: 16px;
}
 .pe-spec-nav.nav .nav-link .h-icon {
	 width: 32px;
	 height: 32px;
}
 .pe-spec-nav.nav .nav-link.active .active-icon {
	 display:inline-block;
}
 .pe-spec-nav.nav .nav-link.active .inactive-icon {
	 display:none;
}
 .pe-spec-nav.nav .nav-link .active-icon {
	 display:none;
}
 .pe-spec-nav.nav .nav-link .inactive-icon {
	 display:inline-block;
}
 .pe-spec-nav.nav .nav-link.active, .pe-spec-nav.nav .nav-link:focus, .pe-spec-nav.nav .nav-link:hover {
	 color: #fff;
}
 .pe-spec-nav.nav .nav-link.active .h-icon::before, .pe-spec-nav.nav .nav-link:focus .h-icon::before, .pe-spec-nav.nav .nav-link:hover .h-icon::before {
	 background-color: var(--primary-color-red);
}
 .pe-spec-nav.nav li:first-child .nav-link {
	 padding-left: 0;
}
 @media screen and (max-width: 991px) {
	 .pe-spec-nav.nav .nav-link .h-icon {
		 width: 24px;
		 height: 24px;
	}
	 .pe-spec-nav.nav li:first-child .nav-link {
		 padding-left: 10px;
	}
}
 @media screen and (max-width: 767px) {
	.custom-text-center {
		text-align: center;
	}
}
.custom-executive-container {
  height: 760px;
  max-height: 900px;
	position: relative;
}
.explore-tab-section {
  background-repeat: no-repeat;
  background-position: 100% 96%;
  background-size: 100% 43%;
  margin-top: 30px;
}
.explore-tab-section .bike-product-prant a {
  text-align: center;
}
.explore-tab-section .explore-div {
  display: flex;
  justify-content: flex-end;
}
.nav-link:not(.active) span[data-shimmer-effect="true"]:not(:hover) {
  background: linear-gradient(to right, #ff0000 5%, #000000 50%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 1.5s linear infinite;
  display: inline-block;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .explore-tab-section .explore-div {
    padding-top: 26px;
  }
  .explore-tab-section Init .tab-wrapper .tab-nav-tabs::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
  }
}
@media (max-width: 991.2px) and (min-width: 768px) {
  .explore-tab-section .explore-div {
    padding-top: 26px;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .explore-tab-section {
    background-image: none !important;
    overflow: hidden;
  }
  .explore-tab-section .explore-div {
    padding-top: 26px;
  }
  .explore-tab-section .bike-tab-section .bike-product-wrapper {
    margin-top: 30px;
  }
  .explore-tab-section .bike-tab-section .bike-product-wrapper .tab-content .tab-pane .bike-product-prant {
    display: block;
    flex-direction: column;
    align-items: center;
    flex: none;
    width: 30%;
  }
  .explore-tab-section .bike-tab-section .bike-product-wrapper .tab-content .tab-pane .bike-product-prant a img.bike-product-img {
    margin: 0 auto;
  }
  .explore-tab-section .bike-tab-section .bike-product-wrapper .tab-content .tab-pane .bike-product-prant p {
    font-size: var(--font-size12);
    color: var(--text-color-black);
    font-family: var(--font-tstar-bold);
    font-weight: var(--font-weight-900);
  }
  .explore-tab-section .bike-tab-section .bike-product-wrapper .tab-content .tab-pane .layout-2 .bike-product-prant {
    width: 30%;
    margin: 0 22px 15px 22px;
  }
}
.tab-content-p {
  padding: 0 !important;
}
.service-p {
  padding: 0 !important;
}

#sub-link {
	padding: 12px 30px;
}
#sub-link::after {
	display: none;
}
@media screen and (max-width: 767px) {
  #sub-link {
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  #sub-link {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.modal .book-test-drive-section .book-test-drive-wrapper .book-test-drive-parent .book-test-drive-form .cust-form-group {
  width: 20%;
}
.country-modal .modal-xl {
  max-width: 850px;
}
.country-modal .modal-xl .modal-content {
  border-radius: 8px;
}
.country-modal .modal-xl .modal-content .modal-body {
  padding: 50px 49px;
}
.country-modal .modal-xl .modal-content .modal-body .close {
  opacity: 1;
  font-size: 35px;
  top: 20px;
  position: absolute;
  right: 10px;
  line-height: 35px;
  float: none;
  color: var(--text-color-red);
}
.country-modal .modal-xl .modal-content .modal-body h2 {
  font-family: var(--font-tstar-bold);
  font-size: var(--font-size30);
  font-weight: var(--font-weight-900);
  margin-bottom: 25px;
  text-align: center;
}
.country-modal .modal-xl .modal-content .modal-body ul {
  display: flex;
  flex-wrap: wrap;
}
.country-modal .modal-xl .modal-content .modal-body ul li {
  width: 140px;
  margin: 5px;
}
.country-modal .modal-xl .modal-content .modal-body ul li a {
  background-color: #686868;
  color: #ffffff;
  padding: 12px 8px;
  font-family: var(--font-tstar-regular);
  font-size: var(--font-size14);
  display: flex;
  align-items: flex-start;
  white-space: nowrap;
}
.country-modal .modal-xl .modal-content .modal-body ul li a img {
  margin-right: 5px;
  width: auto;
  height: 20px;
}
/* MD Devices Start  */
@media (max-width: 991.2px) and (min-width: 768px) {
  .book-test-drive-section .book-test-drive-wrapper .book-test-drive-parent .book-test-drive-form .cust-form-group {
    width: 100%;
  }
  .modal .book-test-drive-section .book-test-drive-wrapper .book-test-drive-parent .book-test-drive-form .cust-form-group {
    width: 100%;
  }
  .country-modal .modal-xl {
    max-width: 700px;
  }
  .country-modal .modal-xl .modal-content .modal-body {
    padding: 50px 49px;
  }
  .country-modal .modal-xl .modal-content .modal-body h2 {
    font-size: var(--font-size24);
  }
}
/* SM & XS Devices Start  */
@media (max-device-width: 767px) and (min-width: 320px) {
  .modal .book-test-drive-section .book-test-drive-wrapper .book-test-drive-parent .book-test-drive-form .cust-form-group {
    width: 100%;
  }
  .country-modal .modal-xl {
    max-width: 100%;
    margin: 0;
  }
  .country-modal .modal-xl .modal-content {
    border: none;
    border-radius: 0;
    padding: 0 15px;
  }
  .country-modal .modal-xl .modal-content .modal-body {
    padding: 40px 30px;
  }
  .country-modal .modal-xl .modal-content .modal-body h2 {
    font-size: var(--font-size24);
  }
  .country-modal .modal-xl .modal-content .modal-body ul li {
    width: 46%;
  }
}
#requestCallBack #bookTestRideCollapse {
  display: block !important;
}
#requestCallBack .modal-content {
  background-color: var(--bg-color-danger);
}
@media (min-width: 992px) {
  #requestCallBack .modal-dialog {
    max-width: 1140px;
  }
}
#requestCallBack .close {
  opacity: 1;
  font-size: 35px;
  top: 20px;
  position: absolute;
  right: 10px;
  line-height: 35px;
  float: none;
  color: #fff;
  z-index: 9;
}
.login-modal {
  justify-content: center;
}
#logIn .login-modal {
  max-width: 39.125rem;
  min-width: 39.125rem;
}
@media (max-width: 1024px) {
  #logIn .login-modal {
    max-width: unset;
    min-width: unset;
  }
}
#logIn .login-content {
  border-radius: 1rem;
}
.login-content .modal-body .close {
  text-transform: capitalize;
  font-size: 3rem;
  margin-top: -2%;
  font-family: var(--font-tstar-regular);
}
.login-content .megamenu-option-wrapper .bootstraplayout .row {
  margin-top: 3rem;
}
.login-content .megamenu-option-wrapper .formfield {
  display: flex;
  justify-content: center;
}
.login-content .megamenu-option-wrapper .formfield .profile-button {
  padding: 12px 32px;
  font-weight: var(--font-weight-900);
  font-size: var(--font-size20);
  line-height: var(--line-height-24);
  text-transform: uppercase;
  color: #F5F5F7;
  background: linear-gradient(95.69deg, #ac0000 0%, #ff0000 26.35%, #ff3b3b 50.83%, #ff0000 72.71%, #ff0000 100%);
  border-radius: 4px;
  border: 1px solid #EE2326;
  width: 100%;
}
.login-content .megamenu-option-wrapper .formfield .form-group {
  margin-bottom: 1rem;
}

header {
	 padding: 0 40px;
	 position: absolute;
	 top: 0;
	 width: 100%;
	 z-index: 33;
	 background: #fff;
	 box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
}
 header .header-conatiner {
	 display: flex;
	 gap: 50px;
	 background: #fff;
}
 header .brand-logo {
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
 header .brand-logo .brand-image {
	 display: inline-block;
	 background: url() no-repeat center/contain;
}
 header .brand-logo .brand-image.desktop {
	 width: 108px;
	 height: 35px;
}
 header .brand-logo .brand-image.mobile {
	 width: 72px;
	 height: 24px;
}
 header .top-bar {
	 padding: 14px 0;
	 font-family: var(--font-medium);
	 font-size: 1rem;
}
 header .pre-login-link {
	 font-size: 1.2857rem;
	 font-family: var(--font-medium);
	 cursor: pointer;
}
 header .pre-login-link:hover {
	 color: var(--primary-color-red);
	 font-family: var(--font-heavy);
}
 header .dropdown-item-text {
	 background-color: var(--secondary-color-200);
}
 header .navbar-toggler:focus {
	 box-shadow: none;
}
 header .navbar-nav .nav-link {
	 padding: 20px;
	 color: var(--primary-color-grey);
	 font-family: var(--font-medium);
	 font-size: 1.2857rem;
	 line-height: 22px;
}
 header .navbar-nav .nav-link.active, header .navbar-nav .nav-link:focus, header .navbar-nav .nav-link:hover {
	 color: var(--primary-color-black);
	 font-weight: 700;
	 text-decoration: none;
}
 header .navbar-nav .active .nav-link {
	 color: var(--primary-color-black);
	 font-family: var(--font-heavy);
}
 @media screen and (max-width: 991px) {
	 header {
		 padding: 0 24px;
	}
	 header .navbar-container .top-bar {
		 padding: 10px 0;
	}
	 header .navbar {
		 padding: 16px 0;
	}
	 header .navbar .navbar-collapse {
		 position: fixed;
		 top: 0;
		 right: 0;
		 width: 100%;
		 height: 100vh;
		 z-index: 9;
		 padding: 16px;
		 background: #fff;
		 box-shadow: 0 2px 10px #ccc;
		 transition: all 0.5s ease;
		 overflow: auto;
	}
	 header .navbar .navbar-collapse.collapse:not(.show) {
		 right: -100%;
		 display: block;
	}
	 header .navbar .navbar-collapse.collapsing {
		 height: calc(100vh - 130px);
	}
	 header .navbar .navbar-nav .nav-link {
		 padding: 16px 0;
		 border-bottom: 1px solid var(--border-color);
		 position: relative;
	}
	 header .navbar .navbar-nav .nav-link::after {
		 content: '';
		 position: absolute;
		 right: 0;
		 width: 12px;
		 height: 12px;
		 background: url(clientlib-base-global/resources/images/icons/right-arrow-icon.svg) no-repeat center/contain;
		 padding: inherit;
		 top: 12px;
	}
}
 .sticky-header header {
	 position: fixed;
}
 .mega-menu-container {
	 padding: 0;
	 display: flex;
	 flex-direction: column;
	 position: fixed;
	 top: 62px;
	 right: 0;
	 width: 100%;
	 height: calc(94vh - 116px);
	 z-index: 23;
	 background: #fff;
	 overflow: hidden;
}
 .mega-menu-container.collapse:not(.show) {
	 right: -100%;
	 display: block;
}
 .mega-menu-container.collapsing {
	 height: calc(100vh - 46px);
}
 .mega-menu-container .mega-menu-close {
	 position: absolute;
	 right: 0;
	 top: 50%;
	 z-index: 3;
	 transform: translateY(-50%);
}
 .mega-menu-container .mega-menu-body {
	 padding: 20px 80px;
	 flex-grow: 1;
	 overflow: auto;
}
 .mega-menu-container .mega-menu-body .mm-body-head {
	 margin-bottom: 60px;
}
 .mega-menu-container .mega-menu-footer .overlay-footer-links {
	 font-size: 18px;
	 height: 80px;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 gap: 8px;
	 color: #fff;
	 text-decoration: none;
	 font-family: var(--font-bold);
	 background: var(--primary-color-black);
	 border-right: 1px solid var(--border-color);
}
 .mega-menu-container .right-mm-block {
	 overflow: hidden;
	 min-width: 306px;
	 height: 440px;
	 padding-left: 12px;
	 display: none;
}
.mega-menu-container .right-mm-block.active {
	display: block;
}
.service-about .right-mm-block{
	display: block;
}

 @media screen and (max-width: 991px) {
	 .mega-menu-container {
		 top: 46px;
		 width: calc(100% - 16px);
		 height: calc(100vh - 130px);
		 z-index: 33;
		 box-shadow: 0 2px 10px #ccc;
		 transition: all 0.5s ease;
		 overflow: hidden;
	}
	 .mega-menu-container.collapse:not(.show) {
		 right: -100%;
		 display: block;
	}
	 .mega-menu-container.collapsing {
		 height: calc(100vh - 130px);
	}
	 .mega-menu-container .mm-mobile-header {
		 padding: 16px;
		 display: flex;
		 box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	}
	 .mega-menu-container .mm-mobile-header .nav-link-title {
		 text-align: center;
		 flex-grow: 1;
	}
	 .mega-menu-container .mega-menu-body {
		 padding: 16px;
	}
	 .mega-menu-container .mega-menu-body .mm-body-head {
		 margin-bottom: 20px;
	}
	 .mega-menu-container .mega-menu-body .nav-link {
		 padding-left: 20px;
		 padding-right: 20px;
	}
	 .mega-menu-container .mega-menu-footer .overlay-footer-links {
		 height: 56px;
		 font-size: 14px;
		 gap: 8px;
	}
	 .mega-menu-container .left-mm-block {
		 margin-bottom: 32px;
	}
	 .mega-menu-container .right-mm-block {
		 max-width: 100%;
		 padding-left: 0;
	}
}
 .mm-products-section .nav-link {
	 padding-left: 80px;
	 padding-right: 80px;
}
 .products-tab-content .mm-bike-item .mm-bike-img-wrap {
	 max-width: 187px;
	 max-height: 117px;
}
 .products-tab-content .mm-bike-item .mm-bike-img-wrap img {
	 transition: all 0.3s linear;
}
 .products-tab-content .mm-bike-item .mm-bike-name {
	 font-size: 18px;
	 color: var(--primary-color-grey);
	 margin: 24px 0 8px;
}
 .products-tab-content .mm-bike-item .mm-bike-price {
	 color: var(--primary-color-black);
}
 .products-tab-content .mm-bike-item:hover {
	 text-decoration: none;
}
 .products-tab-content .mm-bike-item:hover .mm-bike-img-wrap img {
	 transform: scale(1.1);
}
 @media screen and (max-width: 991px) {
	 .products-tab-content .mm-bike-item .mm-bike-img-wrap {
		 max-width: 139px;
		 max-height: 87px;
	}
}
 .mm-service-section .mm-content-title, .mm-about-section .mm-content-title {
	 padding: 16px 0;
}
 .mm-service-section .left-mm-block, .mm-about-section .left-mm-block {
	 padding-right: 40px;
}
 .mm-service-section .info-box, .mm-about-section .info-box {
	 display: flex;
	 flex-direction: column;
	 gap: 24px;
	 align-items: center;
	 padding: 16px 20px;
	 text-align: center;
	 border-right: 1px solid var(--border-light);
	 margin-bottom: 45px;
	 text-decoration: none;
}
 .mm-service-section .info-box:nth-child(4n), .mm-about-section .info-box:nth-child(4n) {
	 border-right: 0;
}
 .mm-service-section .info-box .h-icon, .mm-about-section .info-box .h-icon {
	 width: 56px;
	 height: 56px;
}
 .mm-service-section .info-box:last-child, .mm-about-section .info-box:last-child {
	 border-right: 0;
}
 .mm-service-section .info-box .info-box-text-block, .mm-about-section .info-box .info-box-text-block {
	 display: flex;
	 flex-direction: column;
	 gap: 8px;
	 flex: 1;
	 color: var(--primary-color-black);
}
 .mm-service-section .info-box .info-box-text-block .info-text-title, .mm-about-section .info-box .info-box-text-block .info-text-title {
	 font-size: 18px;
	 font-family: var(--font-medium);
}
 @media screen and (max-width: 991px) {
	 .mm-service-section .mm-content-title, .mm-about-section .mm-content-title {
		 font-size: 16px;
	}
	 .mm-service-section .left-mm-block, .mm-about-section .left-mm-block {
		 padding-right: 0;
	}
	 .mm-service-section .info-box, .mm-about-section .info-box {
		 padding-top: 16px;
		 padding-bottom: 16px;
		 flex-direction: row;
		 text-align: left;
		 border-right: 0;
		 border-bottom: 1px solid var(--border-light);
		 margin-bottom: 0px;
	}
	 .mm-service-section .info-box:last-child, .mm-about-section .info-box:last-child {
		 border-bottom: 0;
	}
	 .mm-service-section .info-box .h-icon, .mm-about-section .info-box .h-icon {
		 width: 42px;
		 height: 42px;
	}
	 .mm-service-section .info-box .info-text-title, .mm-about-section .info-box .info-text-title {
		 font-size: 16px;
	}
}
.country-flag {
	height: 24px;
}

.nav .nav-link {
  padding: 12px 30px;
  font-size: 1.2857rem;
  font-family: var(--font-regular);
  color: var(--primary-color-black);
  background: transparent;
  text-decoration: none;
  position: relative;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.nav .nav-link:focus {
	font-family: var(--font-regular) !important;
	font-weight: 700 !important;
}

.nav .nav-link:hover {
	font-family: var(--font-regular) !important;
	font-weight: 700 !important;
}

.nav .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  border-bottom: 1px solid var(--tabs-border-color);
}
@media screen and (max-width: 767px) {
  .nav .nav-link {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 479px) {
  .nav .nav-link {
    padding: 7px 10px;
  }
}
.nav .nav-link:hover {
  color: var(--primary-color-black);
  font-family: var(--font-heavy);
}
.nav .nav-link:focus, .nav .nav-link.active {
  color: var(--primary-color-black);
  font-family: var(--font-heavy);
}
.nav .nav-link:focus::before, .nav .nav-link.active::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-bottom: 3px solid var(--tabs-active-border-color);
}
.nav .nav-link.disabled {
  color: var(--disabled-text-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid var(--tabs-border-color);
}
.nav-tabs .nav-link {
  background: none;
  border: 1px solid var(--tabs-border-color);
  color: var(--tabs-text-color);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link.active {
  border: 3px solid var(--primary-border-color);
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: var(--disabled-tabs-text-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--primary-color-red);
  background-color: transparent;
  border-color: var(--primary-border-color-red);
}

.nav-pills .nav-link {
  background: none;
  border: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--primary-color-red);
}

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

.secondary-nav {
  background: var(--gradient-black);
  transition: all 0.5s ease 0s;
}
.secondary-nav .nav {
  flex-wrap: nowrap;
}
.secondary-nav .nav .nav-item {
  padding: 0;
  flex: none;
  margin-left: 3px;
}
.secondary-nav .nav .nav-link {
  color: var(--secondary-color-600);
  padding: 16px;
  background: transparent;
}
.secondary-nav .nav .nav-link::before {
  border-bottom: 1px solid transparent;
}
.secondary-nav .nav .nav-link:hover {
  color: var(--white);
  font-family: var(--font-heavy);
}
.secondary-nav .nav .nav-link:focus, .secondary-nav .nav .nav-link.active {
  color: var(--white);
  font-family: var(--font-heavy);
}
.secondary-nav .nav .nav-link:focus::before, .secondary-nav .nav .nav-link.active::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-bottom: 3px solid var(--tabs-active-border-color);
}

.sticky-secondary-nav .secondary-nav {
  position: fixed;
  width: 100%;
  z-index: 22;
  top: 0;
}
.sticky-secondary-nav.sticky-header .secondary-nav {
  top: 62px;
}
@media (max-width: 991px) {
  .sticky-secondary-nav.sticky-header .secondary-nav {
    top: 101px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.4286rem;
    padding-left: 1.4286rem;
  }
}

.phone-call {
	height: 32px;
	width: 32px;
	border: 1px solid var(--primary-color-red);
}
.phone-call:hover {
	cursor: pointer;
}
.phone-call-img {
	padding: 4px;
  content: url("clientlib-base-global/resources/images/icons/phone-call.svg");
}
@media screen and (max-width: 992px) {
	.phone-call {
		height: 26px;
		width: 26px;
	}
}
.language-selector-link {
	position: relative;
	width: 32px;
	height: 32px;
	cursor: pointer;

	@media screen and (max-width: 992px) {
		width: 26px;
		height: 26px;
	}
}
.language-selector-icon {
	width: 100%;
	object-fit: cover;
	content: url("clientlib-base-global/resources/images/icons/translate.svg");
}
.language-selector-name-list {
	width: 125px;
	background: var(--white);
	position: absolute;
	z-index: 1;
	top: 35px;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.23);
	border-radius: 4px;

	@media screen and (max-width: 992px) {
		top: 30px;
	}
}
.language-selector-name-item {
	padding: 8px 16px 12px 16px;
	background: var(--white);
	color: var(--primary-color-black);
    border-bottom: 1px solid var(--border-color);
	font-size: 16px;
    font-family: var(--font-medium);
	margin: 0;
	cursor: pointer;
}
.language-selector-name-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.language-selector-name-item:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
}
.language-selector-name-item:hover {
	background: var(--primary-color-red);
	color: var(--white);
}

/* ==================================================================Products Display====================================================================== */
.bike-section {
	 padding-top: 25px;
	 padding-bottom: 0;
	 transition: all 0.3s ease;
}
 @media screen and (max-width: 1200px) {
	 .bike-section {
		 padding-top: 50px;
		 padding-bottom: 50px;
	}
}
 @media screen and (max-width: 767px) {
	 .bike-section {
		 padding-top: 30px;
		 padding-bottom: 30px;
	}
}
 .bike-section ul.nav {
	 margin-bottom: 40px;
}
 @media screen and (max-width: 767px) {
	 .bike-section ul.nav {
		 margin-bottom: 25px;
	}
}

.bike-list-item {
	 display: flex;
	 text-align: center;
	 flex-wrap: wrap;
	 margin: 0px -10px;
	 justify-content: center;
}
 .bike-list-item .bike-col {
	 width: 25%;
	 padding: 0px 10px;
	 cursor: pointer;
	 margin-bottom: 20px;
}
 @media screen and (max-width: 767px) {
	 .bike-list-item .bike-col {
		 width: 50%;
		 padding: 10px;
	}
}
 .bike-list-item .bike-item {
	 position: relative;
}
.bike-list-item .bike-item.special::after {
	content: none;
}

 .bike-list-item .bike-item::after {
	 content: "";
	 position: absolute;
	 width: 106px;
	 height: 295px;
	 background: url(clientlib-base-global/resources/images/seperator.svg) no-repeat center center;
	 top: -32px;
	 right: -40px;
}
 @media screen and (max-width: 1200px) {
	 .bike-list-item .bike-item::after {
		 width: 90px;
		 height: 300px;
	}
}
 @media screen and (max-width: 991px) {
	 .bike-list-item .bike-item::after {
		 width: 66px;
		 height: 250px;
		 top: -20px;
		 right: -10px;
	}
}
 @media screen and (max-width: 767px) {
	 .bike-list-item .bike-item::after {
		 width: 50px;
		 height: 100%;
		 top: 0px;
		 right: 10px;
	}
}
 @media screen and (max-width: 600px) {
	 .bike-list-item .bike-item::after {
		 right: -10px;
	}
}
 .bike-list-item .bike-item .bike-img {
	 height: 220px;
}
 .bike-list-item .bike-item .bike-img img {
	 max-width: 100%;
	 max-height: 100%;
	 transition: all 0.3s linear;
}
 @media screen and (max-width: 1200px) {
	 .bike-list-item .bike-item .bike-img {
		 height: 200px;
	}
}
 @media screen and (max-width: 991px) {
	 .bike-list-item .bike-item .bike-img {
		 height: 180px;
	}
}
 @media screen and (max-width: 479px) {
	 .bike-list-item .bike-item .bike-img {
		 height: auto;
	}
}
 .bike-list-item .bike-item .bike-name {
	 margin-top: 15px;
	 font-weight: 500;
	 margin-bottom: 15px;
	 font-size: 1.7143rem;
	 position: relative;
	 z-index: 11;
	 max-width: 100%;
	 word-break: break-word;
	 text-transform: uppercase;
	 position: relative;
	 right: 60px;
	 font-family: var(--font-regular);
}
 @media screen and (max-width: 991px) {
	 .bike-list-item .bike-item .bike-name {
		 margin-top: 0px;
		 right: 30px;
		 padding-right: 30px;
	}
}
 @media screen and (max-width: 767px) {
	 .bike-list-item .bike-item .bike-name {
		 margin-top: 15px;
		 padding-right: 15px;
		 right: 15px;
	}
}
 @media screen and (max-width: 479px) {
	 .bike-list-item .bike-item .bike-name {
		 font-size: 14px;
		 margin: 10px 0px;
		 padding-left: 5px;
	}
}
 .bike-list-item .bike-item:hover .bike-img img {
	 transform: scale(1.08);
}

.bike-list-item .bike-item:hover .bike-name {
	font-weight: 700;
}
 

.bike-detail {
	 margin-bottom: 45px;
}
 @media screen and (max-width: 991px) {
	 .bike-detail {
		 margin-bottom: 30px;
	}
}
 .bike-detail .bike-detail-img {
	 width: 50%;
	 position: relative;
	 display: flex;
	 align-items: center;
	 z-index: 9;
	 right: 0px;
	 padding: 0px 24px;
}
 .bike-detail .bike-detail-img img {
	 max-height: 460px;
	 width: 100%;
}
 @media screen and (max-width: 767px) {
	 .bike-detail .bike-detail-img {
		 width: 100%;
		 background: transparent;
	}
	 .bike-detail .bike-detail-img img {
		 max-height: 300px;
	}
}
 .bike-detail .desk-bg-layer {
	 background: url(clientlib-base-global/resources/images/Rectangle-2.svg) no-repeat right -300px top / cover;
	 position: absolute;
	 height: 100%;
	 width: 100%;
}
 @media screen and (max-width: 767px) {
	 .bike-detail .desk-bg-layer {
		 display: none;
	}
}
 .bike-detail .mob-bg-layer {
	 background: url(clientlib-base-global/resources/images/bg-mobile.svg) no-repeat right top 170px / cover;
	 position: absolute;
	 height: 100%;
	 width: 100%;
	 bottom: 0px;
	 display: none;
}
 @media screen and (max-width: 767px) {
	 .bike-detail .mob-bg-layer {
		 display: block;
	}
}
 .bike-detail .bike-detail-row {
	 margin-right: -80px;
	 padding-right: 80px;
	 position: relative;
	 display: flex;
}
 @media screen and (max-width: 1200px) {
	 .bike-detail .bike-detail-row {
		 margin-right: -50px;
		 padding-right: 50px;
	}
}
 @media screen and (max-width: 767px) {
	 .bike-detail .bike-detail-row {
		 flex-wrap: wrap;
		 margin: 0px -24px;
		 background: transparent;
		 padding: 0px;
		 margin-bottom: 30px;
	}
}
 .bike-detail .bike-detail-content {
	 padding: 40px 40px;
	 width: 50%;
	 position: relative;
}

.bike-detail .bike-detail-content a:focus {
	box-shadow: none;
}


.bike-detail .bike-detail-content a:hover {
	box-shadow: none;
}

@media screen and (min-width: 1200px) {
	.bike-detail .bike-detail-content {
		padding: 40px 0px !important;
	}
	.bike-detail .bike-detail-img {
		padding: 0px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1340px) {
	.bike-detail .bike-detail-content .bike-specification li .icon-detail {
		width: 141px;
	}
}
@media screen and (min-width: 1341px) and (max-width: 1420px) {
	.bike-detail .bike-detail-content .bike-specification li .icon-detail {
		width: 150px;
	}
}
@media screen and (min-width: 1421px) and (max-width: 1520px) {
	.bike-detail .bike-detail-content .bike-specification li .icon-detail {
		width: 160px;
	}
}
 @media screen and (max-width: 1279px) {
	 .bike-detail .bike-detail-content {
		 padding: 30px 15px;
	}
}
 @media screen and (max-width: 767px) {
	 .bike-detail .bike-detail-content {
		 width: 100%;
		 padding: 30px 24px;
	}
}
 .bike-detail .bike-detail-content .close-icon {
	 position: absolute;
	 right: 15px;
	 top: 30px;
	 cursor: pointer;
	 z-index: 2;
}
 .bike-detail .bike-detail-content .close-icon::before {
	 background-color: var(--primary-color-black);
}
 @media screen and (max-width: 767px) {
	 .bike-detail .bike-detail-content .close-icon {
		 top: auto;
		 bottom: -20px;
		 right: 50%;
		 left: 50%;
		 transform: translateX(-50%);
		 background: #fafafa;
		 border-radius: 20px;
		 padding: 10px;
		 width: 40px;
		 height: 40px;
	}
}
 .bike-detail .bike-detail-content .bike-logo {
	 margin: 15px 0px 10px 0px;
}
 @media screen and (max-width: 991px) {
	 .bike-detail .bike-detail-content .bike-logo {
		 margin: 5px 0px 5px 0px;
	}
}
 .bike-detail .bike-detail-content .bike-logo img {
	 max-height: 90px;
}
 @media screen and (max-width: 1279px) {
	 .bike-detail .bike-detail-content .bike-logo img {
		 max-height: 70px;
	}
}
 @media screen and (max-width: 767px) {
	 .bike-detail .bike-detail-content .bike-logo img {
		 max-height: 60px;
	}
}
 .bike-detail .bike-detail-content .bike-tagline {
	 color: var(--primary-color-red);
	 font-style: italic;
	 font-size: 18px;
	 letter-spacing: 0.4em;
	 font-family: var(--font-bold);
}
 @media screen and (max-width: 600px) {
	 .bike-detail .bike-detail-content .bike-tagline {
		 font-size: 12px;
	}
}
 .bike-detail .bike-detail-content .bike-price {
	 font-family: var(--font-bold);
	 margin: 20px 0px;
	 color: var(--primary-color-black);
	 display: flex;
	 align-items: end;
	 gap: 5px;
}
 @media screen and (max-width: 991px) {
	 .bike-detail .bike-detail-content .bike-price {
		 margin: 15px 0px;
	}
}
 @media screen and (max-width: 767px) {
	 .bike-detail .bike-detail-content .bike-price {
		 margin: 10px 0px;
	}
}
 .bike-detail .bike-detail-content .bike-price .price-val {
	 font-size: 24px;
	 margin-right: 20px;
}
 .bike-detail .bike-detail-content .bike-content {
	 color: var(--tritary-black);
}
 .bike-detail .bike-detail-content .bike-specification {
	 margin-bottom: 40px;
	 justify-content: space-between;
}
 @media screen and (max-width: 991px) {
	 .bike-detail .bike-detail-content .bike-specification {
		 margin-bottom: 30px;
		 max-width: 500px;
	}
}
 .bike-detail .bike-detail-content .bike-specification li {
	 display: flex;
	 align-items: center;
}
 .bike-detail .bike-detail-content .bike-specification li.seprator-line {
	 width: 1px;
	 background: #c0c0c0;
	 padding: 0px;
	 margin: 0px 5px;
}
 @media screen and (max-width: 1200px) {
	 .bike-detail .bike-detail-content .bike-specification li {
		 flex-direction: column;
		 align-items: baseline;
	}
}
 .bike-detail .bike-detail-content .bike-specification li .icon-detail {
	 font-family: var(--font-regular);
	 color: #000;
	 margin-left: 10px;
}
 @media screen and (max-width: 1200px) {
	 .bike-detail .bike-detail-content .bike-specification li .icon-detail {
		 margin-left: 0px;
		 margin-top: 5px;
	}
}
 .bike-detail .bike-detail-content .bike-specification li .icon-detail b {
	 display: block;
	 font-family: var(--font-bold);
}

/* vida premium header css */
.vida-premium-header header {
	background: rgba(34, 34, 34, 0.5);
	padding: 0;
}

.vida-premium-header header .header-conatiner {
	background: transparent;
	padding: 0 40px;
	@media screen and (max-width: 991px) {
		padding: 0 24px;
	}
}

.vida-premium-header header .header-conatiner .navbar-container .top-bar {
	@media screen and (max-width: 991px) {
		padding: 12px 0;
	}
}

.vida-premium-header header .header-conatiner .navbar-container .navbar {
	@media screen and (max-width: 991px) {
		padding: 14px 0;
	}
}

.vida-premium-header header .header-conatiner .navbar-container .navbar-list {
	@media screen and (max-width: 991px) {
		gap: 16px !important;	
	}
}

.vida-premium-header header .header-conatiner .navbar-container .navbar .container-fluid {
	@media screen and (max-width: 991px) {
		flex-direction: row;
		align-items: center;	
	}
}

.vida-premium-header header .header-conatiner .navbar-container .navbar .container-fluid .navbar-toggler .navbar-toggler-icon::before {
	background-color: #fff;
}

.vida-premium-header header .header-conatiner .navbar-container .country-picker-col {
	flex-direction: row-reverse;
	gap: 12px !important;
	font-family: var(--font-pp-neue-montreal);
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	@media screen and (max-width: 991px) {
		font-size: 12px;
		gap: 6px !important;
	}
}

.vida-premium-header header .header-conatiner .navbar-container .country-picker-col .country-flag-icon {
	width: 22px;
	height: 16px;
	border: 1px solid #fff;
}

.flag-chevron-down-icon {
	display: none;
	width: 12px;
	height: 12px;
	margin-left: 8px;
	@media screen and (max-width: 991px) {
		margin-left: 4px;
	}
}

.vida-premium-header header .header-conatiner .navbar-container .country-picker-col .white-chevron {
	display: inline-block;
}

.vida-premium-header header .header-conatiner .navbar-container .country-picker-col .black-chevron {
	display: none;
}

.vida-premium-header header .header-conatiner .navbar-container .phone-call {
	display: none;
}

.helpline-contact-info {
	display: none;
	margin: 0;
	font-family: var(--font-pp-neue-montreal);
	font-size: 14px;
	font-weight: 400;
	color: #fff;

	@media screen and (max-width: 991px) {
		font-size: 12px;
		margin-top: 1px;
	}
}

.vida-premium-header header .header-conatiner .navbar-container .helpline-contact-info {
	display: block;
}

.vida-premium-header header .header-conatiner .navbar-container .navbar .container-fluid .navbar-collapse {
	@media screen and (max-width: 991px) {
		top: 102px;
	}
}

.vida-premium-header header .header-conatiner .navbar-container .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item {
	margin-right: 24px;
}

.vida-premium-header header .header-conatiner .navbar-container .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
	font-family: var(--font-pp-neue-montreal);
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	padding: 24px 0;
}

.vida-premium-header header .header-conatiner .navbar-container .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link.active {
	font-weight: 600;
	border-bottom: 5px solid #fff;
}

/* vida premium header light-theme css */
.vida-premium-header.light-theme header {
	background: #fff;
}

.vida-premium-header.light-theme header .header-conatiner {
	background: transparent;
}

.vida-premium-header.light-theme header .header-conatiner .navbar-container .navbar .container-fluid .navbar-toggler .navbar-toggler-icon::before {
	background-color: #242424;
}

.vida-premium-header.light-theme header .header-conatiner .navbar-container .country-picker-col {
	font-family: var(--font-heavy);
	font-weight: 700;
	line-height: 16.8px;
	color: #242424;
}

.vida-premium-header.light-theme header .header-conatiner .navbar-container .country-picker-col .white-chevron {
	display: none;
}

.vida-premium-header.light-theme header .header-conatiner .navbar-container .country-picker-col .black-chevron {
	display: inline-block;
}

.vida-premium-header.light-theme header .header-conatiner .navbar-container .country-picker-col .country-flag-icon {
	border: none;
}

.vida-premium-header.light-theme header .header-conatiner .navbar-container .helpline-contact-info {
	font-family: var(--font-heavy);
	font-weight: 700;
	line-height: 16.8px;
	color: #242424;
}

.vida-premium-header.light-theme header .header-conatiner .navbar-container .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
	font-family: var(--font-medium);
	color: #757575;
	font-size: 18px;
}

.vida-premium-header.light-theme header .header-conatiner .navbar-container .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link.active {
	font-family: var(--font-heavy);
	font-weight: 900;
	color: #242424;
	border-bottom: none;
}

.vida-premium-header .mega-menu-container .mega-menu-body {
	@media screen and (min-width: 992px) {
		padding: 94px 80px;	
	}
}
#priceSection {
	scroll-margin-top: 100px;
}

#highlightSection {
	scroll-margin-top: 80px;
}

#colorSection {
	scroll-margin-top: 60px;
}

#specificationSection {
	scroll-margin-top: 60px;
}

#prodCommuterEMI {
	scroll-margin-top: 60px;
}

#gallerySection {
	scroll-margin-top: 60px;
}

@font-face {
  font-family: "tstar-bold";
  src: url("clientlib-site/resources/fonts/tstar/TSTAR-PRO-Bold.ttf") format("truetype"), url("clientlib-site/resources/fonts/tstar/TSTAR-PRO-Bold.woff") format("woff"), url("clientlib-site/resources/fonts/tstar/TSTAR-PRO-Bold.woff2") format("woff2"), url("clientlib-site/resources/fonts/tstar/TSTAR-PRO-Bold.eot") format("eot");
}
@font-face {
  font-family: "tstar-regular";
  src: url("clientlib-site/resources/fonts/tstar/TSTAR-PRO-Regular.ttf") format("truetype"), url("clientlib-site/resources/fonts/tstar/TSTAR-PRO-Regular.woff") format("woff"), url("clientlib-site/resources/fonts/tstar/TSTAR-PRO-Regular.woff2") format("woff2"), url("clientlib-site/resources/fonts/tstar/TSTAR-PRO-Regular.eot") format("eot");
}
:root {
  --font-tstar-bold: "tstar-bold";
  --font-size30: 30px;
  --font-weight-900: 900;
  --font-tstar-regular: "tstar-regular";
  --font-size14: 14px;
  --text-color-red: #EE2326;
  --font-size24: 24px;
}
.country-modal .modal-xl {
  max-width: 850px;
}
.country-modal .modal-xl .modal-content {
  border-radius: 8px;
}
.country-modal .modal-xl .modal-content .modal-body {
  padding: 25px 49px;
}
.country-modal .modal-xl .modal-content .modal-body .modal-close {
  opacity: 1;
  font-size: 17px;
  top: 20px;
  position: absolute;
  right: 15px;
  line-height: 1;
  float: none;
}
.country-modal .modal-xl .modal-content .modal-body h2 {
  font-family: var(--font-tstar-bold);
  font-size: var(--font-size30);
  font-weight: var(--font-weight-900);
  margin-bottom: 25px;
}
.country-modal .modal-xl .modal-content .modal-body ul {
  display: flex;
  flex-wrap: wrap;
}
.country-modal .modal-xl .modal-content .modal-body ul li {
  width: 140px;
  margin: 5px;
}
.country-modal .modal-xl .modal-content .modal-body ul li a {
  background-color: #686868;
  color: #ffffff;
  padding: 12px 8px;
  font-family: var(--font-tstar-regular);
  font-size: var(--font-size14);
  display: flex;
  align-items: flex-start;
  white-space: nowrap;
}
.country-modal .modal-xl .modal-content .modal-body ul li a img {
  margin-right: 5px;
}
@media (max-width: 991.2px) and (min-width: 768px) {
  .book-test-drive-section .book-test-drive-wrapper .book-test-drive-parent .book-test-drive-form .cust-form-group {
    width: 100%;
  }
  .modal .book-test-drive-section .book-test-drive-wrapper .book-test-drive-parent .book-test-drive-form .cust-form-group {
    width: 100%;
  }
  .country-modal .modal-xl {
    max-width: 700px;
  }
  .country-modal .modal-xl .modal-content .modal-body {
    padding: 50px 49px;
  }
  .country-modal .modal-xl .modal-content .modal-body h2 {
    font-size: var(--font-size24);
  }
}
@media (max-device-width: 767px) and (min-width: 320px) {
  .modal .book-test-drive-section .book-test-drive-wrapper .book-test-drive-parent .book-test-drive-form .cust-form-group {
    width: 100%;
  }
  .country-modal .modal-xl {
    max-width: 100%;
    margin: 0;
  }
  .country-modal .modal-xl .modal-content {
    border: 0;
    border-radius: 0;
    padding: 0 15px;
  }
  .country-modal .modal-xl .modal-content .modal-body {
    padding: 40px 30px;
  }
  .country-modal .modal-xl .modal-content .modal-body h2 {
    font-size: var(--font-size24);
  }
  .country-modal .modal-xl .modal-content .modal-body ul li {
    width: 46%;
  }
}
.country-modal .modal-xl .modal-content .modal-body h2 {
  font-family: var(--font-medium);
}
.country-modal .modal-xl .modal-content .modal-body ul li a {
  font-family: var(--font-medium);
}

.custom-specification-section {
	max-height: 100vh;
}
.specification-section .specification-nav {
	 width: 320px;
	 padding: 72px 0px 0px 0px;
	 height: 800px;
	 max-height: 100vh;
}
 .specification-section .specification-nav .nav-link {
	 font-size: 1.7143rem;
	 font-family: var(--font-regular);
	 cursor: pointer;
	 display: flex;
	 align-items: center;
	 text-transform: capitalize;
	 padding: 15px 15px 15px 37.5px;
}
 .specification-section .specification-nav .nav-link .h-icon {
	 margin-right: 15px;
}
 .specification-section .specification-nav .nav-link:before {
	 border-bottom: 0;
	 border-left: 5px solid #ededed;
	 height: 100%;
}
 .specification-section .specification-nav .nav-link:hover {
	 font-family: var(--font-heavy);
	 color: var(--primary-color-black);
}
 .specification-section .specification-nav .nav-link:hover .h-icon:before {
	 background-color: var(--primary-color-red);
}
 .specification-section .specification-nav .nav-link.active {
	 background: transparent;
	 color: var(--primary-color-black);
	 font-family: var(--font-heavy);
}
 .specification-section .specification-nav .nav-link.active:before {
	 border-color: var(--primary-color-red);
}
 .specification-section .specification-nav .nav-link.active .h-icon:before {
	 background-color: var(--primary-color-red);
}
.specification-section .specification-nav .nav-link.active .active-icon {
	 display:inline-block;
}
.specification-section .specification-nav .nav-link.active  .inactive-icon {
	 display:none;
}
.specification-section .specification-nav .nav-link  .active-icon {
	 display:none;
}
.specification-section .specification-nav .nav-link  .inactive-icon {
	 display:inline-block;
}

 .specification-section .tab-content {
	 width: 100%;
	 height: 100%;
}
 .specification-section .tab-content .tab-pane {
	 height: 100%;
}
 .specification-section .specification-image {
	 width: 100%;
	 height: 100%;
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-position: center center;
	 position: relative;
	 filter: grayscale(100%);
}
 .specification-section .specification-content {
	 flex: 1;
	 padding: 0px 0px 0px 0px;
	 position: relative;
}
 .specification-section .specification-content .product-page-title {
	 position: absolute;
	 color: #fff;
	 top: 72px;
	 left: 32px;
	 z-index: 2;
}
 .specification-section .specification-content .product-page-title::before {
	 transform: none;
	 left: 0px;
}
 @media screen and (max-width: 1200px) {
	 .specification-section .specification-content .product-page-title {
		 top: 50px;
		 left: 24px;
	}
}
 .specification-section .specification-content .detail-specification {
	 background: rgba(0, 0, 0, 0.9);
	 position: absolute;
	 bottom: 0px;
	 left: 0px;
	 width: 100%;
	 padding: 32px;
	 color: #fff;
	 max-height: 70%;
	 overflow-y: auto;
	 padding-bottom: 100px;
}
 @media screen and (max-width: 1200px) {
	 .specification-section .specification-content .detail-specification {
		 padding: 24px;
		 padding-bottom: 70px;
	}
}
 @media screen and (max-width: 479px) {
	 .specification-section .specification-content .detail-specification {
		 padding-bottom: 16px;
	}
}
 .specification-section .specification-content .spacified-detail-row {
	 display: flex;
	 flex-wrap: wrap;
}
 .specification-section .specification-content .spacified-detail-row .spacified-detail {
	 width: 25%;
	 margin-bottom: 24px;
	 padding-right: 10px;
}
 @media screen and (max-width: 1200px) {
	 .specification-section .specification-content .spacified-detail-row .spacified-detail {
		 width: 33%;
		 margin-bottom: 15px;
	}
}
 @media screen and (max-width: 1024px) {
	 .specification-section .specification-content .spacified-detail-row .spacified-detail {
		 width: 50%;
	}
}
 .specification-section .specification-content .specified-btn-wrapper {
	 position: absolute;
	 bottom: 36px;
	 left: 32px;
}
 @media screen and (max-width: 1200px) {
	 .specification-section .specification-content .specified-btn-wrapper {
		 bottom: 24px;
		 left: 24px;
	}
}
 @media screen and (max-width: 479px) {
	 .specification-section .specification-content .specified-btn-wrapper {
		 display: none;
	}
}
 @media screen and (max-width: 1200px) {
	 .specification-section .specification-nav {
		 height: 700px;
		 padding: 50px 0px;
		 width: 300px;
	}
}
 @media screen and (max-width: 767px) {
	 .specification-section .specification-nav {
		 width: 100px;
	}
	 .specification-section .specification-nav .nav-link {
		 flex-direction: column;
		 padding: 10px 10px 10px 10px;
		 font-size: 14px;
		 font-family: var(--font-medium);
	}
	 .specification-section .specification-nav .nav-link:before {
		 border-color: transparent;
	}
	 .specification-section .specification-nav .nav-link .h-icon {
		 margin-right: 0px;
	}
}
 @media screen and (max-width: 479px) {
	.custom-specification-section {
		max-height: none;
	}
	.specification-section .mob-btn-container {
		display: flex !important;
		margin-top: 20px;
		justify-content: center;
		margin-bottom: 20px;
	}
}

.premium-specific-section {
	 background: var(--gradient-black);
	 padding-top: 78px;
}
 .premium-specific-section .specification-nav {
	 width: 100%;
	 height: inherit;
	 border-top: 2px solid #4c4c4c;
	 padding: 0px 80px;
	 flex-wrap: nowrap;
	 justify-content: space-between;
}
 .premium-specific-section .specification-nav .nav-link {
	 color: var(--secondary-color-600);
	 padding: 40px 24px 30px 24px;
}
 .premium-specific-section .specification-nav .nav-link.active {
	 background: linear-gradient(180deg, rgba(238, 35, 38, 0.5) 0%, rgba(238, 35, 38, 0) 100%);
}
 .premium-specific-section .specification-nav .nav-link:hover, .premium-specific-section .specification-nav .nav-link.active {
	 color: #fff;
}
 .premium-specific-section .specification-nav .nav-link:hover .h-icon:before, .premium-specific-section .specification-nav .nav-link.active .h-icon:before {
	 background-color: #fff;
}
 .premium-specific-section .specification-nav .nav-link::before {
	 border: 0;
	 width: 2px;
	 height: 20px;
	 top: 0px;
	 left: 50%;
	 transform: translateX(-50%);
	 background: #4c4c4c;
}
 .premium-specific-section .specification-title {
	 color: #fff;
	 text-transform: uppercase;
	 margin-bottom: 15px;
}
 .premium-specific-section .specification-item-container {
	 display: flex;
	 margin-top: 50px;
	 height: 550px;
}
 .premium-specific-section .specification-item-container .specification-left-item {
	 width: 45%;
	 padding-left: 80px;
	 padding-right: 24px;
}
 .premium-specific-section .specification-item-container .spacified-detail-row {
	 position: relative;
	 padding-bottom: 60px;
}
 .premium-specific-section .specification-item-container .spacified-detail-row .spacified-detail {
	 width: 50%;
	 color: #fff;
}
 .premium-specific-section .specification-item-container .specified-btn-wrapper {
	 bottom: 0px;
	 left: 0px;
}
 .premium-specific-section .specification-image {
	 width: 55%; 
	 right: 0;
	 height: 100%;
}
 .premium-specific-section .specification-image img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
 @media screen and (max-width: 1279px) {
	 .premium-specific-section .specification-nav {
		 padding: 0px 40px;
	}
	 .premium-specific-section .specification-item-container .specification-left-item {
		 padding-left: 40px;
	}
}
 @media screen and (max-width: 1200px) {
	 .premium-specific-section {
		 padding-top: 50px;
	}
	 .premium-specific-section .specification-nav {
		 padding: 0px 30px;
	}
	 .premium-specific-section .specification-item-container {
		 margin-top: 35px;
		 height: 500px;
	}
	 .premium-specific-section .specification-item-container .specification-image {
		 width: 50%;
	}
	 .premium-specific-section .specification-item-container .specification-left-item {
		 width: 50%;
	}
}
 @media screen and (max-width: 991px) {
	 .premium-specific-section {
		 padding-top: 40px;
	}
	 .premium-specific-section .specification-nav {
		 padding: 0px;
	}
	 .premium-specific-section .specification-nav .nav-link {
		 flex-direction: column;
		 padding: 24px;
	}
	 .premium-specific-section .specification-nav .nav-link .h-icon {
		 margin-right: 0px;
	}
	 .premium-specific-section .specification-item-container {
		 height: 450px;
		 margin-top: 30px;
	}
}
 @media screen and (max-width: 767px) {
	 .premium-specific-section {
		 padding-top: 35px;
	}
	 .premium-specific-section .specification-content {
		 padding-bottom: 100px;
	}
	 .premium-specific-section .specification-item-container {
		 flex-direction: column;
		 height: inherit;
	}
	 .premium-specific-section .specification-item-container .specified-btn-wrapper {
		 bottom: 32px;
		 display: flex;
		 width: 100%;
		 padding: 0px 16px;
	}
	 .premium-specific-section .specification-item-container .specified-btn-wrapper .btn {
		 width: 100%;
	}
	 .premium-specific-section .specification-item-container .spacified-detail-row {
		 position: unset;
		 padding-bottom: 30px;
	}
	 .premium-specific-section .specification-item-container .specification-left-item {
		 width: 100%;
		 padding-left: 30px;
	}
	 .premium-specific-section .specification-item-container .specification-image {
		 position: relative;
		 width: 100%;
		 height: 300px;
	}
}
 @media screen and (max-width: 600px) {
	 .premium-specific-section .specification-nav .nav-link {
		 padding: 16px;
		 font-size: 0;
	}
	 .premium-specific-section .specification-item-container .spacified-detail-row {
		 padding-bottom: 24px;
	}
	 .premium-specific-section .specification-item-container .specification-image {
		 height: 250px;
	}
	 .premium-specific-section .specification-item-container .specification-left-item {
		 padding-left: 16px;
		 padding-right: 16px;
	}
}


.mob-specified-btn-wrapper {
	margin: 15px auto !important;
}

.isvidavariantpremiumproducts.specification-section {
	padding: 80px;
	background-color: rgba(255, 255, 255, 1);
}

.isvidavariantpremiumproducts.premium-specific-section {
	background: none;
}

.isvidavariantpremiumproducts.grunge-bg::before {
	display: none;
}

.isvidavariantpremiumproducts .common-section {
	padding: 0px;
}

.isvidavariantpremiumproducts .premium-page-subtitle {
	font-family: var(--font-pp-neue-montreal);
	margin-bottom: 6px;
	font-weight: 400;
	font-size: 18px;
	color: rgba(34, 34, 34, 1);
	@media screen and (max-width: 991px) {
		font-size: 14px;
		margin-bottom: 4px;
	}
}

.isvidavariantpremiumproducts .left-border-icon {
	display: none;
}

.isvidavariantpremiumproducts .premium-page-title {
	font-family: var(--font-pp-neue-montreal) !important;
	margin-bottom: 40px;
	font-size: 48px;
	font-weight: 600;
	color: rgba(34, 34, 34, 1);
	text-transform: uppercase;
	@media screen and (max-width: 991px) {
		font-size: 24px;
	}
}

.isvidavariantpremiumproducts .specification-nav {
	border-top: none !important;
	padding: 0;
}

.isvidavariantpremiumproducts .specification-nav .nav-link {
	border-bottom: 2px solid #E4EAF1;
	font-family: var(--font-pp-neue-montreal);
	color:rgba(36, 36, 36, 1);
	font-size: 24px;
}

.isvidavariantpremiumproducts .specification-nav .nav-link:hover, .isvidavariantpremiumproducts .specification-nav .nav-link.active {
	color: #242424;
	font-family: var(--font-pp-neue-montreal);
	font-weight: 600;
}

.isvidavariantpremiumproducts .specification-nav .nav-link::before {
	background-color: #4c4c4c00;
}

.isvidavariantpremiumproducts .specification-nav .nav-link.active::after{
	content: "";
	border-bottom: 3px solid rgba(255, 83, 16, 1);
	position: absolute;
	bottom: -2px;
	left: 0px;
	width: 100%;
	z-index: 2;
}

.isvidavariantpremiumproducts .specification-nav .nav-link.active {
	color:rgba(36, 36, 36, 1);
	font-weight: 600;
	background: none;
	font-family: var(--font-pp-neue-montreal);
}

.isvidavariantpremiumproducts .scrollbar-hidden::-webkit-scrollbar {
	display: none;
}

.isvidavariantpremiumproducts .specification-item-container {
	column-gap: 75px;
	margin-top: 55px;
}

.isvidavariantpremiumproducts .specification-item-container .specification-left-item {
	padding: 0px;
}

.isvidavariantpremiumproducts .specification-item-container .specification-left-item .spacified-detail-row .spacified-detail .label {
	font-family: var(--font-pp-neue-montreal);
	color: #222222;
	font-size: 18px;
	font-weight: 400;
} 

.isvidavariantpremiumproducts .specification-item-container .specification-left-item .spacified-detail-row .spacified-detail .val {
	font-family: var(--font-pp-neue-montreal);
	font-size: 28px;
	color: #242424;
	font-weight: 500;
}

.isvidavariantpremiumproducts .specification-item-container .specification-image img{
	border-radius: 24px;
}

.isvidavariantpremiumlighttheme.specification-section {
	padding: 80px 0;
	background-color: rgba(255, 255, 255, 1);
}

.isvidavariantpremiumlighttheme.premium-specific-section {
	background: none;
}

.isvidavariantpremiumlighttheme.grunge-bg::before {
	display: none;
}

.isvidavariantpremiumlighttheme .common-section {
	padding: 0px;
}

.isvidavariantpremiumlighttheme .premium-page-subtitle {
	font-family: var(--font-medium);
	margin-bottom: 6px;
	font-weight: 400;
	font-size: 18px;
	color: rgba(34, 34, 34, 1);
	padding: 0px 80px;
	@media screen and (max-width: 991px) {
		font-size: 14px;
		margin-bottom: 4px;
		padding: 0;
	}
}

.isvidavariantpremiumlighttheme .left-border-icon {
	display: none;
}

.isvidavariantpremiumlighttheme .premium-page-title {
	font-family: var(--font-heavy) !important;
	margin-bottom: 40px;
	font-size: 48px;
	font-weight: 900;
	color: rgba(34, 34, 34, 1);
	text-transform: uppercase;
	padding: 0px 80px;
	@media screen and (max-width: 991px) {
		font-size: 24px;
		font-weight: 900;
		margin-bottom: 16px;
		padding: 0;
	}
	@media (min-width: 600px) and (max-width: 991px) {
		padding: 0 20px;
	}
}

.isvidavariantpremiumlighttheme .specification-container {
	position: relative;
}

.isvidavariantpremiumlighttheme .specification-nav {
	border: none;
	@media (min-width: 600px) and (max-width: 991px) {
		padding: 0 20px;
	}
}

.isvidavariantpremiumlighttheme .specification-nav::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-top: 4px solid #EDEDED;
	margin: 0 -20px;
}

.isvidavariantpremiumlighttheme .specification-nav .nav-link {
	font-family: var(--font-medium);
	color:rgba(36, 36, 36, 1);
	font-size: 24px;
	font-weight: 400;
	@media screen and (max-width: 991px) {
		font-size: 0;
	}
}

.isvidavariantpremiumlighttheme .specification-nav .nav-link:hover, .isvidavariantpremiumlighttheme .specification-nav .nav-link.active {
	color: #242424;
	font-family: var(--font-heavy);
	font-weight: 900;
}

.isvidavariantpremiumlighttheme .specification-nav .nav-link::before {
	width: 4px;
	height: 20px;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	background: #EDEDED;
}

.isvidavariantpremiumlighttheme .specification-nav .nav-link.active::before {
	background: #da2022;
}

.isvidavariantpremiumlighttheme .specification-nav .nav-link.active {
	background: linear-gradient(180deg, rgba(238, 35, 38, 0.5) 0%, rgba(238, 35, 38, 0) 100%) !important;
	color:rgba(36, 36, 36, 1);
	font-weight: 900;
	background: none;
	font-family: var(--font-heavy);
}

.isvidavariantpremiumlighttheme .specification-nav .nav-link::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
  border-top: 4px solid #EDEDED;
}

.isvidavariantpremiumlighttheme .specification-nav .nav-link.active::after {
	border-color: #da2022;
}

.isvidavariantpremiumlighttheme .scrollbar-hidden::-webkit-scrollbar {
	display: none;
}

.isvidavariantpremiumlighttheme .specification-item-container {
	padding: 0 80px;
	column-gap: 75px;
	margin-top: 55px;
	@media screen and (max-width: 991px) {
		padding: 0;
	}
	@media (min-width: 600px) and (max-width: 991px) {
		padding: 0 20px;
	}
}

.isvidavariantpremiumlighttheme .specification-item-container .specification-left-item {
	padding: 0px;
}

.isvidavariantpremiumlighttheme .specification-item-container .specification-left-item .spacified-detail-row .spacified-detail .label {
	font-family: var(--font-medium);
	color: #222222;
	font-size: 18px;
	font-weight: 400;
	@media screen and (max-width: 991px) {
		font-family: var(--font-medium);
		font-size: 14px;
		font-weight: 400;
	}
} 

.isvidavariantpremiumlighttheme .specification-item-container .specification-left-item .spacified-detail-row .spacified-detail .val {
	font-family: var(--font-heavy);
	font-size: 28px;
	color: #242424;
	font-weight: 900;
	@media screen and (max-width: 991px) {
		font-family: var(--font-heavy);
		font-size: 18px;
		font-weight: 900;
	}
}

@media (max-width: 600px) {
	.isvidavariantpremiumproducts.premium-specific-section {
		padding: 32px 20px;
	}

	.isvidavariantpremiumproducts .specification-item-container {
		flex-direction: column-reverse;
		column-gap: 20px;
		margin-top: 40px;
	}

	.isvidavariantpremiumproducts .specification-item-container .specification-left-item .spacified-detail-row {
		display: block;
	}

	.isvidavariantpremiumproducts .specification-item-container .specification-left-item .spacified-detail-row .spacified-detail {
		width: 100%;
	}

	.isvidavariantpremiumproducts .specification-nav .nav-link {
		padding: 16px;
		font-size: 0;
 }

 .isvidavariantpremiumlighttheme.premium-specific-section {
		padding: 32px 20px;
	}

	.isvidavariantpremiumlighttheme .specification-item-container {
		column-gap: 20px;
		margin-top: 40px;
	}

	.isvidavariantpremiumlighttheme .specification-item-container .specification-left-item .spacified-detail-row {
		display: block;
	}

	.isvidavariantpremiumlighttheme .specification-item-container .specification-left-item .spacified-detail-row .spacified-detail {
		width: 100%;
	}

	.isvidavariantpremiumlighttheme .specification-nav .nav-link {
		padding: 16px;
		font-size: 0;
	}
}
.executive-specifications-section {
	 padding-top: 72px;
	 padding-bottom: 72px;
	 height: 100%;
	 position: relative;
}

.common-section.service.about-hero{
	padding-top: 10px;
}

 .executive-specifications-section .spec-container {
	 width: 100%;
	 background: rgba(0, 0, 0, 0.7);
	 padding: 24px 50px 50px;
}

.executive-specifications-section .largeheading {
	margin-bottom: 18px;
 }
 
 .executive-specifications-section .spec-tab-container .tab-content {
	 padding: 32px 0;
}
 .executive-specifications-section .spec-details-list {
	 font-size: 24px;
}
 .executive-specifications-section .spec-details-list .spec-label {
	 font-family: var(--font-medium);
	 color: var(--secondary-color-400);
	 display: block;
}
 .executive-specifications-section .spec-details-list .spec-value {
	 font-family: var(--font-bold);
	 color: #fff;
}
 @media screen and (max-width: 991px) {
	 .executive-specifications-section {
		 padding-top: 40px;
		 padding-bottom: 40px;
	}
	 .executive-specifications-section .spec-container {
		 padding: 24px 16px;
	}
	 .executive-specifications-section .spec-tab-container .tab-content {
		 padding: 16px 0;
	}
	 .executive-specifications-section .spec-details-list {
		 font-size: 14px;
	}
	 .executive-specifications-section .spec-details-list .spec-label {
		 font-size: 12px;
		 display: block;
	}
}

.pe-spec-nav.nav .nav-link {
	 display: flex;
	 align-items: center;
	 font-size: 24px;
	 color: var(--secondary-color-500);
	 gap: 16px;
}
 .pe-spec-nav.nav .nav-link .h-icon {
	 width: 32px;
	 height: 32px;
}
 .pe-spec-nav.nav .nav-link.active .active-icon {
	 display:inline-block;
}
 .pe-spec-nav.nav .nav-link.active .inactive-icon {
	 display:none;
}
 .pe-spec-nav.nav .nav-link .active-icon {
	 display:none;
}
 .pe-spec-nav.nav .nav-link .inactive-icon {
	 display:inline-block;
}
 .pe-spec-nav.nav .nav-link.active, .pe-spec-nav.nav .nav-link:focus, .pe-spec-nav.nav .nav-link:hover {
	 color: #fff;
}
 .pe-spec-nav.nav .nav-link.active .h-icon::before, .pe-spec-nav.nav .nav-link:focus .h-icon::before, .pe-spec-nav.nav .nav-link:hover .h-icon::before {
	 background-color: var(--primary-color-red);
}
 .pe-spec-nav.nav li:first-child .nav-link {
	 padding-left: 0;
}
 @media screen and (max-width: 991px) {
	 .pe-spec-nav.nav .nav-link .h-icon {
		 width: 24px;
		 height: 24px;
	}
	 .pe-spec-nav.nav li:first-child .nav-link {
		 padding-left: 10px;
	}
}
 @media screen and (max-width: 767px) {
	.custom-text-center {
		text-align: center;
	}
}
.custom-executive-container {
  height: 760px;
  max-height: 900px;
	position: relative;
}
.explore-tab-section {
  background-repeat: no-repeat;
  background-position: 100% 96%;
  background-size: 100% 43%;
  margin-top: 30px;
}
.explore-tab-section .bike-product-prant a {
  text-align: center;
}
.explore-tab-section .explore-div {
  display: flex;
  justify-content: flex-end;
}
.nav-link:not(.active) span[data-shimmer-effect="true"]:not(:hover) {
  background: linear-gradient(to right, #ff0000 5%, #000000 50%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 1.5s linear infinite;
  display: inline-block;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .explore-tab-section .explore-div {
    padding-top: 26px;
  }
  .explore-tab-section Init .tab-wrapper .tab-nav-tabs::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
  }
}
@media (max-width: 991.2px) and (min-width: 768px) {
  .explore-tab-section .explore-div {
    padding-top: 26px;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .explore-tab-section {
    background-image: none !important;
    overflow: hidden;
  }
  .explore-tab-section .explore-div {
    padding-top: 26px;
  }
  .explore-tab-section .bike-tab-section .bike-product-wrapper {
    margin-top: 30px;
  }
  .explore-tab-section .bike-tab-section .bike-product-wrapper .tab-content .tab-pane .bike-product-prant {
    display: block;
    flex-direction: column;
    align-items: center;
    flex: none;
    width: 30%;
  }
  .explore-tab-section .bike-tab-section .bike-product-wrapper .tab-content .tab-pane .bike-product-prant a img.bike-product-img {
    margin: 0 auto;
  }
  .explore-tab-section .bike-tab-section .bike-product-wrapper .tab-content .tab-pane .bike-product-prant p {
    font-size: var(--font-size12);
    color: var(--text-color-black);
    font-family: var(--font-tstar-bold);
    font-weight: var(--font-weight-900);
  }
  .explore-tab-section .bike-tab-section .bike-product-wrapper .tab-content .tab-pane .layout-2 .bike-product-prant {
    width: 30%;
    margin: 0 22px 15px 22px;
  }
}
.tab-content-p {
  padding: 0 !important;
}
.service-p {
  padding: 0 !important;
}

#sub-link {
	padding: 12px 30px;
}
#sub-link::after {
	display: none;
}
@media screen and (max-width: 767px) {
  #sub-link {
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  #sub-link {
    padding: 10px 20px;
    font-size: 16px;
  }
}
footer {
  position: relative;
}
footer .footer-container {
  background: linear-gradient(120deg, #242424 58%, #202020 50%);
  color: var(--footer-link-color);
}
footer .footer-red-rectangle {
  height: 13rem;
  background-color: #fff;
}
footer .footer-top-section {
  display: flex;
  padding-top: 56px;
  padding-bottom: 42px;
  flex-direction: column !important;
  position: relative;
  /* Add relative positioning to enable positioning of logo */
}
footer .footer-bottom-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  padding-bottom: 28px;
  color: var(--footer-link-color);
  border-top: 1px solid var(--primary-color-grey);
}
footer .flinks-container {
  display: flex;
  flex: 1;
  width: 100%;
}
footer .flinks-container .flinks-title {
  font-family: var(--font-bold);
  font-size: 24px;
  margin-bottom: 12px;
  color: #fff;
  line-height: 29px;
}
footer .flinks-container .flinks-col {
  max-width: 200px;
}
footer .flinks-container .flink {
  display: inline-block;
  font-size: 16px;
  color: var(--footer-link-color);
}
footer .flinks-container li {
  padding: 5px 0;
}
footer .copy-right,
footer .social-links {
  display: flex;
  align-items: center;
}
footer .social-links {
  font-family: var(--font-bold);
  font-size: 18px;
}
footer .social-links img {
  width: 24px;
  height: 24px;
}
.copy-right-icon::before {
  mask-image: url("clientlib-base-global/resources/images/icons/copy-right-icon.svg");
  -webkit-mask-image: url("clientlib-base-global/resources/images/icons/copy-right-icon.svg");
}
footer .footer-logo {
  max-width: 120px;
  /* Adjust based on your logo size */
}
.herologo-line-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 64px;
  padding-left: 20px;
  /* Default padding */
}
/* Remove padding-left on smaller screens */
@media (max-width: 768px) {
  .herologo-line-container {
    padding-left: 0;
    /* Override the default padding */
  }
}
/* Mobile Responsiveness */
@media screen and (max-width: 991px) {
  footer {
    margin-top: 0;
  }
  footer .footer-container {
    background: linear-gradient(110deg, #242424 40%, #202020 40%);
  }
  footer .footer-top-section {
    padding-top: 40px;
    padding-bottom: 24px;
  }
  footer .flinks-container .flinks-title {
    font-size: 14px;
  }
  footer .flinks-container .flink {
    font-size: 12px;
  }
  footer .footer-bottom-section {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  footer .app-store-links {
    margin: 24px 0;
  }
  footer .social-links {
    font-size: 12px;
    position: absolute;
    bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  footer .flinks-container .flinks-col {
    width: 100%;
    max-width: inherit;
    margin-bottom: 15px;
  }
  footer .flinks-container .flinks-col .flinks-title {
    line-height: inherit;
    margin-bottom: 5px;
  }
  footer .flinks-container .flinks-col ul.list-unstyled {
    display: flex;
    flex-wrap: wrap;
  }
  footer .flinks-container .flinks-col ul.list-unstyled li {
    padding: 3px 0px;
  }
  footer .flinks-container .flinks-col ul.list-unstyled li a {
    border-right: 1px solid #ccc;
    padding: 0px 10px 0px 0px;
    margin-right: 10px;
  }
  footer .flinks-container .flinks-col ul.list-unstyled li:first-child a {
    padding-left: 0;
  }
  footer .flinks-container .flinks-col ul.list-unstyled li:last-child a {
    border-right: 0;
  }
  footer .flinks-container .last-child .flinks-col {
    margin-bottom: 10px;
  }
  footer .social-links {
    color: #fff;
    font-size: 14px;
  }
  footer .social-links .h-icon {
    width: 14px;
    height: 14px;
    vertical-align: text-bottom;
  }
  footer .social-links .h-icon::before {
    background-color: #fff;
  }
  footer .copy-right {
    margin: 0px auto;
  }
  footer .footer-top-section {
    padding-top: 32px;
  }
}
.product-banner-pt-section .product-banner-wrapper .product-banner-container .product-banner-left-container .product-banner-left-content-container {
  margin-top: -12rem !important;
}
.product-banner-pt-section .product-banner-wrapper .product-banner-container .product-banner-left-container .product-banner-left-content-container .product-btn-price-wrapper span {
  display: none !important;
}
.product-banner-pt-section .product-banner-wrapper .product-banner-container .product-banner-left-container .product-banner-left-content-container .product-intro-logo-wrapper .product-logo-wrapper {
  width: 33.9375rem !important;
  height: 11.6875rem !important;
  margin: 0 0 3.06rem 0;
}
.enquire-popup .form-wrapper .custom-row .form-group .send-btn {
  display: none !important;
}
.product-banner-pt-section .product-banner-wrapper .product-banner-container .product-banner-left-container .product-banner-left-content-container .product-btn-price-wrapper .product-btn-wrapper .cmp-container .cmp-button {
  background: none !important;
}
.vidagraybg {
  background: #E4EAF1;
  color: #242424;
}
.vidagraybg .footer-container {
  background: none;
}
@media screen and (max-width: 991px) {
  .vidagraybg .footer-container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.vidagraybg .flinks-container {
  margin-bottom: 7px;
}
.vidagraybg .flinks-container .flinks-title {
  color: #242424;
  font-weight: 700;
}
.vidagraybg .flinks-container .flink {
  font-family: var(--font-medium);
  color: #242424;
}
.vidagraybg .copy-right-icon::before {
  background-color: #4C4C4C;
}
.vidagraybg .footer-bottom-section {
  color: #4C4C4C;
}
@media (min-width: 992px) {
  .vidagraybg .container {
    margin: 0;
  }
  .vidagraybg .footer-top-section {
    padding-left: 80px;
    padding-right: 80px;
  }
  .vidagraybg .footer-bottom-section {
    padding: 30px 81px;
  }
  .vidagraybg .app-store-links {
    margin-right: 69px;
  }
  .vidagraybg .social-links.gap-2 {
    margin-right: 51px;
  }
}
.vidagradientbg {
  background: linear-gradient(120deg, #242424 58%, #202020 50%);
  color: #ccc;
}
.vidagradientbg .footer-container {
  background: none;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .vidagradientbg .footer-container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.vidagradientbg .flinks-container {
  margin-bottom: 7px;
}
.vidagradientbg .flinks-container .flinks-title {
  color: #fff;
  font-weight: 700;
}
.vidagradientbg .flinks-container .flink {
  font-family: var(--font-regular);
  color: #ccc;
}
.vidagradientbg .copy-right-icon::before {
  background-color: #fff;
}
.vidagradientbg .footer-bottom-section {
  color: #ccc;
}
.vidagradientbg .footer-bottom-section .social-links {
  color: #fff;
}
@media (min-width: 992px) {
  .vidagradientbg .container {
    margin: 0;
  }
  .vidagradientbg .footer-top-section {
    padding-left: 80px;
    padding-right: 80px;
  }
  .vidagradientbg .footer-bottom-section {
    padding: 30px 81px;
  }
  .vidagradientbg .app-store-links {
    margin-right: 69px;
  }
  .vidagradientbg .social-links.gap-2 {
    margin-right: 51px;
  }
}

.imagebanner .bike-product-prant{
    width: 100%;
  }
.img-btn-variant{
  height: 28px;
  padding: 1px;
  min-width: 100px;
  font-size: 15px;
  display: table-cell;
}

.bikeDetailsSection .bike-detail-content .quickProductDetail {
  border: none;
  padding: 0;
  background: transparent;
}

@media screen and (max-width: 991px) {
  .img-btn-variant{
    padding: 5px;
  }
}
/*****************************************************
LESS compilation failed due a JavaScript error!

Input: apps/hero-aem-website/components/hero-global/content/recommendation/clientlibs/less/recommendation.less
Error: OperationError: Operation on an invalid type in apps/hero-aem-website/components/hero-global/content/recommendation/clientlibs/less/recommendation.less on line 44, column 3:
43 .findahero-section .findahero-form .form-col:last-child {
44   padding-right: calc(var(--bs-gutter-x) * 0.5);
45 }


(uncompiled LESS src is included below)
*****************************************************/
.findahero-section .findahero-title {
  padding: 3.4286rem 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .findahero-section .findahero-title {
    padding-bottom: 20px;
  }
}
.findahero-section .findahero-form {
  padding-bottom: 3.4286rem;
  align-items: flex-end;
}

.findahero-section .findahero-form .form-select:focus {
  border-bottom: 2px solid #000;
}

#recommendationForm div select {    
  font-family: 'T-Star-Pro-Medium';
}


#recommendationForm div select option {  
  color: #242424;
  font-size: 16px;
  font-family: 'T-Star-Pro-Medium';
}

.findahero-section .findahero-form .custom-inner-select .form-select {
  padding: 0;
}

.findahero-section .findahero-form .bootstrap-select .dropdown-toggle:focus::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid grey;
}

.findahero-section .findahero-form .form-col:last-child {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
@media screen and (max-width: 991px) {
  .findahero-section .findahero-form .form-col {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media screen and (max-width: 767px) {
  .findahero-section .findahero-form {
    padding-bottom: 20px;
  }
  .findahero-section .findahero-form .action-btn-container {
    margin-top: 15px;
  }
  .findahero-section .findahero-form .action-btn-container .btn {
    width: 100%;
  }
}

.custom-inner-select .form-select {
  padding-right: 35px;
}

.book-bike-ride .popup-container .popup-body,
.book-bike-ride .popup-container .popup-content {
  padding: 0px !important;
}
@media screen and (max-width: 991px) {
  .book-bike-ride .popup-container .popup-body,
  .book-bike-ride .popup-container .popup-content {
    background-color: #fff;
  }
}

@media screen and (max-width: 700px) {
  .book-bike-ride .popup-container .book-ride-modal {
    flex-direction: column;
  }

  .book-bike-ride .popup-container .book-ride-modal img {
    max-height: 400px;
  }

  .book-bike-ride .popup-container .book-ride-modal .desktop-img {
    display: none;
  }

  .book-bike-ride .popup-container .book-ride-modal .mobile-img {
    display: block !important;
  }
}

.book-bike-ride .popup-container .book-ride-modal .mobile-img {
  display: none;
}

.book-bike-ride .popup-container .book-ride-modal {
  display: flex;
}

.book-bike-ride .popup-container .book-ride-modal,
.book-bike-ride .popup-container .bike-recommended-modal {
  position: relative;
  height: 100%;
}

.book-bike-ride .popup-container .bike-recommended-modal {
  display: flex;
  justify-content: flex-start;
}

.book-bike-ride .popup-container .bike-recommended-no-result-modal {
  position: relative;
  height: 100%;
}
.book-bike-ride .popup-container .bike-recommended-no-result-modal .recommend-bikes{
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .book-bike-ride .popup-container .bike-recommended-modal {
    padding-left: 300px;
  }
}
@media screen and (max-width: 991px) {
  .book-bike-ride .popup-container .book-ride-modal,
  .book-bike-ride .popup-container .bike-recommended-modal {
    padding-left: 0px;
  }
}
.book-bike-ride .popup-container .testride-form-container {
  padding: 56px 35px 24px;
}
.book-bike-ride .popup-container .testride-form-container .right-form-col {
  animation: none;
}
@media screen and (max-width: 1279px) {
  .book-bike-ride .popup-container .testride-form-container {
    padding: 24px 35px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .book-bike-ride .popup-container .testride-form-container {
    overflow: auto;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .book-bike-ride .popup-container .testride-form-container {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    padding: 24px;
  }
}
.book-bike-ride .popup-container .recommend-bikes {
  padding: 50px 25px;
  height: 100%;
  overflow-y: auto;
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
}
.book-bike-ride .popup-container .recommend-bikes h3 {
  margin-bottom: 20px;
  padding: 0px 15px;
  color: var(--primary-color-grey);
}
@media screen and (max-width: 1200px) {
  .book-bike-ride .popup-container .recommend-bikes .btn {
    font-size: 14px;
    min-width: 105px;
    padding: 7px 10px;
  }
}
@media screen and (max-width: 767px) {
  .book-bike-ride .popup-container .recommend-bikes {
    padding: 24px 0;
  }
}
.book-bike-ride .popup-container .book-ride-img {
  width: 400px;
  top: 0px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
@media screen and (max-width: 1279px) {
  .book-bike-ride .popup-container .book-ride-img {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .book-bike-ride .popup-container .book-ride-img {
    width: 100%;
    height: 150px;
    position: static;
  }
}

.recommend-bikes-row {
  display: flex;
}
.recommend-bikes-row .recommend-bike-col {
  width: 15vw;
  padding: 0px 15px;
  margin: 0px 12px;
  &:last-child {
    position: relative;
    &::after {
      position: absolute;
      content: '';
      right: -30px;
      width: 30px;
      height: 1%;
    }
  }
}
.recommend-bikes-row .recommend-bike-col .recommend-bike-item {
  border-radius: 4px;
  padding: 24px;
  text-align: center;
  position: relative;
  background: #EDEDED no-repeat top center/100% auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: inherit;
}
.recommend-bikes-row .recommend-bike-col .recommend-bike-item .recommend-bike-img {
  margin: 20px 0px;
}
.recommend-bikes-row .recommend-bike-col .recommend-bike-item .recommend-bike-img img {
  max-height: 200px;
}
.recommend-bikes-row .recommend-bike-col .recommend-bike-item .recommend-bike-logo {
  max-height: 30px;
}
.recommend-bikes-row .recommend-bike-col .recommend-bike-item h5.recommend-bike-price {
  color: var(--primary-color-black);
  font-weight: 700;
  margin-bottom: 15px;
}
.max-width-col {
  max-width: 25%;
}
@media screen and (max-width: 991px) {
  .recommend-bikes-row .recommend-bike-col {
    padding: 0px 5px;
  }
  .recommend-bikes-row .recommend-bike-col .recommend-bike-item {
    padding: 16px;
    align-items: center;
  }
  .recommend-bikes-row .recommend-bike-col .recommend-bike-item .recommend-bike-img img {
    max-height: 140px;
  }
  .max-width-col {
    max-width: initial;
  }
}

.recommended-sect-height{
  height: 385px;
  width: 17vw;
}

/* practical */
.commuter-color-section {
	 padding-top: 72px;
	 padding-bottom: 72px;
	 background: #f5f5f5 url(../components/hero-global/content/color-switch/clientlibs/images/product/bg-image.svg) no-repeat left top /178px auto;
	 height: 750px;
	 max-height: 750px;
}

 .commuter-color-section .bike-color-container {
	 display: flex;
	 align-items: center;
	 position: relative;
	 justify-content: center;
	 margin-top: 40px;
	 gap: 70px;
}


@media screen and (min-width: 1000px) {	
	.color-switch .explore-360-main .rotate-bike-container {
		padding-left: 180px;
	}
}

 .commuter-color-section .bike-row-item {
	width: 300px;
	justify-content: end;
	display: flex;
	z-index: 1;
	max-height: 900px;
	flex-direction: column;
	gap: 20px;
	position: relative;
}
 .commuter-color-section .bike-row-item .bike-color-variants {
	 padding: 5px 5px;
}
 .commuter-color-section .bike-row-item .bike-thumb-item {
	 display: flex;
	 margin-bottom: 15px;
	 font-size: 1.2857rem;
	 color: var(--primary-color-grey);
	 align-items: center;
	 cursor: pointer;
}
 .commuter-color-section .bike-row-item .bike-thumb-item .bike-thumb-color {
	 border: 4px solid #f5f5f5;
	 margin-right: 15px;
	 background: linear-gradient(180deg, #dadada 0%, rgba(224, 224, 224, 0) 138.96%);
}
 .commuter-color-section .bike-row-item .bike-thumb-item.active {
	 color: #000;
	 font-family: var(--font-bold);
}
 .commuter-color-section .bike-row-item .bike-thumb-item.active .bike-thumb-color {
	 outline: 2px solid var(--primary-color-red);
}
 .commuter-color-section .bike-row-item .bike-thumb-color {
	 width: 30px;
	 height: 30px;
}
.text-area {
     font-size: 24px;
	 font-family: 'T-Star-Pro-Medium';
	 text-align: center;
     padding-top: 30px;
	 text-align: start;
}
.text-area-premium{
	font-size: 24px;
	color:#fff;
	font-family: 'T-Star-Pro-Medium';
	text-align: center;
    padding: 30px 40px;
	text-align: start;
}
 @media screen and (max-width: 1200px) {
	 .commuter-color-section {
		 background-size: 150px;
		 padding-top: 50px;
		 padding-bottom: 50px;
		 max-height: 900px;
	}
}
 @media screen and (max-width: 1140px) {
	.commuter-color-section {
		height: initial;
		max-height: none;
	}
	 .commuter-color-section .bike-color-container {
		margin-top: 10px;
		flex-direction: column;
		gap: initial;
	}
	 .commuter-color-section .bike-row-item {
		 width: 100%;
		 justify-content: unset;
		 flex-direction: column;
	}
	 .commuter-color-section .bike-row-item .bike-thumb-item {
		 margin-right: 10px;
		 margin-bottom: 0px;
	}
	 .commuter-color-section .bike-row-item .bike-thumb-item .bike-thumb-color {
		 margin-right: 10px;
	}
	 .commuter-color-section .bike-row-item .bike-color-variants {
		 display: flex;
		 justify-content: center;
		 margin: 30px 0px 20px 0px;
		 padding: 5px 0;
	}
	 .commuter-color-section .bike-row-item .action-btn-container {
		 position: relative;
		 bottom: 0px;
		 right: 0;
		 flex-direction: row !important;
		 justify-content: center;
	}
	.text-area {
		font-size: 16px;
		padding-top: 20px;
   }
   .text-area-premium{
	   font-size: 16px;
	   padding: 20px;
   }
}
 @media screen and (max-width: 767px) {
	 .commuter-color-section {
		 background-size: 100px;
		 padding-top: 40px;
		 padding-bottom: 40px;
	}
}
 @media screen and (max-width: 479px) {
	 .commuter-color-section {
		 background-size: 80px;
		 padding-bottom: 32px;
	}
	 .commuter-color-section span.thumb-text {
		 font-size: 0px;
	}
	 .commuter-color-section .bike-color-container {
		 margin-top: 25px;
	}
}
 
.bike-180-placeholder {
	 flex-direction: column;
	 margin-right: 0 !important;
}

 @media screen and (max-width: 1140px) {
	 .bike-rotate-sprite {
		 bottom: -70px;
		 width: 700px !important;
		 height: 430px !important;
	}
	.explore-360-view {
		bottom: -32px !important;
	}
}
 @media screen and (max-width: 767px) {
	 .bike-rotate-sprite {
		 bottom: -32px;
		 width: 300px !important;
		 height: 192px !important;
	}
}

.explore-360-view {
	cursor: grab;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	bottom: 60px;
	&:active {
		cursor: grabbing;
	}
}
.explore-360-view .spritespin-canvas{
	height: auto !important;
	margin: 0 auto;
}

 @media screen and (max-width: 1199px) {
	.explore-360-view .spritespin-canvas{
		width: 100% !important;
	}
}


/* executive */
.executive-colors-section .colors-container {
	 padding-top: 72px;
	 padding-bottom: 72px;
	 margin-left: 270px;
	 background: url(../../../assets/images/product/executive/colors-bg.jpg) no-repeat center/cover;
	 position: relative;
}
 .executive-colors-section .colors-container .largeheading {
	 margin-bottom: 36px;
}
 .executive-colors-section .colors-container .action-btn-container {
	 justify-content: center;
	 margin-top: 50px;
}
 .executive-colors-section .bike-color-variants {
	 background-color: var(--secondary-color-300);
	 position: absolute;
	 left: -270px;
	 top: 0;
	 bottom: 0;
	 display: flex;
	 width: 270px;
	 overflow: auto;
}
 .executive-colors-section .bike-color-variants .variants-row {
	 flex-direction: column;
	 margin: auto;
}
 .executive-colors-section .bike-color-variants .variants-row .bike-thumb-item {
	 padding: 48px 60px;
	 flex-direction: column;
	 gap: 16px;
	 cursor: pointer;
}
 .executive-colors-section .bike-color-variants .variants-row .bike-thumb-item.active {
	 background-color: #fff;
}
 @media screen and (max-width: 1140px) {
	 .executive-colors-section .colors-container {
		 padding-top: 40px;
		 padding-bottom: 40px;
		 margin-left: 0;
	}
	 .executive-colors-section .colors-container .largeheading {
		 margin-bottom: 120px;
	}
	 .executive-colors-section .colors-container .action-btn-container {
		 margin-top: 0;
	}
	 .executive-colors-section .bike-color-variants {
		 position: static;
		 max-width: 100%;
		 margin: 32px 0;
		 width: 100%;
	}
	 .executive-colors-section .bike-color-variants .variants-row {
		 flex-direction: row;
		 align-items: initial;
	}
	 .executive-colors-section .bike-color-variants .variants-row .bike-thumb-item {
		 padding: 10px 16px;
		 width: 120px;
		 height: 72px;
	}
}
 
/* executive */
.premium-page-title {
	 color: #fff;
	 font-size: 3.4286rem;
	 margin-bottom: 48px;
	 position: relative;
}
 @media screen and (max-width: 1200px) {
	 .premium-page-title {
		 margin-bottom: 30px;
	}
}
 @media screen and (max-width: 767px) {
	 .premium-page-title {
		 font-size: 2rem;
		 margin-bottom: 25px;
	}
}
 
.premium-bgcolor-section {
	 background-position: top center;
	 background-size: cover;
	 background-repeat: no-repeat;
	 padding: 78px 0px 60px 0px;
	 position: relative;
}
 .premium-bgcolor-section .action-btn-container {
	 justify-content: center;
	 margin-top: 50px;
}
 .premium-bgcolor-section .bike-color-variants {
	 position: absolute;
	 left: 80px;
	 top: 0;
	 bottom: 0;
	 display: flex;
	 width: 160px;
	 overflow-y: auto;
	 overflow-x: hidden;
}
 .premium-bgcolor-section .bike-color-variants .variants-row {
	 flex-direction: column;
	 margin: auto;
}
 .premium-bgcolor-section .bike-color-variants .variants-row .bike-thumb-item {
	 padding: 10px 25px;
	 flex-direction: column;
	 gap: 5px;
	 cursor: pointer;
	 color: #fff;
	 background: rgba(36, 36, 36, 0.2);
	 backdrop-filter: blur(2px);
	 margin: 12px 0px;
	 width: 162px;
	 height: 120px;
}
 .premium-bgcolor-section .bike-color-variants .variants-row .bike-thumb-item .thumb-text {
	 font-family: var(--font-medium);
	 text-align: center;
}
 .premium-bgcolor-section .bike-color-variants .variants-row .bike-thumb-item.active {
	 background: linear-gradient(180deg, rgba(186, 2, 2, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
	 backdrop-filter: blur(3px);
}
 .premium-bgcolor-section .bike-color-variants .variants-row .bike-thumb-item.active .thumb-text {
	 font-family: var(--font-heavy);
}
.isvidavariantpremium.premium-bgcolor-section {
	background-image: linear-gradient(180deg, rgba(240,243,247,1) 17%, rgba(230,235,242,1) 33%) !important;
	padding: 80px;
	overflow: hidden;
	max-height: none;
}

.isvidavariantpremium .selected-bike-faded-title{
	position: absolute;
	top: -77px;
	right: -12px;
	font-family: var(--font-pp-neue-montreal);
	font-size: 203px;
	font-weight: 900;
	text-transform: uppercase;
	mask-image: linear-gradient(to bottom, rgb(255, 255, 255) 50%, transparent 100%); 
	background: linear-gradient(180deg, #DEE5EE 25.74%, #EEF2F9 81.8%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.isvidavariantpremium .premium-page-subtitle {
	font-family: var(--font-pp-neue-montreal);
	font-size: 18px;
	font-weight: 400;
	line-height: 21.6px;
	text-align: left;
	position: relative;
	z-index: 2;
}

.isvidavariantpremium .premium-page-title {
	font-family: var(--font-pp-neue-montreal) !important;
	color: #222222;
	font-weight: 600;
	font-size: 48px;
	line-height: 57.6px;
	justify-content: start !important;
	z-index: 2;
}

.isvidavariantpremium .h-icon.left-border-icon {
	display: none;
}

.isvidavariantpremium .bike-color-variants {
	width: 60%;
}

.isvidavariantpremium .bike-color-variants::-webkit-scrollbar {
	display: none;
}

.isvidavariantpremium .bike-color-variants .variants-row .bike-thumb-item {
	align-items: flex-end !important;
	justify-content: flex-start !important;
	flex-direction: row;
	gap: 8px;
	background: none;
	padding: 0;
}

.isvidavariantpremium .bike-color-variants .variants-row .bike-thumb-item .thumb-text {
	position: relative;
	font-family: var(--font-pp-neue-montreal);
	color: #85888C;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	white-space: nowrap;
	margin-bottom: 12px;
}

.isvidavariantpremium .bike-color-variants .variants-row .bike-thumb-item.active {
	background: none !important;
}

.isvidavariantpremium .bike-color-variants .variants-row .bike-thumb-item.active .thumb-text {
	font-family: var(--font-pp-neue-montreal);
	color: #000000;
	font-weight: 600;
}

.isvidavariantpremium .bike-color-variants .variants-row .bike-thumb-item.active .thumb-text::after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -18px;
	border-bottom: 2px solid #FF5310;
	width: 80px;
}

.isvidavariantpremium .bike-180-placeholder-premium .container-360-executive .flex-360 {
	display: none !important;
}

.isvidavariantpremium .container .action-btn-container {
	margin-bottom: 0;
	z-index: 1;
	position: relative;
}

.isvidavariantpremium .container .action-btn-container a{
	width: 292px;
}

.isvidavariantpremium.orangebtn .btn-primary {
	padding: 16px 0;
	font-family: var(--font-pp-neue-montreal);
	font-weight: 700;
	background: #FF5310;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 4px;
  font-size: 18px;
	border-radius: 8px;
}

.isvidavariantpremium.orangebtn .btn-secondary {
	padding: 16px 0;
	font-family: var(--font-pp-neue-montreal);
	font-weight: 700;
	border-color: #FF5310;
	color: #222222;
	border-radius: 8px;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.isvidavariantpremium .bike-180-placeholder-premium .container-360-executive {
	display: flex;
	flex-direction: column;
	z-index: 1;
}

.isvidavariantpremium.light-theme.orangebtn .container .container-360-executive .explore-360-view .stage {
	position: absolute;
	border: 1px dashed #00000066;
	background-color: #fff;
	bottom: 6px;
	left: 0;
	right: 0;
	height: 165px;
	border-radius: 100%;
	@media screen and (max-width: 768px) {
		height: 70px;
   }
}
.isvidavariantpremium.light-theme.redbtn .container .container-360-executive .explore-360-view .stage {
	position: absolute;
	border: 1px solid rgba(238,35,38, .3);
	background-color: transparent;
	bottom: 6px;
	left: 0;
	right: 0;
	height: 165px;
	border-radius: 100%;
	@media screen and (max-width: 1140px) {
		border: 1px dashed #000;
	    background-color: #fff;
	}
}
.isvidavariantpremium .container .container-360-executive .rotate-bike {
	margin-top: 32px;
	height: 25.38px;
	width: 40.6px;
	text-align: center;
	align-self: center;
}

.isvidavariantpremium .container .container-360-executive .rotate-bike img {
 	width: 100%;
}

@media screen and (min-width: 1140px) {
	.isvidavariantpremium .bike-color-variants .variants-row {
		margin: 164px 0 auto 0;
	}

	.isvidavariantpremium .container .container-360-executive .explore-360-view  {
		width: 680px !important;
		height: 452px !important;
	}

	.isvidavariantpremium .bike-180-placeholder-premium .container-360-executive {
		width: 70%;
		align-self: flex-end;
	}

	.isvidavariantpremium .action-btn-container.justify-content-center {
		width: 122% !important;
		padding-left: 106px;
	}
}

 @media screen and (max-width: 1279px) {
	 .premium-bgcolor-section .bike-color-variants {
		 left: 40px;
	}
	.isvidavariantpremium .bike-color-variants {
		left: 56px;
 	}
}
 @media screen and (max-width: 1200px) {
	 .premium-bgcolor-section {
		 padding-top: 50px;
		 padding-bottom: 40px;
	}
	 .premium-bgcolor-section .bike-color-variants {
		 left: 30px;
	}
	.isvidavariantpremium .bike-color-variants {
		left: 60px;
	}
}
 @media screen and (max-width: 1140px) {
	 .premium-bgcolor-section {
		 padding-top: 35px;
		 padding-bottom: 30px;
	}
	 .premium-bgcolor-section .bike-color-variants {
		 position: static;
		 max-width: 100%;
		 margin: 32px 0;
		 width: 100%;
		 overflow-y: hidden;
		 overflow-x: auto;
	}
	 .premium-bgcolor-section .bike-color-variants .variants-row {
		 flex-direction: row;
		 align-items: initial;
	}
	 .premium-bgcolor-section .bike-color-variants .variants-row .bike-thumb-item {
		 padding: 10px 4px;
		 margin: 0px 6px;
		 width: 100px;
		 height: 88px;
	}
	 .premium-bgcolor-section .rotate-bike-container {
		 height: inherit;
		 padding: 0px 16px;
	}
	 .premium-bgcolor-section .action-btn-container {
		 margin-top: 0;
	}
}

@media (max-width: 476px) {
	.isvidavariantpremium.premium-bgcolor-section {
		padding: 24px 20px;
	}

	.isvidavariantpremium .selected-bike-faded-title {
		font-size: 51px;
		top: -23px;
        right: -2px;
	}

	.isvidavariantpremium .container .container-360-executive .explore-360-view .stage {
		height: 60px;
	}

	.isvidavariantpremium .action-btn-container.justify-content-center {
		flex-direction: column;
	}

	.isvidavariantpremium .action-btn-container.justify-content-center a{
		width: 100%;
	}
}

@media (min-width: 476px) and (max-width: 540px) {
	.isvidavariantpremium .container .container-360-executive .explore-360-view .stage {
		height: 60px;
	}
}

@media (min-width: 992px) and (max-width: 1024px) {
	.isvidavariantpremium .container .container-360-executive .explore-360-view .stage {
		bottom: 78px;
		height: 119px;
	}
}

/* premium light-theme css */
.isvidavariantpremium.light-theme.premium-bgcolor-section {
	background-color: #f5f5f5;
	background-image: none !important;
}

.isvidavariantpremium.light-theme .selected-bike-faded-title {
	font-family: var(--font-heavy);
	font-weight: 900;
	font-size: 237px;
	line-height: 284px;
	@media screen and (max-width: 1140px) {
		font-weight: 900;
	    font-size: 59px;
	    line-height: 71px;
	}
}

.isvidavariantpremium.light-theme .container .premium-page-subtitle {
	font-family: var(--font-medium);
	font-weight: 400;
	font-size: 18px;
	line-height: 21.6px;
	margin-bottom: 8px;
	@media screen and (max-width: 1140px) {
		font-weight: 400;
	    font-size: 14px;
	    line-height: 16.8px;
		margin-bottom: 4px;
	}
}

.isvidavariantpremium.light-theme .container .premium-page-title {
	font-family: var(--font-heavy) !important;
	font-weight: 900;
	font-size: 48px;
	line-height: 57.61px;
	@media screen and (max-width: 1140px) {
		font-weight: 900;
	    font-size: 24px;
	    line-height: 28.8px;
	}
}

.isvidavariantpremium.light-theme .bike-color-variants .variants-row .bike-thumb-item .thumb-text {
	font-family: var(--font-medium);
	font-size: 24px;
	font-weight: 400;
	line-height: 28.8px;
	color: #85888C;
	@media screen and (max-width: 1140px) {
		display:none;
	}
}

.isvidavariantpremium.light-theme .bike-color-variants .variants-row .bike-thumb-item.active .thumb-text {
	font-family: var(--font-heavy);
	font-size: 24px;
	font-weight: 900;
	line-height: 28.8px;
	color: #242424;
}

.isvidavariantpremium.light-theme .bike-color-variants .variants-row .bike-thumb-item.active .thumb-text::after {
	border-bottom: 2px solid #EE2326;
}


.isvidavariantpremium.light-theme .container .container-360-executive .rotate-bike {
	margin-top: 32px;
}

.isvidavariantpremium.light-theme.redbtn .btn-primary {
	background: linear-gradient(95.69deg, #AC0000 0%, #FF0000 26.35%, #FF3B3B 50.83%, #FF0000 72.71%, #FF0000 100%);
	font-family: var(--font-heavy);
	color: #EDEDED;
	font-size: 18px;
	font-weight: 900;
	width: 229px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 4px;
	padding: 16px 0;
	@media screen and (max-width: 1140px) {
		width: 100%;
		height: 47px;
		font-size: 16px;
	}
}

.isvidavariantpremium.light-theme.redbtn .btn-secondary {
	background: #fff;
	border: 1px solid #EE2326;
	font-family: var(--font-heavy);
	color: #EE2326;
	font-size: 18px;
	font-weight: 900;
	width: 229px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 4px;
	padding: 16px 0;
	@media screen and (max-width: 1140px) {
		width: 100%;
		height: 47px;
		font-size: 16px;
	}
}
.custom-commuter-color-section .color-section-container .bike-color-container .bike-180-placeholder {
  max-width: 65vw;
  position: relative;
  top: 45px;
}
.custom-commuter-color-section .color-section-container .bike-color-container .bike-180-placeholder .container-360 {
  position: relative;
  width: 100%;
}
.custom-commuter-color-section .color-section-container .bike-color-container .bike-180-placeholder .container-360 .flex-360 {
  position: absolute;
  display: flex;
  width: 100%;
  z-index: 1;
}
.custom-commuter-color-section .color-section-container .bike-color-container .bike-180-placeholder .container-360 .flex-360 .right-rotate-arrow {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .custom-commuter-color-section .color-section-container .bike-color-container .bike-180-placeholder {
    top: 0;
  }
}
.executive-colors-section .container .colors-container {
  height: 700px;
  max-height: 900px;
}
.executive-colors-section .container .colors-container .action-btn-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}
.executive-colors-section .container .colors-container .bike-color-variants .variants-row {
  z-index: 1;
}
.executive-colors-section .container .bike-180-placeholder-executive {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.executive-colors-section .container .bike-180-placeholder-executive .container-360-executive {
  position: absolute;
  bottom: -15px;
}
.executive-colors-section .container .bike-180-placeholder-executive .container-360-executive .flex-360 {
  height: 25px;
  position: relative;
  display: flex;
  width: 100%;
  z-index: 1;
}
.executive-colors-section .container .bike-180-placeholder-executive .container-360-executive .flex-360 .right-rotate-arrow {
  position: absolute;
  right: 0;
}
.executive-colors-section .container .bike-180-placeholder-executive .container-360-executive .flex-360 .left-rotate-arrow {
  position: absolute;
  left: 0;
}
.premium-bgcolor-section {
  max-height: 900px;
}
.premium-bgcolor-section .container .container-360-executive .explore-360-view {
  bottom: -32px;
}
.premium-bgcolor-section .container .bike-color-variants .variants-row {
  z-index: 1;
}
.premium-bgcolor-section .container .action-btn-container {
  bottom: 0;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}
.premium-bgcolor-section .bike-180-placeholder-premium .container-360-executive .flex-360 {
  height: 25px;
  position: relative;
  display: flex;
  width: 100%;
  z-index: 2;
}
.premium-bgcolor-section .bike-180-placeholder-premium .container-360-executive .flex-360 .right-rotate-arrow {
  position: absolute;
  right: 0;
}
.premium-bgcolor-section .bike-180-placeholder-premium .container-360-executive .flex-360 .left-rotate-arrow {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .left-rotate-arrow,
  .right-rotate-arrow {
    width: 25px;
  }
  .executive-colors-section .container .bike-180-placeholder-executive .container-360-executive .flex-360 .right-rotate-arrow {
    right: 30px;
  }
  .executive-colors-section .container .bike-180-placeholder-executive .container-360-executive .flex-360 .left-rotate-arrow {
    left: 30px;
  }
  .premium-bgcolor-section .bike-180-placeholder-premium .container-360-executive .flex-360 .right-rotate-arrow {
    right: 30px;
  }
  .premium-bgcolor-section .bike-180-placeholder-premium .container-360-executive .flex-360 .left-rotate-arrow {
    left: 30px;
  }
}
@media screen and (max-width: 992px) {
  .executive-colors-section .container .colors-container {
    height: auto;
  }
  .executive-colors-section .container .colors-container .heading-btm-border {
    margin-bottom: 30px;
  }
  .executive-colors-section .container .bike-180-placeholder-executive {
    position: initial;
    top: auto;
  }
  .executive-colors-section .container .bike-180-placeholder-executive .container-360-executive {
    position: inherit;
  }
}

/*****************************************************
LESS compilation failed due a JavaScript error!

Input: apps/hero-aem-website/components/hero-global/content/heroworld/clientlibs/css/heroworld.less
Error: OperationError: Operation on an invalid type in apps/hero-aem-website/components/hero-global/content/heroworld/clientlibs/css/heroworld.less on line 54, column 3:
53   .custom-articles-list {
54 		padding-bottom: calc(var(--bs-gutter-x) * .5);
55 	}


(uncompiled LESS src is included below)
*****************************************************/
.btn-link {
	background: var(--gradient-red);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	text-decoration: none;
	font-size: 16px;
	font-family: var(--font-bold);
	cursor: pointer;
  }
  
.heroworld-section {
	background: var(--gradient-grey);
	padding-top: 72px;
  }
  .heroworld-section .articles-list {
	padding-top: 45px;
  }
  .heroworld-section .articles-list .col-lg-4 .col-6 .article-box .article-link-bar {
	display: none;
  }
  .heroworld-section .article-box {
	position: relative;
	padding-bottom: 10px;
	width: 100%;
  }
  .heroworld-section .article-box img {
	width: 100%;
  }
  .heroworld-section .article-box .article-link-bar {
	padding: 8px 16px 16px 16px;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: right;
	background: rgba(255, 255, 255, 0.75);
  }
  .heroworld-section .article-box.box-left {
	padding-right: 5px;
	width: 50%;
  }
  .heroworld-section .article-box.box-right {
	padding-left: 5px;
	width: 50%;
  }
  @media screen and (max-width: 991px) {
	.heroworld-section {
	  padding-top: 40px;
	}
  }
  
  .custom-articles-list {
		padding-bottom: calc(var(--bs-gutter-x) * .5);
	}
                               /* =============================Practical============================== */

.product-video-section {
    background: #f5f5f5;
    padding-top: 72px;
    padding-bottom: 24px;
}
.product-video-section .product-video-content {
    padding-bottom: 32px;
    max-width: 90%;
}
.product-video-section .product-video-content h4 {
    margin-top: 5px;
}
.product-video-section .product-video-slider .carousel-inner {
    margin-bottom: 32px;
}
.product-video-section .product-video-slider .carousel-indicators {
    position: relative;
    margin: 0px;
    gap: 24px;
    justify-content: unset;
}
.product-video-section .product-video-slider .carousel-indicators .media-thumb {
    width: 25%;
    min-width: 25%;
    height: 180px;
    background: none;
    text-indent: unset;
    margin: 0px;
    border: 0px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.product-video-section .product-video-slider .carousel-indicators .media-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
.product-video-section .product-video-slider .carousel-indicators .media-thumb.video::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background: url(clientlib-base-global/resources/images/icons/play-circle.svg) no-repeat center center / cover;
    width: 50px;
    height: 50px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 9;
}
.product-video-section .product-video-slider .carousel-indicators .media-thumb:hover img {
    transform: scale(1.2);
}
.product-video-section .product-video-slider .carousel-indicators .media-thumb:hover::before {
    opacity: 1;
}
@media screen and (max-width: 1200px) {
    .product-video-section {
        padding-top: 50px;
   }
}
@media screen and (max-width: 991px) {
    .product-video-section .product-video-content {
        max-width: 100%;
        padding-bottom: 20px;
   }
    .product-video-section .product-video-slider .carousel-inner {
        margin-bottom: 16px;
   }
    .product-video-section .product-video-slider .carousel-indicators {
        gap: 16px;
   }
    .product-video-section .product-video-slider .carousel-indicators .media-thumb {
        height: 150px;
   }
}
@media screen and (max-width: 767px) {
    .product-video-section {
        padding-top: 35px;
   }
    .product-video-section .product-video-slider .carousel-indicators .media-thumb {
        height: 120px;
   }
    .product-video-section .product-video-slider .carousel-indicators .media-thumb::before {
        width: 30px;
        height: 30px;
   }
}
@media screen and (max-width: 600px) {
    .product-video-section {
        padding-top: 32px;
        padding-bottom: 20px;
   }
    .product-video-section h2 {
        font-size: 18px;
   }
    .product-video-section h4 {
        font-size: 14px;
   }
    .product-video-section .product-video-slider .carousel-inner {
        margin-bottom: 8px;
   }
    .product-video-section .product-video-slider .carousel-indicators {
        gap: 8px;
   }
    .product-video-section .product-video-slider .carousel-indicators .media-thumb {
        height: 80px;
   }
}

                                      /* =============================Executive============================== */

@media screen and (max-width: 1200px) {
    .product-video-section {
        padding-top: 50px;
    }
}
@media screen and (max-width: 991px) {
    .product-video-section .product-video-content {
        max-width: 100%;
        padding-bottom: 20px;
    }
    .product-video-section .product-video-slider .carousel-inner {
        margin-bottom: 16px;
    }
    .product-video-section .product-video-slider .carousel-indicators {
        gap: 16px;
    }
    .product-video-section .product-video-slider .carousel-indicators .media-thumb {
        height: 150px;
    }
}
@media screen and (max-width: 767px) {
    .product-video-section {
        padding-top: 35px;
    }
    .product-video-section .product-video-slider .carousel-indicators .media-thumb {
        height: 120px;
    }
    .product-video-section .product-video-slider .carousel-indicators .media-thumb::before {
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width: 600px) {
    .product-video-section {
        padding-top: 32px;
        padding-bottom: 20px;
    }
    .product-video-section h2 {
        font-size: 18px;
    }
    .product-video-section h4 {
        font-size: 14px;
    }
    .product-video-section .product-video-slider .carousel-inner {
        margin-bottom: 8px;
    }
    .product-video-section .product-video-slider .carousel-indicators {
        gap: 8px;
    }
    .product-video-section .product-video-slider .carousel-indicators .media-thumb {
        height: 80px;
    }
}

.executive-video-section {
    position: relative;
    padding: 0;
}
.executive-video-section .product-video-content {
    padding-bottom: 32px;
    padding-top: 72px;
    position: absolute;
    top: 0;
    z-index: 2;
    color: #fff;
}
.executive-video-section .product-video-slider .carousel-indicators {
    gap: 0;
    top: 0;
}
.executive-video-section .product-video-slider .carousel-indicators .media-thumb {
    border-radius: 0;
    min-width: 33.3%;
    height: 300px;
}
.executive-video-section .product-video-slider .carousel-inner {
    margin-bottom: 0;
}
@media screen and (max-width: 991px) {
    .executive-video-section .product-video-content {
        padding-bottom: 16px;
        padding-top: 40px;
        position: static;
        color: var(--primary-color-black);
    }
    .executive-video-section .product-video-slider .carousel-indicators .media-thumb {
        height: 90px;
    }
}

                                        /* =============================Premium============================== */

.premium-video-section {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}
.premium-video-section .product-video-slider .carousel-indicators {
    position: absolute;
    bottom: 60px;
    gap: 12px;
    margin: auto;
}
.premium-video-section .product-video-slider .carousel-inner {
    filter: brightness(0.7);
    margin-bottom: 0px;
}
.premium-video-section .product-video-content {
    max-width: 100%;
    position: absolute;
    top: 66px;
    left: 0px;
    z-index: 9;
    color: #fff;
}
.premium-video-section .product-video-content h4 {
    color: #c0c0c0;
}
@media screen and (max-width: 1200px) {
    .premium-video-section .product-video-content {
        top: 50px;
    }
    .premium-video-section .product-video-slider .carousel-indicators {
        bottom: 25px;
    }
}
@media screen and (max-width: 991px) {
    .premium-video-section .product-video-content {
        position: relative;
        top: 0px;
        background: var(--gradient-black);
        padding-top: 30px;
    }
    .premium-video-section .product-video-slider .carousel-indicators {
        position: relative;
        bottom: 0px;
        margin: 15px 0px;
    }
}
@media screen and (max-width: 991px) {
    .premium-video-section .product-video-slider .carousel-indicators .media-thumb {
        flex: none;
        width: 33.33%;
    }
}
@media screen and (max-width: 600px) {
    .premium-video-section .product-video-slider .carousel-indicators {
        gap: 8px;
        margin: 10px 0px;
    }
    .premium-video-section .product-video-slider .carousel-indicators .media-thumb {
        height: 120px;
    }
}
@media screen and (max-width: 479px) {
    .premium-video-section .product-video-slider .carousel-indicators .media-thumb {
        width: 50%;
        height: 100px;
    }
}

.highlight-section {
    position: relative;
    height: 800px;
    max-height: 100vh;
}

.highlight-description{
    font-size: 24px;
    color: #fff;
    padding: 0px 76px 40px 76px;
    width: 100%;
    font-family: var(--font-medium);
    text-align: start;
}
.executive-highlight-description{
    font-size: 24px;
    color: #fff;
    padding-bottom: 40px;
    width: 100%;
    font-family: var(--font-medium);
    text-align: start;
}

.highlight-section .highlight-row {
    display: flex;
    justify-content: end;
}

.highlight-section .hightlight-item-img {
    width: 55%;
    position: absolute;
    left: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.highlight-section .highlight-row div.mob-banner {
    display: none;
  }
@media screen and (max-width: 767px) {

.highlight-section .highlight-row div.desk-banner {
    display: none;
    }
    .highlight-section .highlight-row div.mob-banner {
    display: block;
    }
}

.highlight-section .highlight-item-content {
    width: 45%;
    max-height: 70vh;
    padding: 80px 64px 30px 64px;
}

.highlight-section .highlight-item-content .highlight-points {
    color: var(--primary-color-grey);
    font-family: var(--font-medium);
    height: 220px;
    max-height: 40%;
    overflow-y: auto;
    padding-left: 20px;
    list-style-type: disc;
}

.highlight-section .highlight-item-content .highlight-points ul {
    list-style: disc;
    list-style-type: circle;
}

.highlight-section .highlight-item-content .highlight-points li {
    margin-bottom: 6px;
    padding-left: 5px;
    position: relative;
    list-style-type: disc;
}

/* .highlight-section .highlight-item-content .highlight-points li:before {
    content: "-";
    position: absolute;
    left: -5px;
    top: 0px;
} */

.highlight-section .highlight-item-content .heading-btm-border::before {
    left: 0px;
    transform: none;
}

.highlight-section .highlight-items {
    display: flex;
    position: relative;
    padding: 0px 72px;
    right: 0px;
    width: 100%;
}

.highlight-section .highlight-items .highlight-box {
    width: 200px;
    height: 165px;
    background: var(--primary-color-black);
    margin-left: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.2857rem;
    font-family: var(--font-bold);
    padding: 6px;
    cursor: pointer;
}

.highlight-section .highlight-items .highlight-box:first-child {
    margin-left: auto;
}

.highlight-section .highlight-items .highlight-box br {
    display: none;
}

.highlight-section .highlight-items .highlight-box.active {
    background: var(--primary-color-red);
}

@media screen and (max-width: 1200px) {
    .highlight-section {
        height: 700px;
    }

    .highlight-section .hightlight-item-img {
        width: 50%;
    }

    .highlight-section .highlight-item-content {
        width: 50%;
        padding: 50px;
    }

    .highlight-section .highlight-items {
        padding: 0px 50px;
    }

    .highlight-section .highlight-items .highlight-box {
        width: 18%;
    }
}

@media screen and (max-width: 767px) {
    .highlight-section {
        height: 600px;
    }

    .highlight-section .hightlight-item-img {
        width: 50%;
    }

    .highlight-section .highlight-item-content {
        width: 50%;
        padding: 40px 20px;
    }

    .highlight-section .highlight-item-content .highlight-points {
        max-height: 200px;
    }

    .highlight-section .highlight-item-content .btn {
        padding: 10px;
    }

    .highlight-section .highlight-items {
        padding: 0px 0px;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .highlight-section .highlight-items .highlight-box {
        width: calc(25% - 10px);
        margin: 0px;
        height: 84px;
        margin: 0 5px;
    }
}

@media screen and (max-width: 479px) {
    .highlight-section {
        height: 550px;
    }

    .highlight-section .highlight-item-content h3 {
        font-size: 18px;
    }

    .highlight-section .highlight-item-content .btn {
        padding: 10px 5px;
    }

    .highlight-section .highlight-items .highlight-box {
        width: calc(25% - 10px);
        height: 84px;
        font-size: 12px;
    }

    .highlight-section .highlight-items .highlight-box br {
        display: block;
    }
}

.executive-highlight-section {
    padding-top: 72px;
    padding-bottom: 72px;
}
.executive-highlight-section .highlight-card {
    display: flex;
    background: transparent;
    border: 2px solid var(--secondary-color-800);
    position: relative;
    overflow: hidden;
    height: 100%;
}
.executive-highlight-section .highlight-card::before {
    content: '';
    font-size: 90px;
    font-family: var(--font-heavy);
    opacity: 0.02;
    position: absolute;
    top: -26px;
}
.executive-highlight-section .highlight-card .left-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 24px 32px;
}
.executive-highlight-section .highlight-card .left-col ul, .executive-highlight-section .highlight-card .left-col li {
    font-size: 18px;
    list-style-type: disc;
    font-family: var(--font-bold);
}
.executive-highlight-section .highlight-card .right-col {
    height: 293px;
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.executive-highlight-section .highlight-card .highlight-card-title {
    font-size: 28px;
    font-family: var(--font-heavy);
    margin-top: 16px;
    margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
    .executive-highlight-section {
        padding-top: 40px;
        padding-bottom: 40px;
   }
    .executive-highlight-section .highlight-card::before {
        font-size: 48px;
        top: -14px;
   }
    .executive-highlight-section .highlight-card .highlight-card-title {
        font-size: 14px;
        margin-top: 6px;
        margin-bottom: 0;
   }
    .executive-highlight-section .highlight-card .left-col {
        padding: 16px;
        justify-content: flex-start;
        gap: 10px
   }
    .executive-highlight-section .highlight-card .left-col ul, .executive-highlight-section .highlight-card .left-col li {
        font-size: 12px;
   }
    .executive-highlight-section .highlight-card .right-col {
        height: 143px;
        width: 150px;
   }
    .executive-highlight-description {
       font-size: 16px;
       margin-top: -14px;
       padding-bottom: 30px;
   }
   .highlight-description {
       font-size: 16px;
       padding: 0px 25px 25px 25px;
       margin-top:-10px;

   }
}
.left-border-icon {
    width: 8px;
    height: 60px;
    margin-right: 15px;
  }
  .left-border-icon::before {
    background-color: var(--primary-color-red);
    mask-image: url("clientlib-base-global/resources/images/left-border.svg");
    -webkit-mask-image: url("clientlib-base-global/resources/images/left-border.svg");
  }

.premium-page-title {
    color: #fff;
    font-size: 3.4286rem;
    margin-bottom: 48px;
    position: relative;
}
@media screen and (max-width: 1200px) {
    .premium-page-title {
        margin-bottom: 30px;
   }
}
@media screen and (max-width: 767px) {
    .premium-page-title {
        font-size: 2rem;
        margin-bottom: 25px;
   }
}
.premium-highlight-section {
    padding-top: 72px;
    background: #242424;
}
.premium-highlight-section .highlight-item-row {
    position: relative;
}
.premium-highlight-section .highlight-item-row .highlight-img {
    height: 350px;
    overflow: hidden;
}
.premium-highlight-section .highlight-item-row .highlight-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
.premium-highlight-section .highlight-item-row .highlight-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.premium-highlight-section .highlight-item-row .highlight-item:hover .highlight-img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.premium-highlight-section .highlight-item-row .higlight-content {
    color: #fff;
    padding: 32px 0px 30px 32px;
    width: 100%;
    background: var(--gradient-black);
    flex: 1;
}
.premium-highlight-section .highlight-item-row .higlight-content h3 {
    font-size: 2.2857rem;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #4c4c4c;
}
.premium-highlight-section .highlight-item-row .higlight-content .highlight-points {
    font-size: 1.2857rem;
    padding-right: 10px;
}
.premium-highlight-section .highlight-item-row .higlight-content .highlight-points li {
    margin-bottom: 10px;
    font-weight: 700;
    list-style-type: disc;
}
@media screen and (max-width: 1200px) {
    .premium-highlight-section {
        padding-top: 50px;
   }
    .premium-highlight-section .highlight-item-row .highlight-img {
        height: 300px;
   }
    .premium-highlight-section .highlight-item-row .higlight-content {
        padding: 24px;
        padding-right: 0;
   }
    .premium-highlight-section .highlight-item-row .higlight-content h3 {
        font-size: 2rem;
   }
    .premium-highlight-section .highlight-item-row .higlight-content .highlight-points li {
        margin-bottom: 5px;
   }
}
@media screen and (max-width: 991px) {
    .premium-highlight-section {
        padding-top: 35px;
   }
    .premium-highlight-section .highlight-col {
        padding: 0px;
   }
    .premium-highlight-section .highlight-item-row .highlight-item {
        flex-direction: row;
        height: 250px;
   }
    .premium-highlight-section .highlight-item-row .highlight-img {
        width: 50%;
        height: 100%;
   }
    .premium-highlight-section .highlight-item-row .higlight-content {
        padding: 16px;
        padding-right: 0;
        height: 100%;
        overflow-y: auto;
   }
    .premium-highlight-section .highlight-item-row .higlight-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
        padding-bottom: 10px;
   }
    .premium-highlight-section .highlight-item-row .higlight-content .highlight-points {
        font-size: 14px;
   }
}
@media screen and (max-width: 767px) {
    .premium-highlight-section .highlight-item-row .highlight-item {
        flex-direction: row;
        height: 220px;
   }
    .premium-highlight-section .highlight-item:hover .highlight-img img {
        transform: none !important;
   }
}
@media screen and (max-width: 479px) {
    .premium-highlight-section .highlight-item .higlight-content {
        padding: 16px;
   }
    .premium-highlight-section .highlight-item .higlight-content h3 {
        font-size: 14px;
   }
    .premium-highlight-section .highlight-item .higlight-content .highlight-points {
        font-size: 12px;
   }
}
.grunge-bg {
    position: relative;
  
    &::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background-image: url("clientlib-base-global/resources/images/grunge-background.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
    }
  }
.premium-page-title {
  color: #fff;
  font-size: 3.4286rem;
  margin-bottom: 48px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .premium-page-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .premium-page-title {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
.premium-wallpaper-section .premium-wallpaper-wrapper {
  position: relative;
}
.premium-wallpaper-section .premium-page-title {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 9;
  margin-bottom: 0px;
}
.premium-wallpaper-section .wallpaper-container {
  height: 723px;
  display: flex;
  flex-direction: column;
}
.premium-wallpaper-section .wallpaper-item {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.premium-wallpaper-section .wallpaper-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.premium-wallpaper-section .wallpaper-item:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
@media screen and (max-width: 1200px) {
  .premium-wallpaper-section .wallpaper-container {
    height: 600px;
  }
}
@media screen and (max-width: 991px) {
  .premium-wallpaper-section .wallpaper-container {
    height: 500px;
  }
  .premium-wallpaper-section .premium-page-title {
    top: 30px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .premium-wallpaper-section .wallpaper-container {
    height: inherit;
  }
}
.download-circle-icon {
  background: url("clientlib-base-global/resources/images/icons/download-circle-icon.svg") no-repeat center center / cover;
  width: 42px;
  height: 42px;
  display: block;
}
.link-right-arrow::before {
  mask-image: url("clientlib-base-global/resources/images/icons/link-right-arrow.svg");
  -webkit-mask-image: url("clientlib-base-global/resources/images/icons/link-right-arrow.svg");
}

.product-page-title {
    font-size: 3.42rem;
 }
  @media screen and (max-width: 600px) {
    .product-page-title {
      font-size: 24px;
   }
 }
 .calc-emi-section {
    padding-top: 40px;
 }
  .calc-emi-section .calc-emi-wrapper {
    padding: 56px 0px 56px 80px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.8);
 }
  .calc-emi-section .close-icon {
    position: absolute;
    right: 80px;
    top: 15px;
 }
  .calc-emi-section .caluclation-row {
    display: flex;
    position: relative;
    align-items: center;
 }
  .calc-emi-section .caluclation-form {
    width: 60%;
 }
  .calc-emi-section .caluclation-form .row {
    margin: 0px -40px;
 }
  .calc-emi-section .caluclation-form .form-col {
    padding: 0px 40px;
 }
  .calc-emi-section .caluclation-result {
    background: var(--gradient-dark-red);
    color: #fff;
    padding: 50px 80px 50px 40px;
    margin-left: auto;
    width: 375px;
 }
  .calc-emi-section .caluclation-result .form-val-label-box {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #D45858;
 }
  .calc-emi-section .caluclation-result .form-val-label-box .label {
    font-family: var(--font-medium);
 }
  .calc-emi-section .caluclation-result .form-val-label-box .val {
    font-family: var(--font-bold);
 }
  .calc-emi-section .caluclation-result .form-val-label-box:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0px;
 }
  @media screen and (max-width: 1200px) {
    .calc-emi-section .calc-emi-wrapper {
      padding: 50px 0px 40px 30px;
   }
    .calc-emi-section .caluclation-form .form-col {
      padding: 0px 20px;
   }
    .calc-emi-section .caluclation-form .row {
      margin: 0px -20px;
   }
    .calc-emi-section .caluclation-result {
      width: 300px;
   }
 }
  @media screen and (max-width: 991px) {
    .calc-emi-section .caluclation-result {
      width: 250px;
      padding-right: 40px;
   }
 }
  @media screen and (max-width: 767px) {
    .calc-emi-section .caluclation-row {
      flex-direction: column;
   }
    .calc-emi-section .close-icon {
      right: 30px;
      top: 10px;
   }
    .calc-emi-section .calc-emi-wrapper {
      padding: 35px 16px 0px 16px;
   }
    .calc-emi-section .caluclation-form {
      width: 100%;
   }
    .calc-emi-section .caluclation-result {
      margin: 25px auto 0px;
      width: 100%;
      padding: 25px;
   }
    .calc-emi-section .caluclation-result .form-val-label-box {
      display: flex;
      justify-content: space-between;
   }
    .calc-emi-section .caluclation-result .form-val-label-box .label, .calc-emi-section .caluclation-result .form-val-label-box .val {
      font-family: var(--font-medium);
   }
    .calc-emi-section .caluclation-result .form-val-label-box:last-child .label, .calc-emi-section .caluclation-result .form-val-label-box:last-child .val {
      font-family: var(--font-bold);
   }
 }
  @media screen and (max-width: 479px) {
    .calc-emi-section .calc-emi-wrapper {
      padding: 35px 16px 0px 16px;
   }
    .calc-emi-section .close-icon {
      right: 15px;
      top: 5px;
   }
    .calc-emi-section .caluclation-form .form-col:nth-child(3n) {
      width: 100%;
   }
    .calc-emi-section .caluclation-form .row {
      margin: 0px -10px;
   }
    .calc-emi-section .caluclation-form .form-col {
      padding: 0px 10px;
   }
    .calc-emi-section .caluclation-result {
      padding: 16px;
   }
    .calc-emi-section .caluclation-result .form-val-label-box {
      margin-bottom: 10px;
      padding-bottom: 10px;
   }
 }
 .executive-emi-section {
  padding-top: 72px;
  background: var(--primary-color-black) url(../components/hero-global/content/emi/clientlibs/images/product/executive/calc-emi-bg.jpg) no-repeat center/cover;
}
.executive-emi-section .calc-emi-container {
  position: relative;
  padding-bottom: 175px;
}
.executive-emi-section .calc-emi-container .form-white .form-label {
  color: var(--secondary-color-600);
}
.executive-emi-section .calc-emi-container .close-icon {
  position: absolute;
  right: 0;
  z-index: 2;
}
.executive-emi-section .calc-emi-container .close-icon::before {
  background-color: #fff;
}
.executive-emi-section .emi-results {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 40px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(100deg, transparent 24px, #EE2326 24px);
}
.executive-emi-section .emi-results .list-inline-item {
  color: #fff;
  padding: 0 40px;
  margin: 0;
  display: inline-flex;
  gap: 16px;
}
.executive-emi-section .emi-results .list-inline-item span {
  font-size: 24px;
  line-height: 29px;
}
.executive-emi-section .emi-results .list-inline-item:not(:last-child) {
  border-right: 2px solid #fff;
}
.executive-emi-section .emi-results .total-loan-amount span {
  font-size: 32px;
  line-height: 38px;
}
@media screen and (max-width: 991px) {
  .executive-emi-section {
    padding-top: 40px;
 }
  .executive-emi-section .emi-results {
    right: -16px;
    width: calc(100% + 16px);
    padding: 20px 20px 20px 40px;
    font-size: 14px;
    justify-content: center;
    gap: 100px;
 }
  .executive-emi-section .emi-results .emi-interest {
    position: relative;
 }
  .executive-emi-section .emi-results .emi-interest::before {
    content: '';
    height: 66px;
    width: 1px;
    background: var(--gradient-red);
    position: absolute;
    right: -50px;
    top: 14px;
 }
  .executive-emi-section .emi-results .list-inline, .executive-emi-section .emi-results ul {
    display: flex;
    flex-direction: column;
 }
  .executive-emi-section .emi-results .list-inline-item {
    flex-direction: column;
    gap: 2px;
    padding: 0;
    margin-bottom: 12px;
 }
  .executive-emi-section .emi-results .list-inline-item:last-child {
    margin-bottom: 0;
 }
  .executive-emi-section .emi-results .list-inline-item span {
    font-size: 12px;
    line-height: 14px;
 }
  .executive-emi-section .emi-results .list-inline-item span + span {
    font-size: 14px;
    line-height: 17px;
 }
  .executive-emi-section .emi-results .list-inline-item:not(:last-child) {
    border-right: 0;
 }
  .executive-emi-section .emi-results .total-loan-amount span {
    font-size: 12px;
    line-height: 14px;
 }
  .executive-emi-section .emi-results .total-loan-amount span + span {
    font-size: 18px;
    line-height: 22px;
 }
}

.premium-bike-emi-calcuation {
  padding-top: 0px;
}
.premium-bike-emi-calcuation .calc-emi-wrapper {
  background-color: transparent;
}
.premium-bike-emi-calcuation .close-icon {
  position: absolute;
  right: 80px;
  z-index: 2;
}
.premium-bike-emi-calcuation .close-icon::before {
  background-color: #fff;
}
.premium-bike-emi-calcuation .caluclation-form {
  flex: 1;
}
.premium-bike-emi-calcuation .caluclation-form .row {
  margin: 0px -20px;
}
.premium-bike-emi-calcuation .caluclation-form .row .form-col {
  padding: 0px 20px;
}
.premium-bike-emi-calcuation .caluclation-form .form-label {
  color: var(--secondary-color-600);
  margin-bottom: 0px;
}
.premium-bike-emi-calcuation .caluclation-result-container {
  width: 50%;
  color: #fff;
  text-align: center;
}
.premium-bike-emi-calcuation .caluclation-result-container .label {
  font-family: var(--font-regular);
}
.premium-bike-emi-calcuation .caluclation-result-container .val {
  font-family: var(--font-bold);
}
.premium-bike-emi-calcuation .caluclation-result-container .form-val-label-box:last-child {
  margin-top: 30px;
}
.premium-bike-emi-calcuation .caluclation-result-container .total-amount {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.premium-bike-emi-calcuation .caluclation-result-container .total-amount:after {
  position: absolute;
  background: url(../components/hero-global/content/emi/clientlibs/images/icons/seperator.svg) no-repeat center center / cover;
  width: 320px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  bottom: 0px;
}
.premium-bike-emi-calcuation .caluclation-result-container .total-amount .premium-page-title {
  font-family: var(--font-heavy);
}
@media screen and (max-width: 1200px) {
  .premium-bike-emi-calcuation .close-icon {
    right: 40px;
 }
  .premium-bike-emi-calcuation .caluclation-result-container {
    width: 40%;
 }
  .premium-bike-emi-calcuation .caluclation-result-container .total-amount {
    margin-bottom: 30px;
    padding-bottom: 30px;
 }
  .premium-bike-emi-calcuation .caluclation-result-container .total-amount:after {
    width: 80%;
 }
}
@media screen and (max-width: 767px) {
  .premium-bike-emi-calcuation .close-icon {
    right: 30px;
 }
  .premium-bike-emi-calcuation .caluclation-result-container {
    width: 100%;
    padding: 32px 0px;
 }
  .premium-bike-emi-calcuation .caluclation-result-container .total-amount {
    margin-bottom: 24px;
    padding-bottom: 24px;
 }
  .premium-bike-emi-calcuation .caluclation-result-container .form-val-label-box:last-child {
    margin-top: 24px;
 }
}
@media screen and (max-width: 479px) {
  .premium-bike-emi-calcuation .close-icon {
    right: 16px;
 }
}
.emi-custom-input[readonly] {
  background-color: initial;
}

.emi-custom-range {
  margin-top: 25px;
}

.emi-custom-range {
  -webkit-appearance: none;
  appearance: none; 
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  height: 6px;
  background: #FFFFFF;
}

.emi-custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none; 
  height: 20px;
  width: 20px;
  background-color: #EE2326;
  border-radius: 50%;
  border: none;
  transition: .2s ease-in-out;
}

.emi-custom-range::-moz-range-thumb {
  height: 20px;
  width: 20px;
  background-color: #EE2326;
  border-radius: 50%;
  border: none;
  transition: .2s ease-in-out;
}

#bikeModelSelect option {
  color: #303030;
}
/*****************************************************
LESS compilation failed due a JavaScript error!

Input: apps/hero-aem-website/components/hero-global/content/product-price/clientlibs/less/productPrice.less
Error: OperationError: Operation on an invalid type in apps/hero-aem-website/components/hero-global/content/product-price/clientlibs/less/productPrice.less on line 23, column 5:
22 .findahero-section .findahero-form .form-col:last-child {
23     padding-right: calc(var(--bs-gutter-x) * .5);
24 }


(uncompiled LESS src is included below)
*****************************************************/
.findahero-section {
    background: no-repeat center/cover;
}
.findahero-section .findahero-title {
    padding: 3.4286rem 0;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .findahero-section .findahero-title {
        padding-bottom: 20px;
   }
}
.findahero-section .findahero-form {
    padding-bottom: 3.4286rem;
    align-items: flex-end;
}

.findahero-section .findahero-form .form-select button {
    padding-right: 35px;
}

.findahero-section .findahero-form .form-col:last-child {
    padding-right: calc(var(--bs-gutter-x) * .5);
}
@media screen and (max-width: 991px) {
    .findahero-section .findahero-form .form-col {
        padding-right: calc(var(--bs-gutter-x) * .5);
   }
}
@media screen and (max-width: 767px) {
    .findahero-section .findahero-form {
        padding-bottom: 20px;
   }
    .findahero-section .findahero-form .action-btn-container {
        margin-top: 15px;
   }
    .findahero-section .findahero-form .action-btn-container .btn {
        width: 100%;
   }
}
.premium-price-section {
    background: linear-gradient(90deg, #f00 0%, #242424 100%);
    padding-top: 60px;
    padding-bottom: 10px;
}
.premium-price-section .findahero-form {
    position: relative;
}
.premium-price-section .premium-page-title {
    margin-bottom: 0px;
}
.premium-price-section .premium-page-title .left-border-icon::before {
    background-color: #fff;
}
.premium-price-section .showroom-price {
    padding-left: 75px;
}
.premium-price-section .action-btn .btn {
    min-height: inherit;
    width: 100%;
    margin-bottom: 16px;
}
.premium-price-section .action-btn .btn:last-child {
    margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
    .premium-price-section {
        padding-top: 30px;
   }
    .premium-price-section .premium-page-title {
        margin-bottom: 0px;
   }
    .premium-price-section .showroom-price {
        padding-left: 30px;
   }
}
@media screen and (max-width: 991px) {
    .premium-price-section .action-btn {
        display: flex;
   }
    .premium-price-section .action-btn .btn {
        margin-bottom: 0px;
        margin-right: 15px;
   }
    .premium-price-section .action-btn .btn:last-child {
        margin-right: 0px;
   }
    .premium-price-section .showroom-price {
        padding-left: 10px;
   }
    .premium-price-section .premium-page-title {
        margin-bottom: 15px;
   }
}

.executive-heroprice-section {
    padding-top: 72px;
    padding-bottom: 40px;
}
.executive-heroprice-section .pe-price-value {
    font-size: 24px;
    font-family: var(--font-heavy);
}
@media screen and (max-width: 991px) {
    .executive-heroprice-section {
        padding-top: 40px;
        padding-bottom: 32px;
   }
    .executive-heroprice-section .largeheading {
        margin-bottom: 36px;
   }
    .executive-heroprice-section .action-btn-container .btn {
        width: 50%;
   }
}

.exshowroom-price {
    color: #fff;
    font-family: var(--font-heavy);
  }

  .variant-price-type-ul{
    color: #fff;
    font-size: 1.7143rem;
    margin: 0px;
    font-weight: 500;
    line-height: 1.2;
  }
  .mg-btm-15-li{
    margin-bottom: 15px;
  }
  .prod-hero-section {
    position: relative;
  }
  .prod-hero-section .findahero-title {
    padding-bottom: 0;
  }
  .prod-hero-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: 0px;
    top: 0px;
  }
  .prod-hero-section .container {
    position: relative;
  }
  @media screen and (max-width: 600px) {
    .prod-hero-section .findahero-title {
      padding-bottom: 15px;
    }
  }
  @media screen and (max-width: 576px) {
    .custom-ex-price {
        width: 50%;
    }
  }

#priceSection{
    .price-title{
        margin-bottom: 32px;
    }
}
@media screen and (max-width: 991px) {
   #priceSection{
        .price-title{
            margin-bottom: 0px;
        }
    }
}

.europe-variant-pricing {
  font-family: var(--font-transducer-regular);
}
.europe-variant-pricing .variant-pricing-container {
  padding: 62px 52px 44px 56px;
  display: flex;
  gap: 120px;
}
@media screen and (max-width: 768px) {
  .europe-variant-pricing .variant-pricing-container {
    flex-direction: column;
    padding: 44px 0px 26px 17px;
    gap: 0;
  }
}
.europe-variant-pricing .variant-pricing-container .image-heading-container {
  max-width: 314px;
  padding: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
  .europe-variant-pricing .variant-pricing-container .image-heading-container {
    display: flex;
    padding: 0;
    max-width: unset;
  }
}
.europe-variant-pricing .variant-pricing-container .image-heading-container .heading {
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .europe-variant-pricing .variant-pricing-container .image-heading-container .heading {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 12px;
  }
}
.europe-variant-pricing .variant-pricing-container .image-heading-container img {
  width: auto;
  height: 45px;
}
@media screen and (max-width: 768px) {
  .europe-variant-pricing .variant-pricing-container .image-heading-container img {
    height: 25px;
  }
}
.europe-variant-pricing .variant-pricing-container .pricing-container {
  display: flex;
  flex-grow: 2;
  position: relative;
  padding: 30px 0;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .europe-variant-pricing .variant-pricing-container .pricing-container {
    padding-top: 0;
  }
}
.europe-variant-pricing .variant-pricing-container .pricing-container .table-wrapper {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .europe-variant-pricing .variant-pricing-container .pricing-container .table-wrapper {
    display: block;
    padding-top: 0;
  }
}
.europe-variant-pricing .variant-pricing-container .pricing-container .content-wrapper {
  width: 100%;
  padding: 0 36px 16px 66px;
  border-right: 1px solid transparent;
  border-image-source: linear-gradient(180deg, rgba(135, 11, 14, 0) -5.58%, rgba(135, 11, 14, 0.29) 50.35%, rgba(135, 11, 14, 0) 105.37%);
  border-image-slice: 1;
}
@media screen and (max-width: 1280px) {
  .europe-variant-pricing .variant-pricing-container .pricing-container .content-wrapper {
    padding: 0 16px 16px 26px;
  }
}
@media screen and (max-width: 768px) {
  .europe-variant-pricing .variant-pricing-container .pricing-container .content-wrapper {
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    border-right: none;
    gap: 0 30px;
    border-bottom: 1px solid transparent;
  }
}
.europe-variant-pricing .variant-pricing-container .pricing-container .content-wrapper .heading {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: var(--font-transducer-bold);
}
@media screen and (max-width: 768px) {
  .europe-variant-pricing .variant-pricing-container .pricing-container .content-wrapper .heading {
    font-size: 12px;
    width: 100px;
    margin-top: 18px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1281px) {
  .europe-variant-pricing .variant-pricing-container .pricing-container .content-wrapper .heading {
    font-size: 16px;
    line-height: 100%;
  }
}
.europe-variant-pricing .variant-pricing-container .pricing-container .content-wrapper .content {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .europe-variant-pricing .variant-pricing-container .pricing-container .content-wrapper .content {
    font-size: 12px;
    width: 120px;
    margin-top: 18px;
  }
}
.europe-variant-pricing .variant-pricing-container .pricing-container .content-wrapper .varientName {
  text-transform: uppercase;
}
.europe-variant-pricing .variant-pricing-container .pricing-container .content-wrapper:last-of-type {
  border-right: none !important;
}
.europe-variant-pricing .variant-pricing-container .pricing-container .showroom-price-disclaimer {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  position: absolute;
  bottom: 0;
  left: 36px;
  font-family: 'T-Star-Pro-Medium';
}
@media screen and (max-width: 768px) {
  .europe-variant-pricing .variant-pricing-container .pricing-container .showroom-price-disclaimer {
    left: 0;
    font-size: 12px;
    line-height: 120%;
  }
}

.service {
	 padding-top: 32px;
	 padding-bottom: 56px;
}
 .service .tab-wrap {
	 display: flex;
	 justify-content: space-between;
}
 .service .tab-content {
	 padding: 20px 0;
	 position: relative;
}
 .service .bottom-btn {
	 display: flex;
	 justify-content: flex-end;
}
 .about-hero .contact-header {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
}
 .about-hero .contact-header h4 {
	 color: var(--primary-color-grey);
}
 .about-hero .contact-header .dropdown-col {
	 width: 322px;
}
 @media screen and (max-width: 767px) {
	 .about-hero .contact-header {
		 flex-direction: column;
		 align-items: unset;
		 border-bottom: 0;
	}
	 .about-hero .contact-header h4 {
		 margin-bottom: 15px;
		 color: var(--primary-color-black);
	}
}
 .about-hero .office-section {
	 max-width: 600px;
}
 .about-hero .office-section h4 {
	 margin-bottom: 20px;
}
 .about-hero .office-section li {
	 margin-bottom: 24px;
	 display: flex;
	 font-size: 1.2857rem;
}
 .about-hero .office-section li .label {
	 min-width: 150px;
	 color: var(--primary-color-grey);
}
 .about-hero .office-section li .val {
	 color: var(--primary-color-black);
}
 @media screen and (max-width: 767px) {
	 .about-hero .office-section {
		 max-width: inherit;
	}
	 .about-hero .office-section h4 {
		 margin: 0 0px 15px 0px;
		 border-bottom: 1px solid #ccc;
		 padding-bottom: 10px;
	}
}
 .about-hero .suggestion-box h4 {
	 margin-bottom: 30px;
	 color: var(--primary-color-grey);
}
 .about-hero .suggestion-box .form-checked-box {
	 display: flex;
}
 .about-hero .suggestion-box .form-checked-box .form-check {
	 margin-right: 30px;
}
 .about-hero .suggestion-box .form-condition {
	 font-size: 1.2857rem;
	 font-family: var(--font-bold);
	 color: var(--primary-color-grey);
}
 .about-hero .suggestion-box .form-condition .link {
	 color: var(--primary-color-red);
}
 .about-hero .suggestion-box .btn-wrapper {
	 justify-content: unset;
	 gap: 20px;
}
 @media screen and (max-width: 767px) {
	 .about-hero .suggestion-box h4 {
		 margin-bottom: 24px;
		 padding-right: 20px;
		 color: var(--primary-color-black);
	}
	 .about-hero .suggestion-box h4 br {
		 display: none;
	}
	 .about-hero .suggestion-box .form-check-label {
		 font-size: 14px;
	}
	 .about-hero .suggestion-box .form-condition br {
		 display: none;
	}
}
 

.testride-section {
  display: flex;
  position: relative;
}
.requestcallback .request-callback .popup-container {
  position: fixed;
  transition: bottom 0.5s ease-out;
  bottom: -100%;
  transform: translate(0, 50%);
}
@media screen and (max-width: 768px) {
  .requestcallback .request-callback .popup-container {
    transform: translate(0, 0);
  }
}
.request-callback .popup-content .close-icon {
  border: none;
  background: transparent;
  padding: 0;
}
.callBackForm .send-otp-btn {
  padding: 8px 32px;
  margin-top: 4px;
}
.callBackForm .action-btn-container .buttonBookTheRide:focus,
.callBackForm .action-btn-container .buttonBookTheRide:hover {
  box-shadow: none;
}
.popup-container.show {
  bottom: 50vh !important;
}
@media screen and (max-width: 768px) {
  .popup-container.show {
    bottom: 0 !important;
  }
}
.testride-section::before {
  position: absolute;
  content: "";
  width: 12.2857rem;
  height: 180px;
  left: 0;
  top: 0;
  z-index: -1;
  background: url("clientlib-base-global/resources/images/testride-bg-art.svg") no-repeat left top / contain;
}
.offers-container-img {
  width: 100%;
  object-fit: contain;
}
.form-container {
  display: flex;
  flex-direction: column;
}
.column {
  display: flex;
}
.left-col {
  margin-right: 32px;
}
.right-col {
  margin-left: 32px;
}
@media screen and (max-width: 991px) {
  .testride-section::before {
    width: 136px;
  }
}
@media screen and (min-width: 992px) {
  .testride-section.hoverAnimationActive:hover .offers-containers {
    width: 40%;
  }
  .testride-section.hoverAnimationActive .offers-containers {
    width: 58%;
  }
}
.testride-section .testride-form-container {
  flex: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-right: 40%;
}
.requestcallform .otp-container {
  position: relative;
}
.requestcallform .resend-otp-btn {
  position: absolute;
  right: 10px;
  top: 60%;
}
.requestcallform.callBackForm .requestCallCitySelect {
  border: none;
  border-bottom: 2px solid #999;
  display: block;
  width: 100%;
  height: 34px;
  color: grey !important;
  font-size: 18px;
  font-weight: 500;
  font-family: 'T-Star-Pro-Medium';
}
.requestcallform.callBackForm .requestCallCitySelect:focus {
  border-color: var(--input-focus-border-color);
  outline: 0;
  box-shadow: none;
  background-color: transparent;
}
.requestcallform select {
  border-bottom: 2px solid #999;
  color: #999;
  font-family: 'T-Star-Pro-Medium';
}
.requestcallform select option {
  color: #000;
}
.requestcallform.callBackForm select:valid {
  color: #000 !important;
}
.requestcallform.callBackForm .requestCallCitySelect option {
  color: #000;
}
.testride-section .testride-form-container .testride-form {
  margin-top: 32px;
}
.testride-section .testride-form-container .right-form-col {
  opacity: 1;
}
.testride-section .offers-container {
  position: absolute;
  right: 0;
  display: flex;
  transition: all 0.3s ease;
  width: 40%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .testride-section {
    flex-direction: column;
  }
  .testride-section .testride-form-container {
    padding-top: 40px;
    padding-bottom: 32px;
    margin-right: 0;
  }
  .testride-section .offers-container {
    position: static;
    width: 100%;
  }
  .right-col {
    margin-left: 0px;
  }
  .column {
    display: flex;
    flex-direction: column;
  }
}
.input-suffix {
  position: relative;
  display: flex;
}
.input-suffix .suffix-button {
  position: absolute;
  right: 0;
  padding: 2px 7px;
  min-width: fit-content;
  font-family: var(--font-medium);
  text-transform: initial;
  font-size: 1rem;
}
.timer-suffix {
  position: absolute;
  right: 10px;
  top: 60%;
}
.form-control {
  border-color: #999;
}
.form-control:disabled {
  border-color: #999;
}
.form-check-custom {
  display: -webkit-inline-box;
}
.error--message,
.validate--msg,
.text-success,
.max-validate--msg,
.invalid-otp-message {
  position: absolute;
}
.req-call-back-img {
  object-fit: fill;
}

.bookingConfirmModal .popup-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.bookingConfirmModal h4 {
  margin-bottom: 24px;
  font-weight: 700;
}
.bookingConfirmModal h5 {
  margin-bottom: 12px;
}
.bookingConfirmModal .form-check {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 1.1429rem;
}
.bookingConfirmModal .form-check label {
  color: var(--primary-color-grey);
}
.bookingConfirmModal .success-icon-container {
  width: 41%;
}
.bookingConfirmModal .booking-detail {
  font-size: 1.5rem;
}

.tip-details-section {
    display: none;
}

.container {
    padding: 0;
    max-width: 1440px;
}

@media screen and (max-width: 991px) {
    .container {
        max-width: inherit;
    }
}

.tips-section {
    padding-bottom: 36px;
}

.two-wheeler-tips .select-container .select-label {
    margin-bottom: 8px;
}

#bike-selector {
    min-width: 240px;
    min-height: 40px;
}

.tips-section .tab-content {
    padding-top: 30px;
}

.tips-container {
    display: flex;
    flex-wrap: wrap;
    gap: 31px;
}

.tips-container .tips-box {
    width: 186px;
    height: 186px;
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.tips-container .tips-box .tips-img-wrap {
    width: 100%;
    height: 135px;
}

.tips-container .tips-box .tips-img-wrap img {
    width: 100%;
}

.tips-container .tips-box .tips-label {
    font-size: 16px;
    font-family: var(--font-bold);
    margin-top: 10px;
}

@media only screen and (max-width: 991px) {
    .tips-container {
        gap: 20px;
    }

    .tips-container .tips-box {
        width: 154px;
        height: 154px;
    }
}
.tip-details-section {
    padding-top: 48px;
}

.tip-details-section .quick-tip-row {
    padding-bottom: 40px;
}

.tip-details-section .list-numbered {
    padding-left: 14px;
}

.tip-details-section .tip-details-row {
    display: flex;
    align-items: center;
    gap: 56px;
    padding: 40px 0;
    border-top: 1px dashed var(--border-color);
}

.tip-details-section .tip-details-row .tip-img-col {
    width: 250px;
    height: 250px;
    overflow: hidden;
}

.tip-details-section .tip-details-row .tip-description {
    font-size: 16px;
}

.tip-details-section .tip-details-row .tip-description .tip-desc-title {
    font-size: 20px;
    font-family: var(--font-bold);
    margin-bottom: 20px;
}

.tip-details-section .tip-details-row .tip-description+.tip-description {
    margin-top: 22px;
}

@media screen and (max-width: 991px) {
    .tip-details-section {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .tip-details-section .tip-details-row {
        gap: 32px;
        align-items: flex-start;
    }

    .tip-details-section .tip-details-row .tip-img-col {
        width: 200px;
        height: 200px;
    }

    .tip-details-section .tip-details-row .tip-description {
        font-size: 14px;
    }

    .tip-details-section .tip-details-row .tip-description .tip-desc-title {
        font-size: 16px;
    }
}
.locate-section {
  padding-top: 48px;
  padding-bottom: 48px;
}
.locate-section .action-btn-container {
  position: absolute;
  right: 0;
  top: -6px;
}
@media screen and (max-width: 991px) {
  .locate-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .locate-section .action-btn-container {
    position: static;
  }
}
.section-header {
  padding-bottom: 30px;
}
.search-results-container {
  padding: 16px;
  background: rgba(237, 237, 237, 0.5);
  border: 1px solid var(--border-light);
}
.search-results-container .search-results-info {
  padding-right: 16px;
  padding-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .search-results-container {
    margin-top: 16px;
  }
}
.locate-search-box {
  position: relative;
  margin-bottom: 40px;
}
.locate-search-box .close-icon {
  position: absolute;
  right: 60px;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
}
.locate-search-box .input-group-text {
  min-width: 52px;
}
.locate-search-box .auto-suggestion-block {
  position: absolute;
  top: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  width: 100%;
  z-index: 5;
  padding: 20px;
}
.locate-search-box .auto-suggestion-block .suggestion-list .sug-link {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--primary-color-black);
}
.locate-search-box .auto-suggestion-block .suggestion-list li:last-child .sug-link {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .locate-search-box {
    margin-bottom: 16px;
  }
}
.pagination .page-item {
  margin: 0 5px;
}
.pagination .page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination .page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination .page-item.disabled .page-link {
  background-color: #fff !important;
}
.pagination .page-item.disabled .page-link:hover {
  background-color: #fff;
}
.pagination .page-item.disabled .page-link .h-icon::before {
  background-color: var(--secondary-color-500);
}
.pagination .page-link {
  padding: 8px;
  color: var(--primary-color-black);
  border-radius: 4px;
  line-height: 16px;
  display: flex;
}
.pagination .page-link:hover {
  text-decoration: none;
}
.pagination .page-link.prev,
.pagination .page-link.next {
  background-color: var(--primary-color-red);
}
.pagination .page-link.prev .h-icon::before,
.pagination .page-link.next .h-icon::before {
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .pagination .page-link {
    padding: 6px;
  }
}
.search-results {
  max-height: 524px;
  overflow: auto;
  padding-right: 16px;
}
.search-results .card {
  margin-top: 16px;
  padding: 10px;
}
.search-results .sr-item {
  gap: 16px;
  flex-direction: row;
  cursor: pointer;
  line-height: 17px;
}
.search-results .sr-item.active {
  border-color: var(--primary-color-red);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}
.search-results .sr-item .img-with-details {
  display: flex;
  gap: 16px;
  flex: 1;
}
.search-results .sr-item .sr-img {
  width: 87px;
  height: 93px;
}
.search-results .sr-item .sr-item-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.search-results .sr-item .sr-item-details .sr-item-title {
  font-size: 18px;
  font-family: var(--font-heavy);
}
.search-results .sr-item .sr-item-details .sr-item-address {
  font-size: 14px;
  font-family: var(--font-bold);
  color: var(--primary-color-grey);
}
.search-results .sr-item .sr-item-actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  font-family: var(--font-bold);
}
.search-results .sr-item .sr-item-actions .action-link {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border-color);
}
.search-results .sr-item .sr-item-actions .action-link:last-child {
  border-bottom: 0;
}
.search-results .sr-item .sr-item-actions .noBorder {
  border-bottom: none !important;
}
@media screen and (max-width: 991px) {
  .search-results {
    max-height: 400px;
  }
  .search-results .sr-item .sr-item-actions .action-link {
    flex: 1;
    text-align: center;
    border-bottom: 0;
    padding: 0;
    border-right: 1px solid var(--border-color);
  }
  .search-results .sr-item .sr-item-actions .action-link:last-child {
    border-right: 0;
  }
  .search-results .sr-item .sr-item-actions .noBorder {
    border-right: none !important;
  }
}
.map-wrapper {
  min-height: 605px;
  position: relative;
  width: 100% !important;
}
@media screen and (max-width: 991px) {
  .map-wrapper {
    max-width: calc(148%) !important;
    min-height: auto;
    width: 100% !important;
    margin: 0;
  }
  .map-wrapper iframe {
    max-height: 300px !important;
  }
}
.detect-my-location-btn {
  padding: 12px;
  text-transform: capitalize;
  color: var(--primary-color-black);
  font-family: var(--font-bold);
  border: 1px solid var(--secondary-color-600);
  background: #fff;
  position: absolute;
  left: 24px;
  top: 24px;
}
.detect-my-location-btn.detected {
  border: 1px solid var(--primary-color-red);
}
.detect-my-location-btn:hover {
  border: 1px solid var(--secondary-color-600);
}
@media screen and (max-width: 991px) {
  .detect-my-location-btn {
    min-width: auto;
    padding: 6px;
    top: 12px;
  }
}
#map {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-height: 623px;
}
@media screen and (max-width: 991px) {
  .mmi-container {
    height: 250px;
    max-height: 100%;
  }
}
#detectMyLocation {
  z-index: 1;
}
.map-control {
  z-index: 8 !important;
}

.service-center {
  padding-bottom: 30px;
}

.compare-bikes-section {
  padding-top: 48px;
  padding-bottom: 48px;
}
.compare-bikes-section .compare-table-wrapper {
  overflow: auto;
}
.compare-bikes-section .compare-table-wrapper table {
  table-layout: fixed;
  margin-bottom: 32px;
  min-width: 600px;
}
.compare-bikes-section .compare-table-wrapper table thead {
  background: linear-gradient(199.07deg, #eeeeee 13.94%, #ffffff 46.94%, #f4f4f4 83.56%);
}
.compare-bikes-section .compare-table-wrapper table .bike-img-wrap {
  max-width: 140px;
  max-height: 90px;
  margin: 0 auto 24px;
}
.compare-bikes-section .compare-table-wrapper table td,
.compare-bikes-section .compare-table-wrapper table th {
  padding: 16px;
  font-size: 16px;
  text-align: center;
  font-family: var(--font-medium);
}
.compare-bikes-section .compare-table-wrapper table td .bootstrap-select,
.compare-bikes-section .compare-table-wrapper table th .bootstrap-select {
  max-width: 200px;
  margin: auto;
}
.compare-bikes-section .compare-table-wrapper table.spec-table thead {
  background: var(--gradient-black);
}
.compare-bikes-section .compare-table-wrapper table.spec-table thead th {
  text-align: left;
  color: #FFFFFF;
  font-size: 24px;
  padding: 16px 24px;
  font-family: var(--font-bold);
}
.compare-bikes-section .compare-table-wrapper table.spec-table td {
  font-size: 16px;
  padding: 12px 24px;
}
.compare-bikes-section .compare-table-wrapper table.spec-table td.spec-label {
  font-size: 18px;
  font-family: var(--font-heavy);
  text-align: left;
}
.compare-bikes-section .custom-inner-select .form-select {
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .compare-bikes-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .compare-bikes-section .compare-table-wrapper table {
    margin-bottom: 16px;
  }
  .compare-bikes-section .compare-table-wrapper table .bike-img-wrap {
    max-width: 90px;
    max-height: 60px;
    margin: 0 auto 12px;
  }
  .compare-bikes-section .compare-table-wrapper table.spec-table thead th {
    font-size: 16px;
    padding: 8px 16px;
  }
  .compare-bikes-section .compare-table-wrapper table.spec-table td {
    font-size: 12px;
    padding: 8px 16px;
  }
  .compare-bikes-section .compare-table-wrapper table.spec-table td.spec-label {
    font-size: 14px;
  }
}

.gallery-section-varient-two {
  height: 620px;
  max-height: 900px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
}
.gallery-section-varient-two .gallery-title-container {
  height: 25%;
  position: relative;
}
.gallery-section-varient-two .gallery-title-container .gallery-title {
  font-size: 3.4286rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .gallery-section-varient-two .gallery-title-container .gallery-title {
    font-size: 3em;
  }
}
.gallery-section-varient-two .gallery-section {
  height: inherit;
  display: flex;
  position: relative;
}
.gallery-section-varient-two .gallery-section .gallery-container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  position: inherit;
}
.gallery-section-varient-two .gallery-section .gallery-container .gallery-slider {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .gallery-section-varient-two .gallery-section .gallery-container {
    width: 90%;
  }
}
.gallery-section-varient-two .gallery-section .gallery-action {
  width: 0;
}
.gallery-section-varient-two .gallery-section .gallery-action .gallery-action-container {
  height: 100%;
  display: flex;
  align-items: center;
}
.gallery-section-varient-two .gallery-section .gallery-action .gallery-action-container button.slick-action-arrow {
  width: 42px;
  height: 42px;
  font-size: 0px;
  z-index: 2;
  border: 0;
  margin: 0 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 4px;
  position: absolute;
}
@media screen and (max-width: 991px) {
  .gallery-section-varient-two .gallery-section .gallery-action .gallery-action-container button.slick-action-arrow {
    width: 32px;
    height: 32px;
    display: none !important;
  }
}
.gallery-section-varient-two .gallery-section .gallery-action .gallery-action-container button.slick-action-arrow.prev,
.gallery-section-varient-two .gallery-section .gallery-action .gallery-action-container button.slick-action-arrow.prev-item {
  background-image: url(clientlib-base-global/resources/images/icons/left-arrow-active.svg);
}
.gallery-section-varient-two .gallery-section .gallery-action .gallery-action-container button.slick-action-arrow.next,
.gallery-section-varient-two .gallery-section .gallery-action .gallery-action-container button.slick-action-arrow.next-item {
  background-image: url(clientlib-base-global/resources/images/icons/right-arrow-active.svg);
}
.gallery-section-varient-two .gallery-section .gallery-action .gallery-action-container button.slick-action-arrow.slick-disabled {
  pointer-events: none;
}
.gallery-section-varient-two .gallery-section .gallery-action .gallery-action-container button.slick-action-arrow.slick-disabled.prev,
.gallery-section-varient-two .gallery-section .gallery-action .gallery-action-container button.slick-action-arrow.slick-disabled.prev-item {
  background-image: url(clientlib-base-global/resources/images/icons/left-arrow.svg);
}
.gallery-section-varient-two .gallery-section .gallery-action .gallery-action-container button.slick-action-arrow.slick-disabled.next,
.gallery-section-varient-two .gallery-section .gallery-action .gallery-action-container button.slick-action-arrow.slick-disabled.next-item {
  background-image: url(clientlib-base-global/resources/images/icons/right-arrow.svg);
}
.gallery-section-varient-two .gallery-section .gallery-action .gallery-action-container .slick-arrow-left {
  left: 75px;
}
.gallery-section-varient-two .gallery-section .gallery-action .gallery-action-container .slick-arrow-right {
  right: 75px;
}
@media screen and (max-width: 991px) {
  .gallery-section-varient-two .gallery-section .gallery-action {
    width: 5%;
  }
}
.gallery-section-varient-two .gallery-section .gallery-list {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.gallery-section-varient-two .gallery-section .gallery-list .gallery-col {
  padding: 0px 16px;
}
.gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item {
  position: relative;
  width: 800px;
}
.gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-thumbnail {
  height: 400px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
}
.gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.7s ease-out;
}
.gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-thumbnail img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 991px) {
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-thumbnail {
    height: 275px;
  }
}
.gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .video-play-icon::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: url("clientlib-base-global/resources/images/icons/play-circle.svg") no-repeat center center / cover;
  width: 75px;
  height: 75px;
  z-index: 9;
  background-color: transparent !important;
}
@media screen and (max-width: 991px) {
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .video-play-icon::before {
    width: 55px;
    height: 55px;
  }
}
.gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content {
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.15) 100%);
  width: 100%;
  height: auto;
  padding: 24px;
  color: var(--color-secondary-white, #ffffff);
}
@media screen and (max-width: 991px) {
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content {
    padding: 10px;
  }
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content h1,
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content h2,
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content h3,
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content h4,
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content h5,
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content h6 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content h1,
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content h2,
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content h3,
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content h4,
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content h5,
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content h6 {
    font-size: 1.1rem;
  }
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 991px) {
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .gallery-section-varient-two {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  .gallery-section-varient-two {
    height: 50vh;
  }
}
.gallery-video-element,
.gallery-image-element {
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .gallery-video-element,
  .gallery-image-element {
    height: auto;
  }
}
.product-images-carousel .popup-body,
.product-images-carousel .popup-content {
  padding: 0px !important;
}
.product-images-carousel .popup-container {
  height: auto;
  background: none;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .product-images-carousel .popup-container {
    width: 90%;
  }
}
.product-images-carousel .carousel-inner .carousel-item img {
  max-height: inherit;
}
.product-images-carousel .close-icon {
  top: -30px;
  right: 0px;
}
.product-images-carousel .close-icon::before {
  background-color: #fff !important;
}
.product-images-carousel .prev-next-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0px;
}
.product-images-carousel .carousel-control-next,
.product-images-carousel .carousel-control-prev {
  opacity: 1;
  width: auto;
  padding: 0px 25px;
}
@media screen and (max-width: 767px) {
  .product-images-carousel .carousel-control-next,
  .product-images-carousel .carousel-control-prev {
    padding: 0px 10px;
  }
}
.custom-gallery-close {
  top: 0 !important;
  right: 0 !important;
  width: 45px;
  height: 45px;
}
.product-images-carousel {
  left: 0;
}

.latest-video-section .latest-video-list {
  margin: 0px -16px;
  display: flex;
}
.latest-video-section .latest-video-list .latest-video-col {
  padding: 0px 16px;
}
.latest-video-section .latest-video-list .latest-video-item {
  position: relative;
}
.latest-video-section .latest-video-list .video-thumbnail {
  height: 270px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
}
.latest-video-section .latest-video-list .video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s ease-out;
}
.latest-video-section .latest-video-list .video-thumbnail:hover img {
  transform: scale(1.2);
}
.latest-video-section .latest-video-list .video-title {
  position: absolute;
  bottom: 24px;
  left: 24px;
  color: #fff;
  font-size: 1.2857rem;
  max-width: 70%;
  font-family: var(--font-bold);
}
@media screen and (max-width: 479px) {
  .latest-video-section .latest-video-list .video-title {
    bottom: 15px;
    left: 15px;
    max-width: 85%;
  }
}
@media screen and (max-width: 479px) {
  .latest-video-section .latest-video-list .video-thumbnail {
    height: 200px;
  }
}
@media screen and (max-width: 971px) {
  .news-title {
    width: 77%;
  }
}

.highlight-news-section {
  margin: 40px 0px;
}
.highlight-news-section .highlight-news-article .article-img {
  width: 100%;
  height: 330px;
  margin-bottom: 5px;
  border-radius: 4px;
}
.highlight-news-section .highlight-news-article .article-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.highlight-news-section .highlight-news-article .article-date {
  margin-bottom: 10px;
}
.highlight-news-section .highlight-news-article .article-title {
  font-size: 2.2857rem;
  color: var(--primary-color-black);
  line-height: 1.2;
  font-family: var(--font-bold);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.highlight-news-section .highlight-news-article .article-caption {
  margin: 10px 0px;
  font-size: 1.2857rem;
  color: var(--primary-color-grey);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.highlight-news-section .article-content {
  padding: 0px 20px;
  height: auto;
}
.highlight-news-section .article-content .article-title {
  font-size: 1.7143rem;
  color: var(--primary-color-black);
  line-height: 1.2;
  font-family: var(--font-bold);
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.highlight-news-section .article-content .article-caption {
  padding: 16px 0px;
  font-size: 1.2857rem;
  color: var(--primary-color-black);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1200px) {
  .highlight-news-section {
    margin-bottom: 16px;
  }
  .highlight-news-section .article-img {
    height: 150px;
  }
  .highlight-news-section .article-content {
    padding: 0px;
  }
}
@media screen and (max-width: 991px) {
  .highlight-news-section .highlight-news-article .article-title {
    font-size: 2rem;
  }
  .highlight-news-section .highlight-news-right-item {
    display: flex;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .highlight-news-section {
    margin: 30px 0px;
  }
  .highlight-news-section .highlight-news-article .article-title {
    font-size: 18px;
  }
  .highlight-news-section .highlight-news-article .article-img {
    height: 250px;
  }
  .highlight-news-section .highlight-news-right-item {
    flex-direction: column;
    gap: 0;
  }
}
.common-news-section {
  margin-bottom: 52px;
}
.common-news-section .common-news-heading {
  border-top: 1px solid #757575;
  padding-top: 24px;
  margin-top: 24px;
  margin-bottom: 32px;
  position: relative;
}
.common-news-section .news-title {
  text-transform: uppercase;
  color: var(--primary-color-black);
}
.common-news-section .custom-arrow-container {
  position: absolute;
  right: 0px;
  top: 22px;
}
.common-news-section .custom-arrow-container button.slick-arrow {
  width: 42px;
  height: 42px;
  font-size: 0px;
  border: 0;
  margin-left: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 991px) {
  .common-news-section .custom-arrow-container button.slick-arrow {
    width: 32px;
    height: 32px;
  }
}
.common-news-section .custom-arrow-container button.slick-arrow.prev,
.common-news-section .custom-arrow-container button.slick-arrow.prev-item {
  background-image: url(clientlib-base-global/resources/images/icons/left-arrow-active.svg);
}
.common-news-section .custom-arrow-container button.slick-arrow.next,
.common-news-section .custom-arrow-container button.slick-arrow.next-item {
  background-image: url(clientlib-base-global/resources/images/icons/right-arrow-active.svg);
}
.common-news-section .custom-arrow-container button.slick-arrow.slick-disabled {
  pointer-events: none;
}
.common-news-section .custom-arrow-container button.slick-arrow.slick-disabled.prev,
.common-news-section .custom-arrow-container button.slick-arrow.slick-disabled.prev-item {
  background-image: url(clientlib-base-global/resources/images/icons/left-arrow.svg);
}
.common-news-section .custom-arrow-container button.slick-arrow.slick-disabled.next,
.common-news-section .custom-arrow-container button.slick-arrow.slick-disabled.next-item {
  background-image: url(clientlib-base-global/resources/images/icons/right-arrow.svg);
}
@media screen and (max-width: 991px) {
  .common-news-section .common-news-heading {
    padding-top: 16px;
    margin-top: 16px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 600px) {
  .common-news-section {
    margin-bottom: 30px;
  }
  .common-news-section .custom-arrow-container {
    top: 16px;
  }
}
.latest-news-section .news-article-list {
  margin: 0px -16px;
  display: flex;
}
.latest-news-section .news-article-list .article-col {
  padding: 0px 16px;
}
.latest-news-section .news-article-item .article-img {
  width: 100%;
  height: 200px;
  margin-bottom: 24px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
}
.latest-news-section .news-article-item .article-img img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  transition: all 0.7s ease-out;
  align-self: center;
}
.latest-news-section .news-article-item .article-img:hover img {
  transform: scale(1.2);
}
.latest-news-section .news-article-item .article-title {
  font-size: 1.7143rem;
  color: var(--primary-color-black);
  line-height: 1.2;
  font-family: var(--font-bold);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.latest-news-section .news-article-item .article-caption {
  margin: 16px 0px;
  font-size: 1.2857rem;
  color: var(--primary-color-black);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.detail-article-section {
  margin: 50px 0px;
}
.detail-article-section .article-banner {
  margin: 30px 0px;
  height: 415px;
}
.detail-article-section .article-banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.detail-article-section .article-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail-article-section .article-heading .backtoPage {
  margin: 0px;
}
.detail-article-section .article-heading .article-date {
  min-width: 90px;
  text-align: right;
  align-self: flex-start;
  margin-top: 10px;
  color: var(--primary-color-black);
}
@media screen and (max-width: 991px) {
  .detail-article-section .article-heading .article-date {
    margin-top: 0;
  }
}
.detail-article-section .detail-article-content h4 {
  margin-bottom: 24px;
}
.detail-article-section .detail-article-content p {
  margin-bottom: 16px;
  font-size: 1.2857rem;
  color: var(--primary-color-black);
}
@media screen and (max-width: 1200px) {
  .detail-article-section {
    margin: 40px 0px;
  }
  .detail-article-section .article-banner {
    margin: 15px 0px;
    height: 320px;
  }
}
@media screen and (max-width: 991px) {
  .detail-article-section .article-banner {
    height: 275px;
  }
  .detail-article-section .detail-article-content h4 {
    margin-bottom: 20px;
  }
  .detail-article-section .detail-article-content p {
    margin-bottom: 14px;
  }
  .detail-article-section .article-heading {
    flex-direction: column;
    align-items: flex-start;
  }
  .detail-article-section .article-heading .backtoPage {
    flex-direction: column;
    align-items: flex-start;
  }
  .detail-article-section .article-heading h2 {
    margin: 20px 0px 10px 0px;
  }
  .detail-article-section .article-heading .article-date {
    min-width: inherit;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .detail-article-section {
    margin: 30px 0px;
  }
  .detail-article-section .article-banner {
    height: 250px;
  }
}
@media screen and (max-width: 479px) {
  .detail-article-section .article-banner {
    height: 200px;
  }
  .detail-article-section .article-heading h2 {
    font-size: 2rem;
  }
  .detail-article-section h4 {
    font-size: 1.5rem;
  }
}

.enquiry-form .suggestion-box .form-checked-box {
    position: relative;
}

.scroll-navigation-tab .nav-item .nav-link:focus::before {
    border-bottom: none;
}

.scroll-navigation-tab .nav-item .nav-link.active:focus::before {
    border-bottom: 3px solid #ee2326;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

.suggesion-form .suggestion-box .form-checked-box {
    position: relative;
}

.suggestion-box .form-checked-box .checkbox-error {
    top: 26px;
}

.suggesion-form .bootstrap-select .dropdown-toggle:focus::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid black;
}

.quick-action-sec ul {
    padding: 0 10px;
    animation-duration: 0.3s;
}

.suggesion-form .bootstrap-select .dropdown-toggle {
    padding: 4px 0;
}

.enquiry-form .bootstrap-select .dropdown-toggle {
    padding: 4px 0;
}

.enquiry-form .bootstrap-select .dropdown-toggle:focus::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid black;
}

.suggesion-form .suggestion-box .form-control.calendar {
    text-transform: uppercase;
}

.suggesion-form .btn-wrapper .btn-outline-primary:focus {
    box-shadow: none !important;
    border: 1px solid #ee2326 !important;
}

.enquiry-form .btn-wrapper .btn-outline-primary:focus {
    box-shadow: none !important;
    border: 1px solid #ee2326 !important;
}

.enquiry-form .btn-wrapper .btn-primary {
    box-shadow: none !important;
}

.suggesion-form .btn-wrapper .btn-primary {
    box-shadow: none !important;
}

.suggesion-form .form-checked-box .form-check .form-check-input {
    border-radius: 0.25em;
}

.suggesion-form .form-checked-box .form-check .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.enquiry-form .form-checked-box .form-check .form-check-input {
    border-radius: 0.25em;
}

.enquiry-form .form-checked-box .form-check .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-component .loader-container {
    display: none;
}

.form-component form select {
    display: block;
    width: 100%;
    height: 35px;
    border: none;
    border-bottom: 2px solid grey;
    font-size: 18px;
    color: grey;
    font-family: 'T-Star-Pro-Medium';
}


.form-component form select:valid {
    color: #000;
}

.form-component .loader-container .hero-loader {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    opacity: 0.8;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(1px);
}

.form-component .hero-loader img {
    width: 120px;
}
.dealer-section-header {
  padding-bottom: 12px;
  border-bottom: 1px solid #CCCCCC;
}
.become-a-dealer .locate-section {
  padding-top: 20px;
}
#dealerForm .btn-wrapper .btn-outline-primary:focus {
  box-shadow: none !important;
  border: 1px solid #ee2326 !important;
}
#dealerForm .btn-wrapper .btn-primary:focus,
#dealerForm .btn-wrapper .btn-primary:hover {
  box-shadow: none !important;
  border: 1px solid #ee2326 !important;
}
.become-dealer-loader-container {
  display: none;
}
.become-dealer-loader-container .hero-loader {
  position: fixed;
  z-index: 23;
  top: 0;
  left: 0;
  opacity: 0.8;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(1px);
}
#dealerForm select {
  color: grey;
}
#dealerForm select:valid {
  color: #000;
}
.become-dealer-loader-container .hero-loader img {
  width: 120px;
}
.dealer-sub-section {
  padding-top: 12px;
}
.dealer-sub-section .dealer-sub-section-header {
  padding-bottom: 30px;
}
.dealer-sub-section .suggestion-box input:-webkit-autofill,
.dealer-sub-section .suggestion-box input:-webkit-autofill:hover,
.dealer-sub-section .suggestion-box input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
.dealer-sub-section .suggestion-box .dropdown-toggle:focus::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid black;
}
.dealer-sub-section .suggestion-box .calendar.datepicker {
  text-transform: uppercase;
}
.dealer-sub-section .suggestion-box input[readonly] {
  background-color: #fff;
}
.btn-wrapper {
  justify-content: unset;
  gap: 20px;
}
.form-condition {
  font-size: 1.2857rem;
  font-family: var(--font-bold);
  color: var(--primary-color-grey);
}
.form-condition .link {
  color: var(--primary-color-red);
}
@media screen and (max-width: 767px) {
  .form-condition br {
    display: none;
  }
}
.close-dynamic-form::before {
  background-color: black;
  cursor: pointer;
}
.form-check-label {
  color: var(--primary-color-black);
  font-family: var(--font-medium);
  text-align: left;
  cursor: pointer;
}
.dealer-check {
  margin-top: 0.25em;
}
.add-more-form {
  padding-bottom: 40px;
}
.dynamic-form-section {
  border: 2px solid #CCCCCC;
  box-shadow: 0px 0px 4px #CCCCCC;
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 20px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: none;
  border-color: #999;
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: var(--input-border-color) !important;
  box-shadow: none;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  padding-right: 0;
  background-image: none;
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: var(--input-border-color) !important;
  box-shadow: none;
}
.invalid-feedback {
  position: absolute;
}
.preview-image-container {
  position: relative;
  padding-top: 30px;
}
.preview-image-container .clear-button {
  position: absolute !important;
  top: 0;
  right: 0;
}
.preview-image-container .clear-button .close-icon::before {
  background-color: black;
}
@media screen and (max-width: 992px) {
  .preview-image-container {
    padding-top: 0px;
  }
}
#dealerForm input[readonly] {
  color: var(--input-text-color) !important;
}

.product-nav {
	background: var(--primary-color-black);
}

.product-nav .nav {
	column-gap: 0;
}

.product-nav .nav li {
	padding: 15px 0px;
}

.product-nav .nav li a,
.product-nav .nav li .nav-link {
	color: var(--secondary-color-100);
	border-right: 1px solid #4c4c4c;
	padding: 0px 30px;
	display: flex;
	text-decoration: none;
	font-size: 1.2857rem;
	font-family: var(--font-regular);
	text-transform: uppercase;
}

.product-nav .nav li a:focus::before,
.product-nav .nav li .nav-link:focus::before {
	border-bottom: 0px !important;
	content: none;
}

.product-nav .nav li a.active::before,
.product-nav .nav li .nav-link.active::before {
	border-bottom: 0px !important;
	content: none;
}

.product-nav .nav li .h-icon {
	margin-right: 10px;
}

.product-nav .nav li:last-child a {
	border-right: 0px;
	padding-right: 0px;
}
.custom-justify-content {
	justify-content: center !important;
}
 @media screen and (max-width: 991px) {
	.custom-justify-content {
		justify-content: start !important;
	}
}
.effect-apply:not(.active) span[data-shimmer-effect="true"]:not(:hover) {
	background: linear-gradient(to right, red 5%, white 30%);
	background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 1.5s linear infinite;
	display: inline-block;
  }

  .isvidavariantproductsnav.secondary-nav {
		background: #fff;
		box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
		@media screen and (min-width: 992px) {
			padding-left: 40px;
			padding-right: 40px;
		}
  }

  .isvidavariantproductsnav.product-nav .container {
		position: relative;
	}

	.isvidavariantproductsnav .vida-logo-container {
		position: absolute;
		left: -5px;
		top: 13px;
		bottom: 13px;
		width: 37px;
		@media screen and (min-width: 1440px) {
			left: 30px;	
		}
	}

	.vida-logo-container .vida-logo {
		width: 100%;
	}
   
  .isvidavariantproductsnav .nav li {
		padding: 21px 0px;
  }
   
  .isvidavariantproductsnav .nav li .nav-link {
		color: #222222;
		padding: 0px 28px;
		font-size: 16px;
		font-family: var(--font-pp-neue-montreal);
		align-items: center;
  }

	.isvidavariantproductsnav .nav .nav-link:hover,  .isvidavariantproductsnav .nav .nav-link.active{
		font-family: var(--font-pp-neue-montreal);
		color: #222222 !important;
		font-weight: 500;
	}

	@media (min-width: 638px) and (max-width: 991px) {
		.isvidavariantproductsnav .vida-logo-container {
			left: 24px;
		}

		.isvidavariantproductsnav .custom-justify-content {
			justify-content: end !important;
		}
	}

	@media (max-width: 638px) {
		.isvidavariantproductsnav.secondary-nav {
			display: flex;
			column-gap: 10px;
		}

		.isvidavariantproductsnav .vida-logo-container {
			position: relative;
			left: 0px;
		}
		.vida-logo-container .vida-logo {
			display: none;
		}

		.vida-logo-container .vida-logo-mobile {
			width: 100%;
		}
	}
.warranty-section-header {
  padding-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
}
​ .warranty-section-body .row {
  gap: 32px;
  justify-content: space-between;
}
​ .left-warranty-section h4 {
  color: var(--color-primary-black, #242424);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 16px;
}
.left-warranty-section p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  padding-bottom: 48px;
  margin: 0px;
}
​ .warranty-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .warranty-section-body,
  .warranty-image {
    padding-top: 24px;
  }
  .warranty-section-body .col-md-6 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .warranty-section-body .col-md-6 {
    flex: 0 0 auto;
    width: 48%;
  }
}

.owners-manual-section {
  padding-top: 42px;
  padding-bottom: 320px;
}
.owners-manual-nav .nav-item .nav-link {
  color: var(--color-primary-grey, #757575);
  font-size: 24px;
  font-weight: 700;
}
.owners-manual-nav .nav-item .nav-link.active {
  color: var(--color-primary-black, #242424);
  font-size: 24px;
  font-weight: 900;
}
.owners-manual-nav .nav-link {
  padding: 0px 40px 12px 40px;
}
.about-owners-manual {
  padding: 48px 0px;
}
.about-owners-manual p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0px;
}
.owners-manual-form {
  padding-bottom: 43px;
}
.owners-manual-bike-detail {
  display: inline-flex;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(217, 217, 217, 0);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  width: 75%;
}
.owners-manual-bike-detail .bike-detail-img {
  padding: 20px 40px 20px 20px;
  width: 60%;
}
.owners-manual-bike-detail .bike-detail-content {
  padding: 58px 55px 0px 0px;
  width: 40%;
}
.owners-manual-bike-tagline {
  color: var(--color-primary-red, #ee2326);
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 7.2px;
  padding-bottom: 5px;
}
.owners-manual-bike-detail .bike-logo {
  padding-bottom: 19px;
}
.owners-manual-bike-detail .btn {
  text-transform: none;
}
.owners-manual-form .form-col {
  margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .owners-manual-bike-detail {
    position: relative;
    width: 100%;
    flex-direction: column;
  }
  .owners-manual-bike-detail .bike-detail-img {
    padding: 10px 10px 24px 10px !important;
    width: auto;
  }
  .owners-manual-bike-detail .bike-detail-content {
    padding: 0px 0px 10px 10px;
    width: auto;
  }
  .owners-manual-bike-detail .bike-logo {
    padding-bottom: 24px;
    width: 60%;
  }
  .owners-manual-bike-tagline {
    padding-bottom: 24px;
  }
  .owners-manual-form {
    padding-bottom: 16px;
  }
  .owners-manual-section {
    padding-bottom: 40px;
    padding-top: 24px;
  }
  .about-owners-manual {
    padding-top: 24px;
    padding-bottom: 32px;
  }
  .owners-manual-form .form-col {
    padding-bottom: 24px;
  }
}

.service-tabs {
    width: fit-content;
}

.description-container {
    width: 100%;
    margin: 48px 0 52px;
}

.description {
    color: #000;
    font-family: var(--font-regular);
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding: 0;
}

.select-bike {
    width: fit-content;
}

.select-wrapper {
    margin: 20px 0 40px;
    padding: 0;
    min-width: 296px;
    max-width: 448px;
}

.locate-section .select-wrapper select {
    border-bottom: 2px solid #999 !important;
    cursor: pointer;
}

.bike-table-container {
    padding-top: 40px;
    gap: 52px;
}


.maintenance-img {
    max-width: 385px;
    max-height: 255px;
}

.table-container {
    padding: 0;
    width: max-content;
    max-width: 843px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.table-container-single {
    padding: 0;
    width: 100%;
    min-width: 760px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.table-content {
    width: 100%;
}

.service-table {
    width: 100%;
}
.service-table-single {
    width: 100%;
}

.service-table,
.service-table .row {
    border: 1px solid #cccccc;
}
.service-table-single,
.service-table-single .row {
    border: 1px solid #cccccc;
}

.service-table td {
    padding: 0;
    width: 15%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--primary-black);
    line-height: normal;
}
.service-table-single td {
    padding: 0;
    width: 12%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--primary-black);
    line-height: normal;
}


.service-table.panama-table td {
    width: 13%;
}

.service-table.panama-table tr:first-child td:first-child {
    width: 70%;
    flex-grow: unset;
}

.service-table.panama-table tr:first-child td {
    font-weight: 900;
    justify-content: center;
    font-size: 18px;
}

.service-table.panama-table .row>td:first-child {
    width: 20%;
}

.service-table.panama-table .row>td:last-child {
    padding: 5px;
    flex-grow: 2;
}

.service-table .row>td:first-child {
    font-weight: 900;
    font-size: 18px;
    width: 40%;
    justify-content: start;
    border-right: 1px solid #cccccc;
}
.service-table-single .row>td:first-child {
    font-weight: 900;
    font-size: 18px;
    width: 30%;
    justify-content: start;
    border-right: 1px solid #cccccc;
}

.service-table .row {
    margin: 0;
    flex-wrap: nowrap;
}
.service-table-single .row {
    margin: 0;
    flex-wrap: nowrap;
}

.service-note span {
    font-weight: 900;
}

.service-note {
    font-family: var(--font-regular);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: var(--primary-black);
    padding: 24px 19px 30px 0;
    max-width: 824px;
}

@media screen and (max-width: 991px) {
    .select-wrapper {
        max-width: 448px;
    }
    .content {
        align-items: center;
    }
    .service-tabs {
        width: 100%;
    }
    .description-container {
        margin: 24px 0;
    }
    .bike-table-container {
        padding-top: 19px;
        gap: 24px;
        flex-direction: column;
        align-items: center;
    }
    .table-content {
        max-width: 100%;
        overflow-x: auto;
        display: flex;
        justify-content: center;
    }
    .table-content::-webkit-scrollbar {
        display: none;
    }
    .table-container {
        max-width: 100%;
        width: 100%;
    }
    .table-container-single {
        max-width: 100%;
        width: 100%;
    }


    .service-note {
        max-width: 100%;
        width: 100%;
        padding: 24px 0 8px;
        font-size: 16px;
    }
    .service-table {
        width: fit-content;
    }
    .service-table .row>td {
        padding: 10px 0px 10px 16px;
        width: 100px;
        font-size: 12px;
    }
    .service-table .row>td:first-child {
        width: 190px;
        padding: 10px;
        font-size: 16px;
    }
    .service-table .row>td:last-child {
        padding-right: 16px;
        width: 108px;
    }
    .service-table-single {
        width: fit-content;
    }
    .service-table-single .row>td {
        padding: 10px 0px 10px 16px;
        width: 100px;
        font-size: 12px;
    }
    .service-table-single .row>td:first-child {
        width: 190px;
        padding: 10px;
        font-size: 16px;
    }
    .service-table-single .row>td:last-child {
        padding-right: 16px;
        width: 108px;
    }
    .maintenance-img {
        width: 100%;
        height: 250px;
    }
}

@media screen and (max-width: 768px) {
    .service-table .row>td {
        padding: 10px 0px 10px 16px;
        width: 72px;
        font-size: 12px;
    }
    .service-table .row>td:first-child {
        width: 130px;
        padding: 10px;
        font-size: 16px;
    }
    .service-table .row>td:last-child {
        padding-right: 16px;
        width: 88px;
    }
    .service-table-single .row>td {
        padding: 10px 0px 10px 16px;
        width: 72px;
        font-size: 12px;
    }
    .service-table-single .row>td:first-child {
        width: 130px;
        padding: 10px;
        font-size: 16px;
    }
    .service-table-single .row>td:last-child {
        padding-right: 16px;
        width: 88px;
    }
}

@media screen and (max-width: 480px) {
    .content {
        align-items: flex-start;
    }
    .select-wrapper {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    
    .table-content {
        align-items: flex-start;
        justify-content: flex-start;
    }
    .bike-table-container {
        width: 100%;
        max-width: 100%;
        align-items: flex-start;
    }
    .maintenance-img {
        max-width: 100%;
        object-fit: contain;
    }
    #maintenanceData {
        position: relative;
        width: 100%;
    }
}
.hero-service-genuine-faq {
  padding: 0 149px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .hero-service-genuine-faq {
    padding: 16px;
  }
}
.hero-service-genuine-faq .accordian-heading-faq {
  min-height: 80px;
}
.hero-service-genuine-faq .faqs-accord-tile {
  overflow: hidden;
  border-radius: 16px;
  background: #FFF;
}
.hero-service-genuine-faq .faqs-accord-tile .faq-arrow-wrapper {
  padding: 24px 0;
}
.hero-service-genuine-faq .faqs-accord-tile h2 p {
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 32px !important;
  font-family: var(--font-tstar-bold) !important;
  padding: 24px 0;
  margin: unset;
}
@media (max-width: 768px) {
  .hero-service-genuine-faq .faqs-accord-tile h2 p {
    font-size: 18px !important;
    line-height: 24px !important;
    padding: 12px 0;
  }
}
.hero-service-genuine-faq .faqs-accord-tile .card-body-faq {
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .hero-service-genuine-faq .faqs-accord-tile .card-body-faq {
    padding-bottom: 12px;
  }
}
.hero-service-genuine-faq .faqs-accord-tile .card-body-faq p {
  margin: unset;
  color: var(--textcolor-heading-body, #303030);
  /* Web/B2-16px/Medium */
  font-family: var(--font-tstar-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
}
@media (max-width: 768px) {
  .hero-service-genuine-faq .faqs-accord-tile .card-body-faq p {
    font-size: 14px;
    line-height: 20px;
  }
}
.hero-service-genuine-faq .faqs-accord-tile.active-faq-border-box {
  box-shadow: 0px 8px 24px -4px rgba(24, 39, 75, 0.1), 0px 6px 12px -6px rgba(24, 39, 75, 0.1);
}
.hero-service-genuine-faq .faqs-accord-tile .faq-arrows-plus {
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  transition: 0.3s ease transform;
}
@media (max-width: 768px) {
  .hero-service-genuine-faq .faqs-accord-tile .faq-arrows-plus {
    width: 24px !important;
    height: 24px !important;
    max-width: unset;
  }
}
.hero-service-genuine-faq .faqs-accord-tile .card-head-faq.active .faq-arrows-plus {
  transform: rotate(-45deg);
  transition: 0.3s ease transform;
}
.hero-service-genuine-faq .faq--slider-wrap .card {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .hero-service-genuine-faq .faq--slider-wrap .card {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .hero-service-genuine-faq .faq-card-tile-mobile {
    margin: 0;
    margin-bottom: 16px;
    border-radius: 12px;
    overflow: hidden;
  }
  .hero-service-genuine-faq .faq-card-tile-mobile:last-child {
    margin-bottom: 0;
  }
  .hero-service-genuine-faq .faq-card-tile-mobile .mob-sub-heading-faq p {
    color: #303030 !important;
    padding-right: 12px;
    width: 100%;
    font-size: 18px !important;
    line-height: 24px !important;
    font-family: var(--font-tstar-bold) !important;
  }
  .hero-service-genuine-faq .faq-card-tile-mobile .mob-sub-heading-faq .faq-arrow-wrapper {
    height: 100%;
  }
  .hero-service-genuine-faq .faq-card-tile-mobile .mob-sub-heading-faq .faq-arrow-wrapper .faq-arrows-plus {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    transition: 0.3s ease transform;
  }
  .hero-service-genuine-faq .faq-card-tile-mobile .mob-body-faq {
    margin-top: 12px;
  }
  .hero-service-genuine-faq .faq-card-tile-mobile .mob-body-faq span p {
    color: #303030;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 20px !important;
    font-family: var(--font-tstar-medium);
  }
  .hero-service-genuine-faq .active-faq-border-mob {
    box-shadow: 0px 8px 24px -4px rgba(24, 39, 75, 0.1), 0px 6px 12px -6px rgba(24, 39, 75, 0.1);
  }
  .hero-service-genuine-faq .active-faq-border-mob .faq-arrows-plus {
    transform: rotate(-45deg);
    transition: 0.3s ease transform;
  }
}
.faqs-accord-tile {
  padding: 0 24px;
  border: 1px solid #a5a5a5;
}
.faqs-accord-tile .accordian-heading-faq {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#price-list-bd {
  z-index: 2;
  padding-bottom: 35px;
  padding-top: 24px;
  position: relative;
  background: #EDEDED;
}
@media (max-width: 768px) {
  #price-list-bd {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
#price-list-bd .price-list-top-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #E8E8E8;
  border-radius: 18px;
  padding: 46px 109px 51px;
  background: #0D0D0D;
  box-shadow: 0px 8px 24px -4px rgba(24, 39, 75, 0.08), 0px 6px 12px -6px rgba(24, 39, 75, 0.12);
}
@media (max-width: 768px) {
  #price-list-bd .price-list-top-wrap {
    padding: 16px;
    border-radius: 8px;
  }
}
#price-list-bd .price-list-top-wrap p {
  font-family: var(--font-tstar-bold);
  padding-bottom: 29px;
  width: 100%;
  color: var(--Color, #ffffff);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-top-wrap p {
    font-size: 18px;
    padding-bottom: 16px;
  }
}
#price-list-bd .price-list-top-wrap p span {
  color: var(--Color, #ee2425);
}
#price-list-bd .price-list-top-wrap #pl--form-wrap {
  margin: 0 -11px;
  justify-content: center;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-top-wrap #pl--form-wrap {
    margin: 0 0 16px;
    flex-direction: column;
  }
}
#price-list-bd .price-list-top-wrap #pl--form-wrap .form--wrap {
  padding: 0 11px;
  width: 100%;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-top-wrap #pl--form-wrap .form--wrap {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  #price-list-bd .price-list-top-wrap #pl--form-wrap .form--wrap:last-child .cust-form-group {
    margin-bottom: 0;
  }
}
#price-list-bd .price-list-top-wrap #pl--form-wrap .cust-form-group {
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-top-wrap #pl--form-wrap .cust-form-group {
    margin-bottom: 18px;
  }
}
#price-list-bd .price-list-top-wrap #pl--form-wrap .cust-form-group li.Paid_Service:nth-child(2) {
  border-bottom: none;
}
#price-list-bd .price-list-top-wrap #pl--form-wrap .cust-form-group li a {
  font-family: var(--font-tstar-medium);
}
#price-list-bd .price-list-top-wrap #pl--form-wrap .cust-form-group .dropdown-values-text {
  font-family: var(--font-tstar-medium);
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
  padding: 10px 10px 6px 10px;
  border-bottom: 1px solid rgba(235, 235, 235, 0.85);
}
#price-list-bd .price-list-top-wrap #pl--form-wrap .cust-form-group .dropdown-values-text:hover {
  background-color: lightgray;
}
#price-list-bd .price-list-top-wrap #pl-search-btn {
  width: fit-content;
  line-height: 28px;
  padding: 10px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-top-wrap #pl-search-btn {
    max-width: unset;
    padding: 8px 24px;
    line-height: 16px;
    height: 32px;
  }
}
#price-list-bd .price-list-top-wrap .select-p {
  font-size: var(--font-size12);
  font-family: var(--font-tstar-medium);
  color: rgba(255, 255, 255, 0.6);
  background-color: #0D0D0D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.833px;
  top: -12px;
  left: 15px;
  position: absolute;
  padding: 0 5px;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-top-wrap .select-p {
    font-size: 10px;
    line-height: 12px;
    top: -4px;
  }
}
#price-list-bd .price-list-top-wrap .btn-drop {
  border-radius: 9.917px;
  height: auto;
  border: 1.24px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  font-family: var(--font-tstar-medium);
  color: var(--Color, #ffffff);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 14px;
  background: #0D0D0D;
}
#price-list-bd .price-list-top-wrap .btn-drop::after {
  border: none;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  #price-list-bd .price-list-top-wrap .btn-drop {
    font-size: 14px;
    height: 44px;
    line-height: 20px;
  }
}
#price-list-bd .price-list-top-wrap .campaign-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: none;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-top-wrap .campaign-dropdown li a {
    font-size: 12px;
  }
}
#price-list-bd .price-list-top-wrap .btn-disabled {
  background: #A5A5A5;
  pointer-events: none;
}
#price-list-bd .price-list-bottom-wrap {
  margin-top: 40px;
}
#price-list-bd .price-list-bottom-wrap .pricelist--header-container {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-bottom-wrap .pricelist--header-container {
    margin-bottom: 16px;
  }
}
#price-list-bd .price-list-bottom-wrap .red-line-decoration {
  width: 77px;
  height: 2px;
  background: #EE2425;
  align-self: center;
  margin-bottom: 32px;
}
#price-list-bd .price-list-bottom-wrap .content-wrap {
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-bottom-wrap .content-wrap {
    flex-direction: column;
  }
}
#price-list-bd .price-list-bottom-wrap .content-wrap .bike-img-wrap {
  position: relative;
  width: 632px;
  height: 386px;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-bottom-wrap .content-wrap .bike-img-wrap {
    margin-bottom: 16px;
    width: 328px;
    height: 199px;
  }
}
#price-list-bd .price-list-bottom-wrap .content-wrap .bike-img-wrap img {
  width: fit-content;
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-bottom-wrap .content-wrap .bike-img-wrap img {
    max-width: 328px;
  }
}
#price-list-bd .price-list-bottom-wrap .content-wrap .bike-img-wrap img.disk_img {
  bottom: 45px;
  z-index: 0;
  width: 731px;
  height: 148.151px;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-bottom-wrap .content-wrap .bike-img-wrap img.disk_img {
    width: 328px;
    height: 68px;
    bottom: 40px;
  }
}
#price-list-bd .price-list-bottom-wrap .content-wrap .bike-img-wrap img.bike_img {
  z-index: 1;
  left: 42%;
  transform: translateX(-50%) translateY(-10%);
  width: 565.6px;
  height: 356.247px;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-bottom-wrap .content-wrap .bike-img-wrap img.bike_img {
    width: 253.785px;
    height: 159.848px;
  }
}
#price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap {
  padding-left: 16px;
  max-width: 49.3%;
  align-self: flex-start;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap {
    padding-left: 0;
    align-items: center;
    max-width: 100%;
  }
}
#price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap .bike--text {
  font-family: var(--font-tstar-medium);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
  padding-top: 30px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap .bike--text {
    font-family: var(--font-tstar-medium);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
  }
}
#price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap .bike--text span {
  font-family: var(--font-tstar-bold);
}
#price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap .bike--text span.price {
  font-size: 24px;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap .bike--text span.price {
    font-size: 20px;
  }
}
#price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap .bike--name {
  font-family: var(--font-tstar-heavy);
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap .bike--name {
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    margin-bottom: 16px;
    text-align: center;
  }
}
#price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap .price--text {
  font-family: var(--font-tstar-heavy);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap .price--text {
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
  }
}
#price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap .price--text span {
  font-family: var(--font-tstar-bold);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  padding-left: 14px;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap .price--text span {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding-left: 2px;
  }
}
#price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap .showroomprice--text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--font-tstar-medium);
}
@media (max-width: 768px) {
  #price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap .showroomprice--text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
}
.pl-container {
  padding: 0 40px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .pl-container {
    padding: 0 16px;
  }
}
p.pricelist--header {
  color: #303030;
  text-align: center;
  font-family: var(--font-tstar-bold);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  /* 160% */
  text-transform: uppercase;
  margin-bottom: unset;
}
p.pricelist--header span {
  color: #EE2425;
  text-align: center;
  font-family: var(--font-tstar-heavy);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  /* 160% */
  text-transform: uppercase;
}
@media (max-width: 768px) {
  p.pricelist--header {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  p.pricelist--header span {
    color: #EE2425;
    font-size: 24px;
    line-height: 32px;
  }
}
.price-list-table-component {
  background: white;
  padding: 40px 110px;
}
@media (max-width: 768px) {
  .price-list-table-component {
    padding: 16px 0;
    background: #ededed;
  }
}
.price-list-table-component .table-container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: unset;
  width: unset;
}
@media (max-width: 768px) {
  .price-list-table-component .table-container {
    padding: 0 16px;
  }
}
.price-list-table-component .table-container .red-line-decoration {
  width: 77px;
  height: 2px;
  background: #EE2425;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .price-list-table-component .table-container .red-line-decoration {
    margin-bottom: 16px;
  }
}
.price-list-table-component .table-container .table--wrap {
  width: 100%;
}
.price-list-table-component .table-container .table--wrap table {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  outline: 1px solid #E8E8E8 !important;
  box-shadow: 0px 8px 24px -4px rgba(24, 39, 75, 0.08), 0px 6px 12px -6px rgba(24, 39, 75, 0.12);
  border: 0 !important;
  margin-bottom: 71px;
}
@media (max-width: 768px) {
  .price-list-table-component .table-container .table--wrap table {
    margin-bottom: 16px;
  }
}
.price-list-table-component .table-container .table--wrap table th {
  color: #EE2425 !important;
  /* Web/H3-32px/Heavy */
  font-family: var(--font-tstar-bold);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
  padding: 16px 0;
}
@media (max-width: 768px) {
  .price-list-table-component .table-container .table--wrap table th {
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .price-list-table-component .table-container .table--wrap table th {
    padding-right: 154px !important;
  }
}
.price-list-table-component .table-container .table--wrap table th:first-child {
  padding-left: 110px !important;
}
@media (max-width: 1150px) {
  .price-list-table-component .table-container .table--wrap table th:first-child {
    padding-left: 55px !important;
  }
}
@media (max-width: 768px) {
  .price-list-table-component .table-container .table--wrap table th:first-child {
    padding-left: 16px !important;
  }
}
@media (max-width: 1150px) {
  .price-list-table-component .table-container .table--wrap table th:last-child {
    padding-right: 77px !important;
  }
}
@media (max-width: 768px) {
  .price-list-table-component .table-container .table--wrap table th:last-child {
    padding-right: 16px !important;
  }
}
.price-list-table-component .table-container .table--wrap table tr {
  background: white;
}
.price-list-table-component .table-container .table--wrap table tr:nth-child(even) {
  background: #EDEDED;
}
.price-list-table-component .table-container .table--wrap table tr td {
  border: none !important;
}
@media (min-width: 768px) {
  .price-list-table-component .table-container .table--wrap table tr td {
    padding-right: 121px !important;
  }
}
.price-list-table-component .table-container .table--wrap table tr td:first-child {
  padding-left: 110px !important;
  padding-right: 359px !important;
}
@media (max-width: 1150px) {
  .price-list-table-component .table-container .table--wrap table tr td:first-child {
    padding-left: 55px !important;
  }
}
@media (max-width: 768px) {
  .price-list-table-component .table-container .table--wrap table tr td:first-child {
    padding-left: 16px !important;
    padding-right: 17px !important;
  }
}
.price-list-table-component .table-container .table--wrap table tr td p {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  font-family: var(--font-tstar-bold);
  margin: unset;
  padding: 16px 0;
}
@media (max-width: 768px) {
  .price-list-table-component .table-container .table--wrap table tr td p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    max-width: 230px;
  }
}
.price-list-table-component #pl-search-btn {
  width: fit-content;
  line-height: 28px;
  padding: 10px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .price-list-table-component #pl-search-btn {
    max-width: unset;
    padding: 8px 24px;
    line-height: normal;
    height: 32px;
  }
}
@media (max-width: 768px) {
  .price-list-table-component #pl-search-btn .btn {
    min-width: 296px !important;
  }
}
.price-accordion-container {
  padding: 0 149px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .price-accordion-container {
    padding: 16px;
  }
}
.price-accordion-container .accordian-heading-faq {
  min-height: 80px;
}
.price-accordion-container .faqs-accord-tile {
  overflow: hidden;
  border-radius: 16px;
  background: #FFF;
}
.price-accordion-container .faqs-accord-tile h2 p {
  font-size: 22px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 32px !important;
  font-family: var(--font-tstar-bold) !important;
  padding: 24px 0;
  margin: unset;
}
.price-accordion-container .faqs-accord-tile .card-body-faq {
  padding-bottom: 24px;
}
.price-accordion-container .faqs-accord-tile .card-body-faq p {
  margin: unset;
  color: var(--textcolor-heading-body, #303030);
  /* Web/B2-16px/Medium */
  font-family: var(--font-tstar-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
}
.price-accordion-container .faqs-accord-tile.active-faq-border-box {
  box-shadow: 0px 8px 24px -4px rgba(24, 39, 75, 0.1), 0px 6px 12px -6px rgba(24, 39, 75, 0.1);
}
.price-accordion-container .faqs-accord-tile .faq-arrows-plus {
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  transition: 0.3s ease transform;
}
@media (max-width: 768px) {
  .price-accordion-container .faqs-accord-tile .faq-arrows-plus {
    width: 24px !important;
    height: 24px !important;
  }
}
.price-accordion-container .faqs-accord-tile .card-head-faq.active .faq-arrows-plus {
  transform: rotate(-45deg);
  transition: 0.3s ease transform;
}
.price-accordion-container .faq--slider-wrap .card {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .price-accordion-container .faq-card-tile-mobile {
    margin: 0;
    margin-bottom: 16px;
    border-radius: 12px;
    overflow: hidden;
  }
  .price-accordion-container .faq-card-tile-mobile:last-child {
    margin-bottom: 0;
  }
  .price-accordion-container .faq-card-tile-mobile .mob-sub-heading-faq p {
    color: #303030 !important;
    padding-right: 12px;
    width: 100%;
    font-size: 18px !important;
    line-height: 24px !important;
    font-family: var(--font-tstar-bold) !important;
  }
  .price-accordion-container .faq-card-tile-mobile .mob-sub-heading-faq .faq-arrow-wrapper {
    height: 100%;
  }
  .price-accordion-container .faq-card-tile-mobile .mob-sub-heading-faq .faq-arrow-wrapper .faq-arrows-plus {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    transition: 0.3s ease transform;
  }
  .price-accordion-container .faq-card-tile-mobile .mob-body-faq {
    margin-top: 12px;
  }
  .price-accordion-container .faq-card-tile-mobile .mob-body-faq span p {
    color: #303030;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 20px !important;
    font-family: var(--font-tstar-medium);
  }
  .price-accordion-container .active-faq-border-mob {
    box-shadow: 0px 8px 24px -4px rgba(24, 39, 75, 0.1), 0px 6px 12px -6px rgba(24, 39, 75, 0.1);
  }
  .price-accordion-container .active-faq-border-mob .faq-arrows-plus {
    transform: rotate(-45deg);
    transition: 0.3s ease transform;
  }
}

.price-page-carousel {
  padding: 35px 28px 48px 26px;
}
@media (max-width: 768px) {
  .price-page-carousel {
    padding: 17px 16px;
  }
}
.price-page-carousel .main-block {
  border-radius: 18px;
  background: #0D0D0D;
  padding: 69px 109px 87px 77px;
  margin: 0 14px;
}
@media (max-width: 768px) {
  .price-page-carousel .main-block {
    padding: 32px 16px 36px;
    margin: 0 7px;
  }
}
.price-page-carousel .main-block .text-holder {
  margin-bottom: 44px;
  margin-left: 32px;
}
@media (max-width: 768px) {
  .price-page-carousel .main-block .text-holder {
    margin-left: unset;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
}
.price-page-carousel .main-block .text-holder .red-line {
  width: 77px;
  height: 2px;
  background: #EE2425;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .price-page-carousel .main-block .text-holder .red-line {
    margin-bottom: unset;
  }
}
.price-page-carousel .main-block .text-holder .header {
  color: var(--Color, #ffffff);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .price-page-carousel .main-block .text-holder .header {
    font-size: 24px;
    line-height: 32px;
  }
}
.price-page-carousel .main-block .text-holder .header span {
  color: var(--Color, #ee2425);
}
@media (max-width: 768px) {
  .price-page-carousel .main-block .bike-carousel-block {
    margin: 0 25px;
  }
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick button.slick-arrow.slick-prev {
  background-image: url(clientlib-base-global/resources/images/icons/left-arrow-active.svg);
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick button.slick-arrow.slick-next {
  background-image: url(clientlib-base-global/resources/images/icons/right-arrow-active.svg);
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick button.slick-arrow.slick-prev.slick-disabled {
  background-image: url(clientlib-base-global/resources/images/icons/left-arrow.svg);
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick button.slick-arrow.slick-next.slick-disabled {
  background-image: url(clientlib-base-global/resources/images/icons/right-arrow.svg);
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick button.slick-arrow {
  position: absolute;
  width: 48px;
  height: 48px;
  padding: 9.6px;
  align-self: center;
  font-size: 0px;
  border: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick .slick-next {
  right: -145px;
  margin-right: 26px;
  bottom: 35%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .price-page-carousel .main-block .bike-carousel-block .img-block-slick .slick-next {
    margin-right: 9px;
    width: 40px !important;
    height: 40px !important;
    right: -60px;
  }
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick .slick-prev {
  left: -115px;
  margin-left: 26px;
  bottom: 35%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .price-page-carousel .main-block .bike-carousel-block .img-block-slick .slick-prev {
    margin-left: 9px;
    width: 40px !important;
    height: 40px !important;
    left: -60px;
  }
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick .slick-slide {
  margin-left: 32px;
}
@media (max-width: 768px) {
  .price-page-carousel .main-block .bike-carousel-block .img-block-slick .slick-slide {
    margin-left: unset;
  }
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick .img-container {
  width: fit-content;
  background-color: #313131;
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick .img-container .img-holder {
  padding: 20px 38px 31px;
}
@media (max-width: 768px) {
  .price-page-carousel .main-block .bike-carousel-block .img-block-slick .img-container .img-holder {
    padding: 15x 27px 24px;
  }
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick .img-container .img-holder .img {
  width: 100%;
  height: 100%;
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick .img-container .img-info {
  padding: 0 0 20px 33px;
  color: var(--Color, #ffffff);
  font-family: var(--font-tstar-bold);
  font-style: normal;
  line-height: 24px;
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick .img-container .img-info .model {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .price-page-carousel .main-block .bike-carousel-block .img-block-slick .img-container .img-info .model {
    font-size: 18.875px;
    line-height: 24px;
  }
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick .img-container .img-info .price {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .price-page-carousel .main-block .bike-carousel-block .img-block-slick .img-container .img-info .price {
    font-size: 12.583px;
    line-height: 24px;
  }
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick a:hover,
.price-page-carousel .main-block .bike-carousel-block .img-block-slick a:focus {
  text-decoration: none;
}

.send-otp-btn-global {
  position: absolute;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--font-tstar-medium);
  color: #EE2326;
  display: none;
}
.send-otp-btn-global:hover {
  color: #EE2326 !important;
  text-decoration: underline;
}
.send-otp-btn-global.show {
  display: block;
}
.send-otp-btn-global.pe-none-tracker {
  pointer-events: none;
}
.valid--otp {
  position: relative;
}
.valid--otp::before {
  content: '';
  position: absolute;
  right: 19px;
  top: 9px;
  background: url('clientlib-site/resources/images/icons/greencheck.svg') no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}
.valid--otp input {
  border: 1px solid #038252;
}
.request-callback-tc-checkbox-label {
  padding-left: 1rem;
  padding-bottom: 1rem;
  font-size: 16px;
}
.select-dropdown {
  position: relative;
}
.select-dropdown .dropdown-icon {
  position: absolute;
  top: 0;
  right: 10px;
  transform: rotate(0deg);
}
.dropdown-select,
.dropdown-select.btn-primary:not(:disabled):not(.disabled).active {
  background-color: white;
  height: 32px;
  text-align: left;
  padding-bottom: 8px;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid black;
  color: var(--Brand-Black, #000000);
  font-family: var(--font-tstar-medium);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  width: 100%;
  text-transform: capitalize;
}
.dropdown-select:focus-visible,
.dropdown-select.btn-primary:not(:disabled):not(.disabled).active:focus-visible {
  outline: none !important;
}
.dropdown-select input,
.dropdown-select.btn-primary:not(:disabled):not(.disabled).active input {
  text-align: left;
}
.dropdown-select.dropdown-toggle-form,
.dropdown-select.btn-primary:not(:disabled):not(.disabled).active.dropdown-toggle-form {
  background-color: white !important;
  color: var(--Brand-Black, #000000);
  border-bottom: 1px solid black !important;
  outline: none;
}
.dropdown-select.dropdown-toggle-form:focus,
.dropdown-select.btn-primary:not(:disabled):not(.disabled).active.dropdown-toggle-form:focus {
  box-shadow: none !important;
  outline: none !important;
}
.dropdown-select.btn-primary:not(:disabled):not(.disabled).active {
  text-transform: capitalize;
}
.dropdown-menu.cust-dropdown-menu {
  padding: 8px;
  max-height: 200px;
  overflow-y: scroll;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .dropdown-menu.cust-dropdown-menu {
    margin: 0;
  }
}
.dropdown-menu.cust-dropdown-menu li {
  padding: .625rem .75rem .625rem 1rem;
}
.dropdown-menu.cust-dropdown-menu li a {
  color: var(--Brand-Black, #000000);
  font-family: var(--font-tstar-regular);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.dropdown-menu.cust-dropdown-menu li a:hover {
  font-family: var(--font-tstar-medium);
}
.dropdown-menu.cust-dropdown-menu li.active a {
  font-weight: 700;
}
.testride-section {
  display: flex;
  position: relative;
}
.testride-section::before {
  position: absolute;
  content: "";
  width: 12.2857rem;
  height: 180px;
  left: 0;
  top: 0;
  background: url("clientlib-base-global/resources/images/testride-bg-art.svg") no-repeat left top / contain;
}
.offers-container-img {
  width: 100%;
  object-fit: contain;
}
.form-container {
  display: flex;
  flex-direction: column;
}
.column {
  display: flex;
}
.left-col {
  margin-right: 32px;
}
.right-col {
  margin-left: 32px;
}
@media screen and (max-width: 991px) {
  .testride-section::before {
    width: 136px;
  }
}
@media screen and (min-width: 992px) {
  .testride-section.hoverAnimationActive:hover .offers-containers {
    width: 40%;
  }
  .testride-section.hoverAnimationActive .offers-containers {
    width: 58%;
  }
}
.testride-section .testride-form-container {
  flex: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-right: 40%;
}
.testride-section .testride-form-container .testride-form {
  margin-top: 32px;
}
.testride-section .testride-form-container .right-form-col {
  opacity: 1;
}
.testride-section .offers-container {
  position: absolute;
  right: 0;
  display: flex;
  transition: all 0.3s ease;
  width: 40%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .testride-section {
    flex-direction: column;
  }
  .testride-section .testride-form-container {
    padding-top: 40px;
    padding-bottom: 32px;
    margin-right: 0;
  }
  .testride-section .offers-container {
    position: static;
    width: 100%;
  }
  .right-col {
    margin-left: 0px;
  }
  .column {
    display: flex;
    flex-direction: column;
  }
}
.input-suffix {
  position: relative;
  display: flex;
}
.input-suffix .suffix-button {
  position: absolute;
  right: 0;
  padding: 2px 7px;
  min-width: fit-content;
  font-family: var(--font-medium);
  text-transform: initial;
  font-size: 1rem;
}
.timer-suffix {
  position: absolute;
  right: 0;
}
.form-control {
  border-color: #999;
}
.form-control:disabled {
  border-color: #999;
}
.form-check-custom {
  display: -webkit-inline-box;
}
.error--message,
.validate--msg,
.text-success,
.max-validate--msg,
.invalid-otp-message {
  position: absolute;
}
.req-call-back-img {
  object-fit: fill;
}
.consent-section {
  display: flex;
}
.consent-section .request-callback-tc-checkbox-container {
  flex: auto;
}

.bookingConfirmModal .popup-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.bookingConfirmModal h4 {
  margin-bottom: 24px;
  font-weight: 700;
}
.bookingConfirmModal h5 {
  margin-bottom: 12px;
}
.bookingConfirmModal .form-check {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 1.1429rem;
}
.bookingConfirmModal .form-check label {
  color: var(--primary-color-grey);
}
.bookingConfirmModal .success-icon-container {
  width: 41%;
}
.bookingConfirmModal .booking-detail {
  font-size: 1.5rem;
}

.europe-callbackform-section .callbackform-main-wrapper {
  margin: auto 40px 32px 40px;
  background: linear-gradient(180deg, #fc6264 0%, #a71316 100%);
  font-family: var(--font-transducer-regular);
  padding: 48px 64px 40px;
  clip-path: polygon(40px 0%, 100% 0%, 100% 87%, 97% 100%, 0% 100%, 0% 40px);
}
@media screen and (max-width: 991px) {
  .europe-callbackform-section .callbackform-main-wrapper {
    margin: 0 18px 32px;
    padding: 27px 0 45px 36px;
    clip-path: polygon(40px 0%, 100% 0%, 100% 92%, 86% 100%, 0% 100%, 0% 40px);
  }
}
.europe-callbackform-section .callbackform-main-wrapper .callbackform-container {
  max-width: 85.375rem;
  margin: 0 auto;
}
.europe-callbackform-section .callbackform-main-wrapper .callbackform-container .new-callbackform-wrapper {
  display: flex;
  gap: 30px;
  justify-content: space-around;
}
@media screen and (max-width: 991px) {
  .europe-callbackform-section .callbackform-main-wrapper .callbackform-container .new-callbackform-wrapper {
    flex-direction: column;
  }
}
.europe-callbackform-section .callbackform-main-wrapper .callbackform-container .new-callbackform-wrapper .text-wrapper {
  width: 47%;
}
@media screen and (max-width: 991px) {
  .europe-callbackform-section .callbackform-main-wrapper .callbackform-container .new-callbackform-wrapper .text-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }
}
.europe-callbackform-section .callbackform-main-wrapper .callbackform-container .new-callbackform-wrapper .text-wrapper .upper-text {
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .europe-callbackform-section .callbackform-main-wrapper .callbackform-container .new-callbackform-wrapper .text-wrapper .upper-text {
    order: 2;
    width: 80%;
    margin-bottom: 60px;
  }
}
.europe-callbackform-section .callbackform-main-wrapper .callbackform-container .new-callbackform-wrapper .text-wrapper .upper-text .bottom-text {
  font-family: 'T-Star-Pro-Medium';
  font-weight: 400;
}
.europe-callbackform-section .callbackform-main-wrapper .callbackform-container .new-callbackform-wrapper .text-wrapper .enquiry-text {
  font-weight: 500;
  font-style: italic;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #fff;
  background: linear-gradient(90deg, #d61f22 0%, rgba(214, 31, 34, 0) 100%);
  padding: 8px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .europe-callbackform-section .callbackform-main-wrapper .callbackform-container .new-callbackform-wrapper .text-wrapper .enquiry-text {
    order: 1;
  }
}
.europe-callbackform-section .callbackform-main-wrapper .callbackform-container .new-callbackform-wrapper .text-wrapper .enquiry-text img {
  width: 24px;
  height: 24px;
}
.europe-callbackform-section .callbackform-main-wrapper .callbackform-container .new-callbackform-wrapper .form-wrapper {
  width: 53%;
}
@media screen and (max-width: 991px) {
  .europe-callbackform-section .callbackform-main-wrapper .callbackform-container .new-callbackform-wrapper .form-wrapper {
    width: 100%;
    padding-right: 53px;
  }
}
.europe-callbackform-section .callbackform-main-wrapper .callbackform-container .new-callbackform-wrapper .form-wrapper .global-callbackform-custom-form {
  margin-bottom: 105px;
}
@media screen and (max-width: 991px) {
  .europe-callbackform-section .callbackform-main-wrapper .callbackform-container .new-callbackform-wrapper .form-wrapper .global-callbackform-custom-form {
    margin-bottom: 60px;
  }
}
.europe-callbackform-section .callbackform-main-wrapper .callbackform-container .new-callbackform-wrapper .form-wrapper .global-callbackform-custom-form .grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 22px;
}
@media screen and (max-width: 991px) {
  .europe-callbackform-section .callbackform-main-wrapper .callbackform-container .new-callbackform-wrapper .form-wrapper .global-callbackform-custom-form .grid-layout {
    grid-template-columns: 1fr;
  }
}
.europe-callbackform-section .callbackform-main-wrapper .callbackform-container .new-callbackform-wrapper .form-wrapper .global-callbackform-custom-form .grid-layout .form-grid > div {
  position: relative;
}
.europe-callbackform-section .callbackform-main-wrapper .callbackform-container .new-callbackform-wrapper .form-wrapper .global-callbackform-custom-form .grid-layout .form-grid input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  padding-bottom: 8px;
}
.europe-callbackform-section .callbackform-main-wrapper .callbackform-container .new-callbackform-wrapper .form-wrapper .global-callbackform-custom-form .grid-layout .form-grid input::placeholder {
  color: #fff;
}
.europe-callbackform-section .callbackform-main-wrapper .callbackform-container .new-callbackform-wrapper .form-wrapper .global-callbackform-custom-form .grid-layout .form-grid .error-msg,
.europe-callbackform-section .callbackform-main-wrapper .callbackform-container .new-callbackform-wrapper .form-wrapper .global-callbackform-custom-form .grid-layout .form-grid .validate--msg,
.europe-callbackform-section .callbackform-main-wrapper .callbackform-container .new-callbackform-wrapper .form-wrapper .global-callbackform-custom-form .grid-layout .form-grid .invalid-number {
  font-size: 12px;
  line-height: 120%;
  margin-top: 8px;
  margin-bottom: 0;
  color: #fff;
  position: absolute;
  left: 2px;
  bottom: -20px;
}
.europe-callbackform-section .callbackform-main-wrapper .callbackform-container .new-callbackform-wrapper .form-wrapper .global-callbackform-custom-form .grid-layout .form-grid #europeCallbackCitySelect {
  width: 100%;
  height: 34px;
  background: transparent;
  font-size: 16px;
  line-height: 150%;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.europe-callbackform-section .callbackform-main-wrapper .callbackform-container .new-callbackform-wrapper .form-wrapper .global-callbackform-custom-form .grid-layout .form-grid #europeCallbackCitySelect option {
  color: #303030;
}
.europe-callbackform-section .callbackform-main-wrapper .callbackform-container .new-callbackform-wrapper .form-wrapper .consent-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.europe-callbackform-section .callbackform-main-wrapper .callbackform-container .new-callbackform-wrapper .form-wrapper .consent-check .consent-text {
  color: white;
  font-family: var(--font-tstar-regular);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.europe-callbackform-section .callbackform-main-wrapper .callbackform-container .new-callbackform-wrapper .form-wrapper .consent-check .consent-text a {
  text-decoration: underline;
}
.europe-callbackform-section .callbackform-main-wrapper .callbackform-container .new-callbackform-wrapper .form-wrapper .action-item-container button {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #A71316;
  border: none;
  box-shadow: 0px 0px 8px 0px rgba(255, 0, 0, 0.5);
  padding: 10px 32px;
}

/* Genuie oil styling */
.hero-geniue-oil #engine,
.hero-geniue-oil #bike-model-name {
  border: 1px solid #f1f1f1;
  background: url(../../../etc.clientlibs/hero-aem-website/clientlibs/clientlib-site/resources/select-down-arrow.jpeg)#f1f1f1;
  background-repeat: no-repeat;
  background-position: right center;
  width: 210px;
  padding: 7px 10px;
  font-size: 12px;
  font-family: var(--font-open-sans-semibold);
  color: #1c1c1c;
  text-transform: normal;
  outline: none;
  margin: 0 15px 0 0;
  font-weight: 400;
  cursor: pointer;
  -webkit-appearance: none;
  text-transform: uppercase;
}

.geniue-oil-dropdown {
  width: 100%;
  text-align: center;
}

#geniue-oil-table table tr th:first-child,
#geniue-oil-table table tr td:first-child {
  display: none;
}

#geniue-oil-table {
  background: #e6e6e6;
  padding: 20px;
  font-family: var(--font-open-sans-semibold);
  font-size: 13px;
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 22px;
}

#geniue-oil-table table {
  width: 100%;
  margin: 0 !important;

}

#geniue-oil-table table tr {
  text-align: center;
}


@media (max-width: 500px) {
  .geniue-oil-dropdown {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .geniue-oil-dropdown #bike-model-name {
    margin-top: 10px;
  }
}

@media(max-width: 600px) {
  #geniue-oil-table{
    width: 100%;
    overflow-x: auto;
  }

  #geniue-oil-table table {
    width: 600px;
    overflow-x: auto;
  }
}
.redirection-container {
  background-color: white;
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.redirection-component {
  background-color: #FF5310;
  color: white;
  padding: 1rem 2.5rem;
  border-radius: 10px;
  width: 836px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.redirection-component::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 3rem solid white;
  border-left: 3rem solid #FF5310;
  width: 0;
}
.redirection-imgtext {
  width: 100%;
  margin-left: 90px;
  float: left;
  display: flex;
  flex-direction: row;
  text-align: left;
  justify-content: space-between;
  align-items: center;
}
.redirection-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rc-redirect img {
  width: 64px !important;
}
.redirection-component .model {
  font-family: var(--font-pp-neue-montreal);
  font-size: 48px;
  font-weight: 600;
  line-height: 57.6px;
  color: #fff;
}
.redirection-component .price {
  font-family: var(--font-pp-neue-montreal);
  font-size: 36px;
  font-weight: 600;
  line-height: 43.2px;
  color: #fff;
}
.redirection-component .showroom-price {
  padding-top: 14px;
  font-family: var(--font-pp-neue-montreal);
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  color: #fff;
}
@media (max-width: 992px) {
  .redirection-component .model {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }
  .redirection-component .price {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding-top: 2px;
  }
  .redirection-component .showroom-price {
    padding-top: 2px;
    font-size: 12px;
  }
  .redirection-component {
    width: 95%;
  }
  .redirection-img {
    width: 150px;
  }
  .rc-redirect img {
    width: 54px !important;
  }
}
@media (max-width: 518px) {
  .redirection-component {
    height: 280px;
    flex-direction: column;
  }
  .redirection-img {
    width: 100%;
  }
  .redirection-img img {
    width: 170px !important;
  }
  .redirection-component .model {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }
  .redirection-component .price {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding-top: 2px;
  }
  .redirection-component .showroom-price {
    padding-top: 2px;
  }
  .redirection-imgtext {
    margin-left: 0;
  }
  .rc-redirect img {
    width: 32px !important;
  }
}

.wallpaperCarousel .wallpaperCarousel-container {
  padding: 4rem 0rem;
  background-color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.wallpaperCarousel .wallpaperCarousel-img-thumbnail {
  border-radius: 20px;
}
.wallpaperCarousel .premium-wallpaper-carousel .wallpaperCarousel-img-thumbnail {
  border-radius: 0px;
}
.wallpaperCarousel .premium-wallpaper-carousel .wallpaperCarousel-component::-webkit-scrollbar-thumb {
  background-color: #EE2326;
}
.wallpaperCarousel .premium-wallpaper-carousel.wallpaperCarousel-container .slick-dots > li.slick-active > button {
  background: #EE2326;
}
.wallpaperCarousel .wallpaperCarousel-container-mob {
  padding: 2rem 2rem;
  background-color: white;
  display: none;
  flex-direction: column;
}
.wallpaperCarousel .wallpaperCarousel-component {
  color: white;
  padding: 2rem 0rem;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  position: relative !important;
}
.wallpaperCarousel .wallpapers-component {
  color: black;
  text-align: center !important;
}
.wallpaperCarousel .wallpaper-div {
  display: flex !important;
  justify-content: space-between !important;
}
.wallpaperCarousel .wallpaperCarousel-thumbnail {
  position: relative !important;
  height: auto !important;
}
.wallpaperCarousel .wallpaperCarousel-download-icon {
  position: absolute !important;
  bottom: 20px !important;
  right: 20px !important;
  width: 12% !important;
  height: auto !important;
}
.wallpaperCarousel #mobileView {
  display: none;
}
.wallpaperCarousel #desktopView {
  display: block;
}
@media (max-width: 992px) {
  .wallpaperCarousel .wallpaperCarousel-img-thumbnail-mob {
    border-radius: 10px;
  }
  .wallpaperCarousel .premium-wallpaper-carousel .wallpaperCarousel-img-thumbnail-mob {
    border-radius: 0px;
  }
  .wallpaperCarousel .wallpaperCarousel-download-icon {
    width: 17% !important;
    left: 40%;
    top: 38%;
  }
  .wallpaperCarousel .wallpaperCarousel-container {
    display: none;
  }
  .wallpaperCarousel .wallpaperCarousel-container-mob {
    display: flex;
  }
  .wallpaperCarousel #mobileView {
    display: flex;
  }
  .wallpaperCarousel #desktopView {
    display: none;
  }
  .wallpaperCarousel .wallpaperCarousel-component {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .wallpaperCarousel .wallpaperCarousel-thumbnail {
    width: 240px !important;
    margin-right: 2rem;
  }
  .wallpaperCarousel .wallpaperCarousel-component::-webkit-scrollbar {
    width: 8px;
    height: 3px;
  }
  .wallpaperCarousel .wallpaperCarousel-component::-webkit-scrollbar-thumb {
    background-color: #FF5310;
    border-radius: 10px;
  }
  .wallpaperCarousel .wallpaperCarousel-component::-webkit-scrollbar-track {
    background-color: transparent;
  }
}
.wallpaperCarousel .wp-action-btn {
  position: absolute;
  top: 45%;
  z-index: 2;
  transform: translateY(-50%);
  width: auto;
}
.wallpaperCarousel .wp-action-btn:first-child {
  left: -4px;
}
.wallpaperCarousel .wp-action-btn:last-child {
  right: -4px;
}
.wallpaperCarousel .wallpaperCarousel-container .slick-dots > li > button {
  background: #C3CBD4;
  width: 48px;
  height: 4px;
  padding: 0;
  border: none;
  font-size: 0;
  margin: 0 12px;
  border-radius: 20px;
}
.wallpaperCarousel .wallpaperCarousel-container .slick-dots > li.slick-active > button {
  background: #FF5310;
}
.wallpaperCarousel .wallpaperCarousel-container .slick-dots > li.slick-active > button:focus-visible {
  outline: none;
}
.wallpaperCarousel .wallpaperCarousel-container .slick-dots > li > button:focus-visible {
  outline: none;
}
.wallpaperCarousel .wallpaperCarousel-container .slick-dots {
  display: flex;
  margin-top: 1rem;
  justify-content: center;
  flex-direction: row;
}
.wallpaperCarousel .wallpaperCarousel-container .slick-track {
  margin: 0 auto;
}

.highlightProduct-container {
  padding: 3rem 0rem;
  background-color: white;
  width: 100%;
  position: relative;
}
.premiumvideo-textwrapper {
  padding: 2.2rem 0;
}
@media (max-width: 768px) {
  .premiumvideo-textwrapper {
    padding: 2.2rem 0 0 0;
  }
}
.highlightProduct-component {
  display: flex;
  flex-direction: row;
  background-color: white;
  color: white;
  text-align: center;
  justify-content: center;
  gap: 6%;
  align-items: self-start;
  position: relative;
}
.highlight-component {
  width: 292px;
  color: black;
  text-align: center;
}
.highlight-text-component {
  align-items: flex-start;
  text-align: left;
}
.highlight-text-component .heading {
  font-family: var(--font-pp-neue-montreal);
  font-size: 28px;
  font-weight: 600;
  line-height: 33.6px;
  color: #222222;
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .highlight-text-component .heading {
    font-size: 16px;
    line-height: 19.2px;
  }
}
.highlight-text-component .subheading {
  padding-top: 1.5rem;
  font-family: var(--font-pp-neue-montreal);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .highlight-text-component .subheading {
    font-size: 16px;
    line-height: 19.2px;
  }
}
.highlight-img-component {
  position: relative;
  border-radius: 10px;
}
.highlight-img img {
  width: 292px;
  height: 292px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
@media (max-width: 1920px) {
  .highlightProduct-component {
    gap: 5%;
  }
}
@media (max-width: 1445px) {
  .highlightProduct-component {
    gap: 3%;
  }
}
.highlightProduct-container-text {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
@media (max-width: 1316px) {
  .highlightProduct-container-text {
    padding-bottom: 0rem;
  }
  .highlight-img {
    width: 240px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
  }
  .highlight-img img {
    width: 240px;
    height: 180px;
  }
  .highlight-component {
    width: 240px;
    padding-bottom: 1rem;
    max-height: 440px;
  }
  .highlightProduct-container {
    padding: 0 2.2rem 2.2rem 2.2rem;
  }
  .highlightProduct-component {
    justify-content: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 3rem 0rem;
    gap: 7%;
  }
  .highlightProduct-component::-webkit-scrollbar {
    width: 8px;
    height: 3px;
  }
  .highlightProduct-component::-webkit-scrollbar-thumb {
    background-color: #FF5310;
    border-radius: 10px;
  }
  .highlightProduct-component::-webkit-scrollbar-track {
    background-color: transparent;
  }
}
.hp-action-btn img {
  visibility: hidden;
}
.highlight-img-component:hover .hp-action-btn img {
  visibility: visible;
}
.hp-action-btn {
  position: absolute;
  top: 45%;
  z-index: 2;
  transform: translateY(-50%);
  width: auto;
}
.hp-action-btn:first-child {
  left: 20px;
}
.hp-action-btn:last-child {
  right: 20px;
}
.highlightProduct-container .slick-dots > li > button {
  background: #C3CBD4;
  width: 36px;
  height: 4px;
  padding: 0;
  border: none;
  font-size: 0;
  margin: 0 8px;
  border-radius: 20px;
}
.highlightProduct-container .slick-dots > li.slick-active > button {
  background: #FF5310;
}
.highlightProduct-container .slick-dots > li.slick-active > button:focus-visible {
  outline: none;
}
.highlightProduct-container .slick-dots > li > button:focus-visible {
  outline: none;
}
.gallery-list {
  position: relative;
}
.highlightProduct-container .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 7%;
  left: 50%;
  right: 50%;
}
/* premium light-theme css */
.vida-premium-highlights.light-theme .highlightProduct-container-text .wallpapertext-headingText {
  font-family: var(--font-medium);
}
@media screen and (max-width: 991px) {
  .vida-premium-highlights.light-theme .highlightProduct-container-text .wallpapertext-headingText {
    font-size: 14px;
    line-height: 16.8px;
  }
}
.vida-premium-highlights.light-theme .highlightProduct-container-text .wallpapertext-subheadingText {
  font-family: var(--font-heavy);
  font-weight: 900;
  margin-bottom: 4px;
}
@media screen and (max-width: 991px) {
  .vida-premium-highlights.light-theme .highlightProduct-container-text .wallpapertext-subheadingText {
    font-size: 24px;
    line-height: 28.8px;
  }
}
.vida-premium-highlights.light-theme .highlightProduct-component .highlight-img-component .highlight-img {
  border-radius: 0;
}
.vida-premium-highlights.light-theme .highlightProduct-component .highlight-img-component .highlight-img img {
  border-radius: 0;
}
.vida-premium-highlights.light-theme .highlightProduct-component .highlight-text-component .heading {
  font-family: var(--font-heavy);
  font-size: 32px;
  font-weight: 900;
  line-height: 38.4px;
}
@media screen and (max-width: 991px) {
  .vida-premium-highlights.light-theme .highlightProduct-component .highlight-text-component .heading {
    font-size: 18px;
    line-height: 21.6px;
  }
}
.vida-premium-highlights.light-theme .highlightProduct-component .highlight-text-component .subheading {
  font-family: var(--font-bold);
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
}
@media screen and (max-width: 991px) {
  .vida-premium-highlights.light-theme .highlightProduct-component .highlight-text-component .subheading {
    font-size: 16px;
    line-height: 19.2px;
  }
}
.vida-premium-highlights.light-theme .slick-dots > li.slick-active > button {
  background: #EE2326;
}
@media (max-width: 1316px) {
  .vida-premium-highlights.light-theme .highlightProduct-component::-webkit-scrollbar-thumb {
    background-color: #EE2326;
  }
}

.premiumvideoslider-container {
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .premiumvideoslider-container {
    max-width: 100%;
  }
}
.premiumvideoslider-container .slick-slider button {
  color: transparent;
  display: block;
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
}
.premiumvideoslider-container .slick-slider .slick-list {
  padding-top: 0% !important;
  padding-bottom: 1% !important;
  padding-left: 15% !important;
  padding-right: 15% !important;
}
@media (max-width: 768px) {
  .premiumvideoslider-container .slick-slider .slick-list {
    padding-top: 10% !important;
    padding-bottom: 7% !important;
  }
}
.premiumvideoslider-container .slick-slider .slick-list .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 600px;
}
@media (max-width: 768px) {
  .premiumvideoslider-container .slick-slider .slick-list .slick-track {
    perspective: 100px;
  }
}
@media (max-width: 768px) {
  .premiumvideoslider-container .slick-slider button {
    display: none !important;
  }
}
.premiumvideoslider-container .text_slider .slick-list {
  padding-top: 0% !important;
  padding-bottom: 1% !important;
  padding-left: 15% !important;
  padding-right: 15% !important;
}
@media (max-width: 768px) {
  .premiumvideoslider-container .text_slider .slick-list {
    padding-top: 2% !important;
    padding-bottom: 7% !important;
  }
}
.premiumvideoslider-container .text_slider .slick-list .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 600px;
}
@media (max-width: 768px) {
  .premiumvideoslider-container .text_slider .slick-list .slick-track {
    perspective: 100px;
  }
}
.premiumvideoslider-container .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}
.premiumvideoslider-container .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  transform: translate3d(0, 0, 0px);
  z-index: 2;
}
@media (max-width: 768px) {
  .premiumvideoslider-container .slick-current {
    transform: translate3d(0, 0, 21px);
  }
}
.premiumvideoslider-container .slick-snext {
  opacity: 1;
  transform: translate3d(48%, 0, -200px);
  z-index: 1;
}
@media (max-width: 768px) {
  .premiumvideoslider-container .slick-snext {
    transform: translate3d(20%, 0, 0px);
  }
}
.premiumvideoslider-container .slick-sprev {
  opacity: 1;
  transform: translate3d(-48%, 0, -200px);
}
@media (max-width: 768px) {
  .premiumvideoslider-container .slick-sprev {
    transform: translate3d(-20%, 0, 0px);
  }
}
.premiumvideoslider-container .slick-dots li {
  background: #C3CBD4;
  width: 48px;
  height: 5px;
  padding: 0;
  border: none;
  font-size: 0;
  margin: 0 6px;
  outline: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .premiumvideoslider-container .slick-dots li {
    width: 26px;
  }
}
.premiumvideoslider-container li.slick-active {
  background: #EE2326;
  outline: none;
}
.premiumvideoslider-container .slick-list.draggable {
  position: relative;
}
.premiumvideoslider-container .slick-dots {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.premiumvideoslider-container .slick-track {
  margin: 0 auto;
}
.premiumvideoslider-container .slick-track .slick-snext,
.premiumvideoslider-container .slick-track .slick-sprev {
  filter: blur(4px);
  opacity: 0.2;
}
.premiumvideoslider-container .slick-prev {
  width: 30px;
  height: 30px;
  top: unset;
  left: 35%;
  bottom: -44px;
  z-index: 1;
}
@media (max-width: 1180px) {
  .premiumvideoslider-container .slick-prev {
    left: 30%;
  }
}
@media (max-width: 921px) {
  .premiumvideoslider-container .slick-prev {
    left: 26%;
  }
}
@media (max-width: 768px) {
  .premiumvideoslider-container .slick-prev {
    left: 12%;
    bottom: -46px;
    z-index: 3;
  }
}
.premiumvideoslider-container .slick-next {
  width: 30px;
  height: 30px;
  top: unset;
  bottom: -44px;
  z-index: 1;
}
@media (max-width: 1180px) {
  .premiumvideoslider-container .slick-next {
    right: 30%;
  }
}
@media (max-width: 921px) {
  .premiumvideoslider-container .slick-next {
    right: 26%;
  }
}
@media (max-width: 768px) {
  .premiumvideoslider-container .slick-next {
    right: 12%;
    bottom: -46px;
    z-index: 3;
  }
}
.premiumvideoslider-container .evs-card {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .premiumvideoslider-container .evs-card {
    height: auto;
    background: var(--textcolor-white, #ffffff);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
  }
}
.premiumvideoslider-container .evs-card .poster-img {
  width: 800px;
  position: relative;
  width: -webkit-fill-available;
}
.premiumvideoslider-container .evs-card .play-icn {
  width: 80px;
  position: absolute;
  top: 50%;
  bottom: unset;
  right: unset;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .premiumvideoslider-container .evs-card .play-icn {
    width: 40px;
  }
}
.premiumvideoslider-container .evs-card .rev-content {
  width: 100%;
  position: absolute;
  bottom: 22px;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .premiumvideoslider-container .evs-card .rev-content {
    bottom: 13px;
  }
}
.premiumvideoslider-container .evs-card .rev-content .rev-header {
  font-family: var(--font-tstar-heavy);
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .premiumvideoslider-container .evs-card .rev-content .rev-header {
    font-size: 28px;
    line-height: 40px;
  }
}
.premiumvideoslider-container .evs-card .rev-content .rev-desc {
  font-family: var(--font-tstar-medium);
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  padding: 8px 22px;
}
@media (max-width: 768px) {
  .premiumvideoslider-container .evs-card .rev-content .rev-desc {
    color: #303030;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 16px 0px 16px;
    min-height: 100px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .premiumvideoslider-container .evs-card .rev-content a {
    width: 88.99%;
  }
}
.premiumvideoslider-container .slick-list.draggable {
  position: relative;
}
.premiumvideoslider-container .slick-prev,
.premiumvideoslider-container .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.premiumvideoslider-container .slick-prev {
  left: 9%;
}
.premiumvideoslider-container .slick-next {
  right: 10%;
}
.premiumvideoslider-container .slider-container-text {
  padding: 1rem 0;
}
.premiumvideoslider-container .slider-headingText {
  font-family: var(--font-tstar-heavy);
  font-weight: var(--font-weight-900);
  font-size: var(--font-size24);
  line-height: var(--line-height-28);
}
.premiumvideoslider-container .slider-subheadingText {
  font-family: var(--font-tstar-medium);
  font-weight: var(--font-weight-400);
  font-size: var(--font-size18);
  line-height: var(--line-height-21);
}
@media (max-width: 768px) {
  .premiumvideoslider-container .slider-headingText {
    font-size: var(--font-size18);
  }
}
.premiumvideo-textwrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.price-know-more-pt-container {
  background: #fff;
}
.price-know-more-pt-container .price-know-more-white-bg {
  height: 100px;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .price-know-more-pt-container .price-know-more-white-bg {
    height: 150px;
  }
}
.price-know-more-pt-container .price-know-more-content-container {
  background: linear-gradient(145.79deg, #eeeeee 16.93%, #ffffff 55.1%, #f4f4f4 93.27%);
  padding: 32px 20px;
}
@media screen and (min-width: 992px) {
  .price-know-more-pt-container .price-know-more-content-container {
    padding: 32px 80px 12px 80px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.price-know-more-pt-container .price-know-more-content-container .price-know-more-bike-img-container {
  max-width: 250px;
  margin: -120px auto 21px auto;
}
@media screen and (min-width: 992px) {
  .price-know-more-pt-container .price-know-more-content-container .price-know-more-bike-img-container {
    max-width: 330px;
    margin: -145px 0 0 109px;
  }
}
.price-know-more-pt-container .price-know-more-content-container .price-know-more-bike-img-container .price-know-more-bike-img {
  width: 100%;
  object-fit: cover;
}
.price-know-more-pt-container .price-know-more-content-container .price-know-more-details-container {
  display: flex;
  gap: 24px;
  margin: 0 0 24px 0;
}
@media screen and (min-width: 992px) {
  .price-know-more-pt-container .price-know-more-content-container .price-know-more-details-container {
    gap: 60px;
    margin: 0 0 45px 0;
  }
}
.price-know-more-pt-container .price-know-more-content-container .price-know-more-details-container .price-know-more-variants-container .price-know-more-variants-name {
  font-family: var(--font-medium);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: #242424;
  margin: 0 0 12px 0;
}
@media screen and (min-width: 992px) {
  .price-know-more-pt-container .price-know-more-content-container .price-know-more-details-container .price-know-more-variants-container .price-know-more-variants-name {
    font-size: 16px;
    line-height: 19.2px;
    margin: 0 0 16px 0;
  }
}
.price-know-more-pt-container .price-know-more-content-container .price-know-more-details-container .price-know-more-variants-container .price-know-more-variants-list .price-know-more-variants-item {
  font-family: var(--font-heavy);
  font-size: 16px;
  font-weight: 900;
  line-height: 16.8px;
  color: #242424;
  margin: 0 0 12px 0;
}
@media screen and (min-width: 992px) {
  .price-know-more-pt-container .price-know-more-content-container .price-know-more-details-container .price-know-more-variants-container .price-know-more-variants-list .price-know-more-variants-item {
    font-size: 24px;
    line-height: 19.2px;
    margin: 0 0 16px 0;
  }
}
.price-know-more-pt-container .price-know-more-content-container .price-know-more-details-container .price-know-more-variants-container .price-know-more-variants-list .price-know-more-variants-item:last-child {
  margin: 0;
}
.price-know-more-pt-container .price-know-more-content-container .price-know-more-details-container .price-know-more-price-container .price-know-more-price-name {
  font-family: var(--font-medium);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: #242424;
  margin: 0 0 12px 0;
}
@media screen and (min-width: 992px) {
  .price-know-more-pt-container .price-know-more-content-container .price-know-more-details-container .price-know-more-price-container .price-know-more-price-name {
    font-size: 16px;
    line-height: 19.2px;
    margin: 0 0 16px 0;
  }
}
.price-know-more-pt-container .price-know-more-content-container .price-know-more-details-container .price-know-more-price-container .price-know-more-price-list .price-know-more-price-item {
  font-family: var(--font-regular);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: #4c4c4c;
  margin: 0 0 12px 0;
}
@media screen and (min-width: 992px) {
  .price-know-more-pt-container .price-know-more-content-container .price-know-more-details-container .price-know-more-price-container .price-know-more-price-list .price-know-more-price-item {
    font-size: 20px;
    line-height: 19.2px;
    margin: 0 0 16px 0;
  }
}
.price-know-more-pt-container .price-know-more-content-container .price-know-more-details-container .price-know-more-price-container .price-know-more-price-list .price-know-more-price-item:last-child {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .price-know-more-pt-container .price-know-more-content-container .price-know-more-btn-container {
    margin: 0 0 45px 0;
  }
}
.price-know-more-pt-container .price-know-more-content-container .price-know-more-btn-container .price-know-more-btn {
  font-family: var(--font-bold);
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  color: #ee2326;
}
@media screen and (min-width: 992px) {
  .price-know-more-pt-container .price-know-more-content-container .price-know-more-btn-container .price-know-more-btn {
    font-size: 16px;
    line-height: 19.2px;
  }
}

.ride-events-pt-container {
  background: #fff;
}
.ride-events-pt-container .ride-events-content-container {
  padding: 32px 20px;
}
@media screen and (min-width: 992px) {
  .ride-events-pt-container .ride-events-content-container {
    padding: 80px;
  }
}
.ride-events-pt-container .ride-events-content-container .ride-events-title-container {
  margin: 0 0 16px 0;
}
@media screen and (min-width: 992px) {
  .ride-events-pt-container .ride-events-content-container .ride-events-title-container {
    margin: 0 0 32px 0;
  }
}
.ride-events-pt-container .ride-events-content-container .ride-events-title-container .ride-events-normal-title {
  font-family: var(--font-medium);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: #222222;
  margin: 0 0 4px 0;
}
@media screen and (min-width: 992px) {
  .ride-events-pt-container .ride-events-content-container .ride-events-title-container .ride-events-normal-title {
    font-size: 18px;
    line-height: 21.6px;
    margin: 0 0 8px 0;
  }
}
.ride-events-pt-container .ride-events-content-container .ride-events-title-container .ride-events-bold-title {
  font-family: var(--font-heavy);
  font-size: 24px;
  font-weight: 900;
  line-height: 28.8px;
  color: #222222;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .ride-events-pt-container .ride-events-content-container .ride-events-title-container .ride-events-bold-title {
    font-size: 48px;
    line-height: 57.61px;
  }
}
.ride-events-pt-container .ride-events-content-container .ride-events-card-list {
  margin: 0 0 24px 0;
}
@media screen and (min-width: 992px) {
  .ride-events-pt-container .ride-events-content-container .ride-events-card-list {
    margin: 0 0 40px 0;
    display: flex;
    gap: 32px;
    min-height: 45rem;
    max-height: 45rem;
  }
}
.ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item {
  display: flex;
  gap: 8px;
  margin: 0 0 24px 0;
  position: relative;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item {
    flex-direction: column;
    gap: 32px;
    margin: 0;
    flex: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 991px) {
  .ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item:first-child .ride-events-card-content-container {
    position: absolute;
    bottom: 0;
    padding: 20px;
  }
  .ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item:first-child .ride-events-card-content-container .ride-events-card-text-container .ride-events-card-normal-text {
    color: #fff;
  }
  .ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item:first-child .ride-events-card-content-container .ride-events-card-text-container .ride-events-card-bold-text {
    color: #fff;
    font-size: 18px;
    line-height: 21.6px;
  }
  .ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item:first-child .ride-events-card-content-container .ride-events-card-btn-container .ride-events-card-btn {
    width: 40px;
    height: 40px;
    border-radius: 6px;
  }
  .ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item:first-child .ride-events-card-content-container .ride-events-card-btn-container .ride-events-card-btn .chevron-right-icon {
    width: 20px;
    height: 20px;
  }
}
.ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item:last-child {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item:hover,
  .ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item.active-card {
    flex: 2;
  }
  .ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item:hover .ride-events-card-img-container,
  .ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item.active-card .ride-events-card-img-container {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item:hover .ride-events-card-img-container .ride-events-card-img,
  .ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item.active-card .ride-events-card-img-container .ride-events-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item:hover .ride-events-card-content-container,
  .ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item.active-card .ride-events-card-content-container {
    position: absolute;
    bottom: 0;
    gap: 12px;
  }
  .ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item:hover .ride-events-card-content-container .ride-events-card-text-container .ride-events-card-normal-text,
  .ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item.active-card .ride-events-card-content-container .ride-events-card-text-container .ride-events-card-normal-text {
    color: #fff;
  }
  .ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item:hover .ride-events-card-content-container .ride-events-card-text-container .ride-events-card-bold-text,
  .ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item.active-card .ride-events-card-content-container .ride-events-card-text-container .ride-events-card-bold-text {
    color: #fff;
  }
}
.ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item .ride-events-card-img-container {
  flex: 1;
  transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 992px) {
  .ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item .ride-events-card-img-container {
    flex: none;
  }
}
.ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item .ride-events-card-img-container .ride-events-card-img {
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item .ride-events-card-content-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 992px) {
  .ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item .ride-events-card-content-container {
    padding: 0 16px 32px 16px;
    flex: none;
    gap: 48px;
  }
}
.ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item .ride-events-card-content-container .ride-events-card-text-container .ride-events-card-normal-text {
  font-family: var(--font-bold);
  font-size: 12px;
  font-weight: 700;
  line-height: 14.4px;
  color: #242424;
  margin: 0 0 8px 0;
}
@media screen and (min-width: 992px) {
  .ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item .ride-events-card-content-container .ride-events-card-text-container .ride-events-card-normal-text {
    margin: 0 0 12px 0;
  }
}
.ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item .ride-events-card-content-container .ride-events-card-text-container .ride-events-card-bold-text {
  font-family: var(--font-bold);
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  color: #242424;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item .ride-events-card-content-container .ride-events-card-text-container .ride-events-card-bold-text {
    font-size: 24px;
    line-height: 28.8px;
  }
}
.ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item .ride-events-card-content-container .ride-events-card-btn-container .ride-events-card-btn {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #ee2326;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item .ride-events-card-content-container .ride-events-card-btn-container .ride-events-card-btn {
    height: 40px;
    width: 40px;
    border-radius: 6px;
  }
}
.ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item .ride-events-card-content-container .ride-events-card-btn-container .ride-events-card-btn .chevron-right-icon {
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 992px) {
  .ride-events-pt-container .ride-events-content-container .ride-events-card-list .ride-events-card-item .ride-events-card-content-container .ride-events-card-btn-container .ride-events-card-btn .chevron-right-icon {
    height: 20px;
    width: 20px;
  }
}
@media screen and (min-width: 992px) {
  .ride-events-pt-container .ride-events-content-container .ride-events-explore-btn-container {
    display: flex;
    justify-content: center;
  }
}
.ride-events-pt-container .ride-events-content-container .ride-events-explore-btn-container .ride-events-explore-btn {
  height: 47px;
  width: 100%;
  background: transparent;
  border: 1px solid #ee2326;
  color: #ee2326;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-heavy);
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .ride-events-pt-container .ride-events-content-container .ride-events-explore-btn-container .ride-events-explore-btn {
    height: 50px;
    width: 176px;
    font-size: 18px;
  }
}

.data-subject-request-form-wrapper {
  padding: 30px 0 20px;
}
.data-subject-request-form-wrapper .addressPan .form-fields {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .data-subject-request-form-wrapper .addressPan .form-fields {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.data-subject-request-form-wrapper .addressPan .form-fields .cust-form-group {
  margin-bottom: 32px;
  position: relative;
  margin-right: 16px;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .data-subject-request-form-wrapper .addressPan .form-fields .cust-form-group {
    margin-bottom: 24px;
    margin-right: 0;
  }
}
.data-subject-request-form-wrapper .addressPan .form-fields .cust-form-group .form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.data-subject-request-form-wrapper .addressPan .form-fields .cust-form-group .form-control::placeholder {
  color: grey;
}
.data-subject-request-form-wrapper .addressPan .form-fields .cust-form-group .select-p {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  position: absolute;
  top: -7px;
  left: 15px;
  background: #fff;
  color: #303030;
  padding: 0 4px;
  cursor: context-menu;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .data-subject-request-form-wrapper .addressPan .form-fields .cust-form-group .select-p {
    font-size: 14px;
    line-height: 14px;
  }
}
.data-subject-request-form-wrapper .addressPan .form-fields .cust-form-group .select-dropdown select {
  height: 38px;
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: .375rem 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: grey;
}
.data-subject-request-form-wrapper .addressPan .form-fields .cust-form-group .select-dropdown select.selected {
  color: #000 !important;
}
.data-subject-request-form-wrapper .addressPan .form-fields .cust-form-group .select-dropdown select option {
  color: #000;
}
.data-subject-request-form-wrapper .addressPan .checkbox-container .checkbox--wrap {
  margin-bottom: 8px;
}
.data-subject-request-form-wrapper .addressPan .checkbox-container .control-group label {
  font-family: 'T-Star-Pro-Medium';
  font-size: 12px;
  color: #ee2326;
  display: block;
  padding-left: 16px;
  position: relative;
  display: flex;
  gap: 8px;
}
.data-subject-request-form-wrapper .addressPan .checkbox-container .control-group label img {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 7px;
  top: 50%;
  width: 9px;
  height: 9px;
  background: url("../../clientlibs/clientlib-base-global/resources/images/icons/error.svg") no-repeat;
  background-size: 100%;
}
.data-subject-request-form-wrapper .addressPan .form--wrap .cust-form-group {
  position: relative;
}
.data-subject-request-form-wrapper .addressPan .form--wrap textarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px;
  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: .25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.data-subject-request-form-wrapper .addressPan .form--wrap textarea::placeholder {
  text-align: center;
}
.data-subject-request-form-wrapper .addressPan .form--wrap .select-p {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  position: absolute;
  top: -7px;
  left: 15px;
  background: #fff;
  color: #303030;
  padding: 0 4px;
  cursor: context-menu;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .data-subject-request-form-wrapper .addressPan .form--wrap .select-p {
    font-size: 14px;
    line-height: 14px;
  }
}
.data-subject-request-form-wrapper .addressPan .checkbox-submit-wrap {
  padding: 12px;
  border-top: 1px solid #dee2e6;
}
.data-subject-request-form-wrapper .addressPan .checkbox-submit-wrap .control-group {
  display: flex;
  gap: 12px;
}
.data-subject-request-form-wrapper .addressPan .checkbox-submit-wrap .control-group input {
  width: 20px;
  height: 20px;
}
.data-subject-request-form-wrapper .addressPan .checkbox-submit-wrap .submit-container {
  display: flex;
  justify-content: flex-end;
}
.data-subject-request-form-wrapper .addressPan .checkbox-submit-wrap .submit-container #dsr-submit-btn {
  background: #ee2326;
  color: #fff;
  min-height: 38px;
  min-width: 100px;
  box-shadow: none;
  border: none;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.data-subject-request-form-wrapper .addressPan .checkbox-submit-wrap .submit-container #dsr-submit-btn:disabled {
  background-color: #ccc;
  pointer-events: none;
}

.data-subject-request-info {
  /* Desktop Image - Show only on large screens */
}
.data-subject-request-info .data-subject-request-container {
  position: relative;
  padding: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
  width: 100%;
  max-width: 95%;
}
.data-subject-request-info .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: -1;
}
.data-subject-request-info .bg-img-desktop {
  display: block;
}
.data-subject-request-info .bg-img-mobile {
  display: none;
}
.data-subject-request-info .data-subject-request-content {
  max-width: 50%;
  width: 100%;
  text-align: justify;
  /* Center text content */
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  /* Center items inside */
  justify-content: center;
  /* Center content */
  margin: auto;
}
.data-subject-request-info .data-subject-request-title {
  font-size: 32px;
  font-family: var(--font-transducer);
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0%;
  width: 100%;
  max-width: 55%;
}
.data-subject-request-info .data-subject-request-description {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 5%;
  padding-top: 20px;
}
.data-subject-request-info .dsr-sub-content {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 5%;
  margin: auto;
  padding: 20px 50px;
}
.data-subject-request-info .dsr-table-container {
  max-width: 50%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  width: 50%;
}
.data-subject-request-info .dsr-table {
  border-collapse: collapse;
  width: 100%;
}
.data-subject-request-info .dsr-table tr th {
  border-left: 1px solid #758490;
}
.data-subject-request-info .dsr-table th,
.data-subject-request-info .dsr-table td {
  text-transform: none !important;
}
.data-subject-request-info .dsr-table .first-row tr {
  background-color: white !important;
}
.data-subject-request-info .dsr-table-header th {
  background: #5B5B5B;
  color: white;
  font-family: var(--font-transducer);
  font-weight: 700;
  font-size: 12px;
  line-height: 15.6px;
  letter-spacing: 0%;
}
.data-subject-request-info .dsr-table-content td {
  font-family: var(--font-transducer);
  font-weight: 400;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0%;
  color: #000000;
  border-width: 1px, 0px, 0px, 1px;
}
.data-subject-request-info th,
.data-subject-request-info td {
  padding: 10px !important;
  padding-left: 25px !important;
  text-align: left;
}
.data-subject-request-info table tr,
.data-subject-request-info th tr,
.data-subject-request-info tr tr,
.data-subject-request-info td tr {
  background-color: white;
}
.data-subject-request-info .dsr-table th {
  background: #5B5B5B;
  color: white;
  text-align: left;
  padding: 10px;
  color: #FFF;
  font-family: var(--font-transducer);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 15.6px */
}
.data-subject-request-info .dsr-table td {
  color: #000;
  font-family: var(--font-transducer);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  border: 1px solid #EDF1F5 !important;
}
.data-subject-request-info td:first-child,
.data-subject-request-info th:first-child {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .data-subject-request-info .data-subject-request-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    width: 343px;
    height: 703px;
    display: block;
  }
  .data-subject-request-info .bg-img-desktop {
    display: none;
  }
  .data-subject-request-info .bg-img-mobile {
    display: block;
  }
  .data-subject-request-info .data-subject-request-content {
    max-width: 100%;
    width: 100%;
    text-align: justify;
    padding: 25px;
    /* Reduced padding */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .data-subject-request-info .data-subject-request-title {
    font-size: 18px;
    line-height: 22px;
    max-width: 100%;
    margin-bottom: 5px;
    /* Further reduced spacing */
  }
  .data-subject-request-info .data-subject-request-description {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    padding-top: 0;
    margin-bottom: 5px;
    /* Reduce space after description */
  }
  .data-subject-request-info .dsr-table-container {
    max-width: 100%;
    overflow-x: auto;
    width: 100%;
    margin: 0;
    padding: 15px;
  }
  .data-subject-request-info .dsr-table {
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
    /* Removes extra spacing between cells */
    table-layout: fixed;
    /* Ensures uniform column width */
  }
  .data-subject-request-info .dsr-table th,
  .data-subject-request-info .dsr-table td {
    padding: 5px 8px;
    /* Reduced padding for compact fit */
    text-align: left;
    white-space: nowrap;
    /* Prevents text wrapping */
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #ddd;
    /* Light border to define cells */
  }
  .data-subject-request-info .dsr-table thead {
    position: sticky;
    top: 0;
    background: #5B5B5B;
    color: white;
    z-index: 1;
  }
  .data-subject-request-info td:first-child,
  .data-subject-request-info th:first-child {
    text-align: center;
    width: 10%;
    /* Adjust width for better alignment */
  }
  .data-subject-request-info .dsr-table th:first-child,
  .data-subject-request-info .dsr-table td:first-child {
    text-align: center;
    width: 20%;
    /* Increased from 10% to 20% */
    min-width: 50px;
    /* Ensure it doesn't collapse too much */
    max-width: 80px;
    /* Prevent it from getting too large */
  }
}

/*****************************************************
LESS compilation failed due a JavaScript error!

Input: apps/hero-aem-website/components/hero-global/content/company-future-mobility/clientlibs/css/global-two-wheeler.less
Error: RuntimeError: error evaluating function `rgb`: color functions take numbers as parameters in apps/hero-aem-website/components/hero-global/content/company-future-mobility/clientlibs/css/global-two-wheeler.less on line 76, column 17:
75         stroke-width: 5px;
76         stroke: rgb(0 0 0);
77         height: 100%;


(uncompiled LESS src is included below)
*****************************************************/
.future-mobility-outer-wrapper {
    margin: 4rem 3rem;
    display: flex;
    flex-direction: column;
}

.company-future-mobility .vision-wrapper {
    display: flex;
    gap: 10%;
    width: 100%;
    max-width: 1200px;
    align-self: center;
}

.company-future-mobility .values-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 40px;
}

.company-future-mobility .section-title h5 p {
    color: var(--Brand-Red, var(--Hero-Red, #F00));
    font-family: var(--font-transducer-regular);
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    margin: 0;

    @media only screen and (max-width: 767px) {
        font-size: 48px;
        font-weight: 700;
    }
}

.company-future-mobility .vision-heading {
    margin-top: 8px;
    width: 427px;
    color: var(--black);
    font-family: var(--font-transducer-regular);
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;

    @media only screen and (max-width: 767px) {
        margin-top: 8px;
    }
}

.company-future-mobility .vision-heading h4 {
    color: var(--black);
    font-family: var(--font-transducer-bold);
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;

    @media only screen and (max-width: 767px) {
        font-size: 20px;
    }
}

.values-vector {
    margin: 2.5rem 0px 3rem 0px;
    width: 100%;
    height: 33px;
    justify-content: center;
    stroke-width: 1px;
    stroke: rgba(0, 0, 0, 0.00);
    opacity: 0.8;

    @media only screen and (max-width: 767px) {
        stroke-width: 5px;
        stroke: rgb(0 0 0);
        height: 100%;
        margin: 27px 0px 48px 0px;
    }
}

.company-future-mobility .vision-heading h4 span {
    color: var(--Brand-Red, #F00);
    font-family: var(--font-transducer-regular);
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.company-future-mobility .vision-content p {
    margin-top: 40px;
    color: var(--text-color-grey);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.9px;
    font-family: var(--font-medium);

    @media only screen and (max-width: 767px) {
        font-size: 12px;
        line-height: 22px;
        margin-top: 16px;
        margin-bottom: 0;
    }
}

.company-future-mobility .hero-img-container .hero-img-inner {
    display: flex;
    justify-content: center;
    gap: 64px;
    margin-top: 22px;

    @media only screen and (max-width: 767px) {
        margin-top: 0;
        gap: 50px;
        width: 100%;
    }
}

.company-future-mobility .hero-img-left {
    margin-top: 38px;
    height: 30rem;
    width: 137px;
    clip-path: polygon(0 0, 100% 22%, 100% 100%, 0 78%);
    overflow: hidden;

    @media only screen and (max-width: 767px) {
        height: 100%;
        margin-top: 58px;
        clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 86%);
        width: unset;
    }
}

.company-future-mobility .hero-img-left img {
    height: 30rem;
    width: 137px;
    object-fit: cover;
    max-width: fit-content;

    @media only screen and (max-width: 767px) {
        height: 100%;
        width: 100%;
    }
}

.company-future-mobility .hero-img-right .hero-img-top {
    height: 14.5rem;
    width: 110px;
    clip-path: polygon(0 0, 100% 32%, 100% 68%, 0 100%);
    overflow: hidden;

    @media only screen and (max-width: 767px) {
        height: 188px;
        width: 100%;
    }
}

.company-future-mobility .hero-img-right .hero-img-top img {
    height: 14.5rem;
    width: 110px;
    object-fit: cover;

    @media only screen and (max-width: 767px) {
        height: 100%;
        width: 100%;
    }
}

.company-future-mobility .hero-img-right .hero-img-bottom {
    max-height: 10rem;
    max-width: 110px;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    overflow: hidden;
    margin-top: 22px;

    @media only screen and (max-width: 767px) {
        margin-top: 14px;
        height: 100%;
        width: 100%;
    }
}

.company-future-mobility .hero-img-right .hero-img-bottom img {
    height: 10rem;
    width: 110px;
    object-fit: cover;


    @media only screen and (max-width: 767px) {
        height: 100%;
        width: 100%;
        max-height: 28%;
    }
}

.company-future-mobility .mission-card-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 2rem;
    width: 100%;

    @media only screen and (max-width: 767px) {
        gap: 2rem;
        margin-left: 40px;
    }
}

.company-future-mobility .mission-card-container .mission-card {

    @media only screen and (max-width: 767px) {
        padding: 0;
        margin: 0;
    }

    p {
        color: var(--text-color-grey);
        font-size: 1.125rem;
        font-style: italic;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.9px;
        margin-bottom: 0;
        font-family: var(--font-medium);

        @media only screen and (max-width: 767px) {
            font-size: 12px;
            letter-spacing: 0.6px;
        }
    }
}

.mission-card-flex {
    display: flex;
    gap: 8px;
    align-items: baseline;
    margin-bottom: 8px;

    @media (max-width: 767px) {
        margin-bottom: 8px;
    }

    h5 {
        color: var(--black);
        font-family: var(--font-transducer-regular);
        font-size: 1.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    h6 {
        color: var(--check-bg-color);
        font-size: 1.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

.mission-img-container {
    display: flex;
    justify-content: space-around;
    gap: 100px;

    @media (max-width: 900px) and (min-width: 767px) {
        gap: 10px;
    }
}

.mission-card-flex-knowMore {
    margin-top: 40px;
    display: flex;
    gap: 8px;
    width: 120px;
    align-items: center;

    .know-more-link {
        color: var(--black);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        margin-bottom: 6px;
        font-family: var(--font-transducer-regular);
    }
}

.mission-card-flex-knowMore:hover {
    text-decoration: none;
}

.our-values-card-flex {
    display: flex;
    align-items: flex-end;

    @media (max-width: 767px) {
        .our-values-card-flex {
            flex-direction: column;
            /* Stack items vertically */
            align-items: center;
            /* Center align content */
            text-align: center;
            /* Center text */
            gap: 16px;
            /* Add spacing between items */
        }
    }

}

.svg-container {
    display: flex;
    flex-direction: row;

}

.values-card-heading {
    width: 80%;
}

.svg-container-icons {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    overflow: hidden;
    gap: 40px;
}

.logo-scroll-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
}

.logo-scroll-wrapper {
    width: 100%;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    justify-content: space-between;
}

.logo-scroll-wrapper ul {
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-name: marquee-content;
    animation-timing-function: linear;
    padding: 0 20px;
    border-right: solid #d9d9d9;
    width: 50%;
    height: 100%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
}

@keyframes marquee-content {
    from {
        transform: translateX(250%);
    }

    to {
        transform: translateX(-300%);
    }
}

.logo-scroll-wrapper ul:last-child {
    border-right: none;
}

/* Add shadow effect using pseudo-elements */
.logo-scroll-container::before,
.logo-scroll-container::after {
    content: "";
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

/* Left side fade effect */
.logo-scroll-container::before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}

/* Right side fade effect */
.logo-scroll-container::after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}

.company-future-mobility .our-values-wrapper {
    width: 100%;
    margin-top: 72px;
    padding: 56px 92px 62px;
    text-align: center;
    background: var(--Seconday-Colours-Light-Grey, #F3F3F3);
    backdrop-filter: blur(22px);
    clip-path: polygon(70px 0, 100% 0, 100% calc(100% - 70px), calc(100% - 70px) 100%, 0 100%, 0 70px);
}

.company-future-mobility .our-values-card-global {
    flex: 1;
    display: flex;
    gap: 24px;
    align-items: center;
}

.our-values-separator {
    width: 0.8px;
    height: 64px;
    background: linear-gradient(0deg, rgba(94, 94, 94, 0.00) 0%, var(--text-color-grey) 50%, rgba(94, 94, 94, 0.00) 100%);
    display: none;
}

.company-future-mobility .our-values-container .our-values-card-global h5 {
    color: var(--black);
    font-family: var(--font-transducer-regular);
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    width: 100%;
    max-width: 400px;

    @media only screen and (max-width: 767px) {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 24px;
        text-align: center;
    }

}

.company-future-mobility .our-values-card-global p {
    color: var(--Brand-Black, var(--black));
    text-align: center;
    font-family: var(--font-tstar-medium);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 1024px) and (min-width: 576px) {
    .company-future-mobility .vision-wrapper {
        display: inline;
    }
}

@media (max-width: 1120px) {
    .company-future-mobility .future-mobility-outer-wrapper {
        margin: 96px 80px;
    }

    .company-future-mobility .vision-wrapper {
        gap: 20px;
    }

    .company-future-mobility .hero-img-container .hero-img-inner {
        gap: 30px;
        width: 100%;
    }

    .company-future-mobility .vision-heading h4,
    .company-future-mobility .vision-heading h4 span {
        font-size: 44px;
    }

    .company-future-mobility .our-values-wrapper {
        margin-top: 60px;
        padding: 56px 62px 62px;
    }
}

@media (max-width: 900px) {
    .company-future-mobility .future-mobility-outer-wrapper {
        margin: 40px;
    }

    .company-future-mobility .vision-heading h4,
    .company-future-mobility .vision-heading h4 span {
        font-size: 42px;
    }

    .company-future-mobility .our-values-wrapper {
        padding: 50px;
    }
}

@media (max-width: 767px) {
    .mission-card-flex-knowMore {
        display: flex;
        margin-top: 31px;
        margin-bottom: -15px;
        margin-left: auto;
    }

    .mission-img-container {
        gap: 15px;
    }

    .company-future-mobility .future-mobility-outer-wrapper {
        margin: 40px 16px 0 16px;
    }

    .company-future-mobility .vision-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .company-future-mobility .vision-container {
        margin: 0 16px;
    }

    .company-future-mobility .vision-wrapper-item {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        margin-left: 12px;
    }

    .company-future-mobility .section-title h5 {
        font-size: 20px;
        display: flex;
        gap: 14px;
    }

    .company-future-mobility .vision-heading {
        margin-top: 16px;
        width: 293px;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
    }

    .company-future-mobility .vision-heading h4,
    .company-future-mobility .vision-heading h4 span {
        font-size: 20px;
        line-height: 28px
    }

    .company-future-mobility .slick-slider {
        margin-bottom: 0;
    }

    .company-future-mobility .slick-slider .slick-list .slick-track::before,
    .company-future-mobility .slick-slider .slick-list .slick-track::after {
        content: none;
    }

    .company-future-mobility .carousel-indicators li {
        height: 5px;
    }

    .company-future-mobility .mission-card {
        width: 100%;
        height: inherit;
        padding: 24px 0;
        margin-bottom: 16px;
        background: none;
        clip-path: none;

        h5 {
            font-size: 22px;
        }
    }

    .company-future-mobility .mission-card h6 {
        padding-top: 0;
        font-family: var(--font-transducer-regular);
    }

    .company-future-mobility .mission-card p {
        font-size: 12px;
        width: 100%;
        font-family: var(--font-regular);
    }

    .company-future-mobility .our-values-wrapper {
        margin-top: 0;
        padding: 40px 0;
        background: #f1f1f1;
        text-align: left;
        clip-path: unset;
    }

    .company-future-mobility .values-card-container {
        margin: 16px 0 0 16px;
        flex-direction: row;
        gap: 16px;
        width: 100%;
    }

    .company-future-mobility .our-values-card-global {
        flex-direction: column;
        width: 100%;
        height: inherit;
        padding: 24x 20px;
        margin-bottom: 30px;
        align-items: center;
        background: var(--white);
        backdrop-filter: blur(22px);

        .values-card-heading {
            display: flex;
            justify-content: space-around;
            width: unset;
        }
    }

    .company-future-mobility .our-values-title {
        margin-left: 16px;
    }
}

@media (max-width: 1024px) and (min-width: 767px) {
    .company-future-mobility .our-values-card-global {
        flex-direction: column;
        width: 100%;
        height: inherit;
        padding: 24x 20px;
        margin-bottom: 30px;
        align-items: center;
        background: var(--white);
        backdrop-filter: blur(22px);

        .values-card-heading {
            display: flex;
            justify-content: space-around;
            width: unset;
        }
    }
}
.block--operational-acheivements {
  padding: 72px 56px;
  background: #ffffff;
}
@media only screen and (max-width: 1281px) {
  .block--operational-acheivements {
    padding: 35px 56px;
  }
}
@media only screen and (max-width: 767px) {
  .block--operational-acheivements {
    padding: 40px 0;
  }
}
.block--operational-acheivements .operational-header-bar {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
  justify-content: space-between;
}
@media only screen and (max-width: 1600px) {
  .block--operational-acheivements .operational-header-bar {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .block--operational-acheivements .operational-header-bar {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 0;
  }
}
.block--operational-acheivements .operational-header-bar .operational-sub-header {
  font-family: var(--font-transducer-regular);
  color: var(--black);
  font-weight: 400;
  font-size: 2rem;
  line-height: 120%;
}
@media only screen and (max-width: 767px) {
  .block--operational-acheivements .operational-header-bar .operational-sub-header {
    font-size: 20px;
    padding-bottom: 40px;
    line-height: 24px;
  }
}
.block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-indicators {
  display: flex;
  position: relative;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  .block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-indicators {
    right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-indicators {
    right: 16px;
  }
}
.block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-indicators .operational-acheivements-carousel-arrow-indicators {
  display: flex;
  gap: 16px;
}
.block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-indicators .operational-acheivements-carousel-arrow-indicators .circle-slider-wrapper {
  width: 50px;
  height: 50px;
  top: -101px;
  position: absolute;
  right: 120px;
}
.block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-indicators .operational-acheivements-carousel-arrow-indicators .slick-prev,
.block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-indicators .operational-acheivements-carousel-arrow-indicators .slick-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: #e2e2e2;
}
.block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-indicators .operational-acheivements-carousel-arrow-indicators .slick-prev svg,
.block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-indicators .operational-acheivements-carousel-arrow-indicators .slick-next svg {
  width: 24px;
}
.block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-indicators .operational-acheivements-carousel-arrow-indicators .slick-prev svg path,
.block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-indicators .operational-acheivements-carousel-arrow-indicators .slick-next svg path {
  stroke: var(--black);
}
@media only screen and (max-width: 767px) {
  .block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-indicators .operational-acheivements-carousel-arrow-indicators .slick-prev,
  .block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-indicators .operational-acheivements-carousel-arrow-indicators .slick-next {
    width: 40px;
    height: 40px;
  }
}
.block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-indicators .operational-acheivements-carousel-arrow-indicators .slick-prev::before,
.block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-indicators .operational-acheivements-carousel-arrow-indicators .slick-next::before {
  content: none;
}
.block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-indicators .operational-acheivements-carousel-arrow-indicators .slick-disabled {
  border-top: none;
  animation: none;
}
.block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-indicators .operational-acheivements-carousel-arrow-indicators .slick-disabled svg path {
  stroke: #d9d9d9;
}
.block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-indicators .operational-acheivements-carousel-arrow-indicators .slick-anim {
  width: 30px;
  height: 30px;
  background-color: aqua;
  border-top: 2px solid red;
  animation: rotate 4s linear infinite;
}
.block--operational-acheivements .events-updates-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .block--operational-acheivements .events-updates-container {
    gap: 0;
    justify-content: center;
  }
}
.block--operational-acheivements .events-updates-contents {
  flex-basis: calc(13.33333333%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .block--operational-acheivements .events-updates-contents {
    max-width: 100%;
    min-width: 261px;
  }
}
.block--operational-acheivements .events-updates-image {
  width: 100%;
  height: 100%;
  padding: 0 12px;
}
.block--operational-acheivements .events-updates-image img {
  clip-path: polygon(0 0, 100% 0, 100% calc(85%), calc(85%) 100%, 0 100%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .block--operational-acheivements .events-updates-image img {
    clip-path: none;
  }
}
@media only screen and (max-width: 767px) {
  .block--operational-acheivements .events-updates-image {
    padding: 0;
  }
}
.block--operational-acheivements .events-updates-desc {
  margin-bottom: 0px;
  max-width: 243px;
  font-family: var(--font-medium);
  color: var(--text-color-grey);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 5%;
  padding: 0 12px;
}
@media only screen and (max-width: 767px) {
  .block--operational-acheivements .events-updates-desc {
    padding: 0 16px;
    font-weight: 500;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.6px;
    min-width: 100%;
  }
}
.block--operational-acheivements .events-updates-heading {
  margin: 24px 0 12px 0;
  color: var(--black);
  text-align: left;
  font-family: var(--font-transducer-regular);
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 0 12px;
}
@media only screen and (max-width: 767px) {
  .block--operational-acheivements .events-updates-heading {
    margin: 24px 0 8px 0;
    font-size: 20px;
    line-height: normal;
    padding: 0 16px;
  }
}
.block--operational-acheivements .slick-dotted .slick-slider {
  margin: 0;
  width: 100%;
}
.block--operational-acheivements .slick-dots {
  position: inherit;
  bottom: 0;
  padding-top: 53px;
}
.block--operational-acheivements .slick-dots li button {
  width: 38px;
  height: 5px;
  padding: 1px;
  background-color: #d9d9d9;
  border: none;
  box-shadow: none;
  clip-path: polygon(21% 0, 80% 0%, 100% 100%, 0% 100%);
}
.block--operational-acheivements .slick-dots li.slick-active button {
  background-color: #f00;
  border: none;
  box-shadow: none;
}
#operationalAcheivemetns .europe-events-and-updates .events-updates-contents {
  height: 80vh;
  max-height: 666px;
}
@keyframes rotate {
  0% {
    transform: rotate3d(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
circle {
  fill: #ccc;
  stroke: red;
  stroke-width: 10;
}
.progress-circle button {
  fill: #ccc;
  stroke: red;
  stroke-width: 10;
}
.slick-next {
  width: 100px;
  height: 100px;
  border: none;
  background-color: transparent;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.progress-circle {
  transform: rotate(-90deg);
  /* Rotate to make progress start from the top */
  position: absolute;
  bottom: -165px;
  left: 65px;
  width: 144px;
  height: 124px;
  pointer-events: none;
}
.slick-next svg path {
  transition: stroke 0.4s ease;
}

.homepage-banner {
    position: relative;
    height: 752px;
    overflow: hidden;
    width: 100%;
}


@media only screen and (min-width: 768px ) and (max-width: 1600px) {
    .homepage-banner {
        height: 65vh;
        overflow: visible;
    }

    .count-container {        
        bottom: 25px !important;
    }

    .first-title-message {
        font-size: 32px !important;
        line-height: 34px !important;
    }

    .second-title-message {
        font-size: 32px !important;
        line-height: 36px !important;
    }
    
    .item .carousel-snapper {
        height: 65vh !important;
    }

    .content-container-move1 {
        animation: smooth-appear-laptop 2s ease forwards !important;
    }

    .carousel-img {
        object-fit: cover;
    }

    .swipe-btn-container {
        bottom: -34px !important;
    }

    .content-container {
        visibility: hidden !important;
    }

    .content-container.content-container-move1 {
        visibility: visible !important;
    }
}

.homepage-banner-wrapper,
.carousel-img {
    height: 100%;
    width: 100%;
    overflow: hidden;
}


.item .carousel-snapper {
    width: 100%;
    height: 719px;
    background-size: cover;
    background-repeat: no-repeat;
}

.item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    border: none;
}

.item.active {
    transition: all 3s ease-out;
    left: 0;
}

.item.active.animationHidden {
    transition: none;
}

.content-container {
    position: absolute;
    color: white;
    width: 100%;
    bottom: -100%;
}

.blur-background {
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    animation: blur 2.5s ease-in-out infinite;
    -webkit-animation: blur 2.5s ease-in-out infinite;
}


@keyframes blur {
    0% {
        filter: blur(2px);
    }

    50% {
        filter: blur(3px);
    }

    100% {
        filter: blur(5px);
    }
}

.content-container-move1 {
    animation: smooth-appear 2s ease forwards;
}

@keyframes smooth-appear {
    to {
        bottom: 131px;
        opacity: 1;
        visibility: visible;
    }

    0% {
        opacity: 0;
        visibility: visible;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes smooth-appear-laptop {
    to {
      bottom: 20px;
      opacity: 1;
      visibility: visible !important;
    }
    0% {
      opacity: 0;
      visibility: visible;
    }
    50% {
      opacity: 0.5;
      visibility: visible;
    }
    100% {
      opacity: 1;      
      visibility: visible;
    }
  }

.content-container-move {
    bottom: 131px;
    animation-iteration-count: 1;
    transition: bottom 1s ease 0s;
    -webkit-animation: fadeinout 1s linear forwards;
    animation: fadeinout 1s linear forwards;
}

@keyframes fadeinout {
    to {
        bottom: 200px;
    }

    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 0;
    }
}


.first-title-message {
    font-family: var(--font-transducer-regular);
    font-weight: 100;
    font-style: italic;
    font-size: 58px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    background: linear-gradient(90.01deg, var(--white) 0.01%, #2D2825 115.95%);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    width: 100%;
    margin-left: calc(100% - 90%);


}

@media screen and (max-width: 767px) {
    .first-title-message {
        font-size: 24px;
        margin-left: 45px;
    }
}

@media screen and (max-width: 375px) {
    .first-title-message {
        margin-left: 0px;
    }
}

.second-title-message {
    background: linear-gradient(90.01deg, var(--white) 0.01%, #FBC868 99.99%);
    -webkit-background-clip: text;
    color: transparent;
    text-transform: uppercase;
    display: inline-block;
    font-family: var(--font-tourney);
    font-weight: 900;
    font-style: italic;
    font-size: 100px;
    line-height: 110px;
    width: 100%;
    letter-spacing: 0;
    margin-bottom: 14px;
    margin-left: calc(100% - 85%);
}

@media screen and (max-width: 767px) {
    .second-title-message {
        font-size: 42px;
        line-height: 100%;
        margin-left: 90px;
    }
}

@media screen and (max-width: 375px) {
    .second-title-message {
        margin-left: 18px;
    }
}

.hero-line-img {
    width: 100%;
    min-height: 12px;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .hero-line-img {
        max-height: 7px;
    }
}

.banner-description> p {
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05px;
    max-width: 539px;
    margin: 50px 0 0 56px;
    color: var(--white);
}

.banner-description-variation .line-web {
    position: absolute;
    max-height: fit-content;
    bottom: -82px;
}

@media screen and (max-width: 767px) {
    .banner-description-variation .line-web {
        bottom: -50px;
    }
}

.banner-description-variation .variation-block {
    display: flex;
    align-items: baseline;
}

.banner-description-variation h5 {
    color: var(--white);
    text-shadow: 0px 12px 8px rgba(0, 0, 0, 0.35);
    font-family: var(--font-transducer-bold);
    font-size: 58px;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin-left: calc(100% - 96%);
    font-style: italic;
}

.banner-description-variation .future {
    margin-left: calc(100% - 94%);
    line-height: 30px;
    text-shadow: none;
}

@media screen and (max-width: 767px) {
    .banner-description-variation .future {
        line-height: 16px;
    }
}

.banner-description-variation h6 {
    font-style: italic;
    color: var(--white);
    font-family: var(--font-transducer-regular);
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 12px;
}

.banner-description-variation .hero-line-img {
    margin-left: calc(100% - 82%);
    margin-top: 4px;
}

@media screen and (max-width: 767px) {
    .banner-description-variation .hero-line-img {
        margin-left: calc(100% - 70%);
        margin-top: -5px;
    }
}

@media screen and (max-width: 767px) {
    .banner-description-variation h5 {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .banner-description-variation h6 {
        font-size: 18px;
        margin-left: 8px;
    }
}

@media screen and (max-width: 767px) {
    .banner-description>p {
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        margin: 38px 16px 24px 16px;
    }
}

.banner-cta {
    margin-top: 40px;
    display: flex;
    gap: 16px;
    margin-left: 56px;
    z-index: 20;
}

@media screen and (max-width: 767px) {
    .banner-cta {
        margin: 24px auto 32px;
        justify-content: center;
    }
}

.know-more-cta {
    border: 1px solid var(--white);
    padding: 16px 24px;
    color: var(--white);
    font-family: var(--font-transducer-regular);
    font-weight: 500;
    font-style: italic;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03px;
    text-decoration: none !important;
    max-width: 138px;
    max-height: 48px;
    text-align: center;
    width: 100%;
    height: 100%;
    background: transparent;
}

.know-more-cta:hover {
    border: 1px solid var(--text-color-danger-red);
    color: var(--text-color-danger-red);
}

@media screen and (max-width: 767px) {
    .know-more-cta {
        min-width: 164px;
    }
}

/* .get-in-touch-cta {
    border: 1px solid var(--white);
    background-color: var(--white);
    padding: 16px 24px;
    font-family: var(--font-transducer-regular);
    font-weight: 500;
    font-style: italic;
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: 0.03px;
    color: var(--black);
    max-width: 170px;
    max-height: 48px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
}

@media screen and (max-width: 767px) {
    .get-in-touch-cta {
        min-width: 163px;
    }
} */

/* .get-in-touch-cta:hover {
    color: var(--text-color-danger-red);
}

.get-in-touch-cta:hover .black-aarrow-icon {
    display: none;
}

.get-in-touch-cta:hover .red-aarrow-icon {
    display: block;
} */

.red-aarrow-icon {
    display: none;
}

.get-in-touch-cta img {
    width: 100%;
    height: 100%;
    max-height: 24px;
    max-width: 24px;
    margin-left: 2px;
    align-self: center;
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
}

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

video {
    height: 100%;
    width: 100vw;
    object-fit: cover;
}

.swipe-btn-container {
    background-color: var(--colot-transperent);
    position: absolute;
    bottom: 0px;
    clip-path: polygon(20% 0%, 80% 0%, 100% 50%, 80% 100%, 20% 100%, 0% 50%);
    backdrop-filter: blur(18px);
    padding: 0 91px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    max-height: 64px;
    max-width: 230px;
}

@media screen and (max-width: 767px) {
    .swipe-btn-container {
        left: auto;
        max-height: 48px;
        max-width: 112px;
        margin-bottom: 8px;
        padding: 0;
    }
}
.scroll-prompt-arrow {
    animation-name: opacity;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.scroll-prompt-arrow:nth-child(1) {
    animation-delay: 0s;
}

.scroll-prompt-arrow:nth-child(2) {
    animation-delay: 0.3s;
}

.scroll-prompt-arrow:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes opacity {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
}

.scroll-prompt-arrow > div {
    width: 100%;
    height: 100%;
    border-right: 1.5px solid var(--white);
    border-bottom: 1.5px solid var(--white);
    transform: rotate(45deg) translateZ(1px);
    padding: 8px;

    @media screen and (max-width: 767px) {
        padding: 6px;
    }
}

.dropdown-arrow {
    box-sizing: border-box;
    height: 13px;
    width: 13px;
    border-style: solid;
    border-color: var(--white);
    border-width: 0px 1.5px 1.5px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
}

.count-container {
    display: flex;
    gap: 24px;
    align-items: baseline;
    position: absolute;
    padding: 8px;
    bottom: 48px;
    right: 56px;
    color: var(--white);
}

@media screen and (max-width: 767px) {
    .count-container {
        top: 16px;
        bottom: 0;
        right: 16px;
        gap: 17px;
        height: fit-content;
    }
}

.homepage-banner-counter {
    font-family: var(--font-transducer-regular);
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: 0px;
    width: 32px;
    text-align: center;
    border: none;
    background: transparent;
    color: grey;
}

@media screen and (max-width: 767px) {
    .homepage-banner-counter {
        font-size: 12px;
        line-height: 100%;
    }
}

.active-count {
    font-family: var(--font-transducer-regular);
    font-weight: 500;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: 0px;
    display: block;
    color: #fff;
}

.homepage-banner-counter::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;    
    margin-top: 6px;
    background: transparent;    
    border: 0;
    width: 26px;
    height: 3px;
    clip-path: polygon(21% 0, 80% 0%, 100% 100%, 0% 100%);
}

.active-count::after {
    background: var(--text-color-danger-red);
    animation: count-scroll 0.5s;
    
}

@media screen and (max-width: 767px) {
    .active-count {
        font-size: 14px;
        line-height: 100%;
    }
}

@keyframes count-scroll {
    from {
        transform: translateX(-5px);
    }

    to {
        transform: translateX(1px);
    }
}
@charset "UTF-8";@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;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:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,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;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:#0000;border:0;border-radius:4px;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}a.plyr__control{text-decoration: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,a.plyr__control:after,a.plyr__control:before{display:none}.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__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{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:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);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 #0000;border-top-color:#ffffffe6;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.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:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-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 #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.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:#0000001a;content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,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:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.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]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;appearance:none;background:#0000;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:#0000;background-image:linear-gradient(90deg,currentColor 0,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#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--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) 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:translateY(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;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);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:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .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:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc((var(--plyr-range-track-height, 5px)/2)*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:#0000}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);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:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.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;font-size:var(--plyr-font-size-xlarge,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:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:7px;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;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;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
@keyframes fill-circle {
  from {
    stroke-dashoffset: 283;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.global-moto-sports {
  background-color: #000;
}
.global-moto-sports .block--operational-acheivements {
  padding: 65px 56px;
  background: transparent;
  z-index: 0;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .global-moto-sports .block--operational-acheivements {
    padding: 35px 56px;
  }
}
@media only screen and (max-width: 1400px) {
  .global-moto-sports .block--operational-acheivements {
    padding: 25px 56px;
  }
}
.global-moto-sports .block--operational-acheivements .operational-acheivements-carousel-dot-indicators {
  display: block;
  position: absolute;
  right: 14%;
}
.global-moto-sports .block--operational-acheivements .operational-acheivements-carousel-dot-indicators .slick-dots {
  display: flex;
  justify-content: space-between;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .global-moto-sports .block--operational-acheivements {
    padding: 32px 16px;
  }
}
@media screen and (max-width: 767px) {
  .global-moto-sports .block--operational-acheivements .operational-header-bar {
    margin: 0 0 24px;
  }
  .global-moto-sports .block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-indicators {
    z-index: 0;
  }
}
.global-moto-sports .block--operational-acheivements .operational-header-bar .operational-sub-header {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  padding-bottom: 40px;
}
@media screen and (max-width: 1400px) {
  .global-moto-sports .block--operational-acheivements .operational-header-bar .operational-sub-header {
    padding-bottom: 26px;
  }
}
@media screen and (max-width: 767px) {
  .global-moto-sports .block--operational-acheivements .operational-header-bar .operational-sub-header {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 26px;
  }
}
.global-moto-sports .block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-arrow-indicators {
  position: relative;
  /* Ensure the SVG inside <i> is centered */
}
@media screen and (max-width: 767px) {
  .global-moto-sports .block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-arrow-indicators {
    display: flex;
    gap: 16px;
  }
}
.global-moto-sports .block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-arrow-indicators .slick-anim {
  width: 30px;
  height: 30px;
  background-color: aqua;
  border-top: 2px solid red;
  animation: rotate 4s linear infinite;
}
.global-moto-sports .block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-arrow-indicators .button-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  animation: fill-circle 2s linear forwards;
  border: 5px solid red;
}
.global-moto-sports .block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-arrow-indicators .slick-prev,
.global-moto-sports .block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-arrow-indicators .slick-next {
  background: #414141 50% / cover no-repeat !important;
  width: 48px;
  height: 48px;
  z-index: 1;
  border-radius: 50%;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .global-moto-sports .block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-arrow-indicators .slick-prev,
  .global-moto-sports .block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-arrow-indicators .slick-next {
    width: 40px;
    height: 40px;
  }
}
.global-moto-sports .block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-arrow-indicators .slick-prev svg path,
.global-moto-sports .block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-arrow-indicators .slick-next svg path {
  stroke: #ffffff;
}
.global-moto-sports .block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-arrow-indicators .slick-disabled {
  opacity: 0.3;
}
.global-moto-sports .block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-arrow-indicators .slick-prev i,
.global-moto-sports .block--operational-acheivements .operational-header-bar .operational-acheivements-carousel-arrow-indicators .slick-next i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.global-moto-sports .block--operational-acheivements .moto-sports-carousel .slick-slide-wrapper {
  position: relative;
}
.global-moto-sports .block--operational-acheivements .moto-sports-carousel .events-updates-contents {
  position: relative;
}
.global-moto-sports .block--operational-acheivements .moto-sports-carousel .events-updates-contents .events-updates-area {
  position: relative;
  --plyr-color-main: #ff0000;
  height: 60vh;
}
@media screen and (max-width: 1600px) {
  .global-moto-sports .block--operational-acheivements .moto-sports-carousel .events-updates-contents .events-updates-area {
    max-height: 582px;
  }
}
@media screen and (max-width: 1281px) {
  .global-moto-sports .block--operational-acheivements .moto-sports-carousel .events-updates-contents .events-updates-area {
    max-height: 452px;
  }
}
.global-moto-sports .block--operational-acheivements .moto-sports-carousel .events-updates-contents .events-updates-area .plyr video {
  height: 60vh;
}
@media screen and (max-width: 1600px) {
  .global-moto-sports .block--operational-acheivements .moto-sports-carousel .events-updates-contents .events-updates-area .plyr video {
    max-height: 502px;
  }
}
@media screen and (max-width: 1281px) {
  .global-moto-sports .block--operational-acheivements .moto-sports-carousel .events-updates-contents .events-updates-area .plyr video {
    max-height: 452px;
  }
}
.global-moto-sports .block--operational-acheivements .moto-sports-carousel .events-updates-contents .events-updates-area .clip-path-area {
  clip-path: polygon(84% 90%, 100% 90%, 100% 100%, 78% 100%);
  background: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .global-moto-sports .block--operational-acheivements .moto-sports-carousel .events-updates-contents .events-updates-area .clip-path-area {
    clip-path: polygon(85% 95%, 100% 95%, 100% 100%, 73% 100%);
  }
}
@media screen and (max-width: 767px) {
  .global-moto-sports .block--operational-acheivements .moto-sports-carousel .events-updates-contents .events-updates-area .video-player {
    height: 600px;
  }
}
.global-moto-sports .block--operational-acheivements .moto-sports-carousel .events-updates-contents .events-updates-area .plyr__controls {
  display: none;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .global-moto-sports .block--operational-acheivements .moto-sports-carousel .events-updates-contents .events-updates-area .plyr__controls {
    flex-direction: row-reverse;
  }
}
.global-moto-sports .block--operational-acheivements .moto-sports-carousel .events-updates-contents .events-updates-area .plyr__controls__item.plyr__progress__container {
  order: 1;
}
.global-moto-sports .block--operational-acheivements .moto-sports-carousel .events-updates-contents .events-updates-area .plyr__controls__item.plyr__menu {
  order: 4;
  margin-bottom: 65px;
}
.global-moto-sports .block--operational-acheivements .moto-sports-carousel .events-updates-contents .events-updates-area .plyr__controls__item.plyr__volume {
  order: 3;
  margin-bottom: 65px;
}
.global-moto-sports .block--operational-acheivements .moto-sports-carousel .events-updates-contents .events-updates-area .plyr__controls__item.plyr__control {
  order: 2;
  margin-bottom: 65px;
}
.global-moto-sports .block--operational-acheivements .moto-sports-carousel .events-updates-contents .events-updates-area .plyr__progress {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .global-moto-sports .block--operational-acheivements .moto-sports-carousel .events-updates-contents .events-updates-area .plyr__progress {
    margin-left: calc(-43%);
  }
}
.global-moto-sports .block--operational-acheivements .moto-sports-carousel .events-updates-contents .events-updates-details {
  display: flex;
  gap: 24px;
  position: absolute;
  align-items: center;
  bottom: 60px;
  left: 60px;
}
@media screen and (max-width: 767px) {
  .global-moto-sports .block--operational-acheivements .moto-sports-carousel .events-updates-contents .events-updates-details {
    flex-direction: column;
    justify-content: space-between;
    left: 16px;
    bottom: 30px;
    gap: 75px;
    width: 75%;
    margin-bottom: 30px;
  }
}
.global-moto-sports .block--operational-acheivements .moto-sports-carousel .events-updates-contents .events-updates-details .play-icon {
  margin-bottom: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .global-moto-sports .block--operational-acheivements .moto-sports-carousel .events-updates-contents .events-updates-details .play-icon {
    margin-left: 40px;
    margin-bottom: 60px;
  }
}
.global-moto-sports .block--operational-acheivements .moto-sports-carousel .events-updates-contents .events-updates-details .events-updates {
  color: #ffffff;
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .global-moto-sports .block--operational-acheivements .moto-sports-carousel .events-updates-contents .events-updates-details .events-updates {
    font-size: 28px;
    line-height: 38px;
    width: 75%;
  }
}
.global-moto-sports .block--operational-acheivements .moto-sports-carousel .events-updates-contents .hide-header {
  bottom: 100px;
}
.global-moto-sports .block--operational-acheivements .moto-sports-carousel .events-updates-contents .hide-header .play-icon {
  display: none;
}
.global-moto-sports .block--operational-acheivements .moto-sports-carousel .dot-indicators {
  display: flex;
  position: absolute;
  right: 0;
  gap: 4px;
}
.global-moto-sports .block--operational-acheivements .moto-sports-carousel .dot-indicators li {
  height: 2px;
  width: 52px;
  background-color: #ffffff;
  border-top-left-radius: 30%;
  border-top-right-radius: 30%;
}
.global-moto-sports .block--operational-acheivements .moto-sports-carousel .dot-indicators li button {
  visibility: hidden;
}
.global-moto-sports .block--operational-acheivements .moto-sports-carousel .dot-indicators li.active {
  background: #ff0000;
}
.global-moto-sports .dot-indicators {
  display: flex;
  float: right;
  right: 0;
  gap: 4px;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .global-moto-sports .dot-indicators {
    width: 80px;
  }
}
.global-moto-sports .dot-indicators li {
  height: 2px;
  width: 52px;
  background-color: #ffffff;
  border-top-left-radius: 30%;
  border-top-right-radius: 30%;
}
.global-moto-sports .dot-indicators li button {
  visibility: hidden;
}
.global-moto-sports .dot-indicators li.active {
  background: #ff0000;
}
@keyframes rotate {
  0% {
    transform: rotate3d(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.global-moto-sports circle {
  fill: none;
  stroke: red;
  stroke-width: 10;
}
.global-moto-sports .progress-circle-motorsports button {
  fill: none;
  stroke: red;
  stroke-width: 10;
}
.global-moto-sports .slick-next {
  width: 100px;
  height: 100px;
  border: none;
  background-color: transparent;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.global-moto-sports .progress-circle-motorsports {
  transform: rotate(-90deg);
  /* Rotate to make progress start from the top */
}
.global-moto-sports .slick-next svg path {
  transition: stroke 0.4s ease;
}
.our-products {
  position: relative;
  padding: 80px 0 26px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .our-products {
    padding: 80px 0 40px;
  }
}
.our-products .our-products-header {
  position: absolute;
  left: 56px;
  top: 34px;
  color: var(--white);
  z-index: 3;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  font-family: var(--font-transducer-regular);
}
@media screen and (max-width: 767px) {
  .our-products .our-products-header {
    left: 16px;
    font-size: 20px;
    line-height: 24px;
    top: 40px;
  }
}
.our-products .our-products-description-container {
  margin-left: 56px;
}
@media screen and (max-width: 767px) {
  .our-products .our-products-description-container {
    margin-left: 16px;
    width: 80%;
  }
}
.our-products .our-products-description-container .our-products-description > p {
  color: #d2c4c4;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.8px;
  font-family: var(--font-regular);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .our-products .our-products-description-container .our-products-description > p {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.6px;
  }
}
.our-products .our-products-image-wrapper {
  position: relative;
}
.our-products .our-products-image-wrapper .product-image {
  width: 100%;
}
.our-products .our-products-image-wrapper .product-video {
  height: 80vh;
}
@media screen and (max-width: 767px) {
  .our-products .our-products-image-wrapper .product-video {
    height: 592px;
  }
}
.our-products .our-products-image-wrapper .asset-clip-path {
  clip-path: polygon(0 0, 50% 0, 45% 8%, 0 8%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  background: #000;
}
@media screen and (max-width: 767px) {
  .our-products .our-products-image-wrapper .asset-clip-path {
    clip-path: polygon(0 0, 87% 0, 78% 8%, 0 8%);
  }
}
.our-products .our-products-details {
  position: absolute;
  bottom: 110px;
  padding-left: 56px;
}
@media screen and (max-width: 767px) {
  .our-products .our-products-details {
    padding-left: 16px;
    bottom: 80px;
  }
}
.our-products .our-products-details .product-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: var(--font-transducer-regular);
}
@media screen and (max-width: 767px) {
  .our-products .our-products-details .product-title {
    font-size: 28px;
    line-height: 38px;
  }
}
.plyr__poster {
  background-size: cover;
}

/*****************************************************
LESS compilation failed due a JavaScript error!

Input: apps/hero-aem-website/components/hero-global/content/global-connect-withus/clientlibs/less/global-connect-withus.less
Error: ParseError: Unrecognised input in apps/hero-aem-website/components/hero-global/content/global-connect-withus/clientlibs/less/global-connect-withus.less on line 15, column 5:
14 
15     .connect-with-us-wraapper {
16         width: 100%;


(uncompiled LESS src is included below)
*****************************************************/
.connect-with-us-conatiner {
    display: flex;
    margin: 20px 48px;
    flex-direction: column;
    align-items: center;
    position: relative;

    .right-corner-shadow {
        position: absolute;
        bottom: -3px;
        right: -6px;
        filter: drop-shadow(6px 6px 5px rgb(255, 0, 0));
    }

    .connect-with-us-wraapper {
        width: 100%;
        display: flex;
        align-items: center;
        position: relative;
        row-gap: 45px;
        align-content: center;
        justify-content: space-between;
        background: linear-gradient(106deg, #000 0%, #3C3C3C 147.13%);
        backdrop-filter: blur(22px);
        color: var(--white);
        padding: 64px 96px;
        clip-path: polygon(45px 0, 100% 0, 100% calc(100% - 48px), calc(100% - 48px) 100%, 0 100%, 0 45px);

        .inner-corner-red-icon {
            position: absolute;
            bottom: 15px;
            right: 15px;
            z-index: -1;
        }

        .banner-content {
            display: flex;
            flex-direction: row;
            width: 100%;

            .text-content {
                width: 100%;

                .title {
                    color: (--white);
                    font-family: var(--font-transducer-regular);
                    font-weight: 400;
                    font-size: 32px;
                    line-height: 40px;
                    margin-bottom: 16px;
                }

                .description> p {
                    font-family: var(--font-regular);
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 24px;
                    letter-spacing: 5%;
                    color: #8C8C8C;
                }
            }

            .cta-button {
                width: 100%;
                justify-items: right;
                align-self: self-end;
                margin-bottom: 16px;
            }
        }
    }
}

@media (max-width: 768px) {
    .connect-with-us-conatiner {
        margin: 20px 16px;
        .connect-with-us-wraapper {
            padding: 40px 24px;

            .banner-content {
                flex-direction: column;

                .text-content {
                    width: 100%;

                    .title {
                        text-align: center;
                        font-size: 20px;
                        line-height: 24px;
                    }

                    .description> p {
                        text-align: center;
                        font-size: 12px;
                        line-height: 16px;
                        letter-spacing: 0.6px;
                        margin-bottom: 40px;
                    }
                }

                .cta-button {
                    justify-items: center;
                    padding: 0;

                    .get-in-touch-cta {
                        align-items: center;
                    }
                }
            }
        }
    }
}
.electric-mobility-pt-section {
  position: relative;
}
.electric-mobility-scroll-container {
  position: relative;
  height: 760px;
  overflow: visible;
}
@media screen and (max-width: 1600px) {
  .electric-mobility-scroll-container {
    height: 80vh;
  }
}
@media screen and (max-width: 768px) {
  .electric-mobility-scroll-container {
    height: 65vh;
  }
}
@media screen and (max-width: 768px) {
  .electric-mobility-scroll-container.home-page {
    height: 70vh;
  }
}
.electric-mobility-wrapper {
  background: linear-gradient(180deg, #fefefe 0%, #e4eaf1 100%);
  position: sticky;
  top: 0;
  height: 100%;
  overflow: hidden;
  font-family: var(--font-transducer-regular);
}
.electric-mobility-wrapper .icon-text-container {
  position: relative;
  z-index: 1;
}
.electric-mobility-wrapper .icon-text-container .flash-text-container {
  position: absolute;
  left: 65px;
  top: 92px;
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .electric-mobility-wrapper .icon-text-container .flash-text-container {
    flex-direction: column;
    left: 34px;
    top: 50px;
    gap: 0;
  }
}
.electric-mobility-wrapper .icon-text-container .flash-text-container .flash-icon {
  display: block;
}
.electric-mobility-wrapper .icon-text-container .flash-text-container .title {
  font-size: 32px;
  font-weight: 400;
}
.electric-mobility-wrapper .icon-text-container .flash-text-container .title p {
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .electric-mobility-wrapper .icon-text-container .flash-text-container .title p {
    font-size: 28px !important;
    line-height: 30px !important;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1300px) {
  .electric-mobility-wrapper .icon-text-container .flash-text-container .title p {
    font-size: 20px !important;
    line-height: 24px !important;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .electric-mobility-wrapper .icon-text-container .flash-text-container .title p {
    font-size: 16px !important;
    margin-bottom: 0;
  }
}
.electric-mobility-wrapper .horizontal-scroll-wrapper {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  top: 0;
  left: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.electric-mobility-wrapper .horizontal-scroll-wrapper::-webkit-scrollbar {
  display: none;
}
.electric-mobility-wrapper .horizontal-scroll-wrapper .horizontal-scroll {
  display: flex;
  width: max-content;
  height: 100%;
  will-change: transform;
}
.electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item {
  width: 100vw;
  height: 100%;
  flex-shrink: 0;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 170px;
}
@media screen and (max-width: 768px) {
  .electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .left-container {
  width: 50%;
  padding: 0 0 0 160px;
}
@media screen and (max-width: 768px) {
  .electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .left-container {
    width: 100%;
    padding: 16px;
    height: 23%;
    display: inline-flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .left-container.home-page {
    height: 30%;
  }
}
@media screen and (max-width: 768px) {
  .electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .left-container .text-button-wrapper {
    margin-top: 20px;
    width: 100%;
  }
}
.electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .left-container .text-button-wrapper .heading-text {
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .left-container .text-button-wrapper .heading-text p {
    margin-top: 0 !important;
    font-size: 1.225rem !important;
  }
}
.electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .left-container .text-button-wrapper .button-container {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .left-container .text-button-wrapper .button-container {
    justify-content: space-between;
    margin-top: 16px;
  }
}
.electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .left-container .text-button-wrapper .button-container a {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 3%;
  min-width: 190px;
  min-height: 48px;
}
@media screen and (max-width: 768px) {
  .electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .left-container .text-button-wrapper .button-container a {
    min-width: 164px;
    min-height: 40px;
  }
}
.electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .left-container .text-button-wrapper .button-container .booking-btn {
  background-color: #ff5310;
  color: #E4EAF1;
  border: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .left-container .text-button-wrapper .button-container .booking-btn {
    width: 100%;
  }
}
.electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .left-container .text-button-wrapper .button-container .callback-btn {
  background-color: transparent;
  color: #ff5310;
  border: 1px solid #ff5310;
  min-height: 48px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .left-container .text-button-wrapper .button-container .callback-btn {
    width: 100%;
    min-height: 40px;
  }
}
.electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .right-container {
  width: 50%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .right-container {
    width: 100%;
    padding: 0;
    height: 77%;
  }
}
@media screen and (max-width: 768px) {
  .electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .right-container.home-page {
    height: 70%;
  }
}
.electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .right-container .img-container {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .right-container .img-container {
    height: 100%;
  }
}
.electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .right-container .img-container .left-skewed-line,
.electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .right-container .img-container .right-skewed-line {
  background-color: #ff5310;
  width: 20px;
  height: 50%;
  transform: skew(-19deg, 0deg);
  position: absolute;
}
.electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .right-container .img-container .left-skewed-line {
  top: 16%;
  left: 23%;
}
@media screen and (max-width: 1600px) {
  .electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .right-container .img-container .left-skewed-line {
    top: 10%;
    left: 28%;
    height: 40%;
    width: 16px;
  }
}
@media screen and (max-width: 1281px) {
  .electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .right-container .img-container .left-skewed-line {
    top: 10%;
    left: 28%;
    height: 40%;
    width: 16px;
  }
}
.electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .right-container .img-container .right-skewed-line {
  bottom: 0%;
  right: 17%;
}
@media screen and (max-width: 1300px) {
  .electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .right-container .img-container .right-skewed-line {
    right: 15.5%;
  }
}
@media screen and (max-width: 768px) {
  .electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .right-container .img-container .right-skewed-line {
    right: 16%;
    width: 12px;
    bottom: 1px;
  }
}
.electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .right-container .img-container .main-img {
  clip-path: polygon(43% 0, 100% 0, 100% 31%, 70% 100%, 30% 100%, 0 100%, 28% 36%);
}
.electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .right-container .img-container .desk-horizontal-img {
  position: absolute;
  top: 33%;
  left: -73%;
}
@media screen and (max-width: 768px) {
  .electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .right-container .img-container .desk-horizontal-img {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .right-container .img-container .desk-horizontal-img {
    width: 400px;
    left: -29%;
    top: 24%;
  }
}
@media screen and (max-width: 1281px) {
  .electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .right-container .img-container .desk-horizontal-img {
    width: 400px;
    left: -42%;
    top: 24%;
  }
}
.electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .right-container .img-container .mob-horizontal-img {
  display: none;
}
@media screen and (max-width: 768px) {
  .electric-mobility-wrapper .horizontal-scroll-wrapper .scroll-item .right-container .img-container .mob-horizontal-img {
    display: block;
    position: absolute;
    bottom: -27px;
    right: 0;
  }
}

/*****************************************************
LESS compilation failed due a JavaScript error!

Input: apps/hero-aem-website/components/hero-global/content/hello-word-presence/clientlibs/less/hello-word-presence.less
Error: ParseError: Unrecognised input in apps/hero-aem-website/components/hero-global/content/hello-word-presence/clientlibs/less/hello-word-presence.less on line 8, column 5:
7 
8     .header-content-container {
9         display: flex;


(uncompiled LESS src is included below)
*****************************************************/
.hello-word-presence {
    margin: 2rem 0 3rem 0;

    @media (max-width: 768px) {
        margin: 2rem 0 0 0;
    }

    .header-content-container {
        display: flex;
        margin: 0 56px;
        justify-content: space-between;

        @media (max-width: 990px) {
            flex-direction: column;
            margin: 0px 16px 36px 16px;
        }

        .header-content {
            .title {
                font-family: var(--font-transducer-regular);
                font-weight: 400;
                font-size: 32px;
                line-height: 40px;
                margin-bottom: 16px;
                color: var(--black);


                @media (max-width: 990px) {
                    font-size: 20px;
                    font-weight: 400;
                    line-height: 24px;
                }
            }

            .description>* {
                font-family: var(--font-medium);
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
                letter-spacing: 5%;
                margin-bottom: 50px;
                color: #var(--text-color-grey);

                @media (max-width: 990px) {
                    font-size: 12px;
                    font-weight: 400;
                    line-height: 16px;
                    letter-spacing: 0.6px;
                    margin-bottom: 20px;
                }
            }

            @media (max-width: 767px) {
                padding-top: 0;
            }

            @media (max-width: 990px) {
                height: auto;
            }
        }

        .know-more-link {
            color: #000;
            font-family: var(--font-transducer-regular);
            font-size: 14px;
            font-weight: 500;
            line-height: normal;
            letter-spacing: 0.42px;

            @media (max-width: 990px) {
                font-size: 14px;
                font-weight: 500;
                line-height: 16px;
                letter-spacing: 0.42px;
            }
        }
    }


    .accordion {
        display: flex;
        flex-direction: row;
        height: 100%;

        @media (max-width: 990px) {
            flex-direction: column;
        }

        .accordion-panel {
            transition: width 1s linear;
            overflow: hidden;
            width: 10rem;
            min-width: 9rem;
            height: 80vh;
            max-height: 683px;
            margin: 0 0.25rem;
            display: flex;
            flex-direction: row;
            position: relative;

            &:first-child {
                margin-left: 0;
            }

            &:last-child {
                margin-right: 0;
            }

            @media (max-width: 990px) {
                transition: height 1s ease-in-out;
                flex-direction: column;
                height: 6rem;
                width: 100%;
                max-width: none;
                margin: 0.25rem 0;
            }
            .child-accordion-panel {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 1;
                background: rgba(0, 0, 0, 0.75);
                cursor: pointer;
                align-items: center;

            }
            .child-gradient-none {
                background: transparent;
                transition: background 1s ease-in-out;
            }

            .accordion-header {
                cursor: pointer;
                align-items: center;
                transform-origin: 0 0;
                width: 60.625rem;
                transform: rotate(-90deg);
                left: 3.4rem;
                bottom: 56px;
                z-index: 1;
                position: absolute;
                background: var(--bg-color-black-opacity-0-2);
                color: var(--white);
                transition: height 1s ease-in-out;
                font-size: 1.5rem;

                .mobileArrow {
                    display: none;
                }

                @media (max-width: 990px) {
                    transform: rotate(0);
                    width: 100%;
                    top: 0;
                    left: 0px;
                    display: flex;
                    justify-content: space-between;
                    height: 6rem;
                    padding-left: 1.5rem;
                    padding-right: 1.5rem;
                    transition: height 1s ease-in-out;

                    background: rgba(0, 0, 0, 0.75);

                }

                p {
                    margin-bottom: 0rem;
                }

                @media (max-width: 990px) {
                    .mobileArrow {
                        transform: rotate(90deg);
                        border: none;
                        border-radius: 50%;
                        z-index: 1;
                        background: none;
                        width: 100%;
                        height: 100%;
                        max-height: 48px;
                        max-width: 48px;
                        display: block;
                        transition: transform 0.3s ease;

                        svg {
                            display: inline-block;
                            transition: transform 0.3s ease;
                        }

                        &.rotate svg {
                            transform: rotate(-180deg);
                        }
                    }
                }

                p {
                    color: var(--color-white);
                    font-family: var(--font-transducer);
                    font-size: var(--font-size-1-125-rem);
                    font-weight: var(--font-weight-500);
                    line-height: 100%;
                    letter-spacing: var(--letter-spacing-0-15);
                    transition: opacity 1s ease-in-out;
                }
            }

            .accordion-content {
                position: relative;

                .previous-slide {
                    position: absolute;
                    bottom: 50%;
                    border-radius: 50%;
                    left: 1.5rem;
                    z-index: 1;
                    display: none;
                    background: none;
                    width: 100%;
                    height: 100%;
                    max-height: 48px;
                    max-width: 48px;
                    background: none;
                    background-color: var(--colot-transperent);
                    backdrop-filter: blur(18px);
                    border: none;
                    z-index: 5;
                }

                .next-slide-banner {
                    position: absolute;
                    bottom: 50%;
                    border-radius: 50%;
                    width: 100%;
                    height: 100%;
                    max-height: 48px;
                    max-width: 48px;
                    right: 1.5rem;
                    display: none;
                    background: none;
                    background-color: var(--colot-transperent);
                    backdrop-filter: blur(18px);
                    border: none;
                    z-index: 5;
                }

                .key-feature-slides {
                    max-width: 100%;
                    width: 100% !important;
                    position: relative;


                    .key-feature-img-container {                        
                        height: 80vh;
                        max-height: 683px;
                        overflow: hidden;

                        &:after {
                            content: "";
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;

                            @media (min-width: 991px) {
                                background: var(--key-features-img-gradient);
                            }
                        }

                        @media (max-width: 990px) {
                            width: 100%;
                        }
                        video {
                            object-fit:cover;
                        }
                    }

                }

                img,
                source {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }

            &.active {
                width: 100%;

                @media (max-width: 990px) {
                    height: 36rem;
                }

                .accordion-header {
                    background: none;
                    backdrop-filter: unset;
                    pointer-events: none;

                    @media (max-width:990px) {
                        .mobileArrow {
                            display: none;
                        }
                    }

                    p {
                        opacity: 0;
                        margin-bottom: 0rem;
                    }

                    &::after {
                        opacity: 0;
                        transform: rotate(180deg);
                    }
                }

                .accordion-content {
                    width: 100%;

                    .previous-slide {
                        display: block;

                        @media (max-width:990px) {
                            display: none;
                        }
                    }

                    .next-slide-banner {
                        display: block;

                        @media (max-width:990px) {
                            display: none;
                        }
                    }


                    .key-feature-slides {
                        width: 100%;
                        height: 80vh;
                        max-height: 683px;
                        @media (max-width:990px) {
                            height: 36rem;
                        }
                        .homepage-help-support {
                            height: 9rem;
                        }
                    }
                }
            }
        }
    }

    .homepage-help-support {
        width: 100%;
        position: absolute;
        bottom: 0;
        transition: height 1s ease-in-out;
        overflow: hidden;
        height: 0;

        @media only screen and (max-width: 1023px) {
            display: block;
        }

        .help-and-support-component {
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 25%, rgba(0, 0, 0, 0.00) 100%);
            padding: 0 56px 40px;
            @media (max-width:990px) {
                padding: 0 20px 40px;
            }
            .help-and-support-container {
                margin: 0 auto;

                .help-and-support-wrapper {

                    .support-card-container {
                        margin-left: 16px;

                        .content-title {
                            color: var(--white);
                            font-family: var(--font-transducer-regular);
                            font-size: 20px;
                            font-style: normal;
                            font-weight: 500;
                            line-height: normal;
                            margin-bottom: 16px;
                        }

                        .content-description {
                            color: var(--white);
                            font-family: var(--font-medium);
                            font-size: 14px;
                            font-style: normal;
                            font-weight: 400;
                            line-height: 24px;
                            letter-spacing: 0.7px;
                        }
                    }
                }
            }
        }
    }
}
.europe-connect-with-us-wrapper {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: auto;
}
#connectwithuspopup {
  position: fixed;
  z-index: 1000;
  width: 100%;
  max-width: 1020px;
  max-height: fit-content;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  overflow-y: scroll;
  overflow-x: none;
}
.connectwithuspopup {
  background: var(--white);
}
@media (max-width: 990px) {
  .connectwithuspopup {
    overflow-y: scroll;
  }
}
.connectwithuspopup .top-crop-container {
  background: black;
  width: 100%;
}
.connectwithuspopup .form-main-container {
  padding: 26px 36px 24px 36px;
}
@media (max-width: 1281px) {
  .connectwithuspopup .form-main-container {
    padding: 20px;
  }
}
.connectwithuspopup .form-main-container .header {
  display: flex;
  justify-content: space-between;
}
.connectwithuspopup .form-main-container .header .connectwithustittle {
  background: linear-gradient(90deg, var(--black) 0%, #a2a2a2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-transducer-regular);
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 10px;
}
@media (max-width: 1281px) {
  .connectwithuspopup .form-main-container .header .connectwithustittle {
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 0;
  }
}
.connectwithuspopup .form-main-container .header .close-aarrow-icon {
  height: 40px;
  width: 40px;
  border: none;
  background: transparent;
}
.connectwithuspopup .form-main-container .header .close-aarrow-icon img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1281px) {
  .connectwithuspopup .form-main-container .header .close-aarrow-icon {
    height: 30px;
    width: 30px;
  }
}
.connectwithuspopup .form-main-container .header .close-aarrow-icon:hover {
  cursor: pointer;
}
.connectwithuspopup .form-main-container .description {
  color: var(--text-color-ligh-grey);
  font-family: var(--font-medium);
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.7px;
  margin-bottom: 24px;
}
.connectwithuspopup .form-main-container .form-title {
  color: var(--text-color-ligh-grey);
  font-family: var(--font-transducer-regular);
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 16px;
}
@media (max-width: 1281px) {
  .connectwithuspopup .form-main-container .form-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
  }
}
.connectwithuspopup .form-main-container .form-content-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .connectwithuspopup .form-main-container .form-content-container {
    display: block;
  }
}
.connectwithuspopup .form-main-container .form-content-container .form-control-wrap {
  padding: 0 20px 0px 0;
  width: 33%;
  margin: 0 0 26px 0;
  position: relative;
}
@media (max-width: 1281px) {
  .connectwithuspopup .form-main-container .form-content-container .form-control-wrap {
    margin: 0 0 16px 0;
  }
}
@media screen and (max-width: 767px) {
  .connectwithuspopup .form-main-container .form-content-container .form-control-wrap {
    padding: 6px 0px 0px 0;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.connectwithuspopup .form-main-container .form-content-container .form-control-wrap .error-msg,
.connectwithuspopup .form-main-container .form-content-container .form-control-wrap .invalid-number,
.connectwithuspopup .form-main-container .form-content-container .form-control-wrap .validate--msg {
  position: absolute;
  bottom: 0;
  margin: 0;
  bottom: -20px;
}
.connectwithuspopup .form-main-container .form-content-container .form-control-wrap .form-label {
  color: var(--text-color-grey);
  font-family: var(--font-transducer-regular);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 12px;
}
.connectwithuspopup .form-main-container .form-content-container .form-control-wrap .input-placeholder,
.connectwithuspopup .form-main-container .form-content-container .form-control-wrap .relationship {
  border: none;
  background: none;
  border-color: var(--white) fff var(--white) fff var(--black) var(--white);
  width: 100%;
  color: var(--black);
  font-family: var(--font-transducer-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border-color);
}
.connectwithuspopup .form-main-container .form-content-container .form-control-wrap .relationship button {
  padding: 8px 0;
}
.connectwithuspopup .form-main-container .form-content-container .form-control-wrap .relationship button .filter-option {
  color: var(--black);
  font-family: var(--font-transducer-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.connectwithuspopup .form-main-container .form-content-container .form-control-wrap .relationship button .dropdown-menu .inner li .dropdown-item {
  font-family: var(--font-transducer-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.connectwithuspopup .form-main-container .form-content-container .form-control-wrap .relationship button .dropdown-menu .inner li .dropdown-item.active {
  color: var(--white);
  background-color: var(--primary-color-red);
}
@media screen and (max-width: 767px) {
  .connectwithuspopup .form-main-container .form-content-container .form-control-wrap .relationship {
    width: 100%;
  }
}
.connectwithuspopup .form-main-container .form-content-container .phoneStyle {
  display: flex;
  width: 50%;
  position: relative;
}
.connectwithuspopup .form-main-container .form-content-container .phoneStyle .allow-dropdown {
  margin-right: 20px;
  position: relative;
}
.connectwithuspopup .form-main-container .form-content-container .phoneStyle .allow-dropdown .flag-container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  padding: 1px;
  left: 0px;
  display: none;
}
.connectwithuspopup .form-main-container .form-content-container .phoneStyle .allow-dropdown .flag-container .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
  z-index: 1;
  position: relative;
  height: 100%;
  padding: 0px 0px 0px 8px;
}
.connectwithuspopup .form-main-container .form-content-container .phoneStyle .allow-dropdown .flag-container .selected-flag .iti-flag.us {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 11px;
  background-position: -5241px 0;
}
.connectwithuspopup .form-main-container .form-content-container .phoneStyle .allow-dropdown .flag-container .selected-flag .selected-dial-code {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.61) !important;
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
  color: var(--white) fff9c !important;
}
.connectwithuspopup .form-main-container .form-content-container .phoneStyle .allow-dropdown .flag-container .selected-flag .selected-dial-code .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0px;
  height: 0px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555555;
}
.connectwithuspopup .form-main-container .form-content-container .phoneStyle .allow-dropdown .flag-container .country-list {
  position: absolute;
  z-index: 2;
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
  background-color: #ffffff;
  max-height: 200px;
  overflow-y: scroll;
  list-style: none;
  padding: 0px;
  margin: 0px 0px 0px -1px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-image: initial;
  white-space: nowrap;
}
.connectwithuspopup .form-main-container .form-content-container .phoneStyle .allow-dropdown .flag-container .country-list .country {
  padding: 5px 10px;
  list-style: none;
}
.connectwithuspopup .form-main-container .form-content-container .phoneStyle .allow-dropdown .flag-container .country-list .country .flag-box {
  margin-right: 6px;
  display: inline-block;
  width: 20px;
}
.connectwithuspopup .form-main-container .form-content-container .phoneStyle .allow-dropdown .flag-container .country-list .country .country-name {
  font: italic normal bold 24px / 30px Stratos;
  letter-spacing: 0.96px;
  color: var(--black) 0;
  text-transform: uppercase;
}
.connectwithuspopup .form-main-container .form-content-container .phoneStyle .allow-dropdown .flag-container .country-list .country .iti-flag.us {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 11px;
  background-position: -5241px 0;
}
.connectwithuspopup .form-main-container .form-content-container .phoneStyle .allow-dropdown .flag-container .country-list .country .dial-code {
  color: #999;
  font: italic normal bold 24px / 30px Stratos;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.connectwithuspopup .form-main-container .form-content-container .phoneStyle .allow-dropdown .form-input {
  border-bottom: 1px solid var(--border-color);
  background: var(--white);
  border-color: var(--white) var(--white) var(--black) var(--white);
  border-top: none;
  border-left: none;
  width: 100%;
  color: var(--black);
  font-family: var(--font-transducer-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 8px;
}
.connectwithuspopup .form-main-container .dropdown-content .dropdown-title {
  color: var(--text-color-ligh-grey);
  font-family: var(--font-transducer-regular);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 16px;
}
@media (max-width: 1281px) {
  .connectwithuspopup .form-main-container .dropdown-content .dropdown-title {
    font-size: 16px;
  }
}
.connectwithuspopup .form-main-container .dropdown-content .checkmark-wrap {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-bottom: 18px;
}
@media (max-width: 990px) {
  .connectwithuspopup .form-main-container .dropdown-content .checkmark-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.connectwithuspopup .form-main-container .dropdown-content .checkmark-wrap .form-dropdown-wrap {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.connectwithuspopup .form-main-container .dropdown-content .checkmark-wrap .form-dropdown-wrap .checkmark {
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: 1px solid var(--border-color);
  background: white;
}
@media (max-width: 1281px) {
  .connectwithuspopup .form-main-container .dropdown-content .checkmark-wrap .form-dropdown-wrap .checkmark {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
}
.connectwithuspopup .form-main-container .dropdown-content .checkmark-wrap .form-dropdown-wrap .checkmark.selected {
  background: var(--text-color-danger-red) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCAzMiAzMiI+CjxwYXRoIGZpbGw9IndoaXRlIiBkPSJNIDI4LjI4MTI1IDYuMjgxMjUgTCAxMSAyMy41NjI1IEwgMy43MTg3NSAxNi4yODEyNSBMIDIuMjgxMjUgMTcuNzE4NzUgTCAxMC4yODEyNSAyNS43MTg3NSBMIDExIDI2LjQwNjI1IEwgMTEuNzE4NzUgMjUuNzE4NzUgTCAyOS43MTg3NSA3LjcxODc1IFoiPjwvcGF0aD4KPC9zdmc+) 50% 50% no-repeat;
  background-size: 16px;
  background-repeat: no-repeat;
  display: block;
  background-color: #a63429;
  appearance: none;
}
.connectwithuspopup .form-main-container .dropdown-content .checkmark-wrap .form-dropdown-wrap .checkmark-title {
  color: var(--black);
  font-family: var(--font-transducer-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
}
.connectwithuspopup .form-main-container .campaign-concern-check {
  margin-bottom: 24px;
  display: flex;
  gap: 12px;
  flex-direction: row;
  align-items: flex-start;
}
.connectwithuspopup .form-main-container .campaign-concern-check .checkmark {
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: 1px solid var(--border-color);
  background: var(--white);
}
@media (max-width: 1281px) {
  .connectwithuspopup .form-main-container .campaign-concern-check .checkmark {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
}
.connectwithuspopup .form-main-container .campaign-concern-check .checkmark.selected {
  background: var(--text-color-danger-red) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCAzMiAzMiI+CjxwYXRoIGZpbGw9IndoaXRlIiBkPSJNIDI4LjI4MTI1IDYuMjgxMjUgTCAxMSAyMy41NjI1IEwgMy43MTg3NSAxNi4yODEyNSBMIDIuMjgxMjUgMTcuNzE4NzUgTCAxMC4yODEyNSAyNS43MTg3NSBMIDExIDI2LjQwNjI1IEwgMTEuNzE4NzUgMjUuNzE4NzUgTCAyOS43MTg3NSA3LjcxODc1IFoiPjwvcGF0aD4KPC9zdmc+) 50% 50% no-repeat;
  background-size: 16px;
  background-repeat: no-repeat;
  display: block;
  background-color: #a63429;
  appearance: none;
}
.connectwithuspopup .form-main-container .campaign-concern-check .concern-check-text {
  color: var(--color-black);
  font-family: var(--font-transducer-regular);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.connectwithuspopup .form-main-container .campaign-concern-check .concern-check-text p {
  color: var(--black);
  font-family: var(--font-transducer-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
}
.connectwithuspopup .form-main-container .campaign-concern-check .concern-check-text span {
  color: var(--text-color-danger-red);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-left: 2px;
}
.connectwithuspopup .form-main-container .campaign-concern-check .concern-check-text a {
  font-family: var(--font-transducer-regular);
  font-weight: 400;
  font-style: oblique;
  font-size: 12px;
  line-height: 22px;
  text-decoration: underline;
  text-decoration-style: solid;
  color: var(--text-color-danger-red);
}
.connectwithuspopup .form-main-container .cta-container {
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .connectwithuspopup .form-main-container .cta-container {
    flex-direction: column;
  }
}
.connectwithuspopup .form-main-container .cta-container .reset-btn {
  display: inline-flex;
  padding: 16px 24px;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--black);
  color: black;
  background: white;
  font-family: var(--font-transducer-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.42px;
  max-height: 48px;
  justify-content: center;
  font-style: oblique;
}
@media screen and (max-width: 1281px) {
  .connectwithuspopup .form-main-container .cta-container .reset-btn {
    padding: 8px 24px 8px 24px;
    height: 42px;
  }
}
.connectwithuspopup .form-main-container .cta-container .submit-btn {
  display: inline-flex;
  padding: 12px 16px 12px 24px;
  align-items: center;
  gap: 8px;
  background: black;
  color: var(--white);
  font-style: oblique;
  font-family: var(--font-transducer-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.42px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .connectwithuspopup .form-main-container .cta-container .submit-btn {
    min-width: 100%;
  }
}
@media screen and (max-width: 1281px) {
  .connectwithuspopup .form-main-container .cta-container .submit-btn {
    padding: 8px 16px 8px 24px;
  }
}
.connectwithuspopup .form-main-container .Opt-Out-Description {
  display: flex;
  justify-content: end;
  gap: 3px;
  color: var(--text-color-ligh-grey);
  font-family: var(--font-medium);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.7px;
  align-items: normal;
}
@media screen and (max-width: 768px) {
  .connectwithuspopup .form-main-container .Opt-Out-Description {
    display: inline;
  }
}
.connectwithuspopup .form-main-container .Opt-Out-Description p {
  font-family: var(--font-transducer-regular);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
@media screen and (max-width: 1281px) {
  .connectwithuspopup .form-main-container .Opt-Out-Description p {
    font-size: 12px;
    line-height: 14px;
    display: inline;
  }
}
.connectwithuspopup .form-main-container .Opt-Out-Description .click-here {
  color: var(--black);
  font-family: var(--font-transducer-regular);
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.42px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

#premia-booking-acc .active {
  display: block !important;
}
#premia-booking-acc .checkbox--wrap a {
  display: inline;
}
#premia-booking-acc .checkbox--wrap .control {
  display: block;
  position: relative;
  padding-left: 2.875rem;
  margin-bottom: 1rem;
  color: var(--color-black);
  font-family: var(--font-eurostile);
  font-size: var(--font-size-0-75-rem);
  font-weight: var(--font-weight-400);
  line-height: 1rem;
  /* 133.333% */
}
#premia-booking-acc .checkbox--wrap .control p {
  min-height: 1.5rem;
  color: var(--color-black);
  font-family: var(--font-eurostile);
  font-size: var(--font-size-0-75-rem);
  font-weight: var(--font-weight-400);
  line-height: 1rem;
}
#premia-booking-acc .checkbox--wrap .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#premia-booking-acc .checkbox--wrap .control_indicator {
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: transparent;
  border: 1px solid var(--input-border-color);
  border-radius: 0.125rem;
}
#premia-booking-acc .checkbox--wrap .control:hover input ~ .control_indicator,
#premia-booking-acc .checkbox--wrap .control input:focus ~ .control_indicator {
  background: transparent;
}
#premia-booking-acc .checkbox--wrap .control input:checked ~ .control_indicator {
  background: red;
  border: 1px solid red;
}
#premia-booking-acc .checkbox--wrap .control:hover input:not([disabled]):checked ~ .control_indicator,
#premia-booking-acc .checkbox--wrap .control input:checked:focus ~ .control_indicator {
  background: #0e6647d;
}
#premia-booking-acc .checkbox--wrap .control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
#premia-booking-acc .checkbox--wrap .control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}
#premia-booking-acc .checkbox--wrap .control input:checked ~ .control_indicator:after {
  display: block;
}
#premia-booking-acc .checkbox--wrap .control-checkbox .control_indicator:after {
  left: 0.5rem;
  top: 0.15rem;
  width: 0.25rem;
  height: 0.75rem;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
#premia-booking-acc .checkbox--wrap .control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}
#premia-booking-acc .accordion-form-footer {
  padding: 0 1.5rem;
}
@media screen and (max-width: 991px) {
  #premia-booking-acc .accordion-form-footer {
    padding: 0;
    margin-bottom: 6.5rem;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  #premia-booking-acc .paynow__section {
    background-color: var(--bg-color-white);
    padding: 1rem 1.5rem;
    width: 100%;
  }
}
#premia-booking-acc .paynow__section .paynow__container {
  margin: 0 auto;
}
@media (max-width: 991px) {
  #premia-booking-acc .paynow__section .paynow__container {
    padding: 0;
  }
}
#premia-booking-acc .paynow__section .paynow__container .bottom-nav-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#premia-booking-acc .paynow__section .paynow__container .bottom-nav-header h5 {
  font-size: 20px;
  font-family: "1903Sans-Bold";
  line-height: 28px;
  color: #f26321;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  #premia-booking-acc .paynow__section .paynow__container .bottom-nav-header h5 {
    font-size: 18px;
    text-transform: uppercase;
    max-width: 75%;
  }
}
#premia-booking-acc .paynow__section .paynow__container .bottom-nav-header p {
  color: #303030;
  font-size: 16px;
  font-family: "1903Sans-Regular";
  line-height: 20px;
  opacity: 0.5;
}
@media (max-width: 991px) {
  #premia-booking-acc .paynow__section .paynow__container .bottom-nav-header p {
    display: none;
  }
}
#premia-booking-acc .paynow__section .paynow__container button {
  min-height: 2.96344rem;
  width: 100%;
  color: #fff;
  font-family: var(--font-regular);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  text-transform: uppercase;
  border-radius: 0.125rem;
  background: linear-gradient(95.69deg, #ac0000 0%, #ff0000 26.35%, #ff3b3b 50.83%, #ff0000 72.71%, #ff0000 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
#premia-booking-acc .paynow__section .paynow__container button:disabled {
  background: gray;
  color: #fff;
  pointer-events: none;
}
#premia-booking-acc #timer,
#premia-booking-acc .otp--sent,
#premia-booking-acc .valid__otp,
#premia-booking-acc .invalid__otp {
  display: none;
  margin-top: 0.3rem;
  font-size: var(--font-size-1-rem);
  color: var(--color-black);
  font-family: var(--font-eurostile);
  font-weight: var(--font-weight-500);
  position: absolute;
  line-height: 1.25rem;
}
@media (max-width: 991px) {
  #premia-booking-acc #timer,
  #premia-booking-acc .otp--sent,
  #premia-booking-acc .valid__otp,
  #premia-booking-acc .invalid__otp {
    font-size: var(--font-size-0-875-rem);
  }
}
#premia-booking-acc .valid__otp {
  color: #038252;
}
#premia-booking-acc .invalid__otp {
  color: var(--color-error);
}
#premia-booking-acc #timer {
  right: 30px;
  top: 10px;
}
@media (max-width: 991px) {
  #premia-booking-acc #timer {
    right: 15px;
    top: 10px;
  }
}
.global-booking-form.success-container,
.global-booking-form.error-container {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
}
.global-booking-form.success-container .popup-items,
.global-booking-form.error-container .popup-items {
  height: 94%;
  max-height: 540px;
  margin: 0 auto;
  background: var(--secondary-color-100);
  box-shadow: 0 0 10px #000;
  display: flex;
  width: 100%;
  border-radius: 0;
  max-width: 540px;
  position: relative;
}
.global-booking-form.success-container .popup-items .popup-content,
.global-booking-form.error-container .popup-items .popup-content {
  padding: 50px 0 30px 0;
  overflow: hidden;
  flex: 1;
  align-items: center;
  text-align: center !important;
}
.global-booking-form.success-container .popup-items .popup-content .close-icon,
.global-booking-form.error-container .popup-items .popup-content .close-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  padding: 2px;
  z-index: 99;
  border: none;
  background: transparent;
}
.global-booking-form.success-container .popup-items .popup-content h2,
.global-booking-form.error-container .popup-items .popup-content h2 {
  margin-bottom: 24px;
}
.global-booking-form.success-container .popup-items .popup-content p,
.global-booking-form.error-container .popup-items .popup-content p {
  font-size: 18px;
}
.accordion-form-container {
  display: flex;
  justify-content: space-between;
  padding: 0rem 0 2rem 0;
}
@media (max-width: 991px) {
  .accordion-form-container {
    flex-direction: column;
    padding: 16px;
  }
}
.accordion-form-container .color-name {
  color: var(--color-black);
  text-align: right;
  font-family: var(--font-transducer);
  font-size: var(--font-size-0-75-rem);
  font-style: normal;
  font-weight: var(--font-weight-500);
  line-height: 100%;
  /* 0.75rem */
  text-transform: capitalize;
}
.accordion-form-container .booking-left-wrapper {
  padding-top: 2rem;
}
@media (max-width: 991px) {
  .accordion-form-container .booking-left-wrapper {
    width: 100%;
  }
}
.accordion-form-container .accordion-form {
  width: 41.21%;
  margin: 0 0 0 2rem;
  padding-top: 2rem;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .accordion-form-container .accordion-form {
    width: 100%;
    margin: 2rem 0 0;
    padding: 20px;
  }
}
.accordion-form-container .accordion-form .varient {
  padding: .9875rem 1rem .75rem 0rem;
  display: flex;
  border-radius: 0.125rem;
  justify-content: space-between;
  margin-bottom: 0.875rem;
}
@media (max-width: 991px) {
  .accordion-form-container .accordion-form .varient {
    margin: 0;
  }
}
.accordion-form-container .accordion-form .varient .selected-color {
  height: 1.0625rem;
  width: 1.75rem;
  background-color: red;
  margin-left: 0.5rem;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 80% 100%, 0 100%, 0% 50%);
}
.accordion-form-container .accordion-form .varient p {
  margin: 0;
}
.accordion-form-container .accordion-form .premia-accordion-container .premia-booking-accordion .accordion--title {
  border-radius: .125rem;
  min-height: 3rem;
  background: linear-gradient(260.92deg, #000000 -14.84%, #313131 93.46%);
  padding: 1rem 1rem 1rem 1.5rem;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 900;
  color: white;
  font-family: var(--font-regular);
}
.accordion-form-container .accordion-form .premia-accordion-container .premia-booking-accordion .accordion--panel .form--wrap {
  margin: 1rem 0;
  width: 100%;
}
.accordion-form-container .accordion-form .premia-accordion-container .premia-booking-accordion .accordion--panel .form--wrap .cust-form-group {
  position: relative;
  flex: 0 0 100%;
  margin-bottom: 20px;
}
.accordion-form-container .accordion-form .premia-accordion-container .premia-booking-accordion .accordion--panel .form--wrap .cust-form-group .error--message {
  position: relative;
  padding-left: 8px;
  color: red;
}
.accordion-form-container .accordion-form .premia-accordion-container .premia-booking-accordion .accordion--panel .form--wrap .cust-form-group .harley-error,
.accordion-form-container .accordion-form .premia-accordion-container .premia-booking-accordion .accordion--panel .form--wrap .cust-form-group .validation-error {
  padding-left: 8px;
  color: red;
}
.accordion-form-container .accordion-form .premia-accordion-container .premia-booking-accordion .accordion--panel .form--wrap .cust-form-group .dropdown-select {
  border-radius: 0.5rem;
  border: 1px solid silver;
  padding: 8px 8px 8px 16px;
  height: 42px;
}
.accordion-form-container .accordion-form .premia-accordion-container .premia-booking-accordion .accordion--panel .form--wrap .cust-form-group .dropdown-select span {
  font-size: 1rem;
  font-family: var(--font-regular);
}
.accordion-form-container .accordion-form .premia-accordion-container .premia-booking-accordion .accordion--panel .form--wrap .cust-form-group .dropdown-menu {
  width: 100%;
}
.accordion-form-container .accordion-form .premia-accordion-container .premia-booking-accordion .accordion--panel .form--wrap .cust-form-group .dropdown-menu li {
  cursor: pointer;
}
.accordion-form-container .accordion-form .premia-accordion-container .premia-booking-accordion .accordion--panel .form--wrap .cust-form-group .form-label {
  font-family: var(--font-regular);
  letter-spacing: .8px;
  color: #303030;
  font-size: .75rem;
  line-height: 1rem;
  font-weight: 400;
  position: absolute;
  top: -7px;
  left: 25px;
  padding: 0px .25rem;
  background-color: #fff;
  cursor: context-menu;
  pointer-events: none;
  z-index: 2;
}
.accordion-form-container .accordion-form .premia-accordion-container .premia-booking-accordion .accordion--panel .form--wrap .cust-form-group .harley-input {
  border: 1px solid silver;
  font-family: var(--font-regular);
  letter-spacing: .8px;
  border-radius: .5rem;
  height: 3rem;
  padding: .75rem 1rem;
  color: #303030;
  font-size: 1rem;
  line-height: 1.25rem;
  width: 100%;
  font-weight: 400;
}
.accordion-form-container .accordion-form .premia-accordion-container .premia-booking-accordion .accordion--panel .form--wrap .cust-form-group .mobile-number {
  padding: 12px 16px 12px 50px;
}
.accordion-form-container .accordion-form .premia-accordion-container .premia-booking-accordion .accordion--panel .form--wrap .cust-form-group .country-code {
  color: #303030;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  position: absolute;
  top: .875rem;
  left: .69rem;
  padding: 0 .5rem 0 0;
  border-right: 1px solid #303030;
}
.accordion-form .varient-name {
  color: var(--color-black);
  font-family: var(--font-transducer);
  font-size: var(--font-size-1-rem);
  font-weight: var(--font-weight-600);
  line-height: 120%;
  /* 1.2rem */
  text-transform: uppercase;
}
@keyframes loadingline {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
  .booking .accordion-form-container {
    padding: 0px;
    flex-direction: column;
  }
}
.booking .accordion-form-container .booking-left-wrapper {
  position: relative;
  padding: 63px 0px 25px 46px;
}
@media (max-width: 991px) {
  .booking .accordion-form-container .booking-left-wrapper {
    padding: 20px;
  }
}
.booking .accordion-form-container .booking-left-wrapper .variant-heading {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 700px) {
  .booking .accordion-form-container .booking-left-wrapper .variant-dropdown-container {
    margin-bottom: 16px;
  }
}
.booking .accordion-form-container .booking-left-wrapper .variant-dropdown-container .xpulse-dropdown {
  width: 233px;
  height: 50px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  color: #474747;
  text-align: left;
}
.booking .accordion-form-container .booking-left-wrapper .variant-dropdown-container .xpulse-dropdown .variant-dropdown-menu {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 5px;
  overflow: hidden;
  display: none;
  max-height: 144px;
  overflow-y: auto;
  z-index: 9;
  -webkit-clip-path: polygon(100% 0, 100% 76%, 92% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 76%, 92% 100%, 0 100%, 0 0);
  background: #e5e5e5;
}
.booking .accordion-form-container .booking-left-wrapper .variant-dropdown-container .xpulse-dropdown .variant-dropdown-menu li {
  padding: 8px 4px;
  cursor: pointer;
}
.booking .accordion-form-container .booking-left-wrapper .variant-dropdown-container .xpulse-dropdown .select {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 14px;
}
.booking .accordion-form-container .booking-left-wrapper .booking-bike-header-text {
  color: var(--color-black);
  font-family: var(--font-regular);
  font-size: var(--font-size-1-4375-rem);
  font-weight: var(--font-weight-600);
  line-height: 120%;
}
.booking .accordion-form-container .booking-left-wrapper .booking-bike-varient-detail-section {
  justify-content: flex-start;
  display: flex;
}
.booking .accordion-form-container .booking-left-wrapper .booking-bike-varient-detail-section .bike-varient-image-section {
  width: 30.0625rem;
  height: 18.75rem;
}
@media screen and (max-width: 767px) {
  .booking .accordion-form-container .booking-left-wrapper .booking-bike-varient-detail-section .bike-varient-image-section {
    width: 20.4375rem;
    height: 12.5rem;
  }
}
.booking .accordion-form-container .booking-left-wrapper .booking-bike-varient-detail-section .bike-varient-image-section img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.booking .accordion-form-container .booking-left-wrapper .booking-bike-varient-detail-section .bike-varient-specification-section {
  padding-left: 1.03rem;
  margin-left: 180px;
  display: block;
}
@media screen and (max-width: 991px) {
  .booking .accordion-form-container .booking-left-wrapper .booking-bike-varient-detail-section .bike-varient-specification-section {
    display: none;
  }
}
.booking .accordion-form-container .booking-left-wrapper .booking-bike-varient-detail-section .bike-varient-specification-section .bike-varient-specifications {
  padding-right: 2.56rem;
  margin-bottom: 1rem;
}
.booking .accordion-form-container .booking-left-wrapper .booking-bike-varient-detail-section .bike-varient-specification-section .bike-varient-specifications .bike-varient-kl-text {
  color: #000;
  font-family: var(--font-regular);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.booking .accordion-form-container .booking-left-wrapper .booking-bike-varient-detail-section .bike-varient-specification-section .bike-varient-specifications .bike-varient-kl-text .bike-varient-super-text {
  padding-left: 0.25rem;
  top: -5px;
  color: #303030;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}
.booking .accordion-form-container .booking-left-wrapper .booking-bike-varient-detail-section .bike-varient-specification-section .bike-varient-specifications .spce-types {
  padding: 0.5rem 0 1rem 0;
}
.booking .accordion-form-container .booking-left-wrapper .booking-bike-varient-detail-section .bike-varient-specification-section .bike-varient-specifications .spce-types .spce-types-text {
  color: #303030;
  font-family: var(--font-regular);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
@media screen and (max-width: 991px) {
  .booking .accordion-form-container .booking-left-wrapper .booking-bike-varient-detail-section {
    justify-content: center;
  }
}
.booking .accordion-form-container .booking-left-wrapper .booking-price-color-section {
  padding-top: 2.87rem;
  display: flex;
}
@media screen and (max-width: 991px) {
  .booking .accordion-form-container .booking-left-wrapper .booking-price-color-section {
    padding-top: 1.5rem;
    display: flex;
    justify-content: center;
  }
}
.booking .accordion-form-container .booking-left-wrapper .booking-price-color-section .booking-price-section {
  padding-right: 3.5rem;
}
.booking .accordion-form-container .booking-left-wrapper .booking-price-color-section .booking-price-section div {
  display: flex;
  min-width: 500px;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .booking .accordion-form-container .booking-left-wrapper .booking-price-color-section .booking-price-section div {
    min-width: unset;
  }
}
.booking .accordion-form-container .booking-left-wrapper .booking-price-color-section .booking-price-section div:first-child span {
  font-size: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .booking .accordion-form-container .booking-left-wrapper .booking-price-color-section .booking-price-section div:first-child span {
    font-size: 14px;
  }
}
.booking .accordion-form-container .booking-left-wrapper .booking-price-color-section .booking-price-section div span {
  font-size: 18px;
  font-family: var(--font-regular);
  font-weight: 600;
  min-width: 70px;
}
@media screen and (max-width: 991px) {
  .booking .accordion-form-container .booking-left-wrapper .booking-price-color-section .booking-price-section div span {
    font-size: 16px;
  }
}
.booking .accordion-form-container .booking-left-wrapper .booking-price-color-section .booking-price-section div span:last-child {
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .booking .accordion-form-container .booking-left-wrapper .booking-price-color-section .booking-price-section {
    padding-right: 0;
    align-items: center;
    width: 100%;
  }
}
.booking .accordion-form-container .booking-left-wrapper .booking-price-color-section .booking-price-section .booking-price {
  color: #000;
  font-family: var(--font-regular);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
  /* 1.65rem */
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  .booking .accordion-form-container .booking-left-wrapper .booking-price-color-section .booking-price-section .booking-price {
    font-size: 1.375rem;
    text-align: center;
  }
}
.booking .accordion-form-container .booking-left-wrapper .booking-price-color-section .booking-price-section .booking-price-text-wrapper {
  padding-right: 4.5rem;
  border-right: 1px solid var(--color-alto);
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  .booking .accordion-form-container .booking-left-wrapper .booking-price-color-section .booking-price-section .booking-price-text-wrapper {
    padding-right: 0;
    border-right: none;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.booking .accordion-form-container .booking-left-wrapper .booking-price-color-section .booking-price-section .booking-price-text-wrapper .booking-price-text {
  color: #303030;
  font-family: var(--font-regular);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125rem;
  padding-bottom: 0.25rem;
}
@media screen and (max-width: 991px) {
  .booking .accordion-form-container .booking-left-wrapper .booking-price-color-section .booking-price-section .booking-price-text-wrapper .booking-price-text {
    font-size: 14px;
  }
}
.booking .accordion-form-container .booking-left-wrapper .booking-price-color-section .booking-price-section .booking-price-text-wrapper .booking-disclaimer {
  color: #303030;
  font-family: var(--font-regular);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}
.booking .accordion-form-container .booking-left-wrapper .booking-color-varient-section {
  margin-left: 180px;
}
@media screen and (max-width: 991px) {
  .booking .accordion-form-container .booking-left-wrapper .booking-color-varient-section {
    display: none;
  }
}
.booking .accordion-form-container .booking-left-wrapper .booking-color-varient-section .booking-color-varient-header-wrapper {
  display: flex;
}
.booking .accordion-form-container .booking-left-wrapper .booking-color-varient-section .booking-color-varient-header-wrapper .color-text {
  color: var(--color-black);
  font-family: var(--font-regular);
  font-size: var(--font-size-0-875-rem);
  font-weight: var(--font-weight-500);
  line-height: 100%;
}
.booking .accordion-form-container .booking-left-wrapper .booking-color-varient-section .booking-color-varient-header-wrapper .varient-color-text {
  padding-left: 0.44rem;
  color: var(--color-black);
  font-family: var(--font-regular);
  font-size: var(--font-size-0-75-rem);
  font-weight: var(--font-weight-500);
  line-height: 100%;
}
.booking .accordion-form-container .booking-left-wrapper .booking-color-varient-section .bike-colors {
  padding-top: 1.5rem;
  gap: 1rem;
  display: flex;
  align-items: center;
}
.booking .accordion-form-container .booking-left-wrapper .booking-color-varient-section .bike-colors .bike-colored-box {
  width: 1.875rem;
  height: 2rem;
  cursor: pointer;
  outline-offset: 0.25rem;
  position: relative;
  transition: width 0.2s ease-in-out;
  background-color: var(--bg-color-moon-yellow);
  outline: 1.5px solid var(--color-moon-yellow);
}
.booking .accordion-form-container .booking-left-wrapper .booking-color-varient-section .bike-colors .bike-colored-box::after {
  content: "";
  border-bottom: 0.5rem solid var(--color-white);
  border-left: 0.5rem solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.booking .accordion-form-container .booking-left-wrapper .booking-color-varient-section .bike-colors .bike-colored-box.selected {
  width: 2.875rem;
}
.booking .accordion-form-container .booking-left-wrapper .booking-color-varient-section .bike-colors .bike-colored-box:not(.selected) {
  outline: none !important;
}
.booking .accordion-form-container .booking-left-wrapper .bottom-specification-border {
  border: 0px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-image-source: linear-gradient(to left, #ffffff, #d9d9d9);
}
.booking .accordion-form-container .booking-left-wrapper .booking-mobile-color-varient {
  padding-bottom: 1rem;
  justify-content: space-between;
  display: flex;
}
@media screen and (max-width: 991px) {
  .booking .accordion-form-container .booking-left-wrapper .booking-mobile-color-varient {
    margin-top: 1.5rem;
  }
}
.booking .accordion-form-container .booking-left-wrapper .booking-mobile-color-varient .booking-color-varient-section {
  display: none;
}
@media screen and (max-width: 991px) {
  .booking .accordion-form-container .booking-left-wrapper .booking-mobile-color-varient .booking-color-varient-section {
    display: block !important;
  }
}
.booking .accordion-form-container .booking-left-wrapper .booking-dropdown {
  display: block;
  z-index: 98;
}
@media screen and (min-width: 767px) {
  .booking .accordion-form-container .booking-left-wrapper .booking-dropdown {
    display: none;
  }
}
.booking .accordion-form-container .booking-left-wrapper .booking-dropdown .booking-dropdown-wrapper {
  background: var(--bg-color-white);
  justify-content: space-between;
  display: flex;
  border: 1px solid #efefef;
  padding: 0.31rem 0.25rem 0.44rem 0.66rem;
  gap: 0.5rem;
}
.booking .accordion-form-container .booking-left-wrapper .booking-dropdown .booking-dropdown-wrapper .dropdown-text {
  color: var(--color-black);
  font-family: var(--font-regular);
  font-size: var(--font-size-0-75-rem);
  font-weight: var(--font-weight-500);
  line-height: 100%;
}
.booking .accordion-form-container .booking-left-wrapper .booking-dropdown .booking-dropdown-wrapper .dropdown-icon-wrapper {
  width: 1rem;
  height: 1rem;
}
.booking .accordion-form-container .booking-left-wrapper .booking-dropdown .booking-dropdown-wrapper .dropdown-icon-wrapper .dropdown-chevron-down {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.booking .accordion-form-container .booking-left-wrapper .booking-dropdown .booking-dropdown-wrapper .dropdown-icon-wrapper .dropdown-chevron-up {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.booking .accordion-form-container .booking-left-wrapper .booking-dropdown .dropdown-popup-content {
  top: 9.38rem;
  position: absolute;
  width: 20.4375rem;
  height: 6rem;
  background: var(--color-white);
  z-index: 98;
  cursor: pointer;
  display: none;
  right: 0;
}
.booking .accordion-form-container .booking-left-wrapper .booking-dropdown .dropdown-popup-content .dropdown-popup-content-section {
  padding: 1.06rem 1.08rem 1rem 0.37rem;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.booking .accordion-form-container .booking-left-wrapper .booking-dropdown .dropdown-popup-content .dropdown-popup-content-section .dropdown-specification-section .dropdown-specification-kl-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.booking .accordion-form-container .booking-left-wrapper .booking-dropdown .dropdown-popup-content .dropdown-popup-content-section .dropdown-specification-section .dropdown-specification-kl-section .dropdown-specification-kl-text .dropdown-specification-kl-text-content {
  color: var(--color-black);
  font-family: var(--font-regular);
  font-size: var(--font-size-1-125rem);
  font-weight: var(--font-weight-500);
  line-height: 120%;
  padding-left: 0.12rem;
  padding-bottom: 0.31rem;
}
.booking .accordion-form-container .booking-left-wrapper .booking-dropdown .dropdown-popup-content .dropdown-popup-content-section .dropdown-specification-section .dropdown-specification-kl-section .dropdown-specification-kl-text .dropdown-specification-kl-text-content .dropdown-specification-kl-super-text {
  color: var(--color-black);
  font-family: var(--font-regular);
  text-align: center;
  font-size: var(--font-size-0-5-rem);
  font-weight: var(--font-weight-500);
  line-height: 120%;
  top: -6px;
}
.booking .accordion-form-container .booking-left-wrapper .booking-dropdown .dropdown-popup-content .dropdown-popup-content-section .dropdown-specification-section .dropdown-specification-kl-section .dropdown-specification-text-content {
  color: var(--color-black);
  font-family: var(--font-regular);
  text-align: center;
  font-size: var(--font-size-0-625-rem);
  font-weight: var(--font-weight-400);
  line-height: 120%;
}
.booking .accordion-form-container .booking-left-wrapper .d-popup-blur {
  height: 100%;
  width: 100%;
  position: fixed;
  background: var(--color-alto);
  top: 0px;
  left: 0px;
  z-index: 4;
  opacity: 0.5;
}
.d-none {
  display: none;
}
.booking .hp-divider-vertical-line {
  max-height: 100%;
  width: 1.5rem;
}
.booking .hp-divider-vertical-line img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
@media screen and (max-width: 991px) {
  .booking .hp-divider-vertical-line {
    display: none;
  }
}
.booking .hp-divider-horizontal-line {
  display: none;
}
@media screen and (max-width: 991px) {
  .booking .hp-divider-horizontal-line {
    display: block !important;
    width: 100%;
    height: 1rem;
    margin-top: 1.5rem;
  }
  .booking .hp-divider-horizontal-line img {
    height: 100%;
    width: 100%;
    object-fit: fill;
    filter: brightness(10%);
  }
}

@keyframes content-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes content-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.genericheading .overview-heading {
  background: transparent;
}
@media screen and (max-width: 768px) {
  .overflowXhide {
    overflow-x: hidden !important;
  }
}
.global-event-types-container {
  font-family: var(--font-transducer-regular) !important;
}
.global-event-types-container .et-container {
  padding: 0 40px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .global-event-types-container .et-container {
    padding: 0;
    height: fit-content;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .global-event-types-container .et-container {
    padding: 0 8px;
  }
}
.global-event-types-container .et-container .event-carousel-viewport {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .global-event-types-container .et-container .event-carousel-viewport {
    margin-bottom: 16px;
  }
}
.global-event-types-container .et-container .event-carousel-viewport .btn-container {
  position: absolute;
  display: flex;
  justify-content: space-around;
  gap: 10px;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.global-event-types-container .et-container .event-carousel-viewport .btn-container #prev-btn,
.global-event-types-container .et-container .event-carousel-viewport .btn-container #next-btn {
  height: 8px;
  border: none;
  width: 30px;
  background-color: #f5f6f7;
  transform: skew(-60deg);
}
.global-event-types-container .et-container .event-carousel-viewport .btn-container #prev-btn.active,
.global-event-types-container .et-container .event-carousel-viewport .btn-container #next-btn.active {
  background: linear-gradient(95.69deg, #ac0000 0, #ff0000 26.35%, #ff3b3b 50.83%, #ff0000 72.71%, #ff0000 100%);
}
.global-event-types-container .et-container .event-carousel-viewport .page-1,
.global-event-types-container .et-container .event-carousel-viewport .page-2 {
  width: 100%;
  flex-shrink: 0;
}
.global-event-types-container .et-container .event-carousel-viewport .event-carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.global-event-types-container .et-container .event-cards-wrapper {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  margin-bottom: 18px;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .global-event-types-container .et-container .event-cards-wrapper {
    flex-direction: column;
    height: 135vw;
    gap: 4px;
  }
}
.global-event-types-container .et-container .event-cards-wrapper .event-cards {
  height: 487px;
  cursor: pointer;
  position: relative;
  transition: flex 700ms ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  flex: 1.6;
}
@media screen and (max-width: 768px) {
  .global-event-types-container .et-container .event-cards-wrapper .event-cards {
    flex: 1.6;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .global-event-types-container .et-container .event-cards-wrapper .event-cards {
    background-size: cover !important;
  }
}
.global-event-types-container .et-container .event-cards-wrapper .event-cards .background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}
.global-event-types-container .et-container .event-cards-wrapper .event-cards.min-width-25 {
  min-width: 25%;
}
.global-event-types-container .et-container .event-cards-wrapper .event-cards.active {
  flex: 4.8;
  background-size: cover !important;
}
@media screen and (max-width: 768px) {
  .global-event-types-container .et-container .event-cards-wrapper .event-cards.active {
    flex: 6.95;
  }
}
.global-event-types-container .et-container .event-cards-wrapper .event-cards.active .et-heading {
  transform: none;
}
@media screen and (max-width: 768px) {
  .global-event-types-container .et-container .event-cards-wrapper .event-cards.active .et-heading {
    top: 8px;
    left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .global-event-types-container .et-container .event-cards-wrapper .event-cards.active .et-heading {
    bottom: 260px;
    left: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .global-event-types-container .et-container .event-cards-wrapper .event-cards.active .et-heading {
    bottom: 240px;
    left: 20px !important;
  }
}
.global-event-types-container .et-container .event-cards-wrapper .event-cards.active .et-content.active {
  opacity: 1;
}
.global-event-types-container .et-container .event-cards-wrapper .event-cards.active .et-content.active button {
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  .global-event-types-container .et-container .event-cards-wrapper .event-cards.active .et-content {
    display: block;
  }
}
.global-event-types-container .et-container .event-cards-wrapper .event-cards:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.global-event-types-container .et-container .event-cards-wrapper .event-cards:first-child .et-heading {
  left: 10px;
}
@media screen and (max-width: 768px) {
  .global-event-types-container .et-container .event-cards-wrapper .event-cards:first-child .et-heading {
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .global-event-types-container .et-container .event-cards-wrapper .event-cards:first-child {
    border-radius: 0;
  }
}
.global-event-types-container .et-container .event-cards-wrapper .event-cards:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.global-event-types-container .et-container .event-cards-wrapper .event-cards:last-child .et-heading {
  left: 10px;
}
@media screen and (max-width: 768px) {
  .global-event-types-container .et-container .event-cards-wrapper .event-cards:last-child .et-heading {
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .global-event-types-container .et-container .event-cards-wrapper .event-cards:last-child {
    border-radius: 0;
  }
}
.global-event-types-container .et-container .event-cards-wrapper .event-cards .et-heading {
  font-family: var(--font-heavy);
  position: absolute;
  bottom: 200px;
  left: 20px;
  color: white;
  font-size: 48px;
  line-height: 58px;
  transform: rotate(-90deg);
  transition: .5s ease all;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .global-event-types-container .et-container .event-cards-wrapper .event-cards .et-heading {
    transform: rotate(0deg);
    bottom: 30px !important;
    font-size: 24px;
    line-height: 32px;
    height: fit-content;
  }
}
@media screen and (min-width: 1440px) and (max-width: 2560px) {
  .global-event-types-container .et-container .event-cards-wrapper .event-cards .et-heading {
    bottom: 240px;
    left: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .global-event-types-container .et-container .event-cards-wrapper .event-cards .et-heading {
    bottom: 240px;
    left: 20px;
  }
}
.global-event-types-container .et-container .event-cards-wrapper .event-cards .et-content {
  position: absolute;
  bottom: 28px;
  left: 20px;
  max-width: 92%;
  opacity: 0;
  font-size: 24px;
  color: white;
}
@media screen and (max-width: 768px) {
  .global-event-types-container .et-container .event-cards-wrapper .event-cards .et-content {
    max-width: 82%;
    display: none;
  }
}
.global-event-types-container .et-container .event-cards-wrapper .event-cards .et-content .et-content-desc {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .global-event-types-container .et-container .event-cards-wrapper .event-cards .et-content .et-content-desc {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .global-event-types-container .et-container .event-cards-wrapper .event-cards .et-content .et-content-desc {
    font-size: 18px;
    line-height: 20px;
  }
}
.global-event-types-container .et-container .event-cards-wrapper .event-cards .et-content .et-content-footer {
  display: flex;
  align-items: center;
  gap: 10px;
}
.global-event-types-container .et-container .event-cards-wrapper .event-cards .et-content .et-content-footer button {
  border: none;
  background: linear-gradient(95.69deg, #ac0000 0, #ff0000 26.35%, #ff3b3b 50.83%, #ff0000 72.71%, #ff0000 100%);
  color: white;
  padding: 12px 32px;
  font-size: 20px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .global-event-types-container .et-container .event-cards-wrapper .event-cards .et-content .et-content-footer button {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 28px;
    pointer-events: none;
  }
}
.global-event-types-container .et-container .event-cards-wrapper .event-cards .et-content .et-content-footer .et-event-number {
  margin: 0;
  font-size: 18px;
  color: white;
}
.global-event-types-container .et-container .description-cards-container {
  transition: max-height 0.4s ease-out;
  max-height: 0;
  background-color: #fff;
  box-shadow: 0 18px 88px -4px rgba(24, 39, 75, 0.14), 0 8px 28px -6px rgba(24, 39, 75, 0.12);
  padding: 36px 16px 16px 16px;
  border-radius: 12px;
  position: relative;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .global-event-types-container .et-container .description-cards-container {
    border-radius: 0;
    box-shadow: none;
    padding: 36px 0 16px 0;
  }
}
.global-event-types-container .et-container .description-cards-container .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 10px;
}
.global-event-types-container .et-container .description-cards-container .description-cards-wrapper {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  opacity: 0;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 768px) {
  .global-event-types-container .et-container .description-cards-container .description-cards-wrapper {
    grid-template-columns: 1fr;
  }
}
.global-event-types-container .et-container .description-cards-container .description-cards-wrapper .description-card {
  width: fit-content;
  border-radius: 16px;
  box-shadow: 0 18px 88px -4px rgba(24, 39, 75, 0.14), 0 8px 28px -6px rgba(24, 39, 75, 0.12);
  background-color: #fff;
  min-height: 386px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .global-event-types-container .et-container .description-cards-container .description-cards-wrapper .description-card {
    border-radius: 0;
    margin: 0 auto;
  }
}
.global-event-types-container .et-container .description-cards-container .description-cards-wrapper .description-card .event-card-contents {
  padding: 10px;
}
.global-event-types-container .et-container .description-cards-container .description-cards-wrapper .description-card img {
  border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 768px) {
  .global-event-types-container .et-container .description-cards-container .description-cards-wrapper .description-card img {
    border-radius: 0;
  }
}
.global-event-types-container .et-container .event-popup-container {
  margin: 32px 0;
  padding: 0 20px;
}
.global-event-types-container .et-container .event-popup-container .event-heading {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.global-event-types-container .et-container .event-popup-container .event-description {
  text-align: center;
}
.global-event-types-container .et-container .event-popup-container .events-text-image-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 32px 40px 40px 40px;
}
@media screen and (max-width: 768px) {
  .global-event-types-container .et-container .event-popup-container .events-text-image-container {
    grid-template-columns: 1fr 1fr;
    margin: 16px 0;
  }
}
.global-event-types-container .et-container .event-popup-container .events-text-image-container .event-text-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.global-event-types-container .et-container .event-popup-container .events-text-image-container .event-text-image img {
  width: 80px;
  height: 80px;
}
.global-event-types-container .et-container .event-popup-container .events-text-image-container .event-text-image .content-heading {
  font-size: 16px;
  font-weight: 600;
}
.global-event-types-container .et-container .event-popup-container .event-footer {
  border-top: 1px solid;
  padding: 18px 40px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .global-event-types-container .et-container .event-popup-container .event-footer {
    padding: 8px 0 0;
  }
}
.global-event-types-container .et-container .event-popup-container .event-footer .event-register-footer-title {
  color: #303030;
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .global-event-types-container .et-container .event-popup-container .event-footer .event-register-footer-title {
    font-size: 16px;
    line-height: 18px;
  }
}
.global-event-types-container .et-container .event-popup-container .event-footer button {
  width: 198px;
  font-size: 20px;
  line-height: 1.4;
  padding: 8.5px 32px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  position: relative;
  background: linear-gradient(135deg, #ac0000 0, #ff0000 26.35%, #ff3b3b 50.83%, #ff0000 72.71%, #ff0000 100%);
}
@media screen and (max-width: 768px) {
  .global-event-types-container .et-container .event-popup-container .event-footer button {
    font-size: 16px;
    line-height: 18px;
    padding: 8px;
    width: 148px;
  }
}
.global-event-types-container .ride-events-register-form .form-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.5);
}
.global-event-types-container .ride-events-register-form .form-modal .modal-container {
  margin: auto;
  margin-top: 10%;
  min-width: 80%;
  max-width: 80%;
  border-radius: 12px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .global-event-types-container .ride-events-register-form .form-modal .modal-container {
    height: 80%;
  }
}
.global-event-types-container .ride-events-register-form .form-modal .modal-container .modal-content {
  position: relative;
  border-radius: 12px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.global-event-types-container .ride-events-register-form .form-modal .modal-container .modal-content::-webkit-scrollbar {
  width: none;
}
@media screen and (max-width: 768px) {
  .global-event-types-container .ride-events-register-form .form-modal .modal-container .modal-content {
    overflow-y: scroll;
    max-height: 750px;
    height: 100%;
  }
}
.global-event-types-container .ride-events-register-form .form-modal .modal-container .modal-content .modal-title {
  text-align: center;
  font-size: 32px;
  color: #303030;
  padding: 16px 0;
}
.global-event-types-container .ride-events-register-form .form-modal .modal-container .modal-content .modal-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  background-color: transparent;
}
.global-event-types-container .ride-events-register-form .form-modal .modal-container .modal-content .modal-form .form-container .events-registration-form {
  padding: 16px;
}
.global-event-types-container .ride-events-register-form .form-modal .modal-container .modal-content .modal-form .form-container .events-registration-form .row {
  gap: 8px 0;
}
@media screen and (max-width: 768px) {
  .global-event-types-container .ride-events-register-form .form-modal .modal-container .modal-content .modal-form .form-container .events-registration-form .row {
    gap: 4px;
  }
}
.global-event-types-container .ride-events-register-form .form-modal .modal-container .modal-content .modal-form .form-container .events-registration-form .form-group {
  position: relative;
}
.global-event-types-container .ride-events-register-form .form-modal .modal-container .modal-content .modal-form .form-container .events-registration-form .form-group .global-select {
  display: block;
  width: 100%;
  height: 48px;
  border: 1px solid #ced4da;
  border-radius: 8px;
  color: #495057;
  padding: .375rem .75rem;
  background-color: #fff;
}
.global-event-types-container .ride-events-register-form .form-modal .modal-container .modal-content .modal-form .form-container .events-registration-form .form-group .global-select option {
  text-transform: capitalize;
}
.global-event-types-container .ride-events-register-form .form-modal .modal-container .modal-content .modal-form .form-container .events-registration-form .form-group .error-message,
.global-event-types-container .ride-events-register-form .form-modal .modal-container .modal-content .modal-form .form-container .events-registration-form .form-group .validate--message,
.global-event-types-container .ride-events-register-form .form-modal .modal-container .modal-content .modal-form .form-container .events-registration-form .form-group .invalid-number {
  margin: 0 0 0 6px;
  color: red;
  position: absolute;
}
.global-event-types-container .ride-events-register-form .form-modal .modal-container .modal-content .modal-form .form-container .events-registration-form .form-group .floating-label {
  top: 0.6rem;
  position: relative;
  left: 12px;
  padding: 0 4px;
  z-index: 10;
  background-color: #fff;
}
.global-event-types-container .ride-events-register-form .form-modal .modal-container .modal-content .modal-form .form-container .events-registration-form .form-group .floating-label.required::after {
  content: '*';
  color: red;
}
.global-event-types-container .ride-events-register-form .form-modal .modal-container .modal-content .modal-form .form-container .events-registration-form .form-group input {
  display: block;
  width: 100%;
  height: 48px;
  font-family: var(--font-transducer-regular);
  padding: .375rem .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: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.global-event-types-container .ride-events-register-form .form-modal .modal-container .modal-content .modal-footer {
  border: none;
  display: flex;
  flex-direction: column;
}
.global-event-types-container .ride-events-register-form .form-modal .modal-container .modal-content .modal-footer .checkbox--wrap .control-checkbox {
  display: flex;
  align-items: center;
}
.global-event-types-container .ride-events-register-form .form-modal .modal-container .modal-content .modal-footer .checkbox--wrap .control-checkbox #consentcheck {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.global-event-types-container .ride-events-register-form .form-modal .modal-container .modal-content .modal-footer .checkbox--wrap .control-checkbox .campaign-form-richtext {
  margin-left: 8px;
}
.global-event-types-container .ride-events-register-form .form-modal .modal-container .modal-content .modal-footer button {
  padding: 10px 32px;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 auto;
  border-radius: 4px;
  background: linear-gradient(135deg, #ac0000 0, #ff0000 26.35%, #ff3b3b 50.83%, #ff0000 72.71%, #ff0000 100%);
  text-transform: uppercase;
  font-family: var(--font-transducer-regular);
  color: #fff;
  border: 0;
  margin-top: 16px;
}
.global-event-types-container .ride-events-register-form .form-modal .modal-container .modal-content .modal-footer button:disabled {
  background: silver;
}
.global-event-types-container .global-events-register.success-container,
.global-event-types-container .global-events-register.error-container {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
}
.global-event-types-container .global-events-register.success-container .popup-items,
.global-event-types-container .global-events-register.error-container .popup-items {
  height: 94%;
  max-height: 540px;
  margin: 0 auto;
  background: var(--secondary-color-100);
  box-shadow: 0 0 10px #000;
  display: flex;
  width: 100%;
  border-radius: 0;
  max-width: 540px;
  position: relative;
}
.global-event-types-container .global-events-register.success-container .popup-items .popup-content,
.global-event-types-container .global-events-register.error-container .popup-items .popup-content {
  padding: 50px 0 30px 0;
  overflow: hidden;
  flex: 1;
  align-items: center;
  text-align: center !important;
}
.global-event-types-container .global-events-register.success-container .popup-items .popup-content .close-icon,
.global-event-types-container .global-events-register.error-container .popup-items .popup-content .close-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  padding: 2px;
  z-index: 99;
  border: none;
  background: transparent;
}
.global-event-types-container .global-events-register.success-container .popup-items .popup-content h2,
.global-event-types-container .global-events-register.error-container .popup-items .popup-content h2 {
  margin-bottom: 24px;
}
.global-event-types-container .global-events-register.success-container .popup-items .popup-content p,
.global-event-types-container .global-events-register.error-container .popup-items .popup-content p {
  font-size: 18px;
}
.slick-slide {
  margin: 0 8px;
}
.slick-list {
  margin: 0 -8px;
}

.destini-standout {
  padding: 60px 56px;
  background-color: #F3F3F3;
  font-family: var(--font-transducer-regular);
  min-height: 569px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .destini-standout {
    padding: 20px;
    min-height: unset;
  }
}
.destini-standout .bottom-img {
  position: absolute;
  left: 0;
  bottom: 36px;
}
@media screen and (max-width: 768px) {
  .destini-standout .bottom-img {
    bottom: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .destini-standout .bottom-img {
    bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .destini-standout {
    padding: 28px 16px;
  }
}
.destini-standout .standout-upper-wrap {
  display: flex;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-upper-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 12px;
  }
}
.destini-standout .standout-upper-wrap .upper-divs {
  max-height: 246px;
  background-color: #FFFFFF;
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 88% 100%, 0% 100%, 0% 0%);
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .destini-standout .standout-upper-wrap .upper-divs {
    max-height: 196px;
  }
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-upper-wrap .upper-divs {
    max-height: unset;
    min-width: unset;
    flex: 1 1 calc(23.33%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 88%, 88% 100%, 0% 100%, 0% 0%);
  }
}
.destini-standout .standout-upper-wrap .upper-divs.left {
  padding: 22px 90px 19px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-upper-wrap .upper-divs.left {
    padding: 12px 20px 12px 12px;
    order: 2;
    flex: none;
  }
}
@media screen and (max-width: 1300px) {
  .destini-standout .standout-upper-wrap .upper-divs.left {
    padding: 12px 20px 12px 12px;
  }
}
.destini-standout .standout-upper-wrap .upper-divs.left .card-container {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  padding: 0 28px 28px 28px;
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-upper-wrap .upper-divs.left .card-container {
    padding: 0;
    flex-direction: column;
    margin-top: 16px;
  }
}
.destini-standout .standout-upper-wrap .upper-divs.left .card-container .cards {
  background-color: #F3F3F3;
  padding: 12px 16px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-upper-wrap .upper-divs.left .card-container .cards {
    padding: 5px 11px;
  }
}
.destini-standout .standout-upper-wrap .upper-divs.left .card-container .cards div {
  margin-top: 8px;
}
@media screen and (max-width: 1300px) {
  .destini-standout .standout-upper-wrap .upper-divs.left .card-container .cards div {
    font-size: 12px;
    line-height: 16px;
  }
}
.destini-standout .standout-upper-wrap .upper-divs.left .card-container .cards img {
  max-width: 25px;
  max-height: 25px;
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-upper-wrap .upper-divs.left .card-container .cards img {
    max-width: 18px;
    max-height: 18px;
  }
}
.destini-standout .standout-upper-wrap .upper-divs.left .heading-container {
  color: #27241F;
  font-size: 24px;
  padding: 0 32px;
}
@media screen and (max-width: 1300px) {
  .destini-standout .standout-upper-wrap .upper-divs.left .heading-container {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-upper-wrap .upper-divs.left .heading-container {
    padding: 0;
    font-size: 14px;
    line-height: 18px;
  }
}
.destini-standout .standout-upper-wrap .upper-divs.left .heading-container h2,
.destini-standout .standout-upper-wrap .upper-divs.left .heading-container h1,
.destini-standout .standout-upper-wrap .upper-divs.left .heading-container h3 {
  font-family: var(--font-transducer-regular);
}
@media screen and (max-width: 1300px) {
  .destini-standout .standout-upper-wrap .upper-divs.left .heading-container h2,
  .destini-standout .standout-upper-wrap .upper-divs.left .heading-container h1,
  .destini-standout .standout-upper-wrap .upper-divs.left .heading-container h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-upper-wrap .upper-divs.left .heading-container h2,
  .destini-standout .standout-upper-wrap .upper-divs.left .heading-container h1,
  .destini-standout .standout-upper-wrap .upper-divs.left .heading-container h3 {
    padding: 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
  }
}
.destini-standout .standout-upper-wrap .upper-divs.center {
  padding-top: 16px;
  background-color: #F3F3F3;
  text-align: center;
  position: relative;
  background: radial-gradient(107.71% 106.14% at 50.03% 107.34%, #9c7977 0%, #ffc8b5 21.4%, #7f708c 44.4%, #0e225e 72.4%, #061a28 100%);
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-upper-wrap .upper-divs.center {
    width: 100%;
    order: -1;
    padding: 12px;
    flex: none;
    grid-column: span 2;
    position: relative;
    clip-path: polygon(0% 0%, 100% 0%, 100% 74%, 90% 100%, 0% 100%, 0% 0%);
  }
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-upper-wrap .upper-divs.center .bike-img {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.destini-standout .standout-upper-wrap .upper-divs.center .heading-container {
  color: #fff;
  text-align: center;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-upper-wrap .upper-divs.center .heading-container {
    text-align: left;
  }
}
@media screen and (max-width: 1300px) {
  .destini-standout .standout-upper-wrap .upper-divs.center .heading-container {
    font-size: 24px;
    line-height: 28px;
  }
}
.destini-standout .standout-upper-wrap .upper-divs.center .heading-container h1,
.destini-standout .standout-upper-wrap .upper-divs.center .heading-container h2,
.destini-standout .standout-upper-wrap .upper-divs.center .heading-container h3,
.destini-standout .standout-upper-wrap .upper-divs.center .heading-container h4 {
  font-weight: 600;
}
.destini-standout .standout-upper-wrap .upper-divs.right {
  padding: 22px 0 28px 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-upper-wrap .upper-divs.right {
    padding: 12px 12px 37px 12px;
    flex: none;
    order: 3;
  }
}
.destini-standout .standout-upper-wrap .upper-divs.right .flex-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.destini-standout .standout-upper-wrap .upper-divs.right .heading-container {
  color: #27241F;
  text-align: left;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  .destini-standout .standout-upper-wrap .upper-divs.right .heading-container {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-upper-wrap .upper-divs.right .heading-container {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }
}
.destini-standout .standout-upper-wrap .upper-divs.right .heading-container h2,
.destini-standout .standout-upper-wrap .upper-divs.right .heading-container h1,
.destini-standout .standout-upper-wrap .upper-divs.right .heading-container h3 {
  font-family: var(--font-transducer-regular);
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-upper-wrap .upper-divs.right .heading-container h2,
  .destini-standout .standout-upper-wrap .upper-divs.right .heading-container h1,
  .destini-standout .standout-upper-wrap .upper-divs.right .heading-container h3 {
    padding: 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
  }
}
.destini-standout .standout-upper-wrap .upper-divs.right .img-text-container {
  margin-top: 26px;
  color: #27241F;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 1300px) {
  .destini-standout .standout-upper-wrap .upper-divs.right .img-text-container {
    margin-top: 6px;
  }
}
.destini-standout .standout-upper-wrap .upper-divs.right .img-text-container div {
  margin-top: 14px;
}
.destini-standout .standout-upper-wrap .upper-divs.right .img-text-container img {
  max-width: 50px;
  max-height: 50px;
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-upper-wrap .upper-divs.right .img-text-container img {
    max-width: 40px;
    max-height: 40px;
  }
}
.destini-standout .standout-upper-wrap .upper-divs.right .right-bike-img {
  position: absolute;
  top: 28px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-upper-wrap .upper-divs.right .right-bike-img {
    top: 28px;
    width: 120px;
  }
}
.destini-standout .standout-lower-wrap {
  display: flex;
  gap: 24px;
  margin-top: 24px;
  margin: 24px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.destini-standout .standout-lower-wrap::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-lower-wrap {
    margin-bottom: 38px;
    gap: 14px;
    margin: 14px 0 32px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.destini-standout .standout-lower-wrap .lower-divs {
  width: 100%;
  background-color: #fff;
  position: relative;
  max-height: 286px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 69%, 89% 100%, 0% 100%, 0% 0%);
}
@media screen and (max-width: 1300px) {
  .destini-standout .standout-lower-wrap .lower-divs {
    max-height: 216px;
  }
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-lower-wrap .lower-divs {
    width: 100%;
    min-width: unset;
    max-height: unset;
    clip-path: polygon(0% 0%, 100% 0%, 100% 88%, 84% 100%, 0% 100%, 0% 0%);
    min-width: 273px;
  }
}
.destini-standout .standout-lower-wrap .lower-divs.left {
  padding: 28px 0 28px 32px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-lower-wrap .lower-divs.left {
    flex-direction: column;
    padding: 16px 0 0 16px;
  }
}
.destini-standout .standout-lower-wrap .lower-divs.left .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.destini-standout .standout-lower-wrap .lower-divs.left .content-wrap .heading-container {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-lower-wrap .lower-divs.left .content-wrap .heading-container {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
  }
}
.destini-standout .standout-lower-wrap .lower-divs.left .content-wrap .cards-container {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-lower-wrap .lower-divs.left .content-wrap .cards-container {
    flex-direction: column;
    gap: 10px;
  }
}
.destini-standout .standout-lower-wrap .lower-divs.left .content-wrap .cards-container .cards img {
  max-width: 50px;
  max-height: 50px;
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-lower-wrap .lower-divs.left .content-wrap .cards-container .cards img {
    max-width: 40px;
    max-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-lower-wrap .lower-divs.left .content-wrap .cards-container .cards {
    display: flex;
    align-items: center;
  }
}
.destini-standout .standout-lower-wrap .lower-divs.left .content-wrap .cards-container .cards div {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-lower-wrap .lower-divs.left .content-wrap .cards-container .cards div {
    font-size: 13px;
    margin: 0;
  }
}
@media screen and (max-width: 1300px) {
  .destini-standout .standout-lower-wrap .lower-divs.left .content-wrap .cards-container .cards div {
    font-size: 14px;
    line-height: 16px;
  }
}
.destini-standout .standout-lower-wrap .lower-divs.left .positioned-img {
  display: block;
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-lower-wrap .lower-divs.left .positioned-img {
    width: 216px;
    align-self: end;
  }
}
.destini-standout .standout-lower-wrap .lower-divs.right {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-lower-wrap .lower-divs.right {
    flex-direction: column;
    gap: 8px;
    padding-bottom: 160px;
  }
}
.destini-standout .standout-lower-wrap .lower-divs.right .content-wrapper {
  padding: 28px 0 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-lower-wrap .lower-divs.right .content-wrapper {
    padding: 16px 0 0 16px;
  }
}
.destini-standout .standout-lower-wrap .lower-divs.right .content-wrapper .heading-container {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-lower-wrap .lower-divs.right .content-wrapper .heading-container {
    font-size: 18px;
  }
}
.destini-standout .standout-lower-wrap .lower-divs.right .content-wrapper .cards-container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-lower-wrap .lower-divs.right .content-wrapper .cards-container {
    flex-direction: column;
    gap: 10px;
  }
}
.destini-standout .standout-lower-wrap .lower-divs.right .content-wrapper .cards-container .cards {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-lower-wrap .lower-divs.right .content-wrapper .cards-container .cards {
    display: flex;
    align-items: center;
  }
}
.destini-standout .standout-lower-wrap .lower-divs.right .content-wrapper .cards-container .cards img {
  max-width: 60px;
  max-height: 60px;
}
.destini-standout .standout-lower-wrap .lower-divs.right .content-wrapper .cards-container .cards div {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-lower-wrap .lower-divs.right .content-wrapper .cards-container .cards div {
    font-size: 13px;
    margin: 0;
  }
}
.destini-standout .standout-lower-wrap .lower-divs.right .console-img {
  max-width: 245px;
}
@media screen and (max-width: 768px) {
  .destini-standout .standout-lower-wrap .lower-divs.right .console-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -180px;
    width: 100%;
    box-sizing: border-box;
    max-width: unset;
  }
}

.product-event-shorts {
  padding: 0 0 80px 29px !important;
  margin: auto !important;
  background: #F3F3F3;
  font-family: var(--font-transducer-regular);
  clip-path: polygon(33% 66px, 100% -82%, 100% 100%, 0% 100%, 0% 66px);
}
@media (min-width: 768px) and (max-width: 1281px) {
  .product-event-shorts {
    padding: 0 0 20px 20px !important;
    clip-path: polygon(33% 30px, 100% -82%, 100% 100%, 0% 100%, 0% 30px);
  }
}
.product-event-shorts .slick-slide {
  padding: 40px 0 0 60px;
  position: relative;
}
@media (max-width: 768px) {
  .product-event-shorts .slick-slide {
    padding: 22px 0 0 30px;
  }
  .product-event-shorts .slick-slide:after {
    content: url('../../../content/dam/europe-product-page/multi-video/red%20line.svg');
    position: absolute;
    left: 10px !important;
    top: -40px !important;
  }
}
.product-event-shorts .slick-slide:not(:first-of-type):after {
  content: url('../../../content/dam/europe-product-page/multi-video/red%20line.svg');
  position: absolute;
  top: 0;
  left: 30px;
}
.product-event-shorts .slick-slide div {
  margin: 0px 15px 0px 7px;
}
.product-event-shorts .slick-list {
  padding-left: 0px !important;
}
.product-event-shorts .video-det {
  width: 100%;
  padding: 28px;
  color: #fff;
}
@media (max-width: 1281px) {
  .product-event-shorts .video-det {
    padding: 28px 0 28px 0;
  }
}
.product-event-shorts .video-det p {
  font-family: var(--font-transducer-regular);
  font-size: 64px;
  font-weight: 500;
  text-align: left;
  color: #303030;
}
@media (max-width: 768px) {
  .product-event-shorts .video-det p {
    font-size: 44px;
  }
}
@media (min-width: 768px) and (max-width: 1281px) {
  .product-event-shorts .video-det p {
    font-size: 44px;
  }
}
.product-event-shorts .evts-slider {
  width: 305px;
  height: 407px;
  overflow: hidden;
  cursor: pointer;
  clip-path: polygon(0% 0%, 100% 0%, 100% 77.51%, 86.48% 100%, 0% 100%, 0% 0%);
}
@media (min-width: 768px) and (max-width: 1281px) {
  .product-event-shorts .evts-slider {
    height: 307px;
  }
}
.product-event-shorts .evts-slider .f-header {
  padding-top: 120px;
}
@media (min-width: 768px) and (max-width: 1281px) {
  .product-event-shorts .evts-slider .f-header {
    padding-top: 60px;
  }
}
.product-event-shorts .evts-slider .f-header p {
  font-family: var(--font-transducer-regular);
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: uppercase;
  display: inline;
}
@media (min-width: 768px) and (max-width: 1281px) {
  .product-event-shorts .evts-slider .f-header p {
    font-size: 24px;
    line-height: 120%;
  }
}
.product-event-shorts .evts-slider .f-header span {
  font-family: var(--font-transducer-regular);
  font-weight: 700;
  text-transform: uppercase;
}
.product-event-shorts .evts-slider video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-event-shorts .slick-prev {
  font-family: "T-Star Pro";
  width: 48px;
  position: absolute;
  height: 48px;
  font-size: 28px;
  background-color: #414141;
  z-index: 1;
  top: 14%;
  right: 100px;
  border: 2px solid #414141;
  border-radius: 50%;
  color: #fff;
}
@media (max-width: 768px) {
  .product-event-shorts .slick-prev {
    top: 11%;
    right: 100px;
  }
}
.product-event-shorts .slick-prev.slick-disabled {
  opacity: 0.5;
}
.product-event-shorts .slick-next {
  font-family: "T-Star Pro";
  position: absolute;
  color: #fff;
  width: 48px;
  height: 48px;
  font-size: 28px;
  background-color: #414141;
  z-index: 1;
  top: 14%;
  right: 30px;
  border: 2px solid #414141;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .product-event-shorts .slick-next {
    top: 11%;
    right: 30px;
  }
}
.product-event-shorts .slick-next.slick-disabled {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .product-event-shorts {
    padding: 80px 29px 80px 29px !important;
  }
}
@media (max-width: 768px) {
  .product-event-shorts {
    padding: 0px 0px 46px 8px !important;
  }
  .product-event-shorts .slick-slide div {
    margin: 0px 12px 0px 3px;
  }
  .product-event-shorts .evts-slider {
    height: 407px;
    margin: 0px 8px;
    padding-right: 20px;
  }
  .product-event-shorts .evts-slider .video-det {
    padding: 16px;
  }
  .product-event-shorts .evts-slider .video-det p {
    font-size: 14px;
    line-height: 19.6px;
  }
  .product-event-shorts .slick-list {
    padding-left: 0px !important;
  }
}
.product-event-shorts-modified {
  padding: 0px 29px 80px 29px !important;
}
@media (max-width: 768px) {
  .product-event-shorts-modified {
    padding: 16px 0px 16px 8px !important;
  }
}
.desk-car {
  display: block;
}
@media (max-width: 768px) {
  .desk-car {
    display: none;
  }
}
.mob-car {
  display: none;
  clip-path: polygon(43% 4%, 66% 0, 100% 0, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0 4%);
}
@media (max-width: 768px) {
  .mob-car {
    display: block;
    background: #f3f3f3;
  }
  .mob-car .m-header {
    padding-top: 50px;
    margin-bottom: -38px;
  }
  .mob-car .m-header p {
    font-family: var(--font-transducer-regular);
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 0%;
    text-transform: uppercase;
    top: 0;
    padding: 0 20px;
  }
  .mob-car .m-header p,
  .mob-car .m-header span {
    font-family: var(--font-transducer-regular);
    font-weight: 700;
    text-transform: uppercase;
  }
}

.mg-container {
  margin: 85px 0px;
  background: #fff;
}
@media (max-width: 1600px) {
  .mg-container {
    margin: 32px 0;
  }
}
.mg-container .mg-carousel .nullify-transition {
  transition: none !important;
}
.mg-container .mg-carousel .mg-car-item {
  margin: 0px 6px;
}
.mg-container .mg-carousel .mg-first-var {
  display: flex;
  gap: 12px;
}
.mg-container .mg-carousel .mg-first-var .mg-fv-full-img img {
  max-width: 504px;
  max-height: 504px;
}
.mg-container .mg-carousel .mg-first-var .mg-fv-multi-img {
  display: flex;
  gap: 12px;
}
.mg-container .mg-carousel .mg-first-var .mg-fv-multi-img .mg-fv-multi-row1,
.mg-container .mg-carousel .mg-first-var .mg-fv-multi-img .mg-fv-multi-row2 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mg-container .mg-carousel .mg-first-var .mg-fv-multi-img .mg-fv-multi-row1 img,
.mg-container .mg-carousel .mg-first-var .mg-fv-multi-img .mg-fv-multi-row2 img {
  max-width: 246px;
  max-height: 246px;
}
.mg-container .mg-carousel .mg-second-var {
  display: flex;
  gap: 12px;
}
.mg-container .mg-carousel .mg-second-var .mg-sv-multi-img1 .mg-sv-multi-row1 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mg-container .mg-carousel .mg-second-var .mg-sv-multi-img1 .mg-sv-multi-row1 img {
  max-width: 246px;
  max-height: 246px;
}
.mg-container .mg-carousel .mg-second-var .mg-sv-full-img img {
  max-width: 504px;
  max-height: 504px;
}
.mg-container .mg-carousel .mg-second-var .mg-sv-multi-img2 .mg-sv-multi-row2 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mg-container .mg-carousel .mg-second-var .mg-sv-multi-img2 .mg-sv-multi-row2 img {
  max-width: 246px;
  max-height: 246px;
}
.mg-container .mg-carousel .mg-third-var {
  display: flex;
  gap: 12px;
}
.mg-container .mg-carousel .mg-third-var .mg-sv-single-img1 .mg-sv-single-row1 {
  display: flex;
  gap: 12px;
}
.mg-container .mg-carousel .mg-third-var .mg-sv-single-img1 .mg-sv-single-row1 img {
  max-width: 246px;
  height: 504px;
}
@media (max-width: 1600px) {
  .mg-container .mg-carousel .mg-third-var .mg-sv-single-img1 .mg-sv-single-row1 img {
    height: 404px;
  }
}
.mg-container .mg-carousel .mg-third-var .mg-tv-full-img img {
  max-width: 504px;
  max-height: 504px;
  clip-path: polygon(30% 0%, 100% 0, 100% 30%, 100% 84%, 85% 100%, 0 100%, 0% 70%, 0 0);
}
@media (max-width: 1600px) {
  .mg-container .mg-carousel .mg-third-var .mg-tv-full-img img {
    max-height: 404px;
    max-width: 404px;
  }
}
.mg-container .mg-carousel .mg-third-var .mg-tv-multi-img2 .mg-tv-multi-row2 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mg-container .mg-carousel .mg-third-var .mg-tv-multi-img2 .mg-tv-multi-row2 img {
  max-width: 246px;
  max-height: 246px;
}
@media (max-width: 1600px) {
  .mg-container .mg-carousel .mg-third-var .mg-tv-multi-img2 .mg-tv-multi-row2 img {
    max-height: 196px;
    max-width: 196px;
  }
}
.mg-container .mg-carousel .mg-third-var .mg-tv-multi-img2 .mg-tv-multi-row2 > *:nth-child(1) img {
  clip-path: polygon(30% 0%, 100% 0, 100% 30%, 100% 84%, 85% 100%, 0 100%, 0% 70%, 0 0);
}
.mg-container .show {
  z-index: 999;
  position: absolute;
  display: none;
}
.mg-container .show .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.66);
  position: fixed;
  top: 0;
  left: 0;
}
.mg-container .show .img-show {
  width: 585px;
  height: 586px;
  background: transparent;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .mg-container .show .img-show {
    margin: 0px auto;
    width: 92%;
    min-width: 328px;
    height: auto;
    min-height: 346px;
  }
}
.mg-container .show .img-show .prev-button {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 35px;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0.7;
  background: grey;
  color: black;
  border: none;
  box-shadow: none;
  font-size: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  line-height: 30px;
}
.mg-container .show .img-show .prev-button:disabled {
  pointer-events: none;
  opacity: 0.3;
}
.mg-container .show .img-show .next-button {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: 10px;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0.7;
  background: grey;
  color: black;
  border: none;
  box-shadow: none;
  font-size: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  line-height: 30px;
}
.mg-container .show .img-show .next-button:disabled {
  pointer-events: none;
  opacity: 0.3;
}
.mg-container .desk {
  display: block;
}
@media (max-width: 768px) {
  .mg-container .desk {
    display: none;
  }
}
.mg-container .mob {
  display: none;
}
@media (max-width: 768px) {
  .mg-container .mob {
    display: block;
  }
}
.mg-container .closeIcon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 28px;
  right: 40px;
  z-index: 99;
  background: transparent;
  border: none;
  padding: 0;
}
@media (max-width: 768px) {
  .mg-container .closeIcon {
    top: 15%;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
.mg-container .closeIcon .closeImg {
  width: 40px;
  height: 40px;
}
.mg-container .downloadIcon {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 99;
  cursor: pointer;
  padding: 0;
  border: none;
  background: transparent;
}
.mg-container .downloadIcon .downloadImg {
  width: 40px;
  height: 40px;
}
.mg-container .img-show .popupimg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mg-container .animate-popup-add {
  animation: animatebottom .5s;
}
.mg-container .animate-popup-remove {
  animation: animatebottomRemove .5s;
}
@keyframes animatebottom {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes animatebottomRemove {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
}

@keyframes slide-fade-in {
  from {
    bottom: -60px;
    opacity: 0;
    visibility: visible;
  }
  to {
    bottom: 0;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade-position-opacity {
  from {
    opacity: 0;
    transform: translateX(-50%) scale(1.4);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) scale(1.4);
  }
}
@keyframes fade-position-opacity-mobile {
  from {
    opacity: 0;
    transform: translateX(-50%) scale(1.4);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) scale(1.4);
  }
}
@keyframes scale-down {
  from {
    transform: translateX(-50%) scale(1.4);
  }
  to {
    transform: translateX(-50%) scale(1);
  }
}
@keyframes image-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes image-scale-down {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
.global-specifications-section {
  padding: 26px 56px 150px;
  font-family: var(--font-transducer-regular);
  position: relative;
}
@media screen and (max-width: 768px) {
  .global-specifications-section {
    display: flex;
    flex-direction: column;
    padding: 20px;
    height: 605px;
    margin-bottom: 20px;
    background: linear-gradient(to bottom, #f2f2f2 0%, #d9d9d9 100%);
    overflow: hidden;
  }
}
@media screen and (max-width: 1281px) {
  .global-specifications-section {
    padding-top: 0;
  }
}
.global-specifications-section .xoom-background-img {
  position: absolute;
  width: 100%;
  left: -2px;
  height: 100%;
  top: 0;
  opacity: 0;
  transform: scale(1.2);
}
.global-specifications-section .xoom-background-img.animate {
  animation: image-fade-in 1s ease-in-out forwards, image-scale-down 1s ease-in-out 1s forwards;
}
.global-specifications-section .mobile-divider {
  display: none;
}
@media screen and (max-width: 768px) {
  .global-specifications-section .mobile-divider {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 33%;
    width: 100%;
  }
}
.global-specifications-section .image-animate-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  height: 500px;
}
@media screen and (max-width: 1600px) {
  .global-specifications-section .image-animate-wrap {
    height: 400px;
  }
}
@media screen and (max-width: 1281px) {
  .global-specifications-section .image-animate-wrap {
    height: 350px;
  }
}
.global-specifications-section .image-animate-wrap img {
  max-width: 650px;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(1.4);
  opacity: 0;
}
.global-specifications-section .image-animate-wrap img.animate {
  animation: fade-position-opacity 1s ease-out forwards, scale-down 0.5s ease-out 2s forwards;
}
@media screen and (max-width: 768px) {
  .global-specifications-section .image-animate-wrap img.animate {
    animation: fade-position-opacity-mobile 1s ease-out forwards, scale-down 0.5s ease-out 2s forwards;
  }
}
@media screen and (max-width: 1600px) {
  .global-specifications-section .image-animate-wrap img {
    width: 40%;
  }
}
@media screen and (max-width: 1281px) {
  .global-specifications-section .image-animate-wrap img {
    width: 38%;
  }
}
@media screen and (max-width: 768px) {
  .global-specifications-section .image-animate-wrap img {
    max-width: 500px;
    width: 90vw;
    bottom: -145px;
  }
}
.global-specifications-section .text-animate-wraps {
  position: absolute;
  display: flex;
  bottom: 0px;
  width: 100%;
  left: 0;
  align-items: center;
  justify-content: center;
  gap: 80px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 30%);
  padding: 55px 0;
  visibility: hidden;
}
.global-specifications-section .text-animate-wraps.animate {
  animation: slide-fade-in 1.5s ease-out 3.5s forwards;
}
@media screen and (max-width: 768px) {
  .global-specifications-section .text-animate-wraps {
    position: static;
    background: transparent;
  }
}
.global-specifications-section .text-animate-wraps .feature-text {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .global-specifications-section .text-animate-wraps .feature-text {
    position: absolute;
    top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 36px;
    text-align: center;
    gap: 47px;
  }
}
.global-specifications-section .text-animate-wraps .feature-text .feature-wrap .main-heading {
  font-size: 24px;
  line-height: 29.26px;
  color: #303030;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .global-specifications-section .text-animate-wraps .feature-text .feature-wrap .main-heading {
    font-size: 18px;
    font-weight: 600;
  }
}
.global-specifications-section .text-animate-wraps .feature-text .feature-wrap .sub-heading {
  font-size: 16px;
  line-height: 19.5px;
  color: #303030;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .global-specifications-section .text-animate-wraps .feature-text .feature-wrap .sub-heading {
    font-size: 12px;
    line-height: 100%;
    font-weight: 400;
  }
}
.global-specifications-section .text-animate-wraps .feature-ctas {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .global-specifications-section .text-animate-wraps .feature-ctas {
    width: 100%;
    justify-content: space-evenly;
    position: absolute;
    bottom: 40px;
    padding: 0 18px;
  }
}
.global-specifications-section .text-animate-wraps .feature-ctas .cta-first {
  display: flex;
  gap: 4px;
  color: rgba(0, 0, 0, 0);
  align-items: center;
}
.global-specifications-section .text-animate-wraps .feature-ctas .cta-first .cta-text {
  font-size: 14px;
  line-height: 24px;
  color: #ee2326;
  font-weight: 700;
}
.global-specifications-section .text-animate-wraps .feature-ctas .cta-second {
  display: flex;
  border-radius: 8px;
  border: 1px solid #ee2326;
  padding: 6px 8px 6px 12px;
  gap: 6px;
  align-items: center;
  cursor: pointer;
  background: transparent;
}
.global-specifications-section .text-animate-wraps .feature-ctas .cta-second .cta-text {
  font-size: 14px;
  line-height: 24px;
  color: #ee2326;
  font-weight: 700;
}
.global-specifications-section #specModal {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  .global-specifications-section #specModal .modal-dialog-centered {
    flex-direction: column;
    justify-content: flex-end;
    margin: 0;
  }
}
.global-specifications-section #specModal .specification-container {
  background: #fff;
  padding: 24px 48px;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .global-specifications-section #specModal .specification-container {
    padding: 24px 18px;
    height: 80%;
  }
}
.global-specifications-section #specModal .specification-container .modal-header {
  border: none !important;
  margin-bottom: 28px;
  padding: 0 !important;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border-bottom: none;
}
.global-specifications-section #specModal .specification-container .modal-header .spec-header {
  font-weight: 700;
  font-size: 32px;
  line-height: 38.4px;
  color: #000;
}
.global-specifications-section #specModal .specification-container .modal-header .close {
  cursor: pointer;
  border: none;
  background: transparent;
}
.global-specifications-section #specModal .specification-container .nav-tabs {
  border: none;
  min-height: 50px;
  flex-wrap: nowrap !important;
  overflow-x: scroll;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.global-specifications-section #specModal .specification-container .nav-tabs li {
  padding-right: 78px;
}
@media screen and (max-width: 991px) {
  .global-specifications-section #specModal .specification-container .nav-tabs li {
    padding-right: 20px;
  }
}
.global-specifications-section #specModal .specification-container .nav-tabs .tab-text a {
  color: #a5a5a5;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .global-specifications-section #specModal .specification-container .nav-tabs .tab-text a {
    font-size: 14px;
    line-height: 18px;
  }
}
.global-specifications-section #specModal .specification-container .nav-tabs .tab-text a.active {
  font-weight: 700;
  border-bottom: 3px solid #ee2326;
  color: #ee2326;
  padding-bottom: 3px;
}
.global-specifications-section #specModal .specification-container .tab-content {
  overflow-y: auto;
  padding: 0 !important;
  margin-right: -6px !important;
  display: block;
}
.global-specifications-section #specModal .specification-container .tab-content .tab-div table {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  caption-side: bottom;
  border-collapse: collapse;
}
.global-specifications-section #specModal .specification-container .tab-content .tab-div table tbody {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.global-specifications-section #specModal .specification-container .tab-content .tab-div table tbody tr .main-text::after {
  color: #767676;
  content: "|";
  position: absolute;
  top: 30%;
  right: 0;
  opacity: .6;
  font-size: 40px;
  font-weight: 100;
  font-family: "TSTAR-PRO-Regular";
}
@media screen and (max-width: 991px) {
  .global-specifications-section #specModal .specification-container .tab-content .tab-div table tbody tr {
    min-height: 198px;
  }
}
.global-specifications-section #specModal .specification-container .tab-content .tab-div table tbody .even {
  background: #ededed;
  text-transform: none;
}
.global-specifications-section #specModal .specification-container .tab-content .tab-div table tbody .even .main-text {
  width: 30%;
  padding: 1.6% 2.33% !important;
  position: relative;
  border-right-color: #ededed !important;
  color: #303030;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .global-specifications-section #specModal .specification-container .tab-content .tab-div table tbody .even .main-text {
    width: 50%;
    font-size: 12px;
    padding: 5% !important;
  }
}
.global-specifications-section #specModal .specification-container .tab-content .tab-div table tbody .even .main-desc {
  width: 70%;
  padding-left: 5.16% !important;
  padding-top: 1.63% !important;
  padding-bottom: 1.63% !important;
  color: #303030;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .global-specifications-section #specModal .specification-container .tab-content .tab-div table tbody .even .main-desc {
    width: 50%;
    font-size: 12px;
    padding: 5% !important;
  }
}
.global-specifications-section #specModal .specification-container .tab-content .tab-div table tbody .odd {
  background: #fff;
  text-transform: none;
}
.global-specifications-section #specModal .specification-container .tab-content .tab-div table tbody .odd .main-text {
  width: 30%;
  padding: 1.6% 2.33% !important;
  position: relative;
  color: #303030;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .global-specifications-section #specModal .specification-container .tab-content .tab-div table tbody .odd .main-text {
    width: 50%;
    font-size: 12px;
    line-height: 16px;
    padding: 5% !important;
  }
}
.global-specifications-section #specModal .specification-container .tab-content .tab-div table tbody .odd .main-desc {
  width: 70%;
  padding-left: 5.17% !important;
  padding-top: 1.63% !important;
  padding-bottom: 1.63% !important;
  color: #303030;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .global-specifications-section #specModal .specification-container .tab-content .tab-div table tbody .odd .main-desc {
    width: 50%;
    font-size: 12px;
    line-height: 16px;
    padding: 5% !important;
  }
}

.carousel-indicators {
	bottom: -15px;
}
@media screen and (max-width: 991px) {
	.carousel-indicators {
		bottom: -5px;
   }
}
.carousel-indicators [data-bs-target] {
	opacity: 1;
	width: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 5px;
}
@media screen and (max-width: 991px) {
	.carousel-indicators [data-bs-target] {
		width: 20px;
		margin: 0px 3px;
   }
}
.carousel-indicators .active {
	background-color: var(--primary-color-red);
}
.carousel-inner .carousel-item {
	width: 100%;
}
.carousel-inner .carousel-item img {
	width: 100%;
	height: 100%;
	max-height: 600px;
	object-fit: cover;
}
.carousel-inner .carousel-item img.mob-banner {
	display: none;
}
@media screen and (max-width: 767px) {
	.carousel-inner .carousel-item img.desk-banner {
		display: none;
   }
	.carousel-inner .carousel-item img.mob-banner {
		display: block;
   }
}
.hero-banner-section .carousel-caption {
	width: 100%;
	left: 0px;
	right: auto;
	text-align: unset;
	height: 100%;
	top: 0px;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	justify-content: space-evenly;
	padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
	.hero-banner-section .carousel-caption {
		justify-content: flex-start;
		padding-top: 75px;
   }
}
.hero-banner-section .carousel-caption .banner-btn {
	margin-left: 7%;
}
@media screen and (max-width: 767px) {
	.hero-banner-section .carousel-caption .banner-btn {
		width: 100%;
		position: absolute;
		bottom: 40px;
		width: 90%;
		left: 50%;
		margin: 0px;
		transform: translateX(-50%);
   }
}
.hero-banner-section .carousel-caption .banner-heading {
	font-size: 5rem;
	font-weight: 600;
	text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.45);
	color: #fff;
	margin-left: 7%;
	line-height: 1.4;
}
@media screen and (max-width: 1279px) {
	.hero-banner-section .carousel-caption .banner-heading {
		font-size: 4rem;
   }
}
@media screen and (max-width: 767px) {
	.hero-banner-section .carousel-caption .banner-heading {
		font-size: 3rem;
		margin-left: 24px;
		width: 50%;
   }
}
@media screen and (max-width: 479px) {
	.hero-banner-section .carousel-caption .banner-heading {
		font-size: 2.5rem;
		line-height: 1.4;
   }
}
.hero-banner-section .carousel-caption .product-badge {
	background: url(clientlib-base-global/resources/images/product-badge.svg) no-repeat center center / cover;
	width: 150px;
	height: 50px;
	display: block;
	position: absolute;
	left: 0px;
	top: 30px;
}
@media screen and (max-width: 1200px) {
	.hero-banner-section .carousel-caption .product-badge {
		background-size: 120px auto;
		width: 120px;
		top: 10px;
   }
}
.hero-banner-section .carousel-caption .btn-wrapper {
	display: flex;
	gap: 20px;
	justify-content: end;
}
.product-banner-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	height: 630px;
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
}
.product-banner-section::before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0px;
	top: 0px;
}
.product-banner-section .banner-row {
	align-items: center;
	position: relative;
}
.product-banner-section .banner-logo {
	margin-bottom: 30px;
}
.product-banner-section .banner-logo img {
	max-height: 75px;
}
.isRedBTN .product-banner-section .banner-logo img {
	max-height: 300px;
}
.product-banner-section .right-side-caption {
	text-align: right;
	color: #fff;
}
.product-banner-section .right-side-caption .action-btn-container {
	justify-content: end;
}
.product-banner-section .right-side-caption .banner-heading {
	font-size: 4.28rem;
	font-family: var(--font-regular);
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 16px;
	margin-left: 0px;
}
.product-banner-section .right-side-caption .prod-price {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 3.42rem;
	font-weight: 700;
}
.product-banner-section .right-side-caption .prod-price span {
	font-size: 1.25rem;
	font-weight: 400;
}
.product-banner-section .right-side-caption.left-side-caption {
	text-align: left;
}
.product-banner-section .right-side-caption.left-side-caption .action-btn-container {
	justify-content: start;
}

.executive-banner .banner-heading {
    padding-bottom: 136px;
}

.isRedBTN .executive-banner .banner-heading {
    padding-bottom: 25px;
}

@media screen and (max-width: 1200px) {
	.product-banner-section {
		height: 500px;
   }
}
@media screen and (max-width: 767px) {
	.product-banner-section {
		height: inherit;
		padding: 30px 0px;
   }
	.product-banner-section .banner-row .banner-row-toggle {
		flex-direction: column;
   }
	.product-banner-section .banner-logo {
		margin-bottom: 15px;
   }
	.product-banner-section .banner-logo img {
		max-height: 50px;
   }
	.product-banner-section .banner-image {
		max-width: 75%;
		margin: auto;
		margin-bottom: 30px;
   }
	.product-banner-section .right-side-caption {
		text-align: center;
   }
	.product-banner-section .right-side-caption br {
		display: none;
   }
	.product-banner-section .right-side-caption .action-btn-container {
		justify-content: center;
   }
	.product-banner-section .right-side-caption.left-side-caption {
		text-align: center;
   }
	.product-banner-section .right-side-caption.left-side-caption .action-btn-container {
		justify-content: center;
   }
}
@media screen and (max-width: 600px) {
	.product-banner-section .left-side-image {
		display: none;
   }
	.product-banner-section .right-side-caption .banner-image {
		max-width: 100%;
		padding: 0px;
		display: block !important;
		margin-bottom: 15px;
		margin-top: 20px;
   }
	.product-banner-section .right-side-caption .banner-heading {
		font-size: 24px;
		font-family: var(--font-medium);
		margin-bottom: 10px;
   }
	.product-banner-section .right-side-caption .banner-subheading {
		font-size: 18px;
		font-family: var(--font-regular);
   }
	.product-banner-section .right-side-caption .prod-price {
		margin-top: 10px;
		margin-bottom: 15px;
		font-size: 2rem;
   }
}
@media screen and (max-width: 360px) {
	.product-banner-section .action-btn-container {
		flex-direction: column;
   }
}

.banner-content-left {
   flex-direction: row-reverse;
}
.banner-content-caption-left {
	text-align: left !important;
 }
 .banner-content-action-button-left {
	justify-content: left !important;
 }
@media screen and (max-width: 767px) {
	.banner-content-caption-left {
		text-align: center !important;
 	}
 	.banner-content-action-button-left {
		justify-content: center !important;
 	}
}

.product-banner-bg-img {
	display: none;
}

.isvidavariant .product-banner-bg-img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.isvidavariant .product-banner-bg-img img {
	max-height: unset;
}

.isvidavariant .product-banner-section {
  position: relative;
  @media screen and (max-width: 991px) {
	padding: 0;
  }
  @media screen and (min-width: 992px) {
	height: 881px;
	background-position: unset;
	padding-left: 100px;
	padding-top: 180px;
	align-items: unset;
  }
}

.isvidavariant .product-banner-section::before {
	background: unset;
}

.isvidavariant .banner-heading {
  @media screen and (max-width: 991px) {
	max-width: 22rem;
	margin-bottom: 100px !important;
	text-align: left;
  }
  @media screen and (min-width: 992px) {
	padding-bottom: 32px;
  }
}

.hero-banner-section.isvidavariant:not(.isRedBTN) .banner-heading p {
  color: #222222;
  @media screen and (min-width: 992px) {
    font-family: var(--font-pp-neue-montreal);
    font-size: 80px;
    font-weight: 600;
    line-height: 96px;
  }
  @media screen and (max-width: 991px) {
	font-family: var(--font-pp-neue-montreal);
	font-size: 40px;
	font-weight: 600;
	line-height: 48px;
  }
}
 
.hero-banner-section.isRedBTN .banner-heading p {
	color: white;
	@media screen and (min-width: 992px) {
		font-family: var(--font-tstar-medium);
		font-size: 60px;
		font-weight: 600;
		line-height: 72px;
	}
	@media screen and (max-width: 991px) {
		font-family: var(--font-tstar-medium);
		font-size: 40px;
		font-weight: 200;
		line-height: 48px;
	}
}

.isvidavariant .banner-row {
	align-items: start;
}

.isvidavariant .right-side-caption .action-btn-container {
	@media screen and (min-width: 992px) {
		gap: 24px;	
	}
	@media screen and (max-width: 991px) {
		gap: 16px;	
	}
}

.hero-banner-section .btn-primary {
	padding: 12px 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	width: 100%;
	@media screen and (max-width: 991px) {
		font-size: 16px;
	}
}
.hero-banner-section .btn-secondary {
	padding: 12px 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	width: 100%;
	@media screen and (max-width: 991px) {
		font-size: 16px;
	}
}

.hero-banner-section.isvidavariant:not(.isRedBTN) .btn-primary {
	background: #FF5310;
	color: #fff;
	font-family: var(--font-pp-neue-montreal);
	font-size: 18px;
	font-weight: 700;
	border-radius: 8px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	width: 100%;
	color: #fff;
	font-family: var(--font-pp-neue-montreal);
	font-weight: 700;
	border-radius: 8px;
	cursor: pointer;
}

.hero-banner-section .btn-primary:visited {
	color: #fff !important;
}
.hero-banner-section.isvidavariant:not(.isRedBTN) .btn-secondary {	
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	width: 100%;
	background: #fff;
	color: #222;
	font-family: var(--font-pp-neue-montreal);
	font-weight: 700;
	border-radius: 8px;
	border: 1px solid #FF5310;
	cursor: pointer;
}

@media (min-width: 476px) and (max-width: 991px) {
	.right-side-caption {
		margin: 32px;
	}
}

@media screen and (max-width: 476px) {
	.banner-content-caption-left {
		margin-top: 24px;
		text-align: start !important;
	}

	.right-side-caption {
		margin: 16px;
	}

	.right-side-caption .action-btn-container {
		flex-direction: column;
	}
}

.europe-banner-container {
  max-height: 752px;
}
@media screen and (max-width: 1600px) {
  .europe-banner-container {
    height: 65vh;
  }
}
.europe-banner-container .image-container {
  height: 720px;
  background-size: cover !important;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .europe-banner-container .image-container {
    height: 100%;
  }
}
.europe-banner-container .image-container .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}
@media screen and (max-width: 768px) {
  .europe-banner-container .image-container .banner-img.desktop {
    display: none;
  }
}
.europe-banner-container .image-container .banner-img.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .europe-banner-container .image-container .banner-img.mobile {
    display: block;
  }
}
.europe-banner-container .image-container .heading-text {
  color: #fff;
  font-size: 80px;
  line-height: normal;
  position: absolute;
  font-style: italic;
  top: 10%;
  left: 6%;
  font-weight: 900;
  font-family: var(--font-transducer-bold);
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  .europe-banner-container .image-container .heading-text {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .europe-banner-container .image-container .heading-text {
    font-size: 33px;
    left: 17%;
    top: 45%;
  }
}
.europe-banner-container .image-container .heading-text .small-text {
  font-size: 30px;
}
@media screen and (max-width: 1600px) {
  .europe-banner-container .image-container .heading-text .small-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .europe-banner-container .image-container .heading-text .small-text {
    font-size: 14px;
  }
}
.europe-banner-container .image-container .heading-text .second-line {
  text-align: right;
}
.europe-banner-container .image-container .price-button-container {
  position: absolute;
  left: 6%;
  color: #fff;
  font-family: var(--font-transducer-medium);
  bottom: 10%;
}
@media screen and (max-width: 768px) {
  .europe-banner-container .image-container .price-button-container {
    left: 20px;
    right: 20px;
  }
}
.europe-banner-container .image-container .price-button-container .showroom-price {
  font-weight: 600;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .europe-banner-container .image-container .price-button-container .showroom-price {
    font-size: 19px;
  }
}
@media screen and (max-width: 1600px) {
  .europe-banner-container .image-container .price-button-container .showroom-price {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .europe-banner-container .image-container .price-button-container .price-text {
    font-size: 14px;
  }
}
.europe-banner-container .image-container .price-button-container .button-wrapper {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .europe-banner-container .image-container .price-button-container .button-wrapper {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .europe-banner-container .image-container .price-button-container .button-wrapper button {
    width: 164px;
    padding: 12px 16px;
  }
}
.europe-banner-container .image-container .price-button-container .button-wrapper .know-more {
  border: 1px solid var(--white);
  padding: 10px 24px;
  color: var(--white);
  font-family: var(--font-transducer-regular);
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03px;
  text-decoration: none !important;
  max-height: 48px;
  width: 100%;
  background: transparent;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  max-width: 170px;
}
.europe-banner-container .image-container .price-button-container .button-wrapper .know-more:hover {
  color: red;
  border: 1px solid red;
}
@media screen and (max-width: 768px) {
  .europe-banner-container .image-container .price-button-container .button-wrapper .know-more {
    font-size: 14px;
    padding: 0.8rem 1.5rem;
  }
}
.europe-banner-container .image-container .price-button-container .button-wrapper .getin-touch {
  border: 1px solid var(--white);
  background-color: var(--white);
  padding: 10px 24px;
  font-family: var(--font-transducer-regular);
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: 0.03px;
  color: var(--black);
  max-height: 48px;
  width: 100%;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  max-width: 170px;
}
.europe-banner-container .image-container .price-button-container .button-wrapper .getin-touch:hover {
  color: red;
}
.europe-banner-container .image-container .price-button-container .button-wrapper .getin-touch:hover .red-arrow-icon {
  display: block !important;
}
.europe-banner-container .image-container .price-button-container .button-wrapper .getin-touch:hover .black-arrow-icon {
  display: none;
}
@media screen and (max-width: 1600px) {
  .europe-banner-container .image-container .price-button-container .button-wrapper .getin-touch {
    padding: 10px 14px;
  }
}
.europe-banner-container .image-container .price-button-container .button-wrapper .getin-touch .getin-touch-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0;
  min-width: 163px;
}
.europe-banner-container .image-container .price-button-container .button-wrapper .getin-touch .getin-touch-wrapper .red-arrow-icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .europe-banner-container .image-container .price-button-container .button-wrapper .getin-touch {
    font-size: 14px;
    line-height: 24px;
    max-height: 40px;
    padding: 10px 14px;
  }
}
.europe-banner-container .image-container .top-img {
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .europe-banner-container .image-container .top-img {
    top: 62%;
    max-width: unset;
    height: 7px;
  }
}
.europe-banner-container .image-container .bottom-img {
  position: absolute;
  right: 0;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .europe-banner-container .image-container .bottom-img {
    bottom: unset;
    top: 20px;
    height: 7px;
  }
}

.acja-360-view-section {
  color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 3rem;
  position: relative;
  background: linear-gradient(90deg, #f1f6fc 0%, #deebf8 30%, #c9def6 70%, #deebf8 100%);
  clip-path: polygon(70% 30px, 100% -82%, 100% 100%, 0% 100%, 0% 30px);
  font-family: var(--font-transducer-regular);
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .acja-360-view-section {
    clip-path: polygon(65% 30px, 100% -20%, 100% 100%, 0% 100%, 0% 30px);
  }
}
.acja-360-view-section .explore-360-container {
  position: absolute;
  left: 0;
  top: 52px;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #EE2326;
}
.acja-360-view-section .explore-360-container img {
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .acja-360-view-section {
    padding: 104px 56px;
  }
}
@media screen and (max-width: 768px) {
  .acja-360-view-section {
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    padding: 70px 0 26px;
  }
}
.acja-360-view-section .mobile-variant {
  display: none;
}
.acja-360-view-section .mobile-variant ul li div {
  transition: opacity 0.4s ease-in-out;
  color: #303030;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.acja-360-view-section .mobile-variant ul li.active div {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .acja-360-view-section .mobile-variant {
    display: block;
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .acja-360-view-section .desktop-handler {
    display: none;
  }
}
.acja-360-view-section .bike-color-variation-container > div {
  overflow: hidden;
  position: relative;
  min-height: 16rem;
}
.acja-360-view-section .bike-color-variation-container > div > div {
  width: fit-content;
}
.acja-360-view-section .bike-color-variation-container > div:not(.active) {
  display: none;
}
.acja-360-view-section .bike-color-variation-container > div #view_overlay {
  left: 0 !important;
  width: 100% !important;
  top: 0 !important;
  height: 100% !important;
  cursor: pointer;
}
.acja-360-view-section .bike-color-variation-container > div div {
  height: 100%;
}
.acja-360-view-section .bike-color-variation-container img {
  width: 803px;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 1281px) {
  .acja-360-view-section .bike-color-variation-container img {
    width: 520px;
  }
}
.acja-360-view-section .bike-color-variation-container img:not(:first-child) {
  display: none;
}
.acja-360-view-section .bike-color-variation-container img[src=""] {
  display: none;
}
.acja-360-view-section .container-fixed-width {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .acja-360-view-section .container-fixed-width {
    order: 3;
    width: 100%;
  }
}
.acja-360-view-section .carousal-text-wrapper {
  width: 70%;
  position: relative;
}
.acja-360-view-section .carousal-text-wrapper .ellipse-img {
  position: absolute;
  bottom: 4%;
  left: 52%;
  z-index: -1;
  transform: translateX(-50%);
}
@media screen and (max-width: 1300px) {
  .acja-360-view-section .carousal-text-wrapper .ellipse-img {
    left: 54%;
  }
}
@media screen and (max-width: 768px) {
  .acja-360-view-section .carousal-text-wrapper .ellipse-img {
    width: 90%;
    bottom: 7%;
  }
}
@media screen and (max-width: 768px) {
  .acja-360-view-section .carousal-text-wrapper {
    order: 2;
    width: 100%;
    padding: 0 16px;
  }
}
.acja-360-view-section .bike-carousel-container .slick-prev,
.acja-360-view-section .bike-carousel-container .slick-next {
  display: none !important;
}
.acja-360-view-section .bike-carousel-container .slider-right-arrow {
  left: auto;
  right: 10%;
}
.acja-360-view-section .bike-carousel-container .slick-arrow.slick-disabled {
  display: none !important;
}
.acja-360-view-section .bike-carousel-container .bike-item {
  transition: all 0.4s ease-in-out;
  position: relative;
}
.acja-360-view-section .bike-carousel-container .bike-item:not(.slick-current) {
  opacity: 0;
}
.acja-360-view-section .bike-carousel-container .bike-item:not(.slick-current) .text-wrapper {
  opacity: 0;
}
.acja-360-view-section .text-wrapper {
  font-family: var(--font-transducer-regular);
  font-size: 90px;
  z-index: -1;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
  position: fixed;
  transition: all 0.8s ease-in-out;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .acja-360-view-section .text-wrapper {
    font-size: 43px;
  }
}
.acja-360-view-section .text-wrapper div {
  width: 100%;
}
.acja-360-view-section .variant-color-wrapper .variant-color-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
  vertical-align: middle;
  text-transform: capitalize;
}
.acja-360-view-section .color-variant-container > div:not(.active) {
  display: none;
}
@media screen and (max-width: 767px) {
  .acja-360-view-section .color-variant-container > div {
    margin-top: 1.31rem;
  }
}
.acja-360-view-section .color-variant-container {
  max-width: 208px;
}
.acja-360-view-section .color-variant-container .align-center.active {
  position: relative;
}
.acja-360-view-section .color-variant-container button:only-child.active {
  padding: 0;
}
.acja-360-view-section .color-variant-container button:only-child.active::after {
  display: none;
}
.acja-360-view-section .color-variant-container .mod-option {
  padding: 8px;
  width: fit-content;
  gap: 8px;
}
.acja-360-view-section .color-variant-container .mod-option button {
  width: 40px;
  border: 1px solid;
}
@media (max-width: 768px) {
  .acja-360-view-section .color-variant-container .mod-option button {
    width: 32px;
  }
}
.acja-360-view-section .color-variant-container .mod-option button p {
  display: none;
}
.acja-360-view-section .color-variant-container .mod-option button.active p {
  display: block;
}
.acja-360-view-section .text-360-cont {
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-top: 0.75rem;
  position: absolute;
  bottom: -2%;
  z-index: 3;
  left: 48%;
}
@media screen and (max-width: 1281px) {
  .acja-360-view-section .text-360-cont {
    bottom: -15px;
    left: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .acja-360-view-section .text-360-cont {
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  .acja-360-view-section .text-360-cont {
    margin-top: 30px;
    font-weight: 500;
    left: 45%;
  }
}
@media screen and (max-width: 500px) {
  .acja-360-view-section .text-360-cont {
    left: 40%;
  }
}
.acja-360-view-section .action-button-holder {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.56rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.acja-360-view-section .action-button-holder button {
  width: 28px;
  height: 28px;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  padding: 2px;
  clip-path: polygon(15% 0%, 100% 0%, 100% 63%, 85% 100%, 0% 100%, 0% 35%);
  border: none !important;
}
.acja-360-view-section .action-button-holder button.active {
  width: 68px;
}
.acja-360-view-section .action-button-holder button:not(.active) img {
  display: none;
}
.acja-360-view-section .action-button-holder button img {
  margin-right: 0.6rem;
}
@media screen and (max-width: 767px) {
  .acja-360-view-section .carousel-indicator-container {
    margin-bottom: 2.62rem;
    position: relative;
  }
  .acja-360-view-section .carousel-indicator-container .base-style {
    color: var(--color-white);
    font-family: var(--font-stratos);
    font-size: var(--font-size-0-75-rem);
  }
  .acja-360-view-section .carousel-indicator-container label {
    color: var(--color-white);
    font-family: var(--font-stratos);
    font-size: var(--font-size-0-75-rem);
    font-style: var(--font-style-italic);
    font-weight: var(--font-weight-400);
    line-height: var(--line-height-0-9-rem);
    margin-bottom: 0.25rem;
  }
  .acja-360-view-section .carousel-indicator-container button {
    color: var(--color-white);
    font-family: var(--font-stratos);
    font-size: var(--font-size-0-75-rem);
    padding: 0.25rem 0.5rem;
    height: 1.5rem;
    background-color: var(--bg-color-white-opacity-0-1);
    justify-content: space-between;
    font-weight: var(--font-weight-300);
    border: none;
    gap: 1rem;
    text-transform: uppercase;
  }
  .acja-360-view-section .carousel-indicator-container button img {
    width: 1rem;
    height: 1rem;
  }
  .acja-360-view-section .carousel-indicator-container button.open img {
    transform: rotate(180deg);
  }
  .acja-360-view-section .carousel-indicator-container button span {
    font-style: var(--font-style-italic);
    font-weight: var(--font-weight-500);
  }
  .acja-360-view-section .carousel-indicator-container .variant-dropdown-menu {
    margin: 0.5rem 0;
    position: absolute;
    top: 100%;
    z-index: 1;
    left: 1.5rem;
    right: 1.5rem;
  }
  .acja-360-view-section .carousel-indicator-container .variant-dropdown-menu:not(.show) {
    display: none;
  }
  .acja-360-view-section .carousel-indicator-container .variant-dropdown-menu li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2.5rem 1.68rem 2.75rem;
    background-color: var(--bg-color-raisin-black);
    line-height: normal;
  }
  .acja-360-view-section .carousel-indicator-container .variant-dropdown-menu li.active {
    color: var(--color-black) !important;
    background-color: var(--bg-color-light-yellow);
  }
  .acja-360-view-section .carousel-indicator-container .variant-dropdown-menu li.active > div div:last-child {
    color: var(--color-light-red);
    font-size: var(--font-size-1-5-rem);
  }
  .acja-360-view-section .carousel-indicator-container .variant-dropdown-menu li:not(.active) > div div {
    opacity: 0.3;
  }
  .acja-360-view-section .carousel-indicator-container .variant-dropdown-menu li img {
    width: 7.8125rem;
  }
}
.acja-360-view-section .carousel-indicator-container li {
  position: relative;
  cursor: pointer;
}
.acja-360-view-section .carousel-indicator-container li > div {
  transition: opacity 0.4s ease-in-out;
  color: #303030;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.acja-360-view-section .carousel-indicator-container li.active > div {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .acja-360-view-section .carousel-indicator-container li {
    line-height: 100%;
    /* 1rem */
    padding: 0 0.75rem 0.75rem;
  }
  .acja-360-view-section .carousel-indicator-container li::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 0.25rem;
    background-color: var(--bg-color-white-opacity-0-1);
    transform: skewX(-20deg);
  }
  .acja-360-view-section .carousel-indicator-container li:not(.active) > div {
    opacity: 0.3;
  }
}
.acja-360-view-section .mod-option-indicator {
  width: fit-content;
  text-align: center;
}
.acja-360-view-section .mod-option-indicator ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .acja-360-view-section .mod-option-indicator ul {
    flex-direction: row;
  }
}
.acja-360-view-section .mod-option-indicator ul li img {
  width: 100px;
}
.acja-360-view-section .mod-option-indicator ul li.active img {
  width: 147px;
}
.acja-360-view-section .mod-option-indicator ul li.active .variant-name::after {
  display: block;
  content: '';
  width: 52px;
  margin-top: 4px;
  height: 2px;
  background: linear-gradient(180deg, #fc6264 0%, #a71316 100%);
  margin: 4px auto 0;
}
@media (max-width: 768px) {
  .acja-360-view-section .mod-option-indicator {
    width: 100%;
    margin-top: 24px;
    position: relative;
    margin-bottom: 30px;
  }
  .acja-360-view-section .mod-option-indicator ul {
    width: 100%;
    justify-content: center;
    min-height: 75px;
    gap: 20px;
    z-index: 2;
  }
  .acja-360-view-section .mod-option-indicator ul li.active {
    color: #BA2B2B;
  }
  .acja-360-view-section .mod-option-indicator ul li div {
    text-align: center;
  }
  .acja-360-view-section .mod-option-indicator ul li .mod-option-icon {
    width: 140px;
    transition: all 0.3s ease-in-out;
  }
  .acja-360-view-section .mod-option-indicator ul li.active .mod-option-icon {
    width: 186px;
  }
  .acja-360-view-section .mod-option-indicator .mod-bg {
    width: 113%;
    height: 66px;
    position: absolute;
    top: 32px;
    left: -22px;
    right: 66px;
    background: linear-gradient(180deg, #232323 26.79%, rgba(35, 35, 35, 0) 100%);
  }
}
.acja-360-view-section .price-container {
  background-image: linear-gradient(92deg, #232323 -20.4%, #121212 108.93%);
  margin-top: 1.75rem;
  position: relative;
  clip-path: polygon(32% 0%, 40% 8%, 100% 8%, 100% 100%, 0 100%, 0 0%);
}
@media screen and (min-width: 768px) {
  .acja-360-view-section .price-container {
    clip-path: polygon(35% 0%, 40% 18%, 100% 18%, 100% 100%, 0 100%, 0 0%);
    margin-top: 2.5rem;
  }
}
.acja-360-view-section .price-container > div {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  padding: 2.75rem 0;
}
@media screen and (max-width: 767px) {
  .acja-360-view-section .price-container > div {
    flex-wrap: wrap;
    padding: 1rem 1.5rem 2rem;
  }
}
.acja-360-view-section .price-container .price-text {
  color: var(--color-white);
  font-family: var(--font-stratos);
  font-size: var(--font-size-0-875-rem);
  font-weight: var(--font-weight-400);
  line-height: 120%;
  /* 1.05rem */
  margin-bottom: 0.5rem;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .acja-360-view-section .price-container .price-text {
    line-height: 2rem;
    /* 228.571% */
    margin-bottom: 0;
  }
}
.acja-360-view-section .price-container .variant-block:not(.active),
.acja-360-view-section .price-container .bike-price:not(.active) {
  display: none;
}
.acja-360-view-section .price-container .bike-price {
  color: var(--color-white);
  font-family: var(--font-stratos);
  font-size: var(--font-size-1-125-rem);
  font-style: var(--font-style-italic);
  font-weight: var(--font-weight-700);
  line-height: 120%;
  /* 1.35rem */
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .acja-360-view-section .price-container .bike-price {
    font-size: var(--font-size-2-rem);
    line-height: 3.25rem;
    /* 162.5% */
  }
}
.acja-360-view-section .price-container .buttons-container {
  margin-top: 1.5rem;
}
.acja-360-view-section .price-container .buttons-container .acja-button:not(:last-child) {
  margin-right: 1rem;
}
.acja-360-view-section .price-container .buttons-container .aem-Grid {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .acja-360-view-section .price-container .buttons-container {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .acja-360-view-section .price-container .buttons-container {
    margin-top: 2rem;
  }
}
.europe-360-view {
  background: #F3F3F3;
}

.event-banner-wrapper {
  margin: 0 0 16px 0;
}
@media (max-width: 768px) {
  .event-banner-wrapper {
    margin-bottom: 0rem;
  }
}
.event-banner-wrapper .banner-content-container {
  position: relative;
  max-height: 600px;
}
@media (max-width: 768px) {
  .event-banner-wrapper .banner-content-container {
    margin-bottom: 4rem;
  }
}
.event-banner-wrapper .banner-content-container img {
  width: 100%;
  max-height: 600px;
}
@media (max-width: 768px) {
  .event-banner-wrapper .banner-content-container .banner-desktop-img {
    display: none;
  }
}
.event-banner-wrapper .banner-content-container .banner-mobile-img {
  display: none;
}
@media (max-width: 768px) {
  .event-banner-wrapper .banner-content-container .banner-mobile-img {
    display: block;
  }
}
.event-banner-wrapper .banner-content-container .banner-cta {
  position: absolute;
  bottom: 80px;
  right: 60px;
  padding: 12px 32px;
  color: #ee2326;
  font-size: 18px;
  font-weight: 900;
  border: 1px solid #ee2326;
  border-radius: 4px;
  text-decoration: none;
  background: #fff;
  box-shadow: none !important;
}
@media (max-width: 768px) {
  .event-banner-wrapper .banner-content-container .banner-cta {
    bottom: 0;
    background-color: #ee2326;
    color: #fff;
    padding: 6px 32px;
    font-size: 14px;
    font-weight: 600;
    left: 80px;
    right: 80px;
    text-align: center;
  }
}
.event-banner-wrapper .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .event-banner-wrapper .slick-dots {
    bottom: 0;
  }
}
.event-banner-wrapper .slick-dots li {
  margin: 0 3px;
  background: #c1c1c1;
  transform: skew(-50deg);
  border: 0;
  opacity: 1;
  width: 32px;
  display: inline-block;
  height: 8px;
}
.event-banner-wrapper .slick-dots li.slick-active {
  background: #ee2326;
}
.event-banner-wrapper .slick-dots li button {
  background: transparent;
  color: transparent;
  border: none;
}
.event-banner-wrapper > .banner-content-container {
  display: none;
}
.event-banner-wrapper > .banner-content-container:first-of-type {
  display: block;
}

/*****************************************************
LESS compilation failed due a JavaScript error!

Input: apps/hero-aem-website/components/hero-global/content/eventshorts/clientlibs/css/eventshorts.less
Error: ParseError: Unrecognised input in apps/hero-aem-website/components/hero-global/content/eventshorts/clientlibs/css/eventshorts.less on line 429, column 5:
428 
429     .slick-prev {
430         position: absolute;


(uncompiled LESS src is included below)
*****************************************************/
.event-shorts {
    margin: 32px 29px 6rem 29px;

    @media (max-width: 768px) {
        margin: 8px 0px 6rem 8px;
    }

    .slick-list {
        @media (max-width: 768px) {
            padding-left: 0px !important;
        }
    }

    .slick-slide {
        margin: 0 16px;
    }
      
    .slick-list {
        margin: 0 -16px;
    }

    .evts-slider {
        width: 305px;
        height: 434px;
        overflow: hidden;
        border-radius: 14px;
        margin: 0px 11px;
        position: relative;

        @media (max-width: 768px) {
            height: 345px;
            margin: 0px 8px;
        }

        a {
            height: 100%;
            display: block;

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


        .sh-info {
            position: absolute;
            width: 100%;
            top: unset;
            bottom: 15px;
            left: unset;
            border: unset;
            background: transparent;
            pointer-events: none;

            p {
                font-family: var(--font-tstar-bold);
                color: #fff;
                font-size: 14px;
                line-height: 20px;
            }
        }

        .sh-pb {
            position: absolute;
            background: transparent;
            border: none;
            width: 100%;
            left: unset;
            top: unset;
            bottom: -9px;

            @media (max-width: 768px) {
                left: 0px;
            }

            progress {
                width: inherit;
                height: 6px;
                border: 0.1px solid rgba(57, 57, 57, 0.60);
                border-radius: 0px;
            }

            progress::-webkit-progress-bar {
                background-color: rgba(57, 57, 57, 0.60);
                border-radius: 6px;
            }

            progress::-webkit-progress-value {
                background-color: #D9D9D9;
                border-radius: 6px;
            }
        }
    }


    .slick-dots {
        bottom: -54px;
        position: absolute;
        display: flex;
        transform: translate(-50%, -50%);
        left: 50%;
    }

    .slick-dots li {
        margin: 0 3px;
        background: #c1c1c1;
        transform: skew(-50deg);
        border: 0;
        opacity: 1;
        width: 32px;
        height: 8px;

        @media (max-width: 768px) {
            width: 26px;
            height: 6px;
            z-index: 3;
        }
    }

    .slick-dots li button {
        background: transparent;
        border: none;
        color: transparent;
    }

    li.slick-active {
        background: #ee2326;
    }

    .slick-dots li button:before {
        font-size: 0px;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 3rem !important;
    }

    .slick-prev {
        position: absolute;
        width: 30px;
        height: 30px;
        top: unset;
        left: 38%;
        bottom: -60px;
        z-index: 1;
        color: transparent;
        border: none;
        background: transparent;

        @media (max-width: 768px) {
            left: 5% !important;
            z-index: 3;
        }

        @media (max-width: 1500px) {
            left: 35%;
        }

        @media (max-width: 1200px) {
            left: 30%;
        }
    }

    .slick-next {
        width: 30px;
        height: 30px;
        top: unset;
        right: 38%;        
        z-index: 1;
        position: absolute;
        bottom: -63px;
        color: transparent;
        border: none;
        background: transparent;

        @media (max-width: 768px) {
            right: 5% !important;
            z-index: 3;
        }

        @media (max-width: 1500px) {
            right: 35%;
        }

        @media (max-width: 1200px) {
            right: 30%;
        }
    }

    .slick-next:before {
        content: url("../../../etc.clientlibs/hero-aem-website/clientlibs/clientlib-site/resources/images/icons/nexts.png");
    }

    .slick-prev:before {
        content: url("../../../etc.clientlibs/hero-aem-website/clientlibs/clientlib-site/resources/images/icons/prevs.png");
    }

}

#shortspopup {
    background: linear-gradient(161deg, #201F1F 22.35%, #251E1E 68.47%, #000 114.59%);

    &.harley-shorts{
        .slick-prev, .slick-next{
            background-color: transparent;
            border: 1px solid #ffffff;
        }
    }

    @media (max-width: 768px) {
        padding: 0px;
    }

    .shorts-car {
        button {
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: 1;
            opacity: 1;

            &.close {
                background: transparent;
                border: none;
            }
        }
    }

    .modal {
        @media (max-width: 768px) {
            padding: 0px;
        }
    }

    .modal-content {
        background: none;
        border: none;
    }

    .modal-dialog {
        max-width: 390px;
        margin: 3rem auto !important;
        top: 45%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);

        @media (max-width: 768px) {
            max-width: 360px;
        }
    }

    .modal-body {
        @media (max-width: 768px) {
            padding: 0px;
        }
    }

    video {
        width: 360px;
        height: 640px;
        border-radius: 16px;

        @media (max-width: 768px) {
            border-radius: 0px;
            height: 100%;
        }
    }

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

    .slick-slide {
        position: relative;

        @media (max-width: 768px) {
            border: unset;
        }

        .sh-unmute {
            right: 0px;
            left: unset;
            border: unset;
            background: transparent;
            padding: 0px;
        }

        .sh-mute {
            right: 16px;
            top: 12px;
            left: unset;
            border: unset;
            width: 40px;
            height: 40px;
            border-radius: 20px;
            background: #1414144D;

            img {
                margin: auto;
            }
        }

        .sh-play {
            top: 48%;
            right: 41%;
            left: unset;
            border: unset;
            background: transparent;
        }

        .sh-pause {
            top: 48%;
            right: 44%;
            left: unset;
            border: unset;
            background: transparent;
        }

        .sh-swipe-up {
            width: 100%;
            top: unset;
            bottom: 40px;
            left: unset;
            border: unset;
            background: transparent;

            img {
                width: 60px;
                transform: rotate(180deg);
                display: inline;
            }

            p {
                font-family: var(--font-tstar-bold);
                color: #fff;
                font-size: 14px;
                line-height: 20px;
            }
        }

        .sh-info {
            width: 100%;
            top: unset;
            bottom: 40px;
            left: unset;
            border: unset;
            background: transparent;
            pointer-events: none;

            p {
                font-family: var(--font-tstar-bold);
                color: #fff;
                font-size: 14px;
                line-height: 20px;
            }
        }

        .sh-pb {
            background: transparent;
            border: none;
            width: 100%;
            left: unset;
            top: unset;
            bottom: 10px;

            @media (max-width: 768px) {
                left: 0px;
            }

            progress {
                width: inherit;
                height: 6px;
                border: 0.1px solid rgba(57, 57, 57, 0.60);
                border-radius: 6px;
            }

            progress::-webkit-progress-bar {
                background-color: rgba(57, 57, 57, 0.60);
                border-radius: 6px;
            }

            progress::-webkit-progress-value {
                background-color: #D9D9D9;
                border-radius: 6px;
            }
        }
    }

    .slick-next {
        position: absolute;
        right: -60px;
        top: unset;
        bottom: 30px;
        background: #EE2326;
        width: 36px;
        height: 36px;
        border-radius: 18px;
        color: transparent;

        @media (max-width:1150px) and (min-width:768px) {
            right: -50%;
        }
    }

    .slick-next.slick-disabled {
        background: #fff;
        pointer-events: none;
    }

    .slick-next.slick-disabled:before {
        background: url(../../../etc.clientlibs/hero-aem-website/clientlibs/clientlib-site/resources/images/icons/downupinactive.svg)no-repeat;
        bottom: 5px;
        transform: rotate(180deg);
        right: 6px;
    }

    .slick-next:before {
        position: absolute;
        content: "";
        background: url(../../../etc.clientlibs/hero-aem-website/clientlibs/clientlib-site/resources/images/icons/downupactive.svg)no-repeat;
        height: 20px;
        width: 20px;
        right: 10px;
        bottom: 9px;
    }

    .slick-prev {
        position: absolute;
        left: unset;
        right: -60px;
        top: 30px;
        bottom: unset;
        background: #EE2326;
        width: 36px;
        height: 36px;
        border-radius: 18px;
        translate(0, -50%);
        color: transparent;
        border: none;

        @media (max-width:1150px) and (min-width:768px) {
            right: -50%;
        }
    }

    .slick-prev.slick-disabled {
        background: #fff;
        pointer-events: none;
    }

    .slick-prev:before {
        position: absolute;
        content: "";
        background: url(../../../etc.clientlibs/hero-aem-website/clientlibs/clientlib-site/resources/images/icons/downupactive.svg)no-repeat;
        height: 20px;
        width: 20px;
        right: 6px;
        bottom: 7px;
        transform: rotate(180deg);
    }

    .slick-prev.slick-disabled:before {
        background: url(../../../etc.clientlibs/hero-aem-website/clientlibs/clientlib-site/resources/images/icons/downupinactive.svg)no-repeat;
        bottom: 10px;
        transform: rotate(0deg);
        right: 9px;
    }
}

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}
.esf-container {
  margin: 20px 28px 4rem 28px;
}
@media (max-width: 768px) {
  .esf-container {
    margin: 6px 16px 4rem 16px;
  }
}
.esf-container .slick-slide {
  margin: 8px 16px;
}
.esf-container .slick-list {
  margin: 0 -16px;
}
.esf-container .slick-dots {
  bottom: -45px;
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}
.esf-container .slick-track {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .esf-container .slick-track {
    margin-bottom: 0px;
  }
}
.esf-container .slick-dots li {
  margin: 0 3px;
  background: #c1c1c1;
  transform: skew(-50deg);
  border: 0;
  opacity: 1;
  width: 32px;
  display: inline-block;
  height: 8px;
}
@media (max-width: 768px) {
  .esf-container .slick-dots li {
    width: 26px;
    height: 6px;
    z-index: 3;
  }
}
.esf-container .slick-dots li button {
  background: transparent;
  color: transparent;
  border: none;
}
.esf-container li.slick-active {
  background: #EE2326;
}
.esf-container .slick-dots li button:before {
  font-size: 0px;
}
.esf-container .slick-dotted.slick-slider {
  margin: 0;
}
.esf-container .slick-prev {
  width: 30px;
  height: 20px;
  top: unset;
  left: 42%;
  bottom: -19px;
  position: absolute;
  z-index: 1;
  border: none;
  color: transparent;
  background: transparent;
}
@media (max-width: 768px) {
  .esf-container .slick-prev {
    left: -3%;
    z-index: 3;
    display: none !important;
  }
}
@media (max-width: 1500px) {
  .esf-container .slick-prev {
    left: 40%;
  }
}
@media (max-width: 1200px) {
  .esf-container .slick-prev {
    left: 37%;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .esf-container .slick-prev {
    left: 31%;
  }
}
.esf-container .slick-next {
  width: 30px;
  height: 20px;
  top: unset;
  position: absolute;
  right: 43%;
  bottom: -19px;
  z-index: 1;
  border: none;
  color: transparent;
  background: transparent;
  display: block;
}
@media (max-width: 768px) {
  .esf-container .slick-next {
    right: -3%;
    z-index: 3;
    display: none !important;
  }
}
@media (max-width: 1500px) {
  .esf-container .slick-next {
    right: 41%;
  }
}
@media (max-width: 1200px) {
  .esf-container .slick-next {
    right: 37%;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .esf-container .slick-next {
    right: 32%;
  }
}
.esf-container .slick-next:before {
  content: url("../../../etc.clientlibs/hero-aem-website/clientlibs/clientlib-site/resources/images/icons/nexts.png");
}
.esf-container .slick-prev:before {
  content: url("../../../etc.clientlibs/hero-aem-website/clientlibs/clientlib-site/resources/images/icons/prevs.png");
}
.esf-container .esf-card {
  border-radius: 12px;
  background: var(--textcolor-white, #ffffff);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}
.esf-container .esf-card .esf-content {
  padding: 16px;
}
.esf-container .esf-card .esf-content img {
  width: 100%;
}
.esf-container .esf-card .esf-content .esf-desc {
  font-family: var(--font-tstar-medium);
  font-size: 14px;
  line-height: 20px;
  color: #303030;
  padding: 16px 0px 0px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 100px;
}
.esf-container .esf-card .esf-content .esf-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
}
.esf-container .esf-card .esf-content .esf-footer .esf-insta-link {
  font-size: 12px;
  font-family: var(--font-tstar-heavy);
  line-height: 16px;
  display: flex;
}
.esf-container .esf-card .esf-content .esf-footer .esf-insta-link img {
  padding-right: 4px;
}
.esf-container .esf-card .esf-content .esf-footer .esf-post-date {
  font-size: 12px;
  font-family: var(--font-tstar-medium);
  line-height: 16px;
}
#eventSocialFeedSurge .slick-initialized .slick-slide {
  margin: 16px 11.5px !important;
}
#eventSocialFeedSurge .slick-dots li.slick-active button {
  width: 20px !important;
  height: 20px !important;
  padding: 5px !important;
}
#eventSocialFeedSurge .slick-dots li.slick-active {
  background: #ae3440;
}
#eventSocialFeedSurge .slick-dots li.slick-active button::after {
  border-left: 0px !important;
}

.bgimage {
  font-family: 'tstar-bold';
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 46px;
  font-weight: 900;
}
.bgimage h1 {
  position: relative;
  display: inline-block;
}
.bgimage .img {
  position: absolute;
  display: inline-block;
  top: 20%;
  left: -9px;
}
@media (max-width: 786px) {
  .bgimage .img {
    left: 0px;
    display: none !important;
  }
}
@media (max-device-width: 767px) and (min-width: 320px) {
  .bgimage {
    line-height: 21px;
  }
  .bgimage h1 {
    font-size: 18px;
  }
  .bgimage img {
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 25px;
  }
}
@media (max-device-width: 767px) and (min-width: 320px) {
  .bgimage h1.mob-font-38 {
    font-size: 38px;
  }
}
.bgimage .img {
  position: absolute;
  display: none;
  top: 20%;
  margin-left: -1.2rem;
}
@media (max-device-width: 767px) and (min-width: 320px) {
  .bgimage {
    line-height: 21px;
  }
  .bgimage h1 {
    font-size: 18px;
  }
  .bgimage img {
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 25px;
  }
}
.headerbackground-multicolor {
  position: relative;
  z-index: 1;
  width: 100%;
}
.headerbackground-multicolor h2 {
  font-size: 48px;
  line-height: 1.2;
}
.headerbackground-multicolor.with-background {
  background-color: #f7f7f7;
  padding: 40px 40px !important;
}
.headerbackground-multicolor.with-background h2 {
  background-color: #F7F7F7;
}
.headerbackground {
  position: relative;
  z-index: 1;
  width: 100%;
}
.headerbackground h2 {
  font-size: 38px;
}
.headerbackground.with-background {
  background-color: #f7f7f7;
  padding: 40px 40px !important;
}
@media (max-width: 786px) {
  .headerbackground.with-background {
    padding: 15px 15px !important;
  }
}
.headerbackground.with-background h2 {
  background-color: #F7F7F7;
}
.headerbackground::before {
  display: inline-block;
  content: "";
  background: #d9d9d9;
  width: 94%;
  position: absolute;
  top: 50%;
  height: 2px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.headerbackground.with-background::before {
  display: inline-block;
  content: "";
  background: #d9d9d9;
  width: 94%;
  position: absolute;
  top: 50%;
  height: 2px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.overview-heading {
  font-family: var(--font-tstar-heavy);
  letter-spacing: 0.04em;
  color: #ee2326;
  font-weight: 900;
  display: inline-block;
  background: #fff;
  line-height: 46px;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 75%;
}
.with-background .overview-heading {
  background: #F7F7F7;
}
@media (max-width: 1150px) and (min-width: 767px) {
  .overview-heading {
    max-width: 70%;
  }
}
@media (max-device-width: 767px) and (min-width: 320px) {
  .headerbackground {
    padding: 16px !important;
  }
  .headerbackground h2 {
    font-size: 18px;
    line-height: 1.22;
  }
  .headerbackground-multicolor {
    padding: 5px !important;
  }
  .headerbackground-multicolor h2 {
    font-size: 28px;
    line-height: 1.22;
  }
  .headerbackground-multicolor .multicolor {
    letter-spacing: 0px;
    max-width: 100%;
  }
  .headerbackground::before {
    width: 91%;
  }
  .headerbackground.with-background::before {
    width: 91%;
  }
  .overview-heading {
    max-width: 248px;
    width: fit-content;
    padding: 0 6px;
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 0.04em;
  }
  .overview-heading.with-background {
    font-size: 18px;
    line-height: 1.22;
    max-width: 248px;
    width: fit-content;
    padding: 0 6px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
}
@media (max-device-width: 767px) and (min-width: 320px) {
  .headerbackground h2.mob-font-38 {
    font-size: 38px;
  }
  .headerbackground-multicolor h2.mob-font-38 {
    font-size: 38px;
  }
}
.service-main-heading {
  display: flex;
  align-items: center;
  padding: 20px 40px;
  border-bottom: 1px solid #ccc;
  background-color: #FFFFFF;
  gap: 10px;
}
.service-main-heading .header-spacing {
  display: flex;
  gap: 10px;
}
.service-main-heading img {
  width: 25px;
  height: 25px;
}
@media (max-width: 767px) {
  .service-main-heading {
    padding: 20px;
    border: none;
  }
}
.service-main-heading .text-icon {
  display: inline;
  width: 39px;
  height: 39px;
}
.service-main-heading span {
  font-size: 24px;
}
.service-main-heading span h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #303030;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .service-main-heading span h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
  }
}
.service-main-heading.join-clan-heading {
  border: none;
}
.service-main-heading.book-service-heading {
  background-color: inherit;
  padding: 20px 40px 30px 0px;
}
.service-main-heading.book-service-heading div:first-child {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .service-main-heading.book-service-heading {
    font-size: 1.5rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .service-main-heading.book-service-heading span h2 {
    font-weight: 700;
  }
}
.service-main-heading .service-btn {
  width: auto;
  height: auto;
  padding: 12px 32px;
}
.service-main-heading .service-btn:hover {
  width: auto;
  height: auto;
  padding: 12px 32px;
}
@media (max-width: 767px) {
  .service-main-heading .service-btn {
    padding: 12px 24px;
    margin-top: 10px;
  }
  .service-main-heading .service-btn:hover {
    width: auto;
    height: auto;
    padding: 12px 24px;
  }
}
.xtreme160r-blog-maintitle {
  font-family: var(--font-transducer);
  font-size: 32px;
  font-weight: 900;
  line-height: 48px;
}
@media (max-width: 786px) {
  .xtreme160r-blog-maintitle {
    font-size: 24px;
    line-height: 32px;
  }
}
.xtreme160r-blog-title {
  font-family: var(--font-transducer);
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
}
@media (max-width: 786px) {
  .xtreme160r-blog-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.xtreme160r-blog-content {
  font-family: var(--font-transducer);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 786px) {
  .xtreme160r-blog-content {
    font-size: 16px;
    line-height: 20px;
  }
}
.h1-heading-std {
  font-family: var(--font-transducer) !important;
  font-weight: 900;
  font-size: 52px !important;
  line-height: 1.2 !important;
}
@media (max-width: 786px) {
  .h1-heading-std {
    font-size: 32px !important;
  }
}
.h2-heading-std,
.exchange-banner .h2-heading-std p {
  font-family: var(--font-transducer) !important;
  font-weight: 900;
  font-size: 42px !important;
  line-height: 1.2 !important;
}
@media (max-width: 786px) {
  .h2-heading-std,
  .exchange-banner .h2-heading-std p {
    font-size: 28px !important;
  }
}
.h3-bold-heading-std {
  font-family: var(--font-transducer) !important;
  font-size: 32px !important;
  line-height: 1.2 !important;
}
@media (max-width: 786px) {
  .h3-bold-heading-std {
    font-size: 24px !important;
  }
}
.h3-heavy-heading-std {
  font-family: var(--font-transducer) !important;
  font-weight: 900;
  font-size: 32px !important;
  line-height: 1.2 !important;
}
@media (max-width: 786px) {
  .h3-heavy-heading-std {
    font-size: 24px !important;
  }
}
.h4-heavy-heading-std {
  font-family: var(--font-transducer) !important;
  font-weight: 900;
  font-size: 24px !important;
  line-height: 1.2 !important;
}
@media (max-width: 786px) {
  .h4-heavy-heading-std {
    font-size: 18px !important;
  }
}
.h4-bold-heading-std {
  font-family: var(--font-transducer) !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
}
@media (max-width: 786px) {
  .h4-bold-heading-std {
    font-size: 18px !important;
  }
  .compare-bike-middle-text {
    font-family: var(--font-transducer) !important;
  }
}
.h4-medium-heading-std {
  font-family: var(--font-transducer) !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
}
@media (max-width: 786px) {
  .h4-medium-heading-std {
    font-size: 18px !important;
  }
}
.b1-text-std {
  font-family: var(--font-tstar-medium) !important;
  font-size: 18px !important;
  line-height: 24px !important;
}
@media (max-width: 786px) {
  .b1-text-std {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
.b2-text-std {
  font-family: var(--font-tstar-medium) !important;
  font-size: 16px !important;
  line-height: 20px !important;
}
@media (max-width: 786px) {
  .b2-text-std {
    font-size: 14px !important;
    line-height: 19px !important;
  }
}
.b1-bold-text-std {
  font-family: var(--font-tstar-bold) !important;
  font-size: 18px !important;
  line-height: 24px !important;
}
@media (max-width: 786px) {
  .b1-bold-text-std {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
.b1-heavy-text-std {
  font-family: var(--font-tstar-heavy) !important;
  font-size: 18px !important;
  line-height: 24px !important;
}
@media (max-width: 786px) {
  .b1-heavy-text-std {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
.b2-heavy-text-std {
  font-family: var(--font-tstar-heavy) !important;
  font-size: 16px !important;
  line-height: 20px !important;
}
@media (max-width: 786px) {
  .b2-heavy-text-std {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}
.b2-bold-text-std {
  font-family: var(--font-tstar-bold) !important;
  font-size: 16px !important;
  line-height: 20px !important;
}
@media (max-width: 786px) {
  .b2-bold-text-std {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}
.text-to-uppercase {
  text-transform: uppercase !important;
}
.tiny-text-std {
  font-family: var(--font-tstar-medium) !important;
  font-size: 14px !important;
  line-height: 18px !important;
}
@media (max-width: 786px) {
  font-size: 10px !important;
  line-height: 14px !important;
}
.text-italic {
  font-style: italic !important;
}
.our-values-font {
  font-family: var(--font-tstar-heavy) !important;
  font-weight: 900;
  font-size: 32px !important;
  line-height: 1.2 !important;
}
.our-values-desc-font {
  font-family: var(--font-tstar-medium) !important;
  font-size: 16px !important;
  line-height: 20px !important;
}
@media (max-width: 786px) {
  .our-values-font {
    font-size: 24px !important;
  }
  .our-values-desc-font {
    font-size: 8px !important;
    line-height: 12px !important;
  }
}
@media (max-width: 500px) {
  .our-values-font {
    font-size: 16px !important;
  }
}
.h5-bold-heading-std {
  font-family: var(--font-tstar-bold) !important;
  font-size: 18px !important;
  line-height: 24px !important;
}
@media (max-width: 786px) {
  .h5-bold-heading-std {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
.b3-text-std {
  font-family: var(--font-tstar-medium) !important;
  font-size: 14px !important;
  line-height: 20px !important;
}
@media (max-width: 786px) {
  .b3-text-std {
    font-size: 12px !important;
    line-height: 16px !important;
  }
}
.text-to-heavy {
  font-family: var(--font-tstar-heavy) !important;
}
.festivehub-header .banner-light-left {
  top: -40px;
}
@media (max-width: 786px) {
  .festivehub-header .banner-light-left {
    top: -15px;
    width: 45px;
    height: 41px;
  }
}
.festivehub-header .banner-light-right {
  top: -40px;
  right: 0;
}
@media (max-width: 786px) {
  .festivehub-header .banner-light-right {
    top: -15px;
    width: 45px;
    height: 41px;
  }
}
.festivehub-header .banner-light-gift-left {
  top: -25px;
}
@media (max-width: 1300px) {
  .festivehub-header .banner-light-gift-left {
    width: 140px;
  }
}
@media (max-width: 786px) {
  .festivehub-header .banner-light-gift-left {
    width: 63px;
    height: 50px;
    top: 0px;
  }
}
.festivehub-header .banner-light-gift-right {
  top: -25px;
  right: 0;
}
@media (max-width: 1300px) {
  .festivehub-header .banner-light-gift-right {
    width: 140px;
  }
}
@media (max-width: 786px) {
  .festivehub-header .banner-light-gift-right {
    width: 63px;
    height: 50px;
    top: 0px;
  }
}
.festivehub-header img {
  position: absolute;
  bottom: 0;
}
.festivehub-header img.img-left {
  left: -38px;
}
@media (max-width: 768px) {
  .festivehub-header img.img-left {
    left: -21px;
  }
}
.festivehub-header img.img-right {
  right: -38px;
}
@media (max-width: 768px) {
  .festivehub-header img.img-right {
    right: -21px;
  }
}
@media (max-width: 768px) {
  .festivehub-header img {
    height: 46px;
  }
}
.festivehub-header .header--wrap {
  position: relative;
  padding: 7px 62px 13px;
  width: fit-content;
  margin: 40px auto;
  border-radius: 11px;
  background: #FE007A;
}
@media (max-width: 1300px) {
  .festivehub-header .header--wrap {
    max-width: 650px;
  }
}
@media (max-width: 768px) {
  .festivehub-header .header--wrap {
    padding: 6px 28px;
    margin: 16px 40px 24px;
    margin: 16px auto 24px;
    max-width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
  }
}
@media (max-width: 569px) {
  .festivehub-header .header--wrap {
    width: 185px;
    max-width: 222px;
  }
}
.festivehub-header .header--wrap h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 58px;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--font-transducer);
  color: #fff;
}
@media (max-width: 1300px) {
  .festivehub-header .header--wrap h2 {
    max-width: 650px;
    font-size: 28px;
    line-height: 54px;
  }
}
@media (max-width: 768px) {
  .festivehub-header .header--wrap h2 {
    font-size: 14px;
    line-height: 16.8px;
    text-transform: uppercase;
  }
}
@media (max-width: 786px) {
  h1.pricecheck {
    font-size: 24px !important;
    font-style: normal;
    font-weight: 900;
    line-height: normal !important;
    max-width: 80%;
    padding: 8px 0;
  }
}
h1.pricecheck {
  padding: 16px 0;
}

.global-footprint-wrapper {
  background-color: #f5f5f5;
  margin: 0 auto;
  padding-left: 68px;
  position: relative;
  max-width: 1800px;
  font-family: var(--font-transducer);
}
@media screen and (max-width: 768px) {
  .global-footprint-wrapper {
    padding-left: 0;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1300px) {
  .global-footprint-wrapper {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1440px) {
  .global-footprint-wrapper {
    max-width: 1300px;
  }
}
.global-footprint-wrapper .responsive-object svg {
  display: block;
  width: 100%;
  aspect-ratio: 1.6744186;
  height: auto;
}
@media screen and (max-width: 768px) {
  .global-footprint-wrapper .responsive-object svg {
    height: 430px;
  }
}
.global-footprint-wrapper .responsive-object svg path.E:hover {
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
  fill: #A9A9A9;
}
.global-footprint-wrapper .responsive-object::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 130px;
  /* Adjust fade height */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  pointer-events: none;
  /* ensures click passes through */
  z-index: 2;
}
.global-footprint-wrapper .know-more-wrapper {
  position: absolute;
  top: 58px;
  right: 44px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .global-footprint-wrapper .know-more-wrapper {
    transform: translate(-50%, -50%);
    left: 50%;
    right: unset;
    bottom: 12px;
    top: unset;
  }
}
.global-footprint-wrapper .know-more-wrapper #know-more-btn {
  border: none;
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  line-height: 100%;
  background: transparent;
}
.global-footprint-wrapper .heading-wrapper {
  position: absolute;
  top: 55px;
  left: 68px;
  max-width: 580px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .global-footprint-wrapper .heading-wrapper {
    left: 26px;
    max-width: 293px;
  }
}
.global-footprint-wrapper .heading-wrapper h2 {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .global-footprint-wrapper .heading-wrapper h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.global-footprint-wrapper .heading-wrapper h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .global-footprint-wrapper .heading-wrapper h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.global-footprint-wrapper .content-wrapper {
  position: absolute;
  bottom: 78px;
  left: 68px;
}
@media screen and (max-width: 768px) {
  .global-footprint-wrapper .content-wrapper {
    display: flex;
    justify-content: space-between;
    left: 40px;
    right: 40px;
  }
}
.global-footprint-wrapper .content-wrapper .content {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  line-height: 100%;
  margin-bottom: 50px;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .global-footprint-wrapper .content-wrapper .content {
    text-align: center;
    font-size: 12px;
    margin-bottom: 0;
    padding-left: 0;
  }
}
.global-footprint-wrapper .content-wrapper .content p {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  line-height: 100%;
}
.global-footprint-wrapper .content-wrapper .content::before {
  content: '';
  position: absolute;
  left: 0;
  top: -14px;
  width: 6px;
  height: 41px;
  background: red;
  clip-path: polygon(0 0, 100% 13%, 100% 84%, 0 100%, 0% 70%, 0% 30%);
}
@media screen and (max-width: 768px) {
  .global-footprint-wrapper .content-wrapper .content::before {
    transform: rotate(-90deg);
    left: unset;
    right: 50%;
    top: -40px;
  }
}
.global-footprint-wrapper .content-wrapper .content.research-centers::before {
  background-color: #FABD37;
}
.global-footprint-wrapper .content-wrapper .content.manufacturing::before {
  background-color: #009FDA;
}

.europe-social-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .europe-social-icons {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.europe-social-icons .left-container {
  display: flex;
  gap: 12px;
}
.europe-social-icons .right-container {
  display: flex;
  gap: 32px;
  align-items: center;
}
.europe-social-icons .right-container .right-icon-item img {
  max-width: 40px;
  height: auto;
}

.social-links.gap-2 {
  margin-left: auto;
}
.footer-link-container {
  font-family: var(--font-tstar-regular);
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
}
.footer-link-container .link-container {
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-link-container .link-container:not(:last-child) {
  border-right: 2px solid #fff;
}
.footer-link-container a {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .common-section .nav .nav-link {
    font-size: 16px;
  }
}

#ngWebsite {
  .bike-detail {
    .bike-detail-content {
      .bike-logo img {
        max-height: 50px;
      }
    }
}
}

.grecaptcha-badge {
  visibility: hidden;
}

.get-in-touch-cta {
  border: 1px solid var(--white);
  background-color: var(--white);
  padding: 16px 24px;
  font-family: var(--font-transducer-regular);
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: 0.03px;
  color: var(--black);
  max-width: 170px;
  max-height: 48px;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  .get-in-touch-cta {
      min-width: 163px;
  }
}

.get-in-touch-cta:hover {
  color: var(--text-color-danger-red);
}

.get-in-touch-cta:hover .black-aarrow-icon {
  display: none;
}

.get-in-touch-cta:hover .red-aarrow-icon {
  display: block;
}

.red-aarrow-icon {
  display: none;
}

.get-in-touch-cta img {
  width: 100%;
  height: 100%;
  max-height: 24px;
  max-width: 24px;
  margin-left: 2px;
  align-self: center;
}

@font-face {
  font-family: "tstar-regular";
  src: url("clientlib-base-global/resources/fonts/t-star-pro-cufonfonts/t-star-pro-cufonfonts/TStarProRegular.ttf") format("truetype"), url("clientlib-base-global/resources/fonts/t-star-pro-cufonfonts/t-star-pro-cufonfonts/TStarProRegular.woff") format("woff"), url("clientlib-base-global/resources/fonts/t-star-pro-cufonfonts/t-star-pro-cufonfonts/TStarProRegular.woff2") format("woff2"), url("clientlib-base-global/resources/fonts/t-star-pro-cufonfonts/t-star-pro-cufonfonts/TStarProRegular.eot") format("eot");
}
@font-face {
  font-family: "transducer-test-regular";
  src: url("clientlib-base-global/resources/fonts/Transducre/Transducre/TransducerTest-RegularOblique-BF645c3dd87b9e4.otf") format("otf");
}
:root {
  --font-tstar-regular: "tstar-regular";
  --font-transducer: "transducer", sans-serif;
}

@font-face {
  font-family: "transducer-RegularOblique";
  src: url("clientlib-base-global/resources/fonts/Transducre/Transducre/TransducerTest-RegularOblique-BF645c3dd87b9e4.otf") format("truetype");
}

@font-face {
  font-family: "transducer-regular";
  src: url("clientlib-base-global/resources/fonts/Transducre/Transducre/TransducerTest-Regular-BF645c3dd843c3b.otf") format("truetype");
}

@font-face {
  font-family: "transducer-RegularOblique";
  src: url("clientlib-base-global/resources/fonts/Transducre/Transducre/TransducerTest-Bold-BF645c3dd70a4f5.otf") format("truetype");
}

@font-face {
  font-family: "transducer-CondensedRegular";
  src: url("clientlib-base-global/resources/fonts/Transducre/TransducerTest-CondensedRegular.otf") format("otf");
}

@font-face {
  font-family: "font-tourney";
  src: url("clientlib-base-global/resources/fonts/Tourney-BlackItalic.ttf") format("truetype"), url("clientlib-base-global/resources/fonts/t-star-pro-cufonfonts/t-star-pro-cufonfonts/TStarProRegular.woff") format("woff"), url("clientlib-base-global/resources/fonts/t-star-pro-cufonfonts/t-star-pro-cufonfonts/TStarProRegular.woff2") format("woff2"), url("clientlib-base-global/resources/fonts/t-star-pro-cufonfonts/t-star-pro-cufonfonts/TStarProRegular.eot") format("eot");
}

@font-face {
  font-family: "transducer-regular";
  src: url("clientlib-base-global/resources/fonts/Transducre/Transducre/TransducerTest-Regular-BF645c3dd843c3b.otf") format("truetype");
}

@font-face {
  font-family: "transducer-bold";
  src: url("clientlib-base-global/resources/fonts/Transducre/Transducre/TransducerTest-Bold-BF645c3dd70a4f5.otf") format("truetype");
}

/* font-family-variable */
:root {
  --font-transducer: "transducer", sans-serif;
  --font-transducer-RegularOblique: "transducer-RegularOblique";
  --font-transducer-CondensedRegular: "transducer-CondensedRegular";
  --font-transducer-regular:"transducer-regular";
  --font-transducer-bold:"transducer-bold";
  --font-tourney: "font-tourney";

  /* Colors */
  --colot-transperent: #0000001A;
  --text-color-danger-red: #f00;
  --text-color-grey: #5e5e5e;
  --text-color-ligh-grey: #525252;
  --border-color: #b5b5b5;
  --orange-color: #ff5310;
  --red-color : #d11414;

  --bike-360-comp-bg-gradient: linear-gradient(
    180deg,
    rgba(165, 176, 218, 0) 0%,
    rgba(231, 235, 255, 0.15) 100%
  );
  --electric-mobility-scroll-line-gradient: linear-gradient(
    to right,
    var(--color-moon-yellow) 0%,
    transparent 100%
  );
  --electric-mobility-bg-img-gradient: linear-gradient(
    to bottom,
    var(--color-moon-yellow),
    transparent 100%
  );
}