/*
 *  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.
 */
.cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.cmp-tabs__tab {
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  padding: .5rem 1rem;
  cursor: pointer;
}
.cmp-tabs__tab--active {
  border-color: inherit;
}
.cmp-tabs__tabpanel {
  display: none;
}
.cmp-tabs__tabpanel--active {
  display: block;
}

/*
 *  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.
 */
.cmp-carousel__content {
  position: relative;
}
.cmp-carousel__item {
  display: none;
}
.cmp-carousel__item--active {
  display: block;
}
.cmp-carousel__action {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cmp-carousel__indicators {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cmp-carousel__indicator {
  position: relative;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  border-radius: 50%;
  font-size: 0;
  text-indent: -3000px;
  background-color: rgba(0, 0, 0, 0.5);
}
.cmp-carousel__indicator--active {
  background-color: rgba(0, 0, 0, 0.8);
}

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

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

/*
 *  Copyright 2017 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-search {
  position: relative;
}
.cmp-search__field {
  position: relative;
  height: 2rem;
}
.cmp-search__input {
  padding-left: 2rem;
  padding-right: 2rem;
  height: 100%;
  width: 100%;
}
.cmp-search__icon {
  display: block;
  position: absolute;
  left: .5rem;
  top: .5rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTE1MnB4IiBoZWlnaHQ9IjExNTJweCIgdmlld0JveD0iMCAwIDExNTIgMTE1MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTE1MiAxMTUyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik02NzIsMEM0MDYuOTAzLDAsMTkyLDIxNC45MDMsMTkyLDQ4MGMwLDk1LjcsMjguMDExLDE4NC44NTUsNzYuMjc1LDI1OS43MjVDMTgxLjY0Niw4MjYuMzU0LDQ4LjA3NSw5NTkuOTI1LDM2LDk3Mg0KCWMtMTgsMTgtMzYsMzYtMzYsNzJzMTgsNTQsMzYsNzJzMzYuMDEyLDM2LDcyLDM2czU0LTE4LDcyLTM2YzEyLjA3NS0xMi4wNzUsMTQ1LjY0Ni0xNDUuNjQ2LDIzMi4yNzUtMjMyLjI3NQ0KCUM0ODcuMTQ0LDkzMS45ODgsNTc2LjMsOTYwLDY3Miw5NjBjMjY1LjA5NywwLDQ4MC0yMTQuOTAzLDQ4MC00ODBDMTE1MiwyMTQuOTAzLDkzNy4wOTcsMCw2NzIsMHogTTY3Miw4MTYNCgljLTE4NS41NjgsMC0zMzYtMTUwLjQzMy0zMzYtMzM2YzAtMTg1LjU2OCwxNTAuNDMyLTMzNiwzMzYtMzM2YzE4NS41NjcsMCwzMzYsMTUwLjQzMiwzMzYsMzM2QzEwMDgsNjY1LjU2Nyw4NTcuNTY3LDgxNiw2NzIsODE2eiINCgkvPg0KPC9zdmc+DQo=");
  background-size: contain;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
}
.cmp-search__loading-indicator {
  display: none;
  position: absolute;
  top: .5rem;
  left: .5rem;
  border: 3px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  animation: cmp-search__loading-indicator-spin 2s linear infinite;
}
@keyframes cmp-search__loading-indicator-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cmp-search__clear {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}
.cmp-search__clear-icon {
  position: absolute;
  top: .5rem;
  right: .5rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTE1MnB4IiBoZWlnaHQ9IjExNTJweCIgdmlld0JveD0iMCAwIDExNTIgMTE1MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTE1MiAxMTUyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJYTUxJRF85XyIgZD0iTTgyLjYsOTM3LjJsMzYyLTM2Mkw4NCwyMTQuOGMtMTQuMS0xNC4xLTE0LjEtMzYuOSwwLTUxbDgxLjItODEuMmMxNC4xLTE0LjEsMzYuOS0xNC4xLDUxLDBsMzYwLjUsMzYwLjUNCglMOTM3LjIsODIuNmMxNC4xLTE0LjEsMzYuOS0xNC4xLDUxLDBsODEuMiw4MS4yYzE0LjEsMTQuMSwxNC4xLDM2LjksMCw1MUw3MDguOSw1NzUuM2wzNjAuNSwzNjAuNWMxNC4xLDE0LjEsMTQuMSwzNi45LDAsNTENCglsLTgxLjIsODEuMmMtMTQuMSwxNC4xLTM2LjksMTQuMS01MSwwTDU3Ni43LDcwNy41bC0zNjIsMzYyYy0xNC4xLDE0LjEtMzYuOSwxNC4xLTUxLDBsLTgxLjItODEuMg0KCUM2OC41LDk3NC4yLDY4LjUsOTUxLjMsODIuNiw5MzcuMnoiLz4NCjwvc3ZnPg0K");
  background-size: contain;
  width: 1rem;
  height: 1rem;
}
.cmp-search__results {
  display: none;
  overflow-y: auto;
  min-width: 100%;
  max-height: 10rem;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  border: 1px solid #ccc;
  background: #fff;
}
.cmp-search__item {
  display: block;
}
.cmp-search__item--is-focused {
  background-color: #ccc;
}

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

/*
 * grid_base.less is a file provided by AEM. 
 * For portability between versions of AEM the file has been copied into WKND project's client library.
 *
 * 6.3 Path to Responsive Grid: /etc/clientlibs/wcm/foundation/grid/grid_base.less
 * 6.4 Path to Responsive Grid:  /libs/wcm/foundation/clientlibs/grid/grid_base.less
 * 
 */
/*
 * grid_base.less is a file provided by AEM. 
 * For portability between versions of AEM the file has been copied into WKND project's client library.
 *
 * 6.3 Path to Responsive Grid: /etc/clientlibs/wcm/foundation/grid/grid_base.less
 * 6.4 Path to Responsive Grid:  /libs/wcm/foundation/clientlibs/grid/grid_base.less
 * 
 */
/* grid component */
.aem-Grid {
  display: block;
  width: 100%;
}
.aem-Grid::before,
.aem-Grid::after {
  display: table;
  content: " ";
}
.aem-Grid::after {
  clear: both;
}
/* placeholder for new components */
.aem-Grid-newComponent {
  clear: both;
  margin: 0;
}
/* column of a grid */
.aem-GridColumn {
  box-sizing: border-box;
  clear: both;
}
/* force showing hidden */
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important;
}
/* Generates all the rules for the grid columns up to the given amount of column */
/* Generates all the rules for the grid column offset up to the given amount of column */
/* Generates all the rules for the grid and columns for the given break point and total of columns */
/* Generates all the rules for the grids and columns */
/* API function to be called to generate a grid config */
/* maximum amount of grid cells to be provided */
/* default breakpoint */
.aem-Grid {
  width: auto;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--newline {
  /* newline behavior */
  display: block;
  clear: both !important;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--none {
  /* none behavior */
  display: block;
  clear: none !important;
  float: left;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  /* hide behavior */
  display: none;
}
/* phone breakpoint */
@media (max-width: 767px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    /* hide behavior */
    display: none;
  }
}
/* tablet breakpoint */
@media (min-width: 768px) and (max-width: 1200px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--hide {
    /* hide behavior */
    display: none;
  }
}
.aem-GridColumn {
  padding: 0 14px;
}
.responsivegrid.aem-GridColumn {
  padding-left: 0;
  padding-right: 0;
}

@charset "utf-8";

.white {
	color: #fff;
}
.gray {
	color: #575656;
}
.lightgray {
	color: #6b6b6b;
}
.darkgray {
	color: #0e0e0e;
}
a.darkgray:hover, button.darkgray:hover {
	color: #1b1b1b;
}
.red {
	color: #c11026;
}

.bg-white {
	background-color: #fff;
}
.bg-gray {
	background-color: #575656;
}
.bg-lightgray {
	background-color: #6b6b6b;
}
.bg-darkgray {
	background-color: #0e0e0e;
}
a.bg-darkgray:hover, button.bg-darkgray:hover {
	background-color: #1b1b1b;
}
.bg-red {
	background-color: #c11026;
}
.overlay-red {
	background-color: #c11026;
	background-color: rgba(193,16,38,0.9);
}
@charset "utf-8";
/* CSS Document */

/* 1 percent */
.p-1pct {
    padding: 1% !important;
}

.pt-1pct,
.py-1pct {
    padding-top: 1% !important;
}

.pr-1pct,
.px-1pct {
    padding-right: 1% !important;
}

.pb-1pct,
.py-1pct {
    padding-bottom: 1% !important;
}

.pl-1pct,
.px-1pct {
    padding-left: 1% !important;
}

/* 2 percent */
.p-2pct {
    padding: 2% !important;
}

.pt-2pct,
.py-2pct {
    padding-top: 2% !important;
}

.pr-2pct,
.px-2pct {
    padding-right: 2% !important;
}

.pb-2pct,
.py-2pct {
    padding-bottom: 2% !important;
}

.pl-2pct,
.px-2pct {
    padding-left: 2% !important;
}

/* 3 percent */
.p-3pct {
    padding: 3% !important;
}

.pt-3pct,
.py-3pct {
    padding-top: 3% !important;
}

.pr-3pct,
.px-3pct {
    padding-right: 3% !important;
}

.pb-3pct,
.py-3pct {
    padding-bottom: 3% !important;
}

.pl-3pct,
.px-3pct {
    padding-left: 3% !important;
}

/* 4 percent */
.p-4pct {
    padding: 4% !important;
}

.pt-4pct,
.py-4pct {
    padding-top: 4% !important;
}

.pr-4pct,
.px-4pct {
    padding-right: 4% !important;
}

.pb-4pct,
.py-4pct {
    padding-bottom: 4% !important;
}

.pl-4pct,
.px-4pct {
    padding-left: 4% !important;
}

/* 5 percent */
.p-5pct {
    padding: 5% !important;
}

.pt-5pct,
.py-5pct {
    padding-top: 5% !important;
}

.pr-5pct,
.px-5pct {
    padding-right: 5% !important;
}

.pb-5pct,
.py-5pct {
    padding-bottom: 5% !important;
}

.pl-5pct,
.px-5pct {
    padding-left: 5% !important;
}

/* 6 percent */
.p-6pct {
    padding: 6% !important;
}

.pt-6pct,
.py-6pct {
    padding-top: 6% !important;
}

.pr-6pct,
.px-6pct {
    padding-right: 6% !important;
}

.pb-6pct,
.py-6pct {
    padding-bottom: 6% !important;
}

.pl-6pct,
.px-6pct {
    padding-left: 6% !important;
}

/* 7 percent */
.p-7pct {
    padding: 7% !important;
}

.pt-7pct,
.py-7pct {
    padding-top: 7% !important;
}

.pr-7pct,
.px-7pct {
    padding-right: 7% !important;
}

.pb-7pct,
.py-7pct {
    padding-bottom: 7% !important;
}

.pl-7pct,
.px-7pct {
    padding-left: 7% !important;
}

/* 8 percent */
.p-8pct {
    padding: 8% !important;
}

.pt-8pct,
.py-8pct {
    padding-top: 8% !important;
}

.pr-8pct,
.px-8pct {
    padding-right: 8% !important;
}

.pb-8pct,
.py-8pct {
    padding-bottom: 8% !important;
}

.pl-8pct,
.px-8pct {
    padding-left: 8% !important;
}

/* 9 percent */
.p-9pct {
    padding: 9% !important;
}

.pt-9pct,
.py-9pct {
    padding-top: 9% !important;
}

.pr-9pct,
.px-9pct {
    padding-right: 9% !important;
}

.pb-9pct,
.py-9pct {
    padding-bottom: 9% !important;
}

.pl-9pct,
.px-9pct {
    padding-left: 9% !important;
}

/* 10 percent */
.p-10pct {
    padding: 10% !important;
}

.pt-10pct,
.py-10pct {
    padding-top: 10% !important;
}

.pr-10pct,
.px-10pct {
    padding-right: 10% !important;
}

.pb-10pct,
.py-10pct {
    padding-bottom: 10% !important;
}

.pl-10pct,
.px-10pct {
    padding-left: 10% !important;
}

/* mobile padding only */
@media (max-width: 768px) {

    /* 1 percent */
    .p-mob-1pct {
        padding: 1% !important;
    }

    .pt-mob-1pct,
    .py-mob-1pct {
        padding-top: 1% !important;
    }

    .pr-mob-1pct,
    .px-mob-1pct {
        padding-right: 1% !important;
    }

    .pb-mob-1pct,
    .py-mob-1pct {
        padding-bottom: 1% !important;
    }

    .pl-mob-1pct,
    .px-mob-1pct {
        padding-left: 1% !important;
    }

    /* 2 percent */
    .p-mob-2pct {
        padding: 2% !important;
    }

    .pt-mob-2pct,
    .py-mob-2pct {
        padding-top: 2% !important;
    }

    .pr-mob-2pct,
    .px-mob-2pct {
        padding-right: 2% !important;
    }

    .pb-mob-2pct,
    .py-mob-2pct {
        padding-bottom: 2% !important;
    }

    .pl-mob-2pct,
    .px-mob-2pct {
        padding-left: 2% !important;
    }

    /* 3 percent */
    .p-mob-3pct {
        padding: 3% !important;
    }

    .pt-mob-3pct,
    .py-mob-3pct {
        padding-top: 3% !important;
    }

    .pr-mob-3pct,
    .px-mob-3pct {
        padding-right: 3% !important;
    }

    .pb-mob-3pct,
    .py-mob-3pct {
        padding-bottom: 3% !important;
    }

    .pl-mob-3pct,
    .px-mob-3pct {
        padding-left: 3% !important;
    }

    /* 4 percent */
    .p-mob-4pct {
        padding: 4% !important;
    }

    .pt-mob-4pct,
    .py-mob-4pct {
        padding-top: 4% !important;
    }

    .pr-mob-4pct,
    .px-mob-4pct {
        padding-right: 4% !important;
    }

    .pb-mob-4pct,
    .py-mob-4pct {
        padding-bottom: 4% !important;
    }

    .pl-mob-4pct,
    .px-mob-4pct {
        padding-left: 4% !important;
    }

    /* 5 percent */
    .p-mob-5pct {
        padding: 5% !important;
    }

    .pt-mob-5pct,
    .py-mob-5pct {
        padding-top: 5% !important;
    }

    .pr-mob-5pct,
    .px-mob-5pct {
        padding-right: 5% !important;
    }

    .pb-mob-5pct,
    .py-mob-5pct {
        padding-bottom: 5% !important;
    }

    .pl-mob-5pct,
    .px-mob-5pct {
        padding-left: 5% !important;
    }

    /* 6 percent */
    .p-mob-6pct {
        padding: 6% !important;
    }

    .pt-mob-6pct,
    .py-mob-6pct {
        padding-top: 6% !important;
    }

    .pr-mob-6pct,
    .px-mob-6pct {
        padding-right: 6% !important;
    }

    .pb-mob-6pct,
    .py-mob-6pct {
        padding-bottom: 6% !important;
    }

    .pl-mob-6pct,
    .px-mob-6pct {
        padding-left: 6% !important;
    }

    /* 7 percent */
    .p-mob-7pct {
        padding: 7% !important;
    }

    .pt-mob-7pct,
    .py-mob-7pct {
        padding-top: 7% !important;
    }

    .pr-mob-7pct,
    .px-mob-7pct {
        padding-right: 7% !important;
    }

    .pb-mob-7pct,
    .py-mob-7pct {
        padding-bottom: 7% !important;
    }

    .pl-mob-7pct,
    .px-mob-7pct {
        padding-left: 7% !important;
    }

    /* 8 percent */
    .p-mob-8pct {
        padding: 8% !important;
    }

    .pt-mob-8pct,
    .py-mob-8pct {
        padding-top: 8% !important;
    }

    .pr-mob-8pct,
    .px-mob-8pct {
        padding-right: 8% !important;
    }

    .pb-mob-8pct,
    .py-mob-8pct {
        padding-bottom: 8% !important;
    }

    .pl-mob-8pct,
    .px-mob-8pct {
        padding-left: 8% !important;
    }

    /* 9 percent */
    .p-mob-9pct {
        padding: 9% !important;
    }

    .pt-mob-9pct,
    .py-mob-9pct {
        padding-top: 9% !important;
    }

    .pr-mob-9pct,
    .px-mob-9pct {
        padding-right: 9% !important;
    }

    .pb-mob-9pct,
    .py-mob-9pct {
        padding-bottom: 9% !important;
    }

    .pl-mob-9pct,
    .px-mob-9pct {
        padding-left: 9% !important;
    }

    /* 10 percent */
    .p-mob-10pct {
        padding: 10% !important;
    }

    .pt-mob-10pct,
    .py-mob-10pct {
        padding-top: 10% !important;
    }

    .pr-mob-10pct,
    .px-mob-10pct {
        padding-right: 10% !important;
    }

    .pb-mob-10pct,
    .py-mob-10pct {
        padding-bottom: 10% !important;
    }

    .pl-mob-10pct,
    .px-mob-10pct {
        padding-left: 10% !important;
    }
}

/* tablet padding only */
@media (min-width: 768px) and (max-width: 1024px) {

    /* 1 percent */
    .p-tab-1pct {
        padding: 1% !important;
    }

    .pt-tab-1pct,
    .py-tab-1pct {
        padding-top: 1% !important;
    }

    .pr-tab-1pct,
    .px-tab-1pct {
        padding-right: 1% !important;
    }

    .pb-tab-1pct,
    .py-tab-1pct {
        padding-bottom: 1% !important;
    }

    .pl-tab-1pct,
    .px-tab-1pct {
        padding-left: 1% !important;
    }

    /* 2 percent */
    .p-tab-2pct {
        padding: 2% !important;
    }

    .pt-tab-2pct,
    .py-tab-2pct {
        padding-top: 2% !important;
    }

    .pr-tab-2pct,
    .px-tab-2pct {
        padding-right: 2% !important;
    }

    .pb-tab-2pct,
    .py-tab-2pct {
        padding-bottom: 2% !important;
    }

    .pl-tab-2pct,
    .px-tab-2pct {
        padding-left: 2% !important;
    }

    /* 3 percent */
    .p-tab-3pct {
        padding: 3% !important;
    }

    .pt-tab-3pct,
    .py-tab-3pct {
        padding-top: 3% !important;
    }

    .pr-tab-3pct,
    .px-tab-3pct {
        padding-right: 3% !important;
    }

    .pb-tab-3pct,
    .py-tab-3pct {
        padding-bottom: 3% !important;
    }

    .pl-tab-3pct,
    .px-tab-3pct {
        padding-left: 3% !important;
    }

    /* 4 percent */
    .p-tab-4pct {
        padding: 4% !important;
    }

    .pt-tab-4pct,
    .py-tab-4pct {
        padding-top: 4% !important;
    }

    .pr-tab-4pct,
    .px-tab-4pct {
        padding-right: 4% !important;
    }

    .pb-tab-4pct,
    .py-tab-4pct {
        padding-bottom: 4% !important;
    }

    .pl-tab-4pct,
    .px-tab-4pct {
        padding-left: 4% !important;
    }

    /* 5 percent */
    .p-tab-5pct {
        padding: 5% !important;
    }

    .pt-tab-5pct,
    .py-tab-5pct {
        padding-top: 5% !important;
    }

    .pr-tab-5pct,
    .px-tab-5pct {
        padding-right: 5% !important;
    }

    .pb-tab-5pct,
    .py-tab-5pct {
        padding-bottom: 5% !important;
    }

    .pl-tab-5pct,
    .px-tab-5pct {
        padding-left: 5% !important;
    }

    /* 6 percent */
    .p-tab-6pct {
        padding: 6% !important;
    }

    .pt-tab-6pct,
    .py-tab-6pct {
        padding-top: 6% !important;
    }

    .pr-tab-6pct,
    .px-tab-6pct {
        padding-right: 6% !important;
    }

    .pb-tab-6pct,
    .py-tab-6pct {
        padding-bottom: 6% !important;
    }

    .pl-tab-6pct,
    .px-tab-6pct {
        padding-left: 6% !important;
    }

    /* 7 percent */
    .p-tab-7pct {
        padding: 7% !important;
    }

    .pt-tab-7pct,
    .py-tab-7pct {
        padding-top: 7% !important;
    }

    .pr-tab-7pct,
    .px-tab-7pct {
        padding-right: 7% !important;
    }

    .pb-tab-7pct,
    .py-tab-7pct {
        padding-bottom: 7% !important;
    }

    .pl-tab-7pct,
    .px-tab-7pct {
        padding-left: 7% !important;
    }

    /* 8 percent */
    .p-tab-8pct {
        padding: 8% !important;
    }

    .pt-tab-8pct,
    .py-tab-8pct {
        padding-top: 8% !important;
    }

    .pr-tab-8pct,
    .px-tab-8pct {
        padding-right: 8% !important;
    }

    .pb-tab-8pct,
    .py-tab-8pct {
        padding-bottom: 8% !important;
    }

    .pl-tab-8pct,
    .px-tab-8pct {
        padding-left: 8% !important;
    }

    /* 9 percent */
    .p-tab-9pct {
        padding: 9% !important;
    }

    .pt-tab-9pct,
    .py-tab-9pct {
        padding-top: 9% !important;
    }

    .pr-tab-9pct,
    .px-tab-9pct {
        padding-right: 9% !important;
    }

    .pb-tab-9pct,
    .py-tab-9pct {
        padding-bottom: 9% !important;
    }

    .pl-tab-9pct,
    .px-tab-9pct {
        padding-left: 9% !important;
    }

    /* 10 percent */
    .p-tab-10pct {
        padding: 10% !important;
    }

    .pt-tab-10pct,
    .py-tab-10pct {
        padding-top: 10% !important;
    }

    .pr-tab-10pct,
    .px-tab-10pct {
        padding-right: 10% !important;
    }

    .pb-tab-10pct,
    .py-tab-10pct {
        padding-bottom: 10% !important;
    }

    .pl-tab-10pct,
    .px-tab-10pct {
        padding-left: 10% !important;
    }
}

/* desktop padding only */
@media (min-width: 1024px) {

    /* 1 percent */
    .p-dt-1pct {
        padding: 1% !important;
    }

    .pt-dt-1pct,
    .py-dt-1pct {
        padding-top: 1% !important;
    }

    .pr-dt-1pct,
    .px-dt-1pct {
        padding-right: 1% !important;
    }

    .pb-dt-1pct,
    .py-dt-1pct {
        padding-bottom: 1% !important;
    }

    .pl-dt-1pct,
    .px-dt-1pct {
        padding-left: 1% !important;
    }

    /* 2 percent */
    .p-dt-2pct {
        padding: 2% !important;
    }

    .pt-dt-2pct,
    .py-dt-2pct {
        padding-top: 2% !important;
    }

    .pr-dt-2pct,
    .px-dt-2pct {
        padding-right: 2% !important;
    }

    .pb-dt-2pct,
    .py-dt-2pct {
        padding-bottom: 2% !important;
    }

    .pl-dt-2pct,
    .px-dt-2pct {
        padding-left: 2% !important;
    }

    /* 3 percent */
    .p-dt-3pct {
        padding: 3% !important;
    }

    .pt-dt-3pct,
    .py-dt-3pct {
        padding-top: 3% !important;
    }

    .pr-dt-3pct,
    .px-dt-3pct {
        padding-right: 3% !important;
    }

    .pb-dt-3pct,
    .py-dt-3pct {
        padding-bottom: 3% !important;
    }

    .pl-dt-3pct,
    .px-dt-3pct {
        padding-left: 3% !important;
    }

    /* 4 percent */
    .p-dt-4pct {
        padding: 4% !important;
    }

    .pt-dt-4pct,
    .py-dt-4pct {
        padding-top: 4% !important;
    }

    .pr-dt-4pct,
    .px-dt-4pct {
        padding-right: 4% !important;
    }

    .pb-dt-4pct,
    .py-dt-4pct {
        padding-bottom: 4% !important;
    }

    .pl-dt-4pct,
    .px-dt-4pct {
        padding-left: 4% !important;
    }

    /* 5 percent */
    .p-dt-5pct {
        padding: 5% !important;
    }

    .pt-dt-5pct,
    .py-dt-5pct {
        padding-top: 5% !important;
    }

    .pr-dt-5pct,
    .px-dt-5pct {
        padding-right: 5% !important;
    }

    .pb-dt-5pct,
    .py-dt-5pct {
        padding-bottom: 5% !important;
    }

    .pl-dt-5pct,
    .px-dt-5pct {
        padding-left: 5% !important;
    }

    /* 6 percent */
    .p-dt-6pct {
        padding: 6% !important;
    }

    .pt-dt-6pct,
    .py-dt-6pct {
        padding-top: 6% !important;
    }

    .pr-dt-6pct,
    .px-dt-6pct {
        padding-right: 6% !important;
    }

    .pb-dt-6pct,
    .py-dt-6pct {
        padding-bottom: 6% !important;
    }

    .pl-dt-6pct,
    .px-dt-6pct {
        padding-left: 6% !important;
    }

    /* 7 percent */
    .p-dt-7pct {
        padding: 7% !important;
    }

    .pt-dt-7pct,
    .py-dt-7pct {
        padding-top: 7% !important;
    }

    .pr-dt-7pct,
    .px-dt-7pct {
        padding-right: 7% !important;
    }

    .pb-dt-7pct,
    .py-dt-7pct {
        padding-bottom: 7% !important;
    }

    .pl-dt-7pct,
    .px-dt-7pct {
        padding-left: 7% !important;
    }

    /* 8 percent */
    .p-dt-8pct {
        padding: 8% !important;
    }

    .pt-dt-8pct,
    .py-dt-8pct {
        padding-top: 8% !important;
    }

    .pr-dt-8pct,
    .px-dt-8pct {
        padding-right: 8% !important;
    }

    .pb-dt-8pct,
    .py-dt-8pct {
        padding-bottom: 8% !important;
    }

    .pl-dt-8pct,
    .px-dt-8pct {
        padding-left: 8% !important;
    }

    /* 9 percent */
    .p-dt-9pct {
        padding: 9% !important;
    }

    .pt-dt-9pct,
    .py-dt-9pct {
        padding-top: 9% !important;
    }

    .pr-dt-9pct,
    .px-dt-9pct {
        padding-right: 9% !important;
    }

    .pb-dt-9pct,
    .py-dt-9pct {
        padding-bottom: 9% !important;
    }

    .pl-dt-9pct,
    .px-dt-9pct {
        padding-left: 9% !important;
    }

    /* 10 percent */
    .p-dt-10pct {
        padding: 10% !important;
    }

    .pt-dt-10pct,
    .py-dt-10pct {
        padding-top: 10% !important;
    }

    .pr-dt-10pct,
    .px-dt-10pct {
        padding-right: 10% !important;
    }

    .pb-dt-10pct,
    .py-dt-10pct {
        padding-bottom: 10% !important;
    }

    .pl-dt-10pct,
    .px-dt-10pct {
        padding-left: 10% !important;
    }
}
@charset "utf-8";
/* CSS Document */

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

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

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

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

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

/* 5 pixel */
.p-5 {
    padding: 5px !important;
}

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

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

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

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

/* 10 pixel */
.p-10 {
    padding: 10px !important;
}

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

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

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

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

/* 15 pixel */
.p-15 {
    padding: 15px !important;
}

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

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

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

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

/* 20 pixel */
.p-20 {
    padding: 20px !important;
}

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

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

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

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

/* 25 pixel */
.p-25 {
    padding: 25px !important;
}

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

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

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

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

/* 30 pixel */
.p-30 {
    padding: 30px !important;
}

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

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

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

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

/* 35 pixel */
.p-35 {
    padding: 35px !important;
}

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

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

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

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

/* 40 pixel */
.p-40 {
    padding: 40px !important;
}

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

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

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

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

/* 45 pixel */
.p-45 {
    padding: 45px !important;
}

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

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

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

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

/* 50 pixel */
.p-50 {
    padding: 50px !important;
}

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

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

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

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

/* mobile padding only */
@media (max-width: 768px) {

    /* 0 */
    .p-mob-0 {
        padding: 0 !important;
    }

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

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

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

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

    /* 5 pixel */
    .p-mob-5 {
        padding: 5px !important;
    }

    .pt-mob-5,
    .py-mob-5 {
        padding-top: 5px !important;
    }

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

    .pb-mob-5,
    .py-mob-5 {
        padding-bottom: 5px !important;
    }

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

    /* 10 pixel */
    .p-mob-10 {
        padding: 10px !important;
    }

    .pt-mob-10,
    .py-mob-10 {
        padding-top: 10px !important;
    }

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

    .pb-mob-10,
    .py-mob-10 {
        padding-bottom: 10px !important;
    }

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

    /* 15 pixel */
    .p-mob-15 {
        padding: 15px !important;
    }

    .pt-mob-15,
    .py-mob-15 {
        padding-top: 15px !important;
    }

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

    .pb-mob-15,
    .py-mob-15 {
        padding-bottom: 15px !important;
    }

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

    /* 20 pixel */
    .p-mob-20 {
        padding: 20px !important;
    }

    .pt-mob-20,
    .py-mob-20 {
        padding-top: 20px !important;
    }

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

    .pb-mob-20,
    .py-mob-20 {
        padding-bottom: 20px !important;
    }

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

    /* 25 pixel */
    .p-mob-25 {
        padding: 25px !important;
    }

    .pt-mob-25,
    .py-mob-25 {
        padding-top: 25px !important;
    }

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

    .pb-mob-25,
    .py-mob-25 {
        padding-bottom: 25px !important;
    }

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

    /* 30 pixel */
    .p-mob-30 {
        padding: 30px !important;
    }

    .pt-mob-30,
    .py-mob-30 {
        padding-top: 30px !important;
    }

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

    .pb-mob-30,
    .py-mob-30 {
        padding-bottom: 30px !important;
    }

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

    /* 35 pixel */
    .p-mob-35 {
        padding: 35px !important;
    }

    .pt-mob-35,
    .py-mob-35 {
        padding-top: 35px !important;
    }

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

    .pb-mob-35,
    .py-mob-35 {
        padding-bottom: 35px !important;
    }

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

    /* 40 pixel */
    .p-mob-40 {
        padding: 40px !important;
    }

    .pt-mob-40,
    .py-mob-40 {
        padding-top: 40px !important;
    }

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

    .pb-mob-40,
    .py-mob-40 {
        padding-bottom: 40px !important;
    }

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

    /* 45 pixel */
    .p-mob-45 {
        padding: 45px !important;
    }

    .pt-mob-45,
    .py-mob-45 {
        padding-top: 45px !important;
    }

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

    .pb-mob-45,
    .py-mob-45 {
        padding-bottom: 45px !important;
    }

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

    /* 50 pixel */
    .p-mob-50 {
        padding: 50px !important;
    }

    .pt-mob-50,
    .py-mob-50 {
        padding-top: 50px !important;
    }

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

    .pb-mob-50,
    .py-mob-50 {
        padding-bottom: 50px !important;
    }

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

/* tablet padding only */
@media (min-width: 768px) and (max-width: 1024px) {

    /* 0 */
    .p-tab-0 {
        padding: 0 !important;
    }

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

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

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

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

    /* 5 pixel */
    .p-tab-5 {
        padding: 5px !important;
    }

    .pt-tab-5,
    .py-tab-5 {
        padding-top: 5px !important;
    }

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

    .pb-tab-5,
    .py-tab-5 {
        padding-bottom: 5px !important;
    }

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

    /* 10 pixel */
    .p-tab-10 {
        padding: 10px !important;
    }

    .pt-tab-10,
    .py-tab-10 {
        padding-top: 10px !important;
    }

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

    .pb-tab-10,
    .py-tab-10 {
        padding-bottom: 10px !important;
    }

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

    /* 15 pixel */
    .p-tab-15 {
        padding: 15px !important;
    }

    .pt-tab-15,
    .py-tab-15 {
        padding-top: 15px !important;
    }

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

    .pb-tab-15,
    .py-tab-15 {
        padding-bottom: 15px !important;
    }

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

    /* 20 pixel */
    .p-tab-20 {
        padding: 20px !important;
    }

    .pt-tab-20,
    .py-tab-20 {
        padding-top: 20px !important;
    }

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

    .pb-tab-20,
    .py-tab-20 {
        padding-bottom: 20px !important;
    }

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

    /* 25 pixel */
    .p-tab-25 {
        padding: 25px !important;
    }

    .pt-tab-25,
    .py-tab-25 {
        padding-top: 25px !important;
    }

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

    .pb-tab-25,
    .py-tab-25 {
        padding-bottom: 25px !important;
    }

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

    /* 30 pixel */
    .p-tab-30 {
        padding: 30px !important;
    }

    .pt-tab-30,
    .py-tab-30 {
        padding-top: 30px !important;
    }

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

    .pb-tab-30,
    .py-tab-30 {
        padding-bottom: 30px !important;
    }

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

    /* 35 pixel */
    .p-tab-35 {
        padding: 35px !important;
    }

    .pt-tab-35,
    .py-tab-35 {
        padding-top: 35px !important;
    }

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

    .pb-tab-35,
    .py-tab-35 {
        padding-bottom: 35px !important;
    }

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

    /* 40 pixel */
    .p-tab-40 {
        padding: 40px !important;
    }

    .pt-tab-40,
    .py-tab-40 {
        padding-top: 40px !important;
    }

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

    .pb-tab-40,
    .py-tab-40 {
        padding-bottom: 40px !important;
    }

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

    /* 45 pixel */
    .p-tab-45 {
        padding: 45px !important;
    }

    .pt-tab-45,
    .py-tab-45 {
        padding-top: 45px !important;
    }

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

    .pb-tab-45,
    .py-tab-45 {
        padding-bottom: 45px !important;
    }

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

    /* 50 pixel */
    .p-tab-50 {
        padding: 50px !important;
    }

    .pt-tab-50,
    .py-tab-50 {
        padding-top: 50px !important;
    }

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

    .pb-tab-50,
    .py-tab-50 {
        padding-bottom: 50px !important;
    }

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

/* desktop padding only */
@media (min-width: 1024px) {

    /* 0 */
    .p-dt-0 {
        padding: 0 !important;
    }

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

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

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

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

    /* 5 pixel */
    .p-dt-5 {
        padding: 5px !important;
    }

    .pt-dt-5,
    .py-dt-5 {
        padding-top: 5px !important;
    }

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

    .pb-dt-5,
    .py-dt-5 {
        padding-bottom: 5px !important;
    }

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

    /* 10 pixel */
    .p-dt-10 {
        padding: 10px !important;
    }

    .pt-dt-10,
    .py-dt-10 {
        padding-top: 10px !important;
    }

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

    .pb-dt-10,
    .py-dt-10 {
        padding-bottom: 10px !important;
    }

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

    /* 15 pixel */
    .p-dt-15 {
        padding: 15px !important;
    }

    .pt-dt-15,
    .py-dt-15 {
        padding-top: 15px !important;
    }

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

    .pb-dt-15,
    .py-dt-15 {
        padding-bottom: 15px !important;
    }

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

    /* 20 pixel */
    .p-dt-20 {
        padding: 20px !important;
    }

    .pt-dt-20,
    .py-dt-20 {
        padding-top: 20px !important;
    }

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

    .pb-dt-20,
    .py-dt-20 {
        padding-bottom: 20px !important;
    }

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

    /* 25 pixel */
    .p-dt-25 {
        padding: 25px !important;
    }

    .pt-dt-25,
    .py-dt-25 {
        padding-top: 25px !important;
    }

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

    .pb-dt-25,
    .py-dt-25 {
        padding-bottom: 25px !important;
    }

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

    /* 30 pixel */
    .p-dt-30 {
        padding: 30px !important;
    }

    .pt-dt-30,
    .py-dt-30 {
        padding-top: 30px !important;
    }

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

    .pb-dt-30,
    .py-dt-30 {
        padding-bottom: 30px !important;
    }

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

    /* 35 pixel */
    .p-dt-35 {
        padding: 35px !important;
    }

    .pt-dt-35,
    .py-dt-35 {
        padding-top: 35px !important;
    }

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

    .pb-dt-35,
    .py-dt-35 {
        padding-bottom: 35px !important;
    }

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

    /* 40 pixel */
    .p-dt-40 {
        padding: 40px !important;
    }

    .pt-dt-40,
    .py-dt-40 {
        padding-top: 40px !important;
    }

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

    .pb-dt-40,
    .py-dt-40 {
        padding-bottom: 40px !important;
    }

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

    /* 45 pixel */
    .p-dt-45 {
        padding: 45px !important;
    }

    .pt-dt-45,
    .py-dt-45 {
        padding-top: 45px !important;
    }

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

    .pb-dt-45,
    .py-dt-45 {
        padding-bottom: 45px !important;
    }

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

    /* 50 pixel */
    .p-dt-50 {
        padding: 50px !important;
    }

    .pt-dt-50,
    .py-dt-50 {
        padding-top: 50px !important;
    }

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

    .pb-dt-50,
    .py-dt-50 {
        padding-bottom: 50px !important;
    }

    .pl-dt-50,
    .px-dt-50 {
        padding-left: 50px !important;
    }
}
@charset "utf-8";
/* CSS Document */

/* 1 vh */
.p-1vh {
    padding: 1vh !important;
}

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

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

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

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

/* 2 vh */
.p-2vh {
    padding: 2vh !important;
}

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

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

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

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

/* 3 vh */
.p-3vh {
    padding: 3vh !important;
}

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

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

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

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

/* 4 vh */
.p-4vh {
    padding: 4vh !important;
}

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

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

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

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

/* 5 vh */
.p-5vh {
    padding: 5vh !important;
}

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

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

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

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

/* 6 vh */
.p-6vh {
    padding: 6vh !important;
}

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

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

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

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

/* 7 vh */
.p-7vh {
    padding: 7vh !important;
}

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

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

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

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

/* 8 vh */
.p-8vh {
    padding: 8vh !important;
}

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

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

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

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

/* 9 vh */
.p-9vh {
    padding: 9vh !important;
}

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

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

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

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

/* 10 vh */
.p-10vh {
    padding: 10vh !important;
}

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

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

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

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

/* mobile padding only */
@media (max-width: 768px) {

    /* 1 vh */
    .p-mob-1vh {
        padding: 1vh !important;
    }

    .pt-mob-1vh,
    .py-mob-1vh {
        padding-top: 1vh !important;
    }

    .pr-mob-1vh,
    .px-mob-1vh {
        padding-right: 1vh !important;
    }

    .pb-mob-1vh,
    .py-mob-1vh {
        padding-bottom: 1vh !important;
    }

    .pl-mob-1vh,
    .px-mob-1vh {
        padding-left: 1vh !important;
    }

    /* 2 vh */
    .p-mob-2vh {
        padding: 2vh !important;
    }

    .pt-mob-2vh,
    .py-mob-2vh {
        padding-top: 2vh !important;
    }

    .pr-mob-2vh,
    .px-mob-2vh {
        padding-right: 2vh !important;
    }

    .pb-mob-2vh,
    .py-mob-2vh {
        padding-bottom: 2vh !important;
    }

    .pl-mob-2vh,
    .px-mob-2vh {
        padding-left: 2vh !important;
    }

    /* 3 vh */
    .p-mob-3vh {
        padding: 3vh !important;
    }

    .pt-mob-3vh,
    .py-mob-3vh {
        padding-top: 3vh !important;
    }

    .pr-mob-3vh,
    .px-mob-3vh {
        padding-right: 3vh !important;
    }

    .pb-mob-3vh,
    .py-mob-3vh {
        padding-bottom: 3vh !important;
    }

    .pl-mob-3vh,
    .px-mob-3vh {
        padding-left: 3vh !important;
    }

    /* 4 vh */
    .p-mob-4vh {
        padding: 4vh !important;
    }

    .pt-mob-4vh,
    .py-mob-4vh {
        padding-top: 4vh !important;
    }

    .pr-mob-4vh,
    .px-mob-4vh {
        padding-right: 4vh !important;
    }

    .pb-mob-4vh,
    .py-mob-4vh {
        padding-bottom: 4vh !important;
    }

    .pl-mob-4vh,
    .px-mob-4vh {
        padding-left: 4vh !important;
    }

    /* 5 vh */
    .p-mob-5vh {
        padding: 5vh !important;
    }

    .pt-mob-5vh,
    .py-mob-5vh {
        padding-top: 5vh !important;
    }

    .pr-mob-5vh,
    .px-mob-5vh {
        padding-right: 5vh !important;
    }

    .pb-mob-5vh,
    .py-mob-5vh {
        padding-bottom: 5vh !important;
    }

    .pl-mob-5vh,
    .px-mob-5vh {
        padding-left: 5vh !important;
    }

    /* 6 vh */
    .p-mob-6vh {
        padding: 6vh !important;
    }

    .pt-mob-6vh,
    .py-mob-6vh {
        padding-top: 6vh !important;
    }

    .pr-mob-6vh,
    .px-mob-6vh {
        padding-right: 6vh !important;
    }

    .pb-mob-6vh,
    .py-mob-6vh {
        padding-bottom: 6vh !important;
    }

    .pl-mob-6vh,
    .px-mob-6vh {
        padding-left: 6vh !important;
    }

    /* 7 vh */
    .p-mob-7vh {
        padding: 7vh !important;
    }

    .pt-mob-7vh,
    .py-mob-7vh {
        padding-top: 7vh !important;
    }

    .pr-mob-7vh,
    .px-mob-7vh {
        padding-right: 7vh !important;
    }

    .pb-mob-7vh,
    .py-mob-7vh {
        padding-bottom: 7vh !important;
    }

    .pl-mob-7vh,
    .px-mob-7vh {
        padding-left: 7vh !important;
    }

    /* 8 vh */
    .p-mob-8vh {
        padding: 8vh !important;
    }

    .pt-mob-8vh,
    .py-mob-8vh {
        padding-top: 8vh !important;
    }

    .pr-mob-8vh,
    .px-mob-8vh {
        padding-right: 8vh !important;
    }

    .pb-mob-8vh,
    .py-mob-8vh {
        padding-bottom: 8vh !important;
    }

    .pl-mob-8vh,
    .px-mob-8vh {
        padding-left: 8vh !important;
    }

    /* 9 vh */
    .p-mob-9vh {
        padding: 9vh !important;
    }

    .pt-mob-9vh,
    .py-mob-9vh {
        padding-top: 9vh !important;
    }

    .pr-mob-9vh,
    .px-mob-9vh {
        padding-right: 9vh !important;
    }

    .pb-mob-9vh,
    .py-mob-9vh {
        padding-bottom: 9vh !important;
    }

    .pl-mob-9vh,
    .px-mob-9vh {
        padding-left: 9vh !important;
    }

    /* 10 vh */
    .p-mob-10vh {
        padding: 10vh !important;
    }

    .pt-mob-10vh,
    .py-mob-10vh {
        padding-top: 10vh !important;
    }

    .pr-mob-10vh,
    .px-mob-10vh {
        padding-right: 10vh !important;
    }

    .pb-mob-10vh,
    .py-mob-10vh {
        padding-bottom: 10vh !important;
    }

    .pl-mob-10vh,
    .px-mob-10vh {
        padding-left: 10vh !important;
    }
}

/* tablet padding only */
@media (min-width: 768px) and (max-width: 1024px) {

    /* 1 vh */
    .p-tab-1vh {
        padding: 1vh !important;
    }

    .pt-tab-1vh,
    .py-tab-1vh {
        padding-top: 1vh !important;
    }

    .pr-tab-1vh,
    .px-tab-1vh {
        padding-right: 1vh !important;
    }

    .pb-tab-1vh,
    .py-tab-1vh {
        padding-bottom: 1vh !important;
    }

    .pl-tab-1vh,
    .px-tab-1vh {
        padding-left: 1vh !important;
    }

    /* 2 vh */
    .p-tab-2vh {
        padding: 2vh !important;
    }

    .pt-tab-2vh,
    .py-tab-2vh {
        padding-top: 2vh !important;
    }

    .pr-tab-2vh,
    .px-tab-2vh {
        padding-right: 2vh !important;
    }

    .pb-tab-2vh,
    .py-tab-2vh {
        padding-bottom: 2vh !important;
    }

    .pl-tab-2vh,
    .px-tab-2vh {
        padding-left: 2vh !important;
    }

    /* 3 vh */
    .p-tab-3vh {
        padding: 3vh !important;
    }

    .pt-tab-3vh,
    .py-tab-3vh {
        padding-top: 3vh !important;
    }

    .pr-tab-3vh,
    .px-tab-3vh {
        padding-right: 3vh !important;
    }

    .pb-tab-3vh,
    .py-tab-3vh {
        padding-bottom: 3vh !important;
    }

    .pl-tab-3vh,
    .px-tab-3vh {
        padding-left: 3vh !important;
    }

    /* 4 vh */
    .p-tab-4vh {
        padding: 4vh !important;
    }

    .pt-tab-4vh,
    .py-tab-4vh {
        padding-top: 4vh !important;
    }

    .pr-tab-4vh,
    .px-tab-4vh {
        padding-right: 4vh !important;
    }

    .pb-tab-4vh,
    .py-tab-4vh {
        padding-bottom: 4vh !important;
    }

    .pl-tab-4vh,
    .px-tab-4vh {
        padding-left: 4vh !important;
    }

    /* 5 vh */
    .p-tab-5vh {
        padding: 5vh !important;
    }

    .pt-tab-5vh,
    .py-tab-5vh {
        padding-top: 5vh !important;
    }

    .pr-tab-5vh,
    .px-tab-5vh {
        padding-right: 5vh !important;
    }

    .pb-tab-5vh,
    .py-tab-5vh {
        padding-bottom: 5vh !important;
    }

    .pl-tab-5vh,
    .px-tab-5vh {
        padding-left: 5vh !important;
    }

    /* 6 vh */
    .p-tab-6vh {
        padding: 6vh !important;
    }

    .pt-tab-6vh,
    .py-tab-6vh {
        padding-top: 6vh !important;
    }

    .pr-tab-6vh,
    .px-tab-6vh {
        padding-right: 6vh !important;
    }

    .pb-tab-6vh,
    .py-tab-6vh {
        padding-bottom: 6vh !important;
    }

    .pl-tab-6vh,
    .px-tab-6vh {
        padding-left: 6vh !important;
    }

    /* 7 vh */
    .p-tab-7vh {
        padding: 7vh !important;
    }

    .pt-tab-7vh,
    .py-tab-7vh {
        padding-top: 7vh !important;
    }

    .pr-tab-7vh,
    .px-tab-7vh {
        padding-right: 7vh !important;
    }

    .pb-tab-7vh,
    .py-tab-7vh {
        padding-bottom: 7vh !important;
    }

    .pl-tab-7vh,
    .px-tab-7vh {
        padding-left: 7vh !important;
    }

    /* 8 vh */
    .p-tab-8vh {
        padding: 8vh !important;
    }

    .pt-tab-8vh,
    .py-tab-8vh {
        padding-top: 8vh !important;
    }

    .pr-tab-8vh,
    .px-tab-8vh {
        padding-right: 8vh !important;
    }

    .pb-tab-8vh,
    .py-tab-8vh {
        padding-bottom: 8vh !important;
    }

    .pl-tab-8vh,
    .px-tab-8vh {
        padding-left: 8vh !important;
    }

    /* 9 vh */
    .p-tab-9vh {
        padding: 9vh !important;
    }

    .pt-tab-9vh,
    .py-tab-9vh {
        padding-top: 9vh !important;
    }

    .pr-tab-9vh,
    .px-tab-9vh {
        padding-right: 9vh !important;
    }

    .pb-tab-9vh,
    .py-tab-9vh {
        padding-bottom: 9vh !important;
    }

    .pl-tab-9vh,
    .px-tab-9vh {
        padding-left: 9vh !important;
    }

    /* 10 vh */
    .p-tab-10vh {
        padding: 10vh !important;
    }

    .pt-tab-10vh,
    .py-tab-10vh {
        padding-top: 10vh !important;
    }

    .pr-tab-10vh,
    .px-tab-10vh {
        padding-right: 10vh !important;
    }

    .pb-tab-10vh,
    .py-tab-10vh {
        padding-bottom: 10vh !important;
    }

    .pl-tab-10vh,
    .px-tab-10vh {
        padding-left: 10vh !important;
    }
}

/* desktop padding only */
@media (min-width: 1024px) {

    /* 1 vh */
    .p-dt-1vh {
        padding: 1vh !important;
    }

    .pt-dt-1vh,
    .py-dt-1vh {
        padding-top: 1vh !important;
    }

    .pr-dt-1vh,
    .px-dt-1vh {
        padding-right: 1vh !important;
    }

    .pb-dt-1vh,
    .py-dt-1vh {
        padding-bottom: 1vh !important;
    }

    .pl-dt-1vh,
    .px-dt-1vh {
        padding-left: 1vh !important;
    }

    /* 2 vh */
    .p-dt-2vh {
        padding: 2vh !important;
    }

    .pt-dt-2vh,
    .py-dt-2vh {
        padding-top: 2vh !important;
    }

    .pr-dt-2vh,
    .px-dt-2vh {
        padding-right: 2vh !important;
    }

    .pb-dt-2vh,
    .py-dt-2vh {
        padding-bottom: 2vh !important;
    }

    .pl-dt-2vh,
    .px-dt-2vh {
        padding-left: 2vh !important;
    }

    /* 3 vh */
    .p-dt-3vh {
        padding: 3vh !important;
    }

    .pt-dt-3vh,
    .py-dt-3vh {
        padding-top: 3vh !important;
    }

    .pr-dt-3vh,
    .px-dt-3vh {
        padding-right: 3vh !important;
    }

    .pb-dt-3vh,
    .py-dt-3vh {
        padding-bottom: 3vh !important;
    }

    .pl-dt-3vh,
    .px-dt-3vh {
        padding-left: 3vh !important;
    }

    /* 4 vh */
    .p-dt-4vh {
        padding: 4vh !important;
    }

    .pt-dt-4vh,
    .py-dt-4vh {
        padding-top: 4vh !important;
    }

    .pr-dt-4vh,
    .px-dt-4vh {
        padding-right: 4vh !important;
    }

    .pb-dt-4vh,
    .py-dt-4vh {
        padding-bottom: 4vh !important;
    }

    .pl-dt-4vh,
    .px-dt-4vh {
        padding-left: 4vh !important;
    }

    /* 5 vh */
    .p-dt-5vh {
        padding: 5vh !important;
    }

    .pt-dt-5vh,
    .py-dt-5vh {
        padding-top: 5vh !important;
    }

    .pr-dt-5vh,
    .px-dt-5vh {
        padding-right: 5vh !important;
    }

    .pb-dt-5vh,
    .py-dt-5vh {
        padding-bottom: 5vh !important;
    }

    .pl-dt-5vh,
    .px-dt-5vh {
        padding-left: 5vh !important;
    }

    /* 6 vh */
    .p-dt-6vh {
        padding: 6vh !important;
    }

    .pt-dt-6vh,
    .py-dt-6vh {
        padding-top: 6vh !important;
    }

    .pr-dt-6vh,
    .px-dt-6vh {
        padding-right: 6vh !important;
    }

    .pb-dt-6vh,
    .py-dt-6vh {
        padding-bottom: 6vh !important;
    }

    .pl-dt-6vh,
    .px-dt-6vh {
        padding-left: 6vh !important;
    }

    /* 7 vh */
    .p-dt-7vh {
        padding: 7vh !important;
    }

    .pt-dt-7vh,
    .py-dt-7vh {
        padding-top: 7vh !important;
    }

    .pr-dt-7vh,
    .px-dt-7vh {
        padding-right: 7vh !important;
    }

    .pb-dt-7vh,
    .py-dt-7vh {
        padding-bottom: 7vh !important;
    }

    .pl-dt-7vh,
    .px-dt-7vh {
        padding-left: 7vh !important;
    }

    /* 8 vh */
    .p-dt-8vh {
        padding: 8vh !important;
    }

    .pt-dt-8vh,
    .py-dt-8vh {
        padding-top: 8vh !important;
    }

    .pr-dt-8vh,
    .px-dt-8vh {
        padding-right: 8vh !important;
    }

    .pb-dt-8vh,
    .py-dt-8vh {
        padding-bottom: 8vh !important;
    }

    .pl-dt-8vh,
    .px-dt-8vh {
        padding-left: 8vh !important;
    }

    /* 9 vh */
    .p-dt-9vh {
        padding: 9vh !important;
    }

    .pt-dt-9vh,
    .py-dt-9vh {
        padding-top: 9vh !important;
    }

    .pr-dt-9vh,
    .px-dt-9vh {
        padding-right: 9vh !important;
    }

    .pb-dt-9vh,
    .py-dt-9vh {
        padding-bottom: 9vh !important;
    }

    .pl-dt-9vh,
    .px-dt-9vh {
        padding-left: 9vh !important;
    }

    /* 10 vh */
    .p-dt-10vh {
        padding: 10vh !important;
    }

    .pt-dt-10vh,
    .py-dt-10vh {
        padding-top: 10vh !important;
    }

    .pr-dt-10vh,
    .px-dt-10vh {
        padding-right: 10vh !important;
    }

    .pb-dt-10vh,
    .py-dt-10vh {
        padding-bottom: 10vh !important;
    }

    .pl-dt-10vh,
    .px-dt-10vh {
        padding-left: 10vh !important;
    }
}
@charset "utf-8";
/* CSS Document */

/* 1 vw */
.p-1vw {
    padding: 1vw !important;
}

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

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

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

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

/* 2 vw */
.p-2vw {
    padding: 2vw !important;
}

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

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

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

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

/* 3 vw */
.p-3vw {
    padding: 3vw !important;
}

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

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

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

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

/* 4 vw */
.p-4vw {
    padding: 4vw !important;
}

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

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

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

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

/* 5 vw */
.p-5vw {
    padding: 5vw !important;
}

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

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

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

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

/* 6 vw */
.p-6vw {
    padding: 6vw !important;
}

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

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

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

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

/* 7 vw */
.p-7vw {
    padding: 7vw !important;
}

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

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

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

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

/* 8 vw */
.p-8vw {
    padding: 8vw !important;
}

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

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

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

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

/* 9 vw */
.p-9vw {
    padding: 9vw !important;
}

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

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

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

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

/* 10 vw */
.p-10vw {
    padding: 10vw !important;
}

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

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

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

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

/* mobile padding only */
@media (max-width: 768px) {

    /* 1 vw */
    .p-mob-1vw {
        padding: 1vw !important;
    }

    .pt-mob-1vw,
    .py-mob-1vw {
        padding-top: 1vw !important;
    }

    .pr-mob-1vw,
    .px-mob-1vw {
        padding-right: 1vw !important;
    }

    .pb-mob-1vw,
    .py-mob-1vw {
        padding-bottom: 1vw !important;
    }

    .pl-mob-1vw,
    .px-mob-1vw {
        padding-left: 1vw !important;
    }

    /* 2 vw */
    .p-mob-2vw {
        padding: 2vw !important;
    }

    .pt-mob-2vw,
    .py-mob-2vw {
        padding-top: 2vw !important;
    }

    .pr-mob-2vw,
    .px-mob-2vw {
        padding-right: 2vw !important;
    }

    .pb-mob-2vw,
    .py-mob-2vw {
        padding-bottom: 2vw !important;
    }

    .pl-mob-2vw,
    .px-mob-2vw {
        padding-left: 2vw !important;
    }

    /* 3 vw */
    .p-mob-3vw {
        padding: 3vw !important;
    }

    .pt-mob-3vw,
    .py-mob-3vw {
        padding-top: 3vw !important;
    }

    .pr-mob-3vw,
    .px-mob-3vw {
        padding-right: 3vw !important;
    }

    .pb-mob-3vw,
    .py-mob-3vw {
        padding-bottom: 3vw !important;
    }

    .pl-mob-3vw,
    .px-mob-3vw {
        padding-left: 3vw !important;
    }

    /* 4 vw */
    .p-mob-4vw {
        padding: 4vw !important;
    }

    .pt-mob-4vw,
    .py-mob-4vw {
        padding-top: 4vw !important;
    }

    .pr-mob-4vw,
    .px-mob-4vw {
        padding-right: 4vw !important;
    }

    .pb-mob-4vw,
    .py-mob-4vw {
        padding-bottom: 4vw !important;
    }

    .pl-mob-4vw,
    .px-mob-4vw {
        padding-left: 4vw !important;
    }

    /* 5 vw */
    .p-mob-5vw {
        padding: 5vw !important;
    }

    .pt-mob-5vw,
    .py-mob-5vw {
        padding-top: 5vw !important;
    }

    .pr-mob-5vw,
    .px-mob-5vw {
        padding-right: 5vw !important;
    }

    .pb-mob-5vw,
    .py-mob-5vw {
        padding-bottom: 5vw !important;
    }

    .pl-mob-5vw,
    .px-mob-5vw {
        padding-left: 5vw !important;
    }

    /* 6 vw */
    .p-mob-6vw {
        padding: 6vw !important;
    }

    .pt-mob-6vw,
    .py-mob-6vw {
        padding-top: 6vw !important;
    }

    .pr-mob-6vw,
    .px-mob-6vw {
        padding-right: 6vw !important;
    }

    .pb-mob-6vw,
    .py-mob-6vw {
        padding-bottom: 6vw !important;
    }

    .pl-mob-6vw,
    .px-mob-6vw {
        padding-left: 6vw !important;
    }

    /* 7 vw */
    .p-mob-7vw {
        padding: 7vw !important;
    }

    .pt-mob-7vw,
    .py-mob-7vw {
        padding-top: 7vw !important;
    }

    .pr-mob-7vw,
    .px-mob-7vw {
        padding-right: 7vw !important;
    }

    .pb-mob-7vw,
    .py-mob-7vw {
        padding-bottom: 7vw !important;
    }

    .pl-mob-7vw,
    .px-mob-7vw {
        padding-left: 7vw !important;
    }

    /* 8 vw */
    .p-mob-8vw {
        padding: 8vw !important;
    }

    .pt-mob-8vw,
    .py-mob-8vw {
        padding-top: 8vw !important;
    }

    .pr-mob-8vw,
    .px-mob-8vw {
        padding-right: 8vw !important;
    }

    .pb-mob-8vw,
    .py-mob-8vw {
        padding-bottom: 8vw !important;
    }

    .pl-mob-8vw,
    .px-mob-8vw {
        padding-left: 8vw !important;
    }

    /* 9 vw */
    .p-mob-9vw {
        padding: 9vw !important;
    }

    .pt-mob-9vw,
    .py-mob-9vw {
        padding-top: 9vw !important;
    }

    .pr-mob-9vw,
    .px-mob-9vw {
        padding-right: 9vw !important;
    }

    .pb-mob-9vw,
    .py-mob-9vw {
        padding-bottom: 9vw !important;
    }

    .pl-mob-9vw,
    .px-mob-9vw {
        padding-left: 9vw !important;
    }

    /* 10 vw */
    .p-mob-10vw {
        padding: 10vw !important;
    }

    .pt-mob-10vw,
    .py-mob-10vw {
        padding-top: 10vw !important;
    }

    .pr-mob-10vw,
    .px-mob-10vw {
        padding-right: 10vw !important;
    }

    .pb-mob-10vw,
    .py-mob-10vw {
        padding-bottom: 10vw !important;
    }

    .pl-mob-10vw,
    .px-mob-10vw {
        padding-left: 10vw !important;
    }
}

/* tablet padding only */
@media (min-width: 768px) and (max-width: 1024px) {

    /* 1 vw */
    .p-tab-1vw {
        padding: 1vw !important;
    }

    .pt-tab-1vw,
    .py-tab-1vw {
        padding-top: 1vw !important;
    }

    .pr-tab-1vw,
    .px-tab-1vw {
        padding-right: 1vw !important;
    }

    .pb-tab-1vw,
    .py-tab-1vw {
        padding-bottom: 1vw !important;
    }

    .pl-tab-1vw,
    .px-tab-1vw {
        padding-left: 1vw !important;
    }

    /* 2 vw */
    .p-tab-2vw {
        padding: 2vw !important;
    }

    .pt-tab-2vw,
    .py-tab-2vw {
        padding-top: 2vw !important;
    }

    .pr-tab-2vw,
    .px-tab-2vw {
        padding-right: 2vw !important;
    }

    .pb-tab-2vw,
    .py-tab-2vw {
        padding-bottom: 2vw !important;
    }

    .pl-tab-2vw,
    .px-tab-2vw {
        padding-left: 2vw !important;
    }

    /* 3 vw */
    .p-tab-3vw {
        padding: 3vw !important;
    }

    .pt-tab-3vw,
    .py-tab-3vw {
        padding-top: 3vw !important;
    }

    .pr-tab-3vw,
    .px-tab-3vw {
        padding-right: 3vw !important;
    }

    .pb-tab-3vw,
    .py-tab-3vw {
        padding-bottom: 3vw !important;
    }

    .pl-tab-3vw,
    .px-tab-3vw {
        padding-left: 3vw !important;
    }

    /* 4 vw */
    .p-tab-4vw {
        padding: 4vw !important;
    }

    .pt-tab-4vw,
    .py-tab-4vw {
        padding-top: 4vw !important;
    }

    .pr-tab-4vw,
    .px-tab-4vw {
        padding-right: 4vw !important;
    }

    .pb-tab-4vw,
    .py-tab-4vw {
        padding-bottom: 4vw !important;
    }

    .pl-tab-4vw,
    .px-tab-4vw {
        padding-left: 4vw !important;
    }

    /* 5 vw */
    .p-tab-5vw {
        padding: 5vw !important;
    }

    .pt-tab-5vw,
    .py-tab-5vw {
        padding-top: 5vw !important;
    }

    .pr-tab-5vw,
    .px-tab-5vw {
        padding-right: 5vw !important;
    }

    .pb-tab-5vw,
    .py-tab-5vw {
        padding-bottom: 5vw !important;
    }

    .pl-tab-5vw,
    .px-tab-5vw {
        padding-left: 5vw !important;
    }

    /* 6 vw */
    .p-tab-6vw {
        padding: 6vw !important;
    }

    .pt-tab-6vw,
    .py-tab-6vw {
        padding-top: 6vw !important;
    }

    .pr-tab-6vw,
    .px-tab-6vw {
        padding-right: 6vw !important;
    }

    .pb-tab-6vw,
    .py-tab-6vw {
        padding-bottom: 6vw !important;
    }

    .pl-tab-6vw,
    .px-tab-6vw {
        padding-left: 6vw !important;
    }

    /* 7 vw */
    .p-tab-7vw {
        padding: 7vw !important;
    }

    .pt-tab-7vw,
    .py-tab-7vw {
        padding-top: 7vw !important;
    }

    .pr-tab-7vw,
    .px-tab-7vw {
        padding-right: 7vw !important;
    }

    .pb-tab-7vw,
    .py-tab-7vw {
        padding-bottom: 7vw !important;
    }

    .pl-tab-7vw,
    .px-tab-7vw {
        padding-left: 7vw !important;
    }

    /* 8 vw */
    .p-tab-8vw {
        padding: 8vw !important;
    }

    .pt-tab-8vw,
    .py-tab-8vw {
        padding-top: 8vw !important;
    }

    .pr-tab-8vw,
    .px-tab-8vw {
        padding-right: 8vw !important;
    }

    .pb-tab-8vw,
    .py-tab-8vw {
        padding-bottom: 8vw !important;
    }

    .pl-tab-8vw,
    .px-tab-8vw {
        padding-left: 8vw !important;
    }

    /* 9 vw */
    .p-tab-9vw {
        padding: 9vw !important;
    }

    .pt-tab-9vw,
    .py-tab-9vw {
        padding-top: 9vw !important;
    }

    .pr-tab-9vw,
    .px-tab-9vw {
        padding-right: 9vw !important;
    }

    .pb-tab-9vw,
    .py-tab-9vw {
        padding-bottom: 9vw !important;
    }

    .pl-tab-9vw,
    .px-tab-9vw {
        padding-left: 9vw !important;
    }

    /* 10 vw */
    .p-tab-10vw {
        padding: 10vw !important;
    }

    .pt-tab-10vw,
    .py-tab-10vw {
        padding-top: 10vw !important;
    }

    .pr-tab-10vw,
    .px-tab-10vw {
        padding-right: 10vw !important;
    }

    .pb-tab-10vw,
    .py-tab-10vw {
        padding-bottom: 10vw !important;
    }

    .pl-tab-10vw,
    .px-tab-10vw {
        padding-left: 10vw !important;
    }
}

/* desktop padding only */
@media (min-width: 1024px) {

    /* 1 vw */
    .p-dt-1vw {
        padding: 1vw !important;
    }

    .pt-dt-1vw,
    .py-dt-1vw {
        padding-top: 1vw !important;
    }

    .pr-dt-1vw,
    .px-dt-1vw {
        padding-right: 1vw !important;
    }

    .pb-dt-1vw,
    .py-dt-1vw {
        padding-bottom: 1vw !important;
    }

    .pl-dt-1vw,
    .px-dt-1vw {
        padding-left: 1vw !important;
    }

    /* 2 vw */
    .p-dt-2vw {
        padding: 2vw !important;
    }

    .pt-dt-2vw,
    .py-dt-2vw {
        padding-top: 2vw !important;
    }

    .pr-dt-2vw,
    .px-dt-2vw {
        padding-right: 2vw !important;
    }

    .pb-dt-2vw,
    .py-dt-2vw {
        padding-bottom: 2vw !important;
    }

    .pl-dt-2vw,
    .px-dt-2vw {
        padding-left: 2vw !important;
    }

    /* 3 vw */
    .p-dt-3vw {
        padding: 3vw !important;
    }

    .pt-dt-3vw,
    .py-dt-3vw {
        padding-top: 3vw !important;
    }

    .pr-dt-3vw,
    .px-dt-3vw {
        padding-right: 3vw !important;
    }

    .pb-dt-3vw,
    .py-dt-3vw {
        padding-bottom: 3vw !important;
    }

    .pl-dt-3vw,
    .px-dt-3vw {
        padding-left: 3vw !important;
    }

    /* 4 vw */
    .p-dt-4vw {
        padding: 4vw !important;
    }

    .pt-dt-4vw,
    .py-dt-4vw {
        padding-top: 4vw !important;
    }

    .pr-dt-4vw,
    .px-dt-4vw {
        padding-right: 4vw !important;
    }

    .pb-dt-4vw,
    .py-dt-4vw {
        padding-bottom: 4vw !important;
    }

    .pl-dt-4vw,
    .px-dt-4vw {
        padding-left: 4vw !important;
    }

    /* 5 vw */
    .p-dt-5vw {
        padding: 5vw !important;
    }

    .pt-dt-5vw,
    .py-dt-5vw {
        padding-top: 5vw !important;
    }

    .pr-dt-5vw,
    .px-dt-5vw {
        padding-right: 5vw !important;
    }

    .pb-dt-5vw,
    .py-dt-5vw {
        padding-bottom: 5vw !important;
    }

    .pl-dt-5vw,
    .px-dt-5vw {
        padding-left: 5vw !important;
    }

    /* 6 vw */
    .p-dt-6vw {
        padding: 6vw !important;
    }

    .pt-dt-6vw,
    .py-dt-6vw {
        padding-top: 6vw !important;
    }

    .pr-dt-6vw,
    .px-dt-6vw {
        padding-right: 6vw !important;
    }

    .pb-dt-6vw,
    .py-dt-6vw {
        padding-bottom: 6vw !important;
    }

    .pl-dt-6vw,
    .px-dt-6vw {
        padding-left: 6vw !important;
    }

    /* 7 vw */
    .p-dt-7vw {
        padding: 7vw !important;
    }

    .pt-dt-7vw,
    .py-dt-7vw {
        padding-top: 7vw !important;
    }

    .pr-dt-7vw,
    .px-dt-7vw {
        padding-right: 7vw !important;
    }

    .pb-dt-7vw,
    .py-dt-7vw {
        padding-bottom: 7vw !important;
    }

    .pl-dt-7vw,
    .px-dt-7vw {
        padding-left: 7vw !important;
    }

    /* 8 vw */
    .p-dt-8vw {
        padding: 8vw !important;
    }

    .pt-dt-8vw,
    .py-dt-8vw {
        padding-top: 8vw !important;
    }

    .pr-dt-8vw,
    .px-dt-8vw {
        padding-right: 8vw !important;
    }

    .pb-dt-8vw,
    .py-dt-8vw {
        padding-bottom: 8vw !important;
    }

    .pl-dt-8vw,
    .px-dt-8vw {
        padding-left: 8vw !important;
    }

    /* 9 vw */
    .p-dt-9vw {
        padding: 9vw !important;
    }

    .pt-dt-9vw,
    .py-dt-9vw {
        padding-top: 9vw !important;
    }

    .pr-dt-9vw,
    .px-dt-9vw {
        padding-right: 9vw !important;
    }

    .pb-dt-9vw,
    .py-dt-9vw {
        padding-bottom: 9vw !important;
    }

    .pl-dt-9vw,
    .px-dt-9vw {
        padding-left: 9vw !important;
    }

    /* 10 vw */
    .p-dt-10vw {
        padding: 10vw !important;
    }

    .pt-dt-10vw,
    .py-dt-10vw {
        padding-top: 10vw !important;
    }

    .pr-dt-10vw,
    .px-dt-10vw {
        padding-right: 10vw !important;
    }

    .pb-dt-10vw,
    .py-dt-10vw {
        padding-bottom: 10vw !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-ul>li {
	position: relative
}

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

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

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

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

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

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

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

@
-webkit-keyframes a { 0%{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

to {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn)
}

}
@
keyframes a { 0%{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

to {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn)
}

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

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

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

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

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}

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

.fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1)
}

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

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

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

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

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

.fa-inverse {
	color: #fff
}

.fa-500px:before {
	content: "\f26e"
}

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

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

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

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

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

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

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

.fa-affiliatetheme:before {
	content: "\f36b"
}

.fa-algolia:before {
	content: "\f36c"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-amazon-pay:before {
	content: "\f42c"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-amilia:before {
	content: "\f36d"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-android:before {
	content: "\f17b"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angrycreative:before {
	content: "\f36e"
}

.fa-angular:before {
	content: "\f420"
}

.fa-app-store:before {
	content: "\f36f"
}

.fa-app-store-ios:before {
	content: "\f370"
}

.fa-apper:before {
	content: "\f371"
}

.fa-apple:before {
	content: "\f179"
}

.fa-apple-pay:before {
	content: "\f415"
}

.fa-archive:before {
	content: "\f187"
}

.fa-arrow-alt-circle-down:before {
	content: "\f358"
}

.fa-arrow-alt-circle-left:before {
	content: "\f359"
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-arrows-alt-h:before {
	content: "\f337"
}

.fa-arrows-alt-v:before {
	content: "\f338"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-asymmetrik:before {
	content: "\f372"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-audible:before {
	content: "\f373"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-autoprefixer:before {
	content: "\f41c"
}

.fa-avianex:before {
	content: "\f374"
}

.fa-aviato:before {
	content: "\f421"
}

.fa-aws:before {
	content: "\f375"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-bars:before {
	content: "\f0c9"
}

.fa-baseball-ball:before {
	content: "\f433"
}

.fa-basketball-ball:before {
	content: "\f434"
}

.fa-bath:before {
	content: "\f2cd"
}

.fa-battery-empty:before {
	content: "\f244"
}

.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-bed:before {
	content: "\f236"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bimobject:before {
	content: "\f378"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitcoin:before {
	content: "\f379"
}

.fa-bity:before {
	content: "\f37a"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-blackberry:before {
	content: "\f37b"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-blogger:before {
	content: "\f37c"
}

.fa-blogger-b:before {
	content: "\f37d"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-bold:before {
	content: "\f032"
}

.fa-bolt:before {
	content: "\f0e7"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-bowling-ball:before {
	content: "\f436"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-btc:before {
	content: "\f15a"
}

.fa-bug:before {
	content: "\f188"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-buromobelexperte:before {
	content: "\f37f"
}

.fa-bus:before {
	content: "\f207"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-calendar:before {
	content: "\f133"
}

.fa-calendar-alt:before {
	content: "\f073"
}

.fa-calendar-check:before {
	content: "\f274"
}

.fa-calendar-minus:before {
	content: "\f272"
}

.fa-calendar-plus:before {
	content: "\f271"
}

.fa-calendar-times:before {
	content: "\f273"
}

.fa-camera:before {
	content: "\f030"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-car:before {
	content: "\f1b9"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-caret-square-down:before {
	content: "\f150"
}

.fa-caret-square-left:before {
	content: "\f191"
}

.fa-caret-square-right:before {
	content: "\f152"
}

.fa-caret-square-up:before {
	content: "\f151"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cc-amazon-pay:before {
	content: "\f42d"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-apple-pay:before {
	content: "\f416"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-centercode:before {
	content: "\f380"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-chart-area:before {
	content: "\f1fe"
}

.fa-chart-bar:before {
	content: "\f080"
}

.fa-chart-line:before {
	content: "\f201"
}

.fa-chart-pie:before {
	content: "\f200"
}

.fa-check:before {
	content: "\f00c"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-chess:before {
	content: "\f439"
}

.fa-chess-bishop:before {
	content: "\f43a"
}

.fa-chess-board:before {
	content: "\f43c"
}

.fa-chess-king:before {
	content: "\f43f"
}

.fa-chess-knight:before {
	content: "\f441"
}

.fa-chess-pawn:before {
	content: "\f443"
}

.fa-chess-queen:before {
	content: "\f445"
}

.fa-chess-rook:before {
	content: "\f447"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-circle:before {
	content: "\f111"
}

.fa-circle-notch:before {
	content: "\f1ce"
}

.fa-clipboard:before {
	content: "\f328"
}

.fa-clock:before {
	content: "\f017"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-closed-captioning:before {
	content: "\f20a"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-cloud-download-alt:before {
	content: "\f381"
}

.fa-cloud-upload-alt:before {
	content: "\f382"
}

.fa-cloudscale:before {
	content: "\f383"
}

.fa-cloudsmith:before {
	content: "\f384"
}

.fa-cloudversify:before {
	content: "\f385"
}

.fa-code:before {
	content: "\f121"
}

.fa-code-branch:before {
	content: "\f126"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cog:before {
	content: "\f013"
}

.fa-cogs:before {
	content: "\f085"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-comment:before {
	content: "\f075"
}

.fa-comment-alt:before {
	content: "\f27a"
}

.fa-comments:before {
	content: "\f086"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-compress:before {
	content: "\f066"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-copy:before {
	content: "\f0c5"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-cpanel:before {
	content: "\f388"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-crop:before {
	content: "\f125"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-css3-alt:before {
	content: "\f38b"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-cut:before {
	content: "\f0c4"
}

.fa-cuttlefish:before {
	content: "\f38c"
}

.fa-d-and-d:before {
	content: "\f38d"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-deaf:before {
	content: "\f2a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-deploydog:before {
	content: "\f38e"
}

.fa-deskpro:before {
	content: "\f38f"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-digital-ocean:before {
	content: "\f391"
}

.fa-discord:before {
	content: "\f392"
}

.fa-discourse:before {
	content: "\f393"
}

.fa-dochub:before {
	content: "\f394"
}

.fa-docker:before {
	content: "\f395"
}

.fa-dollar-sign:before {
	content: "\f155"
}

.fa-dot-circle:before {
	content: "\f192"
}

.fa-download:before {
	content: "\f019"
}

.fa-draft2digital:before {
	content: "\f396"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-dribbble-square:before {
	content: "\f397"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-dyalog:before {
	content: "\f399"
}

.fa-earlybirds:before {
	content: "\f39a"
}

.fa-edge:before {
	content: "\f282"
}

.fa-edit:before {
	content: "\f044"
}

.fa-eject:before {
	content: "\f052"
}

.fa-elementor:before {
	content: "\f430"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-ember:before {
	content: "\f423"
}

.fa-empire:before {
	content: "\f1d1"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-envira:before {
	content: "\f299"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-erlang:before {
	content: "\f39d"
}

.fa-ethereum:before {
	content: "\f42e"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-euro-sign:before {
	content: "\f153"
}

.fa-exchange-alt:before {
	content: "\f362"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-expand:before {
	content: "\f065"
}

.fa-expand-arrows-alt:before {
	content: "\f31e"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-external-link-alt:before {
	content: "\f35d"
}

.fa-external-link-square-alt:before {
	content: "\f360"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-dropper:before {
	content: "\f1fb"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-facebook-f:before {
	content: "\f39e"
}

.fa-facebook-messenger:before {
	content: "\f39f"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-female:before {
	content: "\f182"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-alt:before {
	content: "\f15c"
}

.fa-file-archive:before {
	content: "\f1c6"
}

.fa-file-audio:before {
	content: "\f1c7"
}

.fa-file-code:before {
	content: "\f1c9"
}

.fa-file-excel:before {
	content: "\f1c3"
}

.fa-file-image:before {
	content: "\f1c5"
}

.fa-file-pdf:before {
	content: "\f1c1"
}

.fa-file-powerpoint:before {
	content: "\f1c4"
}

.fa-file-video:before {
	content: "\f1c8"
}

.fa-file-word:before {
	content: "\f1c2"
}

.fa-film:before {
	content: "\f008"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-firstdraft:before {
	content: "\f3a1"
}

.fa-flag:before {
	content: "\f024"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-flipboard:before {
	content: "\f44d"
}

.fa-fly:before {
	content: "\f417"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-font:before {
	content: "\f031"
}

.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-font-awesome-alt:before {
	content: "\f35c"
}

.fa-font-awesome-flag:before {
	content: "\f425"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-fonticons-fi:before {
	content: "\f3a2"
}

.fa-football-ball:before {
	content: "\f44e"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-fort-awesome-alt:before {
	content: "\f3a3"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-freebsd:before {
	content: "\f3a4"
}

.fa-frown:before {
	content: "\f119"
}

.fa-futbol:before {
	content: "\f1e3"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-gavel:before {
	content: "\f0e3"
}

.fa-gem:before {
	content: "\f3a5"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-github:before {
	content: "\f09b"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-gitkraken:before {
	content: "\f3a6"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-gitter:before {
	content: "\f426"
}

.fa-glass-martini:before {
	content: "\f000"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-gofore:before {
	content: "\f3a7"
}

.fa-golf-ball:before {
	content: "\f450"
}

.fa-goodreads:before {
	content: "\f3a8"
}

.fa-goodreads-g:before {
	content: "\f3a9"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-google-drive:before {
	content: "\f3aa"
}

.fa-google-play:before {
	content: "\f3ab"
}

.fa-google-plus:before {
	content: "\f2b3"
}

.fa-google-plus-g:before {
	content: "\f0d5"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-gratipay:before {
	content: "\f184"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-gripfire:before {
	content: "\f3ac"
}

.fa-grunt:before {
	content: "\f3ad"
}

.fa-gulp:before {
	content: "\f3ae"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-hacker-news-square:before {
	content: "\f3af"
}

.fa-hand-lizard:before {
	content: "\f258"
}

.fa-hand-paper:before {
	content: "\f256"
}

.fa-hand-peace:before {
	content: "\f25b"
}

.fa-hand-point-down:before {
	content: "\f0a7"
}

.fa-hand-point-left:before {
	content: "\f0a5"
}

.fa-hand-point-right:before {
	content: "\f0a4"
}

.fa-hand-point-up:before {
	content: "\f0a6"
}

.fa-hand-pointer:before {
	content: "\f25a"
}

.fa-hand-rock:before {
	content: "\f255"
}

.fa-hand-scissors:before {
	content: "\f257"
}

.fa-hand-spock:before {
	content: "\f259"
}

.fa-handshake:before {
	content: "\f2b5"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-hdd:before {
	content: "\f0a0"
}

.fa-heading:before {
	content: "\f1dc"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-heart:before {
	content: "\f004"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-hips:before {
	content: "\f452"
}

.fa-hire-a-helper:before {
	content: "\f3b0"
}

.fa-history:before {
	content: "\f1da"
}

.fa-hockey-puck:before {
	content: "\f453"
}

.fa-home:before {
	content: "\f015"
}

.fa-hooli:before {
	content: "\f427"
}

.fa-hospital:before {
	content: "\f0f8"
}

.fa-hotjar:before {
	content: "\f3b1"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-start:before {
	content: "\f251"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-hubspot:before {
	content: "\f3b2"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-id-card:before {
	content: "\f2c2"
}

.fa-image:before {
	content: "\f03e"
}

.fa-images:before {
	content: "\f302"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-industry:before {
	content: "\f275"
}

.fa-info:before {
	content: "\f129"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-italic:before {
	content: "\f033"
}

.fa-itunes:before {
	content: "\f3b4"
}

.fa-itunes-note:before {
	content: "\f3b5"
}

.fa-jenkins:before {
	content: "\f3b6"
}

.fa-joget:before {
	content: "\f3b7"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-js:before {
	content: "\f3b8"
}

.fa-js-square:before {
	content: "\f3b9"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-key:before {
	content: "\f084"
}

.fa-keyboard:before {
	content: "\f11c"
}

.fa-keycdn:before {
	content: "\f3ba"
}

.fa-kickstarter:before {
	content: "\f3bb"
}

.fa-kickstarter-k:before {
	content: "\f3bc"
}

.fa-korvue:before {
	content: "\f42f"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-laravel:before {
	content: "\f3bd"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-lemon:before {
	content: "\f094"
}

.fa-less:before {
	content: "\f41d"
}

.fa-level-down-alt:before {
	content: "\f3be"
}

.fa-level-up-alt:before {
	content: "\f3bf"
}

.fa-life-ring:before {
	content: "\f1cd"
}

.fa-lightbulb:before {
	content: "\f0eb"
}

.fa-line:before {
	content: "\f3c0"
}

.fa-link:before {
	content: "\f0c1"
}

.fa-linkedin:before {
	content: "\f08c"
}

.fa-linkedin-in:before {
	content: "\f0e1"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-lira-sign:before {
	content: "\f195"
}

.fa-list:before {
	content: "\f03a"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-lock:before {
	content: "\f023"
}

.fa-lock-open:before {
	content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
	content: "\f309"
}

.fa-long-arrow-alt-left:before {
	content: "\f30a"
}

.fa-long-arrow-alt-right:before {
	content: "\f30b"
}

.fa-long-arrow-alt-up:before {
	content: "\f30c"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-lyft:before {
	content: "\f3c3"
}

.fa-magento:before {
	content: "\f3c4"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-male:before {
	content: "\f183"
}

.fa-map:before {
	content: "\f279"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-map-marker-alt:before {
	content: "\f3c5"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-medapps:before {
	content: "\f3c6"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-medium-m:before {
	content: "\f3c7"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-medrt:before {
	content: "\f3c8"
}

.fa-meetup:before {
	content: "\f2e0"
}

.fa-meh:before {
	content: "\f11a"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-microsoft:before {
	content: "\f3ca"
}

.fa-minus:before {
	content: "\f068"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-mix:before {
	content: "\f3cb"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-mizuni:before {
	content: "\f3cc"
}

.fa-mobile:before {
	content: "\f10b"
}

.fa-mobile-alt:before {
	content: "\f3cd"
}

.fa-modx:before {
	content: "\f285"
}

.fa-monero:before {
	content: "\f3d0"
}

.fa-money-bill-alt:before {
	content: "\f3d1"
}

.fa-moon:before {
	content: "\f186"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-music:before {
	content: "\f001"
}

.fa-napster:before {
	content: "\f3d2"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-newspaper:before {
	content: "\f1ea"
}

.fa-nintendo-switch:before {
	content: "\f418"
}

.fa-node:before {
	content: "\f419"
}

.fa-node-js:before {
	content: "\f3d3"
}

.fa-npm:before {
	content: "\f3d4"
}

.fa-ns8:before {
	content: "\f3d5"
}

.fa-nutritionix:before {
	content: "\f3d6"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-osi:before {
	content: "\f41a"
}

.fa-outdent:before {
	content: "\f03b"
}

.fa-page4:before {
	content: "\f3d7"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-palfed:before {
	content: "\f3d8"
}

.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-paste:before {
	content: "\f0ea"
}

.fa-patreon:before {
	content: "\f3d9"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-pen-square:before {
	content: "\f14b"
}

.fa-pencil-alt:before {
	content: "\f303"
}

.fa-percent:before {
	content: "\f295"
}

.fa-periscope:before {
	content: "\f3da"
}

.fa-phabricator:before {
	content: "\f3db"
}

.fa-phoenix-framework:before {
	content: "\f3dc"
}

.fa-phone:before {
	content: "\f095"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-phone-volume:before {
	content: "\f2a0"
}

.fa-php:before {
	content: "\f457"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-plane:before {
	content: "\f072"
}

.fa-play:before {
	content: "\f04b"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-playstation:before {
	content: "\f3df"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-plus:before {
	content: "\f067"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-pound-sign:before {
	content: "\f154"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-print:before {
	content: "\f02f"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-pushed:before {
	content: "\f3e1"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-python:before {
	content: "\f3e2"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-question:before {
	content: "\f128"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-quidditch:before {
	content: "\f458"
}

.fa-quinscape:before {
	content: "\f459"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-random:before {
	content: "\f074"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-react:before {
	content: "\f41b"
}

.fa-rebel:before {
	content: "\f1d0"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-red-river:before {
	content: "\f3e3"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-redo:before {
	content: "\f01e"
}

.fa-redo-alt:before {
	content: "\f2f9"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-rendact:before {
	content: "\f3e4"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-reply:before {
	content: "\f3e5"
}

.fa-reply-all:before {
	content: "\f122"
}

.fa-replyd:before {
	content: "\f3e6"
}

.fa-resolving:before {
	content: "\f3e7"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-road:before {
	content: "\f018"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-rocketchat:before {
	content: "\f3e8"
}

.fa-rockrms:before {
	content: "\f3e9"
}

.fa-rss:before {
	content: "\f09e"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-ruble-sign:before {
	content: "\f158"
}

.fa-rupee-sign:before {
	content: "\f156"
}

.fa-safari:before {
	content: "\f267"
}

.fa-sass:before {
	content: "\f41e"
}

.fa-save:before {
	content: "\f0c7"
}

.fa-schlix:before {
	content: "\f3ea"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-search:before {
	content: "\f002"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-searchengin:before {
	content: "\f3eb"
}

.fa-sellcast:before {
	content: "\f2da"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-server:before {
	content: "\f233"
}

.fa-servicestack:before {
	content: "\f3ec"
}

.fa-share:before {
	content: "\f064"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-shekel-sign:before {
	content: "\f20b"
}

.fa-shield-alt:before {
	content: "\f3ed"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-sign-in-alt:before {
	content: "\f2f6"
}

.fa-sign-language:before {
	content: "\f2a7"
}

.fa-sign-out-alt:before {
	content: "\f2f5"
}

.fa-signal:before {
	content: "\f012"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-sistrix:before {
	content: "\f3ee"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-slack:before {
	content: "\f198"
}

.fa-slack-hash:before {
	content: "\f3ef"
}

.fa-sliders-h:before {
	content: "\f1de"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-smile:before {
	content: "\f118"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-snowflake:before {
	content: "\f2dc"
}

.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-alpha-down:before {
	content: "\f15d"
}

.fa-sort-alpha-up:before {
	content: "\f15e"
}

.fa-sort-amount-down:before {
	content: "\f160"
}

.fa-sort-amount-up:before {
	content: "\f161"
}

.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-numeric-down:before {
	content: "\f162"
}

.fa-sort-numeric-up:before {
	content: "\f163"
}

.fa-sort-up:before {
	content: "\f0de"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-speakap:before {
	content: "\f3f3"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-square-full:before {
	content: "\f45c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-staylinked:before {
	content: "\f3f5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-steam-symbol:before {
	content: "\f3f6"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-sticker-mule:before {
	content: "\f3f7"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stopwatch:before {
	content: "\f2f2"
}

.fa-strava:before {
	content: "\f428"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-stripe:before {
	content: "\f429"
}

.fa-stripe-s:before {
	content: "\f42a"
}

.fa-studiovinari:before {
	content: "\f3f8"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-subway:before {
	content: "\f239"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-sun:before {
	content: "\f185"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-supple:before {
	content: "\f3f9"
}

.fa-sync:before {
	content: "\f021"
}

.fa-sync-alt:before {
	content: "\f2f1"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-table-tennis:before {
	content: "\f45d"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-tablet-alt:before {
	content: "\f3fa"
}

.fa-tachometer-alt:before {
	content: "\f3fd"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-taxi:before {
	content: "\f1ba"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-telegram-plane:before {
	content: "\f3fe"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbtack:before {
	content: "\f08d"
}

.fa-ticket-alt:before {
	content: "\f3ff"
}

.fa-times:before {
	content: "\f00d"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-tint:before {
	content: "\f043"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-train:before {
	content: "\f238"
}

.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-trash-alt:before {
	content: "\f2ed"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-trello:before {
	content: "\f181"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-tv:before {
	content: "\f26c"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-typo3:before {
	content: "\f42b"
}

.fa-uber:before {
	content: "\f402"
}

.fa-uikit:before {
	content: "\f403"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-undo:before {
	content: "\f0e2"
}

.fa-undo-alt:before {
	content: "\f2ea"
}

.fa-uniregistry:before {
	content: "\f404"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-university:before {
	content: "\f19c"
}

.fa-unlink:before {
	content: "\f127"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-untappd:before {
	content: "\f405"
}

.fa-upload:before {
	content: "\f093"
}

.fa-usb:before {
	content: "\f287"
}

.fa-user:before {
	content: "\f007"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-users:before {
	content: "\f0c0"
}

.fa-ussunnah:before {
	content: "\f407"
}

.fa-utensil-spoon:before {
	content: "\f2e5"
}

.fa-utensils:before {
	content: "\f2e7"
}

.fa-vaadin:before {
	content: "\f408"
}

.fa-venus:before {
	content: "\f221"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-viber:before {
	content: "\f409"
}

.fa-video:before {
	content: "\f03d"
}

.fa-vimeo:before {
	content: "\f40a"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-vimeo-v:before {
	content: "\f27d"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-vk:before {
	content: "\f189"
}

.fa-vnv:before {
	content: "\f40b"
}

.fa-volleyball-ball:before {
	content: "\f45f"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-vuejs:before {
	content: "\f41f"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-weixin:before {
	content: "\f1d7"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-whatsapp-square:before {
	content: "\f40c"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-whmcs:before {
	content: "\f40d"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-window-close:before {
	content: "\f410"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-won-sign:before {
	content: "\f159"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-wordpress-simple:before {
	content: "\f411"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-xbox:before {
	content: "\f412"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-y-combinator:before {
	content: "\f23b"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-yandex:before {
	content: "\f413"
}

.fa-yandex-international:before {
	content: "\f414"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-yen-sign:before {
	content: "\f157"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-youtube-square:before {
	content: "\f431"
}

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

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

@font-face {
	font-family: Font Awesome\ 5 Brands;
	font-style: normal;
	font-weight: 400;
	src: url(clientlib-site/webfonts/fa-brands-400.eot);
	src: url(clientlib-site/webfonts/fa-brands-400.eot?#iefix)
		format("embedded-opentype"), url(clientlib-site/webfonts/fa-brands-400.woff2)
		format("woff2"), url(clientlib-site/webfonts/fa-brands-400.woff) format("woff"),
		url(clientlib-site/webfonts/fa-brands-400.ttf) format("truetype"),
		url(clientlib-site/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
	font-family: Font Awesome\ 5 Brands
}

@font-face {
	font-family: Font Awesome\ 5 Free;
	font-style: normal;
	font-weight: 400;
	src: url(clientlib-site/webfonts/fa-regular-400.eot);
	src: url(clientlib-site/webfonts/fa-regular-400.eot?#iefix)
		format("embedded-opentype"), url(clientlib-site/webfonts/fa-regular-400.woff2)
		format("woff2"), url(clientlib-site/webfonts/fa-regular-400.woff) format("woff"),
		url(clientlib-site/webfonts/fa-regular-400.ttf) format("truetype"),
		url(clientlib-site/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
	font-weight: 400
}

@font-face {
	font-family: Font Awesome\ 5 Free;
	font-style: normal;
	font-weight: 900;
	src: url(clientlib-site/webfonts/fa-solid-900.eot);
	src: url(clientlib-site/webfonts/fa-solid-900.eot?#iefix)
		format("embedded-opentype"), url(clientlib-site/webfonts/fa-solid-900.woff2)
		format("woff2"), url(clientlib-site/webfonts/fa-solid-900.woff) format("woff"),
		url(clientlib-site/webfonts/fa-solid-900.ttf) format("truetype"),
		url(clientlib-site/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .far, .fas {
	font-family: Font Awesome\ 5 Free
}

.fa, .fas {
	font-weight: 900
}
@charset "utf-8";
/* CSS Document */

html, body { min-height: 100vh; }
body {
    background-color: #fff;
    color: #575656;
    font-family: nunito-sans, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    padding: 0;
    margin: 0 auto;
}

p, li {
    font-size: 1em;
}
h1 { font-size: 2.2em; }
h2 { font-size: 2em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.3em; }
h6 { font-size: 1.1em; }
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.1;
}
h1, h2, h3 {    
    margin-top: 20px;
    margin-bottom: 10px;
}
h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
img { 
    max-width: 100%;
    height: auto;
}
strong {
    font-weight: 700;
}
a {
    text-decoration: none;
    font-weight: 500;
    transition: all 300ms ease-in-out;
}
a:link {
    color: #c11026;
}
a:visited {
    color: #c11026;
}
a:hover {
    color: #e33248;
    text-decoration: underline;
}
a:active {
    color: #e33248;
    text-decoration: underline;
}

p a, p a:link, p a:visited,
li a, li a:link, li a:visited {
    font-weight: 700;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-notransform {
    text-transform: none !important;
}
.fullWidth {
    margin-left: -14px !important;
    margin-right: -14px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.font-regular {
    font-weight: 400 !important;
}
.font-bold, strong, b {
    font-weight: 700 !important;
}

.flex-rb {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
ul.no-bullets {
    list-style-type: none;
    padding-left: 0;
}
@charset "utf-8";
/* CSS Document */

.showmobile,
.showtablet {
    display: none;
}

@media (max-width: 1024px) {
    .showtablet {
        display: block;
    }
    .hidetablet {
        display: none;
    }
}
@media (max-width:767px) {
	.body {
		padding: 0 0 120px 0;
	}
    .showmobile {
        display: block;
    }
    .hidemobile {
        display: none;
    }
}
.content_footer {
	background-color: #0E0E0E;
	color: #b6b6b6;
	font-size: 14px;
}
.content_footer > div {
	max-width: 1300px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.content_footer a:link,
.content_footer a:visited {
	color: #b6b6b6;
}
.content_footer a:hover,
.content_footer a:active {
	color: #fff;
}
.footer_nav {
	background-color: #575656;
	color: #fff;
	z-index: 999;
}
.footer_nav > div {
	max-width: 1300px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 1vw 2vw;
}
.footer_nav a:link,
.footer_nav a:visited {
	color: #fff;
	font-size: .8em;
	font-weight: 400;
}
.footer_nav a:hover,
.footer_nav a:active {
	color: #fba9cc;
	text-decoration: none;
}
.footer_nav .cmp-navigation ul {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	text-align: right;
}
.footer_nav .cmp-navigation ul li {
	display: inline-block;
	text-align: center;
}
.footer_nav li a {
	display: block;
	padding: 10px;
	text-align: center;
}
@supports (display: flex) {
	.footer_nav .cmp-navigation ul {
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
		align-items: stretch;
	}
	.footer_nav ul > li {
		display: flex;
	}
	.footer_nav ul > li > a {
		display: flex;
		align-items: center;
	}
}
.footer_text {
	font-size: .7rem;
}

.menu_toggle { display: none; }

.main_navigation {
	position: relative;
}
.main_nav {
	max-width: 1300px;
	margin-left: auto !important;
	margin-right: auto !important;
	background-color: #fff;
	float: none !important;
}
.support_nav {
	background-color: #575656;
	line-height: 1;
	min-height: 60px;
}
.support_nav a {	
	display: inline-block;
	padding: 5px 15px 2px 35px;
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.support_nav a:link,
.support_nav a:visited {
	color: #fff;
	font-size: .9em;
	font-weight: 400;
}
.support_nav a:hover,
.support_nav a:active {
	color: #fba9cc;
	text-decoration: none;
}
.support_nav a[href="tel:43336253010"]:link,
.support_nav a[href="tel:43336253010"]:visited {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M88.17 81.49a19.78 19.78 0 01-1.3 4.1 23.72 23.72 0 01-1.94 3.87q-1.74 2.76-8.32 5.09A23.4 23.4 0 0165 95.72a22.5 22.5 0 01-3.06-.72 26.29 26.29 0 01-3.3-1.32c-1.21-.57-2.11-1-2.69-1.34l-3.1-1.77c-1.48-.87-2.4-1.39-2.73-1.57a54.48 54.48 0 01-9.59-6.69 90.09 90.09 0 01-13.59-15.48 89.89 89.89 0 01-10.19-17.91 54.83 54.83 0 01-3.19-11.25c-.05-.37-.25-1.4-.58-3.09s-.55-2.86-.66-3.51-.25-1.64-.39-3a27 27 0 01-.17-3.55 23 23 0 01.32-3.16A23.39 23.39 0 0117 10.82q4.35-5.44 7.54-6.2a23.29 23.29 0 014.28-.56 19.73 19.73 0 014.3.11 3.43 3.43 0 011.22.38c.68.36 1.47 2.05 2.4 5.06.31.83.72 2 1.24 3.51s1 2.9 1.45 4.13.88 2.41 1.31 3.5c.09.18.36.73.79 1.66a16.38 16.38 0 01.93 2.33 4 4 0 01.13 1.77c-.13.79-.87 1.69-2.2 2.69a28.44 28.44 0 01-4.24 2.65 36.57 36.57 0 00-4.22 2.54c-1.32.92-2 1.74-2.16 2.45a4.07 4.07 0 00.08 1.39 9.78 9.78 0 00.3 1.31c.09.3.29.82.59 1.57s.47 1.16.49 1.24a63.66 63.66 0 008 15.73 63.31 63.31 0 0012.23 12.71l1 .88c.6.53 1 .89 1.29 1.07a10.24 10.24 0 001.13.71 4 4 0 001.29.53c.72.12 1.72-.3 3-1.24A35.66 35.66 0 0063 69.58a29.3 29.3 0 013.9-3.14c1.38-.93 2.46-1.33 3.26-1.2a3.91 3.91 0 011.62.7 16.39 16.39 0 011.9 1.64q1.11 1.07 1.32 1.29c.89.76 1.85 1.56 2.87 2.38S80 73 81.29 74s2.24 1.76 2.92 2.33c2.54 1.85 3.87 3.16 4 3.91a3.5 3.5 0 01-.04 1.25z' fill='%23fff'/%3E%3C/svg%3E");
}
.support_nav a[href="tel:43336253010"]:hover,
.support_nav a[href="tel:43336253010"]:active {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M88.17 81.49a19.78 19.78 0 01-1.3 4.1 23.72 23.72 0 01-1.94 3.87q-1.74 2.76-8.32 5.09A23.4 23.4 0 0165 95.72a22.5 22.5 0 01-3.06-.72 26.29 26.29 0 01-3.3-1.32c-1.21-.57-2.11-1-2.69-1.34l-3.1-1.77c-1.48-.87-2.4-1.39-2.73-1.57a54.48 54.48 0 01-9.59-6.69 90.09 90.09 0 01-13.59-15.48 89.89 89.89 0 01-10.19-17.91 54.83 54.83 0 01-3.19-11.25c-.05-.37-.25-1.4-.58-3.09s-.55-2.86-.66-3.51-.25-1.64-.39-3a27 27 0 01-.17-3.55 23 23 0 01.32-3.16A23.39 23.39 0 0117 10.82q4.35-5.44 7.54-6.2a23.29 23.29 0 014.28-.56 19.73 19.73 0 014.3.11 3.43 3.43 0 011.22.38c.68.36 1.47 2.05 2.4 5.06.31.83.72 2 1.24 3.51s1 2.9 1.45 4.13.88 2.41 1.31 3.5c.09.18.36.73.79 1.66a16.38 16.38 0 01.93 2.33 4 4 0 01.13 1.77c-.13.79-.87 1.69-2.2 2.69a28.44 28.44 0 01-4.24 2.65 36.57 36.57 0 00-4.22 2.54c-1.32.92-2 1.74-2.16 2.45a4.07 4.07 0 00.08 1.39 9.78 9.78 0 00.3 1.31c.09.3.29.82.59 1.57s.47 1.16.49 1.24a63.66 63.66 0 008 15.73 63.31 63.31 0 0012.23 12.71l1 .88c.6.53 1 .89 1.29 1.07a10.24 10.24 0 001.13.71 4 4 0 001.29.53c.72.12 1.72-.3 3-1.24A35.66 35.66 0 0063 69.58a29.3 29.3 0 013.9-3.14c1.38-.93 2.46-1.33 3.26-1.2a3.91 3.91 0 011.62.7 16.39 16.39 0 011.9 1.64q1.11 1.07 1.32 1.29c.89.76 1.85 1.56 2.87 2.38S80 73 81.29 74s2.24 1.76 2.92 2.33c2.54 1.85 3.87 3.16 4 3.91a3.5 3.5 0 01-.04 1.25z' fill='%23fba9cc'/%3E%3C/svg%3E");
}

.support_nav a[href="mailto:office@schloffer.com"]:link,
.support_nav a[href="mailto:office@schloffer.com"]:visited {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M3.64 17.55v13.77L50 53l46.36-21.68V17.55zm0 19.45v45.45h92.72V37L50 58.68z' fill='%23fff'/%3E%3C/svg%3E");
}
.support_nav a[href="mailto:office@schloffer.com"]:hover,
.support_nav a[href="mailto:office@schloffer.com"]:active {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M3.64 17.55v13.77L50 53l46.36-21.68V17.55zm0 19.45v45.45h92.72V37L50 58.68z' fill='%23fba9cc'/%3E%3C/svg%3E");
}
.headerlogo img {
	width: 100%;
	min-width: 175px;
	max-width: 250px;
	height: auto;
}
.main_navigation {
	float: right !important;
	padding: 35px 0 0;
}
@supports(display: flex) {
	.main_navigation {
		display: flex;
		justify-content: flex-end;
	}
}
.main_navigation ul {
	display: block;
	text-align: right;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
} 
.main_navigation li {
	display: inline-block;
}
.main_navigation li a {
	display: block;
	padding: 20px 10px;
	text-transform: uppercase;
}
@supports (display: flex) {
	.main_nav > div {
		display: flex;
		justify-content: space-between;
	}
	.main_nav > div:before, 
	.main_nav > div:after {
		display: none;
	}
	.main_navigation,
	.main_navigation nav,
	.main_navigation ul {
		display: flex !important;
	}
	.main_navigation {
		padding: 10px;
	}
	.main_navigation ul {
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: stretch;
		float: none;
	}
	.main_navigation ul > li {
		display: flex;
	}
	.main_navigation ul > li > a {
		display: flex;
		align-items: center;
	}
}
.main_navigation li.children a:link, 
.main_navigation li.children a:visited, 
.main_navigation li.children a:hover, 
.main_navigation li.children a:active {
	cursor: default;
}
.main_navigation li a:link,
.main_navigation li a:visited {
	color: #575656;
}
.main_navigation li a:hover,
.main_navigation li a:active,
.main_navigation li.active > a {
	color: #c11026;
	text-decoration: none;
}
.main_navigation ul li div {
	display: none;
}
.main_navigation ul li div.active
/* .main_navigation li.active div */ {
	display: block;
	position: absolute;
	top: 90px;
	z-index: 9999;
}
.main_navigation ul li div ul {
	display: block !important;
	padding: 0;
	min-height: 10px;
	background-color: #c11026;
	background-color: rgba(193,16,38,0.9);
}
.main_navigation ul li div ul li {
	display: block;
}
.main_navigation ul li div ul a {
	display: block;
	padding: 15px;
}
.main_navigation ul li div ul a:link, 
.main_navigation ul li div ul a:visited {
	color: #fff;
}
.main_navigation ul li div ul a:hover, 
.main_navigation ul li div ul a:active {
	color: #fff;
	background-color: #575656;
	background-color: rgba(0,0,0,0.5);
}

@media (min-width:768px) {
	.menu_toggle {
    	display: none;
    }
}
@media (max-width:767px) {
	.aem-Grid.aem-Grid--default--12 > .header.aem-GridColumn.aem-GridColumn--default--12 {
		width: 25%;
		float: right;
	}
	.menu_toggle {
		display: block;
        height: 2rem;
        width: 2rem;
    	background-size: 2rem 2rem;
        background-repeat: no-repeat;
        background-position: right top;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cpath fill='%23575656' d='M0 50h300v40H0zM0 130h300v40H0zM0 210h300v40H0z'/%3E%3C/svg%3E");
       margin: 5px;
        cursor: pointer;
        float: right;
    }
    nav.main {
    	display: none !important;
    }
    nav.main.active {
    	display: flex !important;
    }
    .main_navigation ul {
    	flex-direction: column;
    }
    .main_navigation ul > li {
    	display: block;
    }
    .main_navigation ul > li.children > a {
   	    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 850 850'%3E%3Cpath fill='%23fff' d='M425 673.86L13.5 262.36l86.22-86.22L425 501.43l325.28-325.29 86.22 86.22L425 673.86z'/%3E%3C/svg%3E");
   	    background-size: 1.2rem 1.2rem;
   	    background-repeat: no-repeat;
   	    background-position: 95% center;
    }
	.main_navigation li a:link,
	.main_navigation li a:visited {
	    color: #fff;
	    background-color: #575656;
	    border-bottom: 1px solid #fff;
	    font-size: 1.4rem;
	}
	.main_navigation li a:hover,
	.main_navigation li a:active,
	.main_navigiation li.active a {
	    background-color: #0e0e0e;
	}
	.main_navigation ul li.hovered div.active {
		position: static;
		background-color: #c11026;
		width: 100%;
	}
	.main_navigation ul li div.active {
		position: static;
		width: 100%;
	}
	.main_navigation ul li div ul li {
	    display: block;
	    text-align: left;
	}
	.main_navigation ul li div ul a:link, 
	.main_navigation ul li div ul a:visited {
		background-color: #c11026;
	    font-weight: 400;
	    font-size: 1.3rem;
	}
	.main_navigation ul li div ul a:hover, 
	.main_navigation ul li div ul a:active {
		background-color: #a00014;
	}
	
    @supports (display: flex ) {
        #header_top {
            flex-direction: column;
        }
    	nav {
            width: 100%;
        }
    	#support_menu > ul {
        	display: flex;
        	justify-content: space-between;
   		}
    }
}
@media (max-width:520px) {
    @supports (display: flex ) {
    	#support_menu > ul {
        	flex-wrap: wrap;
   		}
	}
}
/* Carousel override styles */
.carousel,
.cmp-carousel,
.cmp-carousel__content {
	height: Calc(100vh - 270px);
	overflow: hidden;
	box-sizing: border-box;
}
.carousel img {
	height: auto;
	width: 100%;
	vertical-align: center;
}
@supports (object-fit: cover) {
	.carousel img {
		object-fit: cover;
		height: Calc(100vh - 270px);
	}
}
.cmp-carousel, 
.cmp-carousel__content {
    margin: 0 -14px !important;
    padding: 0 14px !important;
}
.cmp-carousel__item {
    margin: 0 -14px;
    line-height: 0;
}
.cmp-carousel__indicators {
    display: none;
}
.cmp-carousel__actions {
    position: absolute;
    display: flex;
	justify-content: space-between;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
button.cmp-carousel__action {
    display: block;
    background-color: transparent;
    background-image: none;
    border: none;
    width: 6vw;
    outline: none;
}
button.cmp-carousel__action .cmp-carousel__action-text { display: none; }
button.cmp-carousel__action .cmp-carousel__action-icon {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 4vw;
    height: 4vw;
    display: inline-block;
}
button.cmp-carousel__action--next { 
    order: 99;
}
button.cmp-carousel__action--previous .cmp-carousel__action-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 850 850'%3E%3Cpath fill='%23fff' d='M176.14 425l411.5-411.5 86.22 86.22L348.57 425l325.29 325.28-86.22 86.22L176.14 425z'/%3E%3C/svg%3E");
}
button.cmp-carousel__action--previous:hover .cmp-carousel__action-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 850 850'%3E%3Cpath fill='%23c11026' d='M176.14 425l411.5-411.5 86.22 86.22L348.57 425l325.29 325.28-86.22 86.22L176.14 425z'/%3E%3C/svg%3E");
}
button.cmp-carousel__action--next .cmp-carousel__action-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 850 850'%3E%3Cpath fill='%23fff' d='M673.86 425L262.36 13.5l-86.22 86.22L501.43 425 176.14 750.28l86.22 86.22L673.86 425z'/%3E%3C/svg%3E");
}
button.cmp-carousel__action--next:hover .cmp-carousel__action-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 850 850'%3E%3Cpath fill='%23c11026' d='M673.86 425L262.36 13.5l-86.22 86.22L501.43 425 176.14 750.28l86.22 86.22L673.86 425z'/%3E%3C/svg%3E");
}

/* carousel css transitions override */
.cmp-carousel__content {
    overflow: hidden;
}
.cmp-carousel__item {
    position: absolute;
    top: 0;
    left: -200%;
    display: block; /* override the display: none status to allow for transitions in css */
}
.cmp-carousel__item.cmp-carousel__item--active {
    position: static; /* so it takes up its proper space */
}
.cmp-carousel__item .lk-teaser {
    transition: opacity 500ms 100ms;
	opacity: 0;

}
.cmp-carousel__item.cmp-carousel__item--active .lk-teaser {
    opacity: 1;
}

/* /END Carousel override styles */
/* responsive video container */
.video-container {
    position: relative;
    padding-bottom: 57% !important;
    margin: 10px auto;
}
.video-container iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}
/* /END responsive video container */
.lktabsvertical .cmp-tabs {
	display: block;
    text-align: center;
}
.lktabsvertical .cmp-tabs__tablist {
	display: inline-block;
	width: 14%;
    max-width: 200px;
	text-align: right;
	vertical-align: top;
}
.lktabsvertical .cmp-tabs__tablist li {
    font-size: 1.2rem;
}
@supports(display: flex) {
	.lktabsvertical .cmp-tabs {
    	display: flex;
        justify-content: center;
        align-items: center;
    }
}
.lktabsvertical .cmp-tabs__tabpanel--active {
	display: inline-block;
	width: 79%;
    max-width: 1200px;
}
.lktabsvertical .cmp-tabs__tab {
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: transparent;
}
.lktabsvertical .cmp-tabs__tab--active {
	border-color: #5ccfe8;
    color: #165c7d;
    background-color: #fff;
}
.cmp-tabs__tabpanel--title {
    display: none;
}
@media (max-width: 950px) {
	.cmp-tabs__tabpanel--title {
    	display: block;
        background: #fff;
        color: #75787B;
        position: relative;
        border-top: 5px solid #3abed5;
        z-index: 10;
        margin: 3rem -14px -10px -14px;
        padding: .4rem 14px .8rem;
        font-size: 1.8rem;
    }
    .cmp-tabs__tabpanel--title:after {
        content: "";
        position: absolute;
        left: 30%;
        top: 100%;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-top: 10px solid #fff;
        border-right: 10px solid transparent;
	}
	.lktabsvertical .cmp-tabs__tablist {
        display: none;
    }
    .lktabsvertical .cmp-tabs .cmp-tabs__tabpanel {
        display: block;
		width: 100%;
	}
	@supports(display: flex) {
		.lktabsvertical .cmp-tabs {
        	flex-direction: column;
		}
	}
}

.cmp-navigation ul ul {
    display: block;
}
.cmp-navigation ul {
	padding: 0 0 0 25px;
}
.cmp-navigation > ul{
    list-style-type: disc;
}
.cmp-navigation ul > ul {
    list-style-type: square;
}
.cmp-navigation ul ul {
    display: block;
}
.cmp-navigation ul {
	padding: 0 0 0 25px;
}
.cmp-navigation > ul{
    list-style-type: disc;
}
.cmp-navigation ul > ul {
    list-style-type: square;
}
.nostyle { 
	list-style-type: none !important; 
}
.cmp-sitemap li a,
.cmp-sitemap li a:link,
.cmp-sitemap span {
	text-transform: none;
    font-weight: 400 !important;
    font-size: 1.2rem;
}
.cmp-sitemap nav.cmp-navigation {
    margin: 0 auto;
    width: 100%;
    padding: 0 1vw;
    display: flow-root;
    font-size: 26px;
}
.cmp-sitemap nav .cmp-navigation__group {
    text-align: left;
}
.cmp-sitemap nav.cmp-navigation ul {
    display: block;
	padding: 0 0 0 1em;
    font-size: .9em;
}
.cmp-sitemap nav.cmp-navigation ul:after {
    content: "";
    display: block;
    clear: both;
}
.cmp-sitemap nav.cmp-navigation ul {
    list-style-type: square;
    max-width: Calc(100% - .5rem);
}
.cmp-sitemap nav.cmp-navigation ul ul {
    list-style-type: disc;
}
.cmp-sitemap nav.cmp-navigation ul ul ul {
	list-style-type: circle;
}
.cmp-sitemap nav.cmp-navigation > ul li {
    margin-bottom: 5px;
}
.cmp-sitemap nav.cmp-navigation ul li a,
.cmp-sitemap nav.cmp-navigation ul li span {
    padding: .4rem;
}
.cmp-sitemap .cmp-navigation__group li {
	width: 100%;
	max-width: 100%;
}
.cmp-sitemap nav.cmp-navigation a:link {
	display: inline-block;
	margin: 0;
}

.lktitle.title {
	background: none;
	padding: 0;
	margin: 0 0 1em 0;
}

/* h1 Styles */
.lktitle.h1 .cmp-title {
	margin: 0;
	padding: 0;
}
.lktitle h1 {
	display: inline-block;
	padding: 1 .1em .4em;
	margin: .5em 0;
	font-size: 3rem !important;
}


.lkmediatext .anchor {
	display: block;
	height: 100px;
}
.lk-mediatext {
    padding: 2vw;
    display: flow-root;
    width: 100%;
    max-width: 2000px;
    line-height: 1.4;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}
.lk-mediatext .imagecontainer {
	width: auto;
    max-width: 50%;
}
.lk-mediatext  .imagecontainer.extrasmall {
	width: 200px;
}
.lk-mediatext  .imagecontainer.small {
	width: 450px;
}
.lk-mediatext  .imagecontainer.medium {
	width: 700px;
}
.lk-mediatext  .imagecontainer.large {
	width: 1000px;
}
.lk-mediatext  .imagecontainer.fullscreen {
	width: 2000px;
	max-width: 100%;
	padding: 0;
}

.lk-mediatext .imagecontainer.left {
	float: left;
	padding: 0 2vw 2vw 0;
}
.lk-mediatext .imagecontainer.right {
	float: right;
	padding: 0 0 2vw 2vw;
}
.lk-mediatext .imagecontainer.bottom {
	padding: 2vw 0;
}

.lk-mediatext .imagecontainer img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto; 
	margin-right: auto;
}

.lk-mediatext h1,
.lk-mediatext h2,
.lk-mediatext h3,
.lk-mediatext h4,
.lk-mediatext h5,
.lk-mediatext h6 {
	padding: 0;
	margin: 1em 0;
    line-height: 1.2;
    width: 100%; 
}
.lk-mediatext ul,
.lk-mediatext ol {
	display: inline-block !important;
	padding-left: 40px;
}

a.cmp-mediatext__action-link:link,
a.cmp-mediatext__action-link:visited {
	position: relative;
	display: inline-block;
	width: auto;
	max-width: 100%;
	margin: .5em 1em .5em 0;
	padding: 15px Calc(1.3em + 30px) 15px 15px;
	line-height: 1.2;
	font-family: "garamond-premier-pro", serif;
	font-size: 1.1em;
	border: 2px solid #fff;
	outline: 1px solid #013773;
	box-sizing: content-box;
}
a.cmp-mediatext__action-link:link,
a.cmp-mediatext__action-link:visited {
	background-color: #013773;
	color: #fff;
}
a.cmp-mediatext__action-link:hover, 
a.cmp-mediatext__action-link:active {
	background-color: #e9eadb;
	color: #106748;
	outline: 1px solid #106748;
}
.cmp-mediatext__action-link--arrow {
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	position:absolute;
	right: .5em;
	top: Calc(50% - .65em);
}
.cmp-mediatext__action-link--arrow {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M5.36 63.07H51.7V85.2a5.36 5.36 0 0 0 9 3.92l37.59-34.94a5.36 5.36 0 0 0 0-7.85L60 10.77a5 5 0 0 0-8.3 3.63v23.05H5.36A5.36 5.36 0 0 0 0 42.81v14.9a5.36 5.36 0 0 0 5.36 5.36z' fill='%23ffffff' fill-rule='evenodd'/%3E%3C/svg%3E");
}
a.cmp-mediatext__action-link:hover .cmp-mediatext__action-link--arrow {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M5.36 63.07H51.7V85.2a5.36 5.36 0 0 0 9 3.92l37.59-34.94a5.36 5.36 0 0 0 0-7.85L60 10.77a5 5 0 0 0-8.3 3.63v23.05H5.36A5.36 5.36 0 0 0 0 42.81v14.9a5.36 5.36 0 0 0 5.36 5.36z' fill='%230e6849' fill-rule='evenodd'/%3E%3C/svg%3E");;
}

@media (max-width: 600px) {
	.lk-mediatext  .imagecontainer {
		padding: 2vw 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		text-align: center;
	}
}

.lkbutton a {
	position: relative;
	display: inline-block;
	width: auto;
	max-width: 100%;
	padding: 15px Calc(1.3em + 30px) 15px 15px;
	line-height: 1.2;
	font-size: 1.4rem;
}
.lkbutton a:link,
.lkbutton a:visited {
	background-color: #c11026;
	color: #fff;
}
.lkbutton a:hover, 
.lkbutton a:active {
	background-color: #b00015;
}
.cmp-button__icon {
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	position:absolute;
	right: .5em;
	top: Calc(50% - .65em);
}
.cmp-button__icon--arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 850 850'%3E%3Cpath fill='%23fff' d='M673.86 425L262.36 13.5l-86.22 86.22L501.43 425 176.14 750.28l86.22 86.22L673.86 425z'/%3E%3C/svg%3E");
}
/*
.lkbutton a:hover .cmp-button__icon--arrow {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M5.36 63.07H51.7V85.2a5.36 5.36 0 0 0 9 3.92l37.59-34.94a5.36 5.36 0 0 0 0-7.85L60 10.77a5 5 0 0 0-8.3 3.63v23.05H5.36A5.36 5.36 0 0 0 0 42.81v14.9a5.36 5.36 0 0 0 5.36 5.36z' fill='%230e6849' fill-rule='evenodd'/%3E%3C/svg%3E");;
}*/
.lkbutton .left  {
	text-align: left;
}
.lkbutton .right {
	text-align: right;
}
.lkbutton .center {
	text-align: center;
}
.lkbutton .fullwidth a {
	width: 100%;
	display: block;
}
.button2 a.button {
	position: relative;
	display: inline-block;
	width: auto;
	max-width: 100%;
	padding: 15px Calc(1.2em + 15px) 15px 15px;
	font-size: 1.4rem;
    line-height: 1;
	background-size: 1.2em 1.6em;
	background-repeat: no-repeat;
	background-position: right center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1275 850'%3E%3Cpath fill='%23fff' d='M673.86 425L262.36 13.5l-86.22 86.22L501.43 425 176.14 750.28l86.22 86.22L673.86 425z'/%3E%3C/svg%3E");

}
.button2 a.button:link,
.button2 a.button:visited {
	background-color: #c11026;
	color: #fff;
}
.button2 a.button:hover, 
.button2 a.button:active {
	background-color: #b00015;
	text-decoration: none;
}
.lkarticle {
	min-height: 100px;
}
.lkarticle > section {
	margin-left: auto !important;
	margin-right: auto !important;
}
.lkarticle .article.parsys {
	display: flex;
	flex-wrap: wrap;
}
.lkarticle section.flex-just-between .article.parsys {
	justify-content: space-between;
}
.lkarticle section.flex-just-around .article.parsys {
	justify-content: space-around;
}
.lkarticle section.flex-just-center .article.parsys {
	justify-content: center;
}
.lkarticle section.flex-just-start .article.parsys {
	justify-content: flex-start;
}
.lkarticle section.flex-just-end .article.parsys {
	justify-content: flex-end;
}

.lkarticle cq, .lkarticle .new.section {
	display: none;
}
.lkarticle cq .new.section,
.lkarticle .new.section.cq-Editable-dom {
	display: block;
}

.lkarticle section.flex-dir-column .article.parsys {
	flex-direction: column;
}
.lkarticle section.flex-dir-column.flex-just-between .article.parsys {
	align-items: space-between;
}
.lkarticle section.flex-dir-column.flex-just-around .article.parsys {
	align-items: space-around;
}
.lkarticle section.flex-dir-column.flex-just-center .article.parsys {
	align-items: center;
}
.lkarticle section.flex-dir-column.flex-just-start .article.parsys {
	align-items: flex-start;
}
.lkarticle section.flex-dir-column.flex-just-end .article.parsys {
	align-items: flex-end;
}
div.lkbrochure { 
    max-width: 300px;
    min-width: 200px;
    width: 100%;
    padding: 1vw;
    margin: 0 0 4rem 0;
    display: flex;
    flex-direction: column; 
    justify-content: space-between;
}
.lkbrochure cq {
	display: none;
}
.lkbrochure > .cmp-image__link {
	display: block;
}
.lkbrochure img {
    display: block;
    width: 100%;
    border: 1px solid #f5f5f5;
}
.lkbrochure p.cmp-image__title a {
	display: block;
	padding: 1em 0;
}
.lkbrochure p.cmp-image__title a:link,
.lkbrochure p.cmp-image__title a:visited {
	color: #75787B;
}
.lkbrochure p.cmp-image__title a:hover,
.lkbrochure p.cmp-image__title a:active {
	color: #3eb1c8;
}
.lkbrochure a.cmp-button,
.lkbrochure a.cmp-button:link, 
.lkbrochure a.cmp-button:visited {
    position: relative;
	display: block;
	width: 100%;
    margin: 0;
	padding: .8em Calc(1.3em + 25px) .8em .8em;
	line-height: 1.2;
	font-size: 1.2rem;
	box-sizing: border-box;
	background-color: #165c7d;
	border: 2px solid #165c7d;
	color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 300'%3E%3Cpath d='M269 193.23h-67l-52 63.08-51-63.08H31a12 12 0 0 0-12 12v58a12 12 0 0 0 12 12h238a12 12 0 0 0 12-12v-58a12 12 0 0 0-12-12zm-65.5 70a7.5 7.5 0 1 1 7.5-7.5 7.5 7.5 0 0 1-7.5 7.5zm30 0a7.5 7.5 0 1 1 7.5-7.5 7.5 7.5 0 0 1-7.5 7.5zM150 230.67l-75-93h38.15V24.77h73.67v112.89H225z' fill='%23fff'/%3E%3C/svg%3E");
	background-position: 100% 50%;
	background-size: 35px 35px;
	background-repeat: no-repeat;
    transition: all 300ms ease-in-out;
}
.lkbrochure a.cmp-button:hover, 
.lkbrochure a.cmp-button:active {
	background-color: #fff;
	color: #165c7d;
	border: 2px solid #165c7d;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 300'%3E%3Cpath d='M269 193.23h-67l-52 63.08-51-63.08H31a12 12 0 0 0-12 12v58a12 12 0 0 0 12 12h238a12 12 0 0 0 12-12v-58a12 12 0 0 0-12-12zm-65.5 70a7.5 7.5 0 1 1 7.5-7.5 7.5 7.5 0 0 1-7.5 7.5zm30 0a7.5 7.5 0 1 1 7.5-7.5 7.5 7.5 0 0 1-7.5 7.5zM150 250.67l-75-93h38.15V44.77h73.67v112.89H225z' fill='%23165c7d'/%3E%3C/svg%3E");
}
div.lkbrochure {
    max-width: 150px;
    min-width: 120px;
}
.lkbrochure p.cmp-image__title a:link,
.lkbrochure p.cmp-image__title a:visited {
	color: #000;
}
.lkbrochure p.cmp-image__title a:hover,
.lkbrochure p.cmp-image__title a:active {
	color: #066748;
}
.lkbrochure a.cmp-button,
.lkbrochure a.cmp-button:link, 
.lkbrochure a.cmp-button:visited {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	padding: 10px Calc(1.2em + 10px) 10px 10px;
	font-size: 1.1rem;
    line-height: 1;
    	background-color: #c11026;
	color: #fff;
	border: none;
	background-size: 1.4em 1.4em;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 300'%3E%3Cpath d='M269 193.23h-67l-52 63.08-51-63.08H31a12 12 0 0 0-12 12v58a12 12 0 0 0 12 12h238a12 12 0 0 0 12-12v-58a12 12 0 0 0-12-12zm-65.5 70a7.5 7.5 0 1 1 7.5-7.5 7.5 7.5 0 0 1-7.5 7.5zm30 0a7.5 7.5 0 1 1 7.5-7.5 7.5 7.5 0 0 1-7.5 7.5zM150 230.67l-75-93h38.15V24.77h73.67v112.89H225z' fill='%23fff'/%3E%3C/svg%3E");
	}
.lkbrochure a.cmp-button:hover, 
.lkbrochure a.cmp-button:active {
	background-color: #b00015;
	text-decoration: none;
	border: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 300'%3E%3Cpath d='M269 193.23h-67l-52 63.08-51-63.08H31a12 12 0 0 0-12 12v58a12 12 0 0 0 12 12h238a12 12 0 0 0 12-12v-58a12 12 0 0 0-12-12zm-65.5 70a7.5 7.5 0 1 1 7.5-7.5 7.5 7.5 0 0 1-7.5 7.5zm30 0a7.5 7.5 0 1 1 7.5-7.5 7.5 7.5 0 0 1-7.5 7.5zM150 230.67l-75-93h38.15V24.77h73.67v112.89H225z' fill='%23fff'/%3E%3C/svg%3E");
	}

