/*
 *  Copyright 2018 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2015 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
/* grid component */
.aem-Grid {
  display: block;
  width: 100%;
}
.aem-Grid::before,
.aem-Grid::after {
  display: table;
  content: " ";
}
.aem-Grid::after {
  clear: both;
}
/* placeholder for new components */
.aem-Grid-newComponent {
  clear: both;
  margin: 0;
}
/* column of a grid */
.aem-GridColumn {
  box-sizing: border-box;
  clear: both;
}
/* force showing hidden */
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important;
}
/* Generates all the rules for the grid columns up to the given amount of column */
/* Generates all the rules for the grid column offset up to the given amount of column */
/* Generates all the rules for the grid and columns for the given break point and total of columns */
/* Generates all the rules for the grids and columns */
/* API function to be called to generate a grid config */
/* maximum amount of grid cells to be provided */
/* default breakpoint */
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--newline {
  /* newline behavior */
  display: block;
  clear: both !important;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--none {
  /* none behavior */
  display: block;
  clear: none !important;
  float: left;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  /* hide behavior */
  display: none;
}
/* phone breakpoint */
@media (max-width: 768px) {
  .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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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: 769px) 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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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;
  }
}
/* force showing hidden components in unhide mode */
.aem-GridShowHidden > .cmp-container > .aem-Grid > .aem-GridColumn {
  display: block !important;
}

@font-face{font-display:block;font-family:icomoon;font-style:normal;font-weight:400;src:url(clientlib-yippee/css/icon-font/fonts/icomoon.eot?h77yfi);src:url(clientlib-yippee/css/icon-font/fonts/icomoon.eot?h77yfi#iefix) format("embedded-opentype"),url(clientlib-yippee/css/icon-font/fonts/icomoon.ttf?h77yfi) format("truetype"),url(clientlib-yippee/css/icon-font/fonts/icomoon.woff?h77yfi) format("woff"),url(clientlib-yippee/css/icon-font/fonts/icomoon.svg?h77yfi#icomoon) format("svg")}[class*=" icon-"],[class^=icon-]{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.icon-twitter:before{content:"\e920"}.icon-facebook:before{color:#f7f5ea;content:"\e99a"}.icon-Union-36:before{content:"\e999"}.icon-Polygon-16:before{color:#ff7f00;content:"\e998"}.icon-Rectangle-2727:before{content:"\e996"}.icon-Rectangle-2725:before{color:#feab00;content:"\e997"}.icon-Group-21775 .path1:before{color:#b50404;content:"\e945"}.icon-Group-21775 .path2:before{color:#fff;content:"\e947";margin-left:-1em}.icon-Group-21780 .path1:before{color:#b50404;content:"\e949"}.icon-Group-21780 .path2:before{color:#fff;content:"\e94a";margin-left:-1em}.icon-Group-21781 .path1:before{color:#deacac;content:"\e94b"}.icon-Group-21781 .path2:before{color:#fff;content:"\e94c";margin-left:-1em}.icon-Group-21782 .path1:before{color:#deacac;content:"\e98d"}.icon-Group-21782 .path2:before{color:#fff;content:"\e98e";margin-left:-1em}.icon-Pause .path1:before{color:#fff;content:"\e994"}.icon-Pause .path2:before{color:#da031d;content:"\e995";margin-left:-1em}.icon-customer-service:before{color:#f6eabb;content:"\e922"}.icon-customise-gift:before{color:#f6eabb;content:"\e923"}.icon-df-logo:before{color:#ffda7d;content:"\e924"}.icon-about-us:before{color:#f6eabb;content:"\e925"}.icon-accessibility:before{color:#ffda7d;content:"\e926"}.icon-arrow-right:before{color:#f6eabb;content:"\e927"}.icon-calender:before{color:#fff2b7;content:"\e928"}.icon-comment-tweet:before{color:#fff2b7;content:"\e929"}.icon-community-member:before{color:#fff2b7;content:"\e92a"}.icon-community:before{color:#f6eabb;content:"\e92b"}.icon-down-arrow:before{color:#f6eabb;content:"\e92c"}.icon-download:before{color:#f4eac0;content:"\e92d"}.icon-filter:before{color:#fff2b7;content:"\e92e"}.icon-fun-forum:before{color:#fff2b7;content:"\e92f"}.icon-hamburger-menu:before{color:#ffda7d;content:"\e930"}.icon-hashtag:before{content:"\e931"}.icon-ingredients:before{color:#fff2b7;content:"\e932"}.icon-instagram:before{color:#f7f5ea;content:"\e933"}.icon-join-forum:before{color:#fff2b7;content:"\e934"}.icon-media:before{color:#f6eabb;content:"\e935"}.icon-moon-selected:before{color:#f4eac0;content:"\e936"}.icon-moon:before{color:#6a452b;content:"\e937"}.icon-open-card-popup:before{color:#f4eac0;content:"\e938"}.icon-our-products:before{color:#f4eac0;content:"\e939"}.icon-pause:before{color:#fff2b7;content:"\e93a"}.icon-place-an-order:before{color:#fff2b7;content:"\e93b"}.icon-play .path1:before{color:#3b2314;content:"\e93c";opacity:.408}.icon-play .path2:before{color:#f4eac0;content:"\e93d";margin-left:-1em}.icon-profile:before{color:#ffda7d;content:"\e93e"}.icon-receipe-uploaded:before{color:#fff2b7;content:"\e93f"}.icon-recipes:before{color:#f6eabb;content:"\e940"}.icon-save-for-later:before{color:#fff2b7;content:"\e941"}.icon-star-deselect:before{color:#fff2b7;content:"\e942"}.icon-star-selected:before{color:#fff2b7;content:"\e943"}.icon-timer:before{color:#fff2b7;content:"\e944"}.icon-completed .path1:before{color:#fff2b7;content:"\e900"}.icon-completed .path2:before{color:#261000;content:"\e901";margin-left:-1em}.icon-completed1 .path1:before{color:#fff2b7;content:"\e902"}.icon-completed1 .path2:before{color:#261000;content:"\e903";margin-left:-1em}.icon-completed2 .path1:before{color:#fff2b7;content:"\e904"}.icon-completed2 .path2:before{color:#261000;content:"\e905";margin-left:-1em}.icon-not-completed .path1:before{color:#190c02;content:"\e906"}.icon-not-completed .path2:before{color:#644f40;content:"\e907";margin-left:-1em}.icon-not-completed .path3:before{color:#644f40;content:"\e908";margin-left:-1em}.icon-checbox-square-selected:before{color:#fff2b7;content:"\e909"}.icon-checkbox-square-not-selected:before{color:#fff2b7;content:"\e90a"}.icon-checkbox:before{color:#f4eac0;content:"\e90b"}.icon-chevron-left-active .path1:before{color:#bf271b;content:"\e90c"}.icon-chevron-left-active .path2:before{color:#fff2b7;content:"\e90d";margin-left:-1em}.icon-chevron-left-disabled .path1:before{color:#731b0d;content:"\e90e"}.icon-chevron-left-disabled .path2:before{color:#fff2b7;content:"\e90f";margin-left:-1em}.icon-chevron-right-active .path1:before{color:#bf271b;content:"\e910"}.icon-chevron-right-active .path2:before{color:#fff2b7;content:"\e911";margin-left:-1em}.icon-chevron-right-disabled .path1:before{color:#731b0d;content:"\e912"}.icon-chevron-right-disabled .path2:before{color:#fff2b7;content:"\e913";margin-left:-1em}.icon-close-card-popup:before{color:#f4e9c2;content:"\e914"}.icon-completed-step .path1:before{color:#fdf1b9;content:"\e915"}.icon-completed-step .path2:before{color:#190c02;content:"\e916";margin-left:-1em}.icon-dots:before{color:#fff2b7;content:"\e917"}.icon-facebok:before{color:#f7f5ea;content:"\e918"}.icon-media-card-top:before{color:#fff1ba;content:"\e919"}.icon-search:before{color:#fed983;content:"\e91a"}.icon-share:before{color:#f4e9c2;content:"\e91b"}.icon-slider:before{color:#6a452b;content:"\e91c"}.icon-sun-selected-afternoon:before{color:#f4eac0;content:"\e91d"}.icon-sun-selected:before{color:#f4eac0;content:"\e91e"}.icon-sun:before{color:#6a452b;content:"\e91f"}.icon-youtube:before{color:#f7f5ea;content:"\e921"}.icon-Play .path1:before{color:#fff;content:"\e946"}.icon-Play .path2:before{color:#b50404;content:"\e992";margin-left:-1em}.icon-Star:before{color:#b50404;content:"\e948"}.icon-Group-21306:before{content:"\e94d"}.icon-Group-21307:before{content:"\e94e"}.icon-Group-21308:before{content:"\e94f"}.icon-Group-21309:before{content:"\e950"}.icon-Heart:before{color:#fdd389;content:"\e951"}.icon-Mask-Group-8378:before{content:"\e952"}.icon-Mask-Group-8379:before{content:"\e953"}.icon-Mask-Group-8380:before{content:"\e954"}.icon-Mask-Group-8381:before{content:"\e955"}.icon-Mask-Group-8382:before{content:"\e956"}.icon-Mask-Group-8383:before{content:"\e957"}.icon-Path-21904-1:before{color:#fc4;content:"\e958"}.icon-Path-21904:before{content:"\e959"}.icon-Path-22005:before{color:#d9f3e9;content:"\e95a"}.icon-shape-1:before{color:#d2ebe1;content:"\e95b"}.icon-shape-2:before{color:#ffd8b1;content:"\e95c"}.icon-shape:before{color:#f5e3b3;content:"\e95d"}.icon-Star-Shape:before{color:#fc4;content:"\e95e"}.icon-Union-44:before{content:"\e95f"}.icon-Union-45:before{content:"\e960"}.icon-Union-46:before{content:"\e961"}.icon-30:before{color:#b50404;content:"\e962"}.icon-Arrow:before{content:"\e963"}.icon-bookmark:before{content:"\e964"}.icon-checkbox-1:before{color:#b50404;content:"\e965"}.icon-checkbox1:before{color:#b50404;content:"\e966"}.icon-Ellipse-14:before{color:#fc4;content:"\e967"}.icon-Ellipse-587:before{color:#fff;content:"\e968"}.icon-Group-21221:before{content:"\e969"}.icon-Group-21553:before{content:"\e96a"}.icon-Group-21556:before{color:#b50404;content:"\e96b"}.icon-Group-21686:before{content:"\e96c"}.icon-Group-21735:before{content:"\e96d"}.icon-Group-21739:before{color:#b50404;content:"\e96e"}.icon-Group-21740:before{color:#b50404;content:"\e96f"}.icon-Group-21745:before{color:#fff;content:"\e970"}.icon-Group-21746:before{color:#fff;content:"\e971"}.icon-Group-21747:before{color:#fff;content:"\e972"}.icon-Group-21751:before{color:#b50404;content:"\e973"}.icon-Group-21754:before{content:"\e974"}.icon-Group-21755:before{content:"\e975"}.icon-Group-21760:before{content:"\e976"}.icon-Group-21761:before{content:"\e977"}.icon-Group-21762:before{content:"\e978"}.icon-Group-21764:before{content:"\e979"}.icon-Group-21767:before{content:"\e97a"}.icon-Group-21769:before{content:"\e97b"}.icon-Group-21771:before{content:"\e97c"}.icon-Group-21772 .path1:before{color:#000;content:"\e97d"}.icon-Group-21772 .path2:before{color:#da001c;content:"\e993";margin-left:-1em}.icon-Group-21773:before{content:"\e97e"}.icon-Group-21774:before{content:"\e97f"}.icon-Icon-feather-search:before{content:"\e980"}.icon-Icon-material-accessibility:before{content:"\e981"}.icon-Icon:before{content:"\e982"}.icon-Notifications:before{content:"\e983"}.icon-Path-219041:before{color:#fff;content:"\e984"}.icon-Shape:before{color:#fff;content:"\e985"}.icon-Star-1:before{color:#fc4;content:"\e986"}.icon-Star1:before{content:"\e987"}.icon-Subtraction-1:before{color:#fff;content:"\e988"}.icon-Union-25:before{content:"\e989"}.icon-Union-27:before{content:"\e98a"}.icon-Union-28:before{content:"\e98b"}.icon-Ellipses:before{content:"\e98c"}.icon-Noodles-1:before{color:#ff7f00;content:"\e98f"}.icon-Noodles:before{color:#ff7f00;content:"\e990"}.icon-Shape1:before{color:#5c2828;content:"\e991"}
@charset "utf-8";@import url(https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}*{-webkit-tap-highlight-color:rgba(0,0,0,0);margin:0}canvas,img,picture,svg,video{display:block;max-width:100%}ol,ul{list-style:none}:focus{outline:0}@keyframes plyr-progress{to{background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:var(--plyr-font-weight-regular,400);line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:var(--plyr-badge-background,#4a5464);border-radius:var(--plyr-badge-border-radius,2px);color:var(--plyr-badge-text-color,#fff);font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:var(--plyr-font-size-small,13px);left:0;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media(min-width:480px){.plyr__captions{font-size:var(--plyr-font-size-base,15px);padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media(min-width:768px){.plyr__captions{font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:var(--plyr-captions-background,rgba(0,0,0,.8));border-radius:2px;box-decoration-break:clone;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:transparent;border:0;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:var(--plyr-menu-background,hsla(0,0%,100%,.9));border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));color:var(--plyr-menu-color,#4a5464);font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border-top-color:transparent;border:var(--plyr-menu-arrow-size,4px) solid transparent;border-top-color:var(--plyr-menu-background,hsla(0,0%,100%,.9));content:"";height:0;position:absolute;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:var(--plyr-menu-arrow-color,#728197);right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:var(--plyr-font-weight-regular,400);margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:var(--plyr-menu-arrow-color,#728197);left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:1pc;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:1pc}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:9pt;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);overflow:hidden;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{appearance:none;background:transparent;border:0;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:transparent;background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0));border:0;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:var(--plyr-range-track-height,5px);transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:var(--plyr-range-thumb-height,13px);margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;transition:all .2s ease;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:transparent;border:0;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:var(--plyr-range-track-height,5px);transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:var(--plyr-range-thumb-height,13px);position:relative;transition:all .2s ease;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:transparent;border:0;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:var(--plyr-range-track-height,5px);transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:transparent;background:currentColor;border:0;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:var(--plyr-range-track-height,5px);transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;transition:all .2s ease;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr__poster{background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:var(--plyr-control-spacing,10px)}@media(max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:var(--plyr-tooltip-background,#fff);border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));color:var(--plyr-tooltip-color,#4a5464);font-size:var(--plyr-font-size-small,13px);font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:90pt;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:transparent;border:0;border-radius:75pt;height:var(--plyr-range-track-height,5px);left:0;margin-top:calc(var(--plyr-range-track-height, 5px)/2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:transparent}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:75pt;min-width:var(--plyr-range-track-height,5px);transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:75pt;min-width:var(--plyr-range-track-height,5px);transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:75pt;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr__progress__marker{background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:var(--plyr-audio-control-color,#4a5464);padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--audio .plyr__progress__buffer{color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:var(--plyr-video-control-color,#fff);left:0;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media(min-width:480px){.plyr--video .plyr__controls{padding:var(--plyr-control-spacing,10px);padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--video .plyr__progress__buffer{color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:var(--plyr-tooltip-background,#fff);border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:75pc}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:75pc}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.font-weight-thin{font-weight:200}.font-weight-light{font-weight:300}.font-weight-regular{font-weight:400}.font-weight-medium{font-weight:500}.font-weight-semi-bold{font-weight:600}.font-weight-bold{font-weight:700}.font-weight-extra-bold{font-weight:800}.font-weight-xx-bold{font-weight:900}.cmp-prize-form{margin:0 auto;max-width:115rem;padding-bottom:6rem;padding-top:3.75rem}@media only screen and (max-width:1023px){.cmp-prize-form{padding:2.5rem 1rem 3.5rem}}.cmp-prize-form .cmp-prize-form__container{margin:0 auto;max-width:100%;width:49.5rem}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__title{font-family:Bebas Neue,sans-serif;font-size:2.25rem;font-weight:700;letter-spacing:0;line-height:2.5rem}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper{display:flex}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form{margin-top:3rem;width:100%}@media only screen and (max-width:1023px){.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form{margin-top:2rem}}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field{position:relative}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field input,.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field textarea{background-color:transparent;border:.0625rem solid #909090;font-family:inherit;margin:.5rem 0 2rem;padding:.6875rem .9375rem;position:relative;width:100%}@media only screen and (max-width:1023px){.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field input,.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field textarea{font-size:1rem;margin:.8125rem 0 1rem;padding:.625rem .9375rem .6875rem}}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field input#image-upload{border:none;padding-inline:0}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field textarea{margin-bottom:0;resize:none}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field label.required:after{color:#bf271b;content:" *"}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field .body-1{color:#fff;font-family:Roboto,sans-serif;font-size:1.125rem;line-height:1.5rem}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field .input-hover:hover{border:1.5px solid #338515}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field input[type=number]::-webkit-inner-spin-button,.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field input[type=number]{-moz-appearance:textfield}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field .cmp-prize-form__error-msg{bottom:.25rem;color:#bf271b;font-size:1rem;position:absolute}@media only screen and (max-width:1023px){.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field .cmp-prize-form__error-msg{bottom:-.4375rem;position:absolute}}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field .cmp-prize-form__error-msg-answer{color:#bf271b;font-size:1rem;position:absolute}@media only screen and (max-width:1023px){.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field .cmp-prize-form__error-msg-answer{position:absolute}}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field #dish-error,.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field #email-id-error,.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field #first-name-error,.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field #location-error,.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field #number-error{display:none}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__contact-number,.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__dish,.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__email-id,.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__first-name,.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__location,.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__pincode,.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__upload{margin-top:1.25rem}@media only screen and (max-width:1023px){.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__upload{margin-bottom:10px}}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__answer{margin-bottom:2.5rem}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-button-primary-div{display:flex;justify-content:center}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-button-primary-div .cmp-button-prize-form{align-items:center;background-color:#338515;border:none;border-radius:1.5rem;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:1.2rem;font-weight:700;height:2.9rem;justify-content:center;margin-bottom:1rem;margin-top:3rem;padding:1.1rem 3rem;text-decoration:none;width:fit-content}@media only screen and (max-width:1023px){.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-button-primary-div .cmp-button-prize-form{margin-top:2rem}}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-button-primary-div .cmp-button-prize-form:disabled{background-color:#909090}@media only screen and (max-width:1023px){.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .checkbox-div{padding-top:10px}}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .checkbox-div .label-container{color:#fff;cursor:pointer;display:block;font-size:1.125rem;margin-bottom:9pt;padding-left:35px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .checkbox-div .label-container a{color:#fff}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .checkbox-div .label-container input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .checkbox-div .checkmark{background-color:#eee;border-color:#fff;border-radius:5px;height:25px;left:0;position:absolute;top:0;width:25px}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .checkbox-div .label-container:hover input~.checkmark{background-color:#ccc}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .checkbox-div .label-container input:checked~.checkmark{background-color:#338515}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .checkbox-div .checkmark:after{content:"";display:block;position:absolute}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .checkbox-div .label-container input:checked~.checkmark:after{display:block}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .checkbox-div .label-container .checkmark:after{border:solid #fff;border-width:0 3px 3px 0;height:9pt;left:9px;top:5px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:7px}.cmp-prize-form .cmp-prize-form__error-msg{color:#bf271b;font-size:1rem}.cmp-prize-form #upload-error{margin-bottom:10px}.cmp-prize-form .modal{background-color:#000;background-color:rgba(0,0,0,.4)}.cmp-prize-form .loaderModal,.cmp-prize-form .modal{display:none;height:100%;left:0;overflow:auto;padding-top:75pt;position:fixed;top:0;width:100%;z-index:1}.cmp-prize-form .loader-modal-content{color:#fff;left:45%;margin:auto;max-height:fit-content;min-height:30%;padding:20px;position:fixed;text-align:center;top:30%}@media only screen and (max-width:1023px){.cmp-prize-form .loader-modal-content{left:29%;top:25%}}.cmp-prize-form .loader-modal-content img{height:150px;width:150px}@media only screen and (max-width:1023px){.cmp-prize-form .loader-modal-content img{height:75pt;width:75pt}}.cmp-prize-form .modal-content{-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-name:animatetop;animation-name:animatetop;background-color:#000;border:1px solid #888;border-radius:35px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);color:#fff;left:35%;margin:auto;max-height:fit-content;min-height:30%;padding:20px;position:fixed;text-align:center;top:30%;width:30%}@media only screen and (max-width:1023px){.cmp-prize-form .modal-content{left:17%;top:25%;width:65%}}.cmp-prize-form .modal-content p{padding-right:20px}.cmp-prize-form .modal-content .cmp-alert-id-error,.cmp-prize-form .modal-content .cmp-alert-id-success{color:#fff;font-family:Roboto,sans-serif;font-size:1.125rem;justify-content:center;margin-top:1.25rem}.cmp-prize-form .modal-content .social-media-div{display:none;flex-direction:column;justify-content:center;margin-top:1.875rem}@media only screen and (max-width:1023px){.cmp-prize-form .modal-content .social-media-div{align-items:center;flex-direction:column}}.cmp-prize-form .modal-content .social-media-div span{color:#fff;font-family:Roboto,sans-serif;font-size:1.125rem;line-height:2;margin-bottom:10px}@media only screen and (max-width:1023px){.cmp-prize-form .modal-content .social-media-div span{line-height:1.3;margin-bottom:.625rem}}.cmp-prize-form .modal-content .social-media-div a{margin:0 auto}.cmp-prize-form .modal-content .social-media-div a img{height:3.125rem;width:3.125rem}.cmp-prize-form .close{color:#fff;float:right;font-size:28px;font-weight:700}.cmp-prize-form .close:focus,.cmp-prize-form .close:hover{color:#aaa;cursor:pointer;text-decoration:none}.cmp-prize-form .bingo-product-logo{height:6.25rem;margin:0 auto;width:6.25rem}@media only screen and (max-width:1023px){.cmp-prize-form .bingo-product-logo{height:5.625rem;width:5.625rem}}.cmp-milk-form{margin:0 auto;max-width:115rem;padding-bottom:6rem;padding-top:3.75rem}@media only screen and (max-width:1023px){.cmp-milk-form{max-width:24.375rem;padding:2rem .125rem}}.cmp-milk-form .cmp-milk-form__container{margin:0 auto;max-width:100%;width:49.5rem}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__title{color:#382312;font-family:Libre Baskerville,sans-serif;font-size:2rem;font-weight:700;letter-spacing:0;line-height:2.5rem}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__title{margin:0 auto;max-width:34rem;text-align:center}}@media only screen and (min-width:1366px){.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__title{margin:0 auto;max-width:34rem;text-align:center}}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper{display:flex}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form{margin-top:3rem;width:100%}@media only screen and (max-width:1023px){.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form{margin-top:2rem}}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field{position:relative}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field input,.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field textarea{background:#ffe7ad;border:.0625rem solid #ffe7ad;border-radius:1rem;color:#382312;font-family:Poppins,sans-serif;font-size:1.125rem;line-height:.1015625rem;margin:.5rem 0 2rem;padding:.9375rem 1.1875rem;position:relative;width:100%}@media only screen and (max-width:1023px){.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field input,.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field textarea{font-size:1rem;margin:.8125rem 0 1rem;padding:.625rem .9375rem .6875rem}}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field textarea{margin-bottom:0;resize:none}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field label.required:after{color:#da001c;content:" *"}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field .body-1{color:#382312;font-size:1.125rem;font-weight:unset;line-height:1.5rem}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field input[type=number]::-webkit-inner-spin-button,.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field input[type=number]{-moz-appearance:textfield}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field .cmp-milk-form__error-msg{bottom:.25rem;color:#da001c;font-size:.875rem;position:absolute}@media only screen and (max-width:1023px){.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field .cmp-milk-form__error-msg{bottom:0;position:absolute}}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field .cmp-milk-form__error-msg-answer{color:#da001c;font-size:.875rem;position:absolute}@media only screen and (max-width:1023px){.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field .cmp-milk-form__error-msg-answer{position:absolute}}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field #email-id-error,.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field #first-name-error{display:none}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__contact-number,.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__email-id,.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__first-name{margin-top:1.25rem}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__answer{margin-bottom:2.5rem}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-button-primary-div{display:flex;justify-content:center}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-button-primary-div .cmp-button-milk-form{align-items:center;background:#da001c;border:none;border-radius:1.5rem;box-sizing:border-box;color:#fff6e3;cursor:pointer;display:flex;font-family:Libre Baskerville,sans-serif;font-size:1.2rem;font-weight:600;height:3rem;justify-content:center;margin-bottom:1rem;margin-top:3rem;padding:1.1rem 3rem;text-decoration:none;width:fit-content}@media only screen and (max-width:1023px){.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-button-primary-div .cmp-button-milk-form{margin-top:2rem}}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-button-primary-div .cmp-button-milk-form:hover{background:#8d0e20}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .checkbox-div .label-container{color:#382312;cursor:pointer;display:block;font-size:1.125rem;margin-bottom:9pt;padding-left:35px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .checkbox-div .label-container a{color:#382312}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .checkbox-div .label-container input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .checkbox-div .checkmark{background-color:#eee;border-color:#fff;border-radius:.3125rem;height:1.5625rem;left:0;position:absolute;top:0;width:1.5625rem}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .checkbox-div .label-container:hover input~.checkmark{background-color:#ccc}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .checkbox-div .label-container input:checked~.checkmark{background-color:#338515}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .checkbox-div .checkmark:after{content:"";display:block;position:absolute}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .checkbox-div .label-container input:checked~.checkmark:after{display:block}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .checkbox-div .label-container .checkmark:after{border:solid #fff;border-width:0 3px 3px 0;height:9pt;left:9px;top:5px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:7px}.cmp-milk-form .cmp-milk-form__error-msg{color:#bf271b;font-size:1rem}.cmp-milk-form .modal{background-color:#000;background-color:rgba(0,0,0,.4);display:none;height:100%;left:0;overflow:auto;padding-top:6.25rem;position:fixed;top:0;width:100%;z-index:1}.cmp-milk-form .modal-content{-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-name:animatetop;animation-name:animatetop;background-color:#000;border:1px solid #888;border-radius:35px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);color:#fff;left:35%;margin:auto;max-height:fit-content;min-height:30%;padding:20px;position:fixed;text-align:center;top:30%;width:30%}@media only screen and (max-width:1023px){.cmp-milk-form .modal-content{left:17%;top:25%;width:65%}}.cmp-milk-form .modal-content p{padding-right:20px}.cmp-milk-form .modal-content .cmp-alert-id-error,.cmp-milk-form .modal-content .cmp-alert-id-success{color:#fff;font-family:Roboto,sans-serif;font-size:1.125rem;justify-content:center;margin-top:1.25rem}.cmp-milk-form .modal-content .social-media-div{display:none;flex-direction:column;justify-content:center;margin-top:1.875rem}@media only screen and (max-width:1023px){.cmp-milk-form .modal-content .social-media-div{align-items:center;flex-direction:column}}.cmp-milk-form .modal-content .social-media-div span{color:#fff;font-family:Roboto,sans-serif;font-size:1.125rem;line-height:2;margin-bottom:10px}@media only screen and (max-width:1023px){.cmp-milk-form .modal-content .social-media-div span{line-height:1.3;margin-bottom:.625rem}}.cmp-milk-form .modal-content .social-media-div a{margin:0 auto}.cmp-milk-form .modal-content .social-media-div a img{height:3.125rem;width:3.125rem}@-webkit-keyframes animatetop{0%{opacity:0;top:-300px}to{opacity:1;top:40%}}@keyframes animatetop{0%{opacity:0;top:-300px}to{opacity:1;top:40%}}.cmp-milk-form .close{color:#fff;float:right;font-size:28px;font-weight:700}.cmp-milk-form .close:focus,.cmp-milk-form .close:hover{color:#aaa;cursor:pointer;text-decoration:none}.cmp-milk-form .aashirvaad-product-logo{height:6.25rem;margin:0 auto;width:6.25rem}@media only screen and (max-width:1023px){.cmp-milk-form .aashirvaad-product-logo{height:5.625rem;width:5.625rem}}.page-internal-search{margin-top:1.25rem}.page-internal-search .page-internal-search__container{max-width:100%;width:49.5rem;width:100%}.page-internal-search .page-internal-search__container .page-internal-search__wrapper{display:flex}.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form{border:1px solid #382312;border-radius:.625rem;display:flex;flex-direction:row;margin-top:.5rem;padding:10px 20px;width:100%}@media only screen and (max-width:1023px){.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form{flex-direction:column;margin-top:0;padding:.5rem 1.25rem .8rem}}.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .page-internal-search__form-field{display:flex;flex-direction:column;position:relative}@media only screen and (min-width:1366px){.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .page-internal-search__form-field{width:36%}}@media only screen and (min-width:1024px)and (max-width:1365px){.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .page-internal-search__form-field{width:40%}}@media only screen and (max-width:1024px){.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .page-internal-search__form-field{width:50%}}@media only screen and (max-width:1023px){.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .page-internal-search__form-field{margin:0 auto;text-align:center;width:100%}}.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .page-internal-search__form-field input{background:#ffe7ad;border:.0625rem solid #ffe7ad;color:#382312;font-family:Poppins,sans-serif;font-size:1.125rem;line-height:.1015625rem;margin:.5rem 0;padding:.9375rem 1.1875rem;position:relative;width:100%}.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .page-internal-search__form-field input::placeholder{font-size:1.0625rem}@media only screen and (max-width:1023px){.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .page-internal-search__form-field input{font-size:1rem;margin:.8125rem 0 .5rem;padding:.625rem .9375rem .6875rem;width:100%}.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .page-internal-search__form-field input::placeholder{font-size:.6875rem}}.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .page-internal-search__form-field label{padding-right:.3125rem}.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .page-internal-search__form-field .body-1{color:#382312;font-size:1.125rem;font-weight:unset;line-height:1.5rem}.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .page-internal-search__form-field .page-internal-search__error-msg{color:#da001c;font-size:.875rem;margin-bottom:10px}@media only screen and (max-width:1023px){.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .page-internal-search__form-field .page-internal-search__error-msg{margin-bottom:unset}}.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .cmp-button-primary-div{margin-top:1.2rem}@media only screen and (max-width:1023px){.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .cmp-button-primary-div{margin:0 auto}}.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .cmp-button-primary-div .cmp-button-internal-search{align-items:center;background:#da001c;border:none;box-sizing:border-box;color:#fff6e3;cursor:pointer;display:flex;flex-direction:column;font-family:Libre Baskerville,sans-serif;font-size:1rem;font-weight:600;gap:0;height:3.45rem;justify-content:center;margin-top:.8rem;padding:1.1rem .8rem;text-decoration:none;width:fit-content}@media only screen and (max-width:1023px){.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .cmp-button-primary-div .cmp-button-internal-search{height:2.8rem;margin-top:.6rem;padding:1.7rem 1rem}}.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .cmp-button-primary-div .cmp-button-internal-search .internal-search-icon{font-family:icomoon!important;font-size:1.1rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1}.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .cmp-button-primary-div .cmp-button-internal-search .internal-search-icon:before{color:#fff6e3;content:""}.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .cmp-button-primary-div .cmp-button-internal-search:hover{background:#8d0e20}.is-hidden{display:none}.setHeightHeader{height:45px}@media only screen and (max-width:1023px){.setHeightHeader{height:55px}}.wowzers-main-div{position:relative}@media only screen and (max-width:1023px){.wowzers-main-div{display:flex;justify-content:center}.wowzers-main-div .wowzers-main-container{width:100%}}.wowzers-main-div .wowzers-main-container .image-div-desktop{background:hsla(0,0%,100%,.3);display:block;margin:0 auto}.wowzers-main-div .wowzers-main-container .image-div-desktop img{background-repeat:no-repeat;height:auto;max-height:100vh;max-width:100%;width:100%}.wowzers-main-div .wowzers-main-container .image-div-desktop .wowzers-images-list-hide-desktop,.wowzers-main-div .wowzers-main-container .image-div-desktop .wowzers-images-list-hide-mobile,.wowzers-main-div .wowzers-main-container .image-div-mobile{display:none}@media only screen and (max-width:1023px){.wowzers-main-div .wowzers-main-container .image-div-desktop{display:none}.wowzers-main-div .wowzers-main-container .image-div-mobile{background:hsla(0,0%,100%,.3);display:block;margin:0 auto}.wowzers-main-div .wowzers-main-container .image-div-mobile img{background-repeat:no-repeat;height:auto;max-height:100vh;max-width:100%;width:100%}.wowzers-main-div .wowzers-main-container .image-div-mobile .wowzers-images-list-hide-desktop,.wowzers-main-div .wowzers-main-container .image-div-mobile .wowzers-images-list-hide-mobile{display:none}}.wowzers-main-div .wowzers-modal{background-color:#000;background-color:rgba(0,0,0,.4);display:none;height:100%;left:0;overflow:auto;padding-top:75pt;position:fixed;top:0;width:100%;z-index:1}.wowzers-main-div .wowzers-modal .modal-content{background-image:linear-gradient(90deg,#e59a3d,#ecc25f);border-radius:17px;color:#fff;left:38%;margin:auto;max-height:fit-content;min-height:30%;position:fixed;text-align:center;top:30%;width:23%}@media only screen and (max-width:767px){.wowzers-main-div .wowzers-modal .modal-content{left:11%;min-height:21%;top:25%;width:79%}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .wowzers-modal .modal-content{left:22%;min-height:21%;top:25%;width:58%}}.wowzers-main-div .wowzers-modal .modal-content .padding-content{padding:0 20px 20px}.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-failure-title,.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-success-title{color:#fff;font-size:1.125rem;justify-content:center;margin-bottom:1.25rem}@media only screen and (max-width:1023px){.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-failure-title,.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-success-title{font-size:1.25rem}}.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-success-title{margin-top:20px}.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-failure-desc,.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-success-desc{font-size:9pt;margin-bottom:1.25rem}.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-failure-desc p,.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-success-desc p{margin-bottom:8px}@media only screen and (max-width:1023px){.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-failure-desc,.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-success-desc{font-size:14px}}.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-success-button-div{margin-bottom:10px}.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-success-button-div .wowzers-leaderboard-button{background-image:linear-gradient(90deg,#e59a3d,#ecc25f);border:1px solid #fff;border-radius:17px;box-shadow:0 8px 1pc 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);color:#fff;cursor:pointer;font-size:14px;padding:7px 35px;text-decoration:none}.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-failure-button-div{margin-bottom:18px}.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-failure-button-div .wowzers-try-again{color:#fff;cursor:pointer;font-size:1pc;text-decoration:underline}@media only screen and (max-width:1023px){.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-failure-button-div .wowzers-try-again{font-size:17px}}.wowzers-main-div .wowzers-modal .modal-content .home-button-div{align-items:flex-start;background-color:#fff;border-bottom-left-radius:0;border-bottom-right-radius:13px;border-top-left-radius:0;border-top-right-radius:13px;cursor:pointer;display:flex;justify-content:flex-start;margin-bottom:10px;margin-top:19px;padding:5px;width:29%}@media only screen and (max-width:768px){.wowzers-main-div .wowzers-modal .modal-content .home-button-div{width:28%}}.wowzers-main-div .wowzers-modal .modal-content .home-button-div .home-button{color:#ef9021;cursor:pointer;font-size:14px;font-weight:700;padding-top:1px}.wowzers-main-div .wowzers-modal .modal-content .home-button-div img{cursor:pointer;height:20px;margin-left:3px;margin-right:3px;padding-right:4px;width:20px}.wowzers-main-div .timer-modal{background-color:rgba(180,231,242,.1);display:none;height:100%;left:0;overflow:auto;padding-top:75pt;position:fixed;top:0;width:100%;z-index:1}.wowzers-main-div .timer-modal .timer-modal-content{border-radius:17px;color:#fff;left:35%;margin:auto;max-height:fit-content;min-height:30%;padding:20px;position:fixed;text-align:center;top:30%;width:30%}@media only screen and (max-width:1023px){.wowzers-main-div .timer-modal .timer-modal-content{left:9%;min-height:25%;top:25%;width:83%}}.wowzers-main-div .timer-modal .timer-modal-content .timer-circle-div{display:flex;justify-content:center}.wowzers-main-div .timer-modal .timer-modal-content .timer-circle-div svg{height:200px;width:200px}@media only screen and (max-width:768px){.wowzers-main-div .timer-modal .timer-modal-content .timer-circle-div svg{height:255px;width:255px}}.wowzers-main-div .timer-modal .timer-modal-content .timer-circle-div circle{fill:transparent;stroke:#fff;stroke-width:2;stroke-linecap:round}.wowzers-main-div .timer-modal .timer-modal-content .timer-circle-div .dashed{stroke-dasharray:8,8.5}.wowzers-main-div .timer-modal .timer-modal-content .timer-circle-div div{color:#fff;font-size:38px;font-weight:700;line-height:75pt;text-align:center}.wowzers-main-div .timer-modal .timer-modal-content .timer-text-div{margin-top:10px}.wowzers-main-div .timer-modal .timer-modal-content .timer-text-div div{color:#fff;font-size:24px;font-weight:700}.wowzers-main-div .count-down-timer-container{left:76%;position:absolute;top:36%}@media only screen and (max-width:767px){.wowzers-main-div .count-down-timer-container{left:29%;top:81%}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .count-down-timer-container{left:42%;top:80%}}.wowzers-main-div .count-down-timer-container .count-down-circle-div svg{height:140px;width:140px}@media only screen and (max-width:767px){.wowzers-main-div .count-down-timer-container .count-down-circle-div svg{height:113px;width:169px}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .count-down-timer-container .count-down-circle-div svg{height:200px;width:200px}}.wowzers-main-div .count-down-timer-container .count-down-circle-div circle{fill:transparent;stroke:#fff;stroke-width:2.5;stroke-linecap:round}@media only screen and (max-width:768px){.wowzers-main-div .count-down-timer-container .count-down-circle-div circle{stroke-width:3}}.wowzers-main-div .count-down-timer-container .count-down-circle-div .background-gradient{background-color:hsla(0,0%,100%,.2);border-radius:54px}.wowzers-main-div .count-down-timer-container .count-down-circle-div .dashed{stroke-dasharray:10,11}@media only screen and (max-width:768px){.wowzers-main-div .count-down-timer-container .count-down-circle-div .dashed{stroke-dasharray:9,9}}.wowzers-main-div .count-down-timer-container .count-down-circle-div #timerNumber{color:#fff;font-size:38px;font-weight:700;line-height:75pt;text-align:center}@media only screen and (max-width:768px){.wowzers-main-div .count-down-timer-container .count-down-circle-div #timerNumber{font-size:33px}}.wowzers-main-div .user-form-container{left:68%;position:absolute;top:24%}@media only screen and (max-width:399px){.wowzers-main-div .user-form-container{display:flex;justify-content:center;left:unset;top:36%}}@media only screen and (min-width:400px)and (max-width:767px){.wowzers-main-div .user-form-container{display:flex;justify-content:center;left:unset;top:44%}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .user-form-container{display:flex;justify-content:center;left:unset;top:44%}}.wowzers-main-div .user-form-container .wowzers-form-div{background-image:linear-gradient(90deg,#f09929,#f7c64e);border-radius:18px;color:#fff;height:auto;margin:0 auto;max-width:355px;padding:17px;width:355px}@media only screen and (max-width:767px){.wowzers-main-div .user-form-container .wowzers-form-div{max-width:335px;width:335px}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .user-form-container .wowzers-form-div{max-width:500px;width:500px}}.wowzers-main-div .user-form-container .wowzers-form-div h3{font-size:15px;margin-bottom:20px;text-align:center}@media only screen and (max-width:767px){.wowzers-main-div .user-form-container .wowzers-form-div h3{font-size:18px}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .user-form-container .wowzers-form-div h3{font-size:25px}}.wowzers-main-div .user-form-container .wowzers-form-div p{font-size:9pt;margin-bottom:10px;text-align:center}@media only screen and (max-width:767px){.wowzers-main-div .user-form-container .wowzers-form-div p{font-size:13px}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .user-form-container .wowzers-form-div p{font-size:19px}}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form{text-align:center}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-form__form-field{margin-bottom:11px}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-form__form-field .inputData{background-image:linear-gradient(90deg,#e59a3d,#ecc25f);border:1px solid #fff;border-radius:17px;color:#fff;padding:9px;text-align:center;width:85%}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-form__form-field .inputData{height:44px}}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-form__form-field input[type=number]::-webkit-inner-spin-button,.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-form__form-field input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-form__form-field input[type=number]{-moz-appearance:textfield}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-form__form-field ::placeholder{color:#fcd9a9!important;font-size:9pt;text-align:center!important}@media only screen and (max-width:767px){.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-form__form-field ::placeholder{font-size:14px}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-form__form-field ::placeholder{font-size:15px}}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-form__form-field ::-webkit-input-placeholder{font-size:9pt;text-align:center}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-form__form-field :-moz-placeholder,.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-form__form-field ::-moz-placeholder{font-size:9pt;text-align:center}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-form__form-field :-ms-input-placeholder{font-size:9pt;text-align:center}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-button-div .wowzers-button-form{background-image:linear-gradient(90deg,#e59a3d,#ecc25f);border:1px solid #fff;border-radius:17px;color:#fff;cursor:pointer;font-size:15px;padding:7px 36px;text-decoration:none}@media only screen and (max-width:767px){.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-button-div .wowzers-button-form{font-size:17px}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-button-div .wowzers-button-form{font-size:25px}}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .cmp-prize-form__error-msg{color:#bf271b;font-size:.6875rem;justify-content:center;margin-top:2px}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .cmp-prize-form__error-msg{font-size:.9375rem}}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div{margin-bottom:20px;padding-top:7px}@media only screen and (max-width:768px){.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div{padding-top:10px}}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div .label-container{color:#fff;cursor:pointer;display:block;font-size:.75rem;padding-left:27px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media only screen and (max-width:767px){.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div .label-container{font-size:.9375rem;padding-left:18px}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div .label-container{font-size:1rem}}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div .label-container a{color:#fff}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div .label-container input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div .checkmark{background-color:#f09929;border:1px solid #fff;border-radius:3px;height:13px;left:35px;position:absolute;top:1px;width:9pt}@media only screen and (max-width:767px){.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div .checkmark{left:28px;top:4px}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div .checkmark{height:15px;left:55px;top:5px;width:15px}}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div .label-container input:checked~.checkmark,.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div .label-container:hover input~.checkmark{background-color:#f09929}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div .checkmark:after{content:"";display:none;position:absolute}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div .label-container input:checked~.checkmark:after{display:block}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div .label-container .checkmark:after{border:solid #fff;border-width:0 2px 2px 0;height:9px;left:2px;top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:6px}.wowzers-main-div .instructions{left:5%;position:absolute;top:24%}@media only screen and (max-width:399px){.wowzers-main-div .instructions{display:flex;flex-direction:column;justify-content:center;left:unset;top:40%}}@media only screen and (min-width:400px)and (max-width:767px){.wowzers-main-div .instructions{display:flex;flex-direction:column;justify-content:center;left:unset;top:51%}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .instructions{display:flex;flex-direction:column;justify-content:center;left:unset;top:51%}}.wowzers-main-div .instructions .game-instructions{background-image:linear-gradient(90deg,#ef9021,#f7c64e);border-radius:18px;height:auto;margin:0 auto;max-width:335px;overflow:hidden;padding:17px;position:relative;text-align:center;width:335px}@media only screen and (max-width:767px){.wowzers-main-div .instructions .game-instructions{border-radius:18px;height:auto;margin:0 auto;max-width:335px;padding:17px;width:335px}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .instructions .game-instructions{border-radius:18px;height:auto;margin:0 auto;max-width:500px;padding:17px;width:500px}}.wowzers-main-div .instructions .game-instructions .game-instructions__title{color:#fff;font-size:15px;font-weight:600;letter-spacing:0;margin-bottom:20px;text-align:center}@media only screen and (max-width:767px){.wowzers-main-div .instructions .game-instructions .game-instructions__title{font-size:20px}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .instructions .game-instructions .game-instructions__title{font-size:25px}}.wowzers-main-div .instructions .game-instructions .instructions-swiper{margin-bottom:36px;margin-top:24px;overflow:hidden}.wowzers-main-div .instructions .game-instructions .instructions-swiper .subtitle-icon-class{display:flex;flex-direction:row;justify-content:center}.wowzers-main-div .instructions .game-instructions .instructions-swiper .subtitle-icon-class img{height:20px;padding-top:5px;width:20px}@media only screen and (max-width:768px){.wowzers-main-div .instructions .game-instructions .instructions-swiper .subtitle-icon-class img{height:20px;padding-top:4px;width:20px}}.wowzers-main-div .instructions .game-instructions .instructions-swiper .subtitle-icon-class .game-instructions__carousel--subTitle{color:#fff;font-size:14px;font-weight:600;letter-spacing:0;padding-left:2px;padding-right:2px;text-align:center}@media only screen and (max-width:767px){.wowzers-main-div .instructions .game-instructions .instructions-swiper .subtitle-icon-class .game-instructions__carousel--subTitle{font-size:17px;padding-left:3px;padding-right:3px}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .instructions .game-instructions .instructions-swiper .subtitle-icon-class .game-instructions__carousel--subTitle{font-size:23px}}.wowzers-main-div .instructions .game-instructions .instructions-swiper .game-instructions__carousel--description{color:#fff;font-size:9pt;font-weight:400;letter-spacing:0;margin-top:14px;text-align:center}@media only screen and (max-width:767px){.wowzers-main-div .instructions .game-instructions .instructions-swiper .game-instructions__carousel--description{font-size:17px}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .instructions .game-instructions .instructions-swiper .game-instructions__carousel--description{font-size:19px}}.wowzers-main-div .instructions .game-instructions .instructions-swiper .swiper-pagination{cursor:pointer;display:flex;justify-content:center;margin-bottom:1pc}.wowzers-main-div .instructions .game-instructions .instructions-swiper .swiper-pagination-bullet{background-color:#fff!important;border:1px solid #fff!important;border-radius:20px;height:8px;margin-right:5px;opacity:unset!important;width:8px}.wowzers-main-div .instructions .game-instructions .instructions-swiper .swiper-pagination-bullet-active{background:#fff;clip-path:fill-box!important;height:8px;width:27px}.wowzers-main-div .instructions .get-started-button{align-items:center;display:flex;justify-content:center;margin-top:14px;text-align:center}@media only screen and (max-width:768px){.wowzers-main-div .instructions .get-started-button{margin-top:7px}}.wowzers-main-div .instructions .get-started-button .get-started-button--link{align-items:center;background-color:#a3835e;background-image:none;border:1px solid #fff;border-radius:5pc;box-sizing:border-box;color:#fff6e3;cursor:pointer;display:flex;font-size:8px;font-weight:400;opacity:.9;padding:7px 36px;text-align:center;text-decoration:none;width:fit-content}@media only screen and (max-width:767px){.wowzers-main-div .instructions .get-started-button .get-started-button--link{font-size:15px;height:40px;padding:5px 52px}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .instructions .get-started-button .get-started-button--link{font-size:25px;height:40px;padding:5px 52px}}.wowzers-main-div .instructions .game-instructions__cta{align-items:center;display:flex;justify-content:center;margin-top:24px;text-align:center}@media only screen and (max-width:768px){.wowzers-main-div .instructions .game-instructions__cta{margin-top:7px}}.wowzers-main-div .instructions .game-instructions__cta--link{align-items:center;background-image:linear-gradient(90deg,#ef9021,#f7c64e);border:none;border-radius:5pc;box-sizing:border-box;color:#fff6e3;cursor:pointer;display:flex;font-size:15px;font-weight:400;padding:7px 36px;text-align:center;text-decoration:none;width:fit-content}@media only screen and (max-width:767px){.wowzers-main-div .instructions .game-instructions__cta--link{font-size:15px;height:40px;padding:5px 52px}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .instructions .game-instructions__cta--link{font-size:25px;height:40px;padding:5px 52px}}.wowzers-main-div .tnc-main-container{bottom:2.5%;display:block;position:absolute;width:100%}@media only screen and (max-width:767px){.wowzers-main-div .tnc-main-container{bottom:unset;top:89.8%}.wowzers-main-div .tnc-main-container .up-arrow-mobile-div{margin-bottom:-4px;text-align:center}.wowzers-main-div .tnc-main-container .up-arrow-mobile-div .arrow{border:solid #fff;border-width:0 2px 2px 0;display:inline-block;padding:5px}.wowzers-main-div .tnc-main-container .up-arrow-mobile-div .up{transform:rotate(-135deg);-webkit-transform:rotate(-135deg)}}.wowzers-main-div .tnc-main-container .tnc-policy-div{align-items:center;display:flex;gap:10px;justify-content:center;text-align:center}@media only screen and (max-width:767px){.wowzers-main-div .tnc-main-container .tnc-policy-div{flex-direction:column}.wowzers-main-div .tnc-main-container .tnc-policy-div .tnc__cta{width:100%}}.wowzers-main-div .tnc-main-container .tnc-policy-div .tnc__cta .tnc__cta--link{align-items:center;background-color:hsla(0,0%,100%,.3);border:1px solid #fff;border-radius:5pc;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-size:9px;padding:4px 7px;text-align:center;text-decoration:underline;width:fit-content}@media only screen and (max-width:767px){.wowzers-main-div .tnc-main-container .tnc-policy-div .tnc__cta .tnc__cta--link{border:none;border-radius:unset;display:block!important;font-size:9pt;font-size:14px;height:27px;padding:1px 14px;width:100%}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .tnc-main-container .tnc-policy-div .tnc__cta .tnc__cta--link{font-size:25px}}.padding-wowzers{padding-top:0!important}.leaderboard-main-class{display:flex;justify-content:center;position:relative}.leaderboard-main-class .leaderboard-bg-image-container{width:100%}.leaderboard-main-class .leaderboard-bg-image-container .image-div-desktop{background:hsla(0,0%,100%,.3);display:block;margin:0 auto}.leaderboard-main-class .leaderboard-bg-image-container .image-div-desktop img{background-repeat:no-repeat;height:auto;max-height:100vh;max-width:100%;width:100%}.leaderboard-main-class .leaderboard-bg-image-container .image-div-mobile{display:none}@media only screen and (max-width:1023px){.leaderboard-main-class .leaderboard-bg-image-container .image-div-desktop{display:none}.leaderboard-main-class .leaderboard-bg-image-container .image-div-mobile{background:hsla(0,0%,100%,.3);display:block;margin:0 auto}.leaderboard-main-class .leaderboard-bg-image-container .image-div-mobile img{background-repeat:no-repeat;height:auto;max-height:100vh;max-width:100%;width:100%}}.leaderboard-main-class .content-div{display:flex;flex-direction:column;justify-self:center;position:absolute;top:11%}@media only screen and (min-width:1920px){.leaderboard-main-class .content-div{top:15%}}.leaderboard-main-class .content-div .leader-board-container{background-image:linear-gradient(90deg,#f09929,#f7c64e);border-radius:17px;color:#fff;height:auto;margin:0 auto;max-width:300px;padding:17px 17px 10px;width:300px}@media only screen and (max-width:767px){.leaderboard-main-class .content-div .leader-board-container{max-width:330px;width:330px}}@media only screen and (min-width:768px)and (max-width:1023px){.leaderboard-main-class .content-div .leader-board-container{max-width:500px;width:500px}}@media only screen and (min-width:1920px){.leaderboard-main-class .content-div .leader-board-container{max-width:500px;width:500px}}.leaderboard-main-class .content-div .leader-board-container .leader-board-title{font-size:22px;margin-bottom:15px;text-align:center}@media only screen and (min-width:768px)and (max-width:1023px){.leaderboard-main-class .content-div .leader-board-container .leader-board-title{font-size:26px}}@media only screen and (min-width:1920px){.leaderboard-main-class .content-div .leader-board-container .leader-board-title{font-size:28px}}.leaderboard-main-class .content-div .leader-board-container .leader-board-bottom-text{font-size:11px;padding:10px;text-align:center}@media only screen and (min-width:768px)and (max-width:1023px){.leaderboard-main-class .content-div .leader-board-container .leader-board-bottom-text{font-size:15px}}@media only screen and (min-width:1920px){.leaderboard-main-class .content-div .leader-board-container .leader-board-bottom-text{font-size:18px}}.leaderboard-main-class .content-div .leader-board-container .winner-details-container{display:flex;justify-content:center;max-height:300px;overflow:auto;scrollbar-color:#fff #f2a94c}.leaderboard-main-class .content-div .leader-board-container .winner-details-container table{border-collapse:collapse;table-layout:fixed;width:100%}.leaderboard-main-class .content-div .leader-board-container .winner-details-container table .winners-list{background-image:linear-gradient(90deg,#f2a94c,#f7cc65);border-radius:19px;display:flex;font-size:9pt;margin-bottom:5px;padding:4px 15px;width:100%}.leaderboard-main-class .content-div .leader-board-container .winner-details-container table .winners-list td{text-align:left;width:100%}@media only screen and (max-width:767px){.leaderboard-main-class .content-div .leader-board-container .winner-details-container table .winners-list{padding:3px 15px}}@media only screen and (min-width:768px)and (max-width:1023px){.leaderboard-main-class .content-div .leader-board-container .winner-details-container table .winners-list{font-size:23px}}@media only screen and (min-width:1920px){.leaderboard-main-class .content-div .leader-board-container .winner-details-container table .winners-list{font-size:21px}}.leaderboard-main-class .content-div .leader-board-container .winner-details-container table .table-title{border-radius:10px;display:flex;font-size:11px;margin-bottom:8px;padding:0 5px;width:100%}.leaderboard-main-class .content-div .leader-board-container .winner-details-container table .table-title th{text-align:left;width:100%}@media only screen and (max-width:767px){.leaderboard-main-class .content-div .leader-board-container .winner-details-container table .table-title{font-size:13px;padding:0 7px}}@media only screen and (min-width:768px)and (max-width:1023px){.leaderboard-main-class .content-div .leader-board-container .winner-details-container table .table-title{font-size:22px}}@media only screen and (min-width:1920px){.leaderboard-main-class .content-div .leader-board-container .winner-details-container table .table-title{font-size:20px}}.leaderboard-main-class .content-tnc-div{bottom:3%;display:flex;flex-direction:column;justify-self:center;position:absolute}@media only screen and (max-width:1023px){.leaderboard-main-class .content-tnc-div{bottom:unset;top:87%;width:100%}.leaderboard-main-class .content-tnc-div .up-arrow-mobile-div{margin-bottom:-4px;text-align:center}.leaderboard-main-class .content-tnc-div .up-arrow-mobile-div .arrow{border:solid #fff;border-width:0 2px 2px 0;display:inline-block;padding:5px}.leaderboard-main-class .content-tnc-div .up-arrow-mobile-div .up{transform:rotate(-135deg);-webkit-transform:rotate(-135deg)}}.leaderboard-main-class .content-tnc-div .terms-and-policy-container{margin-top:40px;text-align:center}@media only screen and (max-width:767px){.leaderboard-main-class .content-tnc-div .terms-and-policy-container{margin-top:0}}.leaderboard-main-class .content-tnc-div .terms-and-policy-container .terms-div{background-color:hsla(0,0%,100%,.5);border:1px solid #fff;border-radius:17px;display:inline-block;margin-bottom:20px;padding:3px 9pt}.leaderboard-main-class .content-tnc-div .terms-and-policy-container .terms-div a{color:#fff;font-size:11px;text-decoration:underline}@media only screen and (max-width:1023px){.leaderboard-main-class .content-tnc-div .terms-and-policy-container .terms-div a{font-size:15px}}.leaderboard-main-class .content-tnc-div .terms-and-policy-container .terms-div a:hover{color:#fff}@media only screen and (max-width:767px){.leaderboard-main-class .content-tnc-div .terms-and-policy-container .terms-div{border-radius:unset;padding:6px 15px;width:100%}}@media only screen and (min-width:768px)and (max-width:1023px){.leaderboard-main-class .content-tnc-div .terms-and-policy-container .terms-div{border-radius:unset;margin-bottom:unset;padding:6px 15px;width:100%}}.leaderboard-main-class .content-tnc-div .terms-and-policy-container .mr-right{margin-right:4px}@media only screen and (max-width:767px){.leaderboard-main-class .content-tnc-div .terms-and-policy-container .mr-right{margin-right:unset}}.leaderboard-main-class .content-tnc-div .terms-and-policy-container .mr-left{margin-left:4px}@media only screen and (max-width:767px){.leaderboard-main-class .content-tnc-div .terms-and-policy-container .mr-left{margin-left:unset}}@media only screen and (max-width:1023px){.leaderboard-main-class .content-tnc-div .terms-and-policy-container .mr-bottom{margin-bottom:10px}}.color-text-primary-1{color:#ff7f00}.color-text-primary-2{color:#b50404}.color-text-primary-3{color:#fc4}.color-text-primary-4{color:#ffd6a7}.color-text-primary-5{color:#fceded}.color-text-primary-6{color:#f5e3b3}.color-text-primary-7{color:#931010}.color-text-primary-8{color:#deacac}.color-text-primary-9{color:#c64d4d}.color-text-secondary-1{color:#0098cd}.color-text-secondary-2{color:#28733a}.color-text-secondary-3{color:#6a3098}.color-text-secondary-4{color:#00ae72}.color-text-secondary-5{color:#d1eef8}.color-text-secondary-6{color:#d9f3e9}.color-text-secondary-7{color:#f1e9f5}.color-text-neutral-1{color:#fff}.color-text-neutral-2{color:#e8e8e8}.color-text-neutral-3{color:#c7c7c7}.color-text-neutral-4{color:#9d9d9d}.color-text-neutral-5{color:#3c3c3c}.color-text-neutral-6{color:#000}.color-text-background-1{color:#f7f5f5}.color-background-default,.color-background-primary-1{background:#ff7f00}.color-background-primary-2{background:#b50404}.color-background-primary-3{background:#fc4}.color-background-primary-4{background:#ffd6a7}.color-background-primary-5{background:#fceded}.color-background-primary-6{background:#f5e3b3}.color-background-primary-7{background:#931010}.color-background-primary-8{background:#deacac}.color-background-primary-9{background:#c64d4d}.color-background-secondary-1{background:#0098cd}.color-background-secondary-2{background:#28733a}.color-background-secondary-3{background:#6a3098}.color-background-secondary-4{background:#00ae72}.color-background-secondary-5{background:#d1eef8}.color-background-secondary-6{background:#d9f3e9}.color-background-secondary-7{background:#f1e9f5}.color-background-neutral-1{background:#fff}.color-background-neutral-2{background:#e8e8e8}.color-background-neutral-3{background:#c7c7c7}.color-background-neutral-4{background:#9d9d9d}.color-background-neutral-5{background:#3c3c3c}.color-background-neutral-6{background:#000}.color-background-background-1{background:#f7f5f5}.color-border-primary-1{border-color:#ff7f00}.color-border-primary-2{border-color:#b50404}.color-border-primary-3{border-color:#fc4}.color-border-primary-4{border-color:#ffd6a7}.color-border-primary-5{border-color:#fceded}.color-border-primary-6{border-color:#f5e3b3}.color-border-primary-7{border-color:#931010}.color-border-primary-8{border-color:#deacac}.color-border-primary-9{border-color:#c64d4d}.color-border-secondary-1{border-color:#0098cd}.color-border-secondary-2{border-color:#28733a}.color-border-secondary-3{border-color:#6a3098}.color-border-secondary-4{border-color:#00ae72}.color-border-secondary-5{border-color:#d1eef8}.color-border-secondary-6{border-color:#d9f3e9}.color-border-secondary-7{border-color:#f1e9f5}.color-border-neutral-1{border-color:#fff}.color-border-neutral-2{border-color:#e8e8e8}.color-border-neutral-3{border-color:#c7c7c7}.color-border-neutral-4{border-color:#9d9d9d}.color-border-neutral-5{border-color:#3c3c3c}.color-border-neutral-6{border-color:#000}.color-border-background-1{border-color:#f7f5f5}.aashirvaad-ingredient-name-ul,.aashirvaad-ingredient-quantity-ul,.hide-ul-ingredients{display:none}@font-face{font-display:block;font-family:icomoon;font-style:normal;font-weight:400;src:url(clientlib-yippee/resources/icon-font/fonts/icomoon.eot?h77yfi);src:url(clientlib-yippee/resources/icon-font/fonts/icomoon.eot?h77yfi#iefix) format("embedded-opentype"),url(clientlib-yippee/resources/icon-font/fonts/icomoon.ttf?h77yfi) format("truetype"),url(clientlib-yippee/resources/icon-font/fonts/icomoon.woff?h77yfi) format("woff"),url(clientlib-yippee/resources/icon-font/fonts/icomoon.svg?h77yfi#icomoon) format("svg")}[class*=" icon-"],[class^=icon-]{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.icon-twitter:before{color:#f7f5ea;content:""}.icon-thread:before{color:#f7f5ea;content:""}.icon-facebook:before{color:#f7f5ea;content:""}.icon-Union-36:before{content:""}.icon-Polygon-16:before{color:#ff7f00;content:""}.icon-Rectangle-2727:before{content:""}.icon-Rectangle-2725:before{color:#feab00;content:""}.icon-Group-21775 .path1:before{color:#b50404;content:""}.icon-Group-21775 .path2:before{color:#fff;content:"";margin-left:-1em}.icon-Group-21780 .path1:before{color:#b50404;content:""}.icon-Group-21780 .path2:before{color:#fff;content:"";margin-left:-1em}.icon-Group-21781 .path1:before{color:#deacac;content:""}.icon-Group-21781 .path2:before{color:#fff;content:"";margin-left:-1em}.icon-Group-21782 .path1:before{color:#deacac;content:""}.icon-Group-21782 .path2:before{color:#fff;content:"";margin-left:-1em}.icon-Pause .path1:before{color:#fff;content:""}.icon-Pause .path2:before{color:#da031d;content:"";margin-left:-1em}.icon-customer-service:before{color:#f6eabb;content:""}.icon-customise-gift:before{color:#f6eabb;content:""}.icon-df-logo:before{color:#ffda7d;content:""}.icon-about-us:before{color:#f6eabb;content:""}.icon-accessibility:before{color:#ffda7d;content:""}.icon-arrow-right:before{color:#f6eabb;content:""}.icon-calender:before{color:#fff2b7;content:""}.icon-comment-tweet:before{color:#fff2b7;content:""}.icon-community-member:before{color:#fff2b7;content:""}.icon-community:before{color:#f6eabb;content:""}.icon-down-arrow:before{color:#f6eabb;content:""}.icon-download:before{color:#f4eac0;content:""}.icon-filter:before{color:#fff2b7;content:""}.icon-fun-forum:before{color:#fff2b7;content:""}.icon-hamburger-menu:before{color:#ffda7d;content:""}.icon-hashtag:before{content:""}.icon-ingredients:before{color:#fff2b7;content:""}.icon-instagram:before{color:#f7f5ea;content:""}.icon-join-forum:before{color:#fff2b7;content:""}.icon-media:before{color:#f6eabb;content:""}.icon-moon-selected:before{color:#f4eac0;content:""}.icon-moon:before{color:#6a452b;content:""}.icon-open-card-popup:before{color:#f4eac0;content:""}.icon-our-products:before{color:#f4eac0;content:""}.icon-pause:before{color:#fff2b7;content:""}.icon-place-an-order:before{color:#fff2b7;content:""}.icon-play .path1:before{color:#3b2314;content:"";opacity:.408}.icon-play .path2:before{color:#f4eac0;content:"";margin-left:-1em}.icon-profile:before{color:#ffda7d;content:""}.icon-receipe-uploaded:before{color:#fff2b7;content:""}.icon-recipes:before{color:#f6eabb;content:""}.icon-save-for-later:before{color:#fff2b7;content:""}.icon-star-deselect:before{color:#fff2b7;content:""}.icon-star-selected:before{color:#fff2b7;content:""}.icon-timer:before{color:#fff2b7;content:""}.icon-completed .path1:before{color:#fff2b7;content:""}.icon-completed .path2:before{color:#261000;content:"";margin-left:-1em}.icon-completed1 .path1:before{color:#fff2b7;content:""}.icon-completed1 .path2:before{color:#261000;content:"";margin-left:-1em}.icon-completed2 .path1:before{color:#fff2b7;content:""}.icon-completed2 .path2:before{color:#261000;content:"";margin-left:-1em}.icon-not-completed .path1:before{color:#190c02;content:""}.icon-not-completed .path2:before{color:#644f40;content:"";margin-left:-1em}.icon-not-completed .path3:before{color:#644f40;content:"";margin-left:-1em}.icon-checbox-square-selected:before{color:#fff2b7;content:""}.icon-checkbox-square-not-selected:before{color:#fff2b7;content:""}.icon-checkbox:before{color:#f4eac0;content:""}.icon-chevron-left-active .path1:before{color:#bf271b;content:""}.icon-chevron-left-active .path2:before{color:#fff2b7;content:"";margin-left:-1em}.icon-chevron-left-disabled .path1:before{color:#731b0d;content:""}.icon-chevron-left-disabled .path2:before{color:#fff2b7;content:"";margin-left:-1em}.icon-chevron-right-active .path1:before{color:#bf271b;content:""}.icon-chevron-right-active .path2:before{color:#fff2b7;content:"";margin-left:-1em}.icon-chevron-right-disabled .path1:before{color:#731b0d;content:""}.icon-chevron-right-disabled .path2:before{color:#fff2b7;content:"";margin-left:-1em}.icon-close-card-popup:before{color:#f4e9c2;content:""}.icon-completed-step .path1:before{color:#fdf1b9;content:""}.icon-completed-step .path2:before{color:#190c02;content:"";margin-left:-1em}.icon-dots:before{color:#fff2b7;content:""}.icon-facebok:before{color:#f7f5ea;content:""}.icon-media-card-top:before{color:#fff1ba;content:""}.icon-search:before{color:#fed983;content:""}.icon-share:before{color:#f4e9c2;content:""}.icon-slider:before{color:#6a452b;content:""}.icon-sun-selected-afternoon:before{color:#f4eac0;content:""}.icon-sun-selected:before{color:#f4eac0;content:""}.icon-sun:before{color:#6a452b;content:""}.icon-youtube:before{color:#f7f5ea;content:""}.icon-Play .path1:before{color:#fff;content:""}.icon-Play .path2:before{color:#b50404;content:"";margin-left:-1em}.icon-Star:before{color:#b50404;content:""}.icon-Group-21306:before{content:""}.icon-Group-21307:before{content:""}.icon-Group-21308:before{content:""}.icon-Group-21309:before{content:""}.icon-Heart:before{color:#fdd389;content:""}.icon-Mask-Group-8378:before{content:""}.icon-Mask-Group-8379:before{content:""}.icon-Mask-Group-8380:before{content:""}.icon-Mask-Group-8381:before{content:""}.icon-Mask-Group-8382:before{content:""}.icon-Mask-Group-8383:before{content:""}.icon-Path-21904-1:before{color:#fc4;content:""}.icon-Path-21904:before{content:""}.icon-Path-22005:before{color:#d9f3e9;content:""}.icon-shape-1:before{color:#d2ebe1;content:""}.icon-shape-2:before{color:#ffd8b1;content:""}.icon-shape:before{color:#f5e3b3;content:""}.icon-Star-Shape:before{color:#fc4;content:""}.icon-Union-44:before{content:""}.icon-Union-45:before{content:""}.icon-Union-46:before{content:""}.icon-30:before{color:#b50404;content:""}.icon-Arrow:before{content:""}.icon-bookmark:before{content:""}.icon-checkbox-1:before{color:#b50404;content:""}.icon-checkbox1:before{color:#b50404;content:""}.icon-Ellipse-14:before{color:#fc4;content:""}.icon-Ellipse-587:before{color:#fff;content:""}.icon-Group-21221:before{content:""}.icon-Group-21553:before{content:""}.icon-Group-21556:before{color:#b50404;content:""}.icon-Group-21686:before{content:""}.icon-Group-21735:before{content:""}.icon-Group-21739:before{color:#b50404;content:""}.icon-Group-21740:before{color:#b50404;content:""}.icon-Group-21745:before{color:#fff;content:""}.icon-Group-21746:before{color:#fff;content:""}.icon-Group-21747:before{color:#fff;content:""}.icon-Group-21751:before{color:#b50404;content:""}.icon-Group-21754:before{content:""}.icon-Group-21755:before{content:""}.icon-Group-21760:before{content:""}.icon-Group-21761:before{content:""}.icon-Group-21762:before{content:""}.icon-Group-21764:before{content:""}.icon-Group-21767:before{content:""}.icon-Group-21769:before{content:""}.icon-Group-21771:before{content:""}.icon-Group-21772 .path1:before{color:#000;content:""}.icon-Group-21772 .path2:before{color:#da001c;content:"";margin-left:-1em}.icon-Group-21773:before{content:""}.icon-Group-21774:before{content:""}.icon-Icon-feather-search:before{content:""}.icon-Icon-material-accessibility:before{content:""}.icon-Icon:before{content:""}.icon-Notifications:before{content:""}.icon-Path-219041:before{color:#fff;content:""}.icon-Shape:before{color:#fff;content:""}.icon-Star-1:before{color:#fc4;content:""}.icon-Star1:before{content:""}.icon-Subtraction-1:before{color:#fff;content:""}.icon-Union-25:before{content:""}.icon-Union-27:before{content:""}.icon-Union-28:before{content:""}.icon-Ellipses:before{content:""}.icon-Noodles-1:before{color:#ff7f00;content:""}.icon-Noodles:before{color:#ff7f00;content:""}.icon-Shape1:before{color:#5c2828;content:""}body,html,p,span{font-family:Lato,sans-serif}.h-1,h1{font-family:Amaranth,sans-serif;font-size:2rem;font-weight:700}@media only screen and (max-width:1023px){.h-1,h1{font-size:1.5rem}}.h-2,h2{font-family:Amaranth,sans-serif;font-size:1.5rem;font-weight:700}@media only screen and (max-width:1023px){.h-2,h2{font-size:1.25rem}}.h-3,h3{font-family:Amaranth,sans-serif;font-size:1.5rem;font-weight:700}@media only screen and (max-width:1023px){.h-3,h3{font-size:1rem}}.h-4,h4{font-family:Amaranth,sans-serif;font-size:1.25rem;font-weight:700}@media only screen and (max-width:1023px){.h-4,h4{font-size:1rem}}.body-1{font-family:Lato,sans-serif;font-size:1.5rem;font-weight:500}@media only screen and (max-width:1023px){.body-1{font-size:1rem}}.body-2{font-family:Lato,sans-serif;font-size:1.125rem;font-weight:500}@media only screen and (max-width:1023px){.body-2{font-size:1rem}}.body-3{font-family:Lato,sans-serif;font-size:1.125rem}@media only screen and (max-width:1023px){.body-3{font-size:1rem}}.desc-1{font-family:Lato,sans-serif;font-size:1rem}@media only screen and (max-width:1023px){.desc-1{font-size:.875rem}}.desc-2{font-family:Lato,sans-serif;font-size:1rem;font-weight:500}@media only screen and (max-width:1023px){.desc-2{font-size:.875rem}}.desc-3{font-family:Lato,sans-serif;font-size:.875rem}@media only screen and (max-width:1023px){.desc-3{font-size:.75rem}}.desc-4{font-family:Lato,sans-serif;font-size:.625rem}.title-star-icon{align-items:center;display:flex}.title-star-icon:after,.title-star-icon:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-size:1.5rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}@media only screen and (max-width:1023px){.title-star-icon:after,.title-star-icon:before{font-size:1.125rem}}.title-star-icon:before{content:"";margin-right:1rem}@media only screen and (max-width:1023px){.title-star-icon:before{margin-right:.625rem}}.title-star-icon:after{content:"";margin-left:1rem}@media only screen and (max-width:1023px){.title-star-icon:after{margin-left:.625rem}.mobile-our-story>a:before{content:""}.mobile-icon-our-product>a:before,.mobile-our-story>a:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.mobile-icon-our-product>a:before{content:""}.mobile-icon-recipe>a:before{content:""}.mobile-icon-better-world>a:before,.mobile-icon-recipe>a:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.mobile-icon-better-world>a:before{content:""}.mobile-icon-media-content>a:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}}.cmp-button{align-items:center;border-color:transparent;border-radius:1.875rem;box-sizing:border-box;cursor:pointer;display:flex;font-family:Lato,sans-serif;font-size:1.5rem;font-weight:600;height:3.5rem;padding:.75rem 2.5rem;text-decoration:none}@media only screen and (max-width:1023px){.cmp-button{border-radius:1.875rem;font-size:1rem;height:2.5rem;padding:.75rem 2.5rem}}.cmp-button:disabled{pointer-events:none}.cmp-button--primary .cmp-button{background:#b50404;border:none;color:#fff}.cmp-button--primary .cmp-button:focus{background:#931010}@media(hover:hover){.cmp-button--primary .cmp-button:hover{background:#c64d4d}}.cmp-button--primary .cmp-button:disabled{background:#deacac}.cmp-button--primary-dark .cmp-button{background:#c64d4d;border:none;color:#ff7f00}.cmp-button--primary-dark .cmp-button:focus{background:#ff7f00}@media(hover:hover){.cmp-button--primary-dark .cmp-button:hover{background:#fc4}}.cmp-button--primary-dark .cmp-button:disabled{background:#deacac;color:#ff7f00}.cmp-button--primary-anchor .cmp-button{background:#b50404;border:none;color:#fff;width:fit-content}.cmp-button--primary-anchor .cmp-button:focus{background:#931010}@media(hover:hover){.cmp-button--primary-anchor .cmp-button:hover{background:#c64d4d}}.cmp-button--primary-anchor.cmp-button--disabled .cmp-button{background:#deacac;pointer-events:none;text-decoration:none}.cmp-button--primary-anchor-dark .cmp-button{background:#c64d4d;border:none;color:#ff7f00;width:fit-content}.cmp-button--primary-anchor-dark .cmp-button:focus{background:#ff7f00}@media(hover:hover){.cmp-button--primary-anchor-dark .cmp-button:hover{background:#fc4}}.cmp-button--primary-anchor-dark.cmp-button--disabled .cmp-button{background:#deacac;color:#ff7f00;pointer-events:none;text-decoration:none}.cmp-button--secondary .cmp-button{background:#fff;border:.09375rem solid #000;color:#000}@media only screen and (max-width:1023px){.cmp-button--secondary .cmp-button{border:.0625rem solid #000}}.cmp-button--secondary .cmp-button:focus{background:#fceded;border-color:#b50404;color:#b50404}@media(hover:hover){.cmp-button--secondary .cmp-button:hover{background:#c7c7c7;border-color:#000;color:#000}}.cmp-button--secondary .cmp-button:disabled{background:#fff;border-color:#c7c7c7;color:#c7c7c7}.cmp-button--secondary-dark .cmp-button{background:#ff7f00;border:.125rem solid #ff7f00;color:#ff7f00}@media only screen and (max-width:1023px){.cmp-button--secondary-dark .cmp-button{border:.0625rem solid #ff7f00}}.cmp-button--secondary-dark .cmp-button:focus{background:#ff7f00;border-color:#ff7f00;color:#f5e3b3}@media(hover:hover){.cmp-button--secondary-dark .cmp-button:hover{background:#ff7f00;border-color:#fff;color:#fff}}.cmp-button--secondary-dark .cmp-button:disabled{background:#ff7f00;border-color:#931010;color:#931010}.cmp-button--anchor .cmp-button{background:transparent;color:#000;height:unset;padding:0;text-decoration:none}@media(hover:hover){.cmp-button--anchor .cmp-button:hover{color:#000;text-decoration:underline}}.cmp-button--anchor .cmp-button:focus{color:#b50404;text-decoration:underline}.cmp-button--anchor.cmp-button--disabled .cmp-button{color:#c7c7c7;pointer-events:none;text-decoration:none}.cmp-button--anchor-dark .cmp-button{color:#fff;height:unset;padding:0;text-decoration:none}@media(hover:hover){.cmp-button--anchor-dark .cmp-button:hover{color:#fff;text-decoration:underline}}.cmp-button--anchor-dark .cmp-button:focus{color:#ff7f00;text-decoration:underline}.cmp-button--anchor-dark.cmp-button--disabled .cmp-button{color:#931010;pointer-events:none;text-decoration:none}.container.top-sm-margin{margin-top:.625rem}.container.top-md-margin{margin-top:1.25rem}.container.top-lg-margin{margin-top:2.5rem}.container.bottom-sm-margin{margin-bottom:.625rem}.container.bottom-md-margin{margin-bottom:1.25rem}.container.bottom-lg-margin{margin-bottom:2.5rem}.container.top-margin-30{margin-top:1.875rem}.container.top-margin-50{margin-top:3.125rem}.container.top-margin-60{margin-top:3.75rem}.container.top-margin-74{margin-top:4.625rem}@media only screen and (min-width:768px){.container.top-margin-80{margin-top:5rem}}.container.top-margin-100{margin-top:75pt}.container.bottom-margin-30{margin-bottom:1.875rem}.container.bottom-margin-50{margin-bottom:3.125rem}@media only screen and (max-width:768px){.container.top-margin-mobile-4{margin-top:4px}}.cmp-container--fixed>.cmp-container{margin:0 auto;max-width:1366px}.cmp-container--center-align{align-items:center;display:flex;justify-content:center;text-align:center}.search{background:#ff7f00;display:none;margin-top:-.0625rem}@media only screen and (max-width:1023px){.search{margin-top:0}}.cmp-search{margin:0 auto;max-width:1366px;padding:2.125rem 0;position:relative}@media only screen and (max-width:1023px){.cmp-search{padding:1.1875rem 1.875rem .8125rem 1.375rem;position:fixed;top:0;width:100%;z-index:0}}.cmp-search,.cmp-search .cmp-search__clear,.cmp-search .cmp-search__input{background-color:#ff7f00}.cmp-search .cmp-search__clear,.cmp-search .cmp-search__icon,.cmp-search .cmp-search__input,.cmp-search .cmp-search__input::placeholder{color:#000}@keyframes cmp-search__loading-indicator-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cmp-search .cmp-search__form{margin:0 auto;width:45.875rem}@media only screen and (max-width:1023px){.cmp-search .cmp-search__form{width:100%}}.cmp-search .cmp-search__form .cmp-search__field{align-items:center;display:flex;flex-direction:row-reverse}.cmp-search .cmp-search__form .cmp-search__field .cmp-search__clear{border:none;cursor:pointer;padding:0}.cmp-search .cmp-search__form .cmp-search__field .cmp-search__clear-icon{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-size:1.5rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-search .cmp-search__form .cmp-search__field .cmp-search__clear-icon:before{content:""}@media only screen and (max-width:1023px){.cmp-search .cmp-search__form .cmp-search__field .cmp-search__clear-icon{font-size:1.1875rem}}.cmp-search .cmp-search__form .cmp-search__field .cmp-search__input{border:none;border-bottom:.0625rem solid #000;font-size:1.125rem;line-height:1.75rem;margin:0 1.5rem;padding:0 1rem .8125rem 0;width:40.5rem}.cmp-search .cmp-search__form .cmp-search__field .cmp-search__input::placeholder{opacity:1}@media only screen and (max-width:1023px){.cmp-search .cmp-search__form .cmp-search__field .cmp-search__input{font-size:1rem;line-height:1.75rem;margin:0 1.6875rem 0 1.9375rem;padding:0 1rem .5rem 0;width:100%}}.cmp-search .cmp-search__form .cmp-search__field .cmp-search__loading-indicator{animation:cmp-search__loading-indicator-spin 2s linear infinite;border:.125rem solid #000;border-radius:50%;border-top-color:#ff7f00;display:none;height:.875rem;width:.875rem}@media only screen and (max-width:1023px){.cmp-search .cmp-search__form .cmp-search__field .cmp-search__loading-indicator{height:1.25rem;width:1.25rem}}.cmp-search .cmp-search__form .cmp-search__field .cmp-search__icon{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-size:.875rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}@media only screen and (max-width:1023px){.cmp-search .cmp-search__form .cmp-search__field .cmp-search__icon{font-size:1.25rem}}.cmp-search .cmp-search__form .cmp-search__field .cmp-search__icon:before{content:""}.cmp-search .cmp-search__results{background:#fff;display:none;left:50%;margin-left:.3125rem;padding:0 1.875rem 1.8125rem 2rem;top:5.75rem;transform:translateX(-50%);width:40.5rem;z-index:1}@media only screen and (max-width:1023px){.cmp-search .cmp-search__results{background:#fff;border-radius:0;left:0;margin:0;padding:0 1.875rem .8125rem 1.375rem;position:absolute;top:5.5rem;transform:none;width:100%}}.cmp-search .cmp-search__results:not(:has(.cmp-search__item)){padding-bottom:1.0625rem}@media only screen and (max-width:1023px){.cmp-search .cmp-search__results:not(:has(.cmp-search__item)){padding-bottom:.0625rem}}.cmp-search .cmp-search__results:not(:has(.cmp-search__item),:has(.cmp-search__error-msg)){display:none!important}.cmp-search .cmp-search__results .cmp-search__item{-webkit-line-clamp:1;-webkit-box-orient:vertical;align-items:center;color:#000;display:flex!important;display:-webkit-box;font-size:.875rem;gap:1.625rem;line-height:1.75rem;margin-top:1.8125rem;overflow:hidden;text-decoration:none}@media only screen and (max-width:1023px){.cmp-search .cmp-search__results .cmp-search__item{font-size:.875rem;gap:.625rem;margin:1.0625rem auto 0}.cmp-search .cmp-search__results .cmp-search__item:first-child{margin-top:0}}.cmp-search .cmp-search__results .cmp-search__item:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}@media only screen and (max-width:1023px){.cmp-search .cmp-search__results .cmp-search__item:before{text-align:center;width:1.5rem}}.cmp-search .cmp-search__results .cmp-search__item .cmp-search__item-title{font-size:1.125rem}@media only screen and (max-width:1023px){.cmp-search .cmp-search__results .cmp-search__item .cmp-search__item-title{font-size:1rem}}.cmp-search .cmp-search__results .cmp-search__item .cmp-search__item-title .cmp-search__item-mark{background:none;color:#000;font-weight:900}.cmp-search .cmp-search__results .cmp-search__error-msg{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#000;display:-webkit-box;margin-top:1.25rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-search .cmp-search__results .cmp-search__error-msg{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;margin-top:0;overflow:hidden}}.cmp-search .cmp-search__results .cmp-search__suggestion-msg{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;margin-top:.75rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-search .cmp-search__results .cmp-search__suggestion-msg{color:#000;margin-top:.75rem}}.cmp-search .cmp-search__results .cmp-search__tabs{display:flex;gap:.75rem;margin-top:1.5rem;overflow-x:auto;padding-bottom:.75rem}.cmp-search .cmp-search__results .cmp-search__tabs::-webkit-scrollbar{height:.4375rem}.cmp-search .cmp-search__results .cmp-search__tabs::-webkit-scrollbar-track{background-color:#e8e8e8;-webkit-border-radius:.625rem;border-radius:.625rem}.cmp-search .cmp-search__results .cmp-search__tabs::-webkit-scrollbar-thumb{background:#c7c7c7;-webkit-border-radius:.625rem;border-radius:.625rem}@media only screen and (max-width:1023px){.cmp-search .cmp-search__results .cmp-search__tabs::-webkit-scrollbar{display:none}}.cmp-search .cmp-search__results .cmp-search__tabs .cmp-search__tab{border:.0625rem solid #000;border-radius:1.875rem;color:#000;padding:.5625rem 1.25rem .5rem;text-decoration:none;white-space:nowrap}@media only screen and (max-width:1023px){.cmp-search .cmp-search__results .cmp-search__tabs .cmp-search__tab{border-radius:1.5rem;padding:.4375rem 1rem}}.cmp-text ol{list-style:auto}.cmp-text ul{list-style:disc}.diwali-page .cmp-text .redeem-text{align-items:center;display:flex;justify-content:center;margin:0 auto;position:relative;text-align:center}.diwali-page .cmp-text .redeem-text img{display:block!important}.diwali-page .cmp-text .redeem-text h3{color:#fff;font-family:OleoScript;font-size:20px;font-style:italic;position:absolute;text-align:center}.diwali-page .cmp-text .redeem-text h3 a{color:#fff}.diwali-page .cmp-text .cmp-product-detail__product-item{display:block!important}.footer{background:#ff7f00}.cmp-footer{margin:0 auto;max-width:85.375rem}.cmp-footer .cmp-footer__top-content{align-items:center;padding:6.375rem 8.625rem 3.5rem}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content{align-items:center;flex-direction:column;gap:3.25rem;margin:0 auto;padding:7.875rem 2.9375rem;text-align:center}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-footer .cmp-footer__top-content{gap:2rem;margin:0 .625rem;padding-left:0}}@media only screen and (min-width:1366px){.cmp-footer .cmp-footer__top-content{gap:5rem;margin:0 113px}}.cmp-footer .cmp-footer__top-content .cmp-footer__logo .cmp-image__image{height:9.25rem;object-fit:cover;width:15.125rem}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content .cmp-footer__logo .cmp-image__image{height:5.3125rem;width:8.75rem}.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe{width:100%}}.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe .cmp-footer__nav-text h3{color:#ff7f00;letter-spacing:.06rem}.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe .cmp-input__email .cmp-form-text__text{border-radius:1rem;font-size:1.25rem;margin-top:1.5rem;padding:.875rem 2.0625rem .9375rem;width:23.75rem}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe .cmp-input__email .cmp-form-text__text{font-size:1rem;margin-top:2rem;max-width:21.375rem;width:100%}}.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe .cmp-button{margin-top:1.5rem}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe .cmp-button{margin:1.5rem auto 0}}.cmp-footer .cmp-footer__top-content .cmp-footer__nav{display:flex;justify-content:center}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group{display:flex;flex-direction:column;justify-content:center}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group .cmp-navigation__item-link,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group .cmp-navigation__item-link{color:unset;font-family:Lato,sans-serif;font-size:1.125rem;text-decoration:none}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group .cmp-navigation__item-link:hover,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group .cmp-navigation__item-link:hover{display:block;text-decoration:underline;transform:scale(1.1)}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation{border-right-color:unset;border-right-style:solid;border-right-width:.0625rem}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group{padding-right:0}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right{padding-left:0}.cmp-footer__bottom-content{margin:0 auto;max-width:85.375rem}.cmp-footer__bottom-content .cmp-footer__container{align-items:center;display:flex;justify-content:space-between;margin:0 113px;overflow:hidden;padding:0 1rem}@media only screen and (max-width:1023px){.cmp-footer__bottom-content .cmp-footer__container{flex-direction:column;margin:0 auto;padding-bottom:0}}.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__ITC-Titles{display:flex;gap:3.875rem;padding:1.1875rem 0}@media only screen and (max-width:1023px){.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__ITC-Titles{margin-right:0;padding:1.4375rem 0}}.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__ITC-Titles a{color:#fff;text-decoration:none}.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__social-media{display:flex;gap:2.0625rem}@media only screen and (max-width:1023px){.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__social-media{gap:2.375rem;margin-top:0}}.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__social-media [class*=" icon-"],.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__social-media [class^=icon-]{font-size:.09375remrem}@media only screen and (max-width:1023px){.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__social-media [class*=" icon-"],.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__social-media [class^=icon-]{font-size:.078125remrem}}.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__social-media a{text-decoration:none}.cmp-card--recipe{width:18.875rem}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-card--recipe{width:16.4375rem}}@media only screen and (max-width:1023px){.cmp-card--recipe{width:16.4375rem}}.cmp-card--recipe .cmp-card__content .cmp-card__info{padding:1rem 1rem 1.5rem}.cmp-card--recipe .cmp-card__content .cmp-card__info .cmp-card__tag{display:flex;margin-bottom:.75rem}.cmp-card--recipe .cmp-card__content .cmp-card__info .cmp-card__tag--with-heart{display:flex;justify-content:space-between}.cmp-card--recipe .cmp-card__content .cmp-card__info .cmp-card__tag-wrapper{align-items:center;border:.0625rem solid #fceded;border-radius:1.125rem;display:flex;height:100%;padding:.4375rem 1.375rem .5rem 1.25rem}.cmp-card--recipe .cmp-card__content .cmp-card__info .cmp-card__tag-wrapper p{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#ff7f00;display:-webkit-box;font-size:1.125rem;font-weight:400;overflow:hidden}@media only screen and (max-width:1023px){.cmp-card--recipe .cmp-card__content .cmp-card__info .cmp-card__tag-wrapper p{font-size:.875rem;font-weight:400}}.cmp-card--recipe .cmp-card__content .cmp-card__info .cmp-card__time-in-minutes{color:#ff7f00;line-height:1.625rem;margin-top:1.5rem}.cmp-card--recipe .cmp-card__content .cmp-card__info .cmp-card__title a{text-decoration:none}.cmp-card--recipe .cmp-card__content .cmp-card__media{padding:0}.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__options{position:absolute;right:0;top:0;width:10.5625rem;z-index:1}.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__three-dots{align-items:center;color:#ff7f00;cursor:pointer;display:flex;font-size:3rem;justify-content:center;position:absolute;right:1rem;top:1rem}.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__three-dots:before{font-size:3rem}.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content{background:#fceded;border-radius:.5rem;padding:.759375rem .84375rem 1.1875rem .71875rem;position:absolute;right:1.625rem;top:.6875rem;width:10rem}.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .close{cursor:pointer;font-size:.90625rem;text-align:right}.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item{align-items:center;display:flex;gap:.6875rem;margin-bottom:1.25rem}.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item:last-child{margin-bottom:0}.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a{color:#fceded;font-family:Lato,sans-serif;line-height:1.75rem;text-decoration:none}.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-right:.75rem;text-transform:none}.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a.action-item-icon-share:before{content:""}.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a.action-item-icon-download:before{content:""}.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a.action-item-icon-save-for-later:before{content:""}.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__image img{height:25.1875rem;width:18.875rem}@media only screen and (max-width:1023px){.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__image img{height:20.0625rem;width:16.4375rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__image img{height:20.0625rem;width:16.4375rem}}.cmp-card--recipe-wall-of-fame{width:18.875rem}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-card--recipe-wall-of-fame{width:16.4375rem}}@media only screen and (max-width:1023px){.cmp-card--recipe-wall-of-fame{width:16.4375rem}}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__options{position:absolute;right:0;top:0;width:10.5625rem;z-index:1}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__three-dots{align-items:center;color:#ff7f00;cursor:pointer;display:flex;font-size:3rem;justify-content:center;position:absolute;right:1rem;top:1rem}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content{background:#fceded;border-radius:.5rem;padding:.759375rem .84375rem 1.1875rem .71875rem;position:absolute;right:1.625rem;top:.6875rem;width:10rem}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .close{cursor:pointer;font-size:.90625rem;text-align:right}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item{align-items:center;display:flex;gap:.6875rem;margin-bottom:1.25rem}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item:last-child{margin-bottom:0}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a{color:#fceded;font-family:Lato,sans-serif;line-height:1.75rem;text-decoration:none}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-right:.75rem;text-transform:none}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a.action-item-icon-share:before{content:""}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a.action-item-icon-download:before{content:""}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a.action-item-icon-save-for-later:before{content:""}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__image img{height:25.1875rem;width:18.875rem}@media only screen and (max-width:1023px){.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__image img{height:20.0625rem;width:16.4375rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__image img{height:20.0625rem;width:16.4375rem}}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__badge{left:1.5rem;position:absolute;top:1rem}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__month-date{bottom:.4375rem;color:#ff7f00;left:1.09375rem;position:absolute}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__info{padding:1rem 1rem 2.5rem}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__info .cmp-card__user-profile-info{align-items:center;display:flex;gap:1rem;margin-top:1.5rem}@media only screen and (max-width:1023px){.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__info .cmp-card__user-profile-info{margin-top:1rem}}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__info .cmp-card__user-profile-info .cmp-card__profile-image{height:2.8125rem;width:2.8125rem}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__info .cmp-card__user-profile-info .cmp-card__user-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;overflow:hidden}.cmp-card--active-contest{width:18.875rem}@media only screen and (max-width:1023px){.cmp-card--active-contest{width:16.4375rem}}.cmp-card--active-contest .cmp-card__content{padding:.950625rem .875rem 1.5rem .9375rem}.cmp-card--active-contest .cmp-card__content .cmp-card__media .cmp-card__image img{height:17rem;width:17rem}@media only screen and (max-width:1023px){.cmp-card--active-contest .cmp-card__content .cmp-card__media .cmp-card__image img{height:14.375rem;width:14.375rem}}.cmp-card--active-contest .cmp-card__content .cmp-card__info{padding-top:1rem}.cmp-card--active-contest .cmp-card__content .cmp-card__info .cmp-card__sub-title{-webkit-line-clamp:5;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;height:8.125rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-card--active-contest .cmp-card__content .cmp-card__info .cmp-card__sub-title{margin-top:1rem}}.cmp-card--community-forum{width:18.875rem}@media only screen and (max-width:1023px){.cmp-card--community-forum{width:16.4375rem}}.cmp-card--community-forum .cmp-card__content .cmp-card__media .cmp-card__image img{height:14.125rem;width:18.875rem}@media only screen and (max-width:1023px){.cmp-card--community-forum .cmp-card__content .cmp-card__media .cmp-card__image img{height:13.75rem;width:16.4375rem}}.cmp-card--community-forum .cmp-card__content .cmp-card__media .cmp-card__user-count{align-items:center;background:#fceded;border-radius:1.25rem;bottom:.9375rem;display:flex;gap:.5rem;padding:.5rem 1rem;position:absolute;right:.9375rem}.cmp-card--community-forum .cmp-card__content .cmp-card__media .cmp-card__user-count .icon-community{font-size:1.125rem}.cmp-card--community-forum .cmp-card__content .cmp-card__media .cmp-card__user-count .count{color:#ff7f00}.cmp-card--community-forum .cmp-card__content .cmp-card__info{padding:1rem 1rem 2.5rem}@media only screen and (max-width:1023px){.cmp-card--community-forum .cmp-card__content .cmp-card__info{padding:1rem 1rem 1.5rem}}.cmp-card--community-forum .cmp-card__content .cmp-card__info .cmp-card__sub-title{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;height:6.5rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-card--community-forum .cmp-card__content .cmp-card__info .cmp-card__sub-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;height:4.125rem;margin-top:1rem;overflow:hidden}}.cmp-card--tips{width:20.75rem}.cmp-card--tips .cmp-card__media .cmp-card__image img{height:18.3125rem;width:20.75rem}.cmp-card--tips .cmp-card__info{padding:1.125rem .77rem 1.5rem .7925rem}.cmp-card--history{width:19.875rem}.cmp-card--history .cmp-card__content{background:#fc4;display:flex;flex-direction:column;height:33.5rem;padding:.950625rem .875rem 1.5rem .9375rem}.cmp-card--history .cmp-card__content .cmp-card__media .cmp-card__image img{height:17.75rem;width:17.75rem}.cmp-card--history .cmp-card__content .cmp-card__info{padding-top:1rem}.cmp-card--history .cmp-card__content .cmp-card__info .cmp-card__date{color:#000;font-family:Amaranth,sans-serif;font-size:1.25rem;font-weight:500}.cmp-card--history .cmp-card__content .cmp-card__info .cmp-card__title{padding-top:.75rem}.cmp-card--history .cmp-card__content .cmp-card__info .cmp-card__title .cmp-card__link{color:inherit;text-decoration:none}.cmp-card--history .cmp-card__content .cmp-card__info .cmp-card__sub-title{color:#000}.cmp-card--history .center{justify-content:center}.cmp-video{background-color:#000;position:relative}.cmp-video .cmp-video__iframe,.cmp-video .cmp-video__iframe-wrapper,.cmp-video .cmp-video__player,.cmp-video .cmp-video__youtube-wrapper{height:100%;width:100%}.cmp-video .cmp-video__player::-webkit-media-controls-current-time-display,.cmp-video .cmp-video__player::-webkit-media-controls-play-button,.cmp-video .cmp-video__player::-webkit-media-controls-time-remaining-display,.cmp-video .cmp-video__player::-webkit-media-controls-timeline,.cmp-video .cmp-video__player::-webkit-media-controls-toggle-closed-captions-button{display:none}@media only screen and (max-width:1023px){.cmp-video .cmp-video__player::-webkit-media-controls-current-time-display,.cmp-video .cmp-video__player::-webkit-media-controls-play-button,.cmp-video .cmp-video__player::-webkit-media-controls-time-remaining-display,.cmp-video .cmp-video__player::-webkit-media-controls-timeline,.cmp-video .cmp-video__player::-webkit-media-controls-toggle-closed-captions-button{display:block}}.cmp-video .cmp-video__player:-webkit-full-screen::-webkit-media-controls-current-time-display,.cmp-video .cmp-video__player:-webkit-full-screen::-webkit-media-controls-mute-button,.cmp-video .cmp-video__player:-webkit-full-screen::-webkit-media-controls-play-button,.cmp-video .cmp-video__player:-webkit-full-screen::-webkit-media-controls-time-remaining-display,.cmp-video .cmp-video__player:-webkit-full-screen::-webkit-media-controls-timeline,.cmp-video .cmp-video__player:-webkit-full-screen::-webkit-media-controls-toggle-closed-captions-button,.cmp-video .cmp-video__player:-webkit-full-screen::-webkit-media-controls-volume-slider{display:block}.cmp-video .cmp-video__pause-button,.cmp-video .cmp-video__play-button{align-items:center;bottom:0;cursor:pointer;display:flex;height:3.9375rem;justify-content:center;left:0;margin:auto;position:absolute;right:0;top:0;width:3.9375rem}.cmp-video .cmp-video__play-button{background-color:#3b2314;border-radius:50%;opacity:.41}.cmp-video .cmp-video__play-button:before{content:"";font-size:3.9375rem}.cmp-video .cmp-video__pause-button:after,.cmp-video .cmp-video__play-button:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#f5e3b3;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-video .cmp-video__pause-button:after{content:"";font-size:1.4375rem}.cmp-video .cmp-video__progress-bar{bottom:14%;cursor:pointer;height:.25rem;left:50%;overflow:hidden;position:absolute;transform:translateX(-50%);width:74%}@media only screen and (max-width:1023px){.cmp-video .cmp-video__progress-bar{width:85%}}.cmp-video .cmp-video__progress-bar[value]{border-radius:.1875rem}.cmp-video .cmp-video__progress-bar[value]::-webkit-progress-bar{background-color:#fff;border-radius:.1875rem}.cmp-video .cmp-video__progress-bar[value]::-webkit-progress-value{background-image:linear-gradient(90deg,#c64d4d,#c64d4d);border-radius:.1875rem;transition:width .25s linear}.cmp-video--banner-no-info .cmp-video{aspect-ratio:1.7777777778;height:100%;max-height:40rem;max-width:1366px;object-fit:cover;width:100%}@media only screen and (max-width:1023px){.cmp-video--banner-no-info .cmp-video{aspect-ratio:.5625;max-height:auto}.cmp-video--product-listing{display:flex;justify-content:center}}.cmp-video--product-listing .cmp-video{border-radius:1.5625rem;height:13.8125rem;overflow:hidden;width:21.0625rem}@media only screen and (max-width:1023px){.cmp-video--product-listing .cmp-video{height:11rem;width:16.8125rem}}.cmp-video--product-listing .cmp-video__iframe{border-radius:1.5625rem;overflow:hidden}.cmp-video--banner-with-cta .cmp-video{aspect-ratio:3.16;height:100%;max-height:40rem;max-width:1366px;object-fit:cover;width:100%}@media only screen and (max-width:1023px){.cmp-video--banner-with-cta .cmp-video{aspect-ratio:.79;max-height:auto}}.cmp-video--banner-with-cta .cmp-video .button{bottom:20%;left:50%;position:absolute;transform:translateX(-50%)}@media only screen and (max-width:1023px){.cmp-video--banner-with-cta .cmp-video .button{bottom:13%;left:50%;position:absolute}}.cmp-video--banner-with-title-bottom .cmp-video{aspect-ratio:1.7777777778;height:100%;max-height:40rem;max-width:1366px;object-fit:cover;width:100%}@media only screen and (max-width:1023px){.cmp-video--banner-with-title-bottom .cmp-video{aspect-ratio:.5625;max-height:max-content}}.cmp-video--banner-with-title-bottom .cmp-video .cmp-video__progress-bar{bottom:24%;position:absolute}.cmp-video--tvc-card .cmp-video{border-radius:1rem;height:15.4375rem;overflow:hidden;width:20.5625rem}@media only screen and (max-width:1023px){.cmp-video--tvc-card .cmp-video{height:16.75rem;width:22.375rem}}.cmp-video--tvc-card .cmp-video__iframe{border-radius:1rem;overflow:hidden}.cmp-video--community-forum-card .cmp-video{border-radius:1rem;height:14.125rem;overflow:hidden;width:18.875rem}@media only screen and (max-width:1023px){.cmp-video--community-forum-card .cmp-video{height:13.75rem;width:16.4375rem}}.cmp-video--community-forum-card .cmp-video__iframe{border-radius:1rem;overflow:hidden}.cmp-video--recipe-wall-of-fame-card .cmp-video{border-radius:1rem;height:25.1875rem;overflow:hidden;width:18.875rem}@media only screen and (max-width:1023px){.cmp-video--recipe-wall-of-fame-card .cmp-video{height:20.0625rem;width:16.4375rem}}.cmp-video--recipe-wall-of-fame-card .cmp-video__iframe{border-radius:1rem;overflow:hidden}.cmp-video--active-contest-card .cmp-video{border-radius:1rem;height:17rem;overflow:hidden;width:17rem}@media only screen and (max-width:1023px){.cmp-video--active-contest-card .cmp-video{height:14.375rem;width:14.375rem}}.cmp-video--active-contest-card .cmp-video__iframe{border-radius:1rem;overflow:hidden}.cmp-video--teaser-first-half-left-aligned .cmp-video{border-radius:1rem;height:18.75rem;overflow:hidden;width:25rem}@media only screen and (max-width:1024px){.cmp-video--teaser-first-half-left-aligned .cmp-video{height:16.8125rem;width:22.375rem}}.cmp-video--teaser-first-half-left-aligned .cmp-video__iframe{border-radius:1rem;overflow:hidden}.cmp-video--teaser-contest .cmp-video{border-radius:1rem;height:18.3125rem;overflow:hidden;width:32.4375rem}@media only screen and (max-width:1024px){.cmp-video--teaser-contest .cmp-video{height:16.75rem;width:22.375rem}}.cmp-video--teaser-contest .cmp-video__iframe,.cmp-video--tips-card .cmp-video{border-radius:1rem;overflow:hidden}.cmp-video--tips-card .cmp-video{height:18.3125rem;width:20.75rem}.cmp-video--tips-card .cmp-video__iframe{border-radius:1rem;overflow:hidden}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0px;padding:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:transparent;color:transparent;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:transparent;border:0;color:transparent;display:block;font-size:0;line-height:0px;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.cmp-carousel .cmp-carousel__container{margin-bottom:0!important;position:relative}.cmp-carousel .cmp-carousel__container .slick-dots{bottom:7%;left:50%;position:absolute;transform:translateX(-50%)}.cmp-carousel .cmp-carousel__container .slick-dots li{height:auto;margin:0 .6875rem 0 0;width:auto}.cmp-carousel .cmp-carousel__container .slick-dots li:last-child{margin:0}.cmp-carousel .cmp-carousel__container .slick-dots li button{height:.75rem;width:.75rem}@media only screen and (max-width:1023px){.cmp-carousel .cmp-carousel__container .slick-dots li button{height:.5rem;width:.5rem}}.cmp-carousel .cmp-carousel__container .slick-dots li.slick-active button{border:.1875rem solid #da001c}.cmp-teaser-contest .cmp-carousel .cmp-carousel__container .slick-dots{bottom:-2.5rem}.cmp-carousel .cmp-carousel__container .slick-next,.cmp-carousel .cmp-carousel__container .slick-prev{background-color:none;border-radius:50%;font-size:3.3125rem;height:3.3125rem;width:3.3125rem;z-index:1}.cmp-carousel .cmp-carousel__container .slick-next:before,.cmp-carousel .cmp-carousel__container .slick-prev:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#b50404;font-family:icomoon!important;font-size:3.3125rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-carousel .cmp-carousel__container .slick-next.slick-disabled,.cmp-carousel .cmp-carousel__container .slick-prev.slick-disabled{cursor:auto}.cmp-carousel .cmp-carousel__container .slick-prev:before{content:""}.cmp-carousel .cmp-carousel__container .slick-prev.slick-disabled:before{content:""}.cmp-carousel .cmp-carousel__container .slick-next:before{content:""}.cmp-carousel .cmp-carousel__container .slick-next.slick-disabled:before{content:""}.cmp-carousel--reveal-next-item .slick-list{padding:0 5.8125rem 0 0!important}.cmp-carousel--show-center-zoom .slick-slide.slick-center{transform:scale(1.2)}.cmp-carousel--reveal-next-item .cmp-carousel__container,.cmp-carousel[data-item-count-per-slide="2"] .cmp-carousel__container,.cmp-carousel[data-item-count-per-slide="3"] .cmp-carousel__container{padding:0 5.8125rem}@media only screen and (max-width:1023px){.cmp-carousel--reveal-next-item .cmp-carousel__container,.cmp-carousel[data-item-count-per-slide="2"] .cmp-carousel__container,.cmp-carousel[data-item-count-per-slide="3"] .cmp-carousel__container{padding:0}}.cmp-carousel--reveal-next-item .cmp-carousel__container .slick-next,.cmp-carousel--reveal-next-item .cmp-carousel__container .slick-prev,.cmp-carousel[data-item-count-per-slide="2"] .cmp-carousel__container .slick-next,.cmp-carousel[data-item-count-per-slide="2"] .cmp-carousel__container .slick-prev,.cmp-carousel[data-item-count-per-slide="3"] .cmp-carousel__container .slick-next,.cmp-carousel[data-item-count-per-slide="3"] .cmp-carousel__container .slick-prev{top:50%;transform:translateY(-50%)}.cmp-carousel--reveal-next-item .cmp-carousel__container .slick-prev,.cmp-carousel[data-item-count-per-slide="2"] .cmp-carousel__container .slick-prev,.cmp-carousel[data-item-count-per-slide="3"] .cmp-carousel__container .slick-prev{left:0}.cmp-carousel--reveal-next-item .cmp-carousel__container .slick-next,.cmp-carousel[data-item-count-per-slide="2"] .cmp-carousel__container .slick-next,.cmp-carousel[data-item-count-per-slide="3"] .cmp-carousel__container .slick-next{right:0}.cmp-carousel--reveal-next-item .cmp-carousel__container .slick-dots,.cmp-carousel--reveal-next-item .cmp-carousel__container .slick-dots-container,.cmp-carousel[data-item-count-per-slide="2"] .cmp-carousel__container .slick-dots,.cmp-carousel[data-item-count-per-slide="2"] .cmp-carousel__container .slick-dots-container,.cmp-carousel[data-item-count-per-slide="3"] .cmp-carousel__container .slick-dots,.cmp-carousel[data-item-count-per-slide="3"] .cmp-carousel__container .slick-dots-container{bottom:-2.5rem}@media only screen and (max-width:1023px){.cmp-carousel--reveal-next-item .cmp-carousel__container .slick-dots,.cmp-carousel--reveal-next-item .cmp-carousel__container .slick-dots-container,.cmp-carousel[data-item-count-per-slide="2"] .cmp-carousel__container .slick-dots,.cmp-carousel[data-item-count-per-slide="2"] .cmp-carousel__container .slick-dots-container,.cmp-carousel[data-item-count-per-slide="3"] .cmp-carousel__container .slick-dots,.cmp-carousel[data-item-count-per-slide="3"] .cmp-carousel__container .slick-dots-container{bottom:-1.25rem}}@media only screen and (max-width:1023px){.cmp-carousel--reveal-next-item:has(.cmp-card--active-contest) .slick-dots,.cmp-carousel--reveal-next-item:has(.cmp-card--community-forum) .slick-dots,.cmp-carousel--reveal-next-item:has(.cmp-related-products__item) .slick-dots,.cmp-carousel[data-item-count-per-slide="2"]:has(.cmp-card--active-contest) .slick-dots,.cmp-carousel[data-item-count-per-slide="2"]:has(.cmp-card--community-forum) .slick-dots,.cmp-carousel[data-item-count-per-slide="2"]:has(.cmp-related-products__item) .slick-dots,.cmp-carousel[data-item-count-per-slide="3"]:has(.cmp-card--active-contest) .slick-dots,.cmp-carousel[data-item-count-per-slide="3"]:has(.cmp-card--community-forum) .slick-dots,.cmp-carousel[data-item-count-per-slide="3"]:has(.cmp-related-products__item) .slick-dots{bottom:-2.5rem}}@media only screen and (max-width:1023px){.cmp-carousel:has(.cmp-banner) .slick-dots{bottom:4.5%}}@media only screen and (max-width:1023px){.cmp-carousel:has(.cmp-banner--product-listing) .slick-dots{bottom:1.5rem}}.cmp-carousel .slick-dots-container{bottom:7%;box-sizing:border-box;left:50%;overflow:hidden;padding-left:.125rem;position:absolute}.cmp-carousel .slick-dots-container *{box-sizing:border-box}.cmp-carousel .slick-dots-container .slick-dots{align-items:center;display:flex;left:inherit;min-height:1.25rem;padding:0 .125rem;position:static;transition:transform .5s ease 0s}.cmp-carousel .slick-dots-container .slick-dots li button{height:.375rem;width:.375rem}.cmp-carousel .slick-dots-container .slick-dots li.carousel-dots--small{transform:scale(.6)}.cmp-carousel .slick-dots-container .slick-dots li.carousel-dots--small--hyper{transform:scale(.45)}.cmp-carousel .slick-dots-container .slick-dots li.carousel-dots--big,.cmp-carousel .slick-dots-container .slick-dots li.carousel-dots--normal{transform:scale(.8)}.cmp-teaser-contest .cmp-carousel .slick-dots-container{bottom:-2.5rem}.cmp-banner{margin:0 auto;max-width:85.375rem;position:relative}.cmp-banner img{aspect-ratio:1.7777777778;object-fit:cover}@media only screen and (max-width:1023px){.cmp-banner img{aspect-ratio:.5652173913;width:100%}}.cmp-banner .cmp-banner__sub-title,.cmp-banner .cmp-banner__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-align:center}@media only screen and (max-width:1023px){.cmp-banner .cmp-banner__sub-title,.cmp-banner .cmp-banner__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;margin:0 auto;overflow:hidden}}.cmp-banner .cmp-banner__sub-title,.cmp-banner .cmp-banner__title{color:#ff7f00}.cmp-strip-banner .cmp-banner{height:unset}.cmp-strip-banner .cmp-banner img{aspect-ratio:unset;height:200px;width:100%}.cmp-banner--cta-left-aligned .button{bottom:21%;left:7.0625rem;position:absolute}@media only screen and (max-width:1023px){.cmp-banner--cta-left-aligned .button{bottom:5.125rem;display:flex;justify-content:center;left:0;position:absolute;width:100%}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-banner--cta-left-aligned .button{bottom:15%;left:7.0625rem;position:absolute}}.cmp-banner--cta-left-aligned .cmp-banner__sub-title,.cmp-banner--cta-left-aligned .cmp-banner__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;max-width:32rem;overflow:hidden;text-align:left}@media only screen and (max-width:1023px){.cmp-banner--cta-left-aligned .cmp-banner__sub-title,.cmp-banner--cta-left-aligned .cmp-banner__title{max-width:none;text-align:center}}.cmp-banner--cta-left-aligned .cmp-banner__title{font-size:2rem;left:7.0625rem;position:absolute;top:23%}@media only screen and (max-width:1023px){.cmp-banner--cta-left-aligned .cmp-banner__title{font-size:2rem;left:3.75rem;position:absolute;right:3.75rem;top:1.25rem}}.cmp-banner--cta-left-aligned .cmp-banner__sub-title{bottom:34%;left:7.0625rem;position:absolute}@media only screen and (max-width:1023px){.cmp-banner--cta-left-aligned .cmp-banner__sub-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;bottom:9.625rem;display:-webkit-box;font-size:1.125rem;left:5.3125rem;overflow:hidden;position:absolute;right:5.3125rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-banner--cta-left-aligned .cmp-banner__sub-title{bottom:31%;left:7.0625rem;position:absolute}}.cmp-banner--cta-left-aligned:has(.video) .button,.cmp-banner--cta-left-aligned:has(.video) .cmp-banner__sub-title,.cmp-banner--cta-left-aligned:has(.video) .cmp-banner__title{display:none}.cmp-banner--cta-center-aligned .button{bottom:6.875rem;display:flex;justify-content:center;position:absolute;width:100%}@media only screen and (max-width:1023px){.cmp-banner--cta-center-aligned .button{bottom:5.125rem;position:absolute}}.cmp-banner--title-bottom .cmp-banner__title{bottom:5rem;color:#ff7f00;left:7.0625rem;position:absolute;right:7.0625rem}@media only screen and (max-width:1023px){.cmp-banner--title-bottom .cmp-banner__title{bottom:5.125rem;left:3.75rem;position:absolute;right:3.75rem}}.cmp-banner--title-bottom .cmp-banner__sub-title{display:none}.cmp-banner--title-bottom:has(.video) .cmp-banner__title{z-index:1}.cmp-banner--jump-link .cmp-banner__jump-link{bottom:3rem;cursor:pointer;font-size:1.5rem;left:50%;position:absolute;transform:translateX(-50%)}@media only screen and (max-width:1023px){.cmp-banner--jump-link .cmp-banner__jump-link{bottom:2.5rem;position:absolute}}.cmp-banner--title-sub-title-left img{height:40rem;width:1366px}.cmp-banner--title-sub-title-left .cmp-banner__sub-title,.cmp-banner--title-sub-title-left .cmp-banner__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-align:left}.cmp-banner--title-sub-title-left .cmp-banner__title{left:7.0625rem;position:absolute;right:7.0625rem;top:1.75rem}@media only screen and (max-width:1023px){.cmp-banner--title-sub-title-left .cmp-banner__title{left:1rem;position:absolute;right:1rem;top:1.25rem}}.cmp-banner--title-sub-title-left .cmp-banner__sub-title{color:#fff;font-size:1.125rem;left:7.0625rem;line-height:1.625rem;position:absolute;right:7.0625rem;top:6.6875rem}@media only screen and (max-width:1023px){.cmp-banner--title-sub-title-left .cmp-banner__sub-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:1rem;left:1rem;overflow:hidden;position:absolute;right:1rem;top:5.0625rem}}.cmp-banner--title-sub-title-left .button{bottom:3rem;display:flex;justify-content:center;position:absolute;width:100%}@media only screen and (max-width:1023px){.cmp-banner--title-sub-title-left .button{bottom:2.5rem;position:absolute}}.cmp-banner--title-sub-title-center .cmp-banner__title{left:7.0625rem;position:absolute;right:7.0625rem;top:3.5rem}@media only screen and (max-width:1023px){.cmp-banner--title-sub-title-center .cmp-banner__title{font-size:2rem;left:3.75rem;position:absolute;right:3.75rem;top:1.25rem}}.cmp-banner--title-sub-title-center .cmp-banner__sub-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-size:1.125rem;left:7.0625rem;overflow:hidden;position:absolute;right:7.0625rem;top:8.4375rem}@media only screen and (max-width:1023px){.cmp-banner--title-sub-title-center .cmp-banner__sub-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;bottom:12.5rem;display:-webkit-box;left:5.3125rem;line-height:1.625rem;overflow:hidden;position:absolute;right:5.3125rem;top:auto}}.cmp-banner--product-listing .cmp-banner{background-position:50%;background-size:cover;height:40.625rem;max-width:85.375rem}@media only screen and (max-width:1023px){.cmp-banner--product-listing .cmp-banner{height:48rem;width:24.375rem}}@media only screen and (max-width:1024px){.cmp-banner--product-listing .cmp-banner{height:48rem;max-width:100%}}.cmp-banner--product-listing .cmp-banner__image{display:none}.cmp-banner--product-listing .cmp-banner__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:1.5rem;line-height:2.0625rem;overflow:hidden;padding:2.375rem 7.0625rem 0;text-align:center}@media only screen and (max-width:1024px){.cmp-banner--product-listing .cmp-banner__title{font-size:1.125rem;padding:1.25rem 1rem 0}}.cmp-banner--product-listing .cmp-banner__sub-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:2rem;line-height:2.75rem;overflow:hidden;padding:.9375rem 7.0625rem 0;text-align:center}@media only screen and (max-width:1024px){.cmp-banner--product-listing .cmp-banner__sub-title{font-size:1.5rem;line-height:2.0625rem;padding:1.25rem 1rem 0}}.cmp-banner--product-listing .cmp-banner__item-wrapper{display:flex;justify-content:center;padding:1.5rem 7.0625rem 0}@media only screen and (max-width:1024px){.cmp-banner--product-listing .cmp-banner__item-wrapper{padding:.75rem 1rem 0}}.cmp-banner--product-listing .cmp-banner__item-wrapper .cmp-banner__item-content{display:flex;gap:2.9375rem;justify-content:center;width:52.6875rem}@media only screen and (max-width:1023px){.cmp-banner--product-listing .cmp-banner__item-wrapper .cmp-banner__item-content{flex-direction:column;gap:1.25rem}}.cmp-banner--product-listing .cmp-banner__item-wrapper .cmp-banner__item-content .cmp-banner__item-image{flex-basis:50%}.cmp-banner--product-listing .cmp-banner__item-wrapper .cmp-banner__item-content .cmp-banner__item-image .cmp-banner__item-image-wrapper{display:flex;justify-content:center;padding:0 1.9375rem 1.3125rem}@media only screen and (max-width:1024px){.cmp-banner--product-listing .cmp-banner__item-wrapper .cmp-banner__item-content .cmp-banner__item-image .cmp-banner__item-image-wrapper{padding:0 1.9375rem 1rem}}.cmp-banner--product-listing .cmp-banner__item-wrapper .cmp-banner__item-content .cmp-banner__item-image .cmp-banner__item-image-wrapper img{aspect-ratio:auto;height:13.8125rem;object-fit:cover;width:21.0625rem}@media only screen and (max-width:1024px){.cmp-banner--product-listing .cmp-banner__item-wrapper .cmp-banner__item-content .cmp-banner__item-image .cmp-banner__item-image-wrapper img{height:11rem;width:16.8125rem}}.cmp-banner--product-listing .cmp-banner__item-wrapper .cmp-banner__item-content .cmp-banner__item-video{flex-basis:50%}.cmp-banner--product-listing .cmp-banner__item-wrapper .cmp-banner__item-content .cmp-banner__item-video .video{padding:0 1.9375rem 1.3125rem}@media only screen and (max-width:1024px){.cmp-banner--product-listing .cmp-banner__item-wrapper .cmp-banner__item-content .cmp-banner__item-video .video{padding:0 1.9375rem 1rem}}.cmp-banner--product-listing .cmp-banner__item-wrapper .cmp-banner__item-content .cmp-banner__item-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;line-height:1.75rem;overflow:hidden;text-align:center}@media only screen and (max-width:1024px){.cmp-banner--product-listing .cmp-banner__item-wrapper .cmp-banner__item-content .cmp-banner__item-description{line-height:1.625rem}}.cmp-banner--product-listing .button{display:flex;justify-content:center;margin-top:2.375rem}@media only screen and (max-width:1024px){.cmp-banner--product-listing .button{margin-top:3.1875rem}}.cmp-yippee-banner{margin:0 auto;max-width:1366px;position:relative}.cmp-yippee-banner .cmp-yippee-banner__item-title{line-height:2.625rem}@media only screen and (max-width:1023px){.cmp-yippee-banner .cmp-yippee-banner__item-title{line-height:1.875rem}}.cmp-yippee-banner .cmp-yippee-banner__item-desc{line-height:1.75rem}@media only screen and (max-width:1023px){.cmp-yippee-banner .cmp-yippee-banner__item-desc{line-height:1.5rem}}.cmp-yippee-banner .cmp-carousel{display:flex;justify-content:center}.cmp-yippee-banner .cmp-carousel .cmp-carousel__container{max-width:85.375rem;width:85.375rem}@media only screen and (max-width:1365px){.cmp-yippee-banner .cmp-carousel .cmp-carousel__container{max-width:100%;width:100%}}.cmp-yippee-banner .cmp-carousel .cmp-carousel__container .slick-prev{left:7.0625rem}@media only screen and (max-width:1023px){.cmp-yippee-banner .cmp-carousel .cmp-carousel__container .slick-prev{display:none!important}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-yippee-banner .cmp-carousel .cmp-carousel__container .slick-prev{left:5%}}.cmp-yippee-banner .cmp-carousel .cmp-carousel__container .slick-next{right:7.0625rem}@media only screen and (max-width:1023px){.cmp-yippee-banner .cmp-carousel .cmp-carousel__container .slick-next{display:none!important}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-yippee-banner .cmp-carousel .cmp-carousel__container .slick-next{right:4%}}.cmp-yippee-banner .cmp-carousel .cmp-carousel__container .slick-dots{bottom:4rem}@media only screen and (max-width:1023px){.cmp-yippee-banner .cmp-carousel .cmp-carousel__container .slick-dots{bottom:7.25rem}}.cmp-alignment .buyNowCard{margin:0!important;width:100%!important}.cmp-alignment .cmp-yippee-banner__item{height:40rem!important;width:100%}@media only screen and (min-width:1272px)and (max-width:1281px){.cmp-alignment .cmp-yippee-banner__item{height:37rem!important}}@media only screen and (min-width:1156px)and (max-width:1271px){.cmp-alignment .cmp-yippee-banner__item{height:33rem!important}}@media only screen and (max-width:1023px){.cmp-alignment .cmp-yippee-banner__item{height:39.75rem!important}}.cmp-yippee-banner--content-second-half-left-aligned{margin-top:-.0625rem}.cmp-yippee-banner--content-second-half-left-aligned .cmp-yippee-banner__item{background-position:50%;background-size:cover;height:40rem;max-width:85.375rem}@media only screen and (max-width:1023px){.cmp-yippee-banner--content-second-half-left-aligned .cmp-yippee-banner__item{height:39.75rem;max-width:100%}}.cmp-yippee-banner--content-second-half-left-aligned .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper{display:flex;gap:3.0625rem;margin:0 12% 20% 17%;padding-top:2.5625rem}@media only screen and (max-width:1023px){.cmp-yippee-banner--content-second-half-left-aligned .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper{align-items:center;flex-direction:column;gap:2rem;height:100%;margin:0;padding:3.0625rem 1.3125rem 0}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-yippee-banner--content-second-half-left-aligned .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper{gap:1.5rem;margin:0 10% 20%}}.cmp-yippee-banner--content-second-half-left-aligned .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-image{flex-basis:53.05%;position:relative}@media only screen and (max-width:1023px){.cmp-yippee-banner--content-second-half-left-aligned .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-image{flex-basis:auto}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-yippee-banner--content-second-half-left-aligned .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-image{align-items:center;display:flex;justify-content:center;margin-top:3.75rem}}.cmp-yippee-banner--content-second-half-left-aligned .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-image .cmp-yippee-banner__item-image-img{aspect-ratio:1;border-radius:50%;height:29.25rem;width:29.25rem}@media only screen and (max-width:1023px){.cmp-yippee-banner--content-second-half-left-aligned .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-image .cmp-yippee-banner__item-image-img{height:19.375rem;width:19.375rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-yippee-banner--content-second-half-left-aligned .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-image .cmp-yippee-banner__item-image-img{height:22.5rem;width:22.5rem}}.cmp-yippee-banner--content-second-half-left-aligned .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-info{flex-basis:46.95%;padding:11.0625rem 0 10%;position:relative}@media only screen and (max-width:1023px){.cmp-yippee-banner--content-second-half-left-aligned .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-info{flex-basis:100%;padding:0}}.cmp-yippee-banner--content-second-half-left-aligned .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-info .cmp-yippee-banner__item-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#b50404;display:-webkit-box;overflow:hidden}@media only screen and (max-width:1023px){.cmp-yippee-banner--content-second-half-left-aligned .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-info .cmp-yippee-banner__item-title{text-align:center}}.cmp-yippee-banner--content-second-half-left-aligned .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-info .cmp-yippee-banner__item-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;margin-top:1rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-yippee-banner--content-second-half-left-aligned .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-info .cmp-yippee-banner__item-desc{margin-top:.75rem;text-align:center}}.cmp-yippee-banner--content-second-half-left-aligned .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-info .button{margin-top:2rem}@media only screen and (max-width:1023px){.cmp-yippee-banner--content-second-half-left-aligned .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-info .button{display:flex;justify-content:center;margin-top:4.25rem}}.cmp-yippee-banner--content-second-half-left-aligned .carousel .cmp-carousel .cmp-carousel__container .slick-arrow{top:44%}.cmp-yippee-banner--content-second-half-left-aligned .carousel .cmp-carousel .cmp-carousel__container .slick-dots{bottom:4.1875rem}@media only screen and (max-width:1023px){.cmp-yippee-banner--content-second-half-left-aligned .carousel .cmp-carousel .cmp-carousel__container .slick-dots,.cmp-yippee-banner--content-second-half-left-aligned .carousel .cmp-carousel .cmp-carousel__container .slick-dots-container{bottom:7.8125rem}}.cmp-yippee-banner--no-content .cmp-yippee-banner__item{background-position:50%;background-size:cover;height:47.25rem;max-width:85.375rem}@media only screen and (max-width:1023px){.cmp-yippee-banner--no-content .cmp-yippee-banner__item{height:19.75rem;max-width:100%}}.cmp-yippee-banner--no-content .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper{height:100%;position:relative;width:100%}.cmp-yippee-banner--no-content .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__play-icon{bottom:0;cursor:pointer;height:5rem;left:0;margin:0 auto;position:absolute;right:0;top:30%;width:5rem}@media only screen and (max-width:1023px){.cmp-yippee-banner--no-content .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__play-icon{height:3.375rem;top:20%;width:3.375rem}}.cmp-yippee-banner--no-content .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__play-icon:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;content:"";font-family:icomoon!important;font-size:5rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}@media only screen and (max-width:1023px){.cmp-yippee-banner--no-content .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__play-icon:before{font-size:3.375rem}}.cmp-yippee-banner--content-without-cta .cmp-yippee-banner__item{background-position:50%;background-size:cover;height:40rem;max-width:85.375rem}@media only screen and (max-width:1023px){.cmp-yippee-banner--content-without-cta .cmp-yippee-banner__item{height:41rem;max-width:100%}}.cmp-yippee-banner--content-without-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper{display:flex;gap:3.6875rem;padding:2.5rem 7.5625rem 8.3125rem 7.0625rem}@media only screen and (max-width:1023px){.cmp-yippee-banner--content-without-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper{align-items:center;flex-direction:column;gap:1.5rem;padding:2.5rem 1.5rem 4.0625rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-yippee-banner--content-without-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper{gap:1.5rem;padding:2.5rem 5% 5.6875rem}}.cmp-yippee-banner--content-without-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-image{align-items:center;display:flex;flex-basis:45%;justify-content:center;order:2;position:relative}@media only screen and (max-width:1023px){.cmp-yippee-banner--content-without-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-image{flex-basis:auto}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-yippee-banner--content-without-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-image{margin-top:2.5rem}}.cmp-yippee-banner--content-without-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-image .cmp-yippee-banner__item-image-img{height:29.25rem;width:29.25rem}@media only screen and (max-width:1365px){.cmp-yippee-banner--content-without-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-image .cmp-yippee-banner__item-image-img{height:19.375rem;width:19.375rem}}.cmp-yippee-banner--content-without-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-info{flex-basis:55%;order:1;padding:11.0625rem 0 10%;position:relative}@media only screen and (max-width:1023px){.cmp-yippee-banner--content-without-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-info{flex-basis:100%;padding:0}}.cmp-yippee-banner--content-without-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-info .cmp-yippee-banner__item-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;overflow:hidden}@media only screen and (max-width:1023px){.cmp-yippee-banner--content-without-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-info .cmp-yippee-banner__item-title{text-align:center}}.cmp-yippee-banner--content-without-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-info .cmp-yippee-banner__item-desc{-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;margin-top:1rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-yippee-banner--content-without-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-info .cmp-yippee-banner__item-desc{-webkit-line-clamp:7;-webkit-box-orient:vertical;display:-webkit-box;margin-top:.75rem;overflow:hidden;text-align:center}}.cmp-yippee-banner--content-without-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-info .button{display:none}.cmp-yippee-banner--content-with-cta .cmp-yippee-banner__item{background-position:50%;background-size:cover;height:40rem;max-width:85.375rem}@media only screen and (max-width:1023px){.cmp-yippee-banner--content-with-cta .cmp-yippee-banner__item{height:44rem;max-width:100%}}.cmp-yippee-banner--content-with-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper{display:flex;gap:3.6875rem;padding:2.5rem 7.5625rem 8.3125rem 7.0625rem}@media only screen and (max-width:1023px){.cmp-yippee-banner--content-with-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper{align-items:center;flex-direction:column;gap:1.5rem;padding:2.5rem 1.5rem 4.0625rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-yippee-banner--content-with-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper{gap:1.5rem;padding:2.5rem 2% 5.6875rem}}.cmp-yippee-banner--content-with-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-image{align-items:center;display:flex;flex-basis:45%;justify-content:center;order:2;position:relative}@media only screen and (max-width:1023px){.cmp-yippee-banner--content-with-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-image{flex-basis:auto}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-yippee-banner--content-with-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-image{margin-top:2.5rem}}.cmp-yippee-banner--content-with-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-image .cmp-yippee-banner__item-image-img{height:29.25rem;width:29.25rem}@media only screen and (max-width:1365px){.cmp-yippee-banner--content-with-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-image .cmp-yippee-banner__item-image-img{height:19.375rem;width:19.375rem}}.cmp-yippee-banner--content-with-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-info{flex-basis:55%;order:1;padding:11.0625rem 0 10%;position:relative}@media only screen and (max-width:1023px){.cmp-yippee-banner--content-with-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-info{flex-basis:100%;padding:0}}.cmp-yippee-banner--content-with-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-info .cmp-yippee-banner__item-title{-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#000;display:-webkit-box;overflow:hidden}@media only screen and (max-width:1023px){.cmp-yippee-banner--content-with-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-info .cmp-yippee-banner__item-title{text-align:center}}.cmp-yippee-banner--content-with-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-info .cmp-yippee-banner__item-desc{-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;margin-top:1rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-yippee-banner--content-with-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-info .cmp-yippee-banner__item-desc{-webkit-line-clamp:20;-webkit-box-orient:vertical;display:-webkit-box;margin-top:.75rem;overflow:hidden;text-align:center}}.cmp-yippee-banner--content-with-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-info .button{margin-top:2rem}@media only screen and (max-width:1023px){.cmp-yippee-banner--content-with-cta .cmp-yippee-banner__item .cmp-yippee-banner__item-wrapper .cmp-yippee-banner__item-info .button{bottom:-30rem;display:flex;justify-content:center;margin:0 auto 5.625rem;position:absolute;width:100%}}.cmp-cards{background-position:50%;background-size:cover;margin:0 auto;max-width:85.375rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-cards{padding:2.5rem 0 2.5rem 1rem}}.cmp-cards .cmp-cards__heading{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#000;display:-webkit-box;margin-bottom:0;overflow:hidden}@media only screen and (max-width:1023px){.cmp-cards .cmp-cards__heading{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;margin-bottom:0;overflow:hidden}}.cmp-cards .cmp-cards__sub-heading{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#000;display:-webkit-box;margin-bottom:0;overflow:hidden}@media only screen and (max-width:1023px){.cmp-cards .cmp-cards__sub-heading{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;margin-bottom:0;overflow:hidden}}.cmp-cards .text-center{text-align:center}.cmp-cards .button{display:flex;justify-content:center;margin-top:6rem}@media only screen and (max-width:1023px){.cmp-cards .button{margin-top:4.75rem}}.cmp-cards--tvc{padding:5rem 7.0625rem 7.1875rem}@media only screen and (max-width:1023px){.cmp-cards--tvc{padding:2.5rem 1rem}}.cmp-cards--tvc .cmp-cards__heading{color:#f5e3b3;line-height:2.75rem}@media only screen and (max-width:1023px){.cmp-cards--tvc .cmp-cards__heading{line-height:1.5rem;margin-bottom:1rem}}.cmp-cards--tvc .cmp-cards__sub-heading{color:#fff;line-height:2.25rem;margin-bottom:3rem}@media only screen and (max-width:1023px){.cmp-cards--tvc .cmp-cards__sub-heading{line-height:1.375rem;margin-bottom:2rem}}.cmp-cards--tvc .cmp-cards__container{align-items:center;gap:1.5rem;justify-content:center}@media only screen and (max-width:1023px){.cmp-cards--tvc .cmp-cards__container{gap:3rem}}.cmp-cards--tvc .cmp-cards__item{flex-basis:calc(20% - 0.625rem)}.btn--primary-anchor:active,.btn--primary:active{border-style:outset}.cmp-product-tabs{background-color:#ff7f00;display:flex;flex-direction:column;margin:0 auto;max-width:85.375rem;padding:1.25rem 7.0625rem}@media only screen and (max-width:1023px){.cmp-product-tabs{padding:1rem}}.cmp-product-tabs .cmp-product-tabs__title{color:#b50404}.cmp-product-tabs .cmp-product-tabs__tabs{display:inline-flex;justify-content:center;margin:2rem auto 0;overflow:scroll}.cmp-product-tabs .cmp-product-tabs__tabs::-webkit-scrollbar{background:transparent;height:0;width:0}.cmp-product-tabs .cmp-product-tabs__tabs::-webkit-scrollbar-thumb{background:transparent}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-product-tabs .cmp-product-tabs__tabs{width:100%}}@media only screen and (max-width:1023px){.cmp-product-tabs .cmp-product-tabs__tabs{display:-webkit-box;margin:1.5rem auto;width:100%}}.cmp-product-tabs .cmp-product-tabs__tabs .button{margin:auto 0}.cmp-product-tabs .cmp-product-tabs__tabs .button .cmp-button{background-color:#e8e8e8;border:none;color:unset;padding:.8125rem 1.875rem}@media only screen and (max-width:1023px){.cmp-product-tabs .cmp-product-tabs__tabs .button .cmp-button{font-size:.0625remrem;margin-right:0;padding:.5rem 1.875rem}}.cmp-product-tabs .cmp-product-tabs__tabs .button.active .cmp-button{border:16rem solid #ff7f00}.cmp-product-tabs .cmp-product-tabs__content{min-height:20.3125rem}@media only screen and (max-width:1023px){.cmp-product-tabs .cmp-product-tabs__content .cmp-carousel[data-reveal-next-item-partially=true] .cmp-carousel__container .cmp-carousel__item{padding-right:0}}.cmp-product-tabs .cmp-product-tabs__content .cmp-carousel__container .slick-list{z-index:1}.cmp-product-tabs .cmp-product-tabs__content .cmp-carousel__container .cmp-carousel__item{padding:0}@media only screen and (max-width:1023px){.cmp-product-tabs .cmp-product-tabs__content .cmp-carousel__container .cmp-carousel__item{padding:0}}.cmp-product-tabs .cmp-product-tabs__content .cmp-carousel__container .cmp-carousel__item img{height:15.75rem;width:20.9375rem}.cmp-product-tabs .cmp-product-tabs__content .cmp-carousel__container .cmp-carousel__item img.is-clickable{cursor:pointer}@media only screen and (max-width:1023px){.cmp-product-tabs .cmp-product-tabs__content .cmp-carousel__container .cmp-carousel__item.slick-current img{margin:0 auto}.cmp-product-tabs .cmp-product-tabs__content .cmp-carousel__container .slick-dots,.cmp-product-tabs .cmp-product-tabs__content .cmp-carousel__container .slick-dots-container{bottom:-2.5rem}}.cmp-product-tabs .cmp-product-tabs__content .cmp-product-tabs__button-range{display:flex;justify-content:center;margin-top:5.5rem}@media only screen and (max-width:1023px){.cmp-product-tabs .cmp-product-tabs__content .cmp-product-tabs__button-range{margin-top:4.75rem}}.cmp-product-tabs .cmp-product-tabs__temp-images{display:none}@media only screen and (max-width:1023px){body{padding-top:3.9375rem}}.cmp-header,.header{background:#ff7f00}.cmp-header{align-items:center;display:flex;gap:2.6875rem;justify-content:space-around;margin:0 auto;position:fixed;top:0;width:100%;z-index:3;z-index:2}@media only screen and (max-width:1023px){.cmp-header{background:#ff7f00;padding:.375rem 0;position:fixed;top:0;width:100%;z-index:2}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-header{gap:1rem;padding:.625rem 1rem}}@media only screen and (min-width:1366px){.cmp-header{gap:2.6875rem;padding:.625rem 113px}}.cmp-header__hamburger{display:none}@media only screen and (max-width:1023px){.cmp-header__hamburger{display:block;margin:0 1rem .25rem 2rem}.cmp-header__hamburger:checked~.cmp-header__nav-links .cmp-navigation{display:flex}.cmp-header__hamburger:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#ff7f00;color:#000;content:"";cursor:pointer;font-family:icomoon!important;font-size:1.1875rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;opacity:1;position:absolute;text-transform:none;z-index:2}.cmp-header__hamburger:checked:before{content:""}}.cmp-header__logo{flex-shrink:0}.cmp-header__logo.image{margin-bottom:0}.cmp-header__logo .cmp-image__image{height:5rem;width:8.125rem}@media only screen and (max-width:1023px){.cmp-header__logo .cmp-image__image{height:3rem;width:4.875rem}}.cmp-header__nav-links{flex:1;z-index:1}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation{background:#fceded;border-radius:0 0 1.25rem 0;display:none;flex-direction:column;gap:2.5rem;height:calc(100vh - 4.6875rem);left:0;margin-top:2.25rem;max-height:43.125rem;overflow:auto;padding:0 2rem;position:absolute;width:19.5rem}.cmp-header__nav-links .cmp-navigation .cmp-header__nav-group{gap:1.5625rem}}.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list{display:none}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list{border-top:.0625rem solid #9d9d9d;display:flex;flex-direction:column;gap:2.5rem;margin-bottom:2rem;padding-left:2.5625rem;padding-top:2.5rem}.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list .cmp-button--primary .cmp-button{display:inline;font-size:1rem;text-decoration:none}.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list .cmp-header__policy{display:flex;flex-direction:column;gap:1.5rem;padding-left:0}.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list .cmp-header__policy-list a{color:#000;font-family:Lato,sans-serif;font-size:1rem;text-decoration:none;text-transform:none}.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list .cmp-header__social-media{display:flex;gap:1.5rem}.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list .cmp-header__social-media a{font-size:1.5rem;text-decoration:none;text-transform:none}}.cmp-header__nav-links .cmp-navigation__group{display:flex;gap:2.5rem;justify-content:space-around;padding:0}.cmp-header__nav-links .cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__item-link{padding:1.5625rem 0}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__item-link{padding:0}.cmp-header__nav-links .cmp-navigation__group{flex-direction:column;margin-top:1.9375rem}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products-mobile{display:none}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products-mobile{display:block}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(6) .cmp-header__product-items:before{display:none}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(6) .cmp-header__product-items:before{left:5.125rem}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(5) .cmp-header__product-items:before{display:none}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(5) .cmp-header__product-items:before{left:4.375rem}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(4) .cmp-header__product-items{margin-left:0}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(4) .cmp-header__product-items:before{display:none}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(4) .cmp-header__product-items:before{left:4.5rem}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(3) .cmp-header__product-items{margin-left:0}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(3) .cmp-header__product-items:before{display:none}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(3) .cmp-header__product-items:before{left:3.875rem}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(2) .cmp-header__product-items{margin-left:0}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(2) .cmp-header__product-items:before{display:none}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:last-child .cmp-header__product-items:before{left:3.5rem}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products .cmp-header__product-items{display:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products.active:nth-last-child(n)>.cmp-navigation__item-link:after{transform:rotate(180deg)}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products.active:nth-last-child(n).active>.cmp-navigation__item-link:before{margin-left:1.3125rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(n)>.cmp-navigation__item-link{color:#000}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(n)>.cmp-navigation__item-link:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"";font-family:icomoon!important;font-size:.4375rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-top:.6875rem;position:relative;position:absolute;right:1rem;text-transform:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(n)>.cmp-navigation__item-link:before{color:#000;cursor:pointer;font-size:1.1875rem;margin-right:1.8125rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(n).active>.cmp-navigation__item-link:before{margin-left:1.3125rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products.mobile-icon-community>a:before{font-size:.8125rem!important;margin-right:1.625rem!important}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products.mobile-icon-about-us>a:before,.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products.mobile-icon-media>a:before{margin-right:1.625rem!important}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products.cmp-header__no-items:nth-last-child(n)>.cmp-navigation__item-link:after{display:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products.cmp-header__no-items:nth-last-child(n)>.cmp-navigation__item-link:before{margin-left:0}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products.active{background:#fff;border-radius:1rem;margin:0 -.9375rem;padding:1.125rem 0 1.5rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products.active.cmp-header__no-items{background:transparent;border-radius:0;margin:0 -1.3125rem;padding:0}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products.active.cmp-header__no-items .cmp-header__product-items{display:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products.active:after{top:3.1875rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products.active .cmp-header__product-items{border-radius:0;border-top:1px solid #9d9d9d;display:flex}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:hover .cmp-header__product-items{display:flex}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:hover .cmp-header__product-items{display:none}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:hover .cmp-header__product-items .cmp-navigation__item--level-1:hover .cmp-header__submenu{display:flex}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:hover .cmp-header__product-items .cmp-navigation__item--level-1:hover .cmp-header__submenu{display:none}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:hover .cmp-header__product-items .cmp-navigation__item--level-2:hover .cmp-header_sub_submenu{display:flex}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:hover .cmp-header__product-items .cmp-navigation__item--level-2:hover .cmp-header_sub_submenu{display:none}}.cmp-header__nav-links .cmp-navigation__group .cmp-navigation__item-link{color:#000;cursor:pointer;font-family:Amaranth,sans-serif;font-size:1.25rem;font-weight:700;text-decoration:none}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-navigation__item-link{font-size:1rem}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items{background:#fff;border-radius:1.875rem;display:none;flex-direction:row;gap:1.25rem;margin-top:1.25rem;position:absolute;z-index:1}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items{background-color:#fff;overflow:hidden;padding-top:1.0625rem;position:relative;transition-duration:.2s}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item-link{font-size:1rem}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items:before{border-color:transparent transparent #fff;border-style:solid;border-width:0 1.1875rem 2.0625rem;content:"";left:4.375rem;position:absolute;top:-.9375rem;transform:rotate(0deg)}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items:before{display:none}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__group.cmp-header__submenu{display:none;flex-direction:column;margin-left:8.75rem;position:absolute;top:2.3125rem}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__group.cmp-header__submenu{display:flex;gap:.75rem;margin:0 0 1.25rem;padding:0;position:relative;top:0}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__group.cmp-header_sub_submenu{display:none;flex-direction:column;gap:0;height:100%;margin-left:8.2625rem;overflow-x:hidden;overflow-y:auto;position:absolute;top:0}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__group.cmp-header_sub_submenu{display:flex;gap:.75rem;margin:0 0 1.25rem;padding:0;position:relative;top:0}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__group.cmp-header_sub_submenu .cmp-header__category-menu{overflow-x:hidden;overflow-y:auto}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-header__category-menu{margin:2.3125rem .9375rem;padding-left:.6875rem}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-header__category-menu{margin:0;padding-left:3.75rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-header__category-menu .cmp-navigation__item-link:before{display:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-header__category-menu.add-margin{padding-left:3.3125rem}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-header__category-menu.add-margin:hover{margin-right:20.625rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-header__category-menu.add-margin:hover .cmp-navigation__item--level-1>.cmp-navigation__item-link:after{right:21.625rem}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-header__category-menu.add-margin:hover .cmp-navigation__item--level-1>.cmp-navigation__item-link:after{right:.9375rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-header__category-menu.add-margin:hover{margin-right:-.1875rem}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-header__category-menu.no-margin:hover{margin-right:.9375rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-header__category-menu.no-margin:hover .cmp-navigation__item--level-1 .cmp-navigation__item-link:after{right:1.9375rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-title__text{color:#fff;font-family:Lato,sans-serif;font-size:1.25rem;margin-bottom:1.8125rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1{margin-bottom:1rem;text-align:left}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1{margin-bottom:.25rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1:nth-last-child(n)>.cmp-navigation__item-link{color:#fff2b7;padding:0 2.125rem 1rem .75rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1:nth-last-child(n)>.cmp-navigation__item-link:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-size:.4375rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;right:.9375rem;text-transform:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1.active:nth-last-child(n)>.cmp-navigation__item-link:after{padding-right:.3125rem;transform:rotate(180deg)}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1.active>.cmp-navigation__item-link{font-size:.875rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-header__submenu{display:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1.active .cmp-header__submenu{display:flex}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1:last-child{margin-bottom:0}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1.cmp-header__no-item .cmp-navigation__item-link:after{display:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1:hover{background:#fc4;border-radius:1rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item-link{overflow:hidden;padding:.75rem .3125rem;text-overflow:ellipsis;white-space:nowrap;width:12.8125rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item-link:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-top:.1875rem;position:absolute;right:1.9375rem;text-transform:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2{margin-bottom:1rem;margin-left:3.4375rem}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2{margin-bottom:.25rem;margin-left:1.97rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2:nth-last-child(n)>.cmp-navigation__item-link{color:#fff2b7;padding:0 2.125rem 1rem .75rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2:nth-last-child(n)>.cmp-navigation__item-link:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-size:.4375rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;right:.9375rem;text-transform:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2.active:nth-last-child(n)>.cmp-navigation__item-link:after{padding-right:.3125rem;transform:rotate(180deg)}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2.active>.cmp-navigation__item-link{font-size:.875rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2 .cmp-header_sub_submenu{display:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2.active .cmp-header_sub_submenu{display:flex}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2:hover{background:#fc4;border-radius:1rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2:last-child{margin-bottom:0}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2.cmp-header__no-item .cmp-navigation__item-link:after{display:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2 .cmp-navigation__item-link{width:13.375rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2 .cmp-navigation__item-link:hover{background:#fc4;border-radius:1rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2 .cmp-navigation__item-link:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-top:.1875rem;position:absolute;right:1.9375rem;text-transform:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-3{margin-bottom:1rem;margin-left:6.875rem}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-3{margin-left:2.5rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-3 .cmp-navigation__item-link{color:#fff2b7;padding:0 0 0 7px}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-3 .cmp-navigation__item-link{width:13.375rem}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-3 .cmp-navigation__item-link{width:9.375rem}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-3 .cmp-navigation__item-link:hover{background:#fc4;border-radius:1rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-3 .cmp-navigation__item-link:after{display:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item .cmp-navigation__item-link{display:block;padding:.75rem 2.125rem .75rem 1.6875rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:last-child .cmp-header__product-items{margin-left:-3rem}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:last-child .cmp-header__product-items{margin-left:0}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:last-child .cmp-header__product-items:before{display:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(n) self__product-items{margin-left:0}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(n) self__product-items:before{display:none}}.cmp-header__nav-icons{display:flex;gap:1rem}@media only screen and (max-width:1023px){.cmp-header__nav-icons{gap:1.25rem;padding-right:1.5rem}}.cmp-header__nav-icons .cmp-header__hide-icon{display:none}.cmp-header__nav-icons .cmp-header__icon-img{align-items:center;display:flex;flex-direction:column;gap:.625rem;text-decoration:none}.cmp-header__nav-icons .cmp-header__icon-img .icon-accessibility:before,.cmp-header__nav-icons .cmp-header__icon-img .icon-profile:before,.cmp-header__nav-icons .cmp-header__icon-img .icon-search:before{color:#000}.cmp-header__nav-icons .cmp-header__icon-text{color:#000;font-family:Lato,sans-serif;font-size:.625rem}@media only screen and (max-width:1023px){.cmp-header__nav-icons .cmp-header__icon-text{display:none}}.cmp-header__nav-icons [class*=" icon-"],.cmp-header__nav-icons [class^=icon-]{font-size:1.5rem}@media only screen and (max-width:1023px){.cmp-header__nav-icons [class*=" icon-"],.cmp-header__nav-icons [class^=icon-]{padding:1rem 0}}.cmp-header.search-open .cmp-header__product-items{display:none!important}.cmp-teaser{background-size:cover;display:flex;margin:0 auto;max-width:85.375rem;position:relative}@media only screen and (max-width:1023px){.cmp-teaser{flex-direction:column}}.cmp-teaser .cmp-teaser__image .cmp-image img{object-fit:cover}.cmp-teaser--first-half-left-aligned .cmp-teaser{height:31.25rem;padding:6.25rem 7.0625rem}@media only screen and (max-width:1023px){.cmp-teaser--first-half-left-aligned .cmp-teaser{gap:1.5rem;height:33.6875rem;padding:2rem 1rem 2.5rem}}.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__content{flex-basis:50%}.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#000;display:-webkit-box;line-height:2.625rem;margin-top:2.5rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__title{line-height:1.8125rem;margin-top:0}}.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-family:Lato,sans-serif;font-size:1.125rem;line-height:1.75rem;margin-top:1rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__description{font-size:1rem;line-height:1.625rem;margin-top:.6875rem}}.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container{margin-top:2rem}@media only screen and (max-width:1023px){.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container{bottom:2rem;display:flex;justify-content:center;margin-top:0;position:absolute;width:calc(100% - 2pc)}}.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__image{display:flex;flex-basis:40%;justify-content:flex-end}@media only screen and (max-width:1023px){.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__image{flex-basis:auto;justify-content:center}}.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__image.hide-media{display:none}.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__image img{height:18.75rem;width:25rem}@media only screen and (max-width:1023px){.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__image img{height:16.8125rem;width:22.375rem}}.cmp-teaser--first-half-left-aligned .cmp-teaser .video{display:flex;flex-basis:40%;justify-content:flex-end}@media only screen and (max-width:1023px){.cmp-teaser--first-half-left-aligned .cmp-teaser .video{flex-basis:auto;justify-content:center}}.accordion{background:#f7f5f5}.cmp-accordion{margin:0 auto 30}.cmp-accordion .cmp-accordion__item{margin-bottom:1.5rem}.cmp-accordion .cmp-accordion__button{background:none;border:none;border-bottom:.125rem solid #000;color:#000;display:flex;justify-content:space-between;padding:0;position:relative;width:100%}@media only screen and (max-width:1023px){.cmp-accordion .cmp-accordion__button{padding:0 0 .875rem}}.cmp-accordion .cmp-accordion__button .cmp-accordion__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;cursor:pointer;display:-webkit-box;font-family:Lato,sans-serif;line-height:1.625rem;margin-bottom:0;max-width:95%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (max-width:1023px){.cmp-accordion .cmp-accordion__button .cmp-accordion__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;line-height:2.125rem;margin:.0625rem 0 0;max-width:80%;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;white-space:pre-line}}.cmp-accordion .cmp-accordion__button .cmp-accordion__icon:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";cursor:pointer;font-family:icomoon!important;font-size:.5625rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:absolute;right:1.25rem;text-transform:none;top:2.875rem}.cmp-accordion .cmp-accordion__button.cmp-accordion__button--expanded{border-bottom:none;padding-bottom:0}@media only screen and (max-width:1023px){.cmp-accordion .cmp-accordion__button.cmp-accordion__button--expanded{border-bottom:none;padding-bottom:0}}.cmp-accordion .cmp-accordion__button.cmp-accordion__button--expanded .cmp-accordion__icon:after{transform:rotate(180deg)}.cmp-accordion .cmp-accordion__panel--expanded{border-bottom:.125rem solid #000;display:block;padding-bottom:1.625rem}@media only screen and (max-width:1023px){.cmp-accordion .cmp-accordion__panel--expanded{padding:1.5rem 0}}.cmp-accordion .cmp-accordion__panel--hidden{display:none}.cmp-accordion--large .cmp-accordion__button .cmp-accordion__title{font-size:1.5rem;font-weight:800;margin-top:2.5rem}@media only screen and (max-width:1023px){.cmp-accordion--large .cmp-accordion__button .cmp-accordion__title{font-size:1.125rem}}.cmp-accordion--medium .cmp-accordion__button .cmp-accordion__title{font-size:1.5rem;font-weight:700;margin:1.4375rem 0}@media only screen and (max-width:1023px){.cmp-accordion--medium .cmp-accordion__button .cmp-accordion__title{font-size:1.125rem;margin:0}}.cmp-accordion--medium .cmp-accordion__item:last-child{margin-bottom:0}.cmp-accordion--medium .cmp-accordion__item:last-child .cmp-accordion__button{border-bottom:none}.cmp-accordion--small .cmp-accordion__button .cmp-accordion__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:1.125rem;margin:1.75rem 0 1.9375rem;overflow:hidden;text-align:left;white-space:pre-line}@media only screen and (max-width:1023px){.cmp-accordion--small .cmp-accordion__button .cmp-accordion__title{font-size:1rem;line-height:1.5rem;margin:1.25rem 0}}.error{background:#f7f5f5}.cmp-error{margin:0 auto;max-width:1366px;padding:6.25rem 7.0625rem 9.1875rem;position:relative}@media only screen and (max-width:1023px){.cmp-error{padding:3.9375rem 1.875rem 9.8125rem}}.cmp-error__container{display:flex;gap:6.6875rem;justify-content:space-between}@media only screen and (max-width:1023px){.cmp-error__container{align-items:center;flex-direction:column;gap:4.1875rem}}.cmp-error__container .cmp-error__left-aligned{flex:50%}@media only screen and (max-width:1023px){.cmp-error__container .cmp-error__left-aligned{text-align:center}}.cmp-error__container .cmp-error__left-aligned .cmp-button--primary-anchor{margin-top:5rem}@media only screen and (max-width:1023px){.cmp-error__container .cmp-error__left-aligned .cmp-button--primary-anchor{align-items:center;display:flex;justify-content:center;margin-top:2rem}}.cmp-error__container .cmp-error__right-aligned{flex:50%}.cmp-error__container .cmp-error__right-aligned .cmp-image img{width:29rem}@media only screen and (max-width:1023px){.cmp-error__container .cmp-error__right-aligned .cmp-image img{width:18.875rem}}.cmp-error__productVariant{background-repeat:no-repeat;background-size:0 0}@media only screen and (max-width:1023px){.cmp-error__productVariant{background-size:0 0}}.cmp-error__productVariant .cmp-image img{height:26.3125rem;margin:0}@media only screen and (max-width:1023px){.cmp-error__productVariant .cmp-image img{height:17.125rem;margin:0}}.cmp-recipe-direction{margin:0 auto;max-width:85.375rem;padding:4rem 4.25rem 4rem 3.125rem}.cmp-recipe-direction .cmp-recipe-direction__title .cmp-recipe-direction__head{color:#b50404;padding-bottom:1.375rem}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__title .cmp-recipe-direction__head{padding-bottom:.75rem}}.cmp-recipe-direction .cmp-recipe-direction__title .cmp-recipe-direction__description{color:#000;font-family:Lato,sans-serif;font-size:1.125rem;padding-bottom:3rem}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__title .cmp-recipe-direction__description{font-size:1rem;padding-bottom:1.5rem}}.cmp-recipe-direction .cmp-recipe-direction__steps{display:flex;gap:1.5rem;margin-bottom:3rem}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__steps{flex-direction:column;gap:.75rem;margin-bottom:0}}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img{display:flex;gap:2.125rem}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img{align-items:center;gap:.75rem;margin-left:.375rem}}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__img-section{height:13.6875rem;width:18.1875rem}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__img-section img{border-radius:8px;object-fit:cover}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__img-section{align-items:center;display:flex;height:6.75rem;order:1;width:9rem}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__steps-wrapper{order:1}}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__steps-wrapper .cmp-recipe-direction__step-count{color:#000;font-weight:700}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__steps-wrapper .cmp-recipe-direction__step-title{padding-right:.5rem}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__steps-wrapper .cmp-recipe-direction__step-min{color:#000;font-size:1.125rem;padding-top:1rem}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__steps-wrapper .cmp-recipe-direction__step-min{font-size:1rem;padding-top:.5rem}}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__checkbox{position:relative}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__checkbox{padding-right:.625rem}}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__checkbox .checkbox-wrapper{position:relative}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__checkbox .checkbox-wrapper input{margin-top:.375rem;transform:scale(2)}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__checkbox .checkbox-wrapper__unselect{background:#f7f5f5;border:.0625rem solid #fff;border-radius:.25rem;bottom:.375rem;cursor:pointer;left:3.125%rem;margin-top:.1875rem;position:absolute;right:0;top:.1875rem;transform:scale(2)}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__checkbox .checkbox-wrapper__select{background:transparent;border:.125rem solid #a7a7a7;border-radius:.25rem;bottom:.375rem;margin-top:.1875rem;opacity:.0375rem;position:absolute;right:0;top:.1875rem;transform:scale(2)}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__checkbox .steps-line{border:.0625rem solid #a7a7a7;bottom:0;left:50%;opacity:.5;position:absolute;top:2.1875rem;transform:translate(-50%)}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__checkbox .steps-line{display:none}}.cmp-recipe-direction .cmp-recipe-direction__steps .direction-content{padding-top:.2rem}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__steps .direction-content{margin-bottom:1.125rem}}.cmp-recipe-direction .cmp-recipe-direction__steps .direction-content .direction-text{color:#000;font-family:Lato,sans-serif;font-size:1.125rem;padding-bottom:1.5rem}.cmp-recipe-direction .cmp-recipe-direction__steps .direction-content .direction-text a{color:#000}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__steps .direction-content .direction-text{font-size:1rem;line-height:1.625rem;padding-bottom:1rem;padding-top:0}}.cmp-recipe-direction .cmp-recipe-direction__steps .direction-content .direction-description{color:#b50404;font-family:Lato,sans-serif;font-size:1.125rem}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__steps .direction-content .direction-description{margin-bottom:1rem}}.cmp-recipe-direction .cmp-recipe-direction__select{opacity:.6}.cmp-recipe-direction .cmp-recipe-direction__btn{display:flex;justify-content:center}.cmp-share .cmp-share__overlay{background-color:#000;height:100%;left:0;opacity:.8;position:fixed;top:0;width:100%;z-index:3}.cmp-share .cmp-share__content{background-color:#5d371d;border-radius:1.875rem;left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:4}@media only screen and (max-width:1023px){.cmp-share .cmp-share__content{background:#fff;width:20.1875rem}}.cmp-share .cmp-share__header{align-items:baseline;border-bottom:.0625rem solid #ff7f00;display:flex;justify-content:space-between;padding:1.9375rem 4rem 2.125rem}@media only screen and (max-width:1023px){.cmp-share .cmp-share__header{padding:2rem 1.875rem}}.cmp-share .cmp-share__header .cmp-share__header-text{color:#000;font-family:Amaranth,sans-serif;font-size:2rem}@media only screen and (max-width:1023px){.cmp-share .cmp-share__header .cmp-share__header-text{font-size:1.5rem}}.cmp-share .cmp-share__header .cmp-share__close:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"";cursor:pointer;font-family:icomoon!important;font-size:.09375remrem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}@media only screen and (max-width:1023px){.cmp-share .cmp-share__header .cmp-share__close:after{font-size:.0625remrem}}.cmp-share .cmp-share__icons{display:flex;gap:2rem;gap:2.5rem;justify-content:center;padding:2rem 4rem 0}@media only screen and (max-width:1023px){.cmp-share .cmp-share__icons{flex-direction:column;height:20rem;overflow-y:auto;padding:2.5rem 1.875rem 0}}.cmp-share .cmp-share__icons .icon-wrapper .cmp-share__icons-text{align-items:center;color:#000;display:flex;flex-direction:column;font-family:Lato,sans-serif;font-size:1.125rem;gap:.75rem;text-decoration:none}@media only screen and (max-width:1023px){.cmp-share .cmp-share__icons .icon-wrapper .cmp-share__icons-text{flex-direction:row}}.cmp-share .cmp-share__icons .icon-wrapper .cmp-share__icons-text:before{background:#fc4;border-radius:50%;color:#000;font-size:2rem;padding:1rem}@media only screen and (max-width:1023px){.cmp-share .cmp-share__icons .icon-wrapper .cmp-share__icons-text:before{font-size:1.25rem;font-size:1rem;padding:1rem}}.cmp-share .cmp-share__icons .cmp-share__insta .cmp-share__icons-text:before,.cmp-share .cmp-share__icons .embed p:before{content:""}.cmp-share .cmp-share__icons .cmp-share__fb .cmp-share__icons-text:before,.cmp-share .cmp-share__icons .cmp-share__insta .cmp-share__icons-text:before,.cmp-share .cmp-share__icons .embed p:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-share .cmp-share__icons .cmp-share__fb .cmp-share__icons-text:before{content:""}.cmp-share .cmp-share__icons .cmp-share__tweet .cmp-share__icons-text:before{content:""}.cmp-share .cmp-share__icons .cmp-share__tweet .cmp-share__icons-text:before,.cmp-share .cmp-share__icons .youtube p:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-share .cmp-share__icons .youtube p:before{content:"";padding:1.25rem 1rem}.cmp-share .cmp-share__icons .cmp-share__wp{position:relative}.cmp-share .cmp-share__icons .cmp-share__wp .cmp-share__icon-wrapper-linkedIn,.cmp-share .cmp-share__icons .cmp-share__wp .cmp-share__icon-wrapper-mail{align-items:center;background:#fc4;border-radius:50%;color:#000;font-size:2rem;margin-top:.1875rem;padding:2.125rem}@media only screen and (max-width:1023px){.cmp-share .cmp-share__icons .cmp-share__wp .cmp-share__icon-wrapper-linkedIn,.cmp-share .cmp-share__icons .cmp-share__wp .cmp-share__icon-wrapper-mail{margin-top:0;padding:1.5rem}}.cmp-share .cmp-share__icons .cmp-share__wp .cmp-share__linkedIn,.cmp-share .cmp-share__icons .cmp-share__wp .cmp-share__mail{color:#000;padding-top:1.0625rem;position:absolute;width:2rem}@media only screen and (max-width:1023px){.cmp-share .cmp-share__icons .cmp-share__wp .cmp-share__linkedIn,.cmp-share .cmp-share__icons .cmp-share__wp .cmp-share__mail{margin-left:.9375rem;margin-top:.0625rem;padding-top:0;width:1rem}}.cmp-share .cmp-share__icons .cmp-share__wp .cmp-share__mail{padding-top:1.6875rem}@media only screen and (max-width:1023px){.cmp-share .cmp-share__icons .cmp-share__wp .cmp-share__mail{padding-top:0}}.cmp-share .cmp-share__forms{align-items:center;display:flex;gap:1.5rem;margin-top:0;padding:2.5rem 4rem}@media only screen and (max-width:1023px){.cmp-share .cmp-share__forms{border-radius:1rem;flex-direction:column;padding:1.875rem 2rem}}.cmp-share .cmp-share__forms .cmp-share__copy-input{background-color:#3b2314;border:0;border-radius:1rem;color:#000;flex-grow:2;font-family:Lato,sans-serif;font-size:1.125rem;padding:.9375rem 1.25rem}@media only screen and (max-width:1023px){.cmp-share .cmp-share__forms .cmp-share__copy-input{font-size:1rem}}.cmp-share .cmp-share__forms .cmp-button{height:3rem}.cmp-share .cmp-share__forms .cmp-button .cmp-share__text{color:#ff7f00;font-size:1.5rem;font-weight:700}@media only screen and (max-width:1023px){.cmp-share .cmp-share__forms .cmp-button .cmp-share__text{font-size:.875rem}}.recipe-detail{background:#f7f5f5}.cmp-recipe-detail{margin:0 auto;max-width:85.375rem;padding:5.4375rem 7.0625rem 5.3125rem}@media only screen and (max-width:1023px){.cmp-recipe-detail{padding:2.5rem 1rem 8.125rem}}.cmp-recipe-detail__top-container{display:flex;justify-content:space-between}.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#000;display:-webkit-box;line-height:2.625rem;max-width:45.625rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;line-height:2.125rem;overflow:hidden}}.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__recipe-serves{display:none}@media only screen and (max-width:1023px){.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__recipe-serves{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#fff;display:block;display:-webkit-box;float:left;line-height:1.625rem;margin-top:.75rem;max-width:25rem;overflow:hidden}}.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__tags{color:#000;display:flex;gap:.625rem;margin-top:2rem}@media only screen and (max-width:1023px){.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__tags{gap:.8125rem;margin-top:0}}.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__tags .cmp-recipe-detail__sub-tags{border:16rem solid #fceded;border-radius:1.75rem;font-family:Lato,sans-serif;font-size:1.125rem;line-height:1.25rem;padding:.375rem 1.1875rem;text-align:center}@media only screen and (max-width:1023px){.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__tags .cmp-recipe-detail__sub-tags{font-size:1rem;line-height:1.625rem;padding:.375rem .9375rem}}.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__ingredients{color:#ff7f00;display:flex;gap:1.25rem;margin-top:4rem}@media only screen and (max-width:1023px){.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__ingredients{margin-top:2rem}}.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__ingredients .cmp-recipe-detail__ingredients-label{font-size:1.125rem}.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__ingredients .cmp-recipe-detail__ingredients-value{font-family:Lato,sans-serif;font-size:.0703125remrem;font-weight:700}.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__ingredients .cmp-recipe-detail__ingredients-count{align-items:flex-start;display:flex;flex-direction:row;gap:.4375rem}.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__ingredients .cmp-recipe-detail__ingredients-count:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-size:.0703125remrem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}@media only screen and (max-width:1023px){.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__ingredients .cmp-recipe-detail__ingredients-count:before{font-size:.0703125remrem;margin-top:.625rem}}.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__ingredients .cmp-recipe-detail__time-taken{align-items:flex-start;display:flex;flex-direction:row;font-family:Lato,sans-serif;font-weight:500;gap:.4375rem}.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__ingredients .cmp-recipe-detail__time-taken:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-size:.0703125remrem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}@media only screen and (max-width:1023px){.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__ingredients .cmp-recipe-detail__time-taken:before{font-size:.0703125remrem;margin-top:.625rem}}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component{color:#fff;cursor:pointer;display:flex;gap:2.5rem}@media only screen and (max-width:1023px){.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component{flex-direction:column-reverse}}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component.cmp-recipe-detail__isPopUp-true+.cmp-recipe-detail__recipe-serves{top:4.375rem}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component.cmp-recipe-detail__isPopUp-true .cmp-recipe-detail__isPopUp-close,.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component.cmp-recipe-detail__isPopUp-true .cmp-recipe-detail__isPopUp-open{display:none}@media only screen and (max-width:1023px){.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component.cmp-recipe-detail__isPopUp-true{background-color:#fceded;border-radius:.5rem;display:block;padding:2.6875rem .5rem 1.625rem;position:absolute;right:.625rem;width:9.9375rem;z-index:1}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component.cmp-recipe-detail__isPopUp-true .cmp-recipe-detail__isPopUp-close{display:block}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component.cmp-recipe-detail__isPopUp-true .cmp-recipe-detail__isPopUp-close:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#ff7f00;content:"";cursor:pointer;display:block;font-family:icomoon!important;font-size:1.1875rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-left:7.1875rem;margin-top:-1.875rem;padding-bottom:.875rem;text-transform:none}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component.cmp-recipe-detail__isPopUp-true .cmp-recipe-detail__social-download{display:block;margin-bottom:.9375rem}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component.cmp-recipe-detail__isPopUp-false .cmp-recipe-detail__isPopUp-open,.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component.cmp-recipe-detail__isPopUp-true .cmp-recipe-detail__social-share{display:block}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component.cmp-recipe-detail__isPopUp-false .cmp-recipe-detail__isPopUp-open:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#5d371d;content:"";cursor:pointer;display:block;font-family:icomoon!important;font-size:1.1875rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-top:-2.1875rem;text-transform:none}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component.cmp-recipe-detail__isPopUp-false .cmp-recipe-detail__social-download,.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component.cmp-recipe-detail__isPopUp-false .cmp-recipe-detail__social-share{display:none}}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component .cmp-recipe-detail__social-download{align-items:center;display:flex;flex-direction:column;line-height:1.75rem}@media only screen and (max-width:1023px){.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component .cmp-recipe-detail__social-download{line-height:1.625rem}}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component .cmp-recipe-detail__social-download:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fceded;border-radius:1.8125rem;content:"";cursor:pointer;font-family:icomoon!important;font-size:1.1875rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-bottom:.625rem;padding:.625rem;text-transform:none}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component .cmp-recipe-detail__social-share{align-items:center;display:flex;flex-direction:column;line-height:1.75rem}@media only screen and (max-width:1023px){.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component .cmp-recipe-detail__social-share{display:none;line-height:1.625rem}}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component .cmp-recipe-detail__social-share:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fceded;border-radius:1.8125rem;content:"";cursor:pointer;font-family:icomoon!important;font-size:1.1875rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-bottom:.625rem;padding:.625rem;text-transform:none}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__recipe-serves{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;float:right;line-height:1.75rem;margin-top:2.5rem;max-width:25rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__recipe-serves{display:none}}.cmp-recipe-detail__ingredients-title{color:#fff;line-height:1.75rem;margin-bottom:1.5rem;margin-top:4rem}@media only screen and (max-width:1023px){.cmp-recipe-detail__ingredients-title{line-height:2.125rem;margin-bottom:.75rem;margin-top:2rem}}.cmp-recipe-detail__ingredients-container{background:#fff;border-radius:1.5rem;padding:2.5rem}@media only screen and (max-width:1023px){.cmp-recipe-detail__ingredients-container{padding:2.5rem 1.5rem}}.cmp-recipe-detail__ingredients-container .cmp-recipe-detail__ingredients-details{align-items:center;color:#fff;display:flex;justify-content:space-between;margin-bottom:1.5625rem}.cmp-recipe-detail__ingredients-container .cmp-recipe-detail__ingredients-details:last-child{margin-bottom:0}.cmp-recipe-detail__ingredients-container .cmp-recipe-detail__ingredients-details .cmp-recipe-detail__dotted-line{border-top:dashed;border-color:#fff;border-width:.0625rem;height:0;margin:.625rem .9375rem;width:100%}.cmp-recipe-detail__ingredients-container .cmp-recipe-detail__ingredients-details .cmp-recipe-detail__ingredients-details-right{line-height:1.75rem;max-width:7rem;min-width:7rem;width:7rem}@media only screen and (max-width:1023px){.cmp-recipe-detail__ingredients-container .cmp-recipe-detail__ingredients-details .cmp-recipe-detail__ingredients-details-right{line-height:1.625rem;max-width:5rem;min-width:5rem;width:13.125rem}}.cmp-recipe-detail__ingredients-container .cmp-recipe-detail__ingredients-details .cmp-recipe-detail__ingredients-details-left{line-height:1.75rem;min-width:fit-content}@media only screen and (max-width:1023px){.cmp-recipe-detail__ingredients-container .cmp-recipe-detail__ingredients-details .cmp-recipe-detail__ingredients-details-left{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;line-height:1.625rem;overflow:hidden}}.cmp-recipe-detail__bottom-container{align-items:center;display:flex;flex-direction:column;gap:6.75rem;margin-top:4.1875rem}@media only screen and (max-width:1023px){.cmp-recipe-detail__bottom-container{gap:5.125rem;margin-top:3.375rem}}.cmp-recipe-detail__bottom-container .cmp-recipe-detail__ingredients-img{height:13.3125rem;width:19.75rem}@media only screen and (max-width:1023px){.cmp-recipe-detail__bottom-container .cmp-recipe-detail__ingredients-img{height:9.125rem;width:16rem}}.cmp-history{margin:0 auto;max-width:1366px;padding-bottom:3.75rem}@media only screen and (max-width:1024px){.cmp-history{padding:1.5rem 1rem}}.cmp-history .cmp-history__title{color:#b50404;padding:2.75rem 0;text-align:center}@media only screen and (max-width:1024px){.cmp-history .cmp-history__title{padding:1rem 0 1.5rem}}.cmp-history .cmp-history__container{display:grid;grid-template-columns:22% 1fr}@media only screen and (max-width:1024px){.cmp-history .cmp-history__container{display:block}}.cmp-history .cmp-history__container .cmp-history__timeline{position:relative}@media only screen and (max-width:1024px){.cmp-history .cmp-history__container .cmp-history__timeline{align-items:baseline;display:flex;height:9.375rem;justify-content:center;overflow-x:auto;padding:0 1.25rem}.cmp-history .cmp-history__container .cmp-history__timeline::-webkit-scrollbar{display:none}}@media only screen and (max-width:1023px){.cmp-history .cmp-history__container .cmp-history__timeline{justify-content:left}}@media only screen and (max-width:1024px){.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container{display:flex;flex-shrink:0;justify-content:center}}@media only screen and (max-width:1023px){.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container{justify-content:left}}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .cmp-history__timeline-wrapper{align-items:center;display:flex;gap:.9375rem;justify-content:center}@media only screen and (max-width:1024px){.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .cmp-history__timeline-wrapper{align-items:unset;flex-direction:column-reverse}}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .cmp-history__timeline-wrapper .cmp-history__timeline-year{color:#000;cursor:pointer;font-family:Lato,sans-serif;font-size:1.125rem;font-weight:500;transform:translateY(-50%)}@media only screen and (max-width:1024px){.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .cmp-history__timeline-wrapper .cmp-history__timeline-year{transform:translate(1rem)}}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .cmp-history__timeline-wrapper .cmp-history__timeline-imgwrapper{position:relative}@media only screen and (max-width:1024px){.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .cmp-history__timeline-wrapper .cmp-history__timeline-imgwrapper{align-items:center;display:flex}}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .cmp-history__timeline-wrapper .cmp-history__timeline-imgwrapper .cmp-history__timeline-img{border-radius:50%;cursor:pointer;height:5.25rem;object-fit:cover;width:5.25rem}@media only screen and (max-width:1024px){.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .cmp-history__timeline-wrapper .cmp-history__timeline-imgwrapper .cmp-history__timeline-img{height:5rem;width:5rem}}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .cmp-history__timeline-wrapper .cmp-history__timeline-imgwrapper .cmp-history__connectline{background:#b50404;height:1.5rem;margin:0 auto;width:.1875rem}@media only screen and (max-width:1024px){.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .cmp-history__timeline-wrapper .cmp-history__timeline-imgwrapper .cmp-history__connectline{height:.1875rem;width:1.25rem}}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .cmp-history__timeline-wrapper:last-child .cmp-history__connectline{visibility:hidden}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper:after{background:#f7f5f5;border-radius:50%;content:"";height:3.25rem;left:3.125rem;position:absolute;top:-1.5rem;width:3.25rem;z-index:1}@media only screen and (max-width:1024px){.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper:after{height:4.25rem;left:2.8125rem;top:-2.5rem;width:4.25rem}}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper .cmp-history__connectline:before{background:#f7f5f5;border-radius:50%;content:"";height:1rem;position:absolute;right:1.8125rem;top:-.125rem;visibility:visible;width:1rem}@media only screen and (max-width:1024px){.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper .cmp-history__connectline:before{right:3.0625rem;top:-.125rem}}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper .cmp-history__connectline:after{background:#f7f5f5;border-radius:50%;content:"";height:1rem;position:absolute;right:1.5rem;top:.75rem;visibility:visible;width:1rem}@media only screen and (max-width:1024px){.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper .cmp-history__connectline:after{right:2.8125rem;top:.625rem}}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper .cmp-history__bitten-effect:before{background:#f7f5f5;border-radius:50%;content:"";height:1rem;position:absolute;right:.75rem;top:1.3125rem;width:1rem}@media only screen and (max-width:1024px){.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper .cmp-history__bitten-effect:before{right:2.1875rem;top:1.0625rem}}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper .cmp-history__bitten-effect:after{background:#f7f5f5;border-radius:50%;content:"";height:1rem;position:absolute;right:-.125rem;top:1.375rem;width:1rem}@media only screen and (max-width:1024px){.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper .cmp-history__bitten-effect:after{right:1.375rem;top:1.25rem}}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .unselect .cmp-history__timeline-img,.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .unselect .cmp-history__timeline-year{opacity:.4}.cmp-history .cmp-history__container .cmp-history__card{overflow-x:auto}.cmp-history .cmp-history__container .cmp-history__card::-webkit-scrollbar{display:none}.cmp-history .cmp-history__container .cmp-history__card .cmp-history__card-component{align-items:center;display:flex;gap:1.25rem;justify-content:center}@media only screen and (max-width:1023px){.cmp-history .cmp-history__container .cmp-history__card .cmp-history__card-component{justify-content:left}}.cmp-history .cmp-history__container .cmp-history__card .cmp-history__card-component .cmp-history__back{background-color:unset;border:0;border-radius:50%;cursor:pointer;height:3.3125rem;width:3.3125rem}@media only screen and (max-width:1023px){.cmp-history .cmp-history__container .cmp-history__card .cmp-history__card-component .cmp-history__back{display:none}}.cmp-history .cmp-history__container .cmp-history__card .cmp-history__card-component .cmp-history__back:before{color:#f7f5f5;content:"";display:flex;font-family:icomoon;font-size:3.3125rem;justify-content:center;transform:translate(-6%,-2%)}.cmp-history .cmp-history__container .cmp-history__card .cmp-history__card-component .cmp-history__back:disabled{cursor:not-allowed;opacity:.4}.cmp-history .cmp-history__container .cmp-history__card .cmp-history__card-component .cmp-history__next{background-color:unset;border:0;border-radius:50%;cursor:pointer;height:3.3125rem;width:3.3125rem}@media only screen and (max-width:1023px){.cmp-history .cmp-history__container .cmp-history__card .cmp-history__card-component .cmp-history__next{display:none}}.cmp-history .cmp-history__container .cmp-history__card .cmp-history__card-component .cmp-history__next:before{color:#f7f5f5;content:"";display:flex;font-family:icomoon!important;font-size:3.3125rem;justify-content:center;transform:translate(2%,-2%)}.cmp-history .cmp-history__container .cmp-history__card .cmp-history__card-component .cmp-history__next:disabled{cursor:not-allowed;opacity:.4}.cmp-history .cmp-history__container .cmp-history__card .cmp-history__card-component .cmp-history__card-container{display:flex;gap:.875rem}@media only screen and (max-width:1023px){.cmp-history .cmp-history__container .cmp-history__card .center{justify-content:center}}.cmp-history .cmp-history__container .cmp-history__nav-wraper{display:none;text-align:center}@media only screen and (max-width:1023px){.cmp-history .cmp-history__container .cmp-history__nav-wraper{display:block;padding:1.5rem}}.cmp-history .cmp-history__container .cmp-history__nav-wraper .cmp-history__nav-list{cursor:pointer;display:inline-block;height:auto;margin:0 .3125rem;padding:0;width:auto}.cmp-history .cmp-history__container .cmp-history__nav-wraper .cmp-history__nav-list .cmp-history__nav-dots{background:transparent;border:.125rem solid #b50404;border-radius:50%;cursor:pointer;height:.75rem;padding:.3125rem;width:.75rem}.cmp-history .cmp-history__container .cmp-history__nav-wraper .cmp-history__nav-list .select{background:#b50404}.cmp-our-values{margin:0 auto;max-width:1366px}@media only screen and (max-width:1023px){.cmp-our-values{margin:0 auto}}.cmp-our-values .cmp-our-values__title{color:#b50404;font-family:Amaranth,sans-serif;font-size:2rem;font-weight:700;margin-bottom:1rem;text-align:center}.cmp-our-values .cmp-our-values__title.star-icon:before{color:#000;content:"";font-family:icomoon;font-size:1.25rem;padding-right:1rem}.cmp-our-values .cmp-our-values__title.star-icon:after{color:#000;content:"";font-family:icomoon;font-size:1.25rem;padding-left:1rem}@media only screen and (max-width:1023px){.cmp-our-values .cmp-our-values__title{font-size:1.5rem;margin-bottom:.75rem}}.cmp-our-values .cmp-our-values__description-container{align-items:center;display:flex;justify-content:center;margin-bottom:3rem}@media only screen and (max-width:1023px){.cmp-our-values .cmp-our-values__description-container{margin-bottom:2rem}}.cmp-our-values .cmp-our-values__description-container .cmp-our-values__description{color:#000;font-family:Lato,sans-serif;font-size:1.125rem;font-weight:400;text-align:center}@media only screen and (max-width:1023px){.cmp-our-values .cmp-our-values__description-container .cmp-our-values__description{font-size:1rem}.cmp-our-values .cmp-our-values__item-container{flex-direction:column;justify-content:center}}.cmp-our-values .cmp-our-values__details-container{align-items:center;display:flex;flex-direction:column}.cmp-our-values .cmp-our-values__details-container .cmp-our-values__item-title{color:#000;font-family:Lato,sans-serif;font-size:1.5rem;font-weight:900;margin-bottom:1rem;text-align:center}@media only screen and (max-width:1023px){.cmp-our-values .cmp-our-values__details-container .cmp-our-values__item-title{font-size:1.125rem}}.cmp-our-values .cmp-our-values__details-container .cmp-our-values__item-title--description{color:#000;font-family:Lato,sans-serif;font-size:1.125rem;font-weight:400;padding-left:1rem;padding-right:1rem;text-align:center}@media only screen and (max-width:1023px){.cmp-our-values .cmp-our-values__details-container .cmp-our-values__item-title--description{font-size:1rem;padding-left:1.75rem;padding-right:1.75rem}}.cmp-our-values .button{align-items:center;display:flex;justify-content:center;margin-top:3rem}@media only screen and (max-width:1023px){.cmp-our-values .button{margin-top:1rem}}.cmp-our-values--certifications{padding:5rem 1.5625rem}@media only screen and (max-width:1023px){.cmp-our-values--certifications{padding:2.5rem .75rem}}.cmp-our-values--certifications .cmp-our-values__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media only screen and (max-width:1023px){.cmp-our-values--certifications .cmp-our-values__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}.cmp-our-values--certifications .cmp-our-values__description-container .cmp-our-values__description{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;width:54.125rem}@media only screen and (max-width:1023px){.cmp-our-values--certifications .cmp-our-values__description-container .cmp-our-values__description{-webkit-line-clamp:7;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;width:22.875rem}.cmp-our-values--certifications .cmp-our-values__item-container{margin-bottom:2rem}}.cmp-our-values--certifications .cmp-our-values__item-container .cmp-our-values__details-container .cmp-our-values__item-image-container{margin-bottom:1.5rem}.cmp-our-values--certifications .cmp-our-values__item-container .cmp-our-values__details-container .cmp-our-values__item-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media only screen and (max-width:1023px){.cmp-our-values--certifications .cmp-our-values__item-container .cmp-our-values__details-container .cmp-our-values__item-title{font-size:1.125rem;margin-bottom:2rem}}.cmp-our-values--certifications .cmp-carousel .cmp-carousel__container .slick-prev{left:0}.cmp-our-values--certifications .cmp-carousel .cmp-carousel__container .slick-next{right:0}.cmp-our-values--certifications .cmp-carousel .cmp-carousel__container .slick-dots{bottom:0;left:50%}.cmp-our-values--better-world{padding:5rem 7.0625rem 5rem 7.5625rem}@media only screen and (max-width:1023px){.cmp-our-values--better-world{padding:2.5rem 1.5625rem}}.cmp-our-values--better-world .cmp-our-values__title-wrapper{align-items:center;display:flex;justify-content:center;margin-bottom:2.5rem}@media only screen and (max-width:1023px){.cmp-our-values--better-world .cmp-our-values__title-wrapper{align-items:center;display:flex;justify-content:center;margin-bottom:.75rem}}.cmp-our-values--better-world .cmp-our-values__title-wrapper .cmp-our-values__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#b50404;display:-webkit-box;font-family:Amaranth,sans-serif;font-size:2rem;font-weight:700;overflow:hidden;text-align:center}.cmp-our-values--better-world .cmp-our-values__title-wrapper .cmp-our-values__title.star-icon:before{color:#000;content:"";font-family:icomoon;font-size:1.25rem;padding-right:1rem}@media only screen and (max-width:1023px){.cmp-our-values--better-world .cmp-our-values__title-wrapper .cmp-our-values__title.star-icon:before{font-size:1.125rem}}.cmp-our-values--better-world .cmp-our-values__title-wrapper .cmp-our-values__title.star-icon:after{color:#000;content:"";font-family:icomoon;font-size:1.25rem;padding-left:1rem}@media only screen and (max-width:1023px){.cmp-our-values--better-world .cmp-our-values__title-wrapper .cmp-our-values__title.star-icon:after{bottom:13%;font-size:1.125rem;position:absolute;right:15%}.cmp-our-values--better-world .cmp-our-values__title-wrapper .cmp-our-values__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:1.5rem;overflow:hidden;padding-right:1rem;position:relative;width:16.75rem}}.cmp-our-values--better-world .cmp-our-values__item-container{display:flex;gap:3.125rem;justify-content:center;margin-bottom:2rem}@media only screen and (max-width:1023px){.cmp-our-values--better-world .cmp-our-values__item-container{flex-direction:column;gap:.25rem;margin-bottom:2rem}}.cmp-our-values--better-world .cmp-our-values__item-container .cmp-our-values__details-container{align-items:center;display:flex;flex-direction:column;justify-content:space-around;width:19.375rem}.cmp-our-values--better-world .cmp-our-values__item-container .cmp-our-values__details-container .cmp-our-values__item-image-container{align-items:center;display:flex;justify-content:center;margin-bottom:1rem;max-height:19.375rem;max-width:19.375rem}@media only screen and (max-width:1023px){.cmp-our-values--better-world .cmp-our-values__item-container .cmp-our-values__details-container .cmp-our-values__item-image-container{align-items:center;flex:1 0 50%;justify-content:center;margin-bottom:0;max-height:9.25rem;max-width:9.25rem}}.cmp-our-values--better-world .cmp-our-values__item-container .cmp-our-values__details-container .cmp-our-values__item-content-wrapper{display:flex;flex:1;flex-direction:column}@media only screen and (max-width:1023px){.cmp-our-values--better-world .cmp-our-values__item-container .cmp-our-values__details-container .cmp-our-values__item-content-wrapper{align-items:center;flex:1 0 50%;justify-content:center}}.cmp-our-values--better-world .cmp-our-values__item-container .cmp-our-values__details-container .cmp-our-values__item-content-wrapper .cmp-our-values__item-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#b50404;display:-webkit-box;flex:1;font-family:Amaranth,sans-serif;font-size:2rem;font-weight:700;margin-bottom:.75rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-our-values--better-world .cmp-our-values__item-container .cmp-our-values__details-container .cmp-our-values__item-content-wrapper .cmp-our-values__item-title{font-size:1.5rem;margin-bottom:.5rem}}.cmp-our-values--better-world .cmp-our-values__item-container .cmp-our-values__details-container .cmp-our-values__item-content-wrapper .cmp-our-values__item-title--description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-family:Lato,sans-serif;font-size:1.125rem;font-weight:400;overflow:hidden}@media only screen and (max-width:1023px){.cmp-our-values--better-world .cmp-our-values__item-container .cmp-our-values__details-container .cmp-our-values__item-content-wrapper .cmp-our-values__item-title--description{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;font-size:1rem;overflow:hidden}.cmp-our-values--better-world .cmp-our-values__item-container .cmp-our-values__details-container{flex-direction:row;max-height:9.25rem;width:100%}.cmp-our-values--better-world .cmp-our-values__item-container .cmp-our-values__details-container:nth-of-type(odd){flex-direction:row-reverse}}.cmp-our-values--better-world .cmp-our-values__description-container{align-items:center;display:flex;justify-content:center;margin-bottom:.625rem}.cmp-our-values--better-world .cmp-our-values__description-container .cmp-our-values__description{color:#000;font-family:Amaranth,sans-serif;font-size:1.5rem;font-weight:700;padding-bottom:1.5625rem;padding-top:1.5625rem;position:relative;text-align:center;width:28.375rem}.cmp-our-values--better-world .cmp-our-values__description-container .cmp-our-values__description:before{bottom:0;color:#fc4;content:"";font-family:icomoon;font-size:1.5rem;left:-10%;padding-right:1rem;position:absolute}@media only screen and (max-width:1023px){.cmp-our-values--better-world .cmp-our-values__description-container .cmp-our-values__description:before{bottom:0;left:0}}.cmp-our-values--better-world .cmp-our-values__description-container .cmp-our-values__description:after{color:#fc4;content:"";font-family:icomoon;font-size:1.5rem;padding-left:pxToRempxToRem(16);position:absolute;right:-5%;top:0}@media only screen and (max-width:1023px){.cmp-our-values--better-world .cmp-our-values__description-container .cmp-our-values__description:after{right:0;top:0}.cmp-our-values--better-world .cmp-our-values__description-container .cmp-our-values__description{font-size:1.25rem;margin-bottom:2.0625rem}}.cmp-our-values--better-world .button{color:#fff;font-family:Lato,sans-serif;font-size:1.5rem;font-weight:500;margin-top:.9375rem}.cmp-our-values--yippee-values{overflow-x:hidden;padding:5rem 8rem}@media only screen and (max-width:1023px){.cmp-our-values--yippee-values{padding:2.5rem 1.75rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-our-values--yippee-values{padding-left:8rem;padding-right:8rem;padding-top:5rem}}.cmp-our-values--yippee-values .cmp-our-values__title{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.cmp-our-values--yippee-values .cmp-our-values__description{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;width:39.625rem}.cmp-our-values--yippee-values .cmp-our-values__item-container{display:flex;gap:2rem;justify-content:space-around}@media only screen and (max-width:1023px){.cmp-our-values--yippee-values .cmp-our-values__item-container{gap:0}}.cmp-our-values--yippee-values .cmp-our-values__item-container .cmp-our-values__details-container{max-width:20.3125rem}@media only screen and (max-width:1023px){.cmp-our-values--yippee-values .cmp-our-values__item-container .cmp-our-values__details-container{margin-bottom:2rem;max-width:100%}}.cmp-our-values--yippee-values .cmp-our-values__item-container .cmp-our-values__details-container .cmp-our-values__item-image-container{height:16.9375rem;margin-bottom:1.5rem;max-width:16.9375rem}@media only screen and (max-width:1023px){.cmp-our-values--yippee-values .cmp-our-values__item-container .cmp-our-values__details-container .cmp-our-values__item-image-container{height:15rem;margin-bottom:1rem;max-width:15rem}.cmp-our-values--yippee-values .cmp-our-values__item-container .cmp-our-values__details-container .cmp-our-values__item-image-container .cmp-our-values__item-image{height:15rem;width:15rem}}.cmp-our-values--yippee-values .cmp-our-values__item-container .cmp-our-values__details-container .cmp-our-values__item-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;height:1.875rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-our-values--yippee-values .cmp-our-values__item-container .cmp-our-values__details-container .cmp-our-values__item-title{margin-bottom:.75rem}}.cmp-our-values--yippee-values .cmp-our-values__item-container .cmp-our-values__details-container .cmp-our-values__item-title--description{-webkit-line-clamp:8;-webkit-box-orient:vertical;display:-webkit-box;max-height:23.25rem;overflow:hidden;width:23.25rem}@media only screen and (max-width:1023px){.cmp-our-values--yippee-values .cmp-our-values__item-container .cmp-our-values__details-container .cmp-our-values__item-title--description{min-height:.125rem}}.cmp-yippee-ingredients{margin:0 auto;max-width:1366px;padding-left:7.3125rem;padding-right:6.6875rem;padding-top:.9375rem}@media only screen and (max-width:1023px){.cmp-yippee-ingredients{padding-left:1rem;padding-right:1rem}}.cmp-yippee-ingredients .cmp-yippee-ingredients__title{color:#b50404;font-family:Amaranth,sans-serif;font-size:2rem;font-weight:700;margin-bottom:3rem;text-align:center}@media only screen and (max-width:1023px){.cmp-yippee-ingredients .cmp-yippee-ingredients__title{font-size:1.5rem}}.cmp-yippee-ingredients .cmp-yippee-ingredients__title.star-icon:before{color:#000;content:"";font-family:icomoon;font-size:1.25rem;padding-right:1rem}.cmp-yippee-ingredients .cmp-yippee-ingredients__title.star-icon:after{color:#000;content:"";font-family:icomoon;font-size:1.25rem;padding-left:1rem}.cmp-yippee-ingredients .cmp-yippee-ingredients__content-wrapper{display:flex;justify-content:space-between}@media only screen and (max-width:1023px){.cmp-yippee-ingredients .cmp-yippee-ingredients__content-wrapper{display:flex;flex-direction:column}}.cmp-yippee-ingredients .cmp-yippee-ingredients__content-wrapper .cmp-yippee-ingredients__left-half-content-wrapper{max-height:28.125rem;overflow-y:auto;width:33.25rem}.cmp-yippee-ingredients .cmp-yippee-ingredients__content-wrapper .cmp-yippee-ingredients__left-half-content-wrapper::-webkit-scrollbar{height:.4375rem}.cmp-yippee-ingredients .cmp-yippee-ingredients__content-wrapper .cmp-yippee-ingredients__left-half-content-wrapper::-webkit-scrollbar-track{background-color:#ff7f00;-webkit-border-radius:.625rem;border-radius:.625rem}.cmp-yippee-ingredients .cmp-yippee-ingredients__content-wrapper .cmp-yippee-ingredients__left-half-content-wrapper::-webkit-scrollbar-thumb{background:#931010;-webkit-border-radius:.625rem;border-radius:.625rem}@media only screen and (max-width:1023px){.cmp-yippee-ingredients .cmp-yippee-ingredients__content-wrapper .cmp-yippee-ingredients__left-half-content-wrapper{margin-bottom:2.5rem;width:100%}}.cmp-yippee-ingredients .cmp-yippee-ingredients__content-wrapper .cmp-yippee-ingredients__left-half-content-wrapper .cmp-yippee-ingredients__ingredient{border-top:.125rem solid #e8e8e8;color:#000;font-family:Lato,sans-serif;font-size:1.125rem;font-weight:400;padding:1.25rem 1.9375rem}@media only screen and (max-width:1023px){.cmp-yippee-ingredients .cmp-yippee-ingredients__content-wrapper .cmp-yippee-ingredients__left-half-content-wrapper .cmp-yippee-ingredients__ingredient{font-size:1rem;padding-bottom:.8125rem;padding-left:.6875rem;padding-top:.8125rem}}.cmp-yippee-ingredients .cmp-yippee-ingredients__content-wrapper .cmp-yippee-ingredients__left-half-content-wrapper .cmp-yippee-ingredients__ingredient:last-of-type{border-bottom:.125rem solid #e8e8e8}.cmp-yippee-ingredients .cmp-yippee-ingredients__content-wrapper .cmp-yippee-ingredients__right-half-content{align-items:center;display:flex;flex-direction:column;justify-content:center;width:25.8125rem}@media only screen and (max-width:1023px){.cmp-yippee-ingredients .cmp-yippee-ingredients__content-wrapper .cmp-yippee-ingredients__right-half-content{width:100%}}.cmp-yippee-ingredients .cmp-yippee-ingredients__content-wrapper .cmp-yippee-ingredients__right-half-content .cmp-yippee-ingredients__image{height:19.375rem;width:25.8125rem}@media only screen and (max-width:1023px){.cmp-yippee-ingredients .cmp-yippee-ingredients__content-wrapper .cmp-yippee-ingredients__right-half-content .cmp-yippee-ingredients__image{height:13.3125rem;width:17.8125rem}}.cmp-yippee-ingredients .cmp-yippee-ingredients__content-wrapper .cmp-yippee-ingredients__right-half-content .button{margin-top:2.5rem}@media only screen and (max-width:1023px){.cmp-yippee-ingredients .cmp-yippee-ingredients__content-wrapper .cmp-yippee-ingredients__right-half-content .button{margin-top:2.0625rem}}.cmp-teaser-contest{margin:0 auto;max-width:85.375rem;padding:0 7.0625rem}@media only screen and (max-width:1023px){.cmp-teaser-contest{max-width:24.375rem;padding:0 1rem}}.cmp-teaser-contest .cmp-teaser-contest__title{color:#c64d4d;line-height:1.75rem;margin-bottom:3.75rem}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__title{line-height:2.125rem;margin-bottom:1.5rem}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper{border-radius:1rem;overflow:hidden}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item{background-color:unset;display:flex}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item{flex-direction:column}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__media{flex-basis:50%}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__media{flex-basis:auto}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__media img{border-radius:1rem;height:24.5rem;object-fit:cover;width:32.625rem}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__media img{height:16.25rem;width:21.625rem}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content{flex-basis:50%;height:24.5rem;padding:2rem 2.25rem 3.625rem 3rem}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content{flex-basis:auto;height:auto;padding:1rem 1rem 1.5rem}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__name{color:#000;line-height:2rem}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__name{line-height:1.5625rem}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info{align-items:center;display:flex;justify-content:space-between;margin-top:1.5rem}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info{margin-top:1.5rem}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__date-wrapper{align-items:center;display:flex}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__date-wrapper .cmp-teaser-contest__icon-calendar{color:#000;font-size:1.5rem}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__date-wrapper .cmp-teaser-contest__icon-calendar{font-size:1.25rem}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__date-wrapper .cmp-teaser-contest__icon-calendar:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__date-wrapper .cmp-teaser-contest__date{color:#000;font-family:Lato,sans-serif;font-weight:400}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__date-wrapper .cmp-teaser-contest__date{font-size:.0625remrem;margin-left:.8125rem}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__status-wrapper{align-items:center;display:flex}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__status-wrapper .cmp-teaser-contest__status-indicator{background-color:#6a3098;border-radius:50%;box-shadow:0 0 .375rem #6a3098;height:.5625rem;margin-right:.5rem;width:.5625rem}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__status-wrapper .cmp-teaser-contest__status-indicator{height:1rem;width:1rem}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__status-wrapper .cmp-teaser-contest__status-text{color:#6a3098;font-family:Lato,sans-serif;font-size:1.1875rem;font-weight:700}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .button{margin-top:2rem}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .button{display:flex;justify-content:center;margin-top:1.75rem}}.cmp-recipe-group{margin:0 auto;max-width:85.375rem}@media only screen and (max-width:1023px){.cmp-recipe-group{padding:2.5rem 1rem 1.125rem}}.cmp-recipe-group .cmp-recipe-group__header-section{text-align:center}.cmp-recipe-group .cmp-recipe-group__header-section .cmp-recipe-group__title{color:#000;line-height:2.4375rem}@media only screen and (max-width:1023px){.cmp-recipe-group .cmp-recipe-group__header-section .cmp-recipe-group__title{font-size:1.5rem;line-height:1.8125rem}}.cmp-recipe-group .cmp-recipe-group__header-section .cmp-recipe-group__subtitle{color:#000;font-family:Lato,sans-serif;font-size:1.125rem;font-weight:500;line-height:1.75rem;margin-top:0}.cmp-recipe-group .cmp-recipe-group__tabs{margin-top:3rem}@media only screen and (max-width:1023px){.cmp-recipe-group .cmp-recipe-group__tabs{margin-top:1.75rem}}.cmp-recipe-group .cmp-recipe-group__content{margin-top:2rem}@media only screen and (max-width:1023px){.cmp-recipe-group .cmp-recipe-group__content{margin-top:1.5rem}}.cmp-recipe-group .cmp-recipe-group__content .cmp-recipe-group__carousel .cmp-recipe-group__carousel-item{margin-left:0;margin-right:0}@media only screen and (max-width:1023px){.cmp-recipe-group .cmp-recipe-group__content .cmp-recipe-group__carousel .cmp-recipe-group__carousel-item{margin-left:0;margin-right:0}}.cmp-recipe-group .cmp-recipe-group__content .cmp-recipe-group__action{display:flex;justify-content:center;margin-top:5.5rem}@media only screen and (max-width:1023px){.cmp-recipe-group .cmp-recipe-group__content .cmp-recipe-group__action{margin-top:4.75rem}}.contact-us{background-color:#ff7f00}.cmp-contact-us{margin:0 auto;max-width:85.375rem;padding:3.75rem 7.0625rem 5rem}@media only screen and (max-width:1023px){.cmp-contact-us{max-width:24.375rem;padding:2.5rem 1rem 3.5rem}}.cmp-contact-us .cmp-contact-us__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#b50404;display:-webkit-box;overflow:hidden}@media only screen and (max-width:1023px){.cmp-contact-us .cmp-contact-us__title{line-height:2.125rem}}.cmp-contact-us .cmp-contact-us__sub-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#000;display:-webkit-box;line-height:1.625rem;margin-top:1rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-contact-us .cmp-contact-us__sub-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;margin-top:.75rem;overflow:hidden}}.cmp-contact-us .cmp-contact-us__form-wrapper{display:flex;justify-content:center}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form{margin-top:4.1875rem;width:45.75rem}@media only screen and (max-width:1023px){.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form{margin-top:2.0625rem}}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field{position:relative}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field input,.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field textarea{background:#f7f5f5;border:.0625rem solid #000;border-radius:1rem;color:#000;font-family:Lato,sans-serif;font-size:1.125rem;line-height:1.625rem;margin:.75rem 0 1.5rem;padding:1.125rem .9375rem;width:100%}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field input::placeholder,.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field textarea::placeholder{color:#9d9d9d}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field input.error-input,.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field textarea.error-input{border:.0625rem solid #c64d4d}@media only screen and (max-width:1023px){.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field input,.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field textarea{font-size:1rem;margin:.8125rem 0 1rem;padding:.625rem .9375rem .6875rem}}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field textarea{margin-bottom:0;resize:none}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field label{color:#000;font-size:1.125rem;line-height:1.625rem}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field label.required:after{color:#fa0000;content:" *"}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field .cmp-contact-us__error-msg{bottom:.25rem;color:#c64d4d;font-size:.875rem;position:absolute}@media only screen and (max-width:1023px){.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field .cmp-contact-us__error-msg{bottom:0;position:absolute}}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__name{display:flex;gap:.75rem}@media only screen and (max-width:1023px){.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__name{flex-direction:column;gap:0}}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__name .cmp-contact-us__first-name,.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__name .cmp-contact-us__last-name{flex:1}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__name .cmp-contact-us__last-name label{visibility:hidden}@media only screen and (max-width:1023px){.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__name .cmp-contact-us__last-name label{display:none}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__name .cmp-contact-us__last-name input{margin-top:.25rem}}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__talk-to-us .cmp-contact-us__error-msg{bottom:-.9375rem;position:absolute}@media only screen and (max-width:1023px){.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__talk-to-us .cmp-contact-us__error-msg{bottom:-.875rem;position:absolute}}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__talk-to-us .cmp-contact-us__textarea-count{bottom:.75rem;color:#9d9d9d;font-size:1rem;position:absolute;right:1rem}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .button{display:flex;justify-content:center;margin-top:4rem}@media only screen and (max-width:1023px){.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .button{margin-top:2.5rem}}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__bottom-contents{color:#000;margin-top:5rem}@media only screen and (max-width:1023px){.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__bottom-contents{margin-top:2.5rem}}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__bottom-contents p{text-align:center}@media only screen and (max-width:1023px){.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__bottom-contents p{text-align:left}}.cmp-test .cmp-test__overlay{background-color:#b4b2b2;height:100%;left:0;opacity:.8;position:fixed;top:0;width:100%;z-index:3}.cmp-test .cmp-test__content{background-color:#ba5b1c;border-radius:1.25rem;height:37.5rem;left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);width:50rem;z-index:4}@media only screen and (max-width:1023px){.cmp-test .cmp-test__content{height:95%;width:95%}}.cmp-test .cmp-test__content .cmp-test__inner-content{padding:0 1.25rem}@media only screen and (max-width:1023px){.cmp-test .cmp-test__content .cmp-test__inner-content{height:100%;padding:0 .625rem 1.25rem;width:100%}}.cmp-test .cmp-test__content .cmp-test__inner-content .cmp-test__header{display:flex;justify-content:flex-end}.cmp-test .cmp-test__content .cmp-test__inner-content .cmp-test__header .cmp-test__close-icon{color:#fff;cursor:pointer}@media only screen and (max-width:1023px){.cmp-test .cmp-test__content .cmp-test__inner-content .cmp-test__body{height:95%;width:100%}}.cmp-diy-listing{background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;padding:4rem 0}@media only screen and (max-width:1023px){.cmp-diy-listing{padding:2.5rem 0}}.cmp-diy-listing .cmp-diy-listing__title{color:#b50404;font-size:2rem;justify-content:center;margin-bottom:1rem;text-align:center}@media only screen and (max-width:1023px){.cmp-diy-listing .cmp-diy-listing__title{font-size:1.5rem;margin-bottom:.75rem}}.cmp-diy-listing .cmp-diy-listing__title:after,.cmp-diy-listing .cmp-diy-listing__title:before{color:#000}.cmp-diy-listing .cmp-diy-listing__description{font-size:1.125rem;line-height:1.25rem;margin-bottom:2rem;text-align:center}@media only screen and (max-width:1023px){.cmp-diy-listing .cmp-diy-listing__description{font-size:1rem;padding-left:1pc;padding-right:1pc}}.cmp-diy-listing .cmp-diy-listing__tabs-title{font-size:1.5rem;margin-bottom:1.5rem;text-align:center}@media only screen and (max-width:1023px){.cmp-diy-listing .cmp-diy-listing__tabs-title{font-size:1.125rem;margin-bottom:1rem}}.cmp-diy-listing .cmp-diy-listing__tabs{display:flex;flex-direction:row;gap:.375rem;justify-content:center;overflow:scroll}.cmp-diy-listing .cmp-diy-listing__tabs::-webkit-scrollbar{background:transparent;height:0}.cmp-diy-listing .cmp-diy-listing__tabs::-webkit-scrollbar-thumb{background:transparent}@media only screen and (max-width:1023px){.cmp-diy-listing .cmp-diy-listing__tabs{display:inline-flex;justify-content:unset;margin:auto;max-width:calc(100% - 2rem);width:max-content}}.cmp-diy-listing .cmp-diy-listing__tabs .cmp-diy-listing__tab-container{cursor:pointer;margin-bottom:3rem;text-align:center}@media only screen and (max-width:1023px){.cmp-diy-listing .cmp-diy-listing__tabs .cmp-diy-listing__tab-container{margin-bottom:2.5rem}}.cmp-diy-listing .cmp-diy-listing__tabs .cmp-diy-listing__tab-container .cmp-diy-listing__bar{background-color:gray;border-radius:.625rem;display:block;height:.75rem;margin-bottom:.5rem;width:7.125rem}@media only screen and (max-width:1023px){.cmp-diy-listing .cmp-diy-listing__tabs .cmp-diy-listing__tab-container .cmp-diy-listing__bar{width:5.25rem}}.cmp-diy-listing .cmp-diy-listing__tabs .cmp-diy-listing__tab-container .cmp-diy-listing__tab-name{font-size:1.125rem}@media only screen and (max-width:1023px){.cmp-diy-listing .cmp-diy-listing__tabs .cmp-diy-listing__tab-container .cmp-diy-listing__tab-name{font-size:1rem}}.cmp-diy-listing .cmp-diy-listing__tabs .cmp-diy-listing__tab-container.active .cmp-diy-listing__bar{background-color:orange}.cmp-diy-listing .cmp-diy-listing__tabs .cmp-diy-listing__tab-container.active .cmp-diy-listing__tab-name{font-weight:500}.cmp-diy-listing .cmp-diy-listing__content{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25rem;justify-content:center;margin:auto;max-width:62.375rem}@media only screen and (max-width:1023px){.cmp-diy-listing .cmp-diy-listing__content{gap:.75rem;max-width:24.375rem}}.cmp-diy-listing .cmp-diy-listing__button-view{margin:3rem auto auto;width:max-content}.cmp-diy-listing--better-world{padding-bottom:0}.cmp-diy-listing--better-world .cmp-diy-listing__title{font-size:1.5rem}@media only screen and (max-width:1023px){.cmp-diy-listing--better-world .cmp-diy-listing__title{font-size:1.25rem}}.cmp-diy-listing--better-world .cmp-diy-listing__tabs-title{font-size:1.5rem}@media only screen and (max-width:1023px){.cmp-diy-listing--better-world .cmp-diy-listing__tabs-title{font-size:1.125rem}}.buy-now-marquee{background-color:#b50404;color:#fff;font-size:large;font-weight:700;margin:10px 0;padding:5px 0;text-align:center}@media only screen and (max-width:1023px){.buy-now-marquee{font-size:small}}.buy-now-card{margin-bottom:40px}.buy-now-card .product-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);margin:5px auto;padding:20px;width:100%}@media only screen and (min-width:1024px)and (max-width:1365px){.buy-now-card .product-card{max-width:50pc}}@media only screen and (max-width:1023px){.buy-now-card .product-card{padding:20px 10px}}.buy-now-card .product-header{align-items:flex-start;display:flex;flex-direction:row;text-align:left;width:100%}.buy-now-card .product-image-container{flex-shrink:0}.buy-now-card .product-image{height:auto;width:5pc}@media only screen and (min-width:1024px)and (max-width:1365px){.buy-now-card .product-image{width:10pc}}.buy-now-card .product-info-container{flex-grow:1;margin-left:20px}@media only screen and (max-width:1023px){.buy-now-card .product-info-container{margin-left:1pc}}.buy-now-card .product-info{margin-bottom:10px}.buy-now-card .product-info h2{color:#000;font-size:18px;margin-bottom:20px}@media only screen and (max-width:1023px){.buy-now-card .product-info h2{font-size:smaller;margin:10px 0}}.buy-now-card .product-info p{color:#666;font-size:1pc}@media only screen and (max-width:1023px){.buy-now-card .product-info p{font-size:9pt}}.buy-now-card .rating{align-items:center;color:#444;display:flex;font-size:14px;gap:5px}.buy-now-card .product-prices{display:flex;flex-wrap:wrap;gap:10px;justify-content:left;margin-top:5px}.buy-now-card .product-prices .shop-cta-button{background-color:#fff;border:1px solid #666;box-shadow:0 1px 2px #aaa;color:#000;display:block;font-size:small;margin:0;min-width:75px;padding:5px;text-align:center;text-decoration:none;text-transform:lowercase}.buy-now-card .product-prices .shop-cta-button:hover{border:1px solid #444;box-shadow:unset}.buy-now-card .product-prices .sold-out-option{background:repeating-linear-gradient(135deg,#eee,#e0e0e0 20px);color:#444;font-size:small;font-weight:700;letter-spacing:1px;padding:10px;text-align:center;text-transform:uppercase;width:75pt}.buy-now-card .price-option{align-items:center;display:flex;justify-content:center;padding:10px;text-align:center}@media only screen and (max-width:1023px){.buy-now-card .price-option{padding:5px}}.buy-now-card .price-option img{height:auto;margin:1px 5px 0 0;width:1pc}.buy-now-card .price-option p{color:#000;font-size:.85em;font-weight:700;letter-spacing:.5px;margin:0}.buy-now-card .ecommerce-name{font-size:small;font-weight:400}@media only screen and (max-width:1023px){.buy-now-card .ecommerce-name{font-size:x-small}}.image-banner-yippee-container{margin-bottom:2.5rem;margin-top:2.5rem}@media only screen and (min-width:1366px){.image-banner-yippee-container{margin-bottom:2.5rem;margin-top:12.1875rem}.image-banner-yippee-container .desktop-image-banner{display:block;height:40rem;width:85.375rem}.image-banner-yippee-container .mobile-image-banner{display:none}}@media only screen and (min-width:1024px)and (max-width:1365px){.image-banner-yippee-container{margin-bottom:2.5rem;margin-top:12.1875rem}.image-banner-yippee-container .desktop-image-banner{display:block;height:40rem;width:85.375rem}.image-banner-yippee-container .mobile-image-banner{display:none}}@media only screen and (max-width:1023px){.image-banner-yippee-container .mobile-image-banner{display:block;height:40rem;width:auto}.image-banner-yippee-container .desktop-image-banner{display:none}}.cmp-search{padding:7rem 0 .0625rem}@media only screen and (max-width:1023px){.cmp-search{padding:.0625rem 0;position:unset}}.cmp-search .cmp-search__results{border:.0625rem solid #e8e8e8;border-radius:1.3125rem;position:absolute;top:10rem;width:47.5rem}@media only screen and (max-width:1023px){.cmp-search .cmp-search__results{border:none;border-bottom:.0625rem solid #e8e8e8;border-radius:unset;margin-top:-1.25rem;padding-top:1.25rem;width:100%}}.cmp-search .cmp-search__results .cmp-search__error-msg{font-weight:900}.cmp-search .cmp-search__results .cmp-search__tabs{margin-top:1.1875rem}@media only screen and (max-width:1023px){.cmp-search .cmp-search__results .cmp-search__tabs{margin-top:1.5rem}}.cmp-search .cmp-search__results .cmp-search__tabs .cmp-search__tab{border-width:.125rem;font-size:1.125rem;font-weight:500}@media only screen and (max-width:1023px){.cmp-search .cmp-search__results .cmp-search__tabs .cmp-search__tab{border-width:.0625rem;font-size:1rem;font-weight:400}}.cmp-header{max-width:1366px}@media only screen and (max-width:1023px){.cmp-header{gap:1.25rem}}.cmp-header__nav-links .cmp-navigation .cmp-navigation__item--level-0{position:relative}.cmp-header__nav-links .cmp-navigation .cmp-navigation__item--level-0:hover:after{border-bottom:.125rem solid #000;bottom:-.25rem;content:"";left:0;position:absolute;width:100%}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation .cmp-navigation__item--level-0:hover:after{border-bottom:none;width:auto}.cmp-header__nav-links .cmp-navigation .cmp-navigation__item--level-0.active{background:#fc4}.cmp-header__nav-links .cmp-navigation .cmp-navigation__item--level-0.active .cmp-header__product-items{background:#fc4;border-top:.0625rem solid #9d9d9d}.cmp-header__nav-links .cmp-navigation{background:#fff;border-right:.0625rem solid #c7c7c7}}.cmp-header__nav-links .cmp-navigation .cmp-navigation__group{justify-content:flex-start}.cmp-header__nav-links .cmp-navigation .cmp-navigation__group .cmp-header__product-items{border:.0625rem solid #e8e8e8;left:-3.125rem}.cmp-header__nav-links .cmp-navigation .cmp-navigation__group .cmp-header__product-items .cmp-navigation__group{gap:.625rem}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation .cmp-navigation__group .cmp-header__product-items{border:none;left:0}}.cmp-header__nav-links .cmp-navigation .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item-link{font-family:Lato,sans-serif;font-weight:400}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2 .cmp-navigation__item-link,.cmp-header__nav-links .cmp-navigation .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1:nth-last-child(n)>.cmp-navigation__item-link{color:#000}}.cmp-header__nav-links .cmp-navigation .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2 .cmp-navigation__item-link:hover{background:#fc4}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list{border-top:.0625rem solid #9d9d9d}.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list .cmp-button--primary .cmp-button{display:flex}.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list .cmp-header__social-media [class*=" icon-"]:before,.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list .cmp-header__social-media [class^=icon-]:before{color:#000}}.cmp-header .cmp-navigation__group.cmp-header__submenu{gap:0}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-header .cmp-navigation__group.cmp-header__submenu{height:calc(100% - 2.3125rem)}}@media only screen and (min-width:1366px){.cmp-header .cmp-navigation__group.cmp-header__submenu{height:calc(100% - 2.3125rem)}}.cmp-header .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2 .cmp-navigation__item-link{width:16.75rem!important}.cmp-header__nav-icons [class*=" icon-"]:before,.cmp-header__nav-icons [class^=icon-]:before{color:#000}@media only screen and (max-width:1023px){.cmp-header .mobile-our-story>a:before{font-size:.0625remrem!important}.cmp-header .mobile-icon-better-world>a:before{font-size:.875rem!important;margin-right:1.4375rem!important}.cmp-header .mobile-icon-media-content>a:before{font-size:.9375rem!important}}.cmp-footer{background-position:50%;background-repeat:no-repeat;background-size:cover}.cmp-footer .cmp-footer__top-content{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;justify-content:space-evenly;margin:auto}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-footer .cmp-footer__top-content{padding-right:1.25rem;padding-top:1.25rem}}@media only screen and (min-width:1366px){.cmp-footer .cmp-footer__top-content{padding-left:0;padding-right:0}}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content{gap:3.25rem;padding-bottom:6.5625rem}}.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe{display:none}.cmp-footer .cmp-footer__top-content .cmp-footer__nav{flex-direction:row;max-width:49.125rem}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation{display:flex}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group{display:block;gap:3rem;padding:0}@media only screen and (min-width:1366px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group{column-count:2}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group{column-count:1}}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group{column-count:1}}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group .cmp-navigation__item,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group .cmp-navigation__item{font-weight:500;gap:3rem;padding-right:3rem}@media only screen and (min-width:1366px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group .cmp-navigation__item:first-child,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group .cmp-navigation__item:nth-child(3),.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group .cmp-navigation__item:first-child,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group .cmp-navigation__item:nth-child(3){padding-bottom:1.5rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group .cmp-navigation__item:first-child,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group .cmp-navigation__item:nth-child(3),.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group .cmp-navigation__item:first-child,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group .cmp-navigation__item:nth-child(3){padding-bottom:1.25rem}}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group .cmp-navigation__item:first-child,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group .cmp-navigation__item:nth-child(3),.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group .cmp-navigation__item:first-child,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group .cmp-navigation__item:nth-child(3){padding-bottom:1.25rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group .cmp-navigation__item,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group .cmp-navigation__item{margin-right:0;padding-bottom:1.25rem;padding-right:0}}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group .cmp-navigation__item,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group .cmp-navigation__item{margin-right:0;padding-bottom:1.25rem;padding-right:0}}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group .cmp-navigation__item-link,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group .cmp-navigation__item-link{text-wrap:nowrap}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group .cmp-navigation__item-link,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group .cmp-navigation__item-link{font-size:1rem}}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation{border-right:unset}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation .cmp-navigation__item{border-right:.0625rem solid #000}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation .cmp-navigation__item{padding-right:2rem}}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation .cmp-navigation__item{padding-right:2rem}}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation .cmp-navigation__item:first-child,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation .cmp-navigation__item:nth-child(2){padding-left:0}@media only screen and (min-width:1366px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation .cmp-navigation__item:first-child,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation .cmp-navigation__item:nth-child(2){border-right:.0625rem solid #000;margin-left:3rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation .cmp-navigation__item:first-child,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation .cmp-navigation__item:nth-child(2){border-right:none;margin-left:2rem}}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation .cmp-navigation__item:first-child,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation .cmp-navigation__item:nth-child(2){border-right:none;margin-left:2rem}}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation .cmp-navigation__item:nth-child(3),.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation .cmp-navigation__item:nth-child(4){padding-right:0;width:fit-content}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation .cmp-navigation__item{margin-left:2rem}}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation .cmp-navigation__item{margin-left:2rem}}.cmp-footer__bottom-content{background:#ff7f00;max-width:unset}.cmp-footer__bottom-content .cmp-footer__container{margin:0 auto;max-width:1366px;padding:0 113px}@media only screen and (max-width:1023px){.cmp-footer__bottom-content .cmp-footer__container{padding:0 2.25rem 0 2.375rem}.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__ITC-Titles{gap:1.75rem;padding-top:2rem}}.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__ITC-Titles a{font-size:1.125rem}@media only screen and (max-width:1023px){.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__ITC-Titles a{font-size:1rem}.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__social-media{align-items:center;height:3rem;margin-bottom:2rem}}.cmp-carousel .cmp-carousel__container .slick-next,.cmp-carousel .cmp-carousel__container .slick-prev{height:3rem;width:3rem}.cmp-carousel .cmp-carousel__container .slick-next.slick-disabled:before,.cmp-carousel .cmp-carousel__container .slick-next:before,.cmp-carousel .cmp-carousel__container .slick-prev.slick-disabled:before,.cmp-carousel .cmp-carousel__container .slick-prev:before{content:""}.cmp-carousel .cmp-carousel__container .slick-dots li button{background-color:#fff;border:.125rem solid #da001c;border-radius:50%;height:1rem;width:1rem}.cmp-carousel .cmp-carousel__container .slick-dots li button:before{content:""}@media only screen and (max-width:1023px){.cmp-carousel .cmp-carousel__container .slick-dots li button{height:.75rem;width:.75rem}}.cmp-carousel .cmp-carousel__container .slick-dots li.slick-active button{background-color:#da001c;border:.125rem solid #da001c}.cmp-product-tabs .cmp-product-tabs__title{font-size:2rem;text-align:center}@media only screen and (max-width:1023px){.cmp-product-tabs .cmp-product-tabs__title{font-size:1.5rem}}.cmp-product-tabs .cmp-product-tabs__title:after,.cmp-product-tabs .cmp-product-tabs__title:before{color:#000;font-size:1.5rem}@media only screen and (max-width:1023px){.cmp-product-tabs .cmp-product-tabs__title:after,.cmp-product-tabs .cmp-product-tabs__title:before{font-size:1.125rem}}.cmp-product-tabs .cmp-product-tabs__title:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;padding-right:1rem;text-transform:none}@media only screen and (max-width:1023px){.cmp-product-tabs .cmp-product-tabs__title:before{padding-right:1rem}}.cmp-product-tabs .cmp-product-tabs__title:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;padding-left:1rem;text-transform:none}@media only screen and (max-width:1023px){.cmp-product-tabs .cmp-product-tabs__title:after{padding-left:.625rem}}.cmp-product-tabs .cmp-product-tabs__tabs{gap:.5rem}@media only screen and (max-width:1023px){.cmp-product-tabs .cmp-product-tabs__tabs{gap:.375rem;justify-content:unset;margin-bottom:0;max-width:fit-content}}.cmp-product-tabs .cmp-product-tabs__tabs .button .cmp-button{text-wrap:nowrap;font-size:1.125rem;font-weight:400}@media only screen and (max-width:1023px){.cmp-product-tabs .cmp-product-tabs__tabs .button .cmp-button{font-size:1rem}}.cmp-product-tabs .cmp-product-tabs__tabs .button.active .cmp-button{background:#fc4;border:unset;font-weight:700}.cmp-product-tabs .cmp-product-tabs__content{margin-top:3rem}@media only screen and (max-width:1023px){.cmp-product-tabs .cmp-product-tabs__content{margin-top:2rem}.cmp-product-tabs .cmp-product-tabs__content .cmp-carousel[data-reveal-next-item-partially=true] .cmp-carousel__container .cmp-carousel__item{padding-right:1.5rem}}.cmp-product-tabs .cmp-product-tabs__content .cmp-carousel__container{gap:.25rem;padding:0 3.875rem}@media only screen and (max-width:1023px){.cmp-product-tabs .cmp-product-tabs__content .cmp-carousel__container .slick-list{margin:auto;max-width:22.375rem}.cmp-product-tabs .cmp-product-tabs__content .cmp-carousel__container{padding:0}}.cmp-product-tabs .cmp-product-tabs__content .cmp-carousel__container .cmp-carousel__item{padding-right:.25rem}@media only screen and (max-width:1023px){.cmp-product-tabs .cmp-product-tabs__content .cmp-carousel__container .cmp-carousel__item{padding-right:0}.cmp-product-tabs .cmp-product-tabs__content .cmp-carousel__container .cmp-carousel__item img{height:13.375rem;width:15.5rem}}.cmp-product-tabs .cmp-product-tabs__content .cmp-carousel__container .slick-dots{bottom:-3rem}@media only screen and (max-width:1023px){.cmp-product-tabs .cmp-product-tabs__content .cmp-carousel__container .slick-dots{bottom:-2.8125rem}}.cmp-product-tabs.cmp-product-tabs--yippee-without-image{background:unset;padding-bottom:5rem;padding-top:5rem}@media only screen and (max-width:1023px){.cmp-product-tabs.cmp-product-tabs--yippee-without-image{padding:2.5rem .875rem}}.cmp-product-tabs.cmp-product-tabs--yippee-with-image{padding-bottom:4rem;padding-top:4rem}@media only screen and (max-width:1023px){.cmp-product-tabs.cmp-product-tabs--yippee-with-image{padding:2.5rem .875rem}}.cmp-product-tabs.cmp-product-tabs--yippee-with-image .cmp-product-tabs__title{color:#000}.ReactModal__Content,.video{height:37.5rem;width:50rem}@media only screen and (max-width:1023px){.ReactModal__Content,.video{height:100%;width:100%}}.cmp-video--popup-video .cmp-video{background-color:unset}.cmp-video--popup-video .cmp-video__content{background-color:#ff7f00;border-radius:1.25rem;height:37.5rem;left:50%;overflow:hidden;position:fixed;top:50%;transform:translate(-50%,-50%);width:50rem;z-index:4}@media only screen and (max-width:1023px){.cmp-video--popup-video .cmp-video__content{height:72%;width:95%}}.cmp-video--popup-video .cmp-video__content .cmp-video__inner-content{padding:1.5rem 1.25rem;position:relative}@media only screen and (max-width:1023px){.cmp-video--popup-video .cmp-video__content .cmp-video__inner-content{height:100%;padding:1.5rem .625rem 1.25rem;width:100%}}.cmp-video--popup-video .cmp-video__content .cmp-video__inner-content .cmp-video__close-icon{color:#fff;cursor:pointer;position:absolute;right:.6875rem;top:.25rem}.cmp-video--popup-video .cmp-video__content .cmp-video__inner-content .cmp-video__close-icon:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-size:.046875remrem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}@media only screen and (max-width:1023px){.cmp-video--popup-video .cmp-video__content .cmp-video__inner-content .cmp-video__close-icon:before{font-size:.046875remrem}}.cmp-video--popup-video .cmp-video__content .cmp-video__inner-content .cmp-video__body{background-color:#000;border-radius:1.25rem;height:34.625rem;overflow:hidden;width:47.5rem}@media only screen and (max-width:1023px){.cmp-video--popup-video .cmp-video__content .cmp-video__inner-content .cmp-video__body{height:100%;width:100%}}.cmp-video--popup-video .cmp-video__content .cmp-video__inner-content .cmp-video__body .cmp-video__iframe{border-radius:1.25rem;overflow:hidden}.cmp-video--popup-video .cmp-video__content .cmp-video__inner-content .cmp-video__body .cmp-video__pause-icon,.cmp-video--popup-video .cmp-video__content .cmp-video__inner-content .cmp-video__body .cmp-video__play-icon{height:3.375rem;width:3.375rem}.cmp-video .cmp-video__pause-button:after,.cmp-video .cmp-video__pause-button:before,.cmp-video .cmp-video__play-button:after,.cmp-video .cmp-video__play-button:before{content:""}.cmp-video .cmp-video__pause-button,.cmp-video .cmp-video__pause-button .cmp-video__pause-icon,.cmp-video .cmp-video__pause-button .cmp-video__play-icon,.cmp-video .cmp-video__play-button,.cmp-video .cmp-video__play-button .cmp-video__pause-icon,.cmp-video .cmp-video__play-button .cmp-video__play-icon{height:5rem;width:5rem}@media only screen and (max-width:1023px){.cmp-video .cmp-video__pause-button,.cmp-video .cmp-video__pause-button .cmp-video__pause-icon,.cmp-video .cmp-video__pause-button .cmp-video__play-icon,.cmp-video .cmp-video__play-button,.cmp-video .cmp-video__play-button .cmp-video__pause-icon,.cmp-video .cmp-video__play-button .cmp-video__play-icon{height:3.375rem;width:3.375rem}}.cmp-video .cmp-video__play-button{background-color:unset;border-radius:unset;opacity:1}.play-icon{align-items:center;bottom:0;cursor:pointer;display:flex;height:5rem;justify-content:center;left:0;margin:auto;position:absolute;right:0;top:0;width:5rem}@media only screen and (max-width:1023px){.play-icon{height:3.375rem;width:3.375rem}}.cmp-carousel:has(.banner){display:flex;justify-content:center}.cmp-carousel:has(.banner) .cmp-carousel__container{max-width:85.375rem;width:85.375rem}@media only screen and (max-width:1365px){.cmp-carousel:has(.banner) .cmp-carousel__container{max-width:100%;width:100%}}.cmp-carousel:has(.banner) .cmp-carousel__container .slick-prev{left:7.0625rem}@media only screen and (max-width:1023px){.cmp-carousel:has(.banner) .cmp-carousel__container .slick-prev{display:none!important}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-carousel:has(.banner) .cmp-carousel__container .slick-prev{left:5%}}.cmp-carousel:has(.banner) .cmp-carousel__container .slick-next{right:7.0625rem}@media only screen and (max-width:1023px){.cmp-carousel:has(.banner) .cmp-carousel__container .slick-next{display:none!important}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-carousel:has(.banner) .cmp-carousel__container .slick-next{right:4%}}.cmp-carousel:has(.banner) .cmp-carousel__container .slick-dots{bottom:4rem}@media only screen and (max-width:1023px){.cmp-carousel:has(.banner) .cmp-carousel__container .slick-dots{bottom:7.25rem}}.cmp-social{margin:0 auto;max-width:1366px;padding:5rem 7.0625rem .5625rem;position:relative}@media only screen and (max-width:1023px){.cmp-social{padding:2.5rem 1rem 0}}.cmp-social__title-container{margin-bottom:2.6875rem}@media only screen and (max-width:1023px){.cmp-social__title-container{margin-bottom:1.5rem}}.cmp-social__title-container .cmp-social__title .cmp-title__text{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#b50404;display:-webkit-box;line-height:3.4375rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-social__title-container .cmp-social__title .cmp-title__text{line-height:2.125rem}}.cmp-social__title-container .cmp-social__sub-title{margin-top:1.5rem}.cmp-social__title-container .cmp-social__sub-title .cmp-text{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#000;display:-webkit-box;line-height:1.75rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-social__title-container .cmp-social__sub-title .cmp-text{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;line-height:1.625rem;margin-top:.75rem;overflow:hidden}}.cmp-social__card-container{display:flex;gap:1.125rem}@media only screen and (max-width:1023px){.cmp-social__card-container{align-items:center;flex-direction:column;padding:0 .5rem}.cmp-social__card-container .cmp-social__card-column{display:flex;gap:1.125rem}}.cmp-social__card-container .cmp-social__card-column:nth-child(odd) img:nth-child(odd){height:13.75rem;width:13.8125rem}@media only screen and (max-width:1023px){.cmp-social__card-container .cmp-social__card-column:nth-child(odd) img:nth-child(odd){height:11.3125rem;width:11.25rem}}.cmp-social__card-container .cmp-social__card-column:nth-child(odd) img:nth-child(2n){height:20rem;margin-top:1.125rem;width:12.6875rem}@media only screen and (max-width:1023px){.cmp-social__card-container .cmp-social__card-column:nth-child(odd) img:nth-child(2n){height:16.375rem;margin-top:.0625rem;width:9.25rem}}.cmp-social__card-container .cmp-social__card-column:nth-child(2n) img:nth-child(odd){height:20rem;width:13.125rem}@media only screen and (max-width:1023px){.cmp-social__card-container .cmp-social__card-column:nth-child(2n) img:nth-child(odd){height:16.25rem;margin-top:-5rem;width:9.1875rem}}.cmp-social__card-container .cmp-social__card-column:nth-child(2n) img:nth-child(2n){height:13.75rem;width:13.8125rem}@media only screen and (max-width:1023px){.cmp-social__card-container .cmp-social__card-column:nth-child(2n) img:nth-child(2n){height:11.3125rem;width:11.25rem}}.cmp-social__card-container .cmp-social__card-column:last-child(1) img:nth-child(2n){margin-left:.375rem}@media only screen and (max-width:1023px){.cmp-social__card-container .cmp-social__card-column:nth-child(n+4):not(:nth-last-child(4n)) img{display:none}.cmp-social__card-container .cmp-social__card-column:nth-child(3n) img:nth-child(2n){height:14.5625rem}}.cmp-social__card-container .cmp-social__card-column img{border-radius:1rem;object-fit:cover;vertical-align:middle}.cmp-social__card-container .cmp-social__card-column img:nth-child(2n){display:flex;flex-direction:column-reverse;justify-content:flex-end;margin-top:1.125rem}@media only screen and (max-width:1023px){.cmp-social__card-container .cmp-social__card-column img:nth-child(2n){margin-top:0}}.cmp-social__card-container--anchor .cmp-social__card-column:nth-child(odd) a:nth-child(odd) img{height:13.75rem;width:13.8125rem}@media only screen and (max-width:1023px){.cmp-social__card-container--anchor .cmp-social__card-column:nth-child(odd) a:nth-child(odd) img{height:11.3125rem;width:11.25rem}}.cmp-social__card-container--anchor .cmp-social__card-column:nth-child(odd) a:nth-child(2n) img{height:20rem;margin-top:1.125rem;width:12.6875rem}@media only screen and (max-width:1023px){.cmp-social__card-container--anchor .cmp-social__card-column:nth-child(odd) a:nth-child(2n) img{height:16.375rem;margin-top:.0625rem;width:9.25rem}}.cmp-social__card-container--anchor .cmp-social__card-column:nth-child(2n) a:nth-child(odd) img{height:20rem;width:13.125rem}@media only screen and (max-width:1023px){.cmp-social__card-container--anchor .cmp-social__card-column:nth-child(2n) a:nth-child(odd) img{height:16.25rem;margin-top:-5rem;width:9.1875rem}}.cmp-social__card-container--anchor .cmp-social__card-column:nth-child(2n) a:nth-child(2n) img{height:13.75rem;margin-top:1.125rem;width:13.8125rem}@media only screen and (max-width:1023px){.cmp-social__card-container--anchor .cmp-social__card-column:nth-child(2n) a:nth-child(2n) img{height:11.3125rem;width:11.25rem}}.cmp-social .cmp-button--primary-anchor{display:flex;justify-content:center;left:0;margin-top:-5.375rem;position:absolute;right:0;z-index:1}@media only screen and (max-width:1023px){.cmp-social .cmp-button--primary-anchor{margin-top:-5rem}}.cmp-social .cmp-social__gradient{background-image:linear-gradient(180deg,hsla(0,11%,96%,0),#f7f5f5 46%,#f7f5f5);height:5.375rem;left:0;margin:-5.375rem 7.0625rem 0;position:absolute;right:0}@media only screen and (max-width:1023px){.cmp-social .cmp-social__gradient{background-image:linear-gradient(180deg,hsla(0,11%,96%,0),#f7f5f5 46%,#f7f5f5);height:21.25rem;margin:-21.25rem auto}}.cmp-social__title-container .cmp-text>p,.cmp-social__title-container .cmp-title__text{text-align:center}.cmp-social__title-container .cmp-text>p{font-size:1.125rem;line-height:1.625rem}@media only screen and (max-width:1023px){.cmp-social__title-container .cmp-text>p{font-size:1rem}}.cmp-social .title-star-icon{justify-content:center}.cmp-social .title-star-icon:after,.cmp-social .title-star-icon:before{font-size:1.125rem;font-weight:600}.cmp-social .cmp-title__text{font-size:2rem}@media only screen and (max-width:1023px){.cmp-social .cmp-title__text{font-size:1.5rem}}.cmp-social .cmp-social__card-container{justify-content:center}@media only screen and (max-width:1023px){.cmp-social .cmp-social__card-container{justify-content:unset}}.cmp-social .cmp-social__gradient{background-image:linear-gradient(180deg,hsla(0,11%,96%,0),#f7f5f5 95%,#f7f5f5)}@media only screen and (max-width:1023px){.cmp-social .cmp-social__gradient{background-image:linear-gradient(180deg,hsla(0,11%,96%,0),#f7f5f5 90%,#f7f5f5)}}.cmp-accordion .cmp-accordion__item:last-child{margin-bottom:4rem}@media only screen and (max-width:1023px){.cmp-accordion .cmp-accordion__item:last-child{margin-bottom:1.0625rem}}.cmp-accordion .cmp-text>p{line-height:1.625rem}@media only screen and (max-width:1023px){.cmp-accordion .cmp-text>p{line-height:1.5rem}}.cmp-accordion--large .cmp-accordion__title{font-weight:800;padding:2.5rem 0 1.625rem}.cmp-accordion--large .cmp-accordion__item{margin-bottom:0}.cmp-accordion--large .cmp-accordion__item:last-child{margin-bottom:7.3125rem}.cmp-accordion--large .cmp-accordion__item:last-child .cmp-accordion__panel--expanded{border-bottom:.125rem solid #000}@media only screen and (max-width:1023px){.cmp-accordion--large .cmp-accordion__item:last-child{margin-bottom:3.0625rem}.cmp-accordion--large .cmp-accordion__panel--expanded{padding:1rem 0 1.375rem}}.cmp-accordion--medium .cmp-accordion__title{margin:2.5rem 0 1.6875rem}@media only screen and (max-width:1023px){.cmp-accordion--medium .cmp-accordion__title{margin:2.0625rem 0 1.625rem}.cmp-accordion--medium .cmp-accordion__button{padding-bottom:0}.cmp-accordion--medium .cmp-accordion__panel--expanded{padding:.75rem 0 1rem}}.cmp-accordion--medium .cmp-accordion__item{margin-bottom:0}.cmp-accordion--medium .cmp-accordion__item:last-child{margin-bottom:5.4375rem}.cmp-accordion--medium .cmp-accordion__item:last-child .cmp-accordion__panel--expanded{border-bottom:.125rem solid #000}@media only screen and (max-width:1023px){.cmp-accordion--medium .cmp-accordion__item:last-child{margin-bottom:2.9375rem}.cmp-accordion--small .cmp-accordion__icon:after{top:2.375rem}}.cmp-accordion--small .cmp-accordion__title{font-weight:600;line-height:1.875rem}.cmp-accordion--small .cmp-accordion__button--expanded .cmp-accordion__title{margin-bottom:1.125rem}@media only screen and (max-width:1023px){.cmp-accordion--small .cmp-accordion__button--expanded .cmp-accordion__title{margin-bottom:0}.cmp-accordion--small .cmp-accordion__panel--expanded{padding:.75rem 0 1rem}}.cmp-accordion--small .cmp-accordion__item{margin-bottom:0}.cmp-accordion--small .cmp-accordion__item:last-child{margin-bottom:11.4375rem}.cmp-accordion--small .cmp-accordion__item:last-child .cmp-accordion__panel--expanded{border-bottom:.125rem solid #000}@media only screen and (max-width:1023px){.cmp-accordion--small .cmp-accordion__item:last-child{margin-bottom:3.0625rem}}.cmp-accordion--large .cmp-accordion__item:first-child .cmp-accordion__title{padding-top:0}.cmp-accordion--large .cmp-accordion__item:first-child .cmp-accordion__icon:after{top:.875rem}.cmp-accordion--large .cmp-accordion__item:last-child .cmp-accordion__button,.cmp-accordion--large .cmp-accordion__item:last-child .cmp-accordion__panel--expanded{border-bottom:none}.cmp-accordion--large .cmp-accordion__button .cmp-accordion__title{margin-top:0}.cmp-accordion--medium .cmp-accordion__item:first-child .cmp-accordion__button{padding-top:0}.cmp-accordion--medium .cmp-accordion__item:first-child .cmp-accordion__button .cmp-accordion__icon:after{top:.875rem}.cmp-accordion--medium .cmp-accordion__item:first-child .cmp-accordion__title{margin-top:0}.cmp-accordion--medium .cmp-accordion__item:last-child .cmp-accordion__panel--expanded{border-bottom:none}.cmp-accordion--medium .cmp-accordion__item .cmp-accordion__button{padding:2.0625rem 0 .75rem}.cmp-accordion--small .cmp-accordion__title{margin-top:0;max-width:31.25rem!important}@media only screen and (max-width:1023px){.cmp-accordion--small .cmp-accordion__title{margin:0;max-width:17.375rem!important;padding:1rem 0 1.0625rem}}.cmp-separator{margin:2.5rem 0 3rem}@media only screen and (max-width:1023px){.cmp-separator{margin:1rem 0 2.5625rem}}.cmp-card{overflow:hidden}.cmp-card .cmp-card__image img{object-fit:cover}.cmp-card .cmp-card__image img.is-clickable{cursor:pointer}.cmp-card .cmp-card__content{border-radius:1rem}.cmp-card .cmp-card__content .cmp-card__media{position:relative}.cmp-card .cmp-card__content .cmp-card__media .cmp-card__image img{border-radius:1rem;object-fit:cover}.cmp-card .cmp-card__content .cmp-card__info{position:relative}.cmp-card .cmp-card__content .cmp-card__info .cmp-card__title h5{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#ff7f00;display:-webkit-box;height:4.25rem;line-height:2.125rem;overflow:hidden}.cmp-card .cmp-card__content .cmp-card__info .cmp-card__sub-title{-webkit-line-clamp:6;-webkit-box-orient:vertical;color:#ff7f00;display:-webkit-box;line-height:1.625rem;margin-top:1.5rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-card .cmp-card__content .cmp-card__info .cmp-card__sub-title{line-height:1.375rem}}.cmp-card .cmp-card__content .cmp-card__info .cmp-card__cta{display:flex;justify-content:center;margin-top:1.5rem}.cmp-card--tvc{width:20.5625rem}@media only screen and (max-width:1023px){.cmp-card--tvc{width:22.375rem}}.cmp-card--tvc .cmp-card__content .cmp-card__media .cmp-card__media-top-icon{text-align:center}.cmp-card--tvc .cmp-card__content .cmp-card__media .cmp-card__image img{height:15.4375rem;width:20.5625rem}@media only screen and (max-width:1023px){.cmp-card--tvc .cmp-card__content .cmp-card__media .cmp-card__image img{height:16.75rem;width:22.375rem}}.cmp-card--tvc .cmp-card__content .cmp-card__info{padding-top:1rem}.cmp-card--tvc .cmp-card__content .cmp-card__info .cmp-card__date{color:#fff;margin-bottom:.75rem}.cmp-card--tvc .cmp-card__content .cmp-card__info .cmp-card__date.hide-year{visibility:hidden}.cmp-card--yippee-diy,.cmp-card--yippee-quality-control,.cmp-card--yippee-recipe{width:19.125rem}@media only screen and (max-width:1365px){.cmp-card--yippee-diy,.cmp-card--yippee-quality-control,.cmp-card--yippee-recipe{width:16.875rem}}.cmp-card--yippee-diy .cmp-card__main-content,.cmp-card--yippee-quality-control .cmp-card__main-content,.cmp-card--yippee-recipe .cmp-card__main-content{border-radius:1.875rem;overflow:hidden;position:relative}.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__badge,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__badge,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__badge{align-items:center;background-color:#000;border-radius:0 1.25rem 1.25rem 0;display:flex;gap:.1875rem;height:2.625rem;left:0;position:absolute;top:1.875rem;width:8.9375rem;z-index:1}.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__badge .cmp-card__recipe-type,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__badge .cmp-card__recipe-type,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__badge .cmp-card__recipe-type{color:#fff;font-size:1rem;margin:0 .375rem 0 .75rem}.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__badge .cmp-card__recipe-type-icon-1,.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__badge .cmp-card__recipe-type-icon-2,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__badge .cmp-card__recipe-type-icon-1,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__badge .cmp-card__recipe-type-icon-2,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__badge .cmp-card__recipe-type-icon-1,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__badge .cmp-card__recipe-type-icon-2{margin-top:.25rem}.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__badge .cmp-card__recipe-type-icon-1:before,.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__badge .cmp-card__recipe-type-icon-2:before,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__badge .cmp-card__recipe-type-icon-1:before,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__badge .cmp-card__recipe-type-icon-2:before,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__badge .cmp-card__recipe-type-icon-1:before,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__badge .cmp-card__recipe-type-icon-2:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__badge .cmp-card__recipe-type-icon-1:before,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__badge .cmp-card__recipe-type-icon-1:before,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__badge .cmp-card__recipe-type-icon-1:before{color:#feab00;content:""}.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__badge .cmp-card__recipe-type-icon-2:before,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__badge .cmp-card__recipe-type-icon-2:before,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__badge .cmp-card__recipe-type-icon-2:before{color:#292929;content:""}.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__options,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__options,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__options{position:absolute;right:0;top:.3125rem;width:10.5625rem;z-index:1}.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__options .cmp-card__three-dots,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__options .cmp-card__three-dots,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__options .cmp-card__three-dots{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:3rem;justify-content:center;position:absolute;right:1rem;top:1.5625rem}.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__options .cmp-card__three-dots:before,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__options .cmp-card__three-dots:before,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__options .cmp-card__three-dots:before{font-size:3rem}.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__options .cmp-card__dropdown-content,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__options .cmp-card__dropdown-content,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__options .cmp-card__dropdown-content{background:#931010;border-radius:.5rem;padding:.759375rem .71875rem 1.1875rem;position:absolute;right:.3125rem;top:.6875rem;width:9.6875rem}.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__options .cmp-card__dropdown-content .close,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__options .cmp-card__dropdown-content .close,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__options .cmp-card__dropdown-content .close{cursor:pointer;font-size:.90625rem;text-align:right}.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item{align-items:center;display:flex;gap:.6875rem;margin-bottom:1.25rem}.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item:last-child,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item:last-child,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item:last-child{margin-bottom:0}.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a{color:#fceded;font-family:Lato,sans-serif;line-height:1.75rem;text-decoration:none}.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a:before,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a:before,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-right:.75rem;text-transform:none}.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a.action-item-icon-share:before,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a.action-item-icon-share:before,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a.action-item-icon-share:before{content:""}.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a.action-item-icon-download:before,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a.action-item-icon-download:before,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a.action-item-icon-download:before{content:""}.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a.action-item-icon-save-for-later:before,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a.action-item-icon-save-for-later:before,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a.action-item-icon-save-for-later:before{content:""}.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__media .cmp-card__img,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__media .cmp-card__img,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__media .cmp-card__img{height:25.5rem;width:19.125rem}@media only screen and (max-width:1365px){.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__media .cmp-card__img,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__media .cmp-card__img,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__media .cmp-card__img{height:22.5rem;width:16.875rem}}.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__content,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__content,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__content{align-items:flex-end;bottom:0;display:flex;gap:1.875rem;justify-content:center;left:0;padding:0 1rem 1.75rem;position:absolute;width:100%}.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__content .cmp-card__title,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__content .cmp-card__title,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__content .cmp-card__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;flex-basis:80%;overflow:hidden}.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__content .cmp-card__time-in-minutes,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__content .cmp-card__time-in-minutes,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__content .cmp-card__time-in-minutes{flex-basis:20%}.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__content .cmp-card__time-in-minutes .cmp-card__time-wrapper,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__content .cmp-card__time-in-minutes .cmp-card__time-wrapper,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__content .cmp-card__time-in-minutes .cmp-card__time-wrapper{height:3.1875rem;position:relative;width:3.125rem}.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__content .cmp-card__time-in-minutes .cmp-card__time-wrapper .cmp-card__time-icon:before,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__content .cmp-card__time-in-minutes .cmp-card__time-wrapper .cmp-card__time-icon:before,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__content .cmp-card__time-in-minutes .cmp-card__time-wrapper .cmp-card__time-icon:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;content:"";font-family:icomoon!important;font-size:3.125rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__content .cmp-card__time-in-minutes .cmp-card__time-wrapper .cmp-card__time,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__content .cmp-card__time-in-minutes .cmp-card__time-wrapper .cmp-card__time,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__content .cmp-card__time-in-minutes .cmp-card__time-wrapper .cmp-card__time{align-items:center;bottom:0;color:#000;display:flex;font-family:Lato,sans-serif;font-size:1.5rem;font-weight:700;justify-content:center;left:0;position:absolute;right:0;top:0}@media only screen and (max-width:1023px){.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__content .cmp-card__time-in-minutes .cmp-card__time-wrapper .cmp-card__time,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__content .cmp-card__time-in-minutes .cmp-card__time-wrapper .cmp-card__time,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__content .cmp-card__time-in-minutes .cmp-card__time-wrapper .cmp-card__time{font-size:1.25rem}}.cmp-card--yippee-diy .cmp-card__main-content .cmp-card__content .cmp-card__time-in-minutes .cmp-card__minutes,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__content .cmp-card__time-in-minutes .cmp-card__minutes,.cmp-card--yippee-recipe .cmp-card__main-content .cmp-card__content .cmp-card__time-in-minutes .cmp-card__minutes{color:#fff;text-align:center}.cmp-card--yippee-diy .cmp-card .cmp-card__star{height:1.5rem;position:relative}.cmp-card--yippee-diy .cmp-card .cmp-card__star:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fc4;content:"";font-family:icomoon!important;font-size:4rem;font-style:normal;font-variant:normal;font-weight:400;left:50%;line-height:1;position:absolute;text-transform:none;top:0;transform:translateX(-50%)}.cmp-card--yippee-diy .cmp-card .cmp-card__main-content .cmp-card__options,.cmp-card--yippee-diy .cmp-card .cmp-card__main-content .cmp-card__time-in-minutes{display:none}.cmp-card--yippee-diy .cmp-card .cmp-card__main-content .cmp-card__badge{width:8.0625rem}.cmp-card--yippee-diy .cmp-card .cmp-card__main-content .cmp-card__content{padding-bottom:2.0625rem}.cmp-card--yippee-diy .cmp-card .cmp-card__main-content .cmp-card__content .cmp-card__title{flex-basis:100%;text-align:center}@media only screen and (max-width:1023px){.cmp-card--yippee-diy.mini-card{width:10.75rem}.cmp-card--yippee-diy.mini-card .cmp-card__star{height:.75rem}.cmp-card--yippee-diy.mini-card .cmp-card__main-content{border-radius:.9375rem}.cmp-card--yippee-diy.mini-card .cmp-card__main-content .cmp-card__badge{height:1.75rem;width:5.625rem}.cmp-card--yippee-diy.mini-card .cmp-card__main-content .cmp-card__badge .cmp-card__recipe-type{font-size:.75rem;margin:0 .125rem 0 .1875rem}.cmp-card--yippee-diy.mini-card .cmp-card__main-content .cmp-card__badge .cmp-card__recipe-type-icon-1,.cmp-card--yippee-diy.mini-card .cmp-card__main-content .cmp-card__badge .cmp-card__recipe-type-icon-2{margin-top:.125rem}.cmp-card--yippee-diy.mini-card .cmp-card__main-content .cmp-card__media .cmp-card__img{height:13.5625rem;width:10.75rem}}.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__badge,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__options,.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__time-in-minutes{display:none}.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__content{padding-bottom:2.0625rem}.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__content .cmp-card__title{flex-basis:100%;font-family:Lato,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.75rem;text-align:center}@media only screen and (max-width:1023px){.cmp-card--yippee-quality-control .cmp-card__main-content .cmp-card__content .cmp-card__title{font-size:1rem;line-height:1.5rem}}.cmp-card--yippee-product-details{width:19.375rem}@media only screen and (max-width:1365px){.cmp-card--yippee-product-details{width:18.125rem}}.cmp-card--yippee-product-details .cmp-card{border-radius:1.875rem;overflow:hidden;position:relative}.cmp-card--yippee-product-details .cmp-card .cmp-card__media .cmp-card__img{height:19.375rem;width:19.375rem}@media only screen and (max-width:1365px){.cmp-card--yippee-product-details .cmp-card .cmp-card__media .cmp-card__img{height:18.125rem;width:18.125rem}}.cmp-card--yippee-product-details .cmp-card .cmp-card__content{bottom:0;left:0;padding:0 1rem 1.9375rem;position:absolute;width:100%}.cmp-card--yippee-product-details .cmp-card .cmp-card__content .cmp-card__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-size:1.5rem;overflow:hidden;text-align:center}@media only screen and (max-width:1023px){.cmp-card--yippee-product-details .cmp-card .cmp-card__content .cmp-card__title{font-size:1.25rem}}.cmp-card--yippee-media{width:19.375rem}@media only screen and (max-width:1365px){.cmp-card--yippee-media{width:17.375rem}}.cmp-card--yippee-media .cmp-card{position:relative}.cmp-card--yippee-media .cmp-card .cmp-card__media .cmp-card__img{height:19.375rem;width:19.375rem}@media only screen and (max-width:1365px){.cmp-card--yippee-media .cmp-card .cmp-card__media .cmp-card__img{height:17.375rem;width:17.375rem}}.cmp-card--yippee-media .cmp-card .cmp-card__content{bottom:0;left:0;padding:0 1rem .8125rem;position:absolute;width:100%}.cmp-card--yippee-media .cmp-card .cmp-card__content .cmp-card__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-family:Lato,sans-serif;font-size:1.125rem;font-weight:400;overflow:hidden;text-align:center}@media only screen and (max-width:1023px){.cmp-card--yippee-media .cmp-card .cmp-card__content .cmp-card__title{font-size:1.125rem}}.cmp-card--testimonial{background:#fff;border-radius:1.25rem;height:25.5rem;overflow:hidden;padding:2rem .9375rem 2.625rem 1.25rem;width:19.125rem}@media only screen and (max-width:1365px){.cmp-card--testimonial{height:22.5rem;padding:2rem .5625rem 1.8125rem 1.25rem;width:16.875rem}}.cmp-card--testimonial .cmp-card__user-info{align-items:center;display:flex;gap:1rem}@media only screen and (max-width:1365px){.cmp-card--testimonial .cmp-card__user-info{gap:.75rem}}.cmp-card--testimonial .cmp-card__user-info .cmp-card__profile-img .cmp-card__profile_img-img{height:4rem;object-fit:cover;width:4rem}.cmp-card--testimonial .cmp-card__user-info .cmp-card__rating-with-name .cmp-card__username{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.cmp-card--testimonial .cmp-card__user-info .cmp-card__rating-with-name .cmp-card__rating{display:flex;gap:.125rem;margin-top:.3125rem}@media only screen and (max-width:1365px){.cmp-card--testimonial .cmp-card__user-info .cmp-card__rating-with-name .cmp-card__rating{margin-top:.375rem}}.cmp-card--testimonial .cmp-card__user-info .cmp-card__rating-with-name .cmp-card__rating .rating-star:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#e8e8e8;content:"";font-family:icomoon!important;font-size:1rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-card--testimonial .cmp-card__user-info .cmp-card__rating-with-name .cmp-card__rating .rating-star.fill:before{color:#ff7f00}.cmp-card--testimonial .cmp-card__description{-webkit-line-clamp:9;-webkit-box-orient:vertical;display:-webkit-box;line-height:1.75rem;margin-top:1.5rem;overflow:hidden}@media only screen and (max-width:1365px){.cmp-card--testimonial .cmp-card__description{line-height:1.5rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-card--testimonial .cmp-card__description{font-size:1rem}}.cmp-card .cmp-card__media .cmp-card__img{object-fit:cover}.cmp-card .cmp-card__media .cmp-card__img.is-clickable{cursor:pointer}.cmp-cards{padding:4rem 7.0625rem 3.8125rem}@media only screen and (max-width:1023px){.cmp-cards{padding:2.5rem 0 2.5rem 1.5rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-cards{padding:2.5rem 0 2rem 1rem}}.cmp-cards .cmp-cards__heading{font-size:2rem}@media only screen and (max-width:1023px){.cmp-cards .cmp-cards__heading{font-size:1.5rem;padding-right:1.5rem}}.cmp-cards .cmp-cards__sub-heading{margin-top:1rem}@media only screen and (max-width:1023px){.cmp-cards .cmp-cards__sub-heading{margin-top:.75rem;padding-right:1.5rem}}.cmp-cards--testimonial{padding:4rem 7.0625rem 7.1875rem}@media only screen and (max-width:1023px){.cmp-cards--testimonial{padding:2.5rem 0 4.5rem 1.5rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-cards--testimonial{padding:2.5rem 0 4.5rem 1rem}}.cmp-cards--testimonial .cmp-cards__heading{margin-bottom:2.5rem}@media only screen and (max-width:1023px){.cmp-cards--testimonial .cmp-cards__heading{margin-bottom:1.5rem}}.cmp-cards--testimonial .carousel .cmp-carousel__container{padding:0 3.125rem 0 4.5rem}@media only screen and (max-width:1023px){.cmp-cards--testimonial .carousel .cmp-carousel__container{padding:0}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-cards--testimonial .carousel .cmp-carousel__container{padding:0 2.5rem 0 4.375rem}}@media only screen and (max-width:375px){.cmp-cards--testimonial .carousel .cmp-carousel__container{margin-right:1.5rem}.cmp-cards--testimonial .carousel .cmp-carousel__container .cmp-carousel__item{display:flex;justify-content:center}}.cmp-cards--testimonial .carousel .cmp-carousel__container .slick-dots{bottom:-3rem}@media only screen and (max-width:1023px){.cmp-cards--testimonial .carousel .cmp-carousel__container .slick-dots,.cmp-cards--testimonial .carousel .cmp-carousel__container .slick-dots-container{bottom:-2.75rem}}.cmp-cards--testimonial .carousel.cmp-carousel--reveal-next-item .slick-list{padding:0 4.5rem 0 0!important}.cmp-cards--yippee-diy{border-radius:0 4.6875rem 4.6875rem 0;padding:4rem 7.0625rem}@media only screen and (max-width:1023px){.cmp-cards--yippee-diy{border-radius:0 3.125rem 3.125rem 0;padding:2.5rem 0 3.125rem 1.5rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-cards--yippee-diy{padding:2.5rem 0 5rem 1rem}}.cmp-cards--yippee-diy .carousel{margin-top:2.5rem}@media only screen and (max-width:1023px){.cmp-cards--yippee-diy .carousel{margin-top:3.625rem}}.cmp-cards--yippee-diy .carousel .cmp-carousel__container{padding:0 2.625rem 0 4.625rem}@media only screen and (max-width:1023px){.cmp-cards--yippee-diy .carousel .cmp-carousel__container{padding:0}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-cards--yippee-diy .carousel .cmp-carousel__container{padding:0 2.5rem 0 4.375rem}}@media only screen and (max-width:375px){.cmp-cards--yippee-diy .carousel .cmp-carousel__container{margin-right:1.5rem}.cmp-cards--yippee-diy .carousel .cmp-carousel__container .cmp-carousel__item{display:flex;justify-content:center}}.cmp-cards--yippee-diy .carousel .cmp-carousel__container .slick-dots{bottom:-3rem}@media only screen and (max-width:1023px){.cmp-cards--yippee-diy .carousel .cmp-carousel__container .slick-dots,.cmp-cards--yippee-diy .carousel .cmp-carousel__container .slick-dots-container{bottom:-2.75rem}}.cmp-cards--yippee-diy .carousel.cmp-carousel--reveal-next-item .slick-list{padding:0 4.5rem 0 0!important}.cmp-cards--yippee-recipe .cmp-cards__heading-color-ueRed{color:#b50404}.cmp-cards--yippee-recipe .cmp-cards__heading-color-ueRed:after,.cmp-cards--yippee-recipe .cmp-cards__heading-color-ueRed:before{color:#000}.cmp-cards--yippee-recipe .carousel{margin-top:2.5rem}@media only screen and (max-width:1023px){.cmp-cards--yippee-recipe .carousel{margin-top:3.625rem}}.cmp-cards--yippee-recipe .carousel .cmp-carousel__container{padding:0 2.625rem 0 4.625rem}@media only screen and (max-width:1023px){.cmp-cards--yippee-recipe .carousel .cmp-carousel__container{padding:0}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-cards--yippee-recipe .carousel .cmp-carousel__container{padding:0 2.5rem 0 4.375rem}}@media only screen and (max-width:375px){.cmp-cards--yippee-recipe .carousel .cmp-carousel__container{margin-right:1.5rem}.cmp-cards--yippee-recipe .carousel .cmp-carousel__container .cmp-carousel__item{display:flex;justify-content:center}}.cmp-cards--yippee-recipe .carousel .cmp-carousel__container .slick-dots{bottom:-3rem}@media only screen and (max-width:1023px){.cmp-cards--yippee-recipe .carousel .cmp-carousel__container .slick-dots,.cmp-cards--yippee-recipe .carousel .cmp-carousel__container .slick-dots-container{bottom:-2.75rem}}.cmp-cards--yippee-recipe .carousel.cmp-carousel--reveal-next-item .slick-list{padding:0 4.5rem 0 0!important}.cmp-cards--yippee-quality-control{padding:5rem 7.0625rem 8.5rem}@media only screen and (max-width:1023px){.cmp-cards--yippee-quality-control{padding:2.5rem 0 5.25rem 1rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-cards--yippee-quality-control{padding:2.5rem 0 5rem 1rem}}.cmp-cards--yippee-quality-control .cmp-cards__heading{color:#b50404}.cmp-cards--yippee-quality-control .cmp-cards__heading:after,.cmp-cards--yippee-quality-control .cmp-cards__heading:before{color:#000}@media only screen and (max-width:1023px){.cmp-cards--yippee-quality-control .cmp-cards__heading{padding-right:1rem}}.cmp-cards--yippee-quality-control .cmp-cards__sub-heading{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;line-height:1.75rem;margin-left:11%;margin-right:11%;overflow:hidden}@media only screen and (max-width:1023px){.cmp-cards--yippee-quality-control .cmp-cards__sub-heading{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;line-height:1.5rem;margin-left:0;margin-right:0;overflow:hidden}}.cmp-cards--yippee-quality-control .carousel{margin-top:3rem}@media only screen and (max-width:1023px){.cmp-cards--yippee-quality-control .carousel{margin-left:.5rem;margin-top:2rem}}.cmp-cards--yippee-quality-control .carousel .cmp-carousel__container{padding:0 2.625rem 0 4.625rem}@media only screen and (max-width:1023px){.cmp-cards--yippee-quality-control .carousel .cmp-carousel__container{padding:0}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-cards--yippee-quality-control .carousel .cmp-carousel__container{padding:0 2.5rem 0 4.375rem}}.cmp-cards--yippee-quality-control .carousel .cmp-carousel__container .slick-dots{bottom:-3rem}@media only screen and (max-width:1023px){.cmp-cards--yippee-quality-control .carousel .cmp-carousel__container .slick-dots,.cmp-cards--yippee-quality-control .carousel .cmp-carousel__container .slick-dots-container{bottom:-2.75rem}}.cmp-cards--yippee-quality-control .carousel.cmp-carousel--reveal-next-item .slick-list{padding:0 4.5rem 0 0!important}.cmp-cards--yippee-product-details{padding:2.5rem 7.0625rem 5rem}@media only screen and (max-width:1023px){.cmp-cards--yippee-product-details{padding:1.25rem 0 5.25rem 1.5rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-cards--yippee-product-details{padding:2.5rem 0 2rem 1rem}}.cmp-cards--yippee-product-details .cmp-cards__heading{font-size:1.5rem;margin-bottom:2rem}@media only screen and (max-width:1023px){.cmp-cards--yippee-product-details .cmp-cards__heading{font-size:1.25rem}}.cmp-cards--yippee-product-details .carousel .cmp-carousel__container{padding:0 3.25rem 0 4.125rem}@media only screen and (max-width:1023px){.cmp-cards--yippee-product-details .carousel .cmp-carousel__container{padding:0}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-cards--yippee-product-details .carousel .cmp-carousel__container{padding:0 2.5rem 0 3.75rem}}.cmp-cards--yippee-product-details .carousel .cmp-carousel__container .slick-dots{bottom:-3rem}@media only screen and (max-width:1023px){.cmp-cards--yippee-product-details .carousel .cmp-carousel__container .slick-dots,.cmp-cards--yippee-product-details .carousel .cmp-carousel__container .slick-dots-container{bottom:-2.75rem}}.cmp-cards--yippee-product-details .carousel.cmp-carousel--reveal-next-item .slick-list{padding:0 3.25rem 0 0!important}@media only screen and (max-width:1023px){.cmp-cards--tvc{padding:2.5rem 1rem 2.75rem}}.cmp-cards--tvc .cmp-cards__heading{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#b50404;display:-webkit-box;font-size:2.25rem;margin-bottom:.75rem;overflow:hidden;text-align:center}.cmp-cards--tvc .cmp-cards__heading:after,.cmp-cards--tvc .cmp-cards__heading:before{color:#000}@media only screen and (max-width:1023px){.cmp-cards--tvc .cmp-cards__heading{font-size:1.5rem;line-height:1.5rem;margin:0 auto 1rem;max-width:18.4375rem}}.cmp-cards--tvc .cmp-card__content{height:100%;width:100%}.cmp-cards--tvc .cmp-card__info{display:none}.cmp-cards--tvc .cmp-card--tvc{height:21.75rem;width:35.1875rem}@media only screen and (max-width:1365px){.cmp-cards--tvc .cmp-card--tvc{height:13.5rem;width:21.8125rem}}@media only screen and (max-width:1023px){.cmp-cards--tvc .cmp-card--tvc{height:13.5rem;width:21.8125rem}}.cmp-cards--tvc .cmp-cards__container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem 2.6875rem}@media only screen and (max-width:1365px){.cmp-cards--tvc .cmp-cards__container{gap:1.5rem .625rem}}@media only screen and (max-width:1023px){.cmp-cards--tvc .cmp-cards__container{flex-direction:column;gap:1.25rem}}.cmp-cards--tvc .cmp-cards__item{display:flex;flex:25%;flex-grow:1;max-width:48%}@media only screen and (max-width:1365px){.cmp-cards--tvc .cmp-cards__item{justify-content:center}}@media only screen and (max-width:1023px){.cmp-cards--tvc .cmp-cards__item{justify-content:center}}.cmp-cards--tvc .cmp-card__media .cmp-card__image img{height:2.5rem!important;width:2.5rem!important}.cmp-cards--tvc .cmp-video--tvc-card,.cmp-cards--tvc .video{height:21.75rem;width:35.1875rem}@media only screen and (max-width:1365px){.cmp-cards--tvc .cmp-video--tvc-card,.cmp-cards--tvc .video{height:13.5rem;width:21.8125rem}}@media only screen and (max-width:1023px){.cmp-cards--tvc .cmp-video--tvc-card,.cmp-cards--tvc .video{height:13.5rem;width:21.8125rem}}.cmp-cards--tvc .cmp-video--tvc-card .cmp-video,.cmp-cards--tvc .video .cmp-video{height:21.75rem;width:100%}@media only screen and (max-width:1365px){.cmp-cards--tvc .cmp-video--tvc-card .cmp-video,.cmp-cards--tvc .video .cmp-video{height:13.5rem;width:21.8125rem}}@media only screen and (max-width:1023px){.cmp-cards--tvc .cmp-video--tvc-card .cmp-video,.cmp-cards--tvc .video .cmp-video{height:13.5rem;width:21.8125rem}}.cmp-cards--tvc .cmp-video--tvc-card .cmp-video .cmp-video__play-button,.cmp-cards--tvc .cmp-video--tvc-card .cmp-video .cmp-video__play-button .cmp-video__pause-icon,.cmp-cards--tvc .cmp-video--tvc-card .cmp-video .cmp-video__play-button .cmp-video__play-icon,.cmp-cards--tvc .video .cmp-video .cmp-video__play-button,.cmp-cards--tvc .video .cmp-video .cmp-video__play-button .cmp-video__pause-icon,.cmp-cards--tvc .video .cmp-video .cmp-video__play-button .cmp-video__play-icon{height:2.5rem;width:2.5rem}.cmp-cards--tvc .button{margin-top:2.5625rem}@media only screen and (max-width:1023px){.cmp-cards--tvc .button{margin-top:3rem}}.cmp-yippee-journey .cmp-yippee-journey__container{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;margin:0 auto;max-width:85.375rem;padding:5rem 7.0625rem}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-yippee-journey .cmp-yippee-journey__container{padding:5rem 1rem}}@media only screen and (min-width:1366px){.cmp-yippee-journey .cmp-yippee-journey__container{padding:5rem 7.0625rem}}@media only screen and (max-width:1023px){.cmp-yippee-journey .cmp-yippee-journey__container{padding:2.75rem 1rem}}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__title{color:#b50404;font-size:2rem;margin-bottom:2.5rem;text-align:center}@media only screen and (max-width:1023px){.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__title{font-size:1.25rem}}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__title:after,.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__title:before{color:#000;font-size:1.5rem}@media only screen and (max-width:1023px){.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__title:after,.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__title:before{font-size:1.125rem}}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__title:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;padding-right:1rem;text-transform:none}@media only screen and (max-width:1023px){.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__title:before{padding-right:1rem}}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__title:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;padding-left:1rem;text-transform:none}@media only screen and (max-width:1023px){.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__title:after{padding-left:.625rem}}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content{display:flex;flex-direction:column;gap:1rem;margin:auto;max-width:58.875rem;padding-bottom:.8125rem}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-carousel__container{padding:0}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-carousel__container .slick-list{margin:auto;max-width:15rem}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-carousel__container .slick-dots{bottom:-1.0625rem}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-carousel__container .cmp-carousel__item img{height:15rem;margin-bottom:.75rem;width:15rem}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-carousel__container .cmp-yippee-journey__footer{margin:auto;padding-bottom:2.75rem}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-carousel__container .cmp-yippee-journey__footer h3{font-size:1.125rem;margin-bottom:.75rem;text-align:center}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-carousel__container .cmp-yippee-journey__footer p{font-size:1rem;line-height:1.5rem}@media only screen and (max-width:1023px){.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-carousel__container .cmp-yippee-journey__footer p{-webkit-line-clamp:15;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list{display:flex;flex-direction:row;min-height:16.25rem;position:relative}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__image{height:16.25rem;margin-right:3rem;width:17.25rem}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__footer-left-star{display:none}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__footer-right-star{position:absolute;right:5.25rem;top:0}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__footer-right-star:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#ff7f00;content:"";font-family:icomoon!important;font-size:2.5rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__footer{margin:auto auto auto 0;padding-right:5.1875rem;position:relative}@media only screen and (max-width:1023px){.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__footer{padding-right:0}}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__footer h3{font-size:1.5rem;margin-bottom:1rem}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__footer p{-webkit-line-clamp:10;-webkit-box-orient:vertical;display:-webkit-box;font-size:1.125rem;line-height:1.75rem;overflow:hidden}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__footer-arrow{align-self:flex-end;height:8.25rem;width:5.25rem}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list.right{flex-direction:row-reverse}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list.right img{margin-left:3rem;margin-right:0}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list.right .cmp-yippee-journey__footer-right-star{left:5.25rem;position:absolute;right:unset;top:0}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list.right .cmp-yippee-journey__footer{margin-right:0;padding-left:5.1875rem;padding-right:0}@media only screen and (max-width:1023px){.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list.right .cmp-yippee-journey__footer{padding-left:0}}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list.right .cmp-yippee-journey__footer .cmp-yippee-journey__footer-star{left:0}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .carousel{display:none}@media only screen and (max-width:1023px){.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content{position:relative}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__carousel-star{position:absolute;right:.6875rem;top:1.375rem}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__carousel-star:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#ff7f00;content:"";font-family:icomoon!important;font-size:1.5rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .carousel{display:unset}.cmp-yippee-journey .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list{display:none}}.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content{max-width:59.875rem;padding-left:5.625rem;padding-right:6.125rem}.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .carousel,.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__carousel-star{display:none}@media only screen and (max-width:1023px){.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content{gap:1.5rem;padding-left:.6875rem;padding-right:.6875rem}.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .carousel{display:none}.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list{display:flex}}.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content:before{display:flex}.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list{position:relative}@media only screen and (max-width:1023px){.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list{flex-direction:column;gap:.75rem}}.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__image{height:16.25rem;margin-right:.8125rem;width:16.25rem}@media only screen and (max-width:1023px){.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__image{height:15rem;margin:auto;width:15rem}}.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__footer{padding:0}.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__footer .cmp-yippee-journey__footer-title{display:none}.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__footer p{-webkit-line-clamp:8;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media only screen and (max-width:1023px){.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__footer p{text-align:center}}.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__footer .cmp-yippee-journey__footer-star,.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__footer-arrow{display:none}.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__footer-left-star{left:-3.625rem;position:absolute;top:1.8125rem}.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__footer-left-star:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#ff7f00;content:"";font-family:icomoon!important;font-size:2rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}@media only screen and (max-width:1023px){.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__footer-left-star:after{font-size:1.25rem}.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__footer-left-star{display:block;left:3.0625rem;top:10.875rem}}.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__footer-right-star{position:absolute;right:-3.125rem;top:1.125rem}.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__footer-right-star:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#ff7f00;content:"";font-family:icomoon!important;font-size:2.5rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}@media only screen and (max-width:1023px){.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__footer-right-star:after{font-size:1.5rem}.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__footer-right-star{right:.25rem;top:.125rem}.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list.right{flex-direction:column}}.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list.right .cmp-yippee-journey__footer-left-star{left:unset;right:-3.125rem;top:1.125rem}@media only screen and (max-width:1023px){.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list.right .cmp-yippee-journey__footer-left-star{left:.8125rem;right:unset;top:10.875rem}}.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list.right .cmp-yippee-journey__footer-right-star{left:-3.625rem;right:unset;top:1.8125rem}.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list.right .cmp-yippee-journey__footer-right-star:after{font-size:2rem}@media only screen and (max-width:1023px){.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list.right .cmp-yippee-journey__footer-right-star:after{font-size:1.5rem}.cmp-yippee-journey .cmp-yippee-journey--without-arrow .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list.right .cmp-yippee-journey__footer-right-star{left:unset;right:.5rem;top:.125rem}}.cmp-yippee-journey .cmp-yippee-journey--image-with-title .cmp-yippee-journey__container .cmp-yippee-journey__title{font-size:1.5rem;margin-bottom:3.0625rem}@media only screen and (max-width:1023px){.cmp-yippee-journey .cmp-yippee-journey--image-with-title .cmp-yippee-journey__container .cmp-yippee-journey__title{font-size:1.25rem;margin-bottom:2.0625rem}}.cmp-yippee-journey .cmp-yippee-journey--image-with-title .cmp-yippee-journey__container .cmp-yippee-journey__content{gap:1.625rem;max-width:58.6875rem}.cmp-yippee-journey .cmp-yippee-journey--image-with-title .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list{min-height:15rem}.cmp-yippee-journey .cmp-yippee-journey--image-with-title .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__image-section{margin-left:2.4375rem;margin-right:3rem;padding-top:.375rem;position:relative}.cmp-yippee-journey .cmp-yippee-journey--image-with-title .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__image-section img{height:15rem;margin-right:0;padding:0;width:15rem}.cmp-yippee-journey .cmp-yippee-journey--image-with-title .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__image-section .cmp-yippee-journey__image-title{bottom:.5625rem;font-size:1.125rem;font-weight:500;position:absolute;right:0;text-align:center;width:100%}.cmp-yippee-journey .cmp-yippee-journey--image-with-title .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__footer{margin-right:3.4375rem;max-width:29.5rem;padding:0}.cmp-yippee-journey .cmp-yippee-journey--image-with-title .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list .cmp-yippee-journey__footer h3{margin-bottom:1.125rem}.cmp-yippee-journey .cmp-yippee-journey--image-with-title .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list.right .cmp-yippee-journey__image-section{margin-left:2.1875rem;margin-right:1.5rem;width:15rem}.cmp-yippee-journey .cmp-yippee-journey--image-with-title .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list.right .cmp-yippee-journey__image-section img{margin-left:0;margin-right:0;padding:0}.cmp-yippee-journey .cmp-yippee-journey--image-with-title .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list.right .cmp-yippee-journey__footer{margin-left:3.4375rem;margin-right:0;max-width:29.4375rem;padding:0}.cmp-yippee-journey .cmp-yippee-journey--image-with-title .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-yippee-journey__list.right .cmp-yippee-journey__footer-arrow{margin-left:0}.cmp-yippee-journey .cmp-yippee-journey--image-with-title .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-carousel__container .slick-list{margin:auto;max-width:21.875rem}.cmp-yippee-journey .cmp-yippee-journey--image-with-title .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-carousel__container .cmp-carousel__item .cmp-yippee-journey__image-section{margin:auto auto 1.5rem;padding-top:.375rem;position:relative;width:fit-content}.cmp-yippee-journey .cmp-yippee-journey--image-with-title .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-carousel__container .cmp-carousel__item .cmp-yippee-journey__image-section img{height:15rem;margin-bottom:.25rem;padding:0;width:15rem}.cmp-yippee-journey .cmp-yippee-journey--image-with-title .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-carousel__container .cmp-carousel__item .cmp-yippee-journey__image-section .cmp-yippee-journey__image-title{bottom:.5625rem;font-size:1rem;font-weight:500;position:absolute;right:0;text-align:center;width:100%}.cmp-yippee-journey .cmp-yippee-journey--image-with-title .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-carousel__container .cmp-carousel__item .cmp-yippee-journey__footer{padding-bottom:2.0625rem}.cmp-yippee-journey .cmp-yippee-journey--image-with-title .cmp-yippee-journey__container .cmp-yippee-journey__content .cmp-carousel__container .cmp-carousel__item .cmp-yippee-journey__footer h3{font-size:1.25rem;margin-bottom:.8125rem}.cmp-yippee-journey--better-world .cmp-yippee-journey__container{background-color:unset;background:none;background-image:none;padding-bottom:0;padding-left:0;padding-right:0}@media only screen and (max-width:1023px){.cmp-yippee-journey--better-world .cmp-yippee-journey__container{padding-top:2.5rem}}.cmp-yippee-journey--better-world .cmp-yippee-journey__container .cmp-carousel__container .cmp-yippee-journey__footer p{text-align:center}.cmp-tab-group{display:flex;justify-content:center}@media only screen and (max-width:1023px){.cmp-tab-group{padding-right:.25rem}}.cmp-tab-group .cmp-tab-group__wrapper{cursor:pointer;display:flex;gap:4.0625rem;overflow-x:auto}@media only screen and (max-width:1023px){.cmp-tab-group .cmp-tab-group__wrapper{gap:1.5625rem}.cmp-tab-group .cmp-tab-group__wrapper::-webkit-scrollbar{display:none}}.cmp-tab-group .cmp-tab-group__wrapper .cmp-tab-group__tab{flex-shrink:0;width:auto}@media only screen and (max-width:1023px){.cmp-tab-group .cmp-tab-group__wrapper .cmp-tab-group__tab{width:4.625rem}}.cmp-tab-group .cmp-tab-group__wrapper .cmp-tab-group__tab .cmp-tab-group__image{display:flex;justify-content:center}.cmp-tab-group .cmp-tab-group__wrapper .cmp-tab-group__tab .cmp-tab-group__image .cmp-tab-group__img{border-radius:50%;height:6.25rem;object-fit:cover;overflow:hidden;width:6.25rem}@media only screen and (max-width:1023px){.cmp-tab-group .cmp-tab-group__wrapper .cmp-tab-group__tab .cmp-tab-group__image .cmp-tab-group__img{height:4.625rem;width:4.625rem}}.cmp-tab-group .cmp-tab-group__wrapper .cmp-tab-group__tab .cmp-tab-group__title{align-items:center;display:flex;height:1.25rem;justify-content:center;margin:0 0 .5rem;overflow:hidden;text-align:center}@media only screen and (max-width:1023px){.cmp-tab-group .cmp-tab-group__wrapper .cmp-tab-group__tab .cmp-tab-group__title{height:2.5rem;margin:0 0 .5rem}}.cmp-tab-group .cmp-tab-group__wrapper .cmp-tab-group__tab .cmp-tab-group__title-border-wrapper{display:flex;justify-content:center;width:100%}.cmp-tab-group .cmp-tab-group__wrapper .cmp-tab-group__tab .cmp-tab-group__title-border-wrapper .cmp-tab-group__title-border{border-bottom:.25rem solid #000;border-radius:.25rem;width:3.25rem}.cmp-tab-group .cmp-tab-group__wrapper .cmp-tab-group__tab.active .cmp-tab-group__title{font-weight:700}.cmp-recipe-group{background-size:cover;height:65.9375rem;overflow:hidden;padding:4rem 7.0625rem}@media only screen and (max-width:1023px){.cmp-recipe-group{height:56.0625rem;padding:2.5rem 0 1.125rem 1.125rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-recipe-group{padding:2.5rem 0 5rem 1rem}}.cmp-recipe-group .text-center{text-align:center}.cmp-recipe-group .cmp-recipe-group__header-section{padding-right:1rem}.cmp-recipe-group .cmp-recipe-group__header-section .cmp-recipe-group__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:2rem;margin-bottom:1rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-recipe-group .cmp-recipe-group__header-section .cmp-recipe-group__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:1.5rem;margin-bottom:.75rem;overflow:hidden}}.cmp-recipe-group .cmp-recipe-group__header-section .cmp-recipe-group__sub-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:1.125rem;line-height:1.75rem;margin-bottom:2.5625rem;margin-top:0;overflow:hidden}@media only screen and (max-width:1023px){.cmp-recipe-group .cmp-recipe-group__header-section .cmp-recipe-group__sub-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:1rem;line-height:1.5rem;margin-bottom:2rem;overflow:hidden}}.cmp-recipe-group .cmp-recipe-group__content .cmp-recipe-group__content-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:2rem;line-height:2.625rem;margin-bottom:2rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-recipe-group .cmp-recipe-group__content .cmp-recipe-group__content-title{font-size:1.5rem;line-height:1.8125rem;margin-bottom:1.5rem}.cmp-recipe-group .cmp-recipe-group__content .carousel{margin-left:.5rem}}.cmp-recipe-group .cmp-recipe-group__content .carousel .cmp-carousel__container{padding:0 2.625rem 0 4.625rem}@media only screen and (max-width:1023px){.cmp-recipe-group .cmp-recipe-group__content .carousel .cmp-carousel__container{padding:0}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-recipe-group .cmp-recipe-group__content .carousel .cmp-carousel__container{padding:0 2.5rem 0 4.375rem}}@media only screen and (max-width:375px){.cmp-recipe-group .cmp-recipe-group__content .carousel .cmp-carousel__container{margin-right:1.5rem}.cmp-recipe-group .cmp-recipe-group__content .carousel .cmp-carousel__container .cmp-carousel__item{display:flex;justify-content:center}}.cmp-recipe-group .cmp-recipe-group__content .carousel .cmp-carousel__container .slick-dots{bottom:-3rem}@media only screen and (max-width:1023px){.cmp-recipe-group .cmp-recipe-group__content .carousel .cmp-carousel__container .slick-dots,.cmp-recipe-group .cmp-recipe-group__content .carousel .cmp-carousel__container .slick-dots-container{bottom:-2.75rem}}.cmp-recipe-group .cmp-recipe-group__content .carousel.cmp-carousel--reveal-next-item .slick-list{padding:0 4.5rem 0 0!important}.cmp-card--history .cmp-card .cmp-card__content{height:38rem}.cmp-card--history .cmp-card .cmp-card__content .cmp-card__info .cmp-card__title h5{height:auto}.cmp-card--history .cmp-card .cmp-card__content .cmp-card__info .cmp-card__title .cmp-card__link{color:#000;font-size:1.5rem}.cmp-card--history .cmp-card .cmp-card__content .cmp-card__info .cmp-card__sub-title{-webkit-line-clamp:9;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-weight:500;margin-top:1rem;overflow:hidden}.cmp-history .cmp-history__title{align-items:center;display:flex;font-size:2.25rem;gap:1rem;justify-content:center;padding:2.75rem 3.125rem}.cmp-history .cmp-history__title:after,.cmp-history .cmp-history__title:before{color:#000}@media only screen and (max-width:1023px){.cmp-history .cmp-history__title{font-size:1.5rem;padding:.5rem 0 2rem;text-align:center}}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container{max-height:25.625rem;overflow-y:auto}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container::-webkit-scrollbar{display:none}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper .cmp-history__bitten-effect:after,.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper .cmp-history__bitten-effect:before,.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper .cmp-history__connectline:after,.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper .cmp-history__connectline:before,.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper:after{display:none}.cmp-history .cmp-history__container .cmp-history__card .cmp-history__card-component .cmp-history__back:before,.cmp-history .cmp-history__container .cmp-history__card .cmp-history__card-component .cmp-history__next:before{content:""}.cmp-recipe-direction{padding:4rem 7.0625rem}@media only screen and (max-width:1023px){.cmp-recipe-direction{padding:1.5rem 1rem}}.cmp-recipe-direction .cmp-recipe-direction__title{text-align:center}.cmp-recipe-direction .cmp-recipe-direction__title .cmp-recipe-direction__head{font-size:2rem;justify-content:center}.cmp-recipe-direction .cmp-recipe-direction__title .cmp-recipe-direction__head:after,.cmp-recipe-direction .cmp-recipe-direction__title .cmp-recipe-direction__head:before{color:#000}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__title .cmp-recipe-direction__head{font-size:1.5rem}}.cmp-recipe-direction .cmp-recipe-direction__title .cmp-recipe-direction__description{font-weight:500}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__steps{margin-bottom:.375rem}}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__img-section img{height:13.6875rem;width:18.1875rem}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__img-section img{height:6.75rem}}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__steps-wrapper .cmp-recipe-direction__step-count{font-size:1.5rem}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__steps-wrapper .cmp-recipe-direction__step-count{font-size:1.125rem}}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__checkbox .checkbox-wrapper input{display:none}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__checkbox .checkbox-wrapper__select{height:1.375rem;left:0;transform:translate(-50%);width:1.375rem}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__checkbox .checkbox-wrapper__select{top:-.8125rem}}.padding-bottom .cmp-recipe-direction{padding-bottom:3rem}@media only screen and (max-width:1023px){.padding-bottom .cmp-recipe-direction{padding-bottom:1.5rem}}.padding-bottom .cmp-recipe-direction__steps:last-child{margin-bottom:0}.container{margin:0 auto;max-width:1366px}@media only screen and (max-width:1023px){.container{margin:0}}.cmp-container--multiTitle>.cmp-container{background-repeat:no-repeat;background-size:cover;height:22.25rem;padding:5.25rem 7.0625rem 7.125rem}@media only screen and (max-width:1023px){.cmp-container--multiTitle>.cmp-container{height:21.375rem;padding:2.5rem .625rem 6.125rem}}.cmp-container--multiTitle .container{background-color:transparent;display:flex;margin:0;max-width:100%}.cmp-container--multiTitle .container>.cmp-container{display:flex}@media only screen and (max-width:1023px){.cmp-container--multiTitle .cmp-container{margin:0 auto}.cmp-container--multiTitle .cmp-container .container>.cmp-container{max-width:20rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.cmp-container--multiTitle .cmp-container .title .cmp-title__text{font-family:Amaranth,sans-serif;font-size:2rem;line-height:2.625rem}@media only screen and (max-width:1023px){.cmp-container--multiTitle .cmp-container .title .cmp-title__text{font-size:1.5rem}}.cmp-container--multiTitle .cmp-text{margin-top:1rem;max-width:54.5rem}@media only screen and (max-width:1023px){.cmp-container--multiTitle .cmp-text{margin-top:.75rem;text-align:center}}.cmp-container--multiTitle .cmp-text p{-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;font-family:Lato,sans-serif;font-size:1rem;letter-spacing:.0225rem;line-height:1.75rem;overflow:hidden}.cmp-container--title-desc>.cmp-container{background-repeat:no-repeat;background-size:cover;height:18.8125rem;padding:3.4375rem 7.0625rem 3.5rem}@media only screen and (max-width:1023px){.cmp-container--title-desc>.cmp-container{height:14.625rem;padding:2.5rem 1rem 2.4375rem}}.cmp-container--title-desc .title{justify-content:center}.cmp-container--title-desc .container{background-color:transparent;margin:0;max-width:100%}.cmp-container--title-desc .cmp-title .cmp-title__text{font-family:Amaranth,sans-serif;font-size:2rem;font-weight:800;justify-content:center;line-height:2.4375rem}@media only screen and (max-width:1023px){.cmp-container--title-desc .cmp-title .cmp-title__text{font-size:1.5rem;line-height:1.8125rem}}.cmp-container--title-desc .cmp-text{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-family:Lato,sans-serif;font-size:1.125rem;line-height:1.75rem;margin-top:1rem;overflow:hidden;text-align:center}@media only screen and (max-width:1023px){.cmp-container--title-desc .cmp-text{font-size:1.125rem;line-height:1.75rem;margin-top:.75rem}}.cmp-container--title-desc .cmp-button--primary-anchor{display:flex;justify-content:center;margin-top:2rem}@media only screen and (max-width:1023px){.cmp-container--title-desc .cmp-button--primary-anchor{margin-top:2rem}}.cmp-container--title-subtitle-text>.cmp-container{background-repeat:no-repeat;background-size:cover;height:18.8125rem;padding:3.125rem 7.0625rem}@media only screen and (max-width:1023px){.cmp-container--title-subtitle-text>.cmp-container{height:14.625rem;padding:2.5rem 1rem 2.4375rem}}.cmp-container--title-subtitle-text .title-star-icon{justify-content:center}.cmp-container--title-subtitle-text .container{background-color:transparent;margin:0;max-width:100%}.cmp-container--title-subtitle-text .cmp-title__text{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;line-height:2.4375rem;max-width:27.75rem;overflow:hidden;text-align:center}.cmp-container--title-subtitle-text .cmp-text{font-size:1.125rem;line-height:1.25rem;margin-top:1rem;text-align:center}@media only screen and (max-width:1023px){.cmp-container--title-subtitle-text .cmp-text{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:1rem;overflow:hidden}}.cmp-container--title-subtitle-text .cmp-button--primary-anchor{display:flex;justify-content:center;margin-top:2rem}.cmp-product-tabs{background-color:unset;background-position:50%;background-repeat:no-repeat;background-size:cover}.cmp-product-tabs.cmp-product-tabs--yippee-explore{display:flex;flex-direction:column}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-product-tabs.cmp-product-tabs--yippee-explore{padding:5rem 1.125rem}}@media only screen and (min-width:1366px){.cmp-product-tabs.cmp-product-tabs--yippee-explore{padding:5rem 10.1875rem}}@media only screen and (max-width:1023px){.cmp-product-tabs.cmp-product-tabs--yippee-explore{padding:2.5rem 1.125rem}}.cmp-product-tabs.cmp-product-tabs--yippee-explore .cmp-product-tabs__title{font-size:2rem;margin-bottom:3rem}@media only screen and (max-width:1023px){.cmp-product-tabs.cmp-product-tabs--yippee-explore .cmp-product-tabs__title{font-size:1.5rem;margin-bottom:2rem}.cmp-product-tabs.cmp-product-tabs--yippee-explore .cmp-product-tabs__title:before{padding-right:.625rem}.cmp-product-tabs.cmp-product-tabs--yippee-explore .cmp-product-tabs__title:after{padding-left:.625rem}}.cmp-product-tabs.cmp-product-tabs--yippee-explore .cmp-product-tabs__tabs{margin-bottom:2rem;margin-top:4.0625rem}@media only screen and (max-width:1023px){.cmp-product-tabs.cmp-product-tabs--yippee-explore .cmp-product-tabs__tabs{margin-bottom:1.5rem}}.cmp-product-tabs.cmp-product-tabs--yippee-explore .cmp-product-tabs__content{display:flex;flex-direction:column;margin-top:0}.cmp-product-tabs.cmp-product-tabs--yippee-explore .cmp-product-tabs__content .cmp-product-tabs__category-section{margin:auto;max-width:65rem}.cmp-product-tabs.cmp-product-tabs--yippee-explore .cmp-product-tabs__content .cmp-product-tabs__category-section h3{font-size:2rem;margin:auto auto 2.5rem;text-align:center}@media only screen and (max-width:1023px){.cmp-product-tabs.cmp-product-tabs--yippee-explore .cmp-product-tabs__content .cmp-product-tabs__category-section h3{font-size:1.25rem;margin-bottom:1.5rem}}.cmp-product-tabs.cmp-product-tabs--yippee-explore .cmp-product-tabs__content .cmp-product-tabs__category-section .cmp-product-tabs__varient-section{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;justify-content:center}@media only screen and (max-width:1023px){.cmp-product-tabs.cmp-product-tabs--yippee-explore .cmp-product-tabs__content .cmp-product-tabs__category-section .cmp-product-tabs__varient-section{gap:0 1rem}}.cmp-product-tabs.cmp-product-tabs--yippee-explore .cmp-product-tabs__content .cmp-product-tabs__category-section .cmp-product-tabs__varient-section .cmp-product-tabs__card-section{margin-bottom:2.5rem;max-width:21rem;text-align:center}@media only screen and (max-width:1023px){.cmp-product-tabs.cmp-product-tabs--yippee-explore .cmp-product-tabs__content .cmp-product-tabs__category-section .cmp-product-tabs__varient-section .cmp-product-tabs__card-section{margin-bottom:2.5rem;max-width:10.5625rem}}.cmp-product-tabs.cmp-product-tabs--yippee-explore .cmp-product-tabs__content .cmp-product-tabs__category-section .cmp-product-tabs__varient-section .cmp-product-tabs__card-section img{height:15.75rem;object-fit:cover;width:21rem}@media only screen and (max-width:1023px){.cmp-product-tabs.cmp-product-tabs--yippee-explore .cmp-product-tabs__content .cmp-product-tabs__category-section .cmp-product-tabs__varient-section .cmp-product-tabs__card-section img{height:9.125rem;width:10.5625rem}}.cmp-product-tabs.cmp-product-tabs--yippee-explore .cmp-product-tabs__content .cmp-product-tabs__category-section .cmp-product-tabs__varient-section .cmp-product-tabs__card-section img.is-clickable{cursor:pointer}.cmp-product-tabs.cmp-product-tabs--yippee-explore .cmp-product-tabs__content .cmp-product-tabs__category-section .cmp-product-tabs__varient-section .cmp-product-tabs__card-section .cmp-product-tabs__buy-now{margin-top:2.5rem}@media only screen and (max-width:1023px){.cmp-product-tabs.cmp-product-tabs--yippee-explore .cmp-product-tabs__content .cmp-product-tabs__category-section .cmp-product-tabs__varient-section .cmp-product-tabs__card-section .cmp-product-tabs__buy-now{margin-top:1.5rem}}.cmp-product-tabs.cmp-product-tabs--yippee-explore .cmp-product-tabs__content .cmp-product-tabs__category-section .cmp-product-tabs__varient-section .cmp-product-tabs__card-section .cmp-product-tabs__buy-now button{margin:auto}.cmp-product-explore-listing{margin:0 auto;max-width:85.375rem;padding:5rem 0 7.25rem;position:relative}.cmp-product-explore-listing.cmp-product-explore-listing-loading{min-height:100vh}@media only screen and (max-width:1023px){.cmp-product-explore-listing{padding:2.5rem 1.4375rem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section{align-items:center;color:unset;display:flex;flex-direction:column;margin:0 auto;padding:0 6.8125rem 4rem;position:relative}@media only screen and (min-width:1366px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section{padding:0 6.8125rem 4rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section{padding:0 0 4rem}}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section{padding:0 0 2rem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__header-title{color:#b50404;font-size:2rem;margin-bottom:1rem;text-align:center}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__header-title{font-size:1.5rem;margin-bottom:.75rem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__header-title:after,.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__header-title:before{color:#000;font-size:.09375remrem}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__header-title:after,.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__header-title:before{font-size:.0703125remrem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__header-title:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;padding-right:1.0625rem;text-transform:none}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__header-title:before{padding-right:.625rem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__header-title:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;padding-left:1.0625rem;text-transform:none}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__header-title:after{padding-left:.625rem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__header-subTitle{font-size:1.125rem;margin-bottom:2.5rem;text-align:center}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__header-subTitle{font-size:.0625remrem;margin-bottom:1.5rem}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-tab-group{max-width:23.125rem;padding-right:0}}@media only screen and (min-width:1366px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-tab-group .cmp-tab-group__wrapper .cmp-tab-group__tab{width:unset}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-tab-group .cmp-tab-group__wrapper .cmp-tab-group__tab{width:unset}}@media only screen and (min-width:1366px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-tab-group .cmp-tab-group__wrapper .cmp-tab-group__tab .cmp-tab-group__image{display:flex;justify-content:center}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-tab-group .cmp-tab-group__wrapper .cmp-tab-group__tab .cmp-tab-group__image{display:flex;justify-content:center}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-tab-group .cmp-tab-group__wrapper .cmp-tab-group__tab .cmp-tab-group__title{height:unset}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__all-filter{display:flex;gap:.75rem;margin-top:1.5rem;width:100%}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filter-section{align-items:center;display:inline-flex;gap:.375rem;justify-content:center;margin-left:auto;margin-right:auto}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters{font-family:Amaranth,sans-serif;font-size:1.125rem;font-weight:500}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters{font-size:1rem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters .cmp-product-explore-listing__filters-name{padding-left:.375rem}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters .cmp-product-explore-listing__filters-name{padding-left:.5rem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters .cmp-product-explore-listing__filters-icon:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";cursor:pointer;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:relative;text-transform:none;top:.09375rem}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters .cmp-product-explore-listing__filters-icon:after{font-size:.0546875remrem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper{position:relative}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper.filterby,.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper.sortby{border:.0625rem solid #000;border-radius:3.125rem;padding:.875rem 1.875rem}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper.filterby .cmp-product-explore-listing__filters,.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper.sortby .cmp-product-explore-listing__filters{align-items:center;cursor:pointer;display:inline-flex;flex-direction:row-reverse;justify-content:center}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal{background-color:#fff;border-radius:1rem;left:4.125rem;padding:1.25rem 1.25rem 1.5rem;position:absolute;right:unset;top:3.25rem;transform:translate(-50%);width:23.25rem;z-index:2}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal{left:4.125rem;padding:1rem;right:unset;top:3rem;width:19.875rem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-modal-header{color:unset;display:flex}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-modal-header h5{font-family:Lato,sans-serif;font-size:1.125rem;font-weight:500}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-modal-header h5{font-size:1rem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-modal-header .cmp-product-explore-listing-modal-close{margin:auto;margin-right:unset}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-modal-header .cmp-product-explore-listing-modal-close:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:unset;content:"";cursor:pointer;font-family:icomoon!important;font-size:1rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body{display:flex;padding-bottom:1.875rem;padding-top:1.5rem}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body{padding-bottom:1.25rem;padding-top:1rem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-radio{align-items:center;display:flex;margin-top:.75rem}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-radio:first-child{margin-top:0}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-radio input{accent-color:#ff7f00;height:1.0625rem;width:1.0625rem}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-radio label{padding-left:.6875rem}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section1 .cmp-product-explore-listing__filter-cat{display:flex;opacity:.3}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section1 .cmp-product-explore-listing__filter-cat{padding-bottom:.75rem;padding-top:0}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section1 .cmp-product-explore-listing__filter-cat p{cursor:pointer;font-size:1rem;line-height:1.625rem;margin:0;padding:.28125rem 0;width:6.625rem}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section1 .cmp-product-explore-listing__filter-cat p{font-size:.875rem;width:5.9375rem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section1 .cmp-product-explore-listing__filter-cat.active{opacity:1}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section1 .cmp-product-explore-listing__filter-cat.active .icon-next{margin:auto 0}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section1 .cmp-product-explore-listing__filter-cat.active .icon-next:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;padding-left:0;text-transform:none}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section1 .cmp-product-explore-listing__filter-cat.active .icon-next:before{font-size:1rem;padding-left:0}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section2{border-left:.0625rem solid #000;margin-left:auto;padding-left:.75rem;width:12.4375rem}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section2{width:10rem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section2 .cmp-product-explore-listing__filter-checkbox{align-items:center;display:flex;padding-bottom:.875rem}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section2 .cmp-product-explore-listing__filter-checkbox:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:unset;content:"";font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;padding-right:1rem;text-transform:none}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section2 .cmp-product-explore-listing__filter-checkbox:before{padding-right:.5rem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section2 .cmp-product-explore-listing__filter-checkbox.checked-icon:before{content:""}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section2 .cmp-product-explore-listing__filter-checkbox span{margin-left:auto;opacity:.3}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section2 .cmp-product-explore-listing__filter-checkbox.disabled{opacity:.3}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-footer{display:flex;justify-content:space-between}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-footer .cmp-button--secondary{text-wrap:nowrap;margin:auto;max-width:10.8125rem}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-footer .cmp-button--secondary{max-width:8.375rem}}.cmp-product-explore-listing .cmp-product-explore-listing__products{display:flex;flex-wrap:wrap;min-height:31.25rem;padding-bottom:4rem}.cmp-product-explore-listing .cmp-product-explore-listing__products .cmp-product-explore-listing__product-container{margin-left:auto;margin-right:auto;max-width:62.375rem}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__products .cmp-product-explore-listing__product-container{max-width:fit-content}}.cmp-product-explore-listing .cmp-product-explore-listing__products .cmp-product-explore-listing__product-item{display:flex;flex-wrap:wrap;gap:2.5rem 2.5rem;justify-content:center}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__products .cmp-product-explore-listing__product-item{gap:1.5rem 1.5rem}.cmp-product-explore-listing .cmp-product-explore-listing__products .cmp-product-explore-listing__product-item .cmp-card--yippee-recipe,.cmp-product-explore-listing .cmp-product-explore-listing__products .cmp-product-explore-listing__product-item .cmp-card--yippee-recipe .cmp-card .cmp-card__media img{height:25.5rem;width:19.125rem}.cmp-product-explore-listing .cmp-product-explore-listing__products .cmp-product-explore-listing__product-item .cmp-card--yippee-recipe .cmp-card .cmp-card__title{font-size:.09375remrem}.cmp-product-explore-listing .cmp-product-explore-listing__products .cmp-product-explore-listing__product-item .cmp-card--yippee-recipe .cmp-card .cmp-card__time-in-minutes{margin-top:.75rem}.cmp-product-explore-listing .cmp-product-explore-listing__products .cmp-product-explore-listing__product-item .cmp-card--yippee-recipe .cmp-card .cmp-card__time-in-minutes .cmp-card__minutes{font-size:.0703125remrem}}.cmp-product-explore-listing .cmp-product-explore-listing__extra-between-section{margin-bottom:4rem}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__extra-between-section{margin-bottom:2.5rem;margin-top:2.5rem}}.cmp-product-explore-listing .cmp-product-explore-listing__button-wrapper .button{display:flex;justify-content:center}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__button-wrapper .button .cmp-button__text{font-size:.0625remrem}}.cmp-teaser-contest{padding:0}@media only screen and (max-width:1023px){.cmp-teaser-contest{max-width:100%;padding:0 1rem}}.cmp-teaser-contest .cmp-teaser-contest__section{background-repeat:no-repeat;background-size:cover}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper{max-width:85.375rem;padding:5.9375rem 7.0625rem 6rem}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper{padding:5.9375rem 2.8125rem 6rem}}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper{margin:0 auto;max-width:24.375rem;padding:2rem 1rem 4rem}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item{align-items:center}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item{flex-direction:column-reverse}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__media .video,.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__media .video .cmp-video__pause-icon,.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__media .video .cmp-video__play-icon{height:auto;width:auto}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content{text-align:center}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__name{font-size:2rem}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__name{font-size:1.25rem}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__description-text{font-size:1.125rem;line-height:1.625rem;margin-top:1rem}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__description-text{font-size:1rem;line-height:1.5rem;margin-top:.75rem}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info{display:block}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info{align-items:center;display:flex}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__date-wrapper{margin-top:.75rem}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__date-wrapper{margin-top:0}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__date-wrapper .cmp-teaser-contest__date{font-size:1.125rem;line-height:1.625rem;margin-left:.8125rem}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__date-wrapper .cmp-teaser-contest__date{font-size:1rem}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__location-wrapper{align-items:center;display:flex}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__location-wrapper{margin-top:0}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__location-wrapper .cmp-teaser-contest__icon-location{font-size:1.5rem}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__location-wrapper .cmp-teaser-contest__icon-location{font-size:1.25rem}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__location-wrapper .cmp-teaser-contest__icon-location:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__location-wrapper .cmp-teaser-contest__location{font-size:1.125rem;line-height:1.625rem;margin-left:.8125rem}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__location-wrapper .cmp-teaser-contest__location{font-size:1rem}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__cta-btn-mobile .button{margin-top:2rem}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__cta-btn-mobile .button a{margin:0 auto}.cmp-share .cmp-share__content{background-color:#fff}.cmp-share .cmp-share__header{background:#ff7f00;border-radius:1.875rem 1.875rem 0 0}@media only screen and (max-width:1023px){.cmp-share .cmp-share__header{padding:1.5rem}}.cmp-share .cmp-share__header .cmp-share__header-text{font-weight:700}.cmp-share .cmp-share__forms .cmp-share__copy-input{background-color:#e3e2e2}@media only screen and (max-width:1023px){.cmp-share .cmp-share__forms .cmp-share__copy-input{width:100%}}.cmp-recipe-detail{display:flex;gap:3.75rem;padding:5.4375rem 113px 5.3125rem;position:relative}@media only screen and (max-width:1023px){.cmp-recipe-detail{flex-direction:column;gap:1.5rem;padding:2.5rem 1rem 8.125rem}}.cmp-recipe-detail .cmp-recipe-detail__left-container{flex-basis:53%}@media only screen and (max-width:1023px){.cmp-recipe-detail .cmp-recipe-detail__left-container{flex-basis:auto}}.cmp-recipe-detail .cmp-recipe-detail__left-container .cmp-recipe-detail__tags{color:#000;display:flex;gap:.625rem;margin-top:2rem}@media only screen and (max-width:1023px){.cmp-recipe-detail .cmp-recipe-detail__left-container .cmp-recipe-detail__tags{gap:.8125rem;justify-content:center;margin-top:0}}.cmp-recipe-detail .cmp-recipe-detail__left-container .cmp-recipe-detail__tags .cmp-recipe-detail__sub-tags{align-items:center;background-color:#fc4;border:none;border-radius:1.75rem;display:flex;font-family:Lato,sans-serif;font-size:1.125rem;line-height:1.25rem;padding:.375rem 1.1875rem;text-align:center}@media only screen and (max-width:1023px){.cmp-recipe-detail .cmp-recipe-detail__left-container .cmp-recipe-detail__tags .cmp-recipe-detail__sub-tags{font-size:1rem;line-height:1.625rem;padding:.375rem .9375rem}}.cmp-recipe-detail .cmp-recipe-detail__left-container .cmp-recipe-detail__prep-info{color:#000;display:flex;gap:1.25rem;margin-top:.625rem}@media only screen and (max-width:1023px){.cmp-recipe-detail .cmp-recipe-detail__left-container .cmp-recipe-detail__prep-info{gap:.625rem;margin-top:.9375rem}}.cmp-recipe-detail .cmp-recipe-detail__left-container .cmp-recipe-detail__prep-info .cmp-recipe-detail__ingredients-value{font-family:Lato,sans-serif;font-size:1.125rem;font-weight:400}.cmp-recipe-detail .cmp-recipe-detail__left-container .cmp-recipe-detail__prep-info .cmp-recipe-detail__ingredients-count{align-items:center;display:flex;flex-direction:row;gap:.4375rem}.cmp-recipe-detail .cmp-recipe-detail__left-container .cmp-recipe-detail__prep-info .cmp-recipe-detail__ingredients-count:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-size:1.125rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}@media only screen and (max-width:1023px){.cmp-recipe-detail .cmp-recipe-detail__left-container .cmp-recipe-detail__prep-info .cmp-recipe-detail__ingredients-count:before{font-size:.0703125remrem;margin-top:0}}.cmp-recipe-detail .cmp-recipe-detail__left-container .cmp-recipe-detail__prep-info .cmp-recipe-detail__time-taken{align-items:center;display:flex;flex-direction:row;font-family:Lato,sans-serif;font-weight:400;gap:.4375rem}.cmp-recipe-detail .cmp-recipe-detail__left-container .cmp-recipe-detail__prep-info .cmp-recipe-detail__time-taken:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-size:1.125rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}@media only screen and (max-width:1023px){.cmp-recipe-detail .cmp-recipe-detail__left-container .cmp-recipe-detail__prep-info .cmp-recipe-detail__time-taken:before{font-size:.0703125remrem;margin-top:0}}.cmp-recipe-detail .cmp-recipe-detail__left-container .cmp-recipe-detail__prep-info .cmp-recipe-detail__calorie{align-items:center;display:flex;flex-direction:row;font-family:Lato,sans-serif;font-weight:400;gap:.4375rem}.cmp-recipe-detail .cmp-recipe-detail__left-container .cmp-recipe-detail__prep-info .cmp-recipe-detail__calorie:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-size:1.125rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}@media only screen and (max-width:1023px){.cmp-recipe-detail .cmp-recipe-detail__left-container .cmp-recipe-detail__prep-info .cmp-recipe-detail__calorie:before{font-size:.0703125remrem;margin-top:0}}.cmp-recipe-detail .cmp-recipe-detail__left-container .cmp-recipe-detail__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-size:2rem;font-weight:800;line-height:2.625rem;margin-top:2rem;max-width:45.625rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-recipe-detail .cmp-recipe-detail__left-container .cmp-recipe-detail__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:1.5rem;line-height:2.125rem;margin-top:1rem;overflow:hidden;text-align:center}}.cmp-recipe-detail .cmp-recipe-detail__left-container .cmp-recipe-detail__description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-family:Lato,sans-serif;font-size:1.125rem;margin-top:1.5rem;max-width:34.8125rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-recipe-detail .cmp-recipe-detail__left-container .cmp-recipe-detail__description{-webkit-line-clamp:10;-webkit-box-orient:vertical;display:-webkit-box;font-size:1rem;margin-top:1.1875rem;overflow:hidden;text-align:center}}.cmp-recipe-detail .cmp-recipe-detail__left-container .cmp-recipe-detail__social-component{display:flex;gap:1.875rem;padding-top:2rem}@media only screen and (max-width:1023px){.cmp-recipe-detail .cmp-recipe-detail__left-container .cmp-recipe-detail__social-component{bottom:0;left:50%;padding-top:0;position:absolute;transform:translate(-50%,-50%)}}.cmp-recipe-detail .cmp-recipe-detail__left-container .cmp-recipe-detail__social-component .cmp-recipe-detail__social-download,.cmp-recipe-detail .cmp-recipe-detail__left-container .cmp-recipe-detail__social-component .cmp-recipe-detail__social-share{align-items:center;color:#000;cursor:pointer;display:flex;flex-direction:column;font-size:1rem;gap:.625rem;line-height:1.1875rem}.cmp-recipe-detail .cmp-recipe-detail__left-container .cmp-recipe-detail__social-component .cmp-recipe-detail__social-download:before,.cmp-recipe-detail .cmp-recipe-detail__left-container .cmp-recipe-detail__social-component .cmp-recipe-detail__social-share:before{font-size:2.625rem}.cmp-recipe-detail .cmp-recipe-detail__left-container .cmp-recipe-detail__social-component .cmp-recipe-detail__social-download:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-recipe-detail .cmp-recipe-detail__left-container .cmp-recipe-detail__social-component .cmp-recipe-detail__social-share:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-recipe-detail .cmp-recipe-detail__right-container{flex-basis:47%}@media only screen and (max-width:1023px){.cmp-recipe-detail .cmp-recipe-detail__right-container{display:flex;flex-basis:auto;justify-content:center}}.cmp-recipe-detail .cmp-recipe-detail__right-container .cmp-recipe-detail__video{position:relative}.cmp-recipe-detail .cmp-recipe-detail__right-container .cmp-recipe-detail__video .img{height:29.25rem;width:29.25rem}@media only screen and (max-width:1023px){.cmp-recipe-detail .cmp-recipe-detail__right-container .cmp-recipe-detail__video .img{height:19.375rem;width:19.375rem}}.contact-us{background-color:#f7f5f5}.cmp-contact-us .text-center{text-align:center}.cmp-contact-us .cmp-contact-us__title{font-size:2rem}.cmp-contact-us .cmp-contact-us__title:after,.cmp-contact-us .cmp-contact-us__title:before{color:#000}@media only screen and (max-width:1023px){.cmp-contact-us .cmp-contact-us__title{font-size:1.5rem}}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field.cmp-contact-us__contact-number .cmp-contact-us__country-code{color:#000;font-size:1.125rem;left:.9375rem;line-height:1.625rem;opacity:.7;position:absolute;top:3.5625rem}@media only screen and (max-width:1023px){.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field.cmp-contact-us__contact-number .cmp-contact-us__country-code{font-size:1rem;left:.9375rem;position:absolute;top:3.125rem}}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field.cmp-contact-us__contact-number input{padding-left:3.75rem}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field.cmp-contact-us__contact-number input::-webkit-inner-spin-button,.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field.cmp-contact-us__contact-number input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cmp-new-footer{background:#ff7f00}.cmp-new-footer .cmp-new-footer__top-content{background-repeat:no-repeat;background-size:cover;display:flex;justify-content:space-evenly;margin:0 auto;max-width:1366px}@media only screen and (min-width:1366px){.cmp-new-footer .cmp-new-footer__top-content{flex-direction:row;gap:5rem;padding:4rem 7.5rem 4rem 6rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-new-footer .cmp-new-footer__top-content{gap:1.875rem;padding:4rem 7.5rem 4rem 1rem}}@media only screen and (max-width:1023px){.cmp-new-footer .cmp-new-footer__top-content{flex-direction:column;gap:3.25rem;padding:2.125rem 0 5.5rem}}.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__logo{align-items:center;display:flex;gap:3rem}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__logo{gap:2rem}}@media only screen and (max-width:1023px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__logo{margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}}.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__logo .cmp-image__image{height:14.25rem;width:23rem}@media only screen and (max-width:1023px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__logo .cmp-image__image{height:16rem;width:26rem}}.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__logo .cmp-image__image_df_itc{height:8.25rem;width:8rem}@media only screen and (min-width:1366px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__logo .cmp-image__image_df_itc{height:8.25rem;width:8rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__logo .cmp-image__image_df_itc{height:7.25rem;width:6rem}}@media only screen and (max-width:1023px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__logo .cmp-image__image_df_itc{height:5rem;width:4rem}}.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__logo .cmp-image__image_df_fssai{height:5.25rem;width:16rem}@media only screen and (min-width:1366px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__logo .cmp-image__image_df_fssai{height:5.25rem;width:16rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__logo .cmp-image__image_df_fssai{height:4.25rem;width:12rem}}@media only screen and (max-width:1023px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__logo .cmp-image__image_df_fssai{height:5rem;width:11rem}}.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav{display:flex;flex-direction:row;justify-content:center;max-width:49.125rem}@media only screen and (min-width:1366px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav{width:49.125rem}}@media only screen and (max-width:1023px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav{margin-left:auto;margin-right:auto}}.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav .cmp-new-footer__nav-group{border-right:.0625rem solid #000;display:flex;flex-direction:column;gap:1.5625rem;margin-bottom:auto}@media only screen and (min-width:1366px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav .cmp-new-footer__nav-group{padding-left:2.9375rem;padding-right:2.3125rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav .cmp-new-footer__nav-group{padding-left:1.875rem;padding-right:1.875rem}}@media only screen and (max-width:1023px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav .cmp-new-footer__nav-group{gap:1rem;padding-right:1.8125rem}}.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav .cmp-new-footer__nav-group:last-child{border-right:unset;padding-right:0}@media only screen and (max-width:1023px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav .cmp-new-footer__nav-group:last-child{padding-left:1.4375rem}.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav .cmp-new-footer__nav-group .cmp-new-footer__nav-item{text-align:center}}.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav .cmp-new-footer__nav-group .cmp-new-footer__nav-item .cmp-new-footer__nav-link{text-wrap:nowrap;color:#000;font-family:Lato,sans-serif;font-size:1.125rem;text-decoration:none}@media only screen and (max-width:1023px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav .cmp-new-footer__nav-group .cmp-new-footer__nav-item .cmp-new-footer__nav-link{font-size:.0625remrem;text-align:center}}.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav .cmp-new-footer__nav-group .cmp-new-footer__nav-item .cmp-new-footer__nav-link:hover{display:block;text-decoration:underline;transform:scale(1.1)}@media only screen and (min-width:1366px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav__count-2 .cmp-new-footer__nav-group{height:max-content}.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav__count-2 .cmp-new-footer__nav-group:first-child{padding-right:7.5rem}.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav__count-2 .cmp-new-footer__nav-group:last-child{padding-left:7.5rem}}.cmp-new-footer .cmp-new-footer__bottom-content{background:#b50404;margin:0 auto}.cmp-new-footer .cmp-new-footer__bottom-content .cmp-new-footer__container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1366px;overflow:hidden;padding:0 113px}@media only screen and (max-width:1023px){.cmp-new-footer .cmp-new-footer__bottom-content .cmp-new-footer__container{flex-direction:column;margin:0 auto;padding:0}}.cmp-new-footer .cmp-new-footer__bottom-content .cmp-new-footer__container .cmp-new-footer__ITC-Titles{display:flex;gap:3.625rem;padding:1.1875rem 0}@media only screen and (max-width:1023px){.cmp-new-footer .cmp-new-footer__bottom-content .cmp-new-footer__container .cmp-new-footer__ITC-Titles{gap:1.75rem;margin-right:0;padding:2rem 0 1.875rem}}.cmp-new-footer .cmp-new-footer__bottom-content .cmp-new-footer__container .cmp-new-footer__ITC-Titles a{color:#fff;font-size:1.125rem;text-decoration:none}@media only screen and (max-width:1023px){.cmp-new-footer .cmp-new-footer__bottom-content .cmp-new-footer__container .cmp-new-footer__ITC-Titles a{font-size:1rem}}.cmp-new-footer .cmp-new-footer__bottom-content .cmp-new-footer__container .cmp-new-footer__social-media{display:flex;gap:2.5rem}@media only screen and (max-width:1023px){.cmp-new-footer .cmp-new-footer__bottom-content .cmp-new-footer__container .cmp-new-footer__social-media{align-items:center;gap:2.375rem;height:2.25rem;margin-bottom:2.375rem;margin-top:0}}.cmp-new-footer .cmp-new-footer__bottom-content .cmp-new-footer__container .cmp-new-footer__social-media [class*=" icon-"],.cmp-new-footer .cmp-new-footer__bottom-content .cmp-new-footer__container .cmp-new-footer__social-media [class^=icon-]{font-size:1.5rem}@media only screen and (max-width:1023px){.cmp-new-footer .cmp-new-footer__bottom-content .cmp-new-footer__container .cmp-new-footer__social-media [class*=" icon-"],.cmp-new-footer .cmp-new-footer__bottom-content .cmp-new-footer__container .cmp-new-footer__social-media [class^=icon-]{font-size:1.5rem}}.cmp-new-footer .cmp-new-footer__bottom-content .cmp-new-footer__container .cmp-new-footer__social-media a{text-decoration:none}.cmp-yippee-reels{background-position:50%;background-repeat:no-repeat;background-size:cover;margin-left:auto;margin-right:auto;max-width:85.375rem;padding:5rem 0}.cmp-yippee-reels .cmp-yippee-reels__title{color:#b50404;font-size:2rem;margin-bottom:1rem;text-align:center}@media only screen and (max-width:1023px){.cmp-yippee-reels .cmp-yippee-reels__title{font-size:1.5rem;margin-bottom:.75rem}}.cmp-yippee-reels .cmp-yippee-reels__title:after,.cmp-yippee-reels .cmp-yippee-reels__title:before{color:#000;font-size:1.5rem}@media only screen and (max-width:1023px){.cmp-yippee-reels .cmp-yippee-reels__title:after,.cmp-yippee-reels .cmp-yippee-reels__title:before{font-size:1.125rem}}.cmp-yippee-reels .cmp-yippee-reels__title:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;padding-right:1rem;text-transform:none}@media only screen and (max-width:1023px){.cmp-yippee-reels .cmp-yippee-reels__title:before{padding-right:1rem}}.cmp-yippee-reels .cmp-yippee-reels__title:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;padding-left:1rem;text-transform:none}@media only screen and (max-width:1023px){.cmp-yippee-reels .cmp-yippee-reels__title:after{padding-left:.625rem}}.cmp-yippee-reels .cmp-yippee-reels__sub-title{font-size:1.125rem;text-align:center}@media only screen and (max-width:1023px){.cmp-yippee-reels .cmp-yippee-reels__sub-title{font-size:1rem}}.cmp-yippee-reels .cmp-yippee-reels__content{display:grid;margin:2rem auto auto}@media only screen and (min-width:1366px){.cmp-yippee-reels .cmp-yippee-reels__content{gap:2rem;max-width:62.375rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-yippee-reels .cmp-yippee-reels__content{gap:2rem;max-width:unset}}@media only screen and (max-width:1023px){.cmp-yippee-reels .cmp-yippee-reels__content{gap:2rem;margin-top:1.5rem;max-width:22.5rem}}.cmp-yippee-reels .cmp-yippee-reels__content .cmp-yippee-reels__card-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:2.5rem;justify-content:center}@media only screen and (max-width:1023px){.cmp-yippee-reels .cmp-yippee-reels__content .cmp-yippee-reels__card-container{gap:.75rem}}.cmp-yippee-reels .cmp-yippee-reels__content .cmp-yippee-reels__card-container .cmp-yippee-reels__card{margin-bottom:0;position:relative}@media only screen and (max-width:1023px){.cmp-yippee-reels .cmp-yippee-reels__content .cmp-yippee-reels__card-container .cmp-yippee-reels__card{margin-bottom:1rem}}.cmp-yippee-reels .cmp-yippee-reels__content .cmp-yippee-reels__card-container .cmp-yippee-reels__card img{border-radius:1.25rem;height:25.5rem;width:19.125rem}@media only screen and (max-width:1023px){.cmp-yippee-reels .cmp-yippee-reels__content .cmp-yippee-reels__card-container .cmp-yippee-reels__card img{height:14.3125rem;width:10.75rem}}.cmp-yippee-reels .cmp-yippee-reels__content .cmp-yippee-reels__card-container .cmp-yippee-reels__card .cmp-card__media{position:relative}.cmp-yippee-reels .cmp-yippee-reels__content .cmp-yippee-reels__card-container .cmp-yippee-reels__card .cmp-card__media .cmp-card__play-icon{align-items:center;bottom:0;cursor:pointer;display:flex;height:5rem;justify-content:center;left:0;margin:auto;position:absolute;right:0;top:0;width:5rem}@media only screen and (max-width:1023px){.cmp-yippee-reels .cmp-yippee-reels__content .cmp-yippee-reels__card-container .cmp-yippee-reels__card .cmp-card__media .cmp-card__play-icon{height:3.375rem;width:3.375rem}}.cmp-yippee-reels .cmp-yippee-reels__content .cmp-yippee-reels__button-group{display:flex;margin:auto;width:max-content}.cmp-yippee-reels .cmp-yippee-reels__content .cmp-yippee-reels__button-group .cmp-button{padding:.75rem 2.5rem}.cmp-yippee-reels .cmp-yippee-reels__content .cmp-yippee-reels__button-group .cmp-yippee-reels__loadmore{margin-right:.625rem}.cmp-yippee-reels .cmp-yippee-reels__content .cmp-yippee-reels__button-group .cmp-yippee-reels__loadmore .cmp-button{background-color:transparent;border:.0625rem solid #000;color:#000}.cmp-yippee-reels .cmp-yippee-reels__content .cmp-yippee-reels__button-group .cmp-yippee-reels__button-range{margin-top:0}.cmp-better-world .cmp-better-world__tabs{display:flex;gap:.5rem;margin:2rem auto 3rem;max-width:fit-content;overflow:scroll;text-align:center}.cmp-better-world .cmp-better-world__tabs::-webkit-scrollbar{background:transparent;height:0;width:0}.cmp-better-world .cmp-better-world__tabs::-webkit-scrollbar-thumb{background:transparent}@media only screen and (min-width:1366px){.cmp-better-world .cmp-better-world__tabs{justify-content:center}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-better-world .cmp-better-world__tabs{justify-content:center}}@media only screen and (max-width:1023px){.cmp-better-world .cmp-better-world__tabs{display:inline-flex;justify-content:unset;margin:1.5rem auto 2rem;width:100%}}.cmp-better-world .cmp-better-world__tabs .button{margin:auto 0}.cmp-better-world .cmp-better-world__tabs .button .cmp-button{text-wrap:nowrap;background-color:#e8e8e8;border:none;color:unset;font-size:.0703125remrem;padding:.8125rem 1.875rem}@media only screen and (max-width:1023px){.cmp-better-world .cmp-better-world__tabs .button .cmp-button{font-size:.0625remrem;margin-right:0;padding:.5rem 1.875rem}}.cmp-better-world .cmp-better-world__tabs .button.active .cmp-button{background:#ff7f00}.cmp-better-world .cmp-better-world__content{display:flex;flex-direction:row;gap:3rem}@media only screen and (max-width:1023px){.cmp-better-world .cmp-better-world__content{flex-direction:column-reverse;gap:2.5rem}.cmp-better-world .cmp-better-world__content .cmp-better-world__content-left-section{display:flex;justify-content:center}}.cmp-better-world .cmp-better-world__content .cmp-better-world__content-left-section .cmp-card__media{position:relative}.cmp-better-world .cmp-better-world__content .cmp-better-world__content-left-section .cmp-card__media .cmp-card__img{height:24.875rem;width:33.125rem}@media only screen and (max-width:1023px){.cmp-better-world .cmp-better-world__content .cmp-better-world__content-left-section .cmp-card__media .cmp-card__img{height:16.4375rem;width:21.875rem}}.cmp-better-world .cmp-better-world__content .cmp-better-world__content-left-section .cmp-card__media .cmp-card__img.is-clickable{cursor:pointer}.cmp-better-world .cmp-better-world__content .cmp-better-world__content-right-section{align-self:center;max-width:33.875rem;position:relative}@media only screen and (max-width:1023px){.cmp-better-world .cmp-better-world__content .cmp-better-world__content-right-section{max-width:unset}}.cmp-better-world .cmp-better-world__content .cmp-better-world__content-right-section .cmp-better-world__content-title{color:#b50404;font-size:1.5rem;line-height:2.625rem;padding-bottom:1rem}@media only screen and (max-width:1023px){.cmp-better-world .cmp-better-world__content .cmp-better-world__content-right-section .cmp-better-world__content-title{font-size:1.25rem;line-height:1.5rem;padding-bottom:.75rem;text-align:center}}.cmp-better-world .cmp-better-world__content .cmp-better-world__content-right-section .cmp-better-world__content-description{font-size:1.125rem;line-height:1.75rem;margin-bottom:1.5rem}@media only screen and (max-width:1023px){.cmp-better-world .cmp-better-world__content .cmp-better-world__content-right-section .cmp-better-world__content-description{font-size:1rem;line-height:1.5rem;margin-bottom:1.25rem;text-align:center}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-better-world .cmp-better-world__content .cmp-better-world__content-right-section .cmp-better-world__content-description{-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}@media only screen and (min-width:1366px){.cmp-better-world .cmp-better-world__content .cmp-better-world__content-right-section .cmp-better-world__content-description{-webkit-line-clamp:7;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}.cmp-better-world .cmp-better-world__content .cmp-better-world__content-right-section .cmp-better-world__data-points{display:flex;flex-direction:row;gap:4rem}@media only screen and (max-width:1023px){.cmp-better-world .cmp-better-world__content .cmp-better-world__content-right-section .cmp-better-world__data-points{gap:2rem;margin-left:auto;margin-right:auto;max-width:20.5rem}}.cmp-better-world .cmp-better-world__content .cmp-better-world__content-right-section .cmp-better-world__data-points .cmp-better-world__data-section{max-width:6.0625rem}@media only screen and (max-width:1023px){.cmp-better-world .cmp-better-world__content .cmp-better-world__content-right-section .cmp-better-world__data-points .cmp-better-world__data-section{max-width:5.375rem}}.cmp-better-world .cmp-better-world__content .cmp-better-world__content-right-section .cmp-better-world__data-points .cmp-better-world__data-section h4{font-size:2rem;padding-bottom:.5rem}@media only screen and (max-width:1023px){.cmp-better-world .cmp-better-world__content .cmp-better-world__content-right-section .cmp-better-world__data-points .cmp-better-world__data-section h4{font-size:1.5rem;padding-bottom:.25rem}}.cmp-better-world .cmp-better-world__content .cmp-better-world__content-right-section .cmp-better-world__data-points .cmp-better-world__data-section p{font-size:1.125rem}@media only screen and (max-width:1023px){.cmp-better-world .cmp-better-world__content .cmp-better-world__content-right-section .cmp-better-world__data-points .cmp-better-world__data-section p{font-size:1rem}}.cmp-better-world .cmp-better-world__content .cmp-better-world__content-right-section .cmp-better-world__button-view{padding-top:2.125rem}@media only screen and (max-width:1365px){.cmp-better-world .cmp-better-world__content .cmp-better-world__content-right-section .cmp-better-world__button-view{bottom:-23.5rem;display:flex;justify-content:center;padding-top:0;position:absolute;width:100%}}@media only screen and (max-width:1023px){.cmp-better-world--tab-schools .cmp-better-world__content--has-cta{margin-bottom:4.6875rem}}.cmp-better-world .cmp-better-world__collaborations-content{display:flex;flex-direction:column}.cmp-better-world .cmp-better-world__collaborations-content .cmp-better-world__title{color:#b50404;font-size:1.5rem;margin:auto auto 1.0625rem}@media only screen and (max-width:1023px){.cmp-better-world .cmp-better-world__collaborations-content .cmp-better-world__title{font-size:1.25rem;margin-bottom:.8125rem}}.cmp-better-world .cmp-better-world__collaborations-content .cmp-better-world__description{font-size:1.125rem;line-height:1.75rem;margin-bottom:3.0625rem;text-align:center}@media only screen and (max-width:1023px){.cmp-better-world .cmp-better-world__collaborations-content .cmp-better-world__description{font-size:1rem;margin-bottom:1.5625rem}}.cmp-better-world .cmp-better-world__collaborations-content .cmp-better-world__description .readMore-text-button{color:#b50404;cursor:pointer;font-size:1.125rem;padding-left:.3125rem;text-decoration:underline}.cmp-better-world .cmp-better-world__collaborations-content .cmp-better-world__card-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:2.5rem;justify-content:center;margin:auto auto 2.5rem;max-width:63.625rem}@media only screen and (max-width:1023px){.cmp-better-world .cmp-better-world__collaborations-content .cmp-better-world__card-container{gap:.75rem;margin-bottom:2rem;max-width:24.375rem}}.cmp-better-world .cmp-better-world__collaborations-content .cmp-better-world__card-container .cmp-better-world__card .cmp-card__media{position:relative}.cmp-better-world .cmp-better-world__collaborations-content .cmp-better-world__card-container .cmp-better-world__card .cmp-card__media img{border-radius:1.875rem;height:25.5rem;width:19.125rem}@media only screen and (max-width:1023px){.cmp-better-world .cmp-better-world__collaborations-content .cmp-better-world__card-container .cmp-better-world__card .cmp-card__media img{height:14.3125rem;margin-bottom:.25rem;width:10.75rem}}.cmp-better-world .cmp-better-world__collaborations-content .cmp-better-world__card-container .cmp-better-world__card .cmp-card__media img.is-clickable{cursor:pointer}.cmp-better-world .cmp-better-world__collaborations-content .cmp-better-world__card-container .cmp-better-world__card .cmp-card__media .cmp-card__play-icon{align-items:center;bottom:0;cursor:pointer;display:flex;height:5rem;justify-content:center;left:0;margin:auto;position:absolute;right:0;top:0;width:5rem}@media only screen and (max-width:1023px){.cmp-better-world .cmp-better-world__collaborations-content .cmp-better-world__card-container .cmp-better-world__card .cmp-card__media .cmp-card__play-icon{height:3.375rem;width:3.375rem}}.cmp-better-world .cmp-better-world__collaborations-content .cmp-better-world__view-all{margin:auto}.cmp-tabs{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;margin:0 auto;max-width:85.375rem;padding:0 7.0625rem 5rem}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-tabs{padding:0 1rem 5rem}}@media only screen and (min-width:1366px){.cmp-tabs{padding:0 7.0625rem 5rem}}@media only screen and (max-width:1023px){.cmp-tabs{padding:0 1rem 2.5rem}}.cmp-tabs .cmp-tabs__title{color:#b50404;font-size:.125remrem;text-align:center}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-tabs .cmp-tabs__title{font-size:.078125remrem}}.cmp-tabs .cmp-tabs__title:after,.cmp-tabs .cmp-tabs__title:before{color:#000;font-size:.09375remrem}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-tabs .cmp-tabs__title:after,.cmp-tabs .cmp-tabs__title:before{font-size:.0703125remrem}}.cmp-tabs .cmp-tabs__title:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;padding-right:1rem;text-transform:none}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-tabs .cmp-tabs__title:before{padding-right:1rem}}.cmp-tabs .cmp-tabs__title:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;padding-left:1rem;text-transform:none}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-tabs .cmp-tabs__title:after{padding-left:.625rem}}.cmp-tabs .cmp-tabs__tablist{display:flex;flex-wrap:nowrap;gap:.5rem;margin:2rem auto 3rem;max-width:fit-content;overflow:scroll;padding-left:0;text-align:center}.cmp-tabs .cmp-tabs__tablist::-webkit-scrollbar{background:transparent;height:0;width:0}.cmp-tabs .cmp-tabs__tablist::-webkit-scrollbar-thumb{background:transparent}@media only screen and (max-width:1023px){.cmp-tabs .cmp-tabs__tablist{margin:1.5rem auto 2rem;padding-left:0;width:100%}}.cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab{text-wrap:nowrap;background-color:#e8e8e8;border:none;border-radius:3.125rem;color:unset;cursor:pointer;font-size:1.125rem;margin:auto 0;padding:.8125rem 1.875rem}@media only screen and (max-width:1023px){.cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab{font-size:1rem;margin-right:0;padding:.5rem 1.875rem}}.cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active{background:#fc4;font-weight:600}.cmp-tabs .cmp-tabs__tabpanel{display:none;min-height:18.75rem}.cmp-tabs .cmp-tabs__tabpanel--active{display:block}.cmp-yippee-better-world-heading{color:#b50404;display:flex;justify-content:center;margin-top:5rem;position:relative}.cmp-yippee-better-world-heading:after,.cmp-yippee-better-world-heading:before{color:#000}@media only screen and (max-width:1023px){.cmp-yippee-better-world-heading{margin-top:2.5rem}}.cmp-yippee-better-world-heading .cmp-title__text{font-size:2rem}@media only screen and (max-width:1023px){.cmp-yippee-better-world-heading .cmp-title__text{font-size:1.5rem}}.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__content{flex-basis:60%}@media only screen and (max-width:1023px){.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__content{flex-basis:auto}}.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__title{font-size:2rem}@media only screen and (max-width:1023px){.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__title{font-size:1.5rem;text-align:center}.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__description{text-align:center}}.brand-schema__socialmedia--links{display:none}.embed .site-map-yippee{background-repeat:no-repeat;background-size:cover;margin-top:0;padding:0 5%}.embed .site-map-yippee .headingSiteMap{border-bottom:3px solid #b50404;padding:10px 10px 20px 0}.embed .site-map-yippee .headingSiteMap h1{color:#ff7f00;font-size:2pc;font-weight:700;letter-spacing:.3px;margin-bottom:0;margin-top:0}.embed .site-map-yippee .siteMapflowDiv{display:flex;flex-direction:row;flex-wrap:wrap;row-gap:40px}.embed .site-map-yippee .siteMapflowDiv div{flex:0 0 25%}.embed .site-map-yippee .siteMapflowDiv div ul{padding:0}.embed .site-map-yippee .siteMapflowDiv div a{color:#ff7f00;text-decoration:none}.embed .site-map-yippee .siteMapflowDiv .subCategoryHeading{font-size:24px;font-weight:900}.embed .site-map-yippee .siteMapflowDiv li{color:#000;display:block;font-size:1pc;font-weight:500;margin-bottom:10px}@media only screen and (max-width:768px){.embed .site-map-yippee .siteMapflowDiv{flex-direction:column!important}}.breadcrumb{margin-top:78px;padding:9pt 0;position:relative;z-index:0}@media only screen and (max-width:1023px){.breadcrumb{margin-top:9pt}}.cmp-breadcrumb .cmp-breadcrumb__list{display:flex;gap:8px}@media only screen and (max-width:1023px){.cmp-breadcrumb .cmp-breadcrumb__list{padding-inline-start:20px}}.cmp-breadcrumb .cmp-breadcrumb__item{align-items:center;background-color:#ff7f00;border-radius:1pc;cursor:pointer;display:flex;flex:none;height:24px;padding:4px 2pc 4px 8px;position:relative;z-index:2}.cmp-breadcrumb .cmp-breadcrumb__item:after{color:#1d1d1d;content:">";font-size:20px;position:absolute;right:4px}.cmp-breadcrumb .cmp-breadcrumb__item:last-of-type{padding-right:8px}@media only screen and (max-width:1023px){.cmp-breadcrumb .cmp-breadcrumb__item{display:none}.cmp-breadcrumb .cmp-breadcrumb__item:nth-last-child(-n+2){display:flex}.cmp-breadcrumb .cmp-breadcrumb__item a,.cmp-breadcrumb .cmp-breadcrumb__item span{max-width:113px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.cmp-breadcrumb .cmp-breadcrumb__item.cmp-breadcrumb-disabled{pointer-events:none}.cmp-breadcrumb .cmp-breadcrumb__item.cmp-breadcrumb-disabled span:hover{text-decoration:none}.cmp-breadcrumb .cmp-breadcrumb__item,.cmp-breadcrumb .cmp-breadcrumb__item span,.cmp-breadcrumb .cmp-breadcrumb__item-link{color:#1d1d1d;font-size:14px;font-weight:500;line-height:28px;text-decoration:none}.cmp-breadcrumb .cmp-breadcrumb__item span:hover,.cmp-breadcrumb .cmp-breadcrumb__item-link:hover,.cmp-breadcrumb .cmp-breadcrumb__item:hover{text-decoration:underline}.cmp-breadcrumb .cmp-breadcrumb__item--active .cmp-breadcrumb__item-link,.cmp-breadcrumb .cmp-breadcrumb__item--active span{color:#aa1f2e;text-decoration:none}.cmp-breadcrumb .cmp-breadcrumb__item--active .cmp-breadcrumb__item-link:hover,.cmp-breadcrumb .cmp-breadcrumb__item--active span:hover,.cmp-breadcrumb .cmp-breadcrumb__item--active:hover{text-decoration:none}.cmp-breadcrumb .cmp-breadcrumb__item--active:after{display:none}